-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix android problems with newly fixed rpass-full variable definition.
First, documented the existing `CTEST_DISABLE_$(TEST_GROUP)` pattern for conditionally disabling tests based on missing host features. Added variant of above, `CTEST_DISABLE_NONSELFHOST_$(TEST_GROUP)`, which is only queried in contexts where the target is not on the CFG_HOST list (which I interpret as the list of targets that our host can compatibly emulate; e.g. the example that i686 and x86_64 can in theory run each others' tests). Driveby fix: Remove redundant copy of check-stage$(1)-T-$(2)-H-$(3)-$(4)-exec dependency declaration.
- Loading branch information
Showing
1 changed file
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4edf7b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from alexcrichton
at pnkfelix@4edf7b8
4edf7b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging pnkfelix/rust/fsk-fix-13247 = 4edf7b8 into auto
4edf7b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pnkfelix/rust/fsk-fix-13247 = 4edf7b8 merged ok, testing candidate = 0651d27
4edf7b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/5079
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/5079
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/4171
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/4185
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/5179
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/4266
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/4274
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/5181
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/4266
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/4271
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/4337
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/2066
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/5178
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/4275
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/4286
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/4942
4edf7b8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = 0651d27