sandboxed_FileSystemDirectoryHandle-move.https.any.js.ini (6276B)
1 [sandboxed_FileSystemDirectoryHandle-move.https.any.worker.html] 2 expected: 3 if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, OK] 4 if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT] 5 if (os == "win") and debug: [OK, TIMEOUT] 6 [move(dir) to move a non-empty directory to a new directory] 7 expected: 8 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] 9 if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] 10 11 [move(dir, name) to move a non-empty directory to a new directory] 12 expected: 13 if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] 14 if (processor == "x86") and debug: [PASS, TIMEOUT] 15 if (processor == "x86") and not debug: [PASS, TIMEOUT, NOTRUN] 16 17 [move(dir) can be called multiple times] 18 expected: 19 if (processor == "x86_64") and (os == "win") and not debug: [NOTRUN, TIMEOUT, PASS] 20 if processor == "x86": [PASS, NOTRUN] 21 22 [move(dir, name) can be called multiple times] 23 expected: 24 if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT] 25 if (os == "win") and debug and (processor == "x86"): [PASS, NOTRUN] 26 if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, TIMEOUT, PASS] 27 if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] 28 29 [move(dir, name) with a name with invalid characters should fail] 30 expected: 31 if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT] 32 if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] 33 if (os == "win") and debug: [PASS, NOTRUN] 34 35 [move(dir, "") should fail] 36 expected: 37 if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT] 38 if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] 39 if (os == "win") and debug: [PASS, NOTRUN] 40 41 [move(dir, name) to move a directory within itself fails] 42 expected: 43 if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS] 44 if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] 45 if (os == "win") and debug: [PASS, NOTRUN] 46 47 [move(dir, name) to move a directory within itself and rename fails] 48 expected: 49 if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS] 50 if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] 51 if (os == "win") and debug: [PASS, NOTRUN] 52 53 [move(dir) to move a directory within a descendent fails] 54 expected: 55 if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS] 56 if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN] 57 if (os == "win") and debug: [PASS, NOTRUN] 58 59 [move(dir, name) to move a directory within a descendent fails] 60 expected: 61 if (os == "win") and not debug and (processor == "x86_64"): [NOTRUN, PASS, TIMEOUT] 62 if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] 63 if (os == "win") and debug: [PASS, NOTRUN] 64 65 [move(dir, name) to rename an empty directory] 66 expected: 67 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] 68 69 [move(dir, name) to rename a non-empty directory] 70 expected: 71 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] 72 73 [move(dir) to move an empty directory to a new directory] 74 expected: 75 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] 76 77 [move(dir, name) to move an empty directory to a new directory] 78 expected: 79 if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN] 80 if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN] 81 82 [move(name) to rename a non-empty directory] 83 expected: 84 if (os == "win") and not debug: [PASS, TIMEOUT] 85 86 87 [sandboxed_FileSystemDirectoryHandle-move.https.any.html] 88 expected: 89 if (os == "win") and debug: [OK, TIMEOUT] 90 if (os == "win") and not debug: [OK, ERROR, TIMEOUT] 91 [move(dir) to move a non-empty directory to a new directory] 92 expected: 93 if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT] 94 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] 95 96 [move(dir, name) to move a non-empty directory to a new directory] 97 expected: 98 if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN] 99 if (os == "win") and debug and (processor == "x86"): [PASS, TIMEOUT] 100 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] 101 102 [move(dir, name) can be called multiple times] 103 expected: 104 if (os == "win") and debug: [PASS, NOTRUN] 105 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] 106 107 [move(dir, name) with a name with invalid characters should fail] 108 expected: 109 if (os == "win") and debug: [PASS, NOTRUN] 110 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] 111 112 [move(dir, "") should fail] 113 expected: 114 if (os == "win") and debug: [PASS, NOTRUN] 115 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] 116 117 [move(dir, name) to move a directory within itself fails] 118 expected: 119 if os == "win": [PASS, NOTRUN] 120 121 [move(dir, name) to move a directory within itself and rename fails] 122 expected: 123 if os == "win": [PASS, NOTRUN] 124 125 [move(dir) to move a directory within a descendent fails] 126 expected: 127 if os == "win": [PASS, NOTRUN] 128 129 [move(dir, name) to move a directory within a descendent fails] 130 expected: 131 if os == "win": [PASS, NOTRUN] 132 133 [move(dir, name) to rename an empty directory] 134 expected: 135 if (os == "win") and not debug: [PASS, NOTRUN] 136 137 [move(dir, name) to rename a non-empty directory] 138 expected: 139 if (os == "win") and not debug: [PASS, NOTRUN] 140 141 [move(dir) to move an empty directory to a new directory] 142 expected: 143 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] 144 145 [move(dir) can be called multiple times] 146 expected: 147 if (os == "win") and debug: [PASS, NOTRUN] 148 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN] 149 150 [move(dir, name) to move an empty directory to a new directory] 151 expected: 152 if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]