diff options
author | Kuba Mracek <mracek@apple.com> | 2018-10-03 00:30:03 +0000 |
---|---|---|
committer | Kuba Mracek <mracek@apple.com> | 2018-10-03 00:30:03 +0000 |
commit | 2d8a66f8d3df6a2e4986bb12cc0f9fd689d7a3b4 (patch) | |
tree | 16b0ad4d8785e1cc2ac5a142850d43e3a99031d0 | |
parent | 9075cd607d11fcc730cf4d2d741721b1aa00fcce (diff) | |
download | bcm5719-llvm-2d8a66f8d3df6a2e4986bb12cc0f9fd689d7a3b4.tar.gz bcm5719-llvm-2d8a66f8d3df6a2e4986bb12cc0f9fd689d7a3b4.zip |
Mark two tests, which require too much available VM, as "UNSUPPORTED: ios".
llvm-svn: 343650
-rw-r--r-- | compiler-rt/test/tsan/large_malloc_meta.cc | 3 | ||||
-rw-r--r-- | compiler-rt/test/tsan/mmap_large.cc | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/compiler-rt/test/tsan/large_malloc_meta.cc b/compiler-rt/test/tsan/large_malloc_meta.cc index e83004824a3..0d0eec34b38 100644 --- a/compiler-rt/test/tsan/large_malloc_meta.cc +++ b/compiler-rt/test/tsan/large_malloc_meta.cc @@ -1,4 +1,7 @@ // RUN: %clangxx_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s + +// UNSUPPORTED: ios + #include "test.h" #include <sys/mman.h> diff --git a/compiler-rt/test/tsan/mmap_large.cc b/compiler-rt/test/tsan/mmap_large.cc index 764e954f2b8..c8d258e804d 100644 --- a/compiler-rt/test/tsan/mmap_large.cc +++ b/compiler-rt/test/tsan/mmap_large.cc @@ -1,4 +1,7 @@ // RUN: %clang_tsan -O1 %s -o %t && %run %t 2>&1 | FileCheck %s + +// UNSUPPORTED: ios + #include <stdint.h> #include <stdio.h> #include <errno.h> |