Skip to content
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

platform status command prints less information on Linux than on Mac OS X #15178

Closed
llvmbot opened this issue Jan 5, 2013 · 1 comment
Closed
Labels
bugzilla Issues migrated from bugzilla lldb

Comments

@llvmbot
Copy link
Collaborator

llvmbot commented Jan 5, 2013

Bugzilla Link 14806
Resolution FIXED
Resolved on May 16, 2013 12:56
Version unspecified
OS Linux
Reporter LLVM Bugzilla Contributor

Extended Description

A testcase (TestPlatformCommand) is failing because "platform list" prints more information to the console on Mac OS X than on Linux.

On mac:
(lldb) platform status
Platform: host
Triple: x86_64-apple-macosx
OS Version: 10.8.2 (12C60)
Kernel: .....
Hostname: localhost

Whereas on Linux:
(lldb) platform status
Linux 3.2.0-32-generic #​51-Ubuntu SMP Wed Sep 26 21:33:09 UTC 2012

To reproduce, run:

python dotest.py --executable functionalities/platform

@llvmbot
Copy link
Collaborator Author

llvmbot commented May 16, 2013

"platform status" command now shows equivalent information as on Mac OS X as of r182030; thanks for the patch Matthew!

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla lldb
Projects
None yet
Development

No branches or pull requests

1 participant