diff options
| author | Tim Neumann <mail@timnn.me> | 2017-04-14 11:29:05 +0200 |
|---|---|---|
| committer | Tim Neumann <mail@timnn.me> | 2017-04-23 22:00:02 +0200 |
| commit | 6723e69a54947f7929e4d30f9f3e549ffd51e7b6 (patch) | |
| tree | 821631aca6c25308993616d13c754645b86cfb2a /src/test/run-pass | |
| parent | 5bd4e27db235bb857066e43384d483aa9dbdf56e (diff) | |
| download | rust-6723e69a54947f7929e4d30f9f3e549ffd51e7b6.tar.gz rust-6723e69a54947f7929e4d30f9f3e549ffd51e7b6.zip | |
FIN: ignore failing test on emscripten, see #41299
Diffstat (limited to 'src/test/run-pass')
| -rw-r--r-- | src/test/run-pass/issue-29663.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-29663.rs b/src/test/run-pass/issue-29663.rs index 9a77be049fe..cf925662fc3 100644 --- a/src/test/run-pass/issue-29663.rs +++ b/src/test/run-pass/issue-29663.rs @@ -10,6 +10,8 @@ // write_volatile causes an LLVM assert with composite types +// ignore-emscripten See #41299: probably a bad optimization + #![feature(volatile)] use std::ptr::{read_volatile, write_volatile}; |
