diff options
| author | Casper Beyer <caspervonb@pm.me> | 2021-07-05 20:30:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-05 14:30:51 +0200 |
| commit | ea87d860beda7cd40eb6857199a00e5ba8700fd2 (patch) | |
| tree | 3678664af84b56bb1c884a25b811a026ece61829 /cli/tests/test/exit_sanitizer.out | |
| parent | 220104f577c3c079454b902a413fae98060595ec (diff) | |
tests: be more liberal with expectation wildcards (#11279)
Diffstat (limited to 'cli/tests/test/exit_sanitizer.out')
| -rw-r--r-- | cli/tests/test/exit_sanitizer.out | 33 |
1 files changed, 6 insertions, 27 deletions
diff --git a/cli/tests/test/exit_sanitizer.out b/cli/tests/test/exit_sanitizer.out index 76d04ddf0..0f9d0d45e 100644 --- a/cli/tests/test/exit_sanitizer.out +++ b/cli/tests/test/exit_sanitizer.out @@ -8,42 +8,21 @@ failures: exit(0) AssertionError: Test case attempted to exit with exit code: 0 - at assert (deno:runtime/js/06_util.js:36:13) - at deno:runtime/js/40_testing.js:92:9 - at Object.exit (deno:runtime/js/30_os.js:52:7) + at [WILDCARD] at [WILDCARD]/test/exit_sanitizer.ts:2:8 - at asyncOpSanitizer (deno:runtime/js/40_testing.js:35:15) - at resourceSanitizer (deno:runtime/js/40_testing.js:72:13) - at exitSanitizer (deno:runtime/js/40_testing.js:99:15) - at runTest (deno:runtime/js/40_testing.js:206:13) - at Object.runTests (deno:runtime/js/40_testing.js:249:28) - at [WILDCARD]/$deno$test.js:1:27 + at [WILDCARD] exit(1) AssertionError: Test case attempted to exit with exit code: 1 - at assert (deno:runtime/js/06_util.js:36:13) - at deno:runtime/js/40_testing.js:92:9 - at Object.exit (deno:runtime/js/30_os.js:52:7) + at [WILDCARD] at [WILDCARD]/test/exit_sanitizer.ts:6:8 - at asyncOpSanitizer (deno:runtime/js/40_testing.js:35:15) - at resourceSanitizer (deno:runtime/js/40_testing.js:72:13) - at exitSanitizer (deno:runtime/js/40_testing.js:99:15) - at runTest (deno:runtime/js/40_testing.js:206:13) - at Object.runTests (deno:runtime/js/40_testing.js:249:28) - at async [WILDCARD]/$deno$test.js:1:1 + at [WILDCARD] exit(2) AssertionError: Test case attempted to exit with exit code: 2 - at assert (deno:runtime/js/06_util.js:36:13) - at deno:runtime/js/40_testing.js:92:9 - at Object.exit (deno:runtime/js/30_os.js:52:7) + at [WILDCARD] at [WILDCARD]/test/exit_sanitizer.ts:10:8 - at asyncOpSanitizer (deno:runtime/js/40_testing.js:35:15) - at resourceSanitizer (deno:runtime/js/40_testing.js:72:13) - at exitSanitizer (deno:runtime/js/40_testing.js:99:15) - at runTest (deno:runtime/js/40_testing.js:206:13) - at Object.runTests (deno:runtime/js/40_testing.js:249:28) - at async [WILDCARD]/$deno$test.js:1:1 + at [WILDCARD] failures: |
