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-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /testing/web-platform/meta/fs/FileSystemFileHandle-writable-file-stream-lock-modes.https.tentative.worker.js.ini
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
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.ini31
1 files changed, 13 insertions, 18 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
index 91bf95c56f..bac9fab242 100644
--- 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
@@ -1,9 +1,8 @@
[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]
+ if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
+ if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[A writable stream opens in siloed mode by default]
expected: FAIL
@@ -42,34 +41,30 @@
[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 debug and (processor == "x86_64"): [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]
+ if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN]
+ if (os == "linux") and debug and not fission: [FAIL, PASS, NOTRUN]
+ if (os == "android") and debug: [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]
+ if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86_64"): [FAIL, 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 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]
+ if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN]
+ if (os == "win") and not debug and (processor == "x86_64"): [FAIL, 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, can open another writable stream in siloed on a different file]