| OLD | NEW |
| 1 Checks that we drop old async call chains. | 1 Checks that we drop old async call chains. |
| 2 | 2 |
| 3 Running test: testInfrastructure | 3 Running test: testInfrastructure |
| 4 setMaxAsyncTaskStacks(1024) | 4 inspector.setMaxAsyncTaskStacks(1024) |
| 5 Run expression 'console.trace(42)' with async chain len: 1 | 5 Run expression 'console.trace(42)' with async chain len: 1 |
| 6 actual async chain len: 1 | 6 actual async chain len: 1 |
| 7 | 7 |
| 8 setMaxAsyncTaskStacks(1024) | 8 inspector.setMaxAsyncTaskStacks(1024) |
| 9 Run expression 'console.trace(42)' with async chain len: 2 | 9 Run expression 'console.trace(42)' with async chain len: 2 |
| 10 actual async chain len: 2 | 10 actual async chain len: 2 |
| 11 | 11 |
| 12 setMaxAsyncTaskStacks(1024) | 12 inspector.setMaxAsyncTaskStacks(1024) |
| 13 Run expression 'console.trace(42)' with async chain len: 5 | 13 Run expression 'console.trace(42)' with async chain len: 5 |
| 14 actual async chain len: 5 | 14 actual async chain len: 5 |
| 15 | 15 |
| 16 setMaxAsyncTaskStacks(1024) | 16 inspector.setMaxAsyncTaskStacks(1024) |
| 17 Run expression 'console.trace(42)' with async chain len: 1 | 17 Run expression 'console.trace(42)' with async chain len: 1 |
| 18 actual async chain len: 1 | 18 actual async chain len: 1 |
| 19 | 19 |
| 20 setMaxAsyncTaskStacks(1024) | 20 inspector.setMaxAsyncTaskStacks(1024) |
| 21 Run expression 'console.trace(42)' with async chain len: 2 | 21 Run expression 'console.trace(42)' with async chain len: 2 |
| 22 actual async chain len: 2 | 22 actual async chain len: 2 |
| 23 | 23 |
| 24 setMaxAsyncTaskStacks(1024) | 24 inspector.setMaxAsyncTaskStacks(1024) |
| 25 Run expression 'console.trace(42)' with async chain len: 5 | 25 Run expression 'console.trace(42)' with async chain len: 5 |
| 26 actual async chain len: 5 | 26 actual async chain len: 5 |
| 27 | 27 |
| 28 | 28 |
| 29 Running test: testZeroLimit | 29 Running test: testZeroLimit |
| 30 setMaxAsyncTaskStacks(0) | 30 inspector.setMaxAsyncTaskStacks(0) |
| 31 Run expression 'console.trace(42)' with async chain len: 1 | 31 Run expression 'console.trace(42)' with async chain len: 1 |
| 32 actual async chain len: 0 | 32 actual async chain len: 0 |
| 33 | 33 |
| 34 setMaxAsyncTaskStacks(0) | 34 inspector.setMaxAsyncTaskStacks(0) |
| 35 Run expression 'console.trace(42)' with async chain len: 2 | 35 Run expression 'console.trace(42)' with async chain len: 2 |
| 36 actual async chain len: 0 | 36 actual async chain len: 0 |
| 37 | 37 |
| 38 setMaxAsyncTaskStacks(0) | 38 inspector.setMaxAsyncTaskStacks(0) |
| 39 Run expression 'console.trace(42)' with async chain len: 1 | 39 Run expression 'console.trace(42)' with async chain len: 1 |
| 40 actual async chain len: 0 | 40 actual async chain len: 0 |
| 41 | 41 |
| 42 setMaxAsyncTaskStacks(0) | 42 inspector.setMaxAsyncTaskStacks(0) |
| 43 Run expression 'console.trace(42)' with async chain len: 2 | 43 Run expression 'console.trace(42)' with async chain len: 2 |
| 44 actual async chain len: 0 | 44 actual async chain len: 0 |
| 45 | 45 |
| 46 | 46 |
| 47 Running test: testOneLimit | 47 Running test: testOneLimit |
| 48 setMaxAsyncTaskStacks(1) | 48 inspector.setMaxAsyncTaskStacks(1) |
| 49 Run expression 'console.trace(42)' with async chain len: 1 | 49 Run expression 'console.trace(42)' with async chain len: 1 |
| 50 actual async chain len: 0 | 50 actual async chain len: 0 |
| 51 | 51 |
| 52 setMaxAsyncTaskStacks(1) | 52 inspector.setMaxAsyncTaskStacks(1) |
| 53 Run expression 'console.trace(42)' with async chain len: 2 | 53 Run expression 'console.trace(42)' with async chain len: 2 |
| 54 actual async chain len: 0 | 54 actual async chain len: 0 |
| 55 | 55 |
| 56 setMaxAsyncTaskStacks(1) | 56 inspector.setMaxAsyncTaskStacks(1) |
| 57 Run expression 'console.trace(42)' with async chain len: 1 | 57 Run expression 'console.trace(42)' with async chain len: 1 |
| 58 actual async chain len: 1 | 58 actual async chain len: 1 |
| 59 | 59 |
| 60 setMaxAsyncTaskStacks(1) | 60 inspector.setMaxAsyncTaskStacks(1) |
| 61 Run expression 'console.trace(42)' with async chain len: 2 | 61 Run expression 'console.trace(42)' with async chain len: 2 |
| 62 actual async chain len: 1 | 62 actual async chain len: 1 |
| 63 | 63 |
| 64 | 64 |
| 65 Running test: testTwoLimit | 65 Running test: testTwoLimit |
| 66 setMaxAsyncTaskStacks(2) | 66 inspector.setMaxAsyncTaskStacks(2) |
| 67 Run expression 'console.trace(42)' with async chain len: 1 | 67 Run expression 'console.trace(42)' with async chain len: 1 |
| 68 actual async chain len: 0 | 68 actual async chain len: 0 |
| 69 | 69 |
| 70 setMaxAsyncTaskStacks(2) | 70 inspector.setMaxAsyncTaskStacks(2) |
| 71 Run expression 'console.trace(42)' with async chain len: 2 | 71 Run expression 'console.trace(42)' with async chain len: 2 |
| 72 actual async chain len: 0 | 72 actual async chain len: 0 |
| 73 | 73 |
| 74 setMaxAsyncTaskStacks(2) | 74 inspector.setMaxAsyncTaskStacks(2) |
| 75 Run expression 'console.trace(42)' with async chain len: 3 | 75 Run expression 'console.trace(42)' with async chain len: 3 |
| 76 actual async chain len: 0 | 76 actual async chain len: 0 |
| 77 | 77 |
| 78 setMaxAsyncTaskStacks(2) | 78 inspector.setMaxAsyncTaskStacks(2) |
| 79 Run expression 'console.trace(42)' with async chain len: 1 | 79 Run expression 'console.trace(42)' with async chain len: 1 |
| 80 actual async chain len: 1 | 80 actual async chain len: 1 |
| 81 | 81 |
| 82 setMaxAsyncTaskStacks(2) | 82 inspector.setMaxAsyncTaskStacks(2) |
| 83 Run expression 'console.trace(42)' with async chain len: 2 | 83 Run expression 'console.trace(42)' with async chain len: 2 |
| 84 actual async chain len: 2 | 84 actual async chain len: 2 |
| 85 | 85 |
| 86 setMaxAsyncTaskStacks(2) | 86 inspector.setMaxAsyncTaskStacks(2) |
| 87 Run expression 'console.trace(42)' with async chain len: 3 | 87 Run expression 'console.trace(42)' with async chain len: 3 |
| 88 actual async chain len: 1 | 88 actual async chain len: 1 |
| 89 | 89 |
| 90 | 90 |
| 91 Running test: testMoreThanTwoLimit | 91 Running test: testMoreThanTwoLimit |
| 92 setMaxAsyncTaskStacks(3) | 92 inspector.setMaxAsyncTaskStacks(3) |
| 93 Run expression 'console.trace(42)' with async chain len: 1 | 93 Run expression 'console.trace(42)' with async chain len: 1 |
| 94 actual async chain len: 1 | 94 actual async chain len: 1 |
| 95 | 95 |
| 96 setMaxAsyncTaskStacks(3) | 96 inspector.setMaxAsyncTaskStacks(3) |
| 97 Run expression 'console.trace(42)' with async chain len: 2 | 97 Run expression 'console.trace(42)' with async chain len: 2 |
| 98 actual async chain len: 0 | 98 actual async chain len: 0 |
| 99 | 99 |
| 100 setMaxAsyncTaskStacks(3) | 100 inspector.setMaxAsyncTaskStacks(3) |
| 101 Run expression 'console.trace(42)' with async chain len: 3 | 101 Run expression 'console.trace(42)' with async chain len: 3 |
| 102 actual async chain len: 0 | 102 actual async chain len: 0 |
| 103 | 103 |
| 104 setMaxAsyncTaskStacks(3) | 104 inspector.setMaxAsyncTaskStacks(3) |
| 105 Run expression 'console.trace(42)' with async chain len: 1 | 105 Run expression 'console.trace(42)' with async chain len: 1 |
| 106 actual async chain len: 1 | 106 actual async chain len: 1 |
| 107 | 107 |
| 108 setMaxAsyncTaskStacks(3) | 108 inspector.setMaxAsyncTaskStacks(3) |
| 109 Run expression 'console.trace(42)' with async chain len: 2 | 109 Run expression 'console.trace(42)' with async chain len: 2 |
| 110 actual async chain len: 2 | 110 actual async chain len: 2 |
| 111 | 111 |
| 112 setMaxAsyncTaskStacks(3) | 112 inspector.setMaxAsyncTaskStacks(3) |
| 113 Run expression 'console.trace(42)' with async chain len: 3 | 113 Run expression 'console.trace(42)' with async chain len: 3 |
| 114 actual async chain len: 3 | 114 actual async chain len: 3 |
| 115 | 115 |
| 116 setMaxAsyncTaskStacks(4) | 116 inspector.setMaxAsyncTaskStacks(4) |
| 117 Run expression 'console.trace(42)' with async chain len: 1 | 117 Run expression 'console.trace(42)' with async chain len: 1 |
| 118 actual async chain len: 1 | 118 actual async chain len: 1 |
| 119 | 119 |
| 120 setMaxAsyncTaskStacks(4) | 120 inspector.setMaxAsyncTaskStacks(4) |
| 121 Run expression 'console.trace(42)' with async chain len: 2 | 121 Run expression 'console.trace(42)' with async chain len: 2 |
| 122 actual async chain len: 1 | 122 actual async chain len: 1 |
| 123 | 123 |
| 124 setMaxAsyncTaskStacks(4) | 124 inspector.setMaxAsyncTaskStacks(4) |
| 125 Run expression 'console.trace(42)' with async chain len: 3 | 125 Run expression 'console.trace(42)' with async chain len: 3 |
| 126 actual async chain len: 0 | 126 actual async chain len: 0 |
| 127 | 127 |
| 128 setMaxAsyncTaskStacks(4) | 128 inspector.setMaxAsyncTaskStacks(4) |
| 129 Run expression 'console.trace(42)' with async chain len: 1 | 129 Run expression 'console.trace(42)' with async chain len: 1 |
| 130 actual async chain len: 1 | 130 actual async chain len: 1 |
| 131 | 131 |
| 132 setMaxAsyncTaskStacks(4) | 132 inspector.setMaxAsyncTaskStacks(4) |
| 133 Run expression 'console.trace(42)' with async chain len: 2 | 133 Run expression 'console.trace(42)' with async chain len: 2 |
| 134 actual async chain len: 2 | 134 actual async chain len: 2 |
| 135 | 135 |
| 136 setMaxAsyncTaskStacks(4) | 136 inspector.setMaxAsyncTaskStacks(4) |
| 137 Run expression 'console.trace(42)' with async chain len: 3 | 137 Run expression 'console.trace(42)' with async chain len: 3 |
| 138 actual async chain len: 3 | 138 actual async chain len: 3 |
| 139 | 139 |
| 140 setMaxAsyncTaskStacks(5) | 140 inspector.setMaxAsyncTaskStacks(5) |
| 141 Run expression 'console.trace(42)' with async chain len: 1 | 141 Run expression 'console.trace(42)' with async chain len: 1 |
| 142 actual async chain len: 1 | 142 actual async chain len: 1 |
| 143 | 143 |
| 144 setMaxAsyncTaskStacks(5) | 144 inspector.setMaxAsyncTaskStacks(5) |
| 145 Run expression 'console.trace(42)' with async chain len: 2 | 145 Run expression 'console.trace(42)' with async chain len: 2 |
| 146 actual async chain len: 2 | 146 actual async chain len: 2 |
| 147 | 147 |
| 148 setMaxAsyncTaskStacks(5) | 148 inspector.setMaxAsyncTaskStacks(5) |
| 149 Run expression 'console.trace(42)' with async chain len: 3 | 149 Run expression 'console.trace(42)' with async chain len: 3 |
| 150 actual async chain len: 2 | 150 actual async chain len: 2 |
| 151 | 151 |
| 152 setMaxAsyncTaskStacks(5) | 152 inspector.setMaxAsyncTaskStacks(5) |
| 153 Run expression 'console.trace(42)' with async chain len: 1 | 153 Run expression 'console.trace(42)' with async chain len: 1 |
| 154 actual async chain len: 1 | 154 actual async chain len: 1 |
| 155 | 155 |
| 156 setMaxAsyncTaskStacks(5) | 156 inspector.setMaxAsyncTaskStacks(5) |
| 157 Run expression 'console.trace(42)' with async chain len: 2 | 157 Run expression 'console.trace(42)' with async chain len: 2 |
| 158 actual async chain len: 2 | 158 actual async chain len: 2 |
| 159 | 159 |
| 160 setMaxAsyncTaskStacks(5) | 160 inspector.setMaxAsyncTaskStacks(5) |
| 161 Run expression 'console.trace(42)' with async chain len: 3 | 161 Run expression 'console.trace(42)' with async chain len: 3 |
| 162 actual async chain len: 3 | 162 actual async chain len: 3 |
| 163 | 163 |
| 164 setMaxAsyncTaskStacks(6) | 164 inspector.setMaxAsyncTaskStacks(6) |
| 165 Run expression 'console.trace(42)' with async chain len: 1 | 165 Run expression 'console.trace(42)' with async chain len: 1 |
| 166 actual async chain len: 1 | 166 actual async chain len: 1 |
| 167 | 167 |
| 168 setMaxAsyncTaskStacks(6) | 168 inspector.setMaxAsyncTaskStacks(6) |
| 169 Run expression 'console.trace(42)' with async chain len: 2 | 169 Run expression 'console.trace(42)' with async chain len: 2 |
| 170 actual async chain len: 2 | 170 actual async chain len: 2 |
| 171 | 171 |
| 172 setMaxAsyncTaskStacks(6) | 172 inspector.setMaxAsyncTaskStacks(6) |
| 173 Run expression 'console.trace(42)' with async chain len: 3 | 173 Run expression 'console.trace(42)' with async chain len: 3 |
| 174 actual async chain len: 2 | 174 actual async chain len: 2 |
| 175 | 175 |
| 176 setMaxAsyncTaskStacks(6) | 176 inspector.setMaxAsyncTaskStacks(6) |
| 177 Run expression 'console.trace(42)' with async chain len: 1 | 177 Run expression 'console.trace(42)' with async chain len: 1 |
| 178 actual async chain len: 1 | 178 actual async chain len: 1 |
| 179 | 179 |
| 180 setMaxAsyncTaskStacks(6) | 180 inspector.setMaxAsyncTaskStacks(6) |
| 181 Run expression 'console.trace(42)' with async chain len: 2 | 181 Run expression 'console.trace(42)' with async chain len: 2 |
| 182 actual async chain len: 2 | 182 actual async chain len: 2 |
| 183 | 183 |
| 184 setMaxAsyncTaskStacks(6) | 184 inspector.setMaxAsyncTaskStacks(6) |
| 185 Run expression 'console.trace(42)' with async chain len: 3 | 185 Run expression 'console.trace(42)' with async chain len: 3 |
| 186 actual async chain len: 3 | 186 actual async chain len: 3 |
| 187 | 187 |
| 188 setMaxAsyncTaskStacks(7) | 188 inspector.setMaxAsyncTaskStacks(7) |
| 189 Run expression 'console.trace(42)' with async chain len: 1 | 189 Run expression 'console.trace(42)' with async chain len: 1 |
| 190 actual async chain len: 1 | 190 actual async chain len: 1 |
| 191 | 191 |
| 192 setMaxAsyncTaskStacks(7) | 192 inspector.setMaxAsyncTaskStacks(7) |
| 193 Run expression 'console.trace(42)' with async chain len: 2 | 193 Run expression 'console.trace(42)' with async chain len: 2 |
| 194 actual async chain len: 2 | 194 actual async chain len: 2 |
| 195 | 195 |
| 196 setMaxAsyncTaskStacks(7) | 196 inspector.setMaxAsyncTaskStacks(7) |
| 197 Run expression 'console.trace(42)' with async chain len: 3 | 197 Run expression 'console.trace(42)' with async chain len: 3 |
| 198 actual async chain len: 3 | 198 actual async chain len: 3 |
| 199 | 199 |
| 200 setMaxAsyncTaskStacks(7) | 200 inspector.setMaxAsyncTaskStacks(7) |
| 201 Run expression 'console.trace(42)' with async chain len: 1 | 201 Run expression 'console.trace(42)' with async chain len: 1 |
| 202 actual async chain len: 1 | 202 actual async chain len: 1 |
| 203 | 203 |
| 204 setMaxAsyncTaskStacks(7) | 204 inspector.setMaxAsyncTaskStacks(7) |
| 205 Run expression 'console.trace(42)' with async chain len: 2 | 205 Run expression 'console.trace(42)' with async chain len: 2 |
| 206 actual async chain len: 2 | 206 actual async chain len: 2 |
| 207 | 207 |
| 208 setMaxAsyncTaskStacks(7) | 208 inspector.setMaxAsyncTaskStacks(7) |
| 209 Run expression 'console.trace(42)' with async chain len: 3 | 209 Run expression 'console.trace(42)' with async chain len: 3 |
| 210 actual async chain len: 3 | 210 actual async chain len: 3 |
| 211 | 211 |
| OLD | NEW |