Ignore some tests on aarch64
This commit is contained in:
parent
a99936b397
commit
c66a2b7393
4 changed files with 5 additions and 1 deletions
|
@ -748,6 +748,7 @@ mod tests {
|
||||||
cmd
|
cmd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(not(target_arch = "aarch64"))]
|
||||||
#[test]
|
#[test]
|
||||||
fn test_keep_current_working_dir() {
|
fn test_keep_current_working_dir() {
|
||||||
use os;
|
use os;
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
// option. This file may not be copied, modified, or distributed
|
// option. This file may not be copied, modified, or distributed
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
|
|
||||||
|
// ignore-aarch64
|
||||||
// min-lldb-version: 310
|
// min-lldb-version: 310
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
|
|
@ -10,12 +10,13 @@
|
||||||
|
|
||||||
// ignore-windows failing on 64-bit bots FIXME #17638
|
// ignore-windows failing on 64-bit bots FIXME #17638
|
||||||
// ignore-lldb
|
// ignore-lldb
|
||||||
|
// ignore-aarch64
|
||||||
|
|
||||||
// compile-flags:-g
|
// compile-flags:-g
|
||||||
|
|
||||||
// gdb-command:run
|
// gdb-command:run
|
||||||
// gdb-command:next
|
// gdb-command:next
|
||||||
// gdb-check:[...]33[...]s
|
// gdb-check:[...]34[...]s
|
||||||
// gdb-command:continue
|
// gdb-command:continue
|
||||||
|
|
||||||
#![omit_gdb_pretty_printer_section]
|
#![omit_gdb_pretty_printer_section]
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
// Be sure that when a SIGPIPE would have been received that the entire process
|
// Be sure that when a SIGPIPE would have been received that the entire process
|
||||||
// doesn't die in a ball of fire, but rather it's gracefully handled.
|
// doesn't die in a ball of fire, but rather it's gracefully handled.
|
||||||
|
|
||||||
|
// ignore-aarch64
|
||||||
// pretty-expanded FIXME #23616
|
// pretty-expanded FIXME #23616
|
||||||
|
|
||||||
use std::env;
|
use std::env;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue