Uh oh!
There was an error while loading. Please reload this page.
use ignore directives for run-make tests - #57388
Conversation
This comment has been minimized.
This comment has been minimized.
Centril
commented
Jan 7, 2019
r? @kennytm |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
49d08d4 to
0f70c06Comparekennytm
commented
Jan 8, 2019
Thanks! @bors r+ |
bors
commented
Jan 8, 2019
📌 Commit 0f70c06 has been approved by |
bors
commented
Jan 10, 2019
⌛ Testing commit 0f70c06 with merge 3d7a20f7e9d6068b8194e366b6910bf6cf94abb7... |
bors
commented
Jan 10, 2019
💔 Test failed - status-appveyor |
emilyalbini
commented
Jan 10, 2019
@bors retry |
bors
commented
Jan 14, 2019
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.
bors
commented
Jan 14, 2019
💔 Test failed - checks-travis |
kennytm
commented
Feb 4, 2019
Needs to assign an OS to target |
f6a59e9 to
0032debCompareeuclio
commented
Feb 6, 2019
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+ |
bors
commented
Feb 6, 2019
📌 Commit 0032deb6199c011afba856e003273cc65b2bbc78 has been approved by |
bors
commented
Feb 6, 2019
⌛ Testing commit 0032deb6199c011afba856e003273cc65b2bbc78 with merge d992d842da76fcdb854c79d99abc963a89337780... |
bors
commented
Feb 6, 2019
💔 Test failed - checks-travis |
rust-highfive
commented
Feb 6, 2019
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 |
kennytm
commented
Feb 7, 2019
|
This makes the tests easier to read, and makes it possible to tell which tests aren't being run on the host platform. Fixesrust-lang#56704.
0032deb to
f15d20cCompareeuclio
commented
Feb 11, 2019
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). |
kennytm
commented
Feb 12, 2019
@bors r+ |
bors
commented
Feb 12, 2019
📌 Commit f15d20c has been approved by |
bors
commented
Feb 12, 2019
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.
bors
commented
Feb 12, 2019
☀️ 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.