Ralf Jung
|
b883c11caa
|
use recommended test exclusion technique in test
|
2019-12-07 11:55:19 +01:00 |
|
Ralf Jung
|
f1cde6d80b
|
also test built-in panics via should_panic
|
2019-12-02 16:04:31 +01:00 |
|
Ralf Jung
|
3de5bd7dec
|
run-test: make sure the sysroot building output does not distort our tests
|
2019-12-01 12:57:09 +01:00 |
|
Ralf Jung
|
6363bc4975
|
test should_panic checking the panic string
|
2019-11-30 10:31:53 +01:00 |
|
Aaron Hill
|
6fe89e45f4
|
Disable #[should_panic] test on Windows
We should re-enable this once
https://github.com/rust-lang/miri/issues/1059 is fixed
|
2019-11-19 15:59:42 -05:00 |
|
Aaron Hill
|
660cd55cc7
|
Update captured test output
|
2019-11-17 11:49:31 -05:00 |
|
Aaron Hill
|
b5235dea7f
|
Add #[should_panic] test
|
2019-11-17 11:09:16 -05:00 |
|
Ralf Jung
|
524624297d
|
test-cargo-miri: cargo update, re-enable windows num_cpus test
|
2019-11-15 15:59:19 +01:00 |
|
Ralf Jung
|
a90ac3b0ec
|
disable num_cpus on Windows for now
|
2019-11-08 09:16:44 +01:00 |
|
Ralf Jung
|
505b02fc99
|
cargo update cargo-miri-test
|
2019-10-23 10:32:08 +02:00 |
|
Ralf Jung
|
49fa8bfd72
|
cargo update for test-cargo-miri
|
2019-09-28 12:10:38 -04:00 |
|
Christian Poveda
|
814fe99516
|
Add cargo-miri test for no isolation
|
2019-08-29 10:13:02 -05:00 |
|
Ralf Jung
|
7faa329f11
|
more implicit
|
2019-08-28 09:27:19 +02:00 |
|
Ralf Jung
|
71aae4ffa5
|
test that build scripts do not run in Miri
|
2019-08-28 09:15:31 +02:00 |
|
Ralf Jung
|
0340806127
|
cargo update
|
2019-08-26 19:38:47 +02:00 |
|
Ralf Jung
|
c73b13fc58
|
test-cargo-miri: cargo update
|
2019-08-06 12:50:22 +02:00 |
|
Ralf Jung
|
70a5bb7dbb
|
force pointers before reborrowing; fixes cargo miri test suite
|
2019-07-10 14:36:56 +02:00 |
|
Ralf Jung
|
b3c3c33ebf
|
bump the version of getrandom that we test
|
2019-07-06 10:07:21 +02:00 |
|
Ralf Jung
|
6c58d40a8d
|
temporarily disable validation for 'cargo miri test' testing
|
2019-07-05 19:21:42 +02:00 |
|
Ralf Jung
|
0fac868685
|
support num_cpus and test that
|
2019-06-29 14:34:08 +02:00 |
|
Ralf Jung
|
4df5c6ac83
|
bump rand to released 0.7
|
2019-06-28 11:29:24 +02:00 |
|
Ralf Jung
|
f72f53c3ad
|
bump rand so that the test passes
|
2019-06-12 18:30:05 +02:00 |
|
Ralf Jung
|
8f670e6b8b
|
test rand a bit more
|
2019-06-12 18:19:50 +02:00 |
|
Ralf Jung
|
8212314441
|
fix tests
|
2019-05-17 15:03:34 +02:00 |
|
Ralf Jung
|
3618992a39
|
deduplicate tests
|
2019-05-15 18:12:58 +02:00 |
|
Ralf Jung
|
b7314369e2
|
make run-test runnable from other directories
|
2019-04-22 11:11:06 +02:00 |
|
Ralf Jung
|
8cb0b23c08
|
no need to allow any more
|
2019-04-22 11:08:53 +02:00 |
|
Ralf Jung
|
703b7f8a7e
|
implement SecRandomCopyBytes for macOS RNG
|
2019-04-22 11:08:23 +02:00 |
|
Ralf Jung
|
7bb461362e
|
Travis: test cargo miri on foreign arch
|
2019-04-21 22:35:47 +02:00 |
|
Ralf Jung
|
36e99a1bda
|
remove some unneeded 'extern crate'
|
2019-04-18 16:16:32 +02:00 |
|
Ralf Jung
|
54039cafa8
|
try to really fix tests on macOS
|
2019-04-16 20:36:33 +02:00 |
|
Ralf Jung
|
341798f09d
|
fix tests on macOS
|
2019-04-16 20:14:23 +02:00 |
|
Ralf Jung
|
59541d446a
|
pick better test names
|
2019-04-16 20:12:55 +02:00 |
|
Ralf Jung
|
5761a0bf61
|
fix ref file
|
2019-04-16 19:55:22 +02:00 |
|
Ralf Jung
|
ba567d19f0
|
stub out pthread_atfork to that we support thread_rng()
|
2019-04-16 19:53:10 +02:00 |
|
Ralf Jung
|
bd4a772e1a
|
update cargo miri test to test rng crate a bit; this currently fails
|
2019-04-16 19:13:53 +02:00 |
|
Ralf Jung
|
35ed590075
|
also enable passing arguments through from cargo-miri
|
2019-02-09 20:00:40 +01:00 |
|
Ralf Jung
|
0802b3a108
|
implement passing arguments to the interpreted program
|
2019-02-09 20:00:40 +01:00 |
|
Ralf Jung
|
5766b32871
|
update test for cargo-miri
|
2019-02-07 13:03:03 +01:00 |
|
Ralf Jung
|
e10a26fd3c
|
add a test for excluding tests on miri
|
2018-12-19 11:11:01 +01:00 |
|
Ralf Jung
|
bf846a637c
|
test-cargo-miri: be more clear that and why the test failed
|
2018-12-19 11:05:21 +01:00 |
|
Ralf Jung
|
3e603c38d7
|
bump Rust version, fix test-cargo-miri and it no longer needs to disable validation
|
2018-12-18 18:40:06 +01:00 |
|
Ralf Jung
|
3fda8294bd
|
test cargo miri test output when testing cargo miri
|
2018-12-11 17:43:12 +01:00 |
|
Ralf Jung
|
f044205b5f
|
the test suite assumes a libstd with full MIR; run test suite on xargo-built foreign libstds
|
2018-12-10 10:04:55 +01:00 |
|