ignore-x86 instead of ignore-musl

This commit is contained in:
Esteban Küber 2019-09-21 11:39:06 -07:00
parent 3ea0d10979
commit 7cef8b3495
12 changed files with 12 additions and 12 deletions

View File

@ -14,7 +14,7 @@ TEST_DIR = os.path.abspath(
os.path.join(os.path.dirname(__file__), '../test/ui/derives/'))
TEMPLATE = """\
// ignore-musl
// ignore-x86
// ^ due to stderr output differences
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'

View File

@ -1,5 +1,5 @@
// edition:2018
// ignore-musl
// ignore-x86
// ^ due to stderr output differences
async fn print_dur() {}

View File

@ -1,4 +1,4 @@
// ignore-musl
// ignore-x86
// ^ due to stderr output differences
use std::thread;
use std::sync::mpsc::channel;

View File

@ -1,4 +1,4 @@
// ignore-musl
// ignore-x86
// ^ due to stderr output differences
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'

View File

@ -1,4 +1,4 @@
// ignore-musl
// ignore-x86
// ^ due to stderr output differences
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'

View File

@ -1,4 +1,4 @@
// ignore-musl
// ignore-x86
// ^ due to stderr output differences
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'

View File

@ -1,4 +1,4 @@
// ignore-musl
// ignore-x86
// ^ due to stderr output differences
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'

View File

@ -1,4 +1,4 @@
// ignore-musl
// ignore-x86
// ^ due to stderr output differences
use std::cell::Cell;
use std::panic::catch_unwind;

View File

@ -1,4 +1,4 @@
// ignore-musl
// ignore-x86
// ^ due to stderr output differences
struct Bar;

View File

@ -1,4 +1,4 @@
// ignore-musl
// ignore-x86
// ^ due to stderr output differences
use std::thread;
use std::rc::Rc;

View File

@ -1,5 +1,5 @@
// compile-flags: --test
// ignore-musl
// ignore-x86
// ^ due to stderr output differences
use std::num::ParseFloatError;

View File

@ -1,4 +1,4 @@
// ignore-musl
// ignore-x86
// ^ due to stderr output differences
use std::mem;