diff options
author | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 21:09:36 +0000 |
---|---|---|
committer | dglazkov@chromium.org <dglazkov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 21:09:36 +0000 |
commit | 787b7530f3d1d917052fac8ab7edb12a90f3e1a6 (patch) | |
tree | 2e56b451e76a0180ce058a5204f93e643d4618f0 /webkit | |
parent | e2971684b079e12a1720bb9194bb7d77e5578335 (diff) | |
download | chromium_src-787b7530f3d1d917052fac8ab7edb12a90f3e1a6.zip chromium_src-787b7530f3d1d917052fac8ab7edb12a90f3e1a6.tar.gz chromium_src-787b7530f3d1d917052fac8ab7edb12a90f3e1a6.tar.bz2 |
Organize pushState-related bugs.
TBR=darin
TEST=none
BUG=34546
Review URL: http://codereview.chromium.org/596099
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 68bdaf2..c9d235e 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2604,6 +2604,9 @@ BUG29344 MAC LINUX : svg/text/text-text-07-t.svg = FAIL // Failures from WebKit merge 51642:51681 // Skip these tests since they all timeout and add ~1 minute to cycle time! BUG29393 SKIP DEFER : fast/loader/stateobjects = TIMEOUT +// Asserts in DEBUG, will continue until we implement pushState. +BUG29393 SKIP : fast/loader/document-with-fragment-url-3.html = CRASH + //BUG29944 WIN : websocket/tests/unicode.html = TEXT PASS // Failures introduced by USE_NEW_BUILDER in Skia. @@ -2909,11 +2912,6 @@ BUG33497 : storage/domstorage/sessionstorage/window-open.html = TEXT // WebKit roll 54059 -> 54075 BUG33538 : fast/dom/Window/anonymous-slot-with-changes.html = TEXT -// WebKit roll 54278 -> 54322 -// asserts in DEBUG, no need to muddy the waters and run at all for -// the moment. -BUG34546 SKIP : fast/loader/document-with-fragment-url-3.html = CRASH - // Flaky test BUG35064 WIN DEBUG : fast/forms/restore-selection-after-layout.html = TEXT PASS |