File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,4 @@ config.test_format = SYCLHeadersTest()
77# standalone. `os.path.join` is required here so the filtering works
88# cross-platform
99config.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- ),
1410]
Original file line number Diff line number Diff line change 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
7+ // include cmath or not. It means the test result depends on the system
8+ // environment.
9+
10+ // TODO: Longer term that header should really be moved to the clang project.
11+ #include < sycl/stl_wrappers/__sycl_cmath_wrapper_impl.hpp>
You can’t perform that action at this time.
0 commit comments