Skip to content

Commit 1a9a282

Browse files
authored
[SYCL] Disable launch_policy_neg.cpp on Windows (#17367)
Fails to compile on new MSVC. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 0f04fcb commit 1a9a282

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test/syclcompat/launch/launch_policy_neg.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
* Description:
2020
* Negative tests for new launch_policy.
2121
**************************************************************************/
22-
22+
// UNSUPPORTED: windows
23+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17116
2324
// RUN: not %clangxx -fsycl -fsyntax-only %s -DCHECK1 2>&1 | FileCheck -vv %s --check-prefixes=CHECK1
2425
// RUN: not %clangxx -fsycl -fsyntax-only %s -DCHECK2 2>&1 | FileCheck -vv %s --check-prefixes=CHECK2
2526
// RUN: not %clangxx -fsycl -fsyntax-only %s -DCHECK3 2>&1 | FileCheck -vv %s --check-prefixes=CHECK3

0 commit comments

Comments
 (0)