This is an archive of the discontinued LLVM Phabricator instance.

Check before using platform specific attributes.
ClosedPublic

Authored by chaoren on Jun 2 2015, 2:46 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 27011.Jun 2 2015, 2:46 PM
chaoren retitled this revision from to TestTerminal - only check for root if it makes sense..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added reviewers: zturner, clayborg.
chaoren added a subscriber: Unknown Object (MLST).
zturner added inline comments.Jun 2 2015, 2:49 PM
test/functionalities/tty/TestTerminal.py
15–18 ↗(On Diff #27011)

FWIW, Windows currently *only* supports launching a program in a separate terminal window. At the risk of introducing another failing test on the Windows side, I wonder if we could turn this test on for Windows.

30 ↗(On Diff #27011)

Doh, nevermind.

chaoren retitled this revision from TestTerminal - only check for root if it makes sense. to Check before using platform specific attributes..Jun 4 2015, 10:37 PM
chaoren updated this object.
chaoren updated this revision to Diff 27174.Jun 4 2015, 10:39 PM
  • Check availability before using os.uname in TestUniversal.
chaoren updated this revision to Diff 27176.Jun 4 2015, 10:42 PM

Formatting.

zturner edited edge metadata.Jun 4 2015, 11:30 PM

Looks good

This revision was automatically updated to reflect the committed changes.