mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
d1eaded0d1
PR-URL: https://github.com/nodejs/node/pull/47094 Fixes: https://github.com/nodejs/node/issues/46762 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
42 lines
817 B
Plaintext
42 lines
817 B
Plaintext
TAP version 13
|
|
# Subtest: enabled and only
|
|
# Subtest: enabled
|
|
ok 1 - enabled
|
|
---
|
|
duration_ms: *
|
|
...
|
|
# Subtest: disabled
|
|
ok 2 - disabled # SKIP test name does not match pattern
|
|
---
|
|
duration_ms: *
|
|
...
|
|
1..2
|
|
ok 1 - enabled and only
|
|
---
|
|
duration_ms: *
|
|
...
|
|
# Subtest: enabled but not only
|
|
ok 2 - enabled but not only # SKIP 'only' option not set
|
|
---
|
|
duration_ms: *
|
|
...
|
|
# Subtest: only does not match pattern
|
|
ok 3 - only does not match pattern # SKIP test name does not match pattern
|
|
---
|
|
duration_ms: *
|
|
...
|
|
# Subtest: not only and does not match pattern
|
|
ok 4 - not only and does not match pattern # SKIP 'only' option not set
|
|
---
|
|
duration_ms: *
|
|
...
|
|
1..4
|
|
# tests 6
|
|
# suites 0
|
|
# pass 2
|
|
# fail 0
|
|
# cancelled 0
|
|
# skipped 4
|
|
# todo 0
|
|
# duration_ms *
|