This is an archive of the discontinued LLVM Phabricator instance.

Fix expectedFailureLLGS to expect failure when host platform is not linux.
ClosedPublic

Authored by flackr on Apr 7 2015, 7:41 AM.

Details

Summary

expectedFailureLLGS has an early return false if the platform is not linux - except it should be checking the target platform on which the server is running for remote tests.

Diff Detail

Repository
rL LLVM

Event Timeline

flackr updated this revision to Diff 23334.Apr 7 2015, 7:41 AM
flackr retitled this revision from to Fix expectedFailureLLGS to expect failure when host platform is not linux..
flackr updated this object.
flackr edited the test plan for this revision. (Show Details)
flackr added a reviewer: tberghammer.
flackr set the repository for this revision to rL LLVM.
flackr added a subscriber: Unknown Object (MLST).
tberghammer accepted this revision.Apr 7 2015, 9:21 AM
tberghammer edited edge metadata.
tberghammer added inline comments.
test/lldbtest.py
609 ↗(On Diff #23334)

Can you change it to "llgs local is only an option on Linux targets"?

This revision is now accepted and ready to land.Apr 7 2015, 9:21 AM
This revision was automatically updated to reflect the committed changes.