|
| 1 | +TAP version 13 |
| 2 | +############## step1 startup |
| 3 | +ok 1 - step1 ___/# time=[0-9.]+(ms)?/~~~ { |
| 4 | + 1..0 |
| 5 | +} |
| 6 | + |
| 7 | +############## step1 teardown |
| 8 | +############## step2 startup |
| 9 | +ok 2 - step2 ___/# time=[0-9.]+(ms)?/~~~ { |
| 10 | + 1..0 |
| 11 | +} |
| 12 | + |
| 13 | +############## step2 teardown |
| 14 | +############## step3 startup |
| 15 | +############## step4 startup |
| 16 | +ok 3 - step3 ___/# time=[0-9.]+(ms)?/~~~ { |
| 17 | + 1..0 |
| 18 | +} |
| 19 | + |
| 20 | +############## step3 teardown |
| 21 | +ok 4 - step4 ___/# time=[0-9.]+(ms)?/~~~ { |
| 22 | + 1..0 |
| 23 | +} |
| 24 | + |
| 25 | +############## step4 teardown |
| 26 | +not ok 5 - ############## step1 teardown |
| 27 | + --- |
| 28 | + {"at":{"column":11,"file":"test/test/teardown-timing-throws.js","line":7},"source":"throw new Error('############## step1 teardown')\n","test":"TAP"} |
| 29 | + ... |
| 30 | + |
| 31 | +not ok 6 - ############## step1 teardown |
| 32 | + --- |
| 33 | + {"at":{"column":11,"file":"test/test/teardown-timing-throws.js","line":16},"source":"throw new Error('############## step1 teardown')\n","test":"TAP"} |
| 34 | + ... |
| 35 | + |
| 36 | +not ok 7 - ############## step3 teardown |
| 37 | + --- |
| 38 | + {"at":{"column":11,"file":"test/test/teardown-timing-throws.js","line":25},"source":"throw new Error('############## step3 teardown')\n","test":"TAP"} |
| 39 | + ... |
| 40 | + |
| 41 | +not ok 8 - ############## step1 teardown |
| 42 | + --- |
| 43 | + {"at":{"column":11,"file":"test/test/teardown-timing-throws.js","line":34},"source":"throw new Error('############## step1 teardown')\n","test":"TAP"} |
| 44 | + ... |
| 45 | + |
| 46 | +1..8 |
| 47 | +# failed 4 of 8 tests |
| 48 | +___/# time=[0-9.]+(ms)?/~~~ |
| 49 | + |
0 commit comments