PR-URL: https://github.com/nodejs/node/pull/48382 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
41 lines
807 B
Text
41 lines
807 B
Text
TAP version 13
|
|
# Subtest: enabled and only
|
|
# Subtest: enabled
|
|
ok 1 - enabled
|
|
---
|
|
duration_ms: *
|
|
...
|
|
# Subtest: disabled but parent not
|
|
ok 2 - disabled but parent not
|
|
---
|
|
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 3
|
|
# fail 0
|
|
# cancelled 0
|
|
# skipped 3
|
|
# todo 0
|
|
# duration_ms *
|