Loading lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py +2 −1 Original line number Diff line number Diff line """ """ Test lldb watchpoint that uses '-s size' to watch a pointed location with size. """ Loading @@ -24,6 +24,7 @@ class HelloWatchLocationTestCase(TestBase): @expectedFailureFreeBSD("llvm.org/pr18832") @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_hello_watchlocation_with_dwarf(self): """Test watching a location with '-s size' option.""" self.buildDwarf(dictionary=self.d) Loading lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py +3 −1 Original line number Diff line number Diff line """ """ Test that lldb watchpoint works for multiple threads. """ Loading @@ -23,6 +23,7 @@ class WatchpointForMultipleThreadsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_watchpoint_multiple_threads_with_dwarf(self): """Test that lldb watchpoint works for multiple threads.""" self.buildDwarf() Loading @@ -39,6 +40,7 @@ class WatchpointForMultipleThreadsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_watchpoint_multiple_threads_wp_set_and_then_delete_with_dwarf(self): """Test that lldb watchpoint works for multiple threads, and after the watchpoint is deleted, the watchpoint event should no longer fires.""" self.buildDwarf() Loading lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py +6 −1 Original line number Diff line number Diff line """ """ Test watchpoint list, enable, disable, and delete commands. """ Loading Loading @@ -36,6 +36,7 @@ class WatchpointCommandsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_rw_watchpoint_with_dwarf(self): """Test read_write watchpoint and expect to stop two times.""" self.buildDwarf(dictionary=self.d) Loading @@ -52,6 +53,7 @@ class WatchpointCommandsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_rw_watchpoint_delete_with_dwarf(self): """Test delete watchpoint and expect not to stop for watchpoint.""" self.buildDwarf(dictionary=self.d) Loading @@ -68,6 +70,7 @@ class WatchpointCommandsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_rw_watchpoint_set_ignore_count_with_dwarf(self): """Test watchpoint ignore count and expect to not to stop at all.""" self.buildDwarf(dictionary=self.d) Loading @@ -84,6 +87,7 @@ class WatchpointCommandsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_rw_disable_after_first_stop__with_dwarf(self): """Test read_write watchpoint but disable it after the first stop.""" self.buildDwarf(dictionary=self.d) Loading @@ -100,6 +104,7 @@ class WatchpointCommandsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_rw_disable_then_enable_with_dwarf(self): """Test read_write watchpoint, disable initially, then enable it.""" self.buildDwarf(dictionary=self.d) Loading lldb/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandLLDB.py +3 −1 Original line number Diff line number Diff line """ """ Test 'watchpoint command'. """ Loading Loading @@ -35,6 +35,7 @@ class WatchpointLLDBCommandTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_watchpoint_command_with_dwarf(self): """Test 'watchpoint command'.""" self.buildDwarf(dictionary=self.d) Loading @@ -51,6 +52,7 @@ class WatchpointLLDBCommandTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_watchpoint_command_can_disable_a_watchpoint_with_dwarf(self): """Test that 'watchpoint command' action can disable a watchpoint after it is triggered.""" self.buildDwarf(dictionary=self.d) Loading lldb/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py +2 −1 Original line number Diff line number Diff line """ """ Test 'watchpoint command'. """ Loading Loading @@ -35,6 +35,7 @@ class WatchpointPythonCommandTestCase(TestBase): @dwarf_test @skipIfFreeBSD # timing out on buildbot @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported def test_watchpoint_command_with_dwarf(self): """Test 'watchpoint command'.""" Loading Loading
lldb/test/functionalities/watchpoint/hello_watchlocation/TestWatchLocation.py +2 −1 Original line number Diff line number Diff line """ """ Test lldb watchpoint that uses '-s size' to watch a pointed location with size. """ Loading @@ -24,6 +24,7 @@ class HelloWatchLocationTestCase(TestBase): @expectedFailureFreeBSD("llvm.org/pr18832") @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_hello_watchlocation_with_dwarf(self): """Test watching a location with '-s size' option.""" self.buildDwarf(dictionary=self.d) Loading
lldb/test/functionalities/watchpoint/multiple_threads/TestWatchpointMultipleThreads.py +3 −1 Original line number Diff line number Diff line """ """ Test that lldb watchpoint works for multiple threads. """ Loading @@ -23,6 +23,7 @@ class WatchpointForMultipleThreadsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_watchpoint_multiple_threads_with_dwarf(self): """Test that lldb watchpoint works for multiple threads.""" self.buildDwarf() Loading @@ -39,6 +40,7 @@ class WatchpointForMultipleThreadsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_watchpoint_multiple_threads_wp_set_and_then_delete_with_dwarf(self): """Test that lldb watchpoint works for multiple threads, and after the watchpoint is deleted, the watchpoint event should no longer fires.""" self.buildDwarf() Loading
lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py +6 −1 Original line number Diff line number Diff line """ """ Test watchpoint list, enable, disable, and delete commands. """ Loading Loading @@ -36,6 +36,7 @@ class WatchpointCommandsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_rw_watchpoint_with_dwarf(self): """Test read_write watchpoint and expect to stop two times.""" self.buildDwarf(dictionary=self.d) Loading @@ -52,6 +53,7 @@ class WatchpointCommandsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_rw_watchpoint_delete_with_dwarf(self): """Test delete watchpoint and expect not to stop for watchpoint.""" self.buildDwarf(dictionary=self.d) Loading @@ -68,6 +70,7 @@ class WatchpointCommandsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_rw_watchpoint_set_ignore_count_with_dwarf(self): """Test watchpoint ignore count and expect to not to stop at all.""" self.buildDwarf(dictionary=self.d) Loading @@ -84,6 +87,7 @@ class WatchpointCommandsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_rw_disable_after_first_stop__with_dwarf(self): """Test read_write watchpoint but disable it after the first stop.""" self.buildDwarf(dictionary=self.d) Loading @@ -100,6 +104,7 @@ class WatchpointCommandsTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_rw_disable_then_enable_with_dwarf(self): """Test read_write watchpoint, disable initially, then enable it.""" self.buildDwarf(dictionary=self.d) Loading
lldb/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandLLDB.py +3 −1 Original line number Diff line number Diff line """ """ Test 'watchpoint command'. """ Loading Loading @@ -35,6 +35,7 @@ class WatchpointLLDBCommandTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_watchpoint_command_with_dwarf(self): """Test 'watchpoint command'.""" self.buildDwarf(dictionary=self.d) Loading @@ -51,6 +52,7 @@ class WatchpointLLDBCommandTestCase(TestBase): @dwarf_test @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows def test_watchpoint_command_can_disable_a_watchpoint_with_dwarf(self): """Test that 'watchpoint command' action can disable a watchpoint after it is triggered.""" self.buildDwarf(dictionary=self.d) Loading
lldb/test/functionalities/watchpoint/watchpoint_commands/command/TestWatchpointCommandPython.py +2 −1 Original line number Diff line number Diff line """ """ Test 'watchpoint command'. """ Loading Loading @@ -35,6 +35,7 @@ class WatchpointPythonCommandTestCase(TestBase): @dwarf_test @skipIfFreeBSD # timing out on buildbot @expectedFailureWindows("llvm.org/pr24446") # WINDOWS XFAIL TRIAGE - Watchpoints not supported on Windows @expectedFailureAndroid(archs=['arm', 'aarch64']) # Watchpoints not supported def test_watchpoint_command_with_dwarf(self): """Test 'watchpoint command'.""" Loading