|
Address test slowness with Cache Storage match()/matchAll() tests
The test cases initially ran in parallel, but the web-platform-tests'
promise_test() switched to running cases serially for predictability,
which made these tests with many cases and lots of setup time out.
* Split up the match() and matchAll() tests into separate files
* Do the pre-population of the caches (within each test) in parallel
BUG= 508984
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200754
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+328 lines, -407 lines) |
Patch |
 |
M |
LayoutTests/SlowTests
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/cachestorage/resources/test-helpers.js
|
View
|
|
1 chunk |
+150 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/cachestorage/script-tests/cache-match.js
|
View
|
|
12 chunks |
+0 lines, -312 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/http/tests/cachestorage/script-tests/cache-matchAll.js
|
View
|
|
1 chunk |
+164 lines, -0 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/cachestorage/serviceworker/cache-match.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/cachestorage/serviceworker/cache-match-expected.txt
|
View
|
|
1 chunk |
+1 line, -12 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/cachestorage/serviceworker/cache-matchAll-expected.txt
|
View
|
|
1 chunk |
+1 line, -15 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/cachestorage/window/cache-match.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/cachestorage/window/cache-match-expected.txt
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/cachestorage/window/cache-matchAll.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/cachestorage/window/cache-matchAll-expected.txt
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/cachestorage/worker/cache-match.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
LayoutTests/http/tests/cachestorage/worker/cache-match-expected.txt
|
View
|
|
1 chunk |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/cachestorage/worker/cache-matchAll.html
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/http/tests/cachestorage/worker/cache-matchAll-expected.txt
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
Total messages: 19 (8 generated)
|