diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/npm/esm/test.out | 2 | ||||
-rw-r--r-- | cli/tests/testdata/test/no_prompt_by_default.out | 4 | ||||
-rw-r--r-- | cli/tests/testdata/test/no_prompt_with_denied_perms.out | 4 | ||||
-rw-r--r-- | cli/tests/testdata/test/parallel_output.out | 28 | ||||
-rw-r--r-- | cli/tests/testdata/test/steps/output_within.out | 8 | ||||
-rw-r--r-- | cli/tests/testdata/test/steps/passing_steps.out | 16 |
6 files changed, 31 insertions, 31 deletions
diff --git a/cli/tests/testdata/npm/esm/test.out b/cli/tests/testdata/npm/esm/test.out index cc196501d..a87924424 100644 --- a/cli/tests/testdata/npm/esm/test.out +++ b/cli/tests/testdata/npm/esm/test.out @@ -5,7 +5,7 @@ test ... ------- output ------- test ----- output end ----- -test ... ok ([WILDCARD]ms) +test ... ok ([WILDCARD]s) ok | 1 passed | 0 failed ([WILDCARD]s) diff --git a/cli/tests/testdata/test/no_prompt_by_default.out b/cli/tests/testdata/test/no_prompt_by_default.out index eaab16ce8..a35e3f7ae 100644 --- a/cli/tests/testdata/test/no_prompt_by_default.out +++ b/cli/tests/testdata/test/no_prompt_by_default.out @@ -1,5 +1,5 @@ running 1 test from ./test/no_prompt_by_default.ts -no prompt ... FAILED ([WILDCARD]ms) +no prompt ... FAILED ([WILDCARD]s) ERRORS @@ -11,6 +11,6 @@ error: PermissionDenied: Requires read access to "./some_file.txt", run again wi no prompt => ./test/no_prompt_by_default.ts:[WILDCARD] -FAILED | 0 passed | 1 failed ([WILDCARD]ms) +FAILED | 0 passed | 1 failed ([WILDCARD]s) error: Test failed diff --git a/cli/tests/testdata/test/no_prompt_with_denied_perms.out b/cli/tests/testdata/test/no_prompt_with_denied_perms.out index 4d683b2d8..4293ff1bb 100644 --- a/cli/tests/testdata/test/no_prompt_with_denied_perms.out +++ b/cli/tests/testdata/test/no_prompt_with_denied_perms.out @@ -1,5 +1,5 @@ running 1 test from ./test/no_prompt_with_denied_perms.ts -no prompt ... FAILED ([WILDCARD]ms) +no prompt ... FAILED ([WILDCARD]s) ERRORS @@ -11,6 +11,6 @@ error: PermissionDenied: Requires read access to "./some_file.txt", run again wi no prompt => ./test/no_prompt_with_denied_perms.ts:[WILDCARD] -FAILED | 0 passed | 1 failed ([WILDCARD]ms) +FAILED | 0 passed | 1 failed ([WILDCARD]s) error: Test failed diff --git a/cli/tests/testdata/test/parallel_output.out b/cli/tests/testdata/test/parallel_output.out index f5c932171..d3528a6e0 100644 --- a/cli/tests/testdata/test/parallel_output.out +++ b/cli/tests/testdata/test/parallel_output.out @@ -1,23 +1,23 @@ Check [WILDCARD]/test/parallel_output.ts -./test/parallel_output.ts => step output ... step 1 ... ok ([WILDCARD]ms) -./test/parallel_output.ts => step output ... step 2 ... ok ([WILDCARD]ms) +./test/parallel_output.ts => step output ... step 1 ... ok ([WILDCARD]s) +./test/parallel_output.ts => step output ... step 2 ... ok ([WILDCARD]s) ------- output ------- Hello, world! (from step 3) ----- output end ----- -./test/parallel_output.ts => step output ... step 3 ... ok ([WILDCARD]ms) +./test/parallel_output.ts => step output ... step 3 ... ok ([WILDCARD]s) ------- output ------- Hello, world! (from step 4) ----- output end ----- -./test/parallel_output.ts => step output ... step 4 ... ok ([WILDCARD]ms) -./test/parallel_output.ts => step output ... ok ([WILDCARD]ms) -./test/parallel_output.ts => step failures ... step 1 ... ok ([WILDCARD]ms) -./test/parallel_output.ts => step failures ... step 2 ... FAILED ([WILDCARD]ms) -./test/parallel_output.ts => step failures ... step 3 ... FAILED ([WILDCARD]ms) -./test/parallel_output.ts => step failures ... FAILED (due to 2 failed steps) ([WILDCARD]ms) -./test/parallel_output.ts => step nested failure ... step 1 ... inner 1 ... ok ([WILDCARD]ms) -./test/parallel_output.ts => step nested failure ... step 1 ... inner 2 ... FAILED ([WILDCARD]ms) -./test/parallel_output.ts => step nested failure ... step 1 ... FAILED (due to 1 failed step) ([WILDCARD]ms) -./test/parallel_output.ts => step nested failure ... FAILED (due to 1 failed step) ([WILDCARD]ms) +./test/parallel_output.ts => step output ... step 4 ... ok ([WILDCARD]s) +./test/parallel_output.ts => step output ... ok ([WILDCARD]s) +./test/parallel_output.ts => step failures ... step 1 ... ok ([WILDCARD]s) +./test/parallel_output.ts => step failures ... step 2 ... FAILED ([WILDCARD]s) +./test/parallel_output.ts => step failures ... step 3 ... FAILED ([WILDCARD]s) +./test/parallel_output.ts => step failures ... FAILED (due to 2 failed steps) ([WILDCARD]s) +./test/parallel_output.ts => step nested failure ... step 1 ... inner 1 ... ok ([WILDCARD]s) +./test/parallel_output.ts => step nested failure ... step 1 ... inner 2 ... FAILED ([WILDCARD]s) +./test/parallel_output.ts => step nested failure ... step 1 ... FAILED (due to 1 failed step) ([WILDCARD]s) +./test/parallel_output.ts => step nested failure ... FAILED (due to 1 failed step) ([WILDCARD]s) ERRORS @@ -51,6 +51,6 @@ step failures ... step 2 => ./test/parallel_output.ts:14:11 step failures ... step 3 => ./test/parallel_output.ts:17:11 step nested failure ... step 1 ... inner 2 => ./test/parallel_output.ts:23:13 -FAILED | 1 passed (6 steps) | 2 failed (4 steps) ([WILDCARD]ms) +FAILED | 1 passed (6 steps) | 2 failed (4 steps) ([WILDCARD]s) error: Test failed diff --git a/cli/tests/testdata/test/steps/output_within.out b/cli/tests/testdata/test/steps/output_within.out index 34d94b6f8..d58722daa 100644 --- a/cli/tests/testdata/test/steps/output_within.out +++ b/cli/tests/testdata/test/steps/output_within.out @@ -12,18 +12,18 @@ description ... ------- output ------- 3 ----- output end ----- - inner 1 ... ok ([WILDCARD]ms) + inner 1 ... ok ([WILDCARD]s) inner 2 ... ------- output ------- 4 ----- output end ----- - inner 2 ... ok ([WILDCARD]ms) + inner 2 ... ok ([WILDCARD]s) ------- output ------- 5 ----- output end ----- - step 1 ... ok ([WILDCARD]ms) + step 1 ... ok ([WILDCARD]s) ------- output ------- 6 ----- output end ----- -description ... ok ([WILDCARD]ms) +description ... ok ([WILDCARD]s) [WILDCARD] diff --git a/cli/tests/testdata/test/steps/passing_steps.out b/cli/tests/testdata/test/steps/passing_steps.out index 231a9a170..0757a4ed3 100644 --- a/cli/tests/testdata/test/steps/passing_steps.out +++ b/cli/tests/testdata/test/steps/passing_steps.out @@ -2,16 +2,16 @@ running 6 tests from ./test/steps/passing_steps.ts description ... step 1 ... - inner 1 ... ok ([WILDCARD]ms) - inner 2 ... ok ([WILDCARD]ms) - step 1 ... ok ([WILDCARD]ms) -description ... ok ([WILDCARD]ms) + inner 1 ... ok ([WILDCARD]s) + inner 2 ... ok ([WILDCARD]s) + step 1 ... ok ([WILDCARD]s) +description ... ok ([WILDCARD]s) description function as first arg ... step1 ... - inner1 ... ok ([WILDCARD]ms) - inner1 ... ok ([WILDCARD]ms) - step1 ... ok ([WILDCARD]ms) -description function as first arg ... ok ([WILDCARD]ms) + inner1 ... ok ([WILDCARD]s) + inner1 ... ok ([WILDCARD]s) + step1 ... ok ([WILDCARD]s) +description function as first arg ... ok ([WILDCARD]s) parallel steps without sanitizers ... step 1 ... ok ([WILDCARD]) step 2 ... ok ([WILDCARD]) |