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

Issue 349603004: test-parsing: Add functionality to specify "always true flags". (Closed)

Created:
6 years, 6 months ago by marja
Modified:
6 years, 6 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

test-parsing: Add functionality to specify "always true flags". Many parsing tests need to pin a certain flag, and apart from the pinned flag, we want to keep the "test with all combinations" behavior for the non-pinned flags. R=ulan@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=21900

Patch Set 1 #

Total comments: 2

Patch Set 2 : maybe like this? #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -17 lines) Patch
M test/cctest/test-parsing.cc View 1 7 chunks +55 lines, -17 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
marja
ulan, ptal. aperez@igalia, FYI, this should make your stuff easier, too.
6 years, 6 months ago (2014-06-20 11:42:03 UTC) #1
ulan
https://codereview.chromium.org/349603004/diff/1/test/cctest/test-parsing.cc File test/cctest/test-parsing.cc (right): https://codereview.chromium.org/349603004/diff/1/test/cctest/test-parsing.cc#newcode1490 test/cctest/test-parsing.cc:1490: generated_flags = new ParserFlag[flags_len - always_true_flags_len]; How do you ...
6 years, 6 months ago (2014-06-20 11:47:10 UTC) #2
marja
https://codereview.chromium.org/349603004/diff/1/test/cctest/test-parsing.cc File test/cctest/test-parsing.cc (right): https://codereview.chromium.org/349603004/diff/1/test/cctest/test-parsing.cc#newcode1490 test/cctest/test-parsing.cc:1490: generated_flags = new ParserFlag[flags_len - always_true_flags_len]; On 2014/06/20 11:47:10, ...
6 years, 6 months ago (2014-06-20 12:02:43 UTC) #3
ulan
On 2014/06/20 12:02:43, marja wrote: > https://codereview.chromium.org/349603004/diff/1/test/cctest/test-parsing.cc > File test/cctest/test-parsing.cc (right): > > https://codereview.chromium.org/349603004/diff/1/test/cctest/test-parsing.cc#newcode1490 > ...
6 years, 6 months ago (2014-06-20 12:08:04 UTC) #4
marja
Committed patchset #2 manually as r21900 (presubmit successful).
6 years, 6 months ago (2014-06-20 12:28:19 UTC) #5
aperez
6 years, 6 months ago (2014-06-23 15:26:35 UTC) #6
Message was sent while issue was closed.
On 2014/06/20 11:42:03, marja wrote:
> ulan, ptal.
> 
> aperez@igalia, FYI, this should make your stuff easier, too.

Indeed, thanks!

Powered by Google App Engine
This is Rietveld 408576698