-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use ignore directives for run-make tests #57388
Conversation
This comment has been minimized.
This comment has been minimized.
r? @kennytm |
49d08d4
to
0f70c06
Compare
Thanks! @bors r+ |
📌 Commit 0f70c06 has been approved by |
⌛ Testing commit 0f70c06 with merge 3d7a20f7e9d6068b8194e366b6910bf6cf94abb7... |
💔 Test failed - status-appveyor |
@bors retry |
use ignore directives for run-make tests This makes the tests easier to read, and makes it possible to tell which tests aren't being run on the host platform. Fixes #56704.
💔 Test failed - checks-travis |
Needs to assign an OS to target |
f6a59e9
to
0032deb
Compare
I couldn't get the test-various image to run locally, but I wrote a test asserting that nvptx64-nvidia-cuda has the OS "cuda". @bors r+ |
📌 Commit 0032deb6199c011afba856e003273cc65b2bbc78 has been approved by |
⌛ Testing commit 0032deb6199c011afba856e003273cc65b2bbc78 with merge d992d842da76fcdb854c79d99abc963a89337780... |
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
|
This makes the tests easier to read, and makes it possible to tell which tests aren't being run on the host platform. Fixes rust-lang#56704.
0032deb
to
f15d20c
Compare
Still having issues with running the docker images locally, but I've added an OS for "x86_64-fortanix-unknown-sgx" (sgx) and an architecture for "nvptx64-nvidia-cuda" (cuda). |
@bors r+ |
📌 Commit f15d20c has been approved by |
use ignore directives for run-make tests This makes the tests easier to read, and makes it possible to tell which tests aren't being run on the host platform. Fixes #56704.
☀️ Test successful - checks-travis, status-appveyor |
This makes the tests easier to read, and makes it possible to tell which
tests aren't being run on the host platform.
Fixes #56704.