mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Fix the ConvenienceVariablesCase tests after r234993
llvm-svn: 235010
This commit is contained in:
@@ -81,10 +81,7 @@ class ConvenienceVariablesCase(TestBase):
|
||||
child.expect_exact(python_prompt)
|
||||
# Linux outputs decimal tid and 'name' instead of 'queue'
|
||||
self.expect(child.before, exe=False,
|
||||
patterns = ['thread #1: tid = (0x[0-9a-f]+|[0-9]+), 0x[0-9a-f]+ ' +
|
||||
'a\.out`main\(argc=1, argv=0x[0-9a-f]+\) \+ \d+ ' +
|
||||
'at main\.c:%d, (name|queue) = \'.+\', stop reason =' +
|
||||
' breakpoint 1\.1' % self.line])
|
||||
patterns = ['thread #1: tid = (0x[0-9a-f]+|[0-9]+), 0x[0-9a-f]+ a\.out`main\(argc=1, argv=0x[0-9a-f]+\) \+ \d+ at main\.c:%d, (name|queue) = \'.+\', stop reason = breakpoint 1\.1' % self.line])
|
||||
|
||||
child.sendline('print lldb.frame')
|
||||
child.expect_exact(python_prompt)
|
||||
|
||||
Reference in New Issue
Block a user