blob: 6d92ae0d705200fa46c8e03119e1a2cd0400c7d1 (
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
26
27
28
|
[blob-composite-blob-reads.any.worker.html]
expected:
if (os == "linux") and (processor == "x86_64") and debug and fission and not swgl: [OK, TIMEOUT]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [OK, TIMEOUT]
if (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
[Composite Blob Handling: Many blobs: fetch-blob-url]
expected:
if (os == "linux") and (processor == "x86_64") and debug and fission and not swgl: [PASS, TIMEOUT]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [PASS, TIMEOUT]
if (os == "linux") and (processor == "x86"): [PASS, TIMEOUT]
[Composite Blob Handling: Many blobs: direct]
expected:
if (os == "linux") and (processor == "x86_64") and debug and fission and not swgl: [PASS, NOTRUN]
if (os == "linux") and (processor == "x86_64") and not debug and fission: [PASS, NOTRUN]
if (os == "linux") and (processor == "x86"): [PASS, NOTRUN]
[blob-composite-blob-reads.any.html]
expected:
if (os == "linux") and not debug and fission: [OK, TIMEOUT]
[Composite Blob Handling: Many blobs: direct]
expected:
if (os == "linux") and not debug and fission: [PASS, NOTRUN]
[Composite Blob Handling: Many blobs: fetch-blob-url]
expected:
if (os == "linux") and not debug and fission: [PASS, TIMEOUT]
|