Bug 130710 - ASSERTION FAILED in Parser: dst != localReg
Summary: ASSERTION FAILED in Parser: dst != localReg
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-24 22:17 PDT by Oliver Hunt
Modified: 2014-03-25 11:01 PDT (History)
0 users

See Also:


Attachments
Patch (39.54 KB, patch)
2014-03-24 23:10 PDT, Oliver Hunt
no flags Details | Formatted Diff | Diff
Patch (5.79 KB, patch)
2014-03-24 23:18 PDT, Oliver Hunt
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2014-03-24 22:17:57 PDT
ASSERTION FAILED in Parser: dst != localReg
Comment 1 Oliver Hunt 2014-03-24 23:10:59 PDT
Created attachment 227723 [details]
Patch
Comment 2 Darin Adler 2014-03-24 23:13:15 PDT
Comment on attachment 227723 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=227723&action=review

> LayoutTests/js/parser-syntax-check-expected.txt:9
> +CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
> +cd $CURRENT_DIR
> +cd ..
> +cd ..
> +cd ..
> +cd .runner
> +export DYLD_FRAMEWORK_PATH=$(cd ../.vm; pwd)
> +export JSC_timeout=169
> +(cd ../.tests/jsc-layout-tests.yaml/js/script-tests && "$@" ../../../../.vm/JavaScriptCore.framework/Resources/jsc --enableConcurrentJIT\=false --thresholdForJITAfterWarmUp\=10 --thresholdForJITSoon\=10 --thresholdForOptimizeAfterWarmUp\=20 --thresholdForOptimizeAfterLongWarmUp\=20 --thresholdForOptimizeSoon\=20 --thresholdForFTLOptimizeAfterWarmUp\=20 --thresholdForFTLOptimizeSoon\=20 resources/standalone-pre.js parser-syntax-check.js resources/standalone-post.js) || exit 1

What’s this?
Comment 3 Oliver Hunt 2014-03-24 23:14:02 PDT
(In reply to comment #2)
> (From update of attachment 227723 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=227723&action=review
> 
> > LayoutTests/js/parser-syntax-check-expected.txt:9
> > +CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
> > +cd $CURRENT_DIR
> > +cd ..
> > +cd ..
> > +cd ..
> > +cd .runner
> > +export DYLD_FRAMEWORK_PATH=$(cd ../.vm; pwd)
> > +export JSC_timeout=169
> > +(cd ../.tests/jsc-layout-tests.yaml/js/script-tests && "$@" ../../../../.vm/JavaScriptCore.framework/Resources/jsc --enableConcurrentJIT\=false --thresholdForJITAfterWarmUp\=10 --thresholdForJITSoon\=10 --thresholdForOptimizeAfterWarmUp\=20 --thresholdForOptimizeAfterLongWarmUp\=20 --thresholdForOptimizeSoon\=20 --thresholdForFTLOptimizeAfterWarmUp\=20 --thresholdForFTLOptimizeSoon\=20 resources/standalone-pre.js parser-syntax-check.js resources/standalone-post.js) || exit 1
> 
> What’s this?

Garbage, accidentally copied the wrong thing. One sec.
Comment 4 Filip Pizlo 2014-03-24 23:17:36 PDT
Comment on attachment 227723 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=227723&action=review

>>> LayoutTests/js/parser-syntax-check-expected.txt:9
>>> +(cd ../.tests/jsc-layout-tests.yaml/js/script-tests && "$@" ../../../../.vm/JavaScriptCore.framework/Resources/jsc --enableConcurrentJIT\=false --thresholdForJITAfterWarmUp\=10 --thresholdForJITSoon\=10 --thresholdForOptimizeAfterWarmUp\=20 --thresholdForOptimizeAfterLongWarmUp\=20 --thresholdForOptimizeSoon\=20 --thresholdForFTLOptimizeAfterWarmUp\=20 --thresholdForFTLOptimizeSoon\=20 resources/standalone-pre.js parser-syntax-check.js resources/standalone-post.js) || exit 1
>> 
>> What’s this?
> 
> Garbage, accidentally copied the wrong thing. One sec.

Have you resolved this?
Comment 5 Oliver Hunt 2014-03-24 23:18:27 PDT
Created attachment 227725 [details]
Patch
Comment 6 Oliver Hunt 2014-03-25 11:01:12 PDT
Committed r166240: <http://trac.webkit.org/changeset/166240>