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 130b806 commit a8a39faCopy full SHA for a8a39fa
sycl/test/self-contained-headers/lit.local.cfg
@@ -7,8 +7,4 @@ config.test_format = SYCLHeadersTest()
7
# standalone. `os.path.join` is required here so the filtering works
8
# cross-platform
9
config.sycl_headers_xfail = [
10
- # FIXME: remove this rule when the header is moved to the clang project
11
- os.path.join(
12
- "sycl", "stl_wrappers", "__sycl_cmath_wrapper_impl.hpp"
13
- ),
14
]
sycl/test/self-contained-headers/sycl/stl_wrappers/__sycl_cmath_wrapper_impl.hpp.cpp
@@ -1,6 +1,7 @@
1
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s
2
// expected-no-diagnostics
3
//
4
+// XFAIL: !system-windows
5
// UNSUPPORTED: system-windows
6
// Different versions of STL implementations by Microsoft either implicitly
// include cmath or not. It means the test result depends on the system
0 commit comments