[lldb-dev] [Bug 14806] New: platform status command prints less information on Linux than on Mac OS X

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Jan 4 16:20:38 PST 2013


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 at cs.uiuc.edu
        ReportedBy: daniel.malea at 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

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the lldb-dev mailing list