DescriptionBetter tests for the Parser / Preparser unification.
We need a way to assert that for a given source code snippet, an error *is*
produced or *is not* produced. Otherwise we might accidentally create new
errors or start accepting code which was previously not accepted. Just checking
that Parser and PreParser produce the same result doesn't cut it.
BUG=3126
LOG=N
R=ulan@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=19107
Patch Set 1 #
Total comments: 2
Patch Set 2 : Code review (ulan@) #Messages
Total messages: 4 (0 generated)
|