node/test/message/test_runner_test_name_pattern_with_only.out
Moshe Atlow d1eaded0d1
test_runner: count nested tests
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>
2023-03-21 08:16:38 +00:00

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 *