1. 04 Jul, 2016 5 commits
  2. 01 Jul, 2016 1 commit
    • Add a helper class for compiler string matching tests · 10fcd9be
      Olli Etuaho authored
      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>
  3. 30 Jun, 2016 4 commits
  4. 29 Jun, 2016 9 commits
  5. 28 Jun, 2016 1 commit
  6. 25 Jun, 2016 1 commit
  7. 24 Jun, 2016 1 commit
  8. 23 Jun, 2016 3 commits
  9. 22 Jun, 2016 6 commits
  10. 21 Jun, 2016 2 commits
  11. 20 Jun, 2016 7 commits