mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
29934d558c
The intent is that those tests will be executed, but our check that the files are up to date won't overwrite the contents of the tests. This is useful when a test needs some manual edits to work. It turns out we weren't actually running them. --- This ended up turning into a couple of small bug fixes to get the tests passing: - We weren't canonicalizing the exec path properly (it sometimes still had `..` or `.` in it) - We weren't accepting strings in `process.exit` There was one failure I couldn't figure out quickly, so I disabled the test for now, and filed a follow up issue: #24694 |
||
---|---|---|
.. | ||
runner | ||
test | ||
.gitignore | ||
common.ts | ||
config.jsonc | ||
deno.json | ||
polyfill_globals.js | ||
runner.ts | ||
test.ts | ||
test_runner.rs |