FileSystemDirectoryHandle-removeEntry.https.any.js.ini (8164B)
1 [FileSystemDirectoryHandle-removeEntry.https.any.html] 2 expected: 3 if (os == "mac") and debug: ERROR 4 if os == "linux": ERROR 5 if os == "android": ERROR 6 [ERROR, TIMEOUT] 7 [removeEntry() to remove a file] 8 expected: 9 if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN] 10 if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN] 11 [PASS, FAIL] 12 13 [removeEntry() on an already removed file should fail] 14 expected: 15 if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN] 16 if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN] 17 [PASS, FAIL] 18 19 [removeEntry() to remove an empty directory] 20 expected: 21 if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN] 22 if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, NOTRUN] 23 [PASS, FAIL] 24 25 [removeEntry() on a directory recursively should delete all sub-items] 26 expected: 27 if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN] 28 if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, NOTRUN] 29 [PASS, FAIL] 30 31 [removeEntry() while the file has an open writable fails] 32 expected: 33 if (os == "win") and (processor == "x86_64") and not debug: [PASS, TIMEOUT, NOTRUN] 34 if (os == "win") and (processor == "x86"): [PASS, NOTRUN] 35 if (os == "mac") and not debug: [PASS, TIMEOUT] 36 37 [createWritable after removeEntry succeeds but doesnt recreate the file] 38 expected: 39 if (os == "mac") and debug: PASS 40 if os == "linux": PASS 41 if os == "android": PASS 42 [PASS, NOTRUN] 43 44 [removeEntry() with a path separator should fail.] 45 expected: 46 if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL] 47 if (os == "win") and debug and (processor == "x86"): [PASS, FAIL, NOTRUN] 48 if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN] 49 if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN] 50 FAIL 51 52 [removeEntry() with empty name should fail] 53 expected: 54 if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 55 if (processor == "x86") and debug: [PASS, FAIL, TIMEOUT] 56 if (processor == "x86") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 57 [PASS, FAIL] 58 59 [removeEntry() with "." name should fail] 60 expected: 61 if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 62 if (processor == "x86") and debug: [PASS, FAIL, NOTRUN] 63 if (processor == "x86") and not debug: [PASS, FAIL, NOTRUN] 64 [PASS, FAIL] 65 66 [removeEntry() on a non-empty directory should fail] 67 expected: 68 if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN] 69 if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, NOTRUN] 70 [PASS, FAIL] 71 72 [removeEntry() of a directory while a containing file has an open writable fails] 73 expected: 74 if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT] 75 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 76 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] 77 if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] 78 if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN] 79 80 [removeEntry() with ".." name should fail] 81 expected: 82 if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 83 if (processor == "x86") and debug: [PASS, FAIL, NOTRUN] 84 if (processor == "x86") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 85 [PASS, FAIL] 86 87 88 [FileSystemDirectoryHandle-removeEntry.https.any.worker.html] 89 expected: 90 if (os == "win") and not debug and (processor == "x86_64"): [ERROR, OK, TIMEOUT] 91 if (os == "win") and not debug and (processor == "x86"): [ERROR, OK, TIMEOUT] 92 if (os == "win") and debug: [ERROR, TIMEOUT] 93 if (os == "mac") and not debug: [ERROR, TIMEOUT] 94 ERROR 95 [removeEntry() with "." name should fail] 96 expected: 97 if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 98 if (processor == "x86") and debug: [PASS, FAIL, NOTRUN] 99 if (processor == "x86") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 100 [PASS, FAIL] 101 102 [removeEntry() with ".." name should fail] 103 expected: 104 if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 105 if (processor == "x86") and debug: [PASS, FAIL, NOTRUN] 106 if (processor == "x86") and not debug: [PASS, FAIL, NOTRUN] 107 [PASS, FAIL] 108 109 [removeEntry() with a path separator should fail.] 110 expected: 111 if (os == "win") and debug and (processor == "x86_64"): [PASS, FAIL] 112 if (os == "win") and debug and (processor == "x86"): [PASS, FAIL, NOTRUN] 113 if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN] 114 if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN] 115 FAIL 116 117 [removeEntry() while the file has an open writable fails] 118 expected: 119 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 120 if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL, TIMEOUT, NOTRUN] 121 if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL, TIMEOUT, NOTRUN] 122 if (os == "mac") and not debug: [PASS, TIMEOUT] 123 124 [createWritable after removeEntry succeeds but doesnt recreate the file] 125 expected: 126 if (os == "mac") and debug: PASS 127 if os == "linux": PASS 128 if os == "android": PASS 129 [PASS, NOTRUN] 130 131 [removeEntry() on a directory recursively should delete all sub-items] 132 expected: 133 if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 134 if (processor == "x86") and debug: [PASS, FAIL, NOTRUN] 135 if (processor == "x86") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 136 [PASS, FAIL] 137 138 [removeEntry() on an already removed file should fail] 139 expected: 140 if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 141 if (processor == "x86") and debug: [PASS, FAIL, NOTRUN] 142 if (processor == "x86") and not debug: [PASS, FAIL, NOTRUN] 143 [PASS, FAIL] 144 145 [removeEntry() to remove an empty directory] 146 expected: 147 if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 148 if (processor == "x86") and debug: [PASS, FAIL, NOTRUN] 149 if (processor == "x86") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 150 [PASS, FAIL] 151 152 [removeEntry() with empty name should fail] 153 expected: 154 if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 155 if (processor == "x86") and debug: [PASS, FAIL, TIMEOUT, NOTRUN] 156 if (processor == "x86") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 157 [PASS, FAIL] 158 159 [removeEntry() on a non-empty directory should fail] 160 expected: 161 if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 162 if (processor == "x86") and debug: [PASS, FAIL, NOTRUN] 163 if (processor == "x86") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 164 [PASS, FAIL] 165 166 [removeEntry() to remove a file] 167 expected: 168 if (processor == "x86_64") and (os == "win") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 169 if (processor == "x86") and debug: [PASS, FAIL, NOTRUN] 170 if (processor == "x86") and not debug: [PASS, FAIL, TIMEOUT, NOTRUN] 171 [PASS, FAIL] 172 173 [removeEntry() of a directory while a containing file has an open writable fails] 174 expected: 175 if (os == "win") and (processor == "x86_64") and debug: [PASS, TIMEOUT] 176 if (os == "win") and (processor == "x86_64") and not debug: [PASS, NOTRUN] 177 if (os == "win") and (processor == "x86"): [PASS, NOTRUN] 178 if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]