Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 90bf0d2

Browse files
committedDec 28, 2019
Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests
1 parent 52b4681 commit 90bf0d2

File tree

90 files changed

+267
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+267
-131
lines changed
 

‎src/etc/generate-deriving-span-tests.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
os.path.join(os.path.dirname(__file__), '../test/ui/derives/'))
1515

1616
TEMPLATE = """\
17-
// ignore-x86 FIXME: missing sysroot spans (#53081)
17+
// FIXME: missing sysroot spans (#53081)
18+
// ignore-i586-unknown-linux-gnu
19+
// ignore-i586-unknown-linux-musl
1820
// This file was auto-generated using 'src/etc/generate-deriving-span-tests.py'
1921
2022
{error_deriving}

‎src/test/ui/async-await/issues/issue-62009-1.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// edition:2018
2-
// ignore-x86 FIXME: missing sysroot spans (#53081)
2+
// FIXME: missing sysroot spans (#53081)
3+
// ignore-i586-unknown-linux-gnu
4+
// ignore-i586-unknown-linux-musl
5+
// ignore-i686-unknown-linux-musl
36

47
async fn print_dur() {}
58

0 commit comments

Comments
 (0)
Please sign in to comment.