FileSystemFileHandle-sync-access-handle-lock-modes.https.tentative.worker.js.ini (7322B)
1 [FileSystemFileHandle-sync-access-handle-lock-modes.https.tentative.worker.html] 2 expected: 3 if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT] 4 if (os == "win") and not debug: [TIMEOUT, OK] 5 [A sync access handle opens in readwrite mode by default] 6 expected: 7 if (os == "win") and not debug: [FAIL, TIMEOUT] 8 FAIL 9 10 [An access handle in readwrite mode has a mode property equal to readwrite] 11 expected: 12 if (os == "win") and not debug: [FAIL, TIMEOUT, NOTRUN] 13 FAIL 14 15 [An access handle in read-only mode has a mode property equal to read-only] 16 expected: 17 if (os == "win") and not debug: [FAIL, NOTRUN, TIMEOUT] 18 FAIL 19 20 [An access handle in readwrite-unsafe mode has a mode property equal to readwrite-unsafe] 21 expected: 22 if (os == "win") and not debug: [NOTRUN, FAIL, TIMEOUT] 23 FAIL 24 25 [An access handle in read-only mode takes a lock that is shared] 26 expected: 27 if (os == "win") and not debug: [FAIL, NOTRUN, TIMEOUT] 28 FAIL 29 30 [An access handle in read-only mode is not writable] 31 expected: 32 if (os == "win") and not debug: [FAIL, NOTRUN, TIMEOUT] 33 FAIL 34 35 [After all access handles in read-only mode on a file has been closed, can open another access handle in readwrite on the same file] 36 expected: 37 if (os == "win") and not debug: [NOTRUN, TIMEOUT, FAIL] 38 FAIL 39 40 [After all access handles in read-only mode on a file has been closed, can open another access handle in readwrite-unsafe on the same file] 41 expected: 42 if (os == "win") and not debug: [NOTRUN, FAIL] 43 FAIL 44 45 [An access handle in readwrite-unsafe mode takes a lock that is shared] 46 expected: 47 if (os == "win") and debug and (processor == "x86_64"): [FAIL, TIMEOUT] 48 if (os == "win") and not debug: [NOTRUN, FAIL] 49 FAIL 50 51 [After all access handles in readwrite-unsafe mode on a file has been closed, can open another access handle in readwrite on the same file] 52 expected: 53 if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN] 54 if (os == "win") and not debug: [NOTRUN, FAIL] 55 FAIL 56 57 [After all access handles in readwrite-unsafe mode on a file has been closed, can open another access handle in read-only on the same file] 58 expected: 59 if (os == "win") and debug and (processor == "x86_64"): [FAIL, NOTRUN] 60 if (os == "win") and not debug: [NOTRUN, FAIL] 61 FAIL 62 63 [When there's an open access handle in readwrite-unsafe mode on a file, cannot open another access handle in readwrite on that same file] 64 expected: 65 if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN] 66 if (os == "win") and not debug: [NOTRUN, PASS] 67 68 [When there's an open access handle in readwrite-unsafe mode on a file, cannot open another access handle in read-only on that same file] 69 expected: 70 if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN] 71 if (os == "win") and not debug: [NOTRUN, PASS] 72 73 [When there's an open access handle in readwrite mode on a file, cannot open another access handle in readwrite-unsafe on that same file] 74 expected: 75 if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT] 76 77 [When there's an open access handle in read-only mode on a file, can open another access handle in readwrite-unsafe on a different file] 78 expected: 79 if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT] 80 81 [When there's an open access handle in readwrite-unsafe mode on a file, can open another access handle in readwrite on a different file] 82 expected: 83 if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN] 84 if (os == "win") and not debug: [NOTRUN, PASS] 85 86 [An access handle in readwrite-unsafe mode is writable] 87 expected: 88 if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN] 89 if (os == "win") and not debug: [NOTRUN, PASS] 90 91 [When there's an open access handle in read-only mode on a file, cannot open another access handle in readwrite-unsafe on that same file] 92 expected: 93 if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT] 94 95 [When there's an open access handle in readwrite-unsafe mode on a file, can open another access handle in read-only on a different file] 96 expected: 97 if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN] 98 if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT] 99 100 [When there's an open access handle in readwrite mode on a file, can open another access handle in readwrite-unsafe on a different file] 101 expected: 102 if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT] 103 104 [After an access handle in readwrite mode on a file has been closed, can open another access handle in readwrite-unsafe on the same file] 105 expected: 106 if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT] 107 108 [When there's an open access handle in readwrite-unsafe mode on a file, can open another access handle in readwrite-unsafe on a different file] 109 expected: 110 if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN] 111 if (os == "win") and not debug: [NOTRUN, PASS] 112 113 [When there's an open access handle in read-only mode on a file, can open another access handle in read-only on a different file] 114 expected: 115 if (os == "win") and not debug: [NOTRUN, PASS, TIMEOUT] 116 117 [When there's an open access handle in read-only mode on a file, cannot open another access handle in readwrite on that same file] 118 expected: 119 if (os == "win") and not debug: [NOTRUN, TIMEOUT, PASS] 120 121 [When there's an open access handle in read-only mode on a file, can open another access handle in readwrite on a different file] 122 expected: 123 if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT] 124 125 [When there's an open access handle in readwrite mode on a file, can open another access handle in read-only on a different file] 126 expected: 127 if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT] 128 129 [When there's an open access handle in readwrite mode on a file, cannot open another access handle in read-only on that same file] 130 expected: 131 if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT] 132 133 [After an access handle in readwrite mode on a file has been closed, can open another access handle in read-only on the same file] 134 expected: 135 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] 136 137 [When there's an open access handle in readwrite mode on a file, cannot open another access handle in readwrite on that same file] 138 expected: 139 if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT] 140 141 [After an access handle in readwrite mode on a file has been closed, can open another access handle in readwrite on the same file] 142 expected: 143 if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT] 144 145 [When there's an open access handle in readwrite mode on a file, can open another access handle in readwrite on a different file] 146 expected: 147 if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT] 148 149 [An access handle in readwrite mode is writable] 150 expected: 151 if (os == "win") and not debug: [PASS, NOTRUN, TIMEOUT] 152 153 [An access handle in readwrite mode takes a lock that is exclusive] 154 expected: 155 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]