We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c3619 commit 82e31e2Copy full SHA for 82e31e2
test.sh
@@ -58,9 +58,8 @@ echo "[TEST] rust-lang/regex example shootout-regex-dna"
58
cat examples/regexdna-input.txt | ../cargo.sh run --example shootout-regex-dna > res.txt
59
diff -u res.txt examples/regexdna-output.txt
60
61
-# FIXME fix "memory allocation of k bytes failed"
62
-# echo "[TEST] rust-lang/regex standalone tests"
63
-# ../cargo.sh test
+echo "[TEST] rust-lang/regex standalone tests"
+../cargo.sh test --tests -- --exclude-should-panic --test-threads 1 -Zunstable-options
64
popd
65
66
COMPILE_MOD_BENCH_INLINE="$RUSTC example/mod_bench.rs --crate-type bin -Zmir-opt-level=3 -O --crate-name mod_bench_inline"
0 commit comments