Hi Yahan Lu, Did you run `gclient sync` recently? I ran the tests locally right now on ToT V8, and they all pass (except for exceptions in the status file). But if you have a new checkout of V8 and an old version of the test because of not calling `gclient sync`, you may run into issues. Similarly, if you have the newest tests but then checked out an older version of V8 without calling `gclient sync`, That may also cause issues.
Cheers, Andreas On Tue, Oct 29, 2024 at 11:21 AM Yahan Lu <[email protected]> wrote: > Ther are many cases failed on arm64.debug. > > 在2024年10月29日星期二 UTC+8 18:18:21<Yahan Lu> 写道: > >> ``` >> 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/2f4fa1a3-d80d-4ae2-bb65-f9a4c526b5c3n%40googlegroups.com > <https://groups.google.com/d/msgid/v8-dev/2f4fa1a3-d80d-4ae2-bb65-f9a4c526b5c3n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Andreas Haas Software Engineer [email protected] Google Germany GmbH Erika-Mann-Straße 33 80636 München Geschäftsführer: Paul Manicle, Liana Sebastian Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Diese E-Mail ist vertraulich. Falls Sie diese fälschlicherweise erhalten haben sollten, leiten Sie diese bitte nicht an jemand anderes weiter, löschen Sie alle Kopien und Anhänge davon und lassen Sie mich bitte wissen, dass die E-Mail an die falsche Person gesendet wurde. This e-mail is confidential. If you received this communication by mistake, please don't forward it to anyone else, please erase all copies and attachments, and please let me know that it has gone to the wrong person. -- -- 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/CAELSTveroOtQFF%3DGMQ%3DPBepeq2zswYSQSbuWhr3zzw2hN3fFUQ%40mail.gmail.com.
