blob: 2ffade6acde6edd7262a9c0123503139c249d49f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"configure-args": "--enable-stdcxx-compat --enable-ctypes",
"optimize": true,
"debug": true,
"env": {
"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"]
}
}
|