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 1663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1674 // They pass on windows given a new baseline and likely only need to be given | 1674 // They pass on windows given a new baseline and likely only need to be given |
1675 // platform specific baselines for Linux and Mac. | 1675 // platform specific baselines for Linux and Mac. |
1676 BUG10450 LINUX : LayoutTests/fast/css/percent-top-value-with-relative-position.h
tml = FAIL | 1676 BUG10450 LINUX : LayoutTests/fast/css/percent-top-value-with-relative-position.h
tml = FAIL |
1677 | 1677 |
1678 // Newly added test from 41613:41660 -- relies on ScriptCallStack::state() -- dg
lazkov should fix. | 1678 // Newly added test from 41613:41660 -- relies on ScriptCallStack::state() -- dg
lazkov should fix. |
1679 BUG9156 MAC LINUX WIN : LayoutTests/fast/js/console-non-string-values.html = FAI
L | 1679 BUG9156 MAC LINUX WIN : LayoutTests/fast/js/console-non-string-values.html = FAI
L |
1680 | 1680 |
1681 // New failures from 41660:41709 | 1681 // New failures from 41660:41709 |
1682 // Newly added tests. | 1682 // Newly added tests. |
1683 BUG9161 MAC LINUX WIN : LayoutTests/fast/forms/basic-textareas.html = FAIL PASS | 1683 BUG9161 MAC LINUX WIN : LayoutTests/fast/forms/basic-textareas.html = FAIL PASS |
1684 BUG20894 : LayoutTests/http/tests/xmlhttprequest/access-control-basic-whitelist-
request-headers.html = FAIL | |
1685 | 1684 |
1686 // Tests that fail in debug mode on linux | 1685 // Tests that fail in debug mode on linux |
1687 BUG10454 DEBUG LINUX : LayoutTests/svg/custom/mask-excessive-malloc.svg = CRASH | 1686 BUG10454 DEBUG LINUX : LayoutTests/svg/custom/mask-excessive-malloc.svg = CRASH |
1688 | 1687 |
1689 // This test hits a stack-overflow exception earlier in debug mode than in | 1688 // This test hits a stack-overflow exception earlier in debug mode than in |
1690 // release mode on Windows. | 1689 // release mode on Windows. |
1691 // | 1690 // |
1692 // Hits the stack overflow earlier than before the new compiler in both | 1691 // Hits the stack overflow earlier than before the new compiler in both |
1693 // release and debug mode on Linux and Mac. | 1692 // release and debug mode on Linux and Mac. |
1694 // | 1693 // |
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2351 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/events/keydown-keypress-preventDefau
lt.html = FAIL | 2350 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/events/keydown-keypress-preventDefau
lt.html = FAIL |
2352 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/events/mouse-drag-from-frame-to-othe
r-frame.html = FAIL | 2351 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/events/mouse-drag-from-frame-to-othe
r-frame.html = FAIL |
2353 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/events/mouse-drag-from-frame.html =
FAIL | 2352 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/events/mouse-drag-from-frame.html =
FAIL |
2354 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/events/nested-window-event.html = FA
IL | 2353 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/events/nested-window-event.html = FA
IL |
2355 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/events/onsubmit-bubbling.html = FAIL | 2354 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/events/onsubmit-bubbling.html = FAIL |
2356 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/events/space-scroll-event.html = FAI
L | 2355 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/events/space-scroll-event.html = FAI
L |
2357 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/forms/formmove3.html = FAIL | 2356 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/forms/formmove3.html = FAIL |
2358 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/forms/formnovalidate-attribute.html
= FAIL | 2357 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/forms/formnovalidate-attribute.html
= FAIL |
2359 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/images/imagemap-case.html = FAIL | 2358 BUG_PAUL MAC LINUX DEBUG : LayoutTests/fast/images/imagemap-case.html = FAIL |
2360 BUG_PAUL LINUX DEBUG : LayoutTests/fast/backgrounds/size/contain-and-cover.html
= PASS FAIL | 2359 BUG_PAUL LINUX DEBUG : LayoutTests/fast/backgrounds/size/contain-and-cover.html
= PASS FAIL |
OLD | NEW |