1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests
snek f57745fe21
feat: upgrade V8 to 12.8 (#24693)
- upgrade to v8 12.8
  - optimizes DataView bigint methods
  - fixes global interceptors
  - includes CPED methods for ALS
- fix global resolution
- makes global resolution consistent using host_defined_options.
originally a separate patch but due to the global interceptor bug it
needs to be included in this pr for all tests to pass.
2024-07-31 23:22:34 +00:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
integration chore: mark upgrade invalid lockfile as flaky (#24760) 2024-07-29 16:18:25 -04:00
napi chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
node_compat feat: upgrade V8 to 12.8 (#24693) 2024-07-31 23:22:34 +00:00
registry fix(ext/node): handle node child_process with --v8-options flag (#24804) 2024-07-31 16:28:08 +02:00
specs fix(ext/node): handle node child_process with --v8-options flag (#24804) 2024-07-31 16:28:08 +02:00
testdata feat: upgrade V8 to 12.8 (#24693) 2024-07-31 23:22:34 +00:00
unit feat: upgrade V8 to 12.8 (#24693) 2024-07-31 23:22:34 +00:00
unit_node fix(node/fs/promises): watch should be async iterable (#24805) 2024-07-31 13:07:49 +02:00
util chore: upgrade to rust 1.80 (#24778) 2024-07-29 12:58:04 -04:00
wpt chore: update to std@2024.07.19 (#24715) 2024-07-25 15:30:28 +10:00
Cargo.toml chore: upgrade to rust 1.80 (#24778) 2024-07-29 12:58:04 -04:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests