[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-bugs
Subject:    [llvm-bugs] [Bug 44180] New: TestShowLocationDwarf5.py fails on AArch64 Ubuntu
From:       via llvm-bugs <llvm-bugs () lists ! llvm ! org>
Date:       2019-11-29 9:36:29
Message-ID: bug-44180-206 () http ! bugs ! llvm ! org/
[Download RAW message or body]

--1575020189.DdDf0.10680
Date: Fri, 29 Nov 2019 01:36:29 -0800
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.llvm.org/
Auto-Submitted: auto-generated

https://bugs.llvm.org/show_bug.cgi?id=44180

            Bug ID: 44180
           Summary: TestShowLocationDwarf5.py fails on AArch64 Ubuntu
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev@lists.llvm.org
          Reporter: diana.picus@linaro.org
                CC: jdevlieghere@apple.com, llvm-bugs@lists.llvm.org

ERROR: test_source_map_dwo (TestShowLocationDwarf5.TestTargetSourceMap)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lldbtest.py",
 line 1851, in setUp
    Base.setUp(self)
  File
"/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lldbtest.py",
 line 825, in setUp
    self.darwinWithFramework = self.platformIsDarwin()
  File
"/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lldbtest.py",
 line 1299, in platformIsDarwin
    return lldbplatformutil.platformIsDarwin()
  File
"/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py",
 line 142, in platformIsDarwin
    return getPlatform() in getDarwinOSTriples()
  File
"/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py",
 line 132, in getPlatform
    platform = lldb.DBG.GetSelectedPlatform().GetTriple().split('-')[2]
AttributeError: 'NoneType' object has no attribute 'split'
Config=aarch64-/home/diana.picus/llvm-envs/lldb/build/bin/clang-10

Strangely enough, this only happens for dwo (dwarf passes).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
--1575020189.DdDf0.10680
Date: Fri, 29 Nov 2019 01:36:29 -0800
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: http://bugs.llvm.org/
Auto-Submitted: auto-generated

<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - TestShowLocationDwarf5.py fails on AArch64 Ubuntu"
   href="https://bugs.llvm.org/show_bug.cgi?id=44180">44180</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>TestShowLocationDwarf5.py fails on AArch64 Ubuntu
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev&#64;lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>diana.picus&#64;linaro.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>jdevlieghere&#64;apple.com, llvm-bugs&#64;lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>ERROR: test_source_map_dwo (TestShowLocationDwarf5.TestTargetSourceMap)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
&quot;/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lldbtest.py&quot;,
 line 1851, in setUp
    Base.setUp(self)
  File
&quot;/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lldbtest.py&quot;,
 line 825, in setUp
    self.darwinWithFramework = self.platformIsDarwin()
  File
&quot;/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lldbtest.py&quot;,
 line 1299, in platformIsDarwin
    return lldbplatformutil.platformIsDarwin()
  File
&quot;/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py&quot;,
 line 142, in platformIsDarwin
    return getPlatform() in getDarwinOSTriples()
  File
&quot;/home/diana.picus/llvm-envs/lldb/llvm/lldb/packages/Python/lldbsuite/test/lldbplatformutil.py&quot;,
 line 132, in getPlatform
    platform = lldb.DBG.GetSelectedPlatform().GetTriple().split('-')[2]
AttributeError: 'NoneType' object has no attribute 'split'
Config=aarch64-/home/diana.picus/llvm-envs/lldb/build/bin/clang-10

Strangely enough, this only happens for dwo (dwarf passes).</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>
--1575020189.DdDf0.10680--


[Attachment #3 (text/plain)]

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic