From f123ba9e21a6e19b67d9c3fc0ac337725a2f1737 Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Thu, 31 May 2012 13:54:51 +0000 Subject: [PATCH] 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 --- tests/TLSTest.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/TLSTest.cpp b/tests/TLSTest.cpp index 82ee247e4a..9bebb1babc 100644 --- a/tests/TLSTest.cpp +++ b/tests/TLSTest.cpp @@ -57,4 +57,7 @@ static void TestTLS(skiatest::Reporter* reporter) { } #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)