[compiler-rt] r343650 - Mark two tests, which require too much available VM, as "UNSUPPORTED: ios".

Kuba Mracek via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 2 17:30:03 PDT 2018


Author: kuba.brecka
Date: Tue Oct  2 17:30:03 2018
New Revision: 343650

URL: http://llvm.org/viewvc/llvm-project?rev=343650&view=rev
Log:
Mark two tests, which require too much available VM, as "UNSUPPORTED: ios".


Modified:
    compiler-rt/trunk/test/tsan/large_malloc_meta.cc
    compiler-rt/trunk/test/tsan/mmap_large.cc

Modified: compiler-rt/trunk/test/tsan/large_malloc_meta.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/large_malloc_meta.cc?rev=343650&r1=343649&r2=343650&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/large_malloc_meta.cc (original)
+++ compiler-rt/trunk/test/tsan/large_malloc_meta.cc Tue Oct  2 17:30:03 2018
@@ -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>
 

Modified: compiler-rt/trunk/test/tsan/mmap_large.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/tsan/mmap_large.cc?rev=343650&r1=343649&r2=343650&view=diff
==============================================================================
--- compiler-rt/trunk/test/tsan/mmap_large.cc (original)
+++ compiler-rt/trunk/test/tsan/mmap_large.cc Tue Oct  2 17:30:03 2018
@@ -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>




More information about the llvm-commits mailing list