Changeset 222037 in webkit


Ignore:
Timestamp:
Sep 14, 2017 11:20:09 AM (7 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rolling out r221868.

Rolling out this change while we investigate test262 failures.

Reverted changeset:

"Turn on exception scope verification for JSC tests."
https://bugs.webkit.org/show_bug.cgi?id=162351
http://trac.webkit.org/changeset/221868

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r222033 r222037  
     12017-09-14  Ryan Haddad  <ryanhaddad@apple.com>
     2
     3        Unreviewed, rolling out r221868.
     4
     5        Rolling out this change while we investigate test262 failures.
     6
     7        Reverted changeset:
     8
     9        "Turn on exception scope verification for JSC tests."
     10        https://bugs.webkit.org/show_bug.cgi?id=162351
     11        http://trac.webkit.org/changeset/221868
     12
    1132017-09-14  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/Tools/Scripts/run-jsc-stress-tests

    r221868 r222037  
    445445
    446446# We force all tests to use a smaller (1.5M) stack so that stack overflow tests can run faster.
    447 BASE_OPTIONS = ["--useFTLJIT=false", "--useFunctionDotArguments=true", "--validateExceptionChecks=true", "--maxPerThreadStackUsage=1572864"]
     447BASE_OPTIONS = ["--useFTLJIT=false", "--useFunctionDotArguments=true", "--maxPerThreadStackUsage=1572864"]
    448448EAGER_OPTIONS = ["--thresholdForJITAfterWarmUp=10", "--thresholdForJITSoon=10", "--thresholdForOptimizeAfterWarmUp=20", "--thresholdForOptimizeAfterLongWarmUp=20", "--thresholdForOptimizeSoon=20", "--thresholdForFTLOptimizeAfterWarmUp=20", "--thresholdForFTLOptimizeSoon=20", "--maximumEvalCacheableSourceLength=150000", "--useEagerCodeBlockJettisonTiming=true"]
    449449# NOTE: Tests rely on this using scribbleFreeCells.
Note: See TracChangeset for help on using the changeset viewer.