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 2983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2994 | 2994 |
2995 // WebKit 47777:47790 - getOwnPropertyDescriptor | 2995 // WebKit 47777:47790 - getOwnPropertyDescriptor |
2996 BUG20345 : LayoutTests/fast/js/getOwnPropertyDescriptor.html = FAIL | 2996 BUG20345 : LayoutTests/fast/js/getOwnPropertyDescriptor.html = FAIL |
2997 | 2997 |
2998 // This newly added test times out on Mac: | 2998 // This newly added test times out on Mac: |
2999 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target.html = TIMEOUT | 2999 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target.html = TIMEOUT |
3000 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target-no-crash.html = TIMEOUT | 3000 BUG20438 MAC : chrome/plugins/get-url-with-iframe-target-no-crash.html = TIMEOUT |
3001 | 3001 |
3002 // Mac LayoutTest/http errors after removing blanket exception. | 3002 // Mac LayoutTest/http errors after removing blanket exception. |
3003 BUG20748 MAC : LayoutTests/http/tests/plugins/npapi-response-headers.html = TIME
OUT | 3003 BUG20748 MAC : LayoutTests/http/tests/plugins/npapi-response-headers.html = TIME
OUT |
3004 BUG20748 MAC : LayoutTests/http/tests/security/frameNavigation/xss-DENIED-plugin
-navigation.html = TIMEOUT | |
3005 BUG20748 MAC : LayoutTests/http/tests/plugins/get-url.html = TIMEOUT | 3004 BUG20748 MAC : LayoutTests/http/tests/plugins/get-url.html = TIMEOUT |
3006 BUG20748 MAC : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT | 3005 BUG20748 MAC : LayoutTests/http/tests/plugins/interrupted-get-url.html = TIMEOUT |
3007 | 3006 |
3008 // started crashing at build 5804 then green until 5863 of webkit-dbg-2 | 3007 // started crashing at build 5804 then green until 5863 of webkit-dbg-2 |
3009 BUG20786 WIN DEBUG : LayoutTests/fast/dom/undetectable-style-filter.html = PASS
CRASH | 3008 BUG20786 WIN DEBUG : LayoutTests/fast/dom/undetectable-style-filter.html = PASS
CRASH |
3010 // started crashing at build 5859 of webkit-dbg-2 | 3009 // started crashing at build 5859 of webkit-dbg-2 |
3011 BUG20786 WIN DEBUG : LayoutTests/fast/dom/undetectable-document-all.html = PASS
CRASH | 3010 BUG20786 WIN DEBUG : LayoutTests/fast/dom/undetectable-document-all.html = PASS
CRASH |
3012 | 3011 |
3013 BUG10480 LINUX : LayoutTests/editing/selection/move-by-line-001.html = FAIL | 3012 BUG10480 LINUX : LayoutTests/editing/selection/move-by-line-001.html = FAIL |
3014 | 3013 |
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3303 BUG_JORLOW LINUX : LayoutTests/transitions/multiple-background-size-transitions.
html = TIMEOUT | 3302 BUG_JORLOW LINUX : LayoutTests/transitions/multiple-background-size-transitions.
html = TIMEOUT |
3304 BUG25955 LINUX : LayoutTests/fast/forms/textarea-placeholder-set-value.html = PA
SS CRASH | 3303 BUG25955 LINUX : LayoutTests/fast/forms/textarea-placeholder-set-value.html = PA
SS CRASH |
3305 BUG_JORLOW WIN : LayoutTests/fast/parser/remove-node-stack.html = CRASH | 3304 BUG_JORLOW WIN : LayoutTests/fast/parser/remove-node-stack.html = CRASH |
3306 | 3305 |
3307 // The following should be uncommented when the next line is no longer needed. | 3306 // The following should be uncommented when the next line is no longer needed. |
3308 // BUG24182 WIN LINUX DEBUG SLOW : LayoutTests/svg/css/getComputedStyle-basic.xh
tml = PASS | 3307 // BUG24182 WIN LINUX DEBUG SLOW : LayoutTests/svg/css/getComputedStyle-basic.xh
tml = PASS |
3309 BUG_JORLOW WIN LINUX DEBUG SLOW: LayoutTests/svg/css/getComputedStyle-basic.xhtm
l = CRASH FAIL PASS | 3308 BUG_JORLOW WIN LINUX DEBUG SLOW: LayoutTests/svg/css/getComputedStyle-basic.xhtm
l = CRASH FAIL PASS |
3310 | 3309 |
3311 // WebKit 50158:10171 | 3310 // WebKit 50158:10171 |
3312 BUG_JORLOW : LayoutTests/fast/dom/error-to-string-stack-overflow.html = FAIL | 3311 BUG_JORLOW : LayoutTests/fast/dom/error-to-string-stack-overflow.html = FAIL |
OLD | NEW |