forked from OSchip/llvm-project
Update test expectations after AddressSanitizer text descriptions changed in r288535.
llvm-svn: 288542
This commit is contained in:
parent
3bec3ef6cd
commit
9757a934a2
|
@ -121,7 +121,7 @@ class AsanTestCase(TestBase):
|
|||
"Process should be stopped due to ASan report",
|
||||
substrs=[
|
||||
'stopped',
|
||||
'stop reason = Use of deallocated memory detected'])
|
||||
'stop reason = Use of deallocated memory'])
|
||||
|
||||
# make sure the 'memory history' command still works even when we're
|
||||
# generating a report now
|
||||
|
|
|
@ -56,7 +56,7 @@ class AsanTestReportDataCase(TestBase):
|
|||
"Process should be stopped due to ASan report",
|
||||
substrs=[
|
||||
'stopped',
|
||||
'stop reason = Use of deallocated memory detected'])
|
||||
'stop reason = Use of deallocated memory'])
|
||||
|
||||
self.assertEqual(
|
||||
self.dbg.GetSelectedTarget().process.GetSelectedThread().GetStopReason(),
|
||||
|
|
Loading…
Reference in New Issue