0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-01-11 08:34:01 -05:00
denoland-rusty-v8/tests
Bert Belder c4c48f30b1
v8: fix segfault during concurrent isolate creation/disposal on Windows (#829)
This patch includes a test for this issue.

The V8 patch is intentionally left simple to avoid merge conflicts in
the future. To be landed upstream, the `unwindinfo_use_count_` would
probably have to be made non-atomic and we'd have to add a cctest.

Upstream bug: https://bugs.chromium.org/p/v8/issues/detail?id=12393

Fixes: #714
2021-11-17 09:52:27 -08:00
..
compile_fail chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
slots.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_api.rs refactor: Have BackingStore::data return Option<NonNull<c_void>> (#817) 2021-11-17 12:14:03 +01:00
test_api_entropy_source.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_api_flags.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_concurrent_isolate_creation_and_disposal.rs v8: fix segfault during concurrent isolate creation/disposal on Windows (#829) 2021-11-17 09:52:27 -08:00
test_platform_atomics_pump_message_loop.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_single_threaded_default_platform.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_ui.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00