From 2010d896131cb0536634373edec99000ecc0c225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Thu, 19 Sep 2019 11:51:03 +0200 Subject: [PATCH] Enable related WPT tests --- .../extensions/oes-texture-float-with-video.html.ini | 2 +- .../extensions/oes-texture-half-float-with-video.html.ini | 2 +- .../textures/misc/texture-corner-case-videos.html.ini | 3 --- .../conformance/textures/misc/texture-npot-video.html.ini | 5 ++++- tests/wpt/webgl/meta/conformance/textures/video/__dir__.ini | 1 - .../textures/video/tex-2d-alpha-alpha-unsigned_byte.html.ini | 2 ++ .../video/tex-2d-luminance-luminance-unsigned_byte.html.ini | 2 ++ ...2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini | 2 ++ .../textures/video/tex-2d-rgb-rgb-unsigned_byte.html.ini | 2 ++ .../video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini | 2 ++ .../textures/video/tex-2d-rgba-rgba-unsigned_byte.html.ini | 2 ++ .../video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini | 2 ++ .../video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini | 2 ++ 13 files changed, 22 insertions(+), 7 deletions(-) delete mode 100644 tests/wpt/webgl/meta/conformance/textures/misc/texture-corner-case-videos.html.ini delete mode 100644 tests/wpt/webgl/meta/conformance/textures/video/__dir__.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/video/tex-2d-alpha-alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/video/tex-2d-luminance-luminance-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgb-rgb-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini create mode 100644 tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini diff --git a/tests/wpt/webgl/meta/conformance/extensions/oes-texture-float-with-video.html.ini b/tests/wpt/webgl/meta/conformance/extensions/oes-texture-float-with-video.html.ini index 053f3f5bd0f7..a7c620be5fb2 100644 --- a/tests/wpt/webgl/meta/conformance/extensions/oes-texture-float-with-video.html.ini +++ b/tests/wpt/webgl/meta/conformance/extensions/oes-texture-float-with-video.html.ini @@ -1,2 +1,2 @@ [oes-texture-float-with-video.html] - disabled: https://github.com/servo/servo/issues/6711 + disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437 diff --git a/tests/wpt/webgl/meta/conformance/extensions/oes-texture-half-float-with-video.html.ini b/tests/wpt/webgl/meta/conformance/extensions/oes-texture-half-float-with-video.html.ini index 7f7fee93649f..9ffdb1e39d6e 100644 --- a/tests/wpt/webgl/meta/conformance/extensions/oes-texture-half-float-with-video.html.ini +++ b/tests/wpt/webgl/meta/conformance/extensions/oes-texture-half-float-with-video.html.ini @@ -1,2 +1,2 @@ [oes-texture-half-float-with-video.html] - disabled: https://github.com/servo/servo/issues/6711 + disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437 diff --git a/tests/wpt/webgl/meta/conformance/textures/misc/texture-corner-case-videos.html.ini b/tests/wpt/webgl/meta/conformance/textures/misc/texture-corner-case-videos.html.ini deleted file mode 100644 index 82be9764f192..000000000000 --- a/tests/wpt/webgl/meta/conformance/textures/misc/texture-corner-case-videos.html.ini +++ /dev/null @@ -1,3 +0,0 @@ -[texture-corner-case-videos.html] - disabled: https://github.com/servo/servo/issues/6711 - diff --git a/tests/wpt/webgl/meta/conformance/textures/misc/texture-npot-video.html.ini b/tests/wpt/webgl/meta/conformance/textures/misc/texture-npot-video.html.ini index a9b07796ef55..07641b6d1e72 100644 --- a/tests/wpt/webgl/meta/conformance/textures/misc/texture-npot-video.html.ini +++ b/tests/wpt/webgl/meta/conformance/textures/misc/texture-npot-video.html.ini @@ -1,3 +1,6 @@ [texture-npot-video.html] - disabled: https://github.com/servo/servo/issues/6711 + [WebGL test #5: shouldBe 0,0,0\nat (4, 4) expected: 0,0,0 was 255,0,0] + expected: FAIL + [WebGL test #6: shouldBe 0,0,0\nat (4, 40) expected: 0,0,0 was 0,255,0] + expected: FAIL diff --git a/tests/wpt/webgl/meta/conformance/textures/video/__dir__.ini b/tests/wpt/webgl/meta/conformance/textures/video/__dir__.ini deleted file mode 100644 index 50edf46e40e7..000000000000 --- a/tests/wpt/webgl/meta/conformance/textures/video/__dir__.ini +++ /dev/null @@ -1 +0,0 @@ -disabled: https://github.com/servo/servo/issues/6711 diff --git a/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-alpha-alpha-unsigned_byte.html.ini b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-alpha-alpha-unsigned_byte.html.ini new file mode 100644 index 000000000000..cbc876b6aed8 --- /dev/null +++ b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-alpha-alpha-unsigned_byte.html.ini @@ -0,0 +1,2 @@ +[tex-2d-alpha-alpha-unsigned_byte.html] + disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437 diff --git a/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-luminance-luminance-unsigned_byte.html.ini b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-luminance-luminance-unsigned_byte.html.ini new file mode 100644 index 000000000000..ac9cb1c3e252 --- /dev/null +++ b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-luminance-luminance-unsigned_byte.html.ini @@ -0,0 +1,2 @@ +[tex-2d-luminance-luminance-unsigned_byte.html] + disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437 diff --git a/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini new file mode 100644 index 000000000000..113a3919110b --- /dev/null +++ b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html.ini @@ -0,0 +1,2 @@ +[tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html] + disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437 diff --git a/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgb-rgb-unsigned_byte.html.ini b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgb-rgb-unsigned_byte.html.ini new file mode 100644 index 000000000000..b0a5ba5bba21 --- /dev/null +++ b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgb-rgb-unsigned_byte.html.ini @@ -0,0 +1,2 @@ +[tex-2d-rgb-rgb-unsigned_byte.html] + disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437 diff --git a/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini new file mode 100644 index 000000000000..3d2218bed696 --- /dev/null +++ b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgb-rgb-unsigned_short_5_6_5.html.ini @@ -0,0 +1,2 @@ +[tex-2d-rgb-rgb-unsigned_short_5_6_5.html] + disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437 diff --git a/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html.ini b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html.ini new file mode 100644 index 000000000000..d5bbb7bf2aea --- /dev/null +++ b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgba-rgba-unsigned_byte.html.ini @@ -0,0 +1,2 @@ +[tex-2d-rgba-rgba-unsigned_byte.html] + disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437 diff --git a/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini new file mode 100644 index 000000000000..1117d0486253 --- /dev/null +++ b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html.ini @@ -0,0 +1,2 @@ +[tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html] + disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437 diff --git a/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini new file mode 100644 index 000000000000..b5baa6b43223 --- /dev/null +++ b/tests/wpt/webgl/meta/conformance/textures/video/tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html.ini @@ -0,0 +1,2 @@ +[tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html] + disabled: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/437