|
Add checks for READMEs for each virtual test suite.
By convention, each virtual test suite should have a README.txt documenting
what directory it mirrors and what command line args are needed, so that
you can tell what an "empty" directory under LayoutTests/ is for.
This patch modifies lint-test-expectations to check that those READMEs
exist, and will help avoid the possibility that we'll delete whole directories
thinking they are unneeded and introduce weird errors when TestExpectations
still refer to nonexistent directories or files.
R=ojan@chromium.org
BUG= 369385
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175748
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+159 lines, -83 lines) |
Patch |
 |
M |
LayoutTests/TestExpectations
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/android/fullscreen/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/antialiasedtext/fast/text/README.txt
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/deferred/inspector/timeline/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/implsidepainting/inspector/timeline/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/linux-subpixel/platform/linux/fast/text/subpixel/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/mac-antialiasedtext/fast/text/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/serviceworker/http/tests/serviceworker/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/stable/animations-unprefixed/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/stable/fast/css3-text/css3-text-decoration/stable/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/stable/media/stable/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/stable/web-animations-api/README.txt
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/stable/webexposed/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/targetedstylerecalc/fast/css/invalidation/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/threaded/animations/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/threaded/transitions/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
LayoutTests/virtual/windows-directwrite/fast/text/README.txt
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Tools/Scripts/webkitpy/layout_tests/lint_test_expectations.py
|
View
|
1
2
3
|
2 chunks |
+65 lines, -34 lines |
0 comments
|
Download
|
 |
M |
Tools/Scripts/webkitpy/layout_tests/lint_test_expectations_unittest.py
|
View
|
1
2
3
|
4 chunks |
+72 lines, -32 lines |
0 comments
|
Download
|
 |
M |
Tools/Scripts/webkitpy/layout_tests/port/base.py
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 26 (0 generated)
|