Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit eef531f

Browse files
kpschoedelCommit Bot
authored andcommitted
Disable broken test on Fuchsia
This disables the ImageTest.SourceCubeTargetRenderbuffer test that does not work on Fuchsia. BUG=angleproject:2475, angleproject:3145 TEST=angle_end2end_tests on Fuchsia Change-Id: I8e681926ee322642b39c32b3bc0cd266ffa1d11f Reviewed-on: https://chromium-review.googlesource.com/c/1479283 Reviewed-by: Jamie Madill <[email protected]> Commit-Queue: Jamie Madill <[email protected]>
1 parent ffd3997 commit eef531f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/gl_tests/ImageTest.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,6 +1220,9 @@ TEST_P(ImageTest, SourceCubeTargetRenderbuffer)
12201220
EGLWindow *window = getEGLWindow();
12211221
ANGLE_SKIP_TEST_IF(!hasOESExt() || !hasBaseExt() || !hasCubemapExt());
12221222

1223+
// http://anglebug.com/3145
1224+
ANGLE_SKIP_TEST_IF(IsVulkan() && IsIntel() && IsFuchsia());
1225+
12231226
GLubyte data[24] = {
12241227
255, 0, 255, 255, 255, 255, 255, 255, 255, 0, 0, 255,
12251228
0, 0, 255, 255, 0, 255, 0, 255, 0, 0, 0, 255,

0 commit comments

Comments
 (0)