File: sync-timeout.tap

package info (click to toggle)
node-tap 12.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,916 kB
  • sloc: makefile: 84; sh: 75
file content (25 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (2)
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
TAP version 13
# Subtest: t.end()
    ok 1 - did not timeout
    1..1
ok 1 - t.end() ___/# time=[0-9.]+(ms)?/~~~

not ok 2 - timeout! ___/# time=[0-9.]+(ms)?/~~~
  ---
  {"expired":"t.end()","test":"t.end()","timeout":50}
  ...

# Subtest: plan()
    1..1
    ok 1 - did not time out
ok 3 - plan() ___/# time=[0-9.]+(ms)?/~~~

not ok 4 - timeout! ___/# time=[0-9.]+(ms)?/~~~
  ---
  {"expired":"plan()","test":"plan()","timeout":50}
  ...

1..4
# failed 2 of 4 tests
___/# time=[0-9.]+(ms)?/~~~