Skip to content

Commit 64d4514

Browse files
[SYCL][E2E] Disable Basic/built-ins/marray_math E2E test on Windows (#8977)
This test is failing on Windows thus, causing the post-commit to be in red. See #8975
1 parent 8841460 commit 64d4514

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/Basic/built-ins/marray_math.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// TODO: Re-enable this test on Windows after fixing the following issue:
2+
// https://github.com/intel/llvm/issues/8975
3+
// UNSUPPORTED: windows
14
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
25
// RUN: %CPU_RUN_PLACEHOLDER %t.out
36
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)