forked from OSchip/llvm-project
Fix test suite failures by modifying the script for testing abbreviations.
Failures were due to new commands introduced. llvm-svn: 128125
This commit is contained in:
parent
de8241c255
commit
468d6c4680
|
@ -74,7 +74,7 @@ class AbbreviationsTestCase(TestBase):
|
|||
self.expect("fil " + exe,
|
||||
patterns = [ "Current executable set to .*a.out.*" ])
|
||||
|
||||
self.expect("regex product",
|
||||
self.expect("regexp-b product",
|
||||
substrs = [ "breakpoint set --name 'product'",
|
||||
"Breakpoint created: 1: name = 'product', locations = 1" ])
|
||||
|
||||
|
@ -119,7 +119,7 @@ class AbbreviationsTestCase(TestBase):
|
|||
"at main.cpp\:25",
|
||||
"stop reason = breakpoint 2.1" ])
|
||||
|
||||
self.expect("d -f",
|
||||
self.expect("dis -f",
|
||||
startstr = "a.out`sum(int, int):",
|
||||
substrs = [' push',
|
||||
' mov',
|
||||
|
|
Loading…
Reference in New Issue