[lldb-dev] [Bug 28392] New: Thread local variables are not working on Linux

via lldb-dev lldb-dev at lists.llvm.org
Fri Jul 1 15:26:35 PDT 2016


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

            Bug ID: 28392
           Summary: Thread local variables are not working on Linux
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: clayborg at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

The "packages/Python/lldbsuite/test/lang/c/tls_globals" test is broken on
Linux. It seemed to be ok only because before TLS support was added to Darwin,
it was being expected failed by the following decorator:

     @unittest2.expectedFailure("rdar://7796742")

once I fixed Darwin, the buildbots started to fail on linux. Not sure which
other OS variants will be failing as well, so I added back a:

     @unittest2.expectedFailure("now works on Darwin, but not linux")

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20160701/28518fd6/attachment.html>


More information about the lldb-dev mailing list