summaryrefslogtreecommitdiffstats
path: root/js/src/devtools/automation/variants/tsan
blob: f831a5b041c7a5d6a9f4a3a2e0e482bf64e7ffbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "configure-args": "--enable-debug-symbols='-gline-tables-only' --disable-jemalloc --enable-thread-sanitizer",
    "optimize": true,
    "debug": false,
    "compiler": "clang",
    "env": {
        "LLVM_SYMBOLIZER": "{TOOLTOOL_CHECKOUT}/clang/bin/llvm-symbolizer",
        "JITTEST_EXTRA_ARGS": "--jitflags=debug --ignore-timeouts={DIR}/cgc-jittest-timeouts.txt",
        "JSTESTS_EXTRA_ARGS": "--exclude-file={DIR}/cgc-jstests-slow.txt",
        "TSAN_OPTIONS": "log_path={OUTDIR}/sanitize_log"
    },
    "max-errors": 14
}