Changeset 242922 in webkit


Ignore:
Timestamp:
Mar 13, 2019 5:06:03 PM (5 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: reducing the variants on 2 tests to avoid timing out on JSC Debug queue.
https://bugs.webkit.org/show_bug.cgi?id=195415

Not reviewed.

Changed these tests to only run the default configuration.
The ftl-no-cjit-validate-sampling-profiler variant was timing out.
There's no strong need to run this test on that variant.

  • stress/dfg-to-string-on-int-does-gc.js:
  • stress/dfg-to-string-on-string-or-string-object-does-not-gc.js:
Location:
trunk/JSTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r242910 r242922  
     12019-03-13  Mark Lam  <mark.lam@apple.com>
     2
     3        Gardening: reducing the variants on 2 tests to avoid timing out on JSC Debug queue.
     4        https://bugs.webkit.org/show_bug.cgi?id=195415
     5
     6        Not reviewed.
     7
     8        Changed these tests to only run the default configuration.
     9        The ftl-no-cjit-validate-sampling-profiler variant was timing out.
     10        There's no strong need to run this test on that variant.
     11
     12        * stress/dfg-to-string-on-int-does-gc.js:
     13        * stress/dfg-to-string-on-string-or-string-object-does-not-gc.js:
     14
    1152019-03-13  Dominik Infuehr  <dinfuehr@igalia.com>
    216
  • trunk/JSTests/stress/dfg-to-string-on-int-does-gc.js

    r240616 r242922  
    1 //@ requireOptions("--exceptionStackTraceLimit=0", "--defaultErrorStackTraceLimit=0", "--forceRAMSize=1000000", "--forceDebuggerBytecodeGeneration=1", "--useZombieMode=1", "--jitPolicyScale=0", "--collectContinuously=1", "--useConcurrentJIT=0")
     1//@ runDefault("--exceptionStackTraceLimit=0", "--defaultErrorStackTraceLimit=0", "--forceRAMSize=1000000", "--forceDebuggerBytecodeGeneration=1", "--useZombieMode=1", "--jitPolicyScale=0", "--collectContinuously=1", "--useConcurrentJIT=0")
    22
    33function assert(b) {
  • trunk/JSTests/stress/dfg-to-string-on-string-or-string-object-does-not-gc.js

    r240616 r242922  
    1 //@ requireOptions("--exceptionStackTraceLimit=0", "--defaultErrorStackTraceLimit=0", "--forceRAMSize=1000000", "--forceDebuggerBytecodeGeneration=1", "--useZombieMode=1", "--jitPolicyScale=0", "--collectContinuously=1", "--useConcurrentJIT=0")
     1//@ runDefault("--exceptionStackTraceLimit=0", "--defaultErrorStackTraceLimit=0", "--forceRAMSize=1000000", "--forceDebuggerBytecodeGeneration=1", "--useZombieMode=1", "--jitPolicyScale=0", "--collectContinuously=1", "--useConcurrentJIT=0")
    22
    33function assert(b) {
Note: See TracChangeset for help on using the changeset viewer.