diff options
Diffstat (limited to 'testing/web-platform/meta/fs/FileSystemBaseHandle-buckets.https.any.js.ini')
-rw-r--r-- | testing/web-platform/meta/fs/FileSystemBaseHandle-buckets.https.any.js.ini | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fs/FileSystemBaseHandle-buckets.https.any.js.ini b/testing/web-platform/meta/fs/FileSystemBaseHandle-buckets.https.any.js.ini new file mode 100644 index 0000000000..056359c73d --- /dev/null +++ b/testing/web-platform/meta/fs/FileSystemBaseHandle-buckets.https.any.js.ini @@ -0,0 +1,32 @@ +[FileSystemBaseHandle-buckets.https.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [isSameEntry works as expected with buckets] + expected: FAIL + + [getDirectory promise rejects if bucket has been deleted] + expected: FAIL + + [Bucket quota restricts the size of a file that can be created] + expected: FAIL + + +[FileSystemBaseHandle-buckets.https.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT] + [isSameEntry works as expected with buckets] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT] + FAIL + + [getDirectory promise rejects if bucket has been deleted] + expected: + if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN] + FAIL + + [Bucket quota restricts the size of a file that can be created] + expected: FAIL + + [Bucket quota restricts the size of a file that can be created] + expected: FAIL |