summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorJim Ingham <jingham@apple.com>2016-10-20 22:49:06 +0000
committerJim Ingham <jingham@apple.com>2016-10-20 22:49:06 +0000
commit1d9284c3bc985f4fc9415aae5981332b395354e4 (patch)
treeea53b9d5425181c2732a85643024b1b9f983cc59 /lldb/packages/Python/lldbsuite/test
parentb60d2cf435d2fbdc2b8294f2382838dfdcd98d3c (diff)
downloadbcm5719-llvm-1d9284c3bc985f4fc9415aae5981332b395354e4.tar.gz
bcm5719-llvm-1d9284c3bc985f4fc9415aae5981332b395354e4.zip
Remove an unnecessary and incorrect check for num locations of a breakpoint
by grubbing the break list output. If you pass a number of locations into the run_break_* functions, they will check that this is right for you. llvm-svn: 284791
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py
index 01988dd7fd3..18d88cb5211 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/multi_break/TestMultipleBreakpoints.py
@@ -45,14 +45,6 @@ class MultipleBreakpointTestCase(TestBase):
lldbutil.run_break_set_by_file_and_line(
self, "main.cpp", self.breakpoint, num_expected_locations=1)
- # The breakpoint list should show 1 location.
- self.expect(
- "breakpoint list -f",
- "Breakpoint location shown correctly",
- substrs=[
- "1: file = 'main.cpp', line = %d, locations = 1" %
- self.breakpoint])
-
# Run the program.
self.runCmd("run", RUN_SUCCEEDED)
OpenPOWER on IntegriCloud