diff options
author | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-27 22:00:07 +0000 |
---|---|---|
committer | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-27 22:00:07 +0000 |
commit | daefda1fd4634dc8c170a4a75f1c13a8adc22c31 (patch) | |
tree | def1022e9600b0b272c9f3a76575ee632df13714 | |
parent | ecfb164a49cffe35df5a3731d1579e94f6a9a083 (diff) | |
download | chromium_src-daefda1fd4634dc8c170a4a75f1c13a8adc22c31.zip chromium_src-daefda1fd4634dc8c170a4a75f1c13a8adc22c31.tar.gz chromium_src-daefda1fd4634dc8c170a4a75f1c13a8adc22c31.tar.bz2 |
Remove CRASH expectation for LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html. It never crashed on Windows or Mac, so this should have been limited to Linux anyway. Looking through flakyness dashboard for Linux release, it hasn't crashed in the last 100 runs. I also looked at the past 10 runs of Linux dbg. Pretty sure the crash was fixed by http://src.chromium.org/viewvc/chrome?view=rev&revision=23944.
TEST=none
BUG=18686
Review URL: http://codereview.chromium.org/176007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24672 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 40fc362..1e28d20 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2037,7 +2037,7 @@ BUG10476 : LayoutTests/http/tests/xmlhttprequest/redirect-cross-origin-post-sync // Merge WebKit 42133:42199 regressions BUG10477 LINUX : LayoutTests/fast/events/context-no-deselect.html = FAIL -BUG18686 : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL CRASH +BUG18686 : LayoutTests/fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html = FAIL BUG10477 : LayoutTests/http/tests/navigation/onload-navigation-iframe-2.html = TIMEOUT // Flaky since rev 13111. |