| Summary: | ASSERTION FAILED in Parser: dst != localReg | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Oliver Hunt <oliver> | ||||||
| Component: | New Bugs | Assignee: | Oliver Hunt <oliver> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | ||||||||
| Priority: | P2 | ||||||||
| Version: | 528+ (Nightly build) | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Oliver Hunt
2014-03-24 22:17:57 PDT
Created attachment 227723 [details]
Patch
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? (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 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? Created attachment 227725 [details]
Patch
Committed r166240: <http://trac.webkit.org/changeset/166240> |