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

Issue 2373043002: [test] Make test runner more rubust on startup. (Closed)

Created:
4 years, 2 months ago by Michael Achenbach
Modified:
4 years, 2 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[test] Make test runner more rubust on startup. The test driver fails once in a while with no output when listing the tests on windows, causing the testing to not even start. This should make that less likely if there's a flaky crash when listing the tests. BUG=v8:5438 Committed: https://crrev.com/4f02ff7ee54a5fee4f66cc1e0a254f15eb6d4ec1 Cr-Commit-Position: refs/heads/master@{#39779}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -4 lines) Patch
M tools/testrunner/local/testsuite.py View 1 chunk +13 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
Michael Achenbach
PTAL Failed here and there lately, like: https://build.chromium.org/p/client.v8/builders/V8%20Win64%20-%20debug/builds/12575/steps/Check/logs/stdio https://build.chromium.org/p/client.v8/builders/V8%20Win32%20-%20nosnap%20-%20shared/builds/16404/steps/Check%20-%20extra/logs/stdio
4 years, 2 months ago (2016-09-27 14:12:19 UTC) #5
jochen (gone - plz use gerrit)
lgtm can you file a tracking bug? we shouldn't crash when listing tests...
4 years, 2 months ago (2016-09-27 14:49:30 UTC) #8
Michael Achenbach
Done http://crbug.com/v8/5438
4 years, 2 months ago (2016-09-27 15:10:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2373043002/1
4 years, 2 months ago (2016-09-27 15:11:16 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-09-27 15:13:49 UTC) #14
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/4f02ff7ee54a5fee4f66cc1e0a254f15eb6d4ec1 Cr-Commit-Position: refs/heads/master@{#39779}
4 years, 2 months ago (2016-09-27 15:14:13 UTC) #16
Michael Achenbach
Meh - this didn't help much: https://build.chromium.org/p/client.v8/builders/V8%20Win32%20-%20nosnap%20-%20shared/builds/16414/steps/Check/logs/stdio
4 years, 2 months ago (2016-09-27 18:04:08 UTC) #17
Michael Achenbach
4 years, 2 months ago (2016-09-27 18:12:13 UTC) #18
Message was sent while issue was closed.
Ah - maybe printing the return code helped a bit. According to web sources,
-1073741515 = 0xC0000135 = STATUS_DLL_NOT_FOUND, which suggests that some sdk
dlls might be missing on the target bot. Will investigate more.

Powered by Google App Engine
This is Rietveld 408576698