Title: [224831] trunk/Tools
Revision
224831
Author
commit-qu...@webkit.org
Date
2017-11-14 12:22:58 -0800 (Tue, 14 Nov 2017)

Log Message

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (224830 => 224831)


--- trunk/Tools/ChangeLog	2017-11-14 20:09:55 UTC (rev 224830)
+++ trunk/Tools/ChangeLog	2017-11-14 20:22:58 UTC (rev 224831)
@@ -1,3 +1,17 @@
+2017-11-14  Commit Queue  <commit-qu...@webkit.org>
+
+        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
+
 2017-11-14  Antti Koivisto  <an...@apple.com>
 
         Enable display:contents by default

Modified: trunk/Tools/Scripts/run-jsc-stress-tests (224830 => 224831)


--- trunk/Tools/Scripts/run-jsc-stress-tests	2017-11-14 20:09:55 UTC (rev 224830)
+++ trunk/Tools/Scripts/run-jsc-stress-tests	2017-11-14 20:22:58 UTC (rev 224831)
@@ -451,7 +451,7 @@
 $numPasses = 0
 
 # We force all tests to use a smaller (1.5M) stack so that stack overflow tests can run faster.
-BASE_OPTIONS = ["--useFTLJIT=false", "--useFunctionDotArguments=true", "--validateExceptionChecks=true", "--useDollarVM=true", "--maxPerThreadStackUsage=1572864"]
+BASE_OPTIONS = ["--useFTLJIT=false", "--useFunctionDotArguments=true", "--validateExceptionChecks=true", "--maxPerThreadStackUsage=1572864"]
 EAGER_OPTIONS = ["--thresholdForJITAfterWarmUp=10", "--thresholdForJITSoon=10", "--thresholdForOptimizeAfterWarmUp=20", "--thresholdForOptimizeAfterLongWarmUp=20", "--thresholdForOptimizeSoon=20", "--thresholdForFTLOptimizeAfterWarmUp=20", "--thresholdForFTLOptimizeSoon=20", "--maximumEvalCacheableSourceLength=150000", "--useEagerCodeBlockJettisonTiming=true"]
 # NOTE: Tests rely on this using scribbleFreeCells.
 NO_CJIT_OPTIONS = ["--useConcurrentJIT=false", "--thresholdForJITAfterWarmUp=100", "--scribbleFreeCells=true"]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to