Update test expectations after AddressSanitizer text descriptions changed in r288535.
authorKuba Mracek <mracek@apple.com>
Fri, 2 Dec 2016 22:11:26 +0000 (22:11 +0000)
committerKuba Mracek <mracek@apple.com>
Fri, 2 Dec 2016 22:11:26 +0000 (22:11 +0000)
llvm-svn: 288542

lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py
lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py

index 3803104..7bddc0c 100644 (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
index 6d461b5..0943d99 100644 (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(),