1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 07:44:48 -05:00
denoland-deno/cli/tests/integration
Bartek Iwańczuk edab1bb927
chore: don't expose FFI ops to user code (#22313)
This commit removes some not really necessary FFI tests and in effect
removes them from being accessible from the user code.

This lowers the number of ops accessible to user code to 16.
2024-02-07 04:15:11 +01:00
..
bench_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
bundle_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
cache_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
cert_tests.rs Revert "chore: bump rustls-tokio-stream and rustls (#21955)" (#22097) 2024-01-25 04:47:45 +01:00
check_tests.rs fix: remove conditional unstable type-checking from other commands (#21991) 2024-01-21 22:47:46 +00:00
compile_tests.rs refactor: load bytes in deno_graph (#22212) 2024-02-01 03:15:22 +00:00
coverage_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
doc_tests.rs feat: warn when using --unstable, prefer granular flags (#21452) 2024-01-23 15:33:07 +01:00
eval_tests.rs refactor: don't error when .env is not present (#21879) 2024-01-22 00:27:14 +01:00
flags_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
fmt_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
info_tests.rs feat: warn when using --unstable, prefer granular flags (#21452) 2024-01-23 15:33:07 +01:00
init_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
inspector_tests.rs chore: ignore inspector_port_collision test (#21923) 2024-01-16 13:50:03 -07:00
install_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
js_unit_tests.rs fix: Support Symbol.metadata (#22282) 2024-02-06 14:57:25 +01:00
jsr_tests.rs feat(unstable): fast subset type checking of JSR dependencies (#21873) 2024-01-10 22:40:30 +00:00
jupyter_tests.rs feat(jupyter): don't require --unstable flag (#21963) 2024-01-18 23:16:14 +01:00
lint_tests.rs feat: warn when using --unstable, prefer granular flags (#21452) 2024-01-23 15:33:07 +01:00
lsp_tests.rs fix(lsp): disable no-cache diagnostics for jsr specifiers (#22284) 2024-02-06 14:56:26 +00:00
mod.rs fix(jupyter): error message when install fails due to jupyter command not being on PATH (#21767) 2024-01-03 14:45:10 +00:00
node_compat_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
node_unit_tests.rs chore: deflake rejection_handled_web_process test (#22056) 2024-01-23 21:05:21 +00:00
npm_tests.rs refactor: load bytes in deno_graph (#22212) 2024-02-01 03:15:22 +00:00
publish_tests.rs chore: use same test server for jsr tests (#22303) 2024-02-07 02:06:34 +00:00
repl_tests.rs feat: TC39 decorator proposal support (#22040) 2024-01-24 18:46:23 +05:30
run_tests.rs chore: don't expose FFI ops to user code (#22313) 2024-02-07 04:15:11 +01:00
shared_library_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
task_tests.rs fix(task): do not eagerly auto-install packages in package.json when "nodeModulesDir": false (#21858) 2024-01-08 19:30:36 -05:00
test_tests.rs feat: warn when using --unstable, prefer granular flags (#21452) 2024-01-23 15:33:07 +01:00
upgrade_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
vendor_tests.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
watcher_tests.rs feat(cli): improved diagnostics printing (#22049) 2024-01-23 16:37:43 +01:00
worker_tests.rs feat: deprecate Deno.{Conn,TcpConn,TlsConn,UnixConn}.rid (#22077) 2024-01-24 22:12:10 +01:00