Skip to content

Commit

Permalink
[SYCL][NFC] Temporarily disable Driver/sycl.c test on Windows (#15416)
Browse files Browse the repository at this point in the history
Test is failing - disable for now until we can find a fix.
  • Loading branch information
mdtoguchi authored Sep 17, 2024
1 parent a4c53e4 commit 3f1a55e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/test/Driver/sycl.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Failing on Windows - temporarily disable
// REQUIRES: system-linux

// RUN: %clang -### -fsycl -c %s 2>&1 | FileCheck %s --check-prefix=ENABLED
// RUN: %clang -### -fsycl %s 2>&1 | FileCheck %s --check-prefix=ENABLED
// RUN: %clang -### -fno-sycl -fsycl %s 2>&1 | FileCheck %s --check-prefix=ENABLED
Expand Down

0 comments on commit 3f1a55e

Please sign in to comment.