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