summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/fs/FileSystemFileHandle-cross-primitive-locking.https.tentative.worker.js.ini
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-cross-primitive-locking.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-cross-primitive-locking.https.tentative.worker.js.ini')
-rw-r--r--testing/web-platform/meta/fs/FileSystemFileHandle-cross-primitive-locking.https.tentative.worker.js.ini544
1 files changed, 544 insertions, 0 deletions
diff --git a/testing/web-platform/meta/fs/FileSystemFileHandle-cross-primitive-locking.https.tentative.worker.js.ini b/testing/web-platform/meta/fs/FileSystemFileHandle-cross-primitive-locking.https.tentative.worker.js.ini
new file mode 100644
index 0000000000..3b8e84f817
--- /dev/null
+++ b/testing/web-platform/meta/fs/FileSystemFileHandle-cross-primitive-locking.https.tentative.worker.js.ini
@@ -0,0 +1,544 @@
+[FileSystemFileHandle-cross-primitive-locking.https.tentative.worker.html]
+ expected:
+ if (os == "win") and not debug: [TIMEOUT, OK]
+ if (os == "mac") and debug: OK
+ if os == "linux": OK
+ if os == "android": OK
+ [OK, TIMEOUT]
+ [After a file has finished moving, that file can have an open access handle in readwrite mode]
+ expected:
+ if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
+ FAIL
+
+ [A file with an ongoing remove operation does not interfere with the creation of an open access handle in readwrite mode on another file]
+ expected:
+ if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
+ FAIL
+
+ [After a file has finished being removed, that file can have an open access handle in readwrite mode]
+ expected:
+ if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
+ FAIL
+
+ [A directory cannot be removed if it contains a file that has an open access handle in readwrite mode.]
+ expected:
+ if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
+ FAIL
+
+ [A file with an open access handle in readwrite mode cannot be removed]
+ expected:
+ if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
+ FAIL
+
+ [A file with an open access handle in readwrite mode does not interfere with removing another file]
+ expected:
+ if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
+ FAIL
+
+ [After an open access handle in readwrite mode on a file has been closed, that file can be removed]
+ expected:
+ if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN]
+ FAIL
+
+ [After a file has finished moving, that file can have an open access handle in read-only mode]
+ expected:
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A file with an ongoing remove operation does not interfere with the creation of an open access handle in read-only mode on another file]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [After a file has finished being removed, that file can have an open access handle in read-only mode]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A directory cannot be removed if it contains a file that has an open access handle in read-only mode.]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A file with an open access handle in read-only mode cannot be removed]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A file with an open access handle in read-only mode does not interfere with removing another file]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [After an open access handle in read-only mode on a file has been closed, that file can be removed]
+ expected:
+ if (os == "win") and debug: [FAIL, TIMEOUT, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A file with an open access handle in read-only mode does not interfere with the creation of an open writable stream in siloed mode on another file]
+ expected:
+ if (os == "win") and debug: [PASS, TIMEOUT, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [When there's an open writable stream in exclusive mode on a file, cannot have an open access handle in read-only mode on that same file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open writable stream in exclusive mode does not interfere with an open access handle in read-only mode on another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [After a writable stream in exclusive mode has been closed for a file, that file can have an open access handle in read-only mode]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [When there's an open access handle in read-only mode on a file, cannot open an open writable stream in exclusive mode on that same file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open access handle in read-only mode does not interfere with the creation of an open writable stream in exclusive mode on another file]
+ expected:
+ if (os == "win") and debug and swgl: [PASS, TIMEOUT, NOTRUN]
+ if (os == "win") and debug and not swgl: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an ongoing move operation does not interfere with an open access handle in readwrite-unsafe mode on another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [After a file has finished moving, that file can have an open access handle in readwrite-unsafe mode]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A file cannot be moved to a location with an open access handle in readwrite-unsafe mode]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open access handle in readwrite-unsafe mode cannot be moved]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open access handle in readwrite-unsafe mode does not interfere with moving another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [After an open access handle in readwrite-unsafe mode on a file has been closed, that file can be moved]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an ongoing remove operation does not interfere with the creation of an open access handle in readwrite-unsafe mode on another file]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [After a file has finished being removed, that file can have an open access handle in readwrite-unsafe mode]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A directory cannot be removed if it contains a file that has an open access handle in readwrite-unsafe mode.]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A file with an open access handle in readwrite-unsafe mode cannot be removed]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A file with an open access handle in readwrite-unsafe mode does not interfere with removing another file]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [After an open access handle in readwrite-unsafe mode on a file has been closed, that file can be removed]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [When there's an open writable stream in siloed mode on a file, cannot have an open access handle in readwrite-unsafe mode on that same file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open writable stream in siloed mode does not interfere with an open access handle in readwrite-unsafe mode on another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [After all writable streams in siloed mode have been closed for a file, that file can have an open access handle in readwrite-unsafe mode]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [When there's an open access handle in readwrite-unsafe mode on a file, cannot open an open writable stream in siloed mode on that same file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open access handle in readwrite-unsafe mode does not interfere with the creation of an open writable stream in siloed mode on another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [When there's an open writable stream in exclusive mode on a file, cannot have an open access handle in readwrite-unsafe mode on that same file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open writable stream in exclusive mode does not interfere with an open access handle in readwrite-unsafe mode on another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [After a writable stream in exclusive mode has been closed for a file, that file can have an open access handle in readwrite-unsafe mode]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [When there's an open access handle in readwrite-unsafe mode on a file, cannot open an open writable stream in exclusive mode on that same file]
+ expected:
+ if (os == "win") and debug and swgl: [PASS, TIMEOUT, NOTRUN]
+ if (os == "win") and debug and not swgl: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open access handle in readwrite-unsafe mode does not interfere with the creation of an open writable stream in exclusive mode on another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an ongoing move operation does not interfere with an open writable stream in siloed mode on another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [After a file has finished moving, that file can have an open writable stream in siloed mode]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL, TIMEOUT]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A file cannot be moved to a location with an open writable stream in siloed mode]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, PASS]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [When there's an open writable stream in siloed mode on a file, cannot have an ongoing move operation on that same file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, PASS]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open writable stream in siloed mode does not interfere with an ongoing move operation on another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, PASS]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [After all writable streams in siloed mode have been closed for a file, that file can have an ongoing move operation]
+ expected:
+ if (os == "win") and debug and swgl: [PASS, TIMEOUT, NOTRUN]
+ if (os == "win") and debug and not swgl: [PASS, TIMEOUT, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, PASS]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an ongoing remove operation does not interfere with the creation of an open writable stream in siloed mode on another file]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [After a file has finished being removed, that file can have an open writable stream in siloed mode]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A directory cannot be removed if it contains a file that has an open writable stream in siloed mode.]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [When there's an open writable stream in siloed mode on a file, cannot have an ongoing remove operation on that same file]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A file with an open writable stream in siloed mode does not interfere with an ongoing remove operation on another file]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [After all writable streams in siloed mode have been closed for a file, that file can have an ongoing remove operation]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A file with an ongoing move operation does not interfere with an open writable stream in exclusive mode on another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, PASS]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [After a file has finished moving, that file can have an open writable stream in exclusive mode]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A file cannot be moved to a location with an open writable stream in exclusive mode]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, PASS]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [When there's an open writable stream in exclusive mode on a file, cannot have an ongoing move operation on that same file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, PASS]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open writable stream in exclusive mode does not interfere with an ongoing move operation on another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, PASS]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [After a writable stream in exclusive mode has been closed for a file, that file can have an ongoing move operation]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, PASS]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an ongoing remove operation does not interfere with the creation of an open writable stream in exclusive mode on another file]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL, TIMEOUT]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [After a file has finished being removed, that file can have an open writable stream in exclusive mode]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A directory cannot be removed if it contains a file that has an open writable stream in exclusive mode.]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [When there's an open writable stream in exclusive mode on a file, cannot have an ongoing remove operation on that same file]
+ expected:
+ if (os == "win") and debug: [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [A file with an open writable stream in exclusive mode does not interfere with an ongoing remove operation on another file]
+ expected:
+ if (os == "win") and debug and (processor == "x86_64") and swgl: [FAIL, NOTRUN]
+ if (os == "win") and debug and (processor == "x86_64") and not swgl: [FAIL, TIMEOUT, NOTRUN]
+ if (os == "win") and debug and (processor == "x86"): [FAIL, NOTRUN]
+ if (os == "win") and not debug: [NOTRUN, FAIL]
+ if (os == "mac") and not debug: [FAIL, NOTRUN]
+ FAIL
+
+ [After a writable stream in exclusive mode has been closed for a file, that file can have an ongoing remove operation]
+ expected:
+ if (os == "win") and not debug: [NOTRUN, FAIL]
+ if (os == "mac") and debug: FAIL
+ if os == "linux": FAIL
+ if os == "android": FAIL
+ [FAIL, NOTRUN]
+
+ [After all writable streams in siloed mode have been closed for a file, that file can have an open access handle in readwrite mode]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [A file with an open access handle in readwrite mode does not interfere with the creation of an open writable stream in exclusive mode on another file]
+ expected:
+ if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open access handle in readwrite mode cannot be moved]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [After a writable stream in exclusive mode has been closed for a file, that file can have an open access handle in readwrite mode]
+ expected:
+ if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
+ if (os == "mac") and not debug: [PASS, TIMEOUT]
+
+ [A file with an open writable stream in siloed mode does not interfere with an open access handle in read-only mode on another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an ongoing move operation does not interfere with an open access handle in read-only mode on another file]
+ expected:
+ if (os == "win") and not debug: [NOTRUN, TIMEOUT]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [When there's an open access handle in readwrite mode on a file, cannot open an open writable stream in siloed mode on that same file]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [A file cannot be moved to a location with an open access handle in read-only mode]
+ expected:
+ if (os == "win") and debug: [PASS, TIMEOUT]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [When there's an open access handle in read-only mode on a file, cannot open an open writable stream in siloed mode on that same file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [After all writable streams in siloed mode have been closed for a file, that file can have an open access handle in read-only mode]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an ongoing move operation does not interfere with an open access handle in readwrite mode on another file]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT]
+
+ [After an open access handle in read-only mode on a file has been closed, that file can be moved]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open access handle in read-only mode cannot be moved]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [When there's an open access handle in readwrite mode on a file, cannot open an open writable stream in exclusive mode on that same file]
+ expected:
+ if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open access handle in readwrite mode does not interfere with moving another file]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [A file with an open access handle in read-only mode does not interfere with moving another file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open access handle in readwrite mode does not interfere with the creation of an open writable stream in siloed mode on another file]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [A file cannot be moved to a location with an open access handle in readwrite mode]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [A file with an open writable stream in exclusive mode does not interfere with an open access handle in readwrite mode on another file]
+ expected:
+ if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
+
+ [When there's an open writable stream in siloed mode on a file, cannot have an open access handle in read-only mode on that same file]
+ expected:
+ if (os == "win") and debug: [PASS, NOTRUN]
+ if (os == "win") and not debug: NOTRUN
+ if (os == "mac") and not debug: [PASS, NOTRUN]
+
+ [A file with an open writable stream in siloed mode does not interfere with an open access handle in readwrite mode on another file]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [After an open access handle in readwrite mode on a file has been closed, that file can be moved]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
+
+ [When there's an open writable stream in exclusive mode on a file, cannot have an open access handle in readwrite mode on that same file]
+ expected:
+ if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT]
+
+ [When there's an open writable stream in siloed mode on a file, cannot have an open access handle in readwrite mode on that same file]
+ expected:
+ if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]