New issue
Advanced search Search tips

Issue 664146 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug

Blocking:
issue 661510



Sign in to add a comment

Difference between fullcode and ignition_staging: Missing referece error

Project Member Reported by machenb...@chromium.org, Nov 10 2016

Issue description

# Minimized program:
boom() || 31 ? '0' : 'foo'


# Compared fullcode with ignition_staging

# Flags of fullcode:
--abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit  --random-seed 1850461770 --nocrankshaft --turbo-filter=~
# Flags of ignition_staging:
--abort_on_stack_overflow --expose-gc --allow-natives-syntax --invoke-weak-callbacks --omit-quit  --random-seed 1850461770 --ignition-staging

Difference:
- far4_ignition_staging/fuzz-8525.js.minimized:1: ReferenceError: boom is not defined

### Start of configuration fullcode:
far4_ignition_staging/fuzz-8525.js.minimized:1: ReferenceError: boom is not defined
boom() || 31 ? '0' : 'foo'
^
ReferenceError: boom is not defined
    at far4_ignition_staging/fuzz-8525.js.minimized:1:1


### End of configuration fullcode

### Start of configuration ignition_staging:

### End of configuration ignition_staging
 
Owner: rmcilroy@chromium.org
Status: Assigned (was: Untriaged)
This is related to evaluation of a logical or-expression within a test context. The effect of the LHS is not performed when the RHS is known to evaluate true. Ross offered to cook up a fix.
Project Member

Comment 2 by bugdroid1@chromium.org, Nov 10 2016

Status: Fixed (was: Assigned)
Labels: v8-foozzie-failure

Sign in to add a comment