diff options
author | Jarkko Pöyry <jpoyry@google.com> | 2015-06-09 11:08:43 -0700 |
---|---|---|
committer | Jarkko Pöyry <jpoyry@google.com> | 2015-06-09 11:10:11 -0700 |
commit | 624f8ecf68812089c888227ff15bf2101211e588 (patch) | |
tree | 51703e042b888fafcb465fdab9c3a1928a32d9b4 /android/cts/master/src/gles3-test-issues.txt | |
parent | 58aae3be8e0f69d8e48f5a50dca830b0bfc1b136 (diff) | |
download | VK-GL-CTS-624f8ecf68812089c888227ff15bf2101211e588.tar.gz VK-GL-CTS-624f8ecf68812089c888227ff15bf2101211e588.tar.bz2 VK-GL-CTS-624f8ecf68812089c888227ff15bf2101211e588.zip |
Convert negative pragma cases to positive.
- Convert negative #pragma debug and invalid token cases to expect
successful compile.
- Rename tests to match new behavior and remove cases from mustpass.
Bug: 21725534
Change-Id: I4cb06d3038b551eb21b52f14dd341bb59519d38c
Diffstat (limited to 'android/cts/master/src/gles3-test-issues.txt')
-rw-r--r-- | android/cts/master/src/gles3-test-issues.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/cts/master/src/gles3-test-issues.txt b/android/cts/master/src/gles3-test-issues.txt index 220d3d425..c03cf6e25 100644 --- a/android/cts/master/src/gles3-test-issues.txt +++ b/android/cts/master/src/gles3-test-issues.txt @@ -64,3 +64,7 @@ dEQP-GLES3.functional.shaders.texture_functions.textureprojlodoffset.usampler3d_ # Bug 21620051 dEQP-GLES3.functional.shaders.texture_functions.texture.sampler2darrayshadow_vertex + +# Bug 21725534 +dEQP-GLES3.functional.shaders.preprocessor.pragmas.pragma_unrecognized_debug_* +dEQP-GLES3.functional.shaders.preprocessor.pragmas.pragma_unrecognized_token_* |