diff options
author | hamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 05:31:06 +0000 |
---|---|---|
committer | hamaji@chromium.org <hamaji@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-16 05:31:06 +0000 |
commit | cf07ee06d42848bef1520aabaae34c66d7c2970c (patch) | |
tree | 2b714e574a095bcf56b2330dd4db97445491f384 /webkit | |
parent | 0a02d61d7c499e3fd05c428bbb1ce88ffd950714 (diff) | |
download | chromium_src-cf07ee06d42848bef1520aabaae34c66d7c2970c.zip chromium_src-cf07ee06d42848bef1520aabaae34c66d7c2970c.tar.gz chromium_src-cf07ee06d42848bef1520aabaae34c66d7c2970c.tar.bz2 |
Mark documentURI as flaky assertion.
BUG=4360
TEST=try
Review URL: http://codereview.chromium.org/506027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 0e3e23d..1aa78e5 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -677,7 +677,10 @@ BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-mark BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setattribute.html = FAIL BUG4360 : LayoutTests/storage/domstorage/sessionstorage/onstorage-attribute-setwindow.html = FAIL BUG4360 : LayoutTests/storage/domstorage/sessionstorage/string-conversion.html = FAIL -BUG4360 : LayoutTests/storage/domstorage/documentURI.html = FAIL +BUG4360 WIN MAC : LayoutTests/storage/domstorage/documentURI.html = FAIL +BUG4360 LINUX RELEASE : LayoutTests/storage/domstorage/documentURI.html = FAIL +// Flaky ASSERTION FAILED: currentThread() == m_openingThread +BUG4360 LINUX DEBUG : LayoutTests/storage/domstorage/documentURI.html = FAIL CRASH BUG4360_and_BUG30081 : LayoutTests/storage/domstorage/complex-values.html = FAIL CRASH BUG4360 : LayoutTests/http/tests/loading/deleted-host-in-resource-load-delegate-callback.html = TIMEOUT |