diff --git a/sdk/tests/conformance2/glsl3/00_test_list.txt b/sdk/tests/conformance2/glsl3/00_test_list.txt index 90b70bf0f5..12a216b871 100644 --- a/sdk/tests/conformance2/glsl3/00_test_list.txt +++ b/sdk/tests/conformance2/glsl3/00_test_list.txt @@ -43,6 +43,7 @@ short-circuiting-in-loop-condition.html texture-offset-out-of-range.html --min-version 2.0.1 texture-offset-uniform-texture-coordinate.html --min-version 2.0.1 tricky-loop-conditions.html +--min-version 2.0.1 uint-int-shift-bug.html --min-version 2.0.1 unary-minus-operator-in-dynamic-loop.html uniform-block-layouts.html uniform-block-layout-match.html diff --git a/sdk/tests/conformance2/glsl3/uint-int-shift-bug.html b/sdk/tests/conformance2/glsl3/uint-int-shift-bug.html new file mode 100644 index 0000000000..499d266e7b --- /dev/null +++ b/sdk/tests/conformance2/glsl3/uint-int-shift-bug.html @@ -0,0 +1,106 @@ + + + + + + +Verify (uint(int) >> 31) works correctly (Adreno driver bug) + + + + + + +
+
+ + + + + + + + + +