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
  • ShaderValidation_test.cpp
Find file
BlameHistoryPermalink
  • Jamie Madill's avatar
    translator: Fix ASSERT in array init corner case. · 34bf2d93
    Jamie Madill authored Feb 06, 2017
    This ASSERT was benign and can be turned into an error check. The
    pattern in question is to initialize an array with another array
    as the first argument, but dereferencing the array with "." instead
    of "[]". This would trip up our error handling.
    
    BUG=chromium:662702
    
    Change-Id: Ie0e44af7b9d1a66cad03cefae9bf931f8e216cd9
    Reviewed-on: https://chromium-review.googlesource.com/437599
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
    34bf2d93
ShaderValidation_test.cpp 106 KB
EditWeb IDE
×

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