summaryrefslogtreecommitdiff
path: root/test/hwasan/TestCases
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2018-11-16 20:35:07 +0000
committerKostya Serebryany <kcc@google.com>2018-11-16 20:35:07 +0000
commit77d7802c93bbfa92380447a5f6fb862a9140f189 (patch)
tree0d17c8e0bd1e7d05347b6139978b121b0d902cf4 /test/hwasan/TestCases
parent85970a956a4e7bf5a3a0b09821e1582bc8b3a519 (diff)
downloadcompiler-rt-77d7802c93bbfa92380447a5f6fb862a9140f189.tar.gz
[hwasan] disable one test line while investigating a bot failure
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@347091 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/hwasan/TestCases')
-rw-r--r--test/hwasan/TestCases/heap-buffer-overflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hwasan/TestCases/heap-buffer-overflow.c b/test/hwasan/TestCases/heap-buffer-overflow.c
index 38e06d289..854a26ba9 100644
--- a/test/hwasan/TestCases/heap-buffer-overflow.c
+++ b/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