| Index: chrome/worker/worker_uitest.cc
|
| ===================================================================
|
| --- chrome/worker/worker_uitest.cc (revision 27043)
|
| +++ chrome/worker/worker_uitest.cc (working copy)
|
| @@ -35,6 +35,9 @@
|
| RunTest(L"multi_worker.html");
|
| }
|
|
|
| +// WorkerFastLayoutTests works on the linux try servers, but fails on the
|
| +// build bots.
|
| +#if !defined(OS_LINUX)
|
| TEST_F(WorkerTest, WorkerFastLayoutTests) {
|
| static const char* kLayoutTestFiles[] = {
|
| "stress-js-execution.html",
|
| @@ -89,6 +92,7 @@
|
| for (size_t i = 0; i < arraysize(kLayoutTestFiles); ++i)
|
| RunLayoutTest(kLayoutTestFiles[i], false);
|
| }
|
| +#endif // !defined(OS_LINUX)
|
|
|
| TEST_F(WorkerTest, WorkerHttpLayoutTests) {
|
| static const char* kLayoutTestFiles[] = {
|
|
|