Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Issue 1412563007: Run Mojo apptests step on Windows main and cq bots. (Closed)

Created:
5 years, 1 month ago by msw
Modified:
5 years, 1 month ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Run Mojo apptests step on Windows main and cq bots. Add mojo_apptests step to 'Win8 Aura' buildbot config for these bots: http://build.chromium.org/p/chromium.win/builders/Win8%20Aura http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng The step has run on FYI for months, with no flakes for 1 week: http://build.chromium.org/p/chromium.mojo/builders/Chromium%20Mojo%20Windows (recent changes addressed blocking flakiness: http://crbug.com/517661) BUG=478244, 517661 TEST=New step passes on intended bots. R=dpranke@chromium.org TBR=phajdan.jr@chromium.org Committed: https://crrev.com/3e18cf082b743ba0209a38509f2b62f0c9b76638 Cr-Commit-Position: refs/heads/master@{#357425}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Use sys.executable in mojo_apptests.py commandline. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M testing/buildbot/chromium.win.json View 1 chunk +6 lines, -0 lines 0 comments Download
M testing/scripts/mojo_apptests.py View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (8 generated)
msw
Hey Dirk, please take a look; thanks! https://codereview.chromium.org/1412563007/diff/1/testing/buildbot/chromium.win.json File testing/buildbot/chromium.win.json (right): https://codereview.chromium.org/1412563007/diff/1/testing/buildbot/chromium.win.json#newcode704 testing/buildbot/chromium.win.json:704: "Win x64 ...
5 years, 1 month ago (2015-10-29 21:28:21 UTC) #1
Dirk Pranke
lgtm https://codereview.chromium.org/1412563007/diff/1/testing/buildbot/chromium.win.json File testing/buildbot/chromium.win.json (right): https://codereview.chromium.org/1412563007/diff/1/testing/buildbot/chromium.win.json#newcode704 testing/buildbot/chromium.win.json:704: "Win x64 GN": { On 2015/10/29 21:28:20, msw ...
5 years, 1 month ago (2015-10-29 21:33:41 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1412563007/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1412563007/1
5 years, 1 month ago (2015-10-29 21:42:13 UTC) #4
msw
Cancelled cq; looks like the win8_chromium_ng failure is real: http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/60097/steps/mojo_apptests%20%28with%20patch%29/logs/stdio Running ['E:\\b\\build\\slave\\win_gn\\build\\src\\mojo\\tools\\apptest_runner.py', 'E:\\b\\build\\slave\\win_gn\\build\\src\\out\\Release', '--verbose', '--write-full-results-to', ...
5 years, 1 month ago (2015-10-29 22:30:17 UTC) #6
msw
On 2015/10/29 22:30:17, msw wrote: > Cancelled cq; looks like the win8_chromium_ng failure is real: ...
5 years, 1 month ago (2015-10-30 21:59:56 UTC) #7
msw
Added sys.executable to the mojo_apptests.py commandline, as you suggested, Dirk; trying again now.
5 years, 1 month ago (2015-10-30 22:20:33 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1412563007/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1412563007/20001
5 years, 1 month ago (2015-10-30 22:21:31 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/114492)
5 years, 1 month ago (2015-10-30 22:37:14 UTC) #13
msw
TBR'ing Paweł for testing/scripts/OWNERS
5 years, 1 month ago (2015-10-30 22:41:05 UTC) #16
Paweł Hajdan Jr.
LGTM
5 years, 1 month ago (2015-11-02 11:27:17 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1412563007/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1412563007/20001
5 years, 1 month ago (2015-11-02 19:26:13 UTC) #19
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-02 20:51:14 UTC) #20
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/3e18cf082b743ba0209a38509f2b62f0c9b76638 Cr-Commit-Position: refs/heads/master@{#357425}
5 years, 1 month ago (2015-11-02 20:52:47 UTC) #21
msw
5 years, 1 month ago (2015-11-05 19:20:15 UTC) #22
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/1413773009/ by msw@chromium.org.

The reason for reverting is: The mojo_apptests step is failing flakily due to a
high incidence rate of http://crbug.com/551083 (Flaky mojo BaseThreadInitThunk /
RtlInitializeExceptionChain crashes on Windows).

Powered by Google App Engine
This is Rietveld 408576698