[libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX
authorBilly Robert O'Neal III <bion@microsoft.com>
Sat, 20 Oct 2018 03:35:45 +0000 (03:35 +0000)
committerBilly Robert O'Neal III <bion@microsoft.com>
Sat, 20 Oct 2018 03:35:45 +0000 (03:35 +0000)
commit95cf9fa2137631543999cbaaef9381e6be4ac97b
treeeb55198ec17b2fa9794bff8859a841b59d7ec89c
parent6b13e89ab8035900f1103610812b02b0aff5c40e
[libcxx] [test] Don't detect Windows' UCRT with TEST_COMPILER_C1XX

The test is trying to avoid saying aligned_alloc on Windows' UCRT, which does not (and can not) implement aligned_alloc. However, it's testing for c1xx, meaning clang on Windows will fail this test when using the UCRT.

llvm-svn: 344829
libcxx/test/std/depr/depr.c.headers/stdlib_h.pass.cpp
libcxx/test/std/language.support/support.runtime/cstdlib.pass.cpp