Hi Yutaka, the issue is due to a bug in the build configuration when - using external snapshot - using make (with Makefile generated by GYP) - native JS in V8 is changed
The issue is that the change in the JS file does not trigger rebuilding the source blob. Your change triggered it, but does not cause it. Though I think your change breaks some layout tests independently from this? Yang On Thursday, June 11, 2015 at 8:32:23 AM UTC+2, Yutaka Hirano wrote: > > Hi, > > I want to land a promise-related CL[1], but it is blocked by a test > failure[2]. The log says there is a syntax error, but I don't see the > reason (and it is strange that the syntax error is detected only on the > bot). I uploaded an empty CL[3] and the bot reports the same failure, so > I'm very confused. Can you tell me what I should do next? > > Thanks, > > 1: https://codereview.chromium.org/1098663002/ > 2: > http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/1213 > 3: https://codereview.chromium.org/1173363002/ > > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
