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

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

Issue 224006: Reorganize recent changes in database-related layout test expectations.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 2 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
« 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 consists of lines with specifications of what 1 // This file consists 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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 BUG4359 SKIP : LayoutTests/storage/multiple-transactions.html = PASS 664 BUG4359 SKIP : LayoutTests/storage/multiple-transactions.html = PASS
665 BUG4359 SKIP : LayoutTests/storage/open-database-empty-version.html = PASS 665 BUG4359 SKIP : LayoutTests/storage/open-database-empty-version.html = PASS
666 BUG4359 SKIP : LayoutTests/storage/private-browsing-readonly.html = PASS 666 BUG4359 SKIP : LayoutTests/storage/private-browsing-readonly.html = PASS
667 BUG4359 SKIP : LayoutTests/storage/quota-tracking.html = PASS 667 BUG4359 SKIP : LayoutTests/storage/quota-tracking.html = PASS
668 BUG4359 SKIP : LayoutTests/storage/sql-data-types.html = PASS 668 BUG4359 SKIP : LayoutTests/storage/sql-data-types.html = PASS
669 BUG4359 SKIP : LayoutTests/storage/sql-data-types.js = PASS 669 BUG4359 SKIP : LayoutTests/storage/sql-data-types.js = PASS
670 BUG4359 SKIP : LayoutTests/storage/success-callback.html = PASS 670 BUG4359 SKIP : LayoutTests/storage/success-callback.html = PASS
671 BUG4359 SKIP : LayoutTests/storage/transaction-callback-exception-crash.html = P ASS 671 BUG4359 SKIP : LayoutTests/storage/transaction-callback-exception-crash.html = P ASS
672 BUG4359 SKIP : LayoutTests/storage/transaction-error-callback.html = PASS 672 BUG4359 SKIP : LayoutTests/storage/transaction-error-callback.html = PASS
673 BUG4359 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS 673 BUG4359 SKIP : LayoutTests/fast/js/exceptions-thrown-in-callbacks.html = PASS
674 BUG4359 MAC LINUX : LayoutTests/storage/test-authorizer.html = CRASH
675 BUG4359 MAC LINUX : LayoutTests/storage/open-database-while-transaction-in-progr ess.html = CRASH
676 BUG4359 WIN : LayoutTests/storage/read-and-write-transactions-dont-run-together. html = TIMEOUT
677 BUG4359 WIN : LayoutTests/storage/read-transactions-running-concurrently.html = TIMEOUT
678 BUG4359 MAC LINUX : LayoutTests/storage/read-and-write-transactions-dont-run-tog ether.html = CRASH
679 BUG4359 MAC LINUX : LayoutTests/storage/read-transactions-running-concurrently.h tml = CRASH
680
674 681
675 // Implement HTML5 Geolocation API. 682 // Implement HTML5 Geolocation API.
676 BUG11246 : LayoutTests/fast/dom/Geolocation = FAIL 683 BUG11246 : LayoutTests/fast/dom/Geolocation = FAIL
677 684
678 // Implement HTML5 EventSource API. Skipping, because most of these time out and 685 // Implement HTML5 EventSource API. Skipping, because most of these time out and
679 // slow down the test run. 686 // slow down the test run.
680 BUG19625 SKIP : LayoutTests/fast/eventsource = TIMEOUT 687 BUG19625 SKIP : LayoutTests/fast/eventsource = TIMEOUT
681 BUG19625 SKIP : LayoutTests/http/tests/eventsource = TIMEOUT 688 BUG19625 SKIP : LayoutTests/http/tests/eventsource = TIMEOUT
682 689
683 // Implement HTML5 datalist element. 690 // Implement HTML5 datalist element.
(...skipping 1509 matching lines...) Expand 10 before | Expand all | Expand 10 after
2193 BUG18896 WIN LINUX DEBUG : LayoutTests/svg/batik/paints/gradientLimit.svg = FAIL 2200 BUG18896 WIN LINUX DEBUG : LayoutTests/svg/batik/paints/gradientLimit.svg = FAIL
2194 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom-cl ipPathUnits-attr.html = PASS FAIL 2201 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-dom-cl ipPathUnits-attr.html = PASS FAIL
2195 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-svgdom -clipPathUnits-prop.html = PASS FAIL 2202 BUG18896 LINUX DEBUG : LayoutTests/svg/dynamic-updates/SVGClipPathElement-svgdom -clipPathUnits-prop.html = PASS FAIL
2196 2203
2197 // Test failures from WebKit merge 46894 to 46977 2204 // Test failures from WebKit merge 46894 to 46977
2198 BUG18939 : LayoutTests/fast/js/function-declaration.html = FAIL 2205 BUG18939 : LayoutTests/fast/js/function-declaration.html = FAIL
2199 BUG18939 : LayoutTests/fast/js/prototypes.html = FAIL 2206 BUG18939 : LayoutTests/fast/js/prototypes.html = FAIL
2200 2207
2201 // Fallout from webkit 47041:47189 2208 // Fallout from webkit 47041:47189
2202 BUG19248 : LayoutTests/fast/js/const.html = FAIL 2209 BUG19248 : LayoutTests/fast/js/const.html = FAIL
2203 BUG22296 : LayoutTests/storage/multiple-transactions-on-different-handles.html = TIMEOUT CRASH 2210 BUG22296 LINUX MAC : LayoutTests/storage/multiple-transactions-on-different-hand les.html = TIMEOUT CRASH
2204 2211
2205 BUG_LEVIN WIN : LayoutTests/fast/events/mouse-click-events.html = FAIL 2212 BUG_LEVIN WIN : LayoutTests/fast/events/mouse-click-events.html = FAIL
2206 2213
2207 // Fallout from webkit 47265:47277 2214 // Fallout from webkit 47265:47277
2208 BUG_MBELSHE : LayoutTests/fast/js/Array-isArray.html = FAIL 2215 BUG_MBELSHE : LayoutTests/fast/js/Array-isArray.html = FAIL
2209 2216
2210 BUG19519 WIN DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL PASS 2217 BUG19519 WIN DEBUG : LayoutTests/fast/css/last-of-type-pseudo-class.html = FAIL PASS
2211 2218
2212 // WebKit roll r47417:47528 2219 // WebKit roll r47417:47528
2213 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL 2220 BUG19766 WIN : LayoutTests/svg/batik/text/textPosition.svg = FAIL
2214 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL 2221 BUG19766 WIN LINUX : LayoutTests/svg/batik/text/xmlSpace.svg = FAIL
2215 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL 2222 BUG19766 WIN LINUX : LayoutTests/tables/mozilla/bugs/bug83786.html = FAIL
2216 BUG19766 : LayoutTests/storage/open-database-while-transaction-in-progress.html = TIMEOUT CRASH
2217 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL 2223 BUG19766 LINUX : LayoutTests/fast/replaced/width100percent-menulist.html = FAIL
2218 2224
2219 // Fails due to textInputController.setInputMethod not implemented for Mac. 2225 // Fails due to textInputController.setInputMethod not implemented for Mac.
2220 BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and- sends-keypress.html = FAIL 2226 BUG19665 MAC : LayoutTests/platform/mac/editing/input/hangul-enter-confirms-and- sends-keypress.html = FAIL
2221 BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-a nd-newline.html = FAIL 2227 BUG19665 MAC : LayoutTests/platform/mac/editing/input/kotoeri-enter-to-confirm-a nd-newline.html = FAIL
2222 2228
2223 // WebKit 47719:47732. New test. Time out on all 3 platforms. 2229 // WebKit 47719:47732. New test. Time out on all 3 platforms.
2224 BUG20341 : LayoutTests/loader/go-back-to-different-window-size.html = TIMEOUT 2230 BUG20341 : LayoutTests/loader/go-back-to-different-window-size.html = TIMEOUT
2225 2231
2226 // WebKit 47777:47790 - getOwnPropertyDescriptor 2232 // WebKit 47777:47790 - getOwnPropertyDescriptor
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
2268 BUG_VICTORW : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-jav ascript-url-sub-frame-2-level.html = PASS CRASH 2274 BUG_VICTORW : LayoutTests/http/tests/security/javascriptURL/xss-ALLOWED-from-jav ascript-url-sub-frame-2-level.html = PASS CRASH
2269 2275
2270 BUG_JAPHET MAC : LayoutTests/animations/change-keyframes-name.html = FAIL PASS 2276 BUG_JAPHET MAC : LayoutTests/animations/change-keyframes-name.html = FAIL PASS
2271 2277
2272 // Flaky, not clear as of when. 2278 // Flaky, not clear as of when.
2273 BUG21411 SLOW WIN LINUX DEBUG: LayoutTests/svg/dom/SVGScriptElement/script-load- and-error-events.svg = FAIL PASS 2279 BUG21411 SLOW WIN LINUX DEBUG: LayoutTests/svg/dom/SVGScriptElement/script-load- and-error-events.svg = FAIL PASS
2274 2280
2275 // WebKit 48217:48239 2281 // WebKit 48217:48239
2276 // Fails because we don't support layoutTestController.addUserStyleSheet(). 2282 // Fails because we don't support layoutTestController.addUserStyleSheet().
2277 BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL 2283 BUG21439 : LayoutTests/userscripts/simple-stylesheet.html = FAIL
2278 // New database test that fails.
2279 BUG21442 : LayoutTests/storage/test-authorizer.html = TIMEOUT CRASH
2280 2284
2281 // Need investigation after we enable file URL universal access in test shell. 2285 // Need investigation after we enable file URL universal access in test shell.
2282 BUG_JIANLI : LayoutTests/editing/selection/drag-in-iframe.html = FAIL PASS 2286 BUG_JIANLI : LayoutTests/editing/selection/drag-in-iframe.html = FAIL PASS
2283 2287
2284 // New test added in r48318 (GoogleURL bug) 2288 // New test added in r48318 (GoogleURL bug)
2285 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL 2289 BUG21764 : LayoutTests/fast/forms/ValidityState-typeMismatch-url.html = FAIL
2286 2290
2287 // New test added in r48336 (V8 bug) 2291 // New test added in r48336 (V8 bug)
2288 BUG21767 : LayoutTests/fast/js/Object-keys.html = FAIL 2292 BUG21767 : LayoutTests/fast/js/Object-keys.html = FAIL
2289 2293
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
2345 2349
2346 // WebKit update 48642:48665 2350 // WebKit update 48642:48665
2347 BUG_DGLAZKOV : LayoutTests/fast/loader/fragment-after-redirect-gets-back-entry.h tml = FAIL 2351 BUG_DGLAZKOV : LayoutTests/fast/loader/fragment-after-redirect-gets-back-entry.h tml = FAIL
2348 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-inside- percent-table.html = FAIL 2352 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-inside- percent-table.html = FAIL
2349 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-width-i nside-auto-table.html = FAIL 2353 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-width-i nside-auto-table.html = FAIL
2350 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-width-i nside-div.html = FAIL 2354 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-width-i nside-div.html = FAIL
2351 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-width-i nside-extra-large-div.html = FAIL 2355 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-width-i nside-extra-large-div.html = FAIL
2352 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-width-i nside-fixed-width-table.html = FAIL 2356 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-percent-width-i nside-fixed-width-table.html = FAIL
2353 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-small-percent-w idth.html = FAIL 2357 BUG_DGLAZKOV WIN LINUX : LayoutTests/fast/table/fixed-table-with-small-percent-w idth.html = FAIL
2354 BUG_DGLAZKOV WIN LINUX : LayoutTests/tables/mozilla/bugs/bug34176.html = FAIL 2358 BUG_DGLAZKOV WIN LINUX : LayoutTests/tables/mozilla/bugs/bug34176.html = FAIL
2355 BUG_DGLAZKOV WIN : LayoutTests/storage/read-and-write-transactions-dont-run-toge ther.html = TIMEOUT
2356 BUG_DGLAZKOV WIN : LayoutTests/storage/read-transactions-running-concurrently.ht ml = TIMEOUT
2357 BUG_DGLAZKOV MAC LINUX : LayoutTests/storage/read-and-write-transactions-dont-ru n-together.html = CRASH
2358 BUG_DGLAZKOV MAC LINUX : LayoutTests/storage/read-transactions-running-concurren tly.html = CRASH
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