Update test expectations after AddressSanitizer text descriptions changed in r288535.

llvm-svn: 288542
This commit is contained in:
Kuba Mracek 2016-12-02 22:11:26 +00:00
parent 3bec3ef6cd
commit 9757a934a2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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(),