Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1814)

Side by Side Diff: webkit/tools/layout_tests/test_expectations.txt

Issue 55033: Adding mac back in since it isn't passing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This file consist of lines with specifications of what 1 // This file consist of lines with specifications of what
2 // to expect from layout test cases. The test cases can be directories 2 // to expect from layout test cases. The test cases can be directories
3 // in which case the expectations apply to all test cases in that 3 // in which case the expectations apply to all test cases in that
4 // directory and any subdirectory. The format of the file is along the 4 // directory and any subdirectory. The format of the file is along the
5 // lines of: 5 // lines of:
6 // 6 //
7 // LayoutTests/fast/js/fixme.js = FAIL 7 // LayoutTests/fast/js/fixme.js = FAIL
8 // LayoutTests/fast/js/flaky.js = FAIL PASS 8 // LayoutTests/fast/js/flaky.js = FAIL PASS
9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS
10 // 10 //
(...skipping 2109 matching lines...) Expand 10 before | Expand all | Expand 10 after
2120 // Newly added test from 41613:41660 -- relies on ScriptCallStack::state() -- dg lazkov should fix. 2120 // Newly added test from 41613:41660 -- relies on ScriptCallStack::state() -- dg lazkov should fix.
2121 BUG9156 DEFER MAC LINUX WIN : LayoutTests/fast/js/console-non-string-values.html = FAIL 2121 BUG9156 DEFER MAC LINUX WIN : LayoutTests/fast/js/console-non-string-values.html = FAIL
2122 2122
2123 // New failures from 41613:41660 -- They likely just need to be rebaselined 2123 // New failures from 41613:41660 -- They likely just need to be rebaselined
2124 // for Mac and Linux, since that is what was done for Windows. 2124 // for Mac and Linux, since that is what was done for Windows.
2125 BUG9157 DEFER LINUX : LayoutTests/fast/layers/normal-flow-hit-test.html = FAIL 2125 BUG9157 DEFER LINUX : LayoutTests/fast/layers/normal-flow-hit-test.html = FAIL
2126 2126
2127 // New failures from 41660:41709 2127 // New failures from 41660:41709
2128 // Newly added tests. 2128 // Newly added tests.
2129 BUG9159 DEFER LINUX WIN : LayoutTests/editing/pasteboard/5089327.html = FAIL 2129 BUG9159 DEFER LINUX WIN : LayoutTests/editing/pasteboard/5089327.html = FAIL
2130 BUG9160 DEFER MAC : LayoutTests/fast/dom/Window/window-lookup-precedence.html = FAIL
2130 BUG9161 DEFER MAC LINUX WIN : LayoutTests/fast/forms/basic-textareas.html = FAIL 2131 BUG9161 DEFER MAC LINUX WIN : LayoutTests/fast/forms/basic-textareas.html = FAIL
2131 BUG9163 DEFER MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/access-contr ol-basic-whitelist-request-headers.html = FAIL 2132 BUG9163 DEFER MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/access-contr ol-basic-whitelist-request-headers.html = FAIL
2132 BUG9163 DEFER MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttpreque st-missing-file-exception.html = FAIL 2133 BUG9163 DEFER MAC LINUX WIN : LayoutTests/http/tests/xmlhttprequest/xmlhttpreque st-missing-file-exception.html = FAIL
2133 // Unknown what change caused these to fail. 2134 // Unknown what change caused these to fail.
2134 BUG9164 MAC : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL 2135 BUG9164 MAC : LayoutTests/fast/text/atsui-multiple-renderers.html = FAIL
2135 2136
2136 // Merge 41709:41733 2137 // Merge 41709:41733
2137 // Expectations changed upstream. 2138 // Expectations changed upstream.
2138 LINUX : LayoutTests/http/tests/misc/url-in-utf16le.html = FAIL 2139 LINUX : LayoutTests/http/tests/misc/url-in-utf16le.html = FAIL
2139 WIN LINUX : LayoutTests/http/tests/misc/url-in-utf16be.html = TIMEOUT CRASH 2140 WIN LINUX : LayoutTests/http/tests/misc/url-in-utf16be.html = TIMEOUT CRASH
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
2350 2351
2351 // <input type="search">; various failures, some tests may simply need new 2352 // <input type="search">; various failures, some tests may simply need new
2352 // baselines, others have more problems. 2353 // baselines, others have more problems.
2353 LINUX MAC : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL 2354 LINUX MAC : LayoutTests/fast/forms/placeholder-pseudo-style.html = FAIL
2354 BUG9158 DEFER LINUX MAC : LayoutTests/fast/forms/placeholder-set-value.html = FA IL 2355 BUG9158 DEFER LINUX MAC : LayoutTests/fast/forms/placeholder-set-value.html = FA IL
2355 LINUX MAC : LayoutTests/fast/forms/search-display-none-cancel-button.html = FAIL 2356 LINUX MAC : LayoutTests/fast/forms/search-display-none-cancel-button.html = FAIL
2356 LINUX MAC : LayoutTests/fast/forms/search-placeholder-value-changed.html = FAIL 2357 LINUX MAC : LayoutTests/fast/forms/search-placeholder-value-changed.html = FAIL
2357 LINUX MAC : LayoutTests/fast/forms/searchfield-heights.html = FAIL 2358 LINUX MAC : LayoutTests/fast/forms/searchfield-heights.html = FAIL
2358 LINUX MAC : LayoutTests/fast/repaint/search-field-cancel.html = FAIL 2359 LINUX MAC : LayoutTests/fast/repaint/search-field-cancel.html = FAIL
2359 LINUX MAC : LayoutTests/fast/replaced/width100percent-searchfield.html = FAIL 2360 LINUX MAC : LayoutTests/fast/replaced/width100percent-searchfield.html = FAIL
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698