rusty_v8 icon indicating copy to clipboard operation
rusty_v8 copied to clipboard

bubbling_up_exception test fails under ASAN

Open littledivy opened this issue 1 year ago • 0 comments

It does not trigger ASAN but only fails under it.

---- bubbling_up_exception stdout ----
thread 'bubbling_up_exception' panicked at tests/test_api.rs:10982:3:
assertion failed: !scope.has_caught()
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

To reproduce:

RUSTFLAGS=-Zsanitizer=address cargo +nightly test --target aarch64-apple-darwin -- bubbling_up_exception

Ref https://github.com/denoland/rusty_v8/issues/1226 and https://github.com/denoland/rusty_v8/commit/6ac0fabb56ea20a4ec778d014eedb7f8a3bc0ec7

littledivy avatar Dec 01 '23 12:12 littledivy