Skip to content

Commit 3f1a55e

Browse files
authored
[SYCL][NFC] Temporarily disable Driver/sycl.c test on Windows (#15416)
Test is failing - disable for now until we can find a fix.
1 parent a4c53e4 commit 3f1a55e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/Driver/sycl.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Failing on Windows - temporarily disable
2+
// REQUIRES: system-linux
3+
14
// RUN: %clang -### -fsycl -c %s 2>&1 | FileCheck %s --check-prefix=ENABLED
25
// RUN: %clang -### -fsycl %s 2>&1 | FileCheck %s --check-prefix=ENABLED
36
// RUN: %clang -### -fno-sycl -fsycl %s 2>&1 | FileCheck %s --check-prefix=ENABLED

0 commit comments

Comments
 (0)