summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py')
-rw-r--r--lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py b/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py
index 74c5d11d73d..7afb4dab117 100644
--- a/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py
+++ b/lldb/test/functionalities/watchpoint/watchpoint_commands/TestWatchpointCommands.py
@@ -110,7 +110,7 @@ class WatchpointCommandsTestCase(TestBase):
lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
# Run the program.
- self.runCmd("run", RUN_SUCCEEDED)
+ self.runCmd("run", RUN_FAILED)
# We should be stopped again due to the breakpoint.
# The stop reason of the thread should be breakpoint.
@@ -165,7 +165,7 @@ class WatchpointCommandsTestCase(TestBase):
lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
# Run the program.
- self.runCmd("run", RUN_SUCCEEDED)
+ self.runCmd("run", RUN_FAILED)
# We should be stopped again due to the breakpoint.
# The stop reason of the thread should be breakpoint.
@@ -205,7 +205,7 @@ class WatchpointCommandsTestCase(TestBase):
lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
# Run the program.
- self.runCmd("run", RUN_SUCCEEDED)
+ self.runCmd("run", RUN_FAILED)
# We should be stopped again due to the breakpoint.
# The stop reason of the thread should be breakpoint.
@@ -249,7 +249,7 @@ class WatchpointCommandsTestCase(TestBase):
lldbutil.run_break_set_by_file_and_line (self, "main.m")
# Run the program.
- self.runCmd("run", RUN_SUCCEEDED)
+ self.runCmd("run", RUN_FAILED)
# We should be stopped again due to the breakpoint.
# The stop reason of the thread should be breakpoint.
@@ -304,7 +304,7 @@ class WatchpointCommandsTestCase(TestBase):
lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
# Run the program.
- self.runCmd("run", RUN_SUCCEEDED)
+ self.runCmd("run", RUN_FAILED)
# We should be stopped again due to the breakpoint.
# The stop reason of the thread should be breakpoint.
@@ -344,7 +344,7 @@ class WatchpointCommandsTestCase(TestBase):
lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
# Run the program.
- self.runCmd("run", RUN_SUCCEEDED)
+ self.runCmd("run", RUN_FAILED)
# We should be stopped again due to the breakpoint.
# The stop reason of the thread should be breakpoint.
@@ -388,7 +388,7 @@ class WatchpointCommandsTestCase(TestBase):
lldbutil.run_break_set_by_file_and_line (self, None, self.line, num_expected_locations=1)
# Run the program.
- self.runCmd("run", RUN_SUCCEEDED)
+ self.runCmd("run", RUN_FAILED)
# We should be stopped again due to the breakpoint.
# The stop reason of the thread should be breakpoint.
@@ -443,7 +443,7 @@ class WatchpointCommandsTestCase(TestBase):
lldbutil.run_break_set_by_file_and_line (self, None, self.line2, num_expected_locations=1)
# Run the program.
- self.runCmd("run", RUN_SUCCEEDED)
+ self.runCmd("run", RUN_FAILED)
# We should be stopped again due to the breakpoint.
# The stop reason of the thread should be breakpoint.
OpenPOWER on IntegriCloud