diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 23:52:39 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-27 23:52:39 +0000 |
commit | b3df752d515a2bf10b3df9c8c1b0a3df88632d9e (patch) | |
tree | 883cb17dc3fa15897a1e7b3fe106bbf982701c65 | |
parent | b782578e971100daacb017679bb470bd1941da0c (diff) | |
download | chromium_src-b3df752d515a2bf10b3df9c8c1b0a3df88632d9e.zip chromium_src-b3df752d515a2bf10b3df9c8c1b0a3df88632d9e.tar.gz chromium_src-b3df752d515a2bf10b3df9c8c1b0a3df88632d9e.tar.bz2 |
After reviewing the Layout Test History from sandholm's page,
I realized I jumped the gun on one test. It has been
timing out consistently, every once in a while up until build
4008 (sandholm's script is broken so it doesn't show more
recent data than that).
So, I readded it, but without the FAIL marker, since it now
only times out occasionally.
I also found another test that has quietly been passing for
a while now, but was marked as FAIL PASS so noone noticed.
Review URL: http://codereview.chromium.org/27292
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10651 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_lists/tests_fixable.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/tools/layout_tests/test_lists/tests_fixable.txt b/webkit/tools/layout_tests/test_lists/tests_fixable.txt index 16b354c..d0cc3ad 100644 --- a/webkit/tools/layout_tests/test_lists/tests_fixable.txt +++ b/webkit/tools/layout_tests/test_lists/tests_fixable.txt @@ -949,6 +949,8 @@ LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-sub-frame-to-da LayoutTests/http/tests/security/dataURL/xss-DENIED-from-data-url-to-data-url.html = FAIL LayoutTests/http/tests/security/dataURL/xss-DENIED-to-data-url-from-data-url.html = FAIL chrome/fast/dom/xss-DENIED-javascript-variations.html = FAIL +LayoutTests/http/tests/misc/dns-prefetch-control.html = TIMEOUT PASS + // NEW FOR MERGE 37604:38097 // This is a Safari specific test used to document the set of global // constructors they expose and the exact way they are printed. Not @@ -1602,7 +1604,6 @@ DEFER :LayoutTests/transitions/hang-with-bad-transition-list.html = PASS FAIL TI LINUX MAC : LayoutTests/svg/custom/clip-path-units-changes.svg = FAIL MAC : LayoutTests/fast/dom/replaceChild.html = FAIL MAC : LayoutTests/fast/forms/menulist-no-overflow.html = FAIL -WIN LINUX : LayoutTests/editing/selection/move-by-line-001.html = PASS FAIL MAC : LayoutTests/fast/forms/002.html = FAIL // Flakey tests |