diff options
Diffstat (limited to 'testing/web-platform/meta/webgl/uniformMatrixNfv.html.ini')
-rw-r--r-- | testing/web-platform/meta/webgl/uniformMatrixNfv.html.ini | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/testing/web-platform/meta/webgl/uniformMatrixNfv.html.ini b/testing/web-platform/meta/webgl/uniformMatrixNfv.html.ini new file mode 100644 index 000000000..315eb2e3b --- /dev/null +++ b/testing/web-platform/meta/webgl/uniformMatrixNfv.html.ini @@ -0,0 +1,23 @@ +[uniformMatrixNfv.html] + type: testharness + [Should not throw for 2] + expected: + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL + + [Should not throw for 3] + expected: + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL + + [Should not throw for 4] + expected: + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL + if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL + if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL + |