Skip to content

Commit 3acc24c

Browse files
committed
Merge #689
689: Fix testing r=asomers Move `powerpc-unknown-linux-gnu` to Tier 2. And attempt a fix for the epoll tests that seem to fail reliably now. cc @asomers
2 parents f8406b8 + 9cf6a55 commit 3acc24c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ matrix:
6464
rust: 1.13.0
6565
- env: TARGET=mipsel-unknown-linux-gnu
6666
rust: 1.13.0
67-
- env: TARGET=powerpc-unknown-linux-gnu
67+
- env: TARGET=powerpc-unknown-linux-gnu DISABLE_TESTS=1
6868
rust: 1.13.0
6969
- env: TARGET=powerpc64-unknown-linux-gnu
7070
rust: 1.13.0
@@ -97,6 +97,11 @@ matrix:
9797
rust: beta
9898

9999
allow_failures:
100+
# We allow beta to fail here because a bug might crop up in rust that causes it. We will
101+
# however be on the lookout for this and file those bugs with upstream.
102+
- env: TARGET=x86_64-unknown-linux-gnu
103+
rust: beta
104+
100105
# Planning to add these targets, but they can fail for now
101106
- env: TARGET=mips64-unknown-linux-gnuabi64
102107
rust: 1.13.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ Tier 1:
5858
* i686-unknown-linux-musl
5959
* mips-unknown-linux-gnu
6060
* mipsel-unknown-linux-gnu
61-
* powerpc-unknown-linux-gnu
6261
* powerpc64-unknown-linux-gnu
6362
* powerpc64le-unknown-linux-gnu
6463
* x86_64-apple-darwin
@@ -76,6 +75,7 @@ Tier 2:
7675
* i386-apple-ios
7776
* i686-linux-android (requires Rust >= 1.18)
7877
* i686-unknown-freebsd
78+
* powerpc-unknown-linux-gnu
7979
* x86_64-apple-ios
8080
* x86_64-linux-android (requires Rust >= 1.18)
8181
* x86_64-unknown-netbsd

0 commit comments

Comments
 (0)