Skip to content

Commit a8a39fa

Browse files
committed
Mark test as expected to fail on non-Windows platforms.
1 parent 130b806 commit a8a39fa

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

sycl/test/self-contained-headers/lit.local.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
99
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-
),
1410
]

sycl/test/self-contained-headers/sycl/stl_wrappers/__sycl_cmath_wrapper_impl.hpp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %clangxx -fsycl -fsyntax-only -Xclang -verify %s
22
// expected-no-diagnostics
33
//
4+
// XFAIL: !system-windows
45
// UNSUPPORTED: system-windows
56
// Different versions of STL implementations by Microsoft either implicitly
67
// include cmath or not. It means the test result depends on the system

0 commit comments

Comments
 (0)