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
  • BuiltInFunctionEmulator_test.cpp
Find file
BlameHistoryPermalink
  • Olli Etuaho's avatar
    Add a helper class for compiler string matching tests · 10fcd9be
    Olli Etuaho authored Jun 30, 2016
    The MatchOutputCodeTest class makes it easier to implement tests that
    do string matching on compiler output. Inheriting test classes set the
    compiler settings, tests then call compile() with the shader string
    and can call foundInCode() to check if the output code contains a
    given string.
    
    Various compiler unit tests that already did string matching are
    refactored to make use of this new helper class. Some tests now use
    SH_GLES3_SPEC instead of SH_GLES2_SPEC - this should not have a
    significant impact on test coverage.
    
    Some compileTestShader function variants that are now unused can be
    removed from the code.
    
    BUG=angleproject:1430
    TEST=angle_unittests
    
    Change-Id: I1fd3529d5a1c6ab192f95ace800cf162604e68e7
    Reviewed-on: https://chromium-review.googlesource.com/357800Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Olli Etuaho <oetuaho@nvidia.com>
    10fcd9be
BuiltInFunctionEmulator_test.cpp 1.11 KB
EditWeb IDE
×

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