From b80559092ed9d63379ecbea3ae8e375c7d7e6ac8 Mon Sep 17 00:00:00 2001 From: Samuele Decarli Date: Thu, 11 Sep 2025 10:36:44 +0200 Subject: [PATCH] Add boolean mix glsl3 test --- .../2.0.0/conformance2/glsl3/00_test_list.txt | 1 + .../conformance2/glsl3/mix-boolean-nan.html | 130 ++++++++++++++++++ 2 files changed, 131 insertions(+) create mode 100644 conformance-suites/2.0.0/conformance2/glsl3/mix-boolean-nan.html diff --git a/conformance-suites/2.0.0/conformance2/glsl3/00_test_list.txt b/conformance-suites/2.0.0/conformance2/glsl3/00_test_list.txt index 6301ff5f2a..a96561789e 100644 --- a/conformance-suites/2.0.0/conformance2/glsl3/00_test_list.txt +++ b/conformance-suites/2.0.0/conformance2/glsl3/00_test_list.txt @@ -16,6 +16,7 @@ invalid-default-precision.html invalid-invariant.html loops-with-side-effects.html misplaced-version-directive.html +--min-version 2.0.1 mix-boolean-nan.html --min-version 2.0.1 no-attribute-vertex-shader.html sampler-no-precision.html sequence-operator-returns-non-constant.html diff --git a/conformance-suites/2.0.0/conformance2/glsl3/mix-boolean-nan.html b/conformance-suites/2.0.0/conformance2/glsl3/mix-boolean-nan.html new file mode 100644 index 0000000000..115e811eef --- /dev/null +++ b/conformance-suites/2.0.0/conformance2/glsl3/mix-boolean-nan.html @@ -0,0 +1,130 @@ + + + + + + + +mix with boolean should work and be unaffected by NaN + + + + + + + +
+
+ + + + + + + +