Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions sycl/test/self-contained-headers/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,4 @@ config.test_format = SYCLHeadersTest()
# standalone. `os.path.join` is required here so the filtering works
# cross-platform
config.sycl_headers_xfail = [
# FIXME: remove this rule when the header is moved to the clang project
os.path.join(
"sycl", "stl_wrappers", "__sycl_cmath_wrapper_impl.hpp"
),
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s
// expected-no-diagnostics
//
// XFAIL: !system-windows
// UNSUPPORTED: system-windows
// Different versions of STL implementations by Microsoft either implicitly
// include cmath or not. It means the test result depends on the system
// environment.

#include <sycl/stl_wrappers/__sycl_cmath_wrapper_impl.hpp>
Loading