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 // fast/js/fixme.js = FAIL | 7 // fast/js/fixme.js = FAIL |
8 // fast/js/flaky.js = FAIL PASS | 8 // fast/js/flaky.js = FAIL PASS |
9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS | 9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS |
10 // | 10 // |
(...skipping 2816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2827 BUG38397 : websocket/tests/url-with-query.html = TEXT PASS | 2827 BUG38397 : websocket/tests/url-with-query.html = TEXT PASS |
2828 BUG38397 : websocket/tests/websocket-pending-activity.html = TIMEOUT PASS | 2828 BUG38397 : websocket/tests/websocket-pending-activity.html = TIMEOUT PASS |
2829 | 2829 |
2830 // One pixel changes from gray 0x83 to gray 0x81. Valgrind is clean. | 2830 // One pixel changes from gray 0x83 to gray 0x81. Valgrind is clean. |
2831 BUG38534 LINUX : tables/mozilla/bugs/bug20804.html = IMAGE PASS | 2831 BUG38534 LINUX : tables/mozilla/bugs/bug20804.html = IMAGE PASS |
2832 | 2832 |
2833 // While I figure out what went wrong. -- agl | 2833 // While I figure out what went wrong. -- agl |
2834 BUG_AGL LINUX : platform/chromium/fast/text/chromium-linux-fontconfig-renderstyl
e.html = IMAGE | 2834 BUG_AGL LINUX : platform/chromium/fast/text/chromium-linux-fontconfig-renderstyl
e.html = IMAGE |
2835 | 2835 |
2836 // WebKit roll 56165:56197. | 2836 // WebKit roll 56165:56197. |
2837 // Baseline wasn't checked with the test. Will clear up on next roll. | |
2838 BUG_DGLAZKOV WIN LINUX MAC : fast/dynamic/float-remove-above-line-2.html = MISSI
NG | |
2839 // New test (http://trac.webkit.org/changeset/56191), failing upstream as well | |
2840 // will try to help fix on next roll. | |
2841 BUG_DGLAZKOV SKIP : fast/css/nth-child-odd-case-insensitive.html = CRASH TEXT PA
SS | |
2842 // New test (http://trac.webkit.org/changeset/56198), requires changes to Plugin
Object | 2837 // New test (http://trac.webkit.org/changeset/56198), requires changes to Plugin
Object |
2843 BUG38578 : plugins/override-node-method.html = TEXT | 2838 BUG38578 : plugins/override-node-method.html = TEXT |
2844 BUG_DGLAZKOV MAC : editing/style/apply-through-end-of-document.html = TEXT | 2839 |
| 2840 // WebKit roll 56197:56239. |
| 2841 // Needs layoutTestController.setMediaType() (implemented on Qt only) |
| 2842 BUG38653 : editing/selection/find-yensign-and-backslash.html = TEXT |
| 2843 BUG38656 MAC : fast/media/print-restores-previous-mediatype.html = TEXT |
OLD | NEW |