blob: a343c7e2be808919a1f52080ec01280d8075a322 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"configure-args": "--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"]
}
}
|