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

Issue 49633004: Add --optimize_for_size to tests flag matrix. (Closed)

Created:
7 years, 1 month ago by rmcilroy
Modified:
7 years, 1 month ago
CC:
v8-dev, Benedikt Meurer
Visibility:
Public.

Description

Add --optimize_for_size to tests flag matrix. BUG=None

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M test/cctest/cctest.h View 1 chunk +2 lines, -1 line 0 comments Download
M tools/run-tests.py View 1 chunk +1 line, -0 lines 2 comments Download

Messages

Total messages: 8 (0 generated)
rmcilroy
This change requires https://codereview.chromium.org/47743007/ and https://codereview.chromium.org/47023003/ to land before the tests will run successfully with ...
7 years, 1 month ago (2013-10-29 12:35:39 UTC) #1
Sven Panne
NOT LGTM. https://codereview.chromium.org/49633004/diff/1/tools/run-tests.py File tools/run-tests.py (right): https://codereview.chromium.org/49633004/diff/1/tools/run-tests.py#newcode57 tools/run-tests.py:57: ["--optimize-for-size"], I am not sure if this ...
7 years, 1 month ago (2013-10-29 12:43:31 UTC) #2
rmcilroy
https://codereview.chromium.org/49633004/diff/1/tools/run-tests.py File tools/run-tests.py (right): https://codereview.chromium.org/49633004/diff/1/tools/run-tests.py#newcode57 tools/run-tests.py:57: ["--optimize-for-size"], On 2013/10/29 12:43:31, Sven Panne wrote: > I ...
7 years, 1 month ago (2013-10-29 14:02:54 UTC) #3
Sven Panne
On 2013/10/29 14:02:54, rmcilroy wrote: > I realize this will increase test time by about ...
7 years, 1 month ago (2013-10-29 14:18:33 UTC) #4
Michael Achenbach
I agree to Sven's suggestions. I can set up some builders on the waterfall to ...
7 years, 1 month ago (2013-10-29 14:38:02 UTC) #5
rmcilroy
On 2013/10/29 14:38:02, machenbach wrote: > I agree to Sven's suggestions. I can set up ...
7 years, 1 month ago (2013-10-29 15:45:53 UTC) #6
Jakob Kummerow
Adding new slave definitions increases cycle time quite considerably when two or more slaves have ...
7 years, 1 month ago (2013-10-29 15:52:31 UTC) #7
rmcilroy
7 years, 1 month ago (2013-10-29 16:17:01 UTC) #8
On 2013/10/29 15:52:31, Jakob wrote:
> Adding new slave definitions increases cycle time quite considerably when two
or
> more slaves have to share a VM. Instead, I'd suggest we model this as an
> additional step that can be added to a few bots.

SGTM.

> Ross, any input on which test suites are useful to run with the flag? mjsunit
> probably, maybe test262, mozilla, or benchmarks. cctests, messages, and
> preparser probably don't make much sense.

Actually it was cctests which found the previous two issues (bad interactions
when SetFunctionEntryHook was non-null, and when the debugger was active), so I
think it would make sense to include that.  I'm not sure on the other tests, but
I agree messages and preparser are probably less interesting for this step.

Powered by Google App Engine
This is Rietveld 408576698