summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/exit_sanitizer.out
blob: 4910501facdbf5b1b7208462f5fc6dc35838794f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Check [WILDCARD]/test/exit_sanitizer.ts
running 3 tests from ./test/exit_sanitizer.ts
exit(0) ... FAILED ([WILDCARD])
exit(1) ... FAILED ([WILDCARD])
exit(2) ... FAILED ([WILDCARD])

 ERRORS 

exit(0) => ./test/exit_sanitizer.ts:[WILDCARD]
error: AssertionError: Test case attempted to exit with exit code: 0
  Deno.exit(0);
       ^
    at [WILDCARD]
    at [WILDCARD]/test/exit_sanitizer.ts:2:8

exit(1) => ./test/exit_sanitizer.ts:[WILDCARD]
error: AssertionError: Test case attempted to exit with exit code: 1
  Deno.exit(1);
       ^
    at [WILDCARD]
    at [WILDCARD]/test/exit_sanitizer.ts:6:8

exit(2) => ./test/exit_sanitizer.ts:[WILDCARD]
error: AssertionError: Test case attempted to exit with exit code: 2
  Deno.exit(2);
       ^
    at [WILDCARD]
    at [WILDCARD]/test/exit_sanitizer.ts:10:8

 FAILURES 

exit(0) => ./test/exit_sanitizer.ts:[WILDCARD]
exit(1) => ./test/exit_sanitizer.ts:[WILDCARD]
exit(2) => ./test/exit_sanitizer.ts:[WILDCARD]

FAILED | 0 passed | 3 failed ([WILDCARD])

error: Test failed