diff options
author | Pyry Haulos <phaulos@google.com> | 2015-06-22 13:20:59 -0700 |
---|---|---|
committer | Pyry Haulos <phaulos@google.com> | 2015-06-22 13:20:59 -0700 |
commit | 5b426a53438677ee634be981a39f1d574b99ac17 (patch) | |
tree | 26f7fa30312249835fc95a3492221151f93fda97 /android/cts/master/src/gles3-test-issues.txt | |
parent | 6d84d9ec7fd0c0ac695f895c8d5e471b530ecc0a (diff) | |
download | VK-GL-CTS-5b426a53438677ee634be981a39f1d574b99ac17.tar.gz VK-GL-CTS-5b426a53438677ee634be981a39f1d574b99ac17.tar.bz2 VK-GL-CTS-5b426a53438677ee634be981a39f1d574b99ac17.zip |
Remove atan2 precision tests from mustpass
The tests currently have a problem where they require return value to be
within [-pi, pi] strictly, and implementations that use slightly
different PI value will fail.
Bug: 22006723
Change-Id: I611705e43290ac09e17d7c3e5b1d67d652c96a8b
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 7c28a3925..3ffb37cf3 100644 --- a/android/cts/master/src/gles3-test-issues.txt +++ b/android/cts/master/src/gles3-test-issues.txt @@ -71,3 +71,7 @@ dEQP-GLES3.functional.shaders.preprocessor.pragmas.pragma_unrecognized_token_* # Bug 21791303 dEQP-GLES3.functional.uniform_api.random.23 + +# Bug 22006723 +dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.mediump_* +dEQP-GLES3.functional.shaders.builtin_functions.precision.atan2.highp_* |