We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e41689 commit 04b1dbaCopy full SHA for 04b1dba
src/librusti/rusti.rc
@@ -537,6 +537,9 @@ mod tests {
537
}
538
539
#[test]
540
+ // FIXME: #7220 rusti on 32bit mac doesn't work.
541
+ #[cfg(not(and(target_word_size=32,
542
+ target_os="mac")))]
543
fn run_all() {
544
// FIXME(#7071):
545
// By default, unit tests are run in parallel. Rusti, on the other hand,
@@ -648,6 +651,9 @@ mod tests {
648
651
649
652
650
653
654
655
656
657
fn exit_quits() {
658
let mut r = repl();
659
assert!(r.running);
0 commit comments