1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 23:28:18 -05:00
denoland-deno/cli/tests/integration
cions 322b90fe87
fix: android support (#19437)
<!--
Before submitting a PR, please read https://deno.com/manual/contributing

1. Give the PR a descriptive title.

  Examples of good title:
    - fix(std/http): Fix race condition in server
    - docs(console): Update docstrings
    - feat(doc): Handle nested reexports

  Examples of bad title:
    - fix #7123
    - update docs
    - fix bugs

2. Ensure there is a related issue and it is referenced in the PR text.
3. Ensure there are tests that cover the changes.
4. Ensure `cargo test` passes.
5. Ensure `./tools/format.js` passes without changing files.
6. Ensure `./tools/lint.js` passes.
7. Open as a draft PR if your work is still in progress. The CI won't
run
   all steps, but you can add '[ci]' to a commit message to force it to.
8. If you would like to run the benchmarks on the CI, add the 'ci-bench'
label.
-->

---------

Signed-off-by: Matt Mastracci <matthew@mastracci.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2024-01-12 13:22:09 +01:00
..
bench_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
bundle_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
cache_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
cert_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
check_tests.rs fix(cli): respect exclude option for deno check command (#21779) 2024-01-04 20:34:55 +01:00
compile_tests.rs fix(compile): preserve granular unstable features (#21827) 2024-01-12 13:22:05 +01:00
coverage_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
doc_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
eval_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
flags_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
fmt_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
info_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
init_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
inspector_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
install_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
js_unit_tests.rs chore: increase unit test timeout to 3m (#21760) 2024-01-04 20:34:53 +01:00
jsr_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
jupyter_tests.rs fix(jupyter): error message when install fails due to jupyter command not being on PATH (#21767) 2024-01-04 20:34:54 +01:00
lint_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
lsp_tests.rs fix: android support (#19437) 2024-01-12 13:22:09 +01:00
mod.rs fix(jupyter): error message when install fails due to jupyter command not being on PATH (#21767) 2024-01-04 20:34:54 +01:00
node_compat_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
node_unit_tests.rs fix: strict type check for cross realms (#21669) 2024-01-04 20:34:55 +01:00
npm_tests.rs fix(unstable/byonm): support using an import map with byonm (#21786) 2024-01-04 20:34:55 +01:00
publish_tests.rs fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816) 2024-01-12 13:22:07 +01:00
repl_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
run_tests.rs fix(cli): harden permission stdio check (#21778) 2024-01-04 20:34:54 +01:00
shared_library_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
task_tests.rs fix(task): do not eagerly auto-install packages in package.json when "nodeModulesDir": false (#21858) 2024-01-12 13:22:07 +01:00
test_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
upgrade_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
vendor_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
watcher_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
worker_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00