From 1b84e633ff959914e19e503cb5a4a8cc80388d5d Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 5 Jan 2017 17:42:02 -0800 Subject: [PATCH] webgl: Drop more expected parsing failures from missing FBO support. At least, it looks to me like that's what these were from -- they're in about the right places to be from us previously missing checkFramebufferStatus(). --- .../conformance/textures/copy-tex-image-2d-formats.html.ini | 3 --- .../textures/texture-copying-feedback-loops.html.ini | 3 --- 2 files changed, 6 deletions(-) diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/copy-tex-image-2d-formats.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/copy-tex-image-2d-formats.html.ini index 46c6fe81390..0d115512ec1 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/copy-tex-image-2d-formats.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/copy-tex-image-2d-formats.html.ini @@ -1,8 +1,5 @@ [copy-tex-image-2d-formats.html] type: testharness - [WebGL test #16: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] - expected: FAIL - [WebGL test #16: Creating framebuffer from ALPHA texture succeeded even though it is not a renderable format] expected: FAIL diff --git a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-copying-feedback-loops.html.ini b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-copying-feedback-loops.html.ini index d6cc3560606..541316f2297 100644 --- a/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-copying-feedback-loops.html.ini +++ b/tests/wpt/metadata/webgl/conformance-1.0.3/conformance/textures/texture-copying-feedback-loops.html.ini @@ -1,8 +1,5 @@ [texture-copying-feedback-loops.html] type: testharness - [WebGL test #0: successfullyParsed should be true (of type boolean). Was undefined (of type undefined).] - expected: FAIL - [WebGL test #3: getError expected: INVALID_OPERATION. Was NO_ERROR : after copyTexImage2D to same texture same level, invalid feedback loop] expected: FAIL