Hi, I'm new to v8 contribution. I'm reading through Testing documentation and running test262 successfully. And now, I wanna update test262 to recent commits, and update test262.status expectation file, according to the docs.
https://v8.dev/docs/test#updating-the-inspector-test-expectations 1. update DEPS revision 2. gclient sync 3. gm x64.release test262 It seems succeeded. and then. ``` $./tools/run-tests.py \ test262 \ --regenerate-expected-files \ --outdir=out/x64.release``` It doesn't update test/test262/test262.status as I expected. What am I missing here ? ThanksJxck -- -- 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 on the web visit https://groups.google.com/d/msgid/v8-dev/2238621b-bae1-40b8-a0c2-f8fb52532895n%40googlegroups.com.
