thanks. FYI: I got another official reply on github. https://github.com/v8/v8.dev/issues/776#issuecomment-2276213090
2024年8月12日(月) 19:36 Jakob Kummerow <[email protected]>: > The "inspector test expectations" (for inspector tests) and test262.status > (for test262) are two entirely different things, and the workflow that > updates the former won't do anything for the latter. > > There are some scripts in test/test262/tools/, but I don't know how to use > them. > > Generally speaking, the various test/*/*.status files are updated manually > (though there may be exceptions where automated tooling exists). > > > On Thu, Aug 8, 2024 at 8:38 AM Jxck Jxck <[email protected]> > wrote: > >> 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/CAKSzg3SS3-UrOs_MTJcB1_fr51q73pyzjqyhFdse6eJJZ%2BmVuA%40mail.gmail.com > <https://groups.google.com/d/msgid/v8-dev/CAKSzg3SS3-UrOs_MTJcB1_fr51q73pyzjqyhFdse6eJJZ%2BmVuA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- -- 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/CAMaRJ1M68eTVYtu6Y9mfduvuHXa-JX7Tv%3DAWUO%2Bo6a-jSpuygg%40mail.gmail.com.
