• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1TAP version 13
2# Subtest: enabled and only
3    # Subtest: enabled
4    ok 1 - enabled
5      ---
6      duration_ms: *
7      ...
8    # Subtest: disabled but parent not
9    ok 2 - disabled but parent not
10      ---
11      duration_ms: *
12      ...
13    1..2
14ok 1 - enabled and only
15  ---
16  duration_ms: *
17  ...
18# Subtest: enabled but not only
19ok 2 - enabled but not only # SKIP 'only' option not set
20  ---
21  duration_ms: *
22  ...
23# Subtest: only does not match pattern
24ok 3 - only does not match pattern # SKIP test name does not match pattern
25  ---
26  duration_ms: *
27  ...
28# Subtest: not only and does not match pattern
29ok 4 - not only and does not match pattern # SKIP 'only' option not set
30  ---
31  duration_ms: *
32  ...
331..4
34# tests 6
35# suites 0
36# pass 3
37# fail 0
38# cancelled 0
39# skipped 3
40# todo 0
41# duration_ms *
42