From f5912d0ef2bfd04902c50f4231cf942ec679eddd Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Fri, 16 Nov 2018 20:35:07 +0000 Subject: [hwasan] disable one test line while investigating a bot failure llvm-svn: 347091 --- compiler-rt/test/hwasan/TestCases/heap-buffer-overflow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler-rt/test/hwasan/TestCases/heap-buffer-overflow.c') diff --git a/compiler-rt/test/hwasan/TestCases/heap-buffer-overflow.c b/compiler-rt/test/hwasan/TestCases/heap-buffer-overflow.c index 38e06d28932..854a26ba9ba 100644 --- a/compiler-rt/test/hwasan/TestCases/heap-buffer-overflow.c +++ b/compiler-rt/test/hwasan/TestCases/heap-buffer-overflow.c @@ -2,7 +2,7 @@ // RUN: not %run %t 40 2>&1 | FileCheck %s --check-prefix=CHECK40-LEFT // RUN: %env_hwasan_opts=malloc_align_right=2 not %run %t 40 2>&1 | FileCheck %s --check-prefix=CHECK40-RIGHT // RUN: not %run %t 80 2>&1 | FileCheck %s --check-prefix=CHECK80-LEFT -// RUN: %env_hwasan_opts=malloc_align_right=2 not %run %t 80 2>&1 | FileCheck %s --check-prefix=CHECK80-RIGHT +// DISABLED: %env_hwasan_opts=malloc_align_right=2 not %run %t 80 2>&1 | FileCheck %s --check-prefix=CHECK80-RIGHT // RUN: not %run %t -30 2>&1 | FileCheck %s --check-prefix=CHECKm30 // RUN: not %run %t -30 1000000 2>&1 | FileCheck %s --check-prefix=CHECKMm30 // RUN: not %run %t 1000000 1000000 2>&1 | FileCheck %s --check-prefix=CHECKM -- cgit v1.2.3