From e745050f3af38e6328f9ac63fd8abae77a5ec87b Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 17 Sep 2018 18:05:05 +0200 Subject: [PATCH] Update some outdated expectations --- .../textures/misc/tex-input-validation.html.ini | 3 --- .../textures/misc/texture-attachment-formats.html.ini | 7 ------- 2 files changed, 10 deletions(-) delete mode 100644 tests/wpt/webgl/meta/conformance/textures/misc/texture-attachment-formats.html.ini diff --git a/tests/wpt/webgl/meta/conformance/textures/misc/tex-input-validation.html.ini b/tests/wpt/webgl/meta/conformance/textures/misc/tex-input-validation.html.ini index cca6d8c125f..a86dfea0c35 100644 --- a/tests/wpt/webgl/meta/conformance/textures/misc/tex-input-validation.html.ini +++ b/tests/wpt/webgl/meta/conformance/textures/misc/tex-input-validation.html.ini @@ -11,6 +11,3 @@ [WebGL test #34: getError expected: INVALID_OPERATION. Was NO_ERROR : colorBufferFormat: RGB565 internalFormat: RGBA target: TEXTURE_2D border: 0] expected: FAIL - [WebGL test #37: getError expected: NO_ERROR. Was INVALID_OPERATION : colorBufferFormat: RGB565 internalFormat: RGB target: TEXTURE_2D border: 0] - expected: FAIL - diff --git a/tests/wpt/webgl/meta/conformance/textures/misc/texture-attachment-formats.html.ini b/tests/wpt/webgl/meta/conformance/textures/misc/texture-attachment-formats.html.ini deleted file mode 100644 index 9ba4addafa9..00000000000 --- a/tests/wpt/webgl/meta/conformance/textures/misc/texture-attachment-formats.html.ini +++ /dev/null @@ -1,7 +0,0 @@ -[texture-attachment-formats.html] - [WebGL test #14: should be 63,63,63,255 with tolerance 2,2,2,0\nat (0, 0) expected: 63,63,63,255 was 64,0,0,255] - expected: FAIL - - [WebGL test #16: should be 63,63,63,63 with tolerance 2,2,2,2\nat (0, 0) expected: 63,63,63,63 was 64,0,0,64] - expected: FAIL -