summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyen <dyen@chromium.org>2015-08-11 16:25:17 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-11 23:26:02 +0000
commitc1f3e79939320cd816589bafb1d373c5562a97f1 (patch)
tree27f2cfd7c13ccf8cb949917974749e2f0a7dfddc
parent751a98d265bf854b6b6d216fb7d20ef6ec1313c8 (diff)
downloadchromium_src-c1f3e79939320cd816589bafb1d373c5562a97f1.zip
chromium_src-c1f3e79939320cd816589bafb1d373c5562a97f1.tar.gz
chromium_src-c1f3e79939320cd816589bafb1d373c5562a97f1.tar.bz2
Skip all trace tests for flakiness.
Beginning around 7/31 this test has become increasingly flaky on the bots. This hasn't been reproducable locally so I am forced to disable the tests. R=kbr@chromium.org BUG=517232 Review URL: https://codereview.chromium.org/1274933002 Cr-Commit-Position: refs/heads/master@{#342929}
-rw-r--r--content/test/gpu/gpu_tests/trace_test_expectations.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/content/test/gpu/gpu_tests/trace_test_expectations.py b/content/test/gpu/gpu_tests/trace_test_expectations.py
index e020c74..24b5066 100644
--- a/content/test/gpu/gpu_tests/trace_test_expectations.py
+++ b/content/test/gpu/gpu_tests/trace_test_expectations.py
@@ -12,13 +12,11 @@ class TraceTestExpectations(GpuTestExpectations):
# self.Fail('TraceTest.Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
- self.Skip('TraceTest.Canvas2DRedBox')
- self.Skip('TraceTest.CSS3DBlueBox')
- # Flaky, mainly on Windows. Leave this un-suppressed on other
- # platforms for the moment to have at least some test coverage.
- # Once test expectations are refactored (Issue 495870), this could
- # be marked flaky.
- self.Fail('TraceTest.WebGLGreenTriangle', ['win'], bug=517232)
+ self.Skip('TraceTest.Canvas2DRedBox', bug=512622)
+ self.Skip('TraceTest.CSS3DBlueBox', bug=512622)
+
+ # Test has become increasingly flaky around 7/31/15: crbug.com/517232
+ self.Fail('TraceTest.WebGLGreenTriangle', bug=517232)
pass
class DeviceTraceTestExpectations(GpuTestExpectations):