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 2621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2632 BUG16823 MAC : LayoutTests/editing/selection/contains-boundaries.html = FAIL | 2632 BUG16823 MAC : LayoutTests/editing/selection/contains-boundaries.html = FAIL |
2633 BUG16823 MAC : LayoutTests/editing/style/5065910.html = FAIL | 2633 BUG16823 MAC : LayoutTests/editing/style/5065910.html = FAIL |
2634 BUG16823 MAC : LayoutTests/editing/style/font-family-with-space.html = FAIL | 2634 BUG16823 MAC : LayoutTests/editing/style/font-family-with-space.html = FAIL |
2635 BUG16823 MAC : LayoutTests/editing/style/non-inheritable-styles.html = FAIL | 2635 BUG16823 MAC : LayoutTests/editing/style/non-inheritable-styles.html = FAIL |
2636 BUG16823 MAC : LayoutTests/editing/style/smoosh-styles-003.html = FAIL | 2636 BUG16823 MAC : LayoutTests/editing/style/smoosh-styles-003.html = FAIL |
2637 BUG16823 MAC : LayoutTests/fast/lists/drag-into-marker.html = FAIL | 2637 BUG16823 MAC : LayoutTests/fast/lists/drag-into-marker.html = FAIL |
2638 | 2638 |
2639 // Failures from WebKit merge 45916:45936 | 2639 // Failures from WebKit merge 45916:45936 |
2640 BUG16850 DEBUG WIN : LayoutTests/fast/css/rem-dynamic-scaling.html = PASS CRASH | 2640 BUG16850 DEBUG WIN : LayoutTests/fast/css/rem-dynamic-scaling.html = PASS CRASH |
2641 | 2641 |
2642 // Failures from WebKit merge 45936:45958 | |
2643 BUG18676 LINUX MAC : LayoutTests/fast/js/instanceof-operator.html = CRASH FAIL | |
2644 | |
2645 // Requires the test shell to support eventSender.beginDragWithFiles(). | 2642 // Requires the test shell to support eventSender.beginDragWithFiles(). |
2646 BUG19884 : LayoutTests/fast/forms/get-file-upload.html = TIMEOUT | 2643 BUG19884 : LayoutTests/fast/forms/get-file-upload.html = TIMEOUT |
2647 | 2644 |
2648 // New test from WebKit merge 46050:46087 | 2645 // New test from WebKit merge 46050:46087 |
2649 BUG17170 : LayoutTests/fast/dom/prototype-inheritance.html = FAIL | 2646 BUG17170 : LayoutTests/fast/dom/prototype-inheritance.html = FAIL |
2650 | 2647 |
2651 // New tests from WebKit merge 46087:46125 | 2648 // New tests from WebKit merge 46087:46125 |
2652 BUG17255 LINUX WIN : LayoutTests/fast/box-shadow/spread.html = FAIL | 2649 BUG17255 LINUX WIN : LayoutTests/fast/box-shadow/spread.html = FAIL |
2653 | 2650 |
2654 // Test failures from WebKit merge r46143:46194 | 2651 // Test failures from WebKit merge r46143:46194 |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2872 // Does not work in Chromium yet (not supporting wav format) | 2869 // Does not work in Chromium yet (not supporting wav format) |
2873 BUG19904 WIN : LayoutTests/media/progress-event-at-least-one.html = FAIL TIMEOUT | 2870 BUG19904 WIN : LayoutTests/media/progress-event-at-least-one.html = FAIL TIMEOUT |
2874 | 2871 |
2875 // These became very flakey after r24022. Not sure if because of that change tho
ugh. | 2872 // These became very flakey after r24022. Not sure if because of that change tho
ugh. |
2876 BUG20004 WIN : LayoutTests/media/video-play-pause-events.html = TIMEOUT | 2873 BUG20004 WIN : LayoutTests/media/video-play-pause-events.html = TIMEOUT |
2877 | 2874 |
2878 // WebKit 47630:47646. These need rebaseline on Win and Linux. | 2875 // WebKit 47630:47646. These need rebaseline on Win and Linux. |
2879 BUG_DIMICH WIN LINUX : LayoutTests/editing/execCommand/5190926.html = FAIL | 2876 BUG_DIMICH WIN LINUX : LayoutTests/editing/execCommand/5190926.html = FAIL |
2880 BUG_DIMICH WIN LINUX : LayoutTests/editing/pasteboard/5075944.html = FAIL | 2877 BUG_DIMICH WIN LINUX : LayoutTests/editing/pasteboard/5075944.html = FAIL |
2881 BUG_DIMICH WIN LINUX : LayoutTests/editing/style/font-family-with-space.html = F
AIL | 2878 BUG_DIMICH WIN LINUX : LayoutTests/editing/style/font-family-with-space.html = F
AIL |
OLD | NEW |