r310640 - Disabling openmp-offload.c on linux until it is stabilized on all local configurations.

Alex Shlyapnikov via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 10 10:55:01 PDT 2017


Author: alekseyshl
Date: Thu Aug 10 10:55:01 2017
New Revision: 310640

URL: http://llvm.org/viewvc/llvm-project?rev=310640&view=rev
Log:
Disabling openmp-offload.c on linux until it is stabilized on all local configurations.

Modified:
    cfe/trunk/test/Driver/openmp-offload.c

Modified: cfe/trunk/test/Driver/openmp-offload.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/openmp-offload.c?rev=310640&r1=310639&r2=310640&view=diff
==============================================================================
--- cfe/trunk/test/Driver/openmp-offload.c (original)
+++ cfe/trunk/test/Driver/openmp-offload.c Thu Aug 10 10:55:01 2017
@@ -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




More information about the cfe-commits mailing list