diff options
author | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-15 21:30:02 +0000 |
---|---|---|
committer | ojan@chromium.org <ojan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-15 21:30:02 +0000 |
commit | 502664a952a5a2948827448dbbe37761954ab36e (patch) | |
tree | 235eee6e9885e55f01386bcb2cb1295c61bc5d33 /webkit | |
parent | b7373e5aa001be06c24ac018931f85910bcb1edd (diff) | |
download | chromium_src-502664a952a5a2948827448dbbe37761954ab36e.zip chromium_src-502664a952a5a2948827448dbbe37761954ab36e.tar.gz chromium_src-502664a952a5a2948827448dbbe37761954ab36e.tar.bz2 |
Update incorrect expectations using the dashboard at
http://src.chromium.org/viewvc/chrome/trunk/src/webkit/tools/layout_tests/flakiness_dashboard.html#expectationsUpdate=true
Did all the tests from LayoutTests/accessibility to LayoutTests/editing (inclusive).
The problem is that the script currently only modifies existing individual test lines
in test_expectations.txt. It won't add new tests. This includes the case of all
the accessibility tests, which have their expectations listed by directory.
Hopefully, this is not true for all the other tests and this tool is still useful
for now. Otherwise, we'll need to figure out the adding new tests case as well.
The only hard part with adding new tests is figuring out what to do with the BUG identifiers.
Review URL: http://codereview.chromium.org/506017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index e6db4b5..2f3a6b3 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -82,7 +82,6 @@ BUG24182 SLOW LINUX DEBUG : LayoutTests/fast/xpath/4XPath/Borrowed/cz_20030217.h BUG24182 SLOW WIN MAC DEBUG : LayoutTests/tables/mozilla/bugs/45621.html = PASS //BUG24852 started failing since webkit 49583 //BUG24182 SLOW WIN : LayoutTests/css1/font_properties/font.html = PASS -BUG24182 SLOW LINUX DEBUG : LayoutTests/editing/selection/doubleclick-whitespace.html = PASS BUG24182 SLOW WIN : LayoutTests/http/tests/security/xssAuditor/meta-tag-http-refresh-javascript-url.html = PASS TEXT BUG24182 SLOW WIN RELEASE : LayoutTests/fast/loader/local-CSS-from-local.html = PASS BUG24182 WIN RELEASE SLOW : LayoutTests/http/tests/incremental/split-hex-entities.pl = PASS @@ -2906,7 +2905,6 @@ BUG28034 MAC : LayoutTests/http/tests/security/XFrameOptions/x-frame-options-den BUG28040 WIN LINUX DEBUG : LayoutTests/fast/body-propagation/overflow/004.html = PASS FAIL IMAGE BUG28041 MAC : LayoutTests/storage/domstorage/clear.html = PASS FAIL -BUG28057 WIN DEBUG : LayoutTests/dom/html/level2/html/HTMLElement95.html = PASS CRASH BUG28074 MAC : LayoutTests/http/tests/loading/redirect-with-no-location-crash.html = PASS TIMEOUT BUG28077 MAC : LayoutTests/plugins/netscape-invoke-default.html = PASS FAIL BUG28079 LINUX : LayoutTests/http/tests/misc/uncacheable-script-repeated.html = PASS TIMEOUT |