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

Issue 1949453002: [ignition] Disable dispatch table output by default (Closed)

Created:
4 years, 7 months ago by Camillo Bruni
Modified:
4 years, 7 months ago
CC:
Michael Hablich, v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ignition] Disable dispatch table output by default BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -2 lines) Patch
M src/flag-definitions.h View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Camillo Bruni
PTAL, I like to have a clean working dir after running the tests :)
4 years, 7 months ago (2016-05-03 13:43:21 UTC) #2
rmcilroy
On 2016/05/03 13:43:21, Camillo Bruni wrote: > PTAL, I like to have a clean working ...
4 years, 7 months ago (2016-05-03 14:07:05 UTC) #3
Camillo Bruni
On 2016/05/03 at 14:07:05, rmcilroy wrote: > On 2016/05/03 13:43:21, Camillo Bruni wrote: > > ...
4 years, 7 months ago (2016-05-03 14:09:00 UTC) #4
rmcilroy
On 2016/05/03 14:07:05, rmcilroy wrote: > On 2016/05/03 13:43:21, Camillo Bruni wrote: > > PTAL, ...
4 years, 7 months ago (2016-05-03 14:09:39 UTC) #5
Camillo Bruni
On 2016/05/03 at 14:09:00, Camillo Bruni wrote: > On 2016/05/03 at 14:07:05, rmcilroy wrote: > ...
4 years, 7 months ago (2016-05-03 14:12:07 UTC) #6
Camillo Bruni
4 years, 7 months ago (2016-05-03 14:15:22 UTC) #7
On 2016/05/03 at 14:12:07, Camillo Bruni wrote:
> On 2016/05/03 at 14:09:00, Camillo Bruni wrote:
> > On 2016/05/03 at 14:07:05, rmcilroy wrote:
> > > On 2016/05/03 13:43:21, Camillo Bruni wrote:
> > > > PTAL, I like to have a clean working dir after running the tests :)
> > > 
> > > Wait, this shouldn't be being output unless you pass
--trace_ignition_dispatches. Are you seeing it without this flag?
> > 
> > You set a default value which is not NULL so all the checks pass :) and
assume the flag set.
> 
> Ah sorry misread, you should be right: for some reason I get the output file
when running all mjsunit tests with `tools/run-tests.py --mode Release --arch
x64 --buildbot --no-sorting -j 40 mjsunit`

should be fine to just write to STDOUT if the file is not specified, that way
you can still test the code path.

Powered by Google App Engine
This is Rietveld 408576698