blob: 07b50cf9179887477952d75ad6f11f92ea36b801 (
plain)
1
2
3
4
5
6
7
8
|
{
"configure-args": "--enable-rust-simd --enable-smoosh",
"debug": true,
"env": {
"JSTESTS_EXTRA_ARGS": "--args='--smoosh' --jitflags=debug --exclude-file={DIR}/smoosh-jstests-known-failure-and-slow.txt",
"JITTEST_EXTRA_ARGS": "--args='--smoosh' --exclude-file={DIR}/smoosh-jittest-known-failure.txt"
}
}
|