From 9757a934a2b3d48cf8710d987f8238abae06171d Mon Sep 17 00:00:00 2001 From: Kuba Mracek Date: Fri, 2 Dec 2016 22:11:26 +0000 Subject: Update test expectations after AddressSanitizer text descriptions changed in r288535. llvm-svn: 288542 --- .../Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py | 2 +- .../Python/lldbsuite/test/functionalities/asan/TestReportData.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py index 3803104bef7..7bddc0cadcc 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestMemoryHistory.py @@ -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 diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py index 6d461b5e264..0943d99ee83 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/asan/TestReportData.py @@ -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(), -- cgit v1.2.3