summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fs/FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.j...
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/fs/FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.js.ini
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/fs/FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.js.ini')
-rw-r--r--testing/web-platform/meta/fs/FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.js.ini91
1 files changed, 91 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fs/FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.js.ini b/testing/web-platform/meta/fs/FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.js.ini
new file mode 100644
index 0000000000..91bf95c56f
--- /dev/null
+++ b/testing/web-platform/meta/fs/FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.js.ini
@@ -0,0 +1,91 @@
+[FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.html]
+ expected:
+ if (os == "win") and debug and not swgl and (processor == "x86_64"): [OK, TIMEOUT]
+ if (os == "win") and debug and swgl: [OK, TIMEOUT]
+ if (os == "win") and not debug: [OK, TIMEOUT]
+ if (os == "linux") and (processor == "x86"): [OK, TIMEOUT]
+ [A writable stream opens in siloed mode by default]
+ expected: FAIL
+
+ [A writable stream in siloed mode has a mode property equal to siloed]
+ expected: FAIL
+
+ [When there's an open writable stream in siloed mode on a file, cannot open another writable stream in exclusive on that same file]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
+ FAIL
+
+ [After all writable streams in siloed mode on a file has been closed, can open another writable stream in exclusive on the same file]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
+ FAIL
+
+ [A writable stream in exclusive mode has a mode property equal to exclusive]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
+ FAIL
+
+ [A writable stream in exclusive mode takes a lock that is exclusive]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
+ FAIL
+
+ [When there's an open writable stream in exclusive mode on a file, cannot open another writable stream in siloed on that same file]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
+ FAIL
+
+ [After a writable stream in exclusive mode on a file has been closed, can open another writable stream in siloed on the same file]
+ expected:
+ if (os == "win") and debug and (processor == "x86_64") and not swgl: [FAIL, TIMEOUT]
+ if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
+ FAIL
+
+ [When there's an open writable stream in exclusive mode on a file, can open another writable stream in exclusive on a different file]
+ expected:
+ if (os == "win") and debug and (processor == "x86_64") and swgl: [PASS, FAIL, TIMEOUT, NOTRUN]
+ if (os == "win") and debug and (processor == "x86_64") and not swgl: [PASS, NOTRUN, FAIL]
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS, NOTRUN]
+ if (os == "linux") and swgl and not fission: [FAIL, PASS, NOTRUN]
+ if (os == "android") and debug and not swgl: [FAIL, PASS, NOTRUN]
+ [PASS, FAIL, NOTRUN]
+
+ [When there's an open writable stream in exclusive mode on a file, cannot open another writable stream in exclusive on that same file]
+ expected:
+ if (os == "win") and debug and not swgl and (processor == "x86_64"): [FAIL, NOTRUN]
+ if (os == "win") and debug and swgl: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [FAIL, NOTRUN]
+ if (os == "linux") and (processor == "x86"): [FAIL, NOTRUN]
+ FAIL
+
+ [After a writable stream in exclusive mode on a file has been closed, can open another writable stream in exclusive on the same file]
+ expected:
+ if (os == "win") and debug and not swgl and (processor == "x86_64"): [FAIL, NOTRUN]
+ if (os == "win") and debug and swgl: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [FAIL, NOTRUN]
+ if (os == "linux") and (processor == "x86"): [FAIL, NOTRUN]
+ FAIL
+
+ [When there's an open writable stream in exclusive mode on a file, can open another writable stream in siloed on a different file]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
+
+ [When there's an open writable stream in siloed mode on a file, can open another writable stream in exclusive on a different file]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
+
+ [When there's an open writable stream in siloed mode on a file, can open another writable stream in siloed on a different file]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
+
+ [A writable stream in siloed mode takes a lock that is shared]
+ expected:
+ if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]