summaryrefslogtreecommitdiff
path: root/test/esan
diff options
context:
space:
mode:
authorDerek Bruening <bruening@google.com>2016-06-03 17:18:09 +0000
committerDerek Bruening <bruening@google.com>2016-06-03 17:18:09 +0000
commit756c3a525dfdc06b85ebd3f8eaf0268c3d239f25 (patch)
tree514c85115f4a3a5f892cdb9c931b10cb17ac8c48 /test/esan
parentb05f4c85dea351be7a3d529e6f98e22b6bb163d7 (diff)
[esan] Eliminate flakiness in large-stack test
Turns off sampling for the large-stack test to remove nondeterminism in the output and fix bot failures. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271691 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/esan')
-rw-r--r--test/esan/TestCases/large-stack-linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/esan/TestCases/large-stack-linux.c b/test/esan/TestCases/large-stack-linux.c
index 856da2a1b..3e024fc4e 100644
--- a/test/esan/TestCases/large-stack-linux.c
+++ b/test/esan/TestCases/large-stack-linux.c
@@ -1,5 +1,5 @@
// RUN: %clang_esan_wset -O0 %s -o %t 2>&1
-// RUN: %env_esan_opts=verbosity=1 %run %t %t 2>&1 | FileCheck %s
+// RUN: %env_esan_opts="verbosity=1 record_snapshots=0" %run %t %t 2>&1 | FileCheck %s
#include <assert.h>
#include <stdio.h>