Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // This file should almost always be empty. Normally Chromium test expectations | 1 // This file should almost always be empty. Normally Chromium test expectations |
| 2 // are only put here temporarily, and moved to | 2 // are only put here temporarily, and moved to |
| 3 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt | 3 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt |
| 4 // where they will remain until they are rebaselined. | 4 // where they will remain until they are rebaselined. |
| 5 // | 5 // |
| 6 // | 6 // |
| 7 // If you are landing a Chromium CL that would break webkit layout tests, | 7 // If you are landing a Chromium CL that would break webkit layout tests, |
| 8 // please follow these steps: | 8 // please follow these steps: |
| 9 // | 9 // |
| 10 // 1. Add expected failures to the bottom of this file, and run your CL through | 10 // 1. Add expected failures to the bottom of this file, and run your CL through |
| 11 // various *_layout trybots. Confirm that the trybot results are green (any | 11 // various *_layout trybots. Confirm that the trybot results are green (any |
| 12 // failures are masked by the expectations you added to this file). | 12 // failures are masked by the expectations you added to this file). |
| 13 // | 13 // |
| 14 // 2. BEFORE landing your Chromium CL, land a WebKit CL adding those same | 14 // 2. BEFORE landing your Chromium CL, land a WebKit CL adding those same |
|
epoger
2012/06/05 16:14:12
as noted here, you should land a webkit test_expec
| |
| 15 // expected failures to | 15 // expected failures to |
| 16 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt . | 16 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt . |
| 17 // | 17 // |
| 18 // 3. AFTER you have landed the WebKit test_expectations CL, you can land your | 18 // 3. AFTER you have landed the WebKit test_expectations CL, you can land your |
| 19 // Chromium CL. Be sure to include your expected failures in this file, so | 19 // Chromium CL. Be sure to include your expected failures in this file, so |
| 20 // that other tip-of-tree Chromium developers will not be disturbed by your | 20 // that other tip-of-tree Chromium developers will not be disturbed by your |
| 21 // change. | 21 // change. |
| 22 // | 22 // |
| 23 // | 23 // |
| 24 // Every time Chromium's "WebKit Gardener" rolls the WebKit DEPS within | 24 // Every time Chromium's "WebKit Gardener" rolls the WebKit DEPS within |
| 25 // Chromium, he will delete ALL expectations within this file. (By then, they | 25 // Chromium, he will delete ALL expectations within this file. (By then, they |
| 26 // will be redundant, because you already landed those same expectations in | 26 // will be redundant, because you already landed those same expectations in |
| 27 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt . | 27 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt . |
| 28 // Right?) | 28 // Right?) |
| 29 // | 29 // |
| 30 // EVERYTHING BELOW THIS LINE WILL BE DELETED AT EVERY WEBKIT DEPS ROLL | 30 // EVERYTHING BELOW THIS LINE WILL BE DELETED AT EVERY WEBKIT DEPS ROLL |
| 31 | |
| 32 BUGCR131187 : platform/chromium/virtual/gpu/canvas/philip/tests/2d.gradient.radi al.cone.cylinder.html = TEXT | |
| 33 BUGCR131187 : platform/chromium/virtual/gpu/fast/canvas/canvas-currentColor.html = TEXT | |
| 34 | |
| OLD | NEW |