diff options
Diffstat (limited to 'testing/web-platform/meta/IndexedDB/blob-composite-blob-reads.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/IndexedDB/blob-composite-blob-reads.any.js.ini | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/testing/web-platform/meta/IndexedDB/blob-composite-blob-reads.any.js.ini b/testing/web-platform/meta/IndexedDB/blob-composite-blob-reads.any.js.ini new file mode 100644 index 0000000000..ce63838cd9 --- /dev/null +++ b/testing/web-platform/meta/IndexedDB/blob-composite-blob-reads.any.js.ini @@ -0,0 +1,24 @@ +[blob-composite-blob-reads.any.worker.html] + expected: + if debug and (os == "linux") and fission and not swgl: [OK, TIMEOUT] + if debug and (os == "android") and fission: [OK, TIMEOUT] + [Composite Blob Handling: Many blobs: fetch-blob-url] + expected: + if (os == "linux") and debug and fission and not swgl: [PASS, TIMEOUT] + + [Composite Blob Handling: Many blobs: direct] + expected: + if (os == "linux") and debug and fission and not swgl: [PASS, NOTRUN] + + +[blob-composite-blob-reads.any.html] + expected: + if (os == "linux") and not debug and fission: [OK, TIMEOUT] + if (os == "android") 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] |