Disable some further C* end2end tests on GLES.
BUG=dawn:580 Change-Id: Ie5d58ebfa2773899d29ed4279478b9a44d8c266f Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/34540 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Stephen White <senorblanco@chromium.org>
This commit is contained in:
parent
ab59a10f2c
commit
26ea8b728c
|
@ -182,6 +182,7 @@ TEST_P(CopyTextureForBrowserTests, VerifyCopyOnXDirection) {
|
||||||
// OpenGL tests fails due to 'WriteTexture' unimplemented.
|
// OpenGL tests fails due to 'WriteTexture' unimplemented.
|
||||||
// Related bug : crbug.com/dawn/483
|
// Related bug : crbug.com/dawn/483
|
||||||
DAWN_SKIP_TEST_IF(IsOpenGL());
|
DAWN_SKIP_TEST_IF(IsOpenGL());
|
||||||
|
DAWN_SKIP_TEST_IF(IsOpenGLES());
|
||||||
|
|
||||||
constexpr uint32_t kWidth = 1000;
|
constexpr uint32_t kWidth = 1000;
|
||||||
constexpr uint32_t kHeight = 1;
|
constexpr uint32_t kHeight = 1;
|
||||||
|
@ -200,6 +201,7 @@ TEST_P(CopyTextureForBrowserTests, VerifyCopyOnYDirection) {
|
||||||
// OpenGL tests fails due to 'WriteTexture' unimplemented.
|
// OpenGL tests fails due to 'WriteTexture' unimplemented.
|
||||||
// Related bug : crbug.com/dawn/483
|
// Related bug : crbug.com/dawn/483
|
||||||
DAWN_SKIP_TEST_IF(IsOpenGL());
|
DAWN_SKIP_TEST_IF(IsOpenGL());
|
||||||
|
DAWN_SKIP_TEST_IF(IsOpenGLES());
|
||||||
|
|
||||||
constexpr uint32_t kWidth = 1;
|
constexpr uint32_t kWidth = 1;
|
||||||
constexpr uint32_t kHeight = 1000;
|
constexpr uint32_t kHeight = 1000;
|
||||||
|
@ -218,6 +220,7 @@ TEST_P(CopyTextureForBrowserTests, VerifyCopyFromLargeTexture) {
|
||||||
// OpenGL tests fails due to 'WriteTexture' unimplemented.
|
// OpenGL tests fails due to 'WriteTexture' unimplemented.
|
||||||
// Related bug : crbug.com/dawn/483
|
// Related bug : crbug.com/dawn/483
|
||||||
DAWN_SKIP_TEST_IF(IsOpenGL());
|
DAWN_SKIP_TEST_IF(IsOpenGL());
|
||||||
|
DAWN_SKIP_TEST_IF(IsOpenGLES());
|
||||||
|
|
||||||
constexpr uint32_t kWidth = 899;
|
constexpr uint32_t kWidth = 899;
|
||||||
constexpr uint32_t kHeight = 999;
|
constexpr uint32_t kHeight = 999;
|
||||||
|
|
Loading…
Reference in New Issue