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

Side by Side Diff: webkit/tools/layout_tests/test_lists/tests_fixable.txt

Issue 43083: Relanding layout test fix (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « webkit/glue/webframe_impl.cc ('k') | 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 // These tests are expected to fail until we get around to fixing 1 // These tests are expected to fail until we get around to fixing
2 // them. 2 // them.
3 3
4 // Bug 1124548: Copying with no selection is sometimes supposed to work 4 // Bug 1124548: Copying with no selection is sometimes supposed to work
5 // Also skipped by Apple on Windows (rdar://problem/5015941) 5 // Also skipped by Apple on Windows (rdar://problem/5015941)
6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL 6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL
7 7
8 // onload race condition due to poorly designed test. 8 // onload race condition due to poorly designed test.
9 // Works fine when run stand-alone. Not needed for Beta. 9 // Works fine when run stand-alone. Not needed for Beta.
10 // Also skipped by Apple on Windows, due to intermittent failure 10 // Also skipped by Apple on Windows, due to intermittent failure
(...skipping 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after
1207 MAC : LayoutTests/fast/dom/Document/early-document-access.html = CRASH TIMEOUT P ASS 1207 MAC : LayoutTests/fast/dom/Document/early-document-access.html = CRASH TIMEOUT P ASS
1208 1208
1209 // Not really sure why these are failing at the moment 1209 // Not really sure why these are failing at the moment
1210 MAC : LayoutTests/fast/dom/isindex-002.html = FAIL 1210 MAC : LayoutTests/fast/dom/isindex-002.html = FAIL
1211 MAC : LayoutTests/fast/events/init-events.html = FAIL 1211 MAC : LayoutTests/fast/events/init-events.html = FAIL
1212 1212
1213 // This tests has a comment about order isn't really defined and could change, 1213 // This tests has a comment about order isn't really defined and could change,
1214 // maybe we just need to update to this order? 1214 // maybe we just need to update to this order?
1215 MAC : LayoutTests/fast/events/drag-in-frames.html = FAIL 1215 MAC : LayoutTests/fast/events/drag-in-frames.html = FAIL
1216 1216
1217 // These two have a different object type in the dom dump. Plugin-related. 1217 // These two have a different object type in the dom dump. Plugin-related.
1218 // Ignored on Win/Linux because they rely on QT to provide a TIFF decoder. 1218 // Ignored on Win/Linux because they rely on QT to provide a TIFF decoder.
1219 MAC : LayoutTests/fast/images/embed-image.html = FAIL 1219 MAC : LayoutTests/fast/images/embed-image.html = FAIL
1220 MAC : LayoutTests/fast/images/object-image.html = FAIL 1220 MAC : LayoutTests/fast/images/object-image.html = FAIL
1221 1221
1222 // Some times it fails because the animation starts before the first dom dump 1222 // Some times it fails because the animation starts before the first dom dump
1223 // so the text doesn't match. 1223 // so the text doesn't match.
1224 MAC : LayoutTests/svg/hixie/perf/007.xml = FAIL PASS 1224 MAC : LayoutTests/svg/hixie/perf/007.xml = FAIL PASS
1225 1225
1226 // To be figured out, probably timing due to the dual status 1226 // To be figured out, probably timing due to the dual status
1227 MAC : LayoutTests/animations/combo-transform-translate+scale.html = PASS FAIL 1227 MAC : LayoutTests/animations/combo-transform-translate+scale.html = PASS FAIL
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 DEFER LINUX WIN : LayoutTests/fast/canvas/canvas-incremental-repaint.html = FAIL 1355 DEFER LINUX WIN : LayoutTests/fast/canvas/canvas-incremental-repaint.html = FAIL
1356 DEFER LINUX WIN : LayoutTests/fast/repaint/create-layer-repaint.html = FAIL 1356 DEFER LINUX WIN : LayoutTests/fast/repaint/create-layer-repaint.html = FAIL
1357 DEFER LINUX WIN : LayoutTests/fast/repaint/reflection-redraw.html = FAIL 1357 DEFER LINUX WIN : LayoutTests/fast/repaint/reflection-redraw.html = FAIL
1358 1358
1359 // Linux pixeltest failure: Failing to rotate the form control 1359 // Linux pixeltest failure: Failing to rotate the form control
1360 LINUX MAC : LayoutTests/fast/transforms/transformed-focused-text-input.html = FA IL 1360 LINUX MAC : LayoutTests/fast/transforms/transformed-focused-text-input.html = FA IL
1361 1361
1362 // TODO(tc): flaky. 1362 // TODO(tc): flaky.
1363 LINUX : LayoutTests/fast/events/5056619.html = PASS FAIL 1363 LINUX : LayoutTests/fast/events/5056619.html = PASS FAIL
1364 1364
1365 // Failed with r6844 (dglazkov)
1366 LayoutTests/http/tests/navigation/error404-goback.html = FAIL
1367
1368 // Started failing when landing the new skia r6925. 1365 // Started failing when landing the new skia r6925.
1369 WIN : LayoutTests/fast/lists/w3-list-styles.html = FAIL 1366 WIN : LayoutTests/fast/lists/w3-list-styles.html = FAIL
1370 1367
1371 // Passes when run by itself. Fails on the buildbot. 1368 // Passes when run by itself. Fails on the buildbot.
1372 // For Windows, see bug 8291. 1369 // For Windows, see bug 8291.
1373 LINUX WIN : LayoutTests/fast/css/beforeSelectorOnCodeElement.html = CRASH PASS 1370 LINUX WIN : LayoutTests/fast/css/beforeSelectorOnCodeElement.html = CRASH PASS
1374 1371
1375 // This test appears to pass on Linux, despite it referencing feed:// URLs which 1372 // This test appears to pass on Linux, despite it referencing feed:// URLs which
1376 // we don't support. Needs more investigation. 1373 // we don't support. Needs more investigation.
1377 // Expectations for this test changed upstream. We should fix this test, but 1374 // Expectations for this test changed upstream. We should fix this test, but
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
1744 // Added 3/10/09. 1741 // Added 3/10/09.
1745 DEFER WIN : LayoutTests/transitions/transition-end-event-multiple-01.html = FAIL PASS 1742 DEFER WIN : LayoutTests/transitions/transition-end-event-multiple-01.html = FAIL PASS
1746 DEFER WIN : LayoutTests/transitions/transition-end-event-create.html = FAIL PASS 1743 DEFER WIN : LayoutTests/transitions/transition-end-event-create.html = FAIL PASS
1747 DEFER WIN : LayoutTests/transitions/transition-end-event-window.html = FAIL PASS 1744 DEFER WIN : LayoutTests/transitions/transition-end-event-window.html = FAIL PASS
1748 DEFER WIN : LayoutTests/transitions/transition-end-event-attributes.html = FAIL PASS 1745 DEFER WIN : LayoutTests/transitions/transition-end-event-attributes.html = FAIL PASS
1749 WIN : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = FAIL P ASS 1746 WIN : LayoutTests/editing/selection/drag-to-contenteditable-iframe.html = FAIL P ASS
1750 MAC : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TIMEOUT PASS 1747 MAC : LayoutTests/http/tests/misc/submit-get-in-utf16le.html = TIMEOUT PASS
1751 MAC : LayoutTests/http/tests/xmlhttprequest/upload-onloadstart-event.html = TIME OUT PASS 1748 MAC : LayoutTests/http/tests/xmlhttprequest/upload-onloadstart-event.html = TIME OUT PASS
1752 MAC : LayoutTests/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-docu ment-write.html = CRASH PASS 1749 MAC : LayoutTests/http/tests/security/aboutBlank/xss-DENIED-navigate-opener-docu ment-write.html = CRASH PASS
1753 MAC DEBUG : LayoutTests/http/tests/misc/url-in-utf16le.html = TIMEOUT PASS 1750 MAC DEBUG : LayoutTests/http/tests/misc/url-in-utf16le.html = TIMEOUT PASS
OLDNEW
« no previous file with comments | « webkit/glue/webframe_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698