http://llvm.org/bugs/show_bug.cgi?id=14806
Bug #: 14806
Summary: platform status command prints less information on
Linux than on Mac OS X
Product: lldb
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
AssignedTo: lldb-dev@cs.uiuc.edu
ReportedBy: daniel.malea@intel.com
Classification: Unclassified
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 <path-to-lldb> functionalities/platform