提交 04b1dbab 编写于 作者: G Graydon Hoare

rusti: disable tests on 32bit mac. r=burningtree.

上级 2e416895
...@@ -537,6 +537,9 @@ mod tests { ...@@ -537,6 +537,9 @@ mod tests {
} }
#[test] #[test]
// FIXME: #7220 rusti on 32bit mac doesn't work.
#[cfg(not(and(target_word_size=32,
target_os="mac")))]
fn run_all() { fn run_all() {
// FIXME(#7071): // FIXME(#7071):
// By default, unit tests are run in parallel. Rusti, on the other hand, // By default, unit tests are run in parallel. Rusti, on the other hand,
...@@ -648,6 +651,9 @@ mod tests { ...@@ -648,6 +651,9 @@ mod tests {
} }
#[test] #[test]
// FIXME: #7220 rusti on 32bit mac doesn't work.
#[cfg(not(and(target_word_size=32,
target_os="mac")))]
fn exit_quits() { fn exit_quits() {
let mut r = repl(); let mut r = repl();
assert!(r.running); assert!(r.running);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册