From 6257e6b4babc6450618dd62e8880ba4fdde42698 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 28 Mar 2011 01:52:27 -0400 Subject: Remove spurious false errors when using GuardMalloc --- test/LedgerHarness.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/LedgerHarness.py') diff --git a/test/LedgerHarness.py b/test/LedgerHarness.py index 44e4e61c..48d038ba 100755 --- a/test/LedgerHarness.py +++ b/test/LedgerHarness.py @@ -96,7 +96,7 @@ class LedgerHarness: line == "GuardMalloc: - Some buffer overruns may not be noticed.\n" or \ line == "GuardMalloc: - Applications using vector instructions (e.g., SSE or Altivec) may fail.\n" or \ line == "GuardMalloc: - Applications expecting word-aligned pointers may fail (such as Carbon applications)\n" or \ - line == "GuardMalloc: GuardMalloc version 18\n": + line.startswith("GuardMalloc: GuardMalloc version"): continue else: lines.append(line) -- cgit v1.2.3