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

            Bug ID: 24660
           Summary: Thread states not properly maintained on Windows
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev@lists.llvm.org
          Reporter: ztur...@google.com
                CC: llvm-b...@lists.llvm.org
            Blocks: 21766
    Classification: Unclassified

The following tests are failing:

TestThreadStates.ThreadStateTestCase.test_state_after_continue_with_dwarf
TestThreadStates.ThreadStateTestCase.test_state_after_expression_with_dwarf

with the following stack trace:

FAIL

<bound method SBProcess.Kill of <lldb.SBProcess; proxy of <Swig Object of type
'lldb::SBProcess *' at 0x02B74D18> >>: success

Traceback (most recent call last):
  File "D:\src\llvm\tools\lldb\test\lldbtest.py", line 551, in wrapper
    return func(self, *args, **kwargs)
  File "D:\src\llvm\tools\lldb\test\lldbtest.py", line 615, in wrapper
    func(*args, **kwargs)
  File
"D:\src\llvm\tools\lldb\test\functionalities\thread\state\TestThreadStates.py",
line 45, in test_state_after_continue_with_dwarf
    self.thread_state_after_continue_test()
  File
"D:\src\llvm\tools\lldb\test\functionalities\thread\state\TestThreadStates.py",
line 181, in thread_state_after_continue_test
    self.assertFalse(thread.IsStopped(), "Thread state is \'stopped\' when it
should be running.")
AssertionError: True is not False : Thread state is 'stopped' when it should be
running.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to