David Cook
3bc8302a54
Support --test/--bin/--lib in cargo-miri
2020-08-25 19:00:46 -05:00
bors
9f3e7cf2c2
Auto merge of #1524 - RalfJung:rustup, r=RalfJung
...
rustup; account for ptr_offset_from stabilization
@bors r+
2020-08-24 08:07:41 +00:00
Ralf Jung
2f9de18f88
rustup; account for ptr_offset_from stabilization
2020-08-24 10:06:44 +02:00
bors
222093e815
Auto merge of #1523 - RalfJung:test-matrix, r=RalfJung
...
tweak test matrix
* test big-endian architecture
* test less on macOS host (it is slow)
2020-08-22 16:09:48 +00:00
Ralf Jung
df9b2127ce
fix a test for big-endian targets
2020-08-22 18:07:43 +02:00
Ralf Jung
8da9d23e5e
tweak test matrix: test big-endian, and test less on macOS host (it is slow)
2020-08-22 18:03:34 +02:00
bors
6b96b17470
Auto merge of #1522 - RalfJung:readme, r=RalfJung
...
emphasize that some flags are unsound to use
2020-08-22 12:32:35 +00:00
Ralf Jung
3b7f36ef8d
emphasize that some flags are unsound to use
2020-08-22 14:31:46 +02:00
bors
e739b81669
Auto merge of #1521 - workingjubilee:bump-cargo-metadata, r=RalfJung
...
Bump cargo_metadata to 0.11
2020-08-21 16:58:33 +00:00
Jubilee Young
2619b4fa18
Bump cargo_metadata to 0.11
2020-08-21 01:37:56 -07:00
bors
eb08007fe8
Auto merge of #1518 - workingjubilee:remove-byteorder, r=RalfJung
...
Remove byteorder dependency
miri hasn't actually depended on byteorder directly for a while.
Let's remove this dependency so Rust also depends less on it.
2020-08-21 07:03:14 +00:00
Jubilee Young
f3747b635e
Update lockfile
2020-08-20 16:48:35 -07:00
bors
9570008c0b
Auto merge of #1520 - RalfJung:rustup, r=RalfJung
...
avoid promotion in alignment test to get different alignment on each try
2020-08-20 08:14:34 +00:00
Ralf Jung
237bea2c17
avoid promotion in alignment test to get different alignment on each try
2020-08-20 10:14:13 +02:00
Jubilee Young
20942fb3a7
Remove byteorder dependency
...
miri hasn't actually depended on byteorder directly for a while.
Let's remove this dependency so Rust also depends less on it.
2020-08-19 22:19:32 -07:00
bors
2d6d73fafe
Auto merge of #1517 - RalfJung:align-test, r=RalfJung
...
forgot to add alignment test loop in one test
As expected, checking the physical integer address made alignment tests fragile, and I forgot to add the retry loop for this one.
2020-08-18 08:21:15 +00:00
Ralf Jung
d5b15297ac
forgot to add alignment test loop in one test
2020-08-18 10:19:29 +02:00
bors
066fa629f2
Auto merge of #1513 - RalfJung:int-align, r=RalfJung
...
add option to use force_int for alignment check
Fixes https://github.com/rust-lang/miri/issues/1074 . Depends on https://github.com/rust-lang/rust/pull/75592 .
2020-08-17 16:23:07 +00:00
Ralf Jung
5b1bc4ba94
make another test more robust against random alignment
2020-08-17 18:22:46 +02:00
Ralf Jung
db159b8709
rustup
2020-08-17 16:51:48 +02:00
Ralf Jung
f691e573b2
tweak alignment check docs
2020-08-17 11:51:18 +02:00
Ralf Jung
0913653e06
make sure we test panic of interpreter-impelemted align_offset
2020-08-16 18:31:48 +02:00
Ralf Jung
d4e5943259
use real align_offset unless we symbolic alignment check is enabled
2020-08-16 18:26:04 +02:00
Ralf Jung
664706662f
adjust diagnostics to alignment check mode
2020-08-16 17:16:53 +02:00
Ralf Jung
5a579f281d
document -Zmiri-symbolic-alignment-check
2020-08-16 17:12:32 +02:00
Ralf Jung
cb985670c1
make alignment check integer-based by default, and add an option to make it symbolic
2020-08-16 17:08:38 +02:00
bors
ca9e988bdb
Auto merge of #1510 - RalfJung:stderr, r=RalfJung
...
fix Stderr::as_file_handle error message
2020-08-13 12:27:24 +00:00
Ralf Jung
df311293e2
fix Stderr::as_file_handle error message
2020-08-13 14:27:03 +02:00
bors
99a57a3f9e
Auto merge of #1509 - samrat:fd-trait-fixes, r=RalfJung
...
Remove lifetime from FileDescriptor trait
Also:
- Type annotate `handles` declaration, instead of annotating every insert.
- Add note about flush being unnecessary when writing to stderr
Addresses comments in #1495 and #1497
2020-08-13 11:57:46 +00:00
Samrat Man Singh
0c25064117
Remove unnecessary whitespace
...
Co-authored-by: Ralf Jung <post@ralfj.de>
2020-08-13 16:18:08 +05:30
Samrat Man Singh
46852d736e
Remove lifetime from FileDescriptor trait
...
Also:
- Remove type annotate `handles` declaration instead of every insert.
- Add note about flush being unnecessary when writing to stderr
2020-08-13 15:01:52 +05:30
bors
1bfb26d6ca
Auto merge of #1504 - RalfJung:ill-formed-const, r=RalfJung
...
add test for unused ill-formed constant
Once https://github.com/rust-lang/rust/pull/75339 lands, this test should pass.
Fixes https://github.com/rust-lang/miri/issues/1382 .
2020-08-13 06:44:00 +00:00
Ralf Jung
925d60760e
rustup
2020-08-13 08:43:28 +02:00
Ralf Jung
80929e17ae
add test for unused ill-formed constant
...
also use better span in TopFrameInfo
2020-08-13 08:33:36 +02:00
bors
a44bb290f1
Auto merge of #1507 - rust-lang:get_static, r=RalfJung
...
Bump for rustc changes
rustc-side: https://github.com/rust-lang/rust/pull/75394
2020-08-12 07:19:59 +00:00
Ralf Jung
2f68a1f5b5
rustup
2020-08-12 09:19:40 +02:00
Oliver Scherer
94f13efefd
Bump for rustc changes
2020-08-11 11:37:29 +02:00
bors
50f3796597
Auto merge of #1506 - RalfJung:test-isolation, r=RalfJung
...
make sure opening a file fails with isolation enabled
2020-08-10 08:24:56 +00:00
Ralf Jung
da2260db44
make sure opening a file fails with isolation enabled
2020-08-10 10:10:08 +02:00
bors
1edd231065
Auto merge of #1503 - RalfJung:post-mono, r=RalfJung
...
accept some post-monomorphization errors
For https://github.com/rust-lang/miri/issues/1382 , we also need to allow `ReferencedConstant` post-monomorphization errors. The other post-monomorphization errors should still be impossible to trigger in Miri. The fix is not complete though without https://github.com/rust-lang/rust/pull/75339 .
2020-08-10 07:04:20 +00:00
Ralf Jung
5ea5e9fc2c
accept ReferencedConstant errors in Miri (can happen post-monomorphization)
2020-08-10 09:02:45 +02:00
bors
52c7b8ec11
Auto merge of #1502 - RalfJung:isolation, r=RalfJung
...
fs: move isolation handling to inside trait
2020-08-08 13:25:25 +00:00
Ralf Jung
5657f08bea
fs: move isolation handling to inside trait
2020-08-08 15:24:30 +02:00
bors
eaf5d32ac7
Auto merge of #1501 - samrat:fix-fs-error-handling, r=RalfJung
...
Bubble up errors from FileDescriptor::as_file_handle
Instead of indicating incorrectly that a handle was not found, return the error from `as_file_handle` indicating the operation is not supported on the FD.
Addresses some comments in #1495
2020-08-08 12:28:08 +00:00
bors
302ccf4ef6
Auto merge of #1500 - RalfJung:rustup, r=RalfJung
...
rustup
Adjust for https://github.com/rust-lang/rust/pull/74932 .
Blocked on https://github.com/rust-lang/rust/pull/75282 .
2020-08-08 12:05:31 +00:00
Ralf Jung
07a4383ac8
rustup
2020-08-08 14:05:11 +02:00
Samrat Man Singh
1069f6b174
Fix handling of as_file_handle error for fullfsync
2020-08-08 17:28:41 +05:30
Samrat Man Singh
045bcab1eb
Add FIXME's for dup
and other syscalls to support stdin/out/err
2020-08-08 15:08:29 +05:30
Samrat Man Singh
773dfb31f0
Bubble up error from FileDescriptor::as_file_handle
...
...instead of handle_not_found
2020-08-08 14:42:50 +05:30
bors
cf633d0e89
Auto merge of #1498 - RalfJung:rustup, r=RalfJung
...
rustup
The allocator API changed *again*, adjust our test.
2020-08-05 11:39:07 +00:00