blob: 865481d559a6298a6ac115028eda2bd66c1bf9a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
[blob-composite-blob-reads.any.worker.html]
expected:
if (os == "linux") and fission and not swgl: [OK, TIMEOUT]
if (os == "linux") and not fission and asan: [OK, TIMEOUT]
[Composite Blob Handling: Many blobs: fetch-blob-url]
expected:
if (os == "linux") and fission and not swgl: [PASS, TIMEOUT]
if (os == "linux") and not fission and asan: [PASS, TIMEOUT]
[Composite Blob Handling: Many blobs: direct]
expected:
if (os == "linux") and fission and not swgl: [PASS, NOTRUN]
if (os == "linux") and not fission and asan: [PASS, NOTRUN]
[blob-composite-blob-reads.any.html]
expected:
if (os == "linux") and not debug: [OK, TIMEOUT]
[Composite Blob Handling: Many blobs: direct]
expected:
if (os == "linux") and not debug: [PASS, NOTRUN]
[Composite Blob Handling: Many blobs: fetch-blob-url]
expected:
if (os == "linux") and not debug: [PASS, TIMEOUT]
|