Skip to content

Commit 130b806

Browse files
committed
[SYCL] Disable self-contained-headers test on Windows
The test is flaky and has no value in general.
1 parent db9f837 commit 130b806

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s
2+
// expected-no-diagnostics
3+
//
4+
// UNSUPPORTED: system-windows
5+
// Different versions of STL implementations by Microsoft either implicitly
6+
// include cmath or not. It means the test result depends on the system
7+
// environment.
8+
9+
#include <sycl/stl_wrappers/__sycl_cmath_wrapper_impl.hpp>

0 commit comments

Comments
 (0)