diff options
Diffstat (limited to 'testing/web-platform/meta/fs/FileSystemSyncAccessHandle-truncate.https.tentative.worker.js.ini')
-rw-r--r-- | testing/web-platform/meta/fs/FileSystemSyncAccessHandle-truncate.https.tentative.worker.js.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fs/FileSystemSyncAccessHandle-truncate.https.tentative.worker.js.ini b/testing/web-platform/meta/fs/FileSystemSyncAccessHandle-truncate.https.tentative.worker.js.ini new file mode 100644 index 0000000000..419ce56ebc --- /dev/null +++ b/testing/web-platform/meta/fs/FileSystemSyncAccessHandle-truncate.https.tentative.worker.js.ini @@ -0,0 +1,14 @@ +[FileSystemSyncAccessHandle-truncate.https.tentative.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [test SyncAccessHandle.truncate with different sizes] + expected: + if not debug and (os == "android"): [PASS, FAIL] + if not debug and (os == "mac"): [PASS, FAIL] + if not debug and (os == "linux"): [PASS, FAIL] + + [test SyncAccessHandle.truncate after SyncAccessHandle.write] + expected: + if not debug and (os == "mac"): [PASS, FAIL] + if not debug and (os == "android"): [PASS, FAIL] + if not debug and (os == "linux"): [PASS, FAIL] |