Skip to content

Commit 82e31e2

Browse files
committed
Enable regex tests
1 parent 89c3619 commit 82e31e2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: test.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ echo "[TEST] rust-lang/regex example shootout-regex-dna"
5858
cat examples/regexdna-input.txt | ../cargo.sh run --example shootout-regex-dna > res.txt
5959
diff -u res.txt examples/regexdna-output.txt
6060

61-
# FIXME fix "memory allocation of k bytes failed"
62-
# echo "[TEST] rust-lang/regex standalone tests"
63-
# ../cargo.sh test
61+
echo "[TEST] rust-lang/regex standalone tests"
62+
../cargo.sh test --tests -- --exclude-should-panic --test-threads 1 -Zunstable-options
6463
popd
6564

6665
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

Comments
 (0)