From: Alex Shlyapnikov Date: Thu, 10 Aug 2017 17:55:01 +0000 (+0000) Subject: Disabling openmp-offload.c on linux until it is stabilized on all local configurations. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=620d63dc9c2cbf5dcde709495b9e53d6c5277365;p=clang Disabling openmp-offload.c on linux until it is stabilized on all local configurations. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@310640 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/openmp-offload.c b/test/Driver/openmp-offload.c index 7187a9ebec..c546f0ec6b 100644 --- a/test/Driver/openmp-offload.c +++ b/test/Driver/openmp-offload.c @@ -2,6 +2,9 @@ /// Perform several driver tests for OpenMP offloading /// +// Until this test is stabilized on all local configurations. +// UNSUPPORTED: linux + // REQUIRES: clang-driver // REQUIRES: x86-registered-target // REQUIRES: powerpc-registered-target