Skip to content

Commit f577e5b

Browse files
Unreviewed, rolling out r224800.
https://bugs.webkit.org/show_bug.cgi?id=179684 "Broke CLoop test mozilla/js1_6/Array/regress-304828.js" (Requested by mlam on #webkit). Reverted changeset: "Pass --useDollarVM=true to all JSC tests." https://bugs.webkit.org/show_bug.cgi?id=179647 https://trac.webkit.org/changeset/224800 git-svn-id: http://svn.webkit.org/repository/webkit/trunk@224831 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 3862386 commit f577e5b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Tools/ChangeLog

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2017-11-14 Commit Queue <[email protected]>
2+
3+
Unreviewed, rolling out r224800.
4+
https://bugs.webkit.org/show_bug.cgi?id=179684
5+
6+
"Broke CLoop test mozilla/js1_6/Array/regress-304828.js"
7+
(Requested by mlam on #webkit).
8+
9+
Reverted changeset:
10+
11+
"Pass --useDollarVM=true to all JSC tests."
12+
https://bugs.webkit.org/show_bug.cgi?id=179647
13+
https://trac.webkit.org/changeset/224800
14+
115
2017-11-14 Antti Koivisto <[email protected]>
216

317
Enable display:contents by default

Tools/Scripts/run-jsc-stress-tests

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ $numFailures = 0
451451
$numPasses = 0
452452

453453
# We force all tests to use a smaller (1.5M) stack so that stack overflow tests can run faster.
454-
BASE_OPTIONS = ["--useFTLJIT=false", "--useFunctionDotArguments=true", "--validateExceptionChecks=true", "--useDollarVM=true", "--maxPerThreadStackUsage=1572864"]
454+
BASE_OPTIONS = ["--useFTLJIT=false", "--useFunctionDotArguments=true", "--validateExceptionChecks=true", "--maxPerThreadStackUsage=1572864"]
455455
EAGER_OPTIONS = ["--thresholdForJITAfterWarmUp=10", "--thresholdForJITSoon=10", "--thresholdForOptimizeAfterWarmUp=20", "--thresholdForOptimizeAfterLongWarmUp=20", "--thresholdForOptimizeSoon=20", "--thresholdForFTLOptimizeAfterWarmUp=20", "--thresholdForFTLOptimizeSoon=20", "--maximumEvalCacheableSourceLength=150000", "--useEagerCodeBlockJettisonTiming=true"]
456456
# NOTE: Tests rely on this using scribbleFreeCells.
457457
NO_CJIT_OPTIONS = ["--useConcurrentJIT=false", "--thresholdForJITAfterWarmUp=100", "--scribbleFreeCells=true"]

0 commit comments

Comments
 (0)