OLD | NEW |
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 1226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1237 // New test. We should fix it, but it doesn't need to block the current release | 1237 // New test. We should fix it, but it doesn't need to block the current release |
1238 BUG10352 DEFER : LayoutTests/fast/js/arguments.html = FAIL | 1238 BUG10352 DEFER : LayoutTests/fast/js/arguments.html = FAIL |
1239 // New test. We should fix it, but it doesn't need to block the current release | 1239 // New test. We should fix it, but it doesn't need to block the current release |
1240 BUG10352 DEFER : LayoutTests/fast/js/primitive-method-this.html = FAIL | 1240 BUG10352 DEFER : LayoutTests/fast/js/primitive-method-this.html = FAIL |
1241 // See bug http://code.google.com/p/chromium/issues/detail?id=7868, | 1241 // See bug http://code.google.com/p/chromium/issues/detail?id=7868, |
1242 // not urgent for current release. | 1242 // not urgent for current release. |
1243 BUG10352 DEFER : LayoutTests/http/tests/plugins/local-geturl-from-remote.html =
FAIL | 1243 BUG10352 DEFER : LayoutTests/http/tests/plugins/local-geturl-from-remote.html =
FAIL |
1244 // These two depend on which webkit features are enabled. For instance, it chec
ks | 1244 // These two depend on which webkit features are enabled. For instance, it chec
ks |
1245 // if the Audio constructor is available which is only the case if AUDIO is enab
led. | 1245 // if the Audio constructor is available which is only the case if AUDIO is enab
led. |
1246 BUG10352 DEFER : LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL | 1246 BUG10352 DEFER : LayoutTests/fast/dom/constructors-cached-navigate.html = FAIL |
| 1247 BUG10352 DEFER LINUX MAC : LayoutTests/fast/dom/constructors-cached.html = FAIL |
1247 | 1248 |
1248 // MERGE REGRESSIONS 36102:37604 | 1249 // MERGE REGRESSIONS 36102:37604 |
1249 | 1250 |
1250 BUG10353 LINUX : LayoutTests/fast/events/mouse-click-events.html = FAIL | 1251 BUG10353 LINUX : LayoutTests/fast/events/mouse-click-events.html = FAIL |
1251 // These tests are wrong because of: | 1252 // These tests are wrong because of: |
1252 // https://bugs.webkit.org/show_bug.cgi?id=24161. This is not | 1253 // https://bugs.webkit.org/show_bug.cgi?id=24161. This is not |
1253 // important for current release. | 1254 // important for current release. |
1254 BUG10353 DEFER WIN LINUX : LayoutTests/fast/forms/listbox-deselect-scroll.html =
FAIL | 1255 BUG10353 DEFER WIN LINUX : LayoutTests/fast/forms/listbox-deselect-scroll.html =
FAIL |
1255 BUG10353 DEFER WIN LINUX : LayoutTests/fast/forms/listbox-selection-2.html = FAI
L | 1256 BUG10353 DEFER WIN LINUX : LayoutTests/fast/forms/listbox-selection-2.html = FAI
L |
1256 BUG10353 DEFER WIN LINUX : LayoutTests/fast/forms/select-item-background-clip.ht
ml = FAIL | 1257 BUG10353 DEFER WIN LINUX : LayoutTests/fast/forms/select-item-background-clip.ht
ml = FAIL |
(...skipping 1328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2585 BUG11012 MAC : LayoutTests/editing/deleting/deletionUI-single-instance.html = FA
IL | 2586 BUG11012 MAC : LayoutTests/editing/deleting/deletionUI-single-instance.html = FA
IL |
2586 // Was marked as SLOW, now TIMEOUT. | 2587 // Was marked as SLOW, now TIMEOUT. |
2587 BUG11012 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types
.html = TIMEOUT | 2588 BUG11012 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types
.html = TIMEOUT |
2588 | 2589 |
2589 // Temporarily disable worker tests that fail after | 2590 // Temporarily disable worker tests that fail after |
2590 // http://src.chromium.org/viewvc/chrome?view=rev&revision=14461 | 2591 // http://src.chromium.org/viewvc/chrome?view=rev&revision=14461 |
2591 BUG11011 WIN : LayoutTests/fast/workers/worker-event-listener.html = TIMEOUT PAS
S | 2592 BUG11011 WIN : LayoutTests/fast/workers/worker-event-listener.html = TIMEOUT PAS
S |
2592 BUG11011 WIN : LayoutTests/fast/workers/worker-gc.html = TIMEOUT PASS | 2593 BUG11011 WIN : LayoutTests/fast/workers/worker-gc.html = TIMEOUT PASS |
2593 // The following failure was filed in BUG9798, used to be FAIL and PASS. | 2594 // The following failure was filed in BUG9798, used to be FAIL and PASS. |
2594 BUG11011 WIN : LayoutTests/fast/workers/worker-terminate.html = TIMEOUT FAIL PAS
S | 2595 BUG11011 WIN : LayoutTests/fast/workers/worker-terminate.html = TIMEOUT FAIL PAS
S |
OLD | NEW |