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: [email protected]
        ReportedBy: [email protected]
    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.
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev

Reply via email to