1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
TAP version 13
not ok 1 - ___/.*(node(js)?|iojs)(.exe)?.*/~~~timeout-via-runner.js child ___/# time=[0-9.]+(ms)?/~~~
---
{"args":["___/.*/~~~timeout-via-runner.js","child"],"command":"___/.*(node(js)?|iojs)(.exe)?/~~~","cwd":"___/.*/~~~","exitCode":null,"signal":"SIGTERM","timeout":1000}
...
{
ok 1 - this is fine 1
ok 2 - this is fine 2
ok 3 - this is fine 3
not ok 4 - child test ___/# time=[0-9.]+(ms)?/~~~ {
1..3
ok 1 - this is fine 4
ok 2 - this is fine 5
not ok 3 - timeout!
---
{"expired":"TAP","handles":[{"type":"Timer"}],"signal":"SIGTERM","test":"child test"}
...
# failed 1 of 3 tests
}
1..4
# failed 1 of 4 tests
___/# time=[0-9.]+(ms)?/~~~
}
1..1
# failed 1 test
___/# time=[0-9.]+(ms)?/~~~
|