|
|
Created:
4 years, 2 months ago by Michael Achenbach Modified:
4 years, 1 month ago CC:
v8-reviews_googlegroups.com, dgozman Target Ref:
refs/pending/heads/master Project:
v8 Visibility:
Public. |
Description[test] Correctly deduce test-driver arguments on bots using GN
This makes auto-detect-build-configs work on bots (i.e.
if --buildbot was passed).
BUG=v8:5533
CQ_INCLUDE_TRYBOTS=master.tryserver.v8:v8_linux64_msan_rel,v8_linux64_tsan_rel,v8_linux_arm64_dbg,v8_linux_gc_stress_dbg,v8_linux_noi18n_rel_ng,v8_linux_nosnap_rel
Committed: https://crrev.com/9acec9f0a5923a72bbb32783d75a8cc97fb9027f
Cr-Commit-Position: refs/heads/master@{#40424}
Patch Set 1 #Patch Set 2 : fixes #Patch Set 3 : fixes #
Total comments: 2
Messages
Total messages: 43 (33 generated)
The CQ bit was checked by machenbach@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: v8_linux_dbg_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/14813) v8_linux_dbg_ng_triggered on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng_triggered/b...)
The CQ bit was checked by machenbach@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: v8_linux64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel_ng/builds/14802) v8_linux64_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_rel_ng_triggered...) v8_linux_dbg_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/14818) v8_linux_dbg_ng_triggered on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng_triggered/b...) v8_linux_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel_ng/builds/14760) v8_linux_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel_ng_triggered/b...)
The CQ bit was checked by machenbach@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== [test] Correctly deduce test-driver arguments on bots using GN BUG= ========== to ========== [test] Correctly deduce test-driver arguments on bots using GN This makes auto-detect-build-configs work on bots (i.e. if --buildbot was passed). BUG=v8:5533 ==========
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: v8_win64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/16322) v8_win64_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng_triggered/b...)
machenbach@chromium.org changed reviewers: + jkummerow@chromium.org, jochen@chromium.org, yangguo@chromium.org
PTAL. This is still a band-aid and not a proper fix to the associated bug. The proper fix will require a bit redesign. Looks like the inspector tests broke in the mean time on windows. They should get fixed before this can land. https://codereview.chromium.org/2431653002/diff/40001/tools/run-tests.py File tools/run-tests.py (right): https://codereview.chromium.org/2431653002/diff/40001/tools/run-tests.py#newc... tools/run-tests.py:457: BASE_DIR, options.outdir, options.mode, "v8_build_config.json") It is a convention on buildbot that the build products are in outdir + mode, e.g. out/Release. https://codereview.chromium.org/2431653002/diff/40001/tools/run-tests.py#newc... tools/run-tests.py:727: elif options.buildbot: This remains for gyp bots that don't support auto-detect.
LGTM if the bot failures are unrelated.
On 2016/10/18 16:45:58, Jakob Kummerow wrote: > LGTM if the bot failures are unrelated. The bot failures are expected in the sense that this CL fixes the test runner and makes the inspector tests run (as they should). They should be fixed in a separate CL before landing this. CC'ed dgozman and kozyatinskiy for that task.
On 2016/10/18 20:26:03, machenbach (slow) wrote: > On 2016/10/18 16:45:58, Jakob Kummerow wrote: > > LGTM if the bot failures are unrelated. > > The bot failures are expected in the sense that this CL fixes the test runner > and makes the inspector tests run (as they should). > > They should be fixed in a separate CL before landing this. CC'ed dgozman and > kozyatinskiy for that task. I'll fix it - Windows doesn't like call to exit(0) on non main thread.
On 2016/10/18 20:27:26, kozyatinskiy wrote: > On 2016/10/18 20:26:03, machenbach (slow) wrote: > > On 2016/10/18 16:45:58, Jakob Kummerow wrote: > > > LGTM if the bot failures are unrelated. > > > > The bot failures are expected in the sense that this CL fixes the test runner > > and makes the inspector tests run (as they should). > > > > They should be fixed in a separate CL before landing this. CC'ed dgozman and > > kozyatinskiy for that task. > > I'll fix it - Windows doesn't like call to exit(0) on non main thread. Thanks, please schedule a dry run of this CL after your fix lands (or land it if you monitor the waterfall afterwards for other possibly related failures).
Description was changed from ========== [test] Correctly deduce test-driver arguments on bots using GN This makes auto-detect-build-configs work on bots (i.e. if --buildbot was passed). BUG=v8:5533 ========== to ========== [test] Correctly deduce test-driver arguments on bots using GN This makes auto-detect-build-configs work on bots (i.e. if --buildbot was passed). BUG=v8:5533 CQ_INCLUDE_TRYBOTS=master.tryserver.v8:v8_linux64_msan_rel,v8_linux64_tsan_rel,v8_linux_arm64_dbg,v8_linux_gc_stress_dbg,v8_linux_noi18n_rel_ng,v8_linux_nosnap_rel ==========
The CQ bit was checked by machenbach@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
On 2016/10/18 20:32:07, machenbach (slow) wrote: > On 2016/10/18 20:27:26, kozyatinskiy wrote: > > On 2016/10/18 20:26:03, machenbach (slow) wrote: > > > On 2016/10/18 16:45:58, Jakob Kummerow wrote: > > > > LGTM if the bot failures are unrelated. > > > > > > The bot failures are expected in the sense that this CL fixes the test > runner > > > and makes the inspector tests run (as they should). > > > > > > They should be fixed in a separate CL before landing this. CC'ed dgozman and > > > kozyatinskiy for that task. > > > > I'll fix it - Windows doesn't like call to exit(0) on non main thread. > > Thanks, please schedule a dry run of this CL after your fix lands (or land it if > you monitor the waterfall afterwards for other possibly related failures). I've also added a bunch of extra trybots to catch more possible problems early.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: v8_win_nosnap_shared_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng...) v8_win_nosnap_shared_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng...)
The CQ bit was checked by kozyatinskiy@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: v8_win64_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng/builds/16351) v8_win64_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win64_rel_ng_triggered/b...)
The CQ bit was checked by machenbach@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: v8_win_nosnap_shared_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng...) v8_win_nosnap_shared_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_rel_ng...)
On 2016/10/18 20:36:31, machenbach (slow) wrote: > On 2016/10/18 20:32:07, machenbach (slow) wrote: > > On 2016/10/18 20:27:26, kozyatinskiy wrote: > > > On 2016/10/18 20:26:03, machenbach (slow) wrote: > > > > On 2016/10/18 16:45:58, Jakob Kummerow wrote: > > > > > LGTM if the bot failures are unrelated. > > > > > > > > The bot failures are expected in the sense that this CL fixes the test > > runner > > > > and makes the inspector tests run (as they should). > > > > > > > > They should be fixed in a separate CL before landing this. CC'ed dgozman > and > > > > kozyatinskiy for that task. > > > > > > I'll fix it - Windows doesn't like call to exit(0) on non main thread. > > > > Thanks, please schedule a dry run of this CL after your fix lands (or land it > if > > you monitor the waterfall afterwards for other possibly related failures). > > I've also added a bunch of extra trybots to catch more possible problems early. I saw a fix CL, but the bots are still failing. I'll use another strategy and revert the CL that uses inspector by default (as this is the real blocker here). The failures will then show up on the reland of that CL.
The CQ bit was checked by machenbach@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by machenbach@chromium.org
The CQ bit was checked by machenbach@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== [test] Correctly deduce test-driver arguments on bots using GN This makes auto-detect-build-configs work on bots (i.e. if --buildbot was passed). BUG=v8:5533 CQ_INCLUDE_TRYBOTS=master.tryserver.v8:v8_linux64_msan_rel,v8_linux64_tsan_rel,v8_linux_arm64_dbg,v8_linux_gc_stress_dbg,v8_linux_noi18n_rel_ng,v8_linux_nosnap_rel ========== to ========== [test] Correctly deduce test-driver arguments on bots using GN This makes auto-detect-build-configs work on bots (i.e. if --buildbot was passed). BUG=v8:5533 CQ_INCLUDE_TRYBOTS=master.tryserver.v8:v8_linux64_msan_rel,v8_linux64_tsan_rel,v8_linux_arm64_dbg,v8_linux_gc_stress_dbg,v8_linux_noi18n_rel_ng,v8_linux_nosnap_rel ==========
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== [test] Correctly deduce test-driver arguments on bots using GN This makes auto-detect-build-configs work on bots (i.e. if --buildbot was passed). BUG=v8:5533 CQ_INCLUDE_TRYBOTS=master.tryserver.v8:v8_linux64_msan_rel,v8_linux64_tsan_rel,v8_linux_arm64_dbg,v8_linux_gc_stress_dbg,v8_linux_noi18n_rel_ng,v8_linux_nosnap_rel ========== to ========== [test] Correctly deduce test-driver arguments on bots using GN This makes auto-detect-build-configs work on bots (i.e. if --buildbot was passed). BUG=v8:5533 CQ_INCLUDE_TRYBOTS=master.tryserver.v8:v8_linux64_msan_rel,v8_linux64_tsan_rel,v8_linux_arm64_dbg,v8_linux_gc_stress_dbg,v8_linux_noi18n_rel_ng,v8_linux_nosnap_rel Committed: https://crrev.com/9acec9f0a5923a72bbb32783d75a8cc97fb9027f Cr-Commit-Position: refs/heads/master@{#40424} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/9acec9f0a5923a72bbb32783d75a8cc97fb9027f Cr-Commit-Position: refs/heads/master@{#40424} |