summaryrefslogtreecommitdiffstats
path: root/js/src/devtools/automation/variants/compacting
blob: 68d22bd72eeb81af1a57d19de7cee6849aafeb60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "configure-args": "--enable-ctypes --enable-rust-simd",
    "optimize": true,
    "debug": true,
    "env": {
        "JS_GC_ZEAL": "IncrementalMultipleSlices",
        "JITTEST_EXTRA_ARGS": "--args=--enable-parallel-marking --jitflags=debug --ignore-timeouts={DIR}/cgc-jittest-timeouts.txt",
        "JSTESTS_EXTRA_ARGS": "--args=--enable-parallel-marking --exclude-file={DIR}/cgc-jstests-slow.txt"
    },
    "skip-tests": {
        "win32": ["jstests"],
        "win64": ["jstests"]
    }
}