[PATCH] D28132: Fix unit test broken by D27873.
Evgeniy Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 27 17:52:11 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL290643: Fix unit test broken by D27873. (authored by eugenis).
Changed prior to commit:
https://reviews.llvm.org/D28132?vs=82566&id=82569#toc
Repository:
rL LLVM
https://reviews.llvm.org/D28132
Files:
compiler-rt/trunk/test/asan/TestCases/Linux/quarantine_size_mb.cc
Index: compiler-rt/trunk/test/asan/TestCases/Linux/quarantine_size_mb.cc
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/quarantine_size_mb.cc
+++ compiler-rt/trunk/test/asan/TestCases/Linux/quarantine_size_mb.cc
@@ -4,7 +4,7 @@
// RUN: %env_asan_opts=quarantine_size_mb=10:verbosity=1:hard_rss_limit_mb=50 %run %t 2>&1 | FileCheck %s --check-prefix=Q10
// RUN: %env_asan_opts=quarantine_size_mb=10:quarantine_size=20:verbosity=1 not %run %t 2>&1 | FileCheck %s --check-prefix=BOTH
// RUN: %env_asan_opts=quarantine_size_mb=1000:hard_rss_limit_mb=50 not %run %t 2>&1 | FileCheck %s --check-prefix=RSS_LIMIT
-// RUN: %env_asan_opts=hard_rss_limit_mb=50 not %run %t 2>&1 | FileCheck %s --check-prefix=RSS_LIMIT
+// RUN: %env_asan_opts=hard_rss_limit_mb=20 not %run %t 2>&1 | FileCheck %s --check-prefix=RSS_LIMIT
#include <string.h>
char *g;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28132.82569.patch
Type: text/x-patch
Size: 1004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161228/d4c6781f/attachment.bin>
More information about the llvm-commits
mailing list