From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- ...primitive-locking.https.tentative.worker.js.ini | 74 ++++++++++------------ 1 file changed, 33 insertions(+), 41 deletions(-) (limited to 'testing/web-platform/meta/fs/FileSystemFileHandle-cross-primitive-locking.https.tentative.worker.js.ini') 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 index 3b8e84f817..acc6bfad17 100644 --- 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 @@ -1,10 +1,8 @@ [FileSystemFileHandle-cross-primitive-locking.https.tentative.worker.html] expected: + if (os == "win") and debug: [TIMEOUT, OK] if (os == "win") and not debug: [TIMEOUT, OK] - if (os == "mac") and debug: OK - if os == "linux": OK - if os == "android": OK - [OK, TIMEOUT] + if (os == "mac") and not debug: [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] @@ -120,8 +118,7 @@ [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 debug: [PASS, NOTRUN] if (os == "win") and not debug: NOTRUN if (os == "mac") and not debug: [PASS, NOTRUN] @@ -254,178 +251,173 @@ [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 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 exclusive mode on another file] expected: - if (os == "win") and debug: [PASS, NOTRUN] + if (os == "win") and debug: [TIMEOUT, 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 debug: [NOTRUN, PASS] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, PASS] 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 debug: [NOTRUN, PASS] 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 debug: [NOTRUN, PASS] 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 debug: [NOTRUN, PASS, TIMEOUT] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, PASS] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, PASS] 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 debug: [NOTRUN, PASS] 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 debug: [NOTRUN, PASS] 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 debug: [NOTRUN, PASS] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, FAIL] 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 debug: [NOTRUN, FAIL] if (os == "win") and not debug: [NOTRUN, FAIL] - if (os == "mac") and debug: FAIL - if os == "linux": FAIL - if os == "android": FAIL - [FAIL, NOTRUN] + 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 open access handle in readwrite mode] expected: @@ -519,7 +511,7 @@ [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] + if (os == "win") and not debug: [TIMEOUT, PASS, NOTRUN] [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: @@ -537,7 +529,7 @@ [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] + if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] [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: -- cgit v1.2.3