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 3086 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3097 BUG_24314 LINUX DEBUG : LayoutTests/editing/selection/extend-selection.html = PA
SS TIMEOUT | 3097 BUG_24314 LINUX DEBUG : LayoutTests/editing/selection/extend-selection.html = PA
SS TIMEOUT |
3098 | 3098 |
3099 BUG_23475 WIN : LayoutTests/svg/custom/junk-data.svg = PASS IMAGE | 3099 BUG_23475 WIN : LayoutTests/svg/custom/junk-data.svg = PASS IMAGE |
3100 | 3100 |
3101 // Webkit roll 49284:49321 | 3101 // Webkit roll 49284:49321 |
3102 BUG_JOHNNYG : LayoutTests/svg/custom/linking-a-03-b-transform.svg = FAIL | 3102 BUG_JOHNNYG : LayoutTests/svg/custom/linking-a-03-b-transform.svg = FAIL |
3103 | 3103 |
3104 // WebKit roll 49321:49372 | 3104 // WebKit roll 49321:49372 |
3105 BUG24454 : LayoutTests/http/tests/globalhistory/history-delegate-basic-visited-l
inks.html = FAIL | 3105 BUG24454 : LayoutTests/http/tests/globalhistory/history-delegate-basic-visited-l
inks.html = FAIL |
3106 | 3106 |
3107 BUG_HCLAM : LayoutTests/editing/execCommand/4641880-2.html = FAIL | |
3108 BUG_HCLAM : LayoutTests/editing/execCommand/4916541.html = FAIL | |
3109 BUG_HCLAM : LayoutTests/editing/execCommand/5138441.html = FAIL | |
3110 BUG_HCLAM : LayoutTests/editing/execCommand/5481523.html = FAIL | |
3111 BUG_HCLAM : LayoutTests/editing/execCommand/indent-selection.html = FAIL | |
OLD | NEW |