```
args.gn

is_component_build = true

is_debug = true

symbol_level = 1

target_cpu = "x64"

v8_target_cpu = "arm64"

v8_enable_sandbox = true

v8_enable_backtrace = true

v8_optimized_debug = true
```
cmd:  
./tools/run-tests.py --outdir=./out/arm64.debug  wasm-spec-tests/*

error:

=== wasm-spec-tests/proposals/memory64/multi-memory/align0 ===             
   

/home/luyahan/v8/v8/test/wasm-spec-tests/tests/proposals/memory64/multi-memory/align0.js:29:
 
TypeError: Cannot convert a BigInt value to a number

  table64: new WebAssembly.Table(

           ^

TypeError: Cannot convert a BigInt value to a number

    at 
/home/luyahan/v8/v8/test/wasm-spec-tests/tests/proposals/memory64/multi-memory/align0.js:29:12

Command: out/arm64.debug/d8 --test 
test/wasm-spec-tests/tests/proposals/memory64/multi-memory/align0.js 
--random-seed=72553336 --nohard-abort --verify-heap 
--testing-d8-test-runner --experimental-wasm-memory64 
--experimental-wasm-exnref

-- 
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- 
You received this message because you are subscribed to the Google Groups 
"v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/v8-dev/e3fb7281-9f6f-41b3-9f0b-1f23a1a5722cn%40googlegroups.com.

Reply via email to