Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • tests
  • test_utils
  • ANGLETest.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    Tests: Prettify output for EXPECT_PIXEL_EQ. · 0dfa807f
    Jamie Madill authored Jan 22, 2016
    Previously our output would spam multiple lines by checking equality
    for each color component. Instead, use a helper struct with a stream
    operator to clean up the output. This makes it much more legible.
    
    New output style:
    
      Expected: (0, 255, 0, 255)
      Actual: angle::MakeGLColor(255, 0, 127, 255)
      Which is: (255, 0, 127, 255)
    
    BUG=angleproject:1290
    
    Change-Id: Ieea018ab6c149a20b5fd74d74c972118b63a4b5e
    Reviewed-on: https://chromium-review.googlesource.com/323441Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    Tryjob-Request: Jamie Madill <jmadill@chromium.org>
    Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
    0dfa807f
ANGLETest.cpp 12.8 KB
EditWeb IDE
×

Replace ANGLETest.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.