Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: webkit/tools/layout_tests/test_expectations.txt

Issue 245019: Fix comments in test expectations. Also, the description in my previous... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 //
11 // To add other options: 11 // The format of a test line is as follows:
12 // SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS 12 // METADATA : relative/path/to/test.html = EXPECTATIONS
13 // DEBUG : LayoutTests/fast/js/no-good.js = TIMEOUT PASS 13 //
14 // DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS 14 // Valid values for METADATA:
15 // LINUX DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
16 // BUG1234 DEBUG MAC : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
17 // 15 //
18 // BUG[0-9]+: See this bug for more information. Every test that isn't marked 16 // BUG[0-9]+: See this bug for more information. Every test that isn't marked
19 // WONTFIX should have a BUG annotation. 17 // WONTFIX should have a BUG annotation.
20 // SKIP: Doesn't run the test. 18 // SKIP: Doesn't run the test.
21 // SLOW: The test takes a long time to run, but does not timeout indefinitely. 19 // SLOW: The test takes a long time to run, but does not timeout indefinitely.
22 // WONTFIX: For tests that we never intend to pass on a given platform. 20 // WONTFIX: For tests that we never intend to pass on a given platform.
23 // DEBUG: Expectations apply only to the debug build. 21 // DEBUG: Expectations apply only to the debug build.
24 // RELEASE: Expectations apply only to release build. 22 // RELEASE: Expectations apply only to release build.
25 // LINUX/WIN/MAC: Expectations apply only to these platforms. 23 // LINUX/WIN/WIN-XP/WIN-VISTA/MAC: Expectations apply only to these platforms.
26 // 24 //
27 // The format of a test line is as follows: 25 // Valid values for EXPECTATIONS:
28 // METADATA : relative/path/to/test.html = EXPECTATIONS 26 //
27 // PASS: Test should pass
28 // CRASH: Test should crash
29 // TIMEOUT: Test should timeout
30 // IMAGE: Test will produce an incorrect image dump
31 // TEXT: Test will produce incorrect text output (either full or simplified)
32 // IMAGE+TEXT: Test will produce both incorrect text and images
33 // FAIL: Test will produce either incorrect text, images, or both
34 //
35 // If a line contains multiple expectations, it is considered "flakey",
36 // because it means that we're not producing consistent, reliable results.
29 // 37 //
30 // For example, 38 // For example,
31 // LINUX : LayoutTests/media = PASS FAIL 39 // LINUX : LayoutTests/media = PASS FAIL
32 // 40 //
33 // The above means that all the media tests are flaky, but only on Linux. 41 // The above means that all the media tests are flaky, but only on Linux.
34 // 42 //
43 // Other examples:
44 //
45 // SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
46 // DEBUG : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
47 // DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
48 // LINUX DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
49 // BUG1234 DEBUG MAC : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
50 //
35 // Notes: 51 // Notes:
36 // -A test cannot be both SLOW and TIMEOUT 52 // -A test cannot be both SLOW and TIMEOUT
37 // -A test can be included twice, but not via the same path. 53 // -A test can be included twice, but not via the same path.
38 // -If a test is included twice, then the more precise path wins. 54 // -If a test is included twice, then the more precise path wins.
39 // -CRASH tests cannot be WONTFIX 55 // -CRASH tests cannot be WONTFIX
40 56
41 // ----------------------------------------------------------------- 57 // -----------------------------------------------------------------
42 // SLOW TESTS 58 // SLOW TESTS
43 // ----------------------------------------------------------------- 59 // -----------------------------------------------------------------
44 60
(...skipping 2283 matching lines...) Expand 10 before | Expand all | Expand 10 after
2328 BUG_DGLAZKOV : LayoutTests/fast/loader/fragment-after-redirect-gets-back-entry.h tml = FAIL 2344 BUG_DGLAZKOV : LayoutTests/fast/loader/fragment-after-redirect-gets-back-entry.h tml = FAIL
2329 2345
2330 // WebKit update 48684:48700 2346 // WebKit update 48684:48700
2331 BUG_DGLAZKOV : LayoutTests/fast/forms/textarea-maxlength.html = FAIL 2347 BUG_DGLAZKOV : LayoutTests/fast/forms/textarea-maxlength.html = FAIL
2332 2348
2333 // WebKit update 48700:48721 2349 // WebKit update 48700:48721
2334 BUG_DGLAZKOV : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyS tate-shouldDispatchEvent.html = FAIL 2350 BUG_DGLAZKOV : LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-abort-readyS tate-shouldDispatchEvent.html = FAIL
2335 2351
2336 // WebKit update 48734:48747 2352 // WebKit update 48734:48747
2337 BUG_LEVIN : LayoutTests/platform/gtk/scrollbars/overflow-scrollbar-horizontal-wh eel-scroll.html = TIMEOUT 2353 BUG_LEVIN : LayoutTests/platform/gtk/scrollbars/overflow-scrollbar-horizontal-wh eel-scroll.html = TIMEOUT
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698