| commit | f123ba9e21a6e19b67d9c3fc0ac337725a2f1737 | [log] [tgz] |
|---|---|---|
| author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 31 13:54:51 2012 +0000 |
| committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu May 31 13:54:51 2012 +0000 |
| tree | 7f70905766f9c5d030c6e18845e5e926a603acd0 | |
| parent | 495f8e435b677f28913cd2adc8caa8d3d766dd17 [diff] [blame] |
Disable TLSTest for now, to work around http://code.google.com/p/skia/issues/detail?id=619 Review URL: https://codereview.appspot.com/6259056 git-svn-id: http://skia.googlecode.com/svn/trunk@4090 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/TLSTest.cpp b/tests/TLSTest.cpp index 82ee247..9bebb1b 100644 --- a/tests/TLSTest.cpp +++ b/tests/TLSTest.cpp
@@ -57,4 +57,7 @@ } #include "TestClassDef.h" -DEFINE_TESTCLASS("TLS", TLSClass, TestTLS) +// TODO: Disabled for now to work around +// http://code.google.com/p/skia/issues/detail?id=619 +// ('flaky segfault in TLS test on Shuttle_Ubuntu12 buildbots') +// DEFINE_TESTCLASS("TLS", TLSClass, TestTLS)