Commit 9fcbae04 authored by jrt@chromium.org's avatar jrt@chromium.org

Marked a WebGL conformance test as FLAKY on Mac.

On the Mac GPU bot, tex_image_and_sub_image_2d_with_video occasionally fails.
Marked as flaky until resolved.

BUG=92587
TEST=gpu_tests --gtest_filter=WebGLConformanceTests.tex_image_and_sub_image_2d_with_video


Review URL: http://codereview.chromium.org/7633007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96586 0039d316-1c4b-4281-b951-d872f2087c98
parent b0fcadce
...@@ -12,6 +12,9 @@ ...@@ -12,6 +12,9 @@
// //
// 91533 WIN : gl_min_uniforms = FAIL // 91533 WIN : gl_min_uniforms = FAIL
// This will mark the test as FAILS_*. // This will mark the test as FAILS_*.
//
// 91532 MAC : tex_image_and_sub_image_2d_with_video = PASS FAIL
// This will mark the test as FLAKY_*.
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
// SLOW TESTS // SLOW TESTS
...@@ -29,3 +32,9 @@ ...@@ -29,3 +32,9 @@
91533 WIN : gl_min_uniforms = FAIL 91533 WIN : gl_min_uniforms = FAIL
91533 WIN : oes_standard_derivatives = FAIL 91533 WIN : oes_standard_derivatives = FAIL
91533 WIN : texture_npot = FAIL 91533 WIN : texture_npot = FAIL
// -----------------------------------------------------------------------------
// FLAKY TESTS
// -----------------------------------------------------------------------------
92587 MAC : tex_image_and_sub_image_2d_with_video = PASS FAIL
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment