summaryrefslogtreecommitdiffstats
path: root/webkit
diff options
context:
space:
mode:
authorjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 20:17:02 +0000
committerjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 20:17:02 +0000
commit61c03cb2e0c5ddaddf8351862e500610c22fdb70 (patch)
treeaa6aba58cb0acc12c19a3ee2ce0f427110d18882 /webkit
parent5eb79e3c55a5778c928c6509379d18dd7e0d44ca (diff)
downloadchromium_src-61c03cb2e0c5ddaddf8351862e500610c22fdb70.zip
chromium_src-61c03cb2e0c5ddaddf8351862e500610c22fdb70.tar.gz
chromium_src-61c03cb2e0c5ddaddf8351862e500610c22fdb70.tar.bz2
Disable layout test worker-terminate.html. This is because we are removing the uses of V8 Locker in worker execution code when we switch to process-per-worker model. (See WebKit bug 25944 https://bugs.webkit.org/show_bug.cgi?id=25944).
BUG=none TEST=none Review URL: http://codereview.chromium.org/113726 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16896 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index aa5d309..d266925 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -478,6 +478,11 @@ BUG10271 SKIP : LayoutTests/http/tests/workers = TIMEOUT FAIL
BUG10271 SKIP : LayoutTests/http/tests/xmlhttprequest/workers = TIMEOUT FAIL
BUG10271 MAC LINUX : LayoutTests/fast/events/dispatchEvent-crash.html = CRASH FAIL
+// This is expected to fail after we remove the uses of v8::Locker when we
+// switch to process-per-worker model. Re-enable this when we fully support
+// worker thread.
+BUG12428 SKIP : LayoutTests/fast/workers/worker-terminate.html = CRASH FAIL
+
// -----------------------------------------------------------------
// PENDING TESTS (forked to pending/, need to be sent upstream)
// -----------------------------------------------------------------