Skip to content

Commit

Permalink
[libc++] Try re-enabling DSL test on Windows
Browse files Browse the repository at this point in the history
The issue we were seeing before should have been fixed by 178a0c8.
  • Loading branch information
ldionne committed Apr 29, 2020
1 parent e717e87 commit 51a60ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions libcxx/test/libcxx/selftest/dsl/dsl.sh.py
Expand Up @@ -6,9 +6,6 @@
#
#===----------------------------------------------------------------------===##

# TODO: Unbreak this on Windows
# UNSUPPORTED: host-windows

# RUN: %{python} '%s' '%S' '%T' '%{escaped_exec}' \
# RUN: '%{escaped_cxx}' \
# RUN: '%{escaped_flags}' \
Expand Down
3 changes: 0 additions & 3 deletions libcxx/utils/libcxx/test/config.py
Expand Up @@ -425,9 +425,6 @@ def configure_features(self):
intMacroValue(macros['__cpp_concepts']) < 201811:
self.config.available_features.add('libcpp-no-concepts')

if sys.platform.lower().strip() == 'win32':
self.config.available_features.add('host-windows')

if self.target_info.is_windows():
self.config.available_features.add('windows')
if self.cxx_stdlib_under_test == 'libc++':
Expand Down

0 comments on commit 51a60ed

Please sign in to comment.