This is an archive of the discontinued LLVM Phabricator instance.

Disable debuginfo-tests for non-native configurations
ClosedPublic

Authored by probinson on Sep 7 2017, 4:48 PM.

Details

Reviewers
zturner
aprantl
Summary

This requires the host triple to match the default target triple, in order to run debuginfo-tests.
It's possible this is too restrictive, but offhand it seems like a reasonable starting point.

Diff Detail

Event Timeline

probinson created this revision.Sep 7 2017, 4:48 PM

The new file goes in the debuginfo-tests directory. It's a separate project so that's probably not obvious from the diff.

aprantl accepted this revision.Sep 7 2017, 4:50 PM

This seems reasonable to me, thanks!
When you commit this, could you please double-check that the tests are still running on the green dragon builders? I'll also keep an eye on them.

This revision is now accepted and ready to land.Sep 7 2017, 4:50 PM
probinson closed this revision.Sep 8 2017, 10:13 AM

r312803. Forgot to put the tag in the commit message....

This seems reasonable to me, thanks!
When you commit this, could you please double-check that the tests are still running on the green dragon builders? I'll also keep an eye on them.

I was able to google "llvm green dragon" and find what looks like the right page, but I kind of would have expected to see a link on the llvm.org front page? Am I just not looking in the right place?