We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f04fcb commit 1a9a282Copy full SHA for 1a9a282
sycl/test/syclcompat/launch/launch_policy_neg.cpp
@@ -19,7 +19,8 @@
19
* Description:
20
* Negative tests for new launch_policy.
21
**************************************************************************/
22
-
+// UNSUPPORTED: windows
23
+// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17116
24
// RUN: not %clangxx -fsycl -fsyntax-only %s -DCHECK1 2>&1 | FileCheck -vv %s --check-prefixes=CHECK1
25
// RUN: not %clangxx -fsycl -fsyntax-only %s -DCHECK2 2>&1 | FileCheck -vv %s --check-prefixes=CHECK2
26
// RUN: not %clangxx -fsycl -fsyntax-only %s -DCHECK3 2>&1 | FileCheck -vv %s --check-prefixes=CHECK3
0 commit comments