New issue
Advanced search Search tips

Issue 660457 link

Starred by 1 user

Issue metadata

Status: Archived
Owner:
Closed: Jul 11
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 650214



Sign in to add a comment

Javascript mutation fuzzer does not handle certain flags with arguments correctly

Project Member Reported by mbarbe...@chromium.org, Oct 28 2016

Issue description

As mentioned in the description, the fuzzer will sometimes generate flags files containing things like "--min-preparse-length", but d8 will exit early under an error condition if a length is not specified after the argument.

In some cases, the flags line in a test contains an entry like "--min-preparse-length=1", and in others it specifies "--min-preparse-length 1". We don't handle the second case correctly. I believe it would be valid to assume that tokens following flags that aren't prefixed with "--" are arguments, but some investigation is needed.
 
Blocking: 650214
Summary: Javascript mutation fuzzer does not handle certain flags with arguments correctly (was: Javascript mutation fuzzer does not certain flags with arguments correctly)
Blockedon: 661584
Blockedon: -661584
Status: Archived (was: Assigned)
Bulk edit: archiving a few bugs assigned to me that no longer seem relevant. Please reopen if this is still something you'd like to see fixed and I'll re-evaluate it.

Sign in to add a comment