From 88db89dfb982dbd465ce6c4f822a118993b9dd80 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 1 May 2015 19:44:13 +0000 Subject: [PATCH] Suppress clang/test/OpenMP/task_private_codegen.cpp on win32 for now. Investigating. I'm dubious in weird behavior with CHECK-DAG. Also, it won't "REQUIRE non-ms-sdk". All of RUNs have "-triple darwin". llvm-svn: 236338 --- clang/test/OpenMP/task_private_codegen.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/clang/test/OpenMP/task_private_codegen.cpp b/clang/test/OpenMP/task_private_codegen.cpp index b59df3b..2202d5f 100644 --- a/clang/test/OpenMP/task_private_codegen.cpp +++ b/clang/test/OpenMP/task_private_codegen.cpp @@ -4,7 +4,10 @@ // RUN: %clang_cc1 -verify -fopenmp=libiomp5 -x c++ -std=c++11 -DLAMBDA -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=LAMBDA %s // RUN: %clang_cc1 -verify -fopenmp=libiomp5 -x c++ -fblocks -DBLOCKS -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s // expected-no-diagnostics -// REQUIRES: non-ms-sdk + +// It doesn't pass on win32. Investigating. +// REQUIRES: shell + #ifndef HEADER #define HEADER -- 2.7.4