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
  • compiler_tests
  • ImmutableString_test.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Fix writing hex values in ImmutableStringBuilder · 5ae64c94
    Olli Etuaho authored Apr 06, 2018
    The old code was accidentally using letters offset by 10 when writing
    out hex values >= 10. Now the letters a to f are used as they should.
    
    This is one issue that changed shader output when ImmutableString was
    introduced, so it is a potential cause for a regression detailed in
    bug 824062, though this has not been verified.
    
    BUG=chromium:824062
    TEST=angle_unittests
    
    Change-Id: Idb871dffba32a3ab20df0fe17b4b1a98ec00b7fa
    Reviewed-on: https://chromium-review.googlesource.com/999480
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    5ae64c94
ImmutableString_test.cpp 2.17 KB
EditWeb IDE
×

Replace ImmutableString_test.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.