Mark two tests, which require too much available VM, as "UNSUPPORTED: ios".

llvm-svn: 343650
This commit is contained in:
Kuba Mracek 2018-10-03 00:30:03 +00:00
parent 9075cd607d
commit 2d8a66f8d3
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View File

@ -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>