Skip to content
Snippets Groups Projects
Commit be1f2d01 authored by jshin@chromium.org's avatar jshin@chromium.org
Browse files

Disable Worker*.WorkerFastLayoutTests for now.

BUG=22942
TEST=Buildbots are green.
TBR=dglazkov
Review URL: http://codereview.chromium.org/220034

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27099 0039d316-1c4b-4281-b951-d872f2087c98
parent 2331a49e
No related merge requests found
......@@ -35,10 +35,8 @@ TEST_F(WorkerTest, MultipleWorkers) {
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) {
// This fails on all platforms. Disable it for now. See http://crbug.com/22942
TEST_F(WorkerTest, DISABLED_WorkerFastLayoutTests) {
static const char* kLayoutTestFiles[] = {
"stress-js-execution.html",
#if defined(OS_WIN)
......@@ -90,7 +88,6 @@ TEST_F(WorkerTest, WorkerFastLayoutTests) {
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[] = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment