[libcxx-commits] [libcxx] c61a440 - [libc++][test] re-enable the inference test for clang (#168258)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Nov 16 06:11:44 PST 2025


Author: Hui
Date: 2025-11-16T14:11:40Z
New Revision: c61a4406db904bd33ca01db8eda67d52560265a3

URL: https://github.com/llvm/llvm-project/commit/c61a4406db904bd33ca01db8eda67d52560265a3
DIFF: https://github.com/llvm/llvm-project/commit/c61a4406db904bd33ca01db8eda67d52560265a3.diff

LOG: [libc++][test] re-enable the inference test for clang (#168258)

Fixes #168210

Added: 
    

Modified: 
    libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp b/libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp
index 2656f0595bf50..aed3d42161bae 100644
--- a/libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp
+++ b/libcxx/test/std/language.support/support.dynamic/hardware_inference_size.compile.pass.cpp
@@ -7,7 +7,6 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++03, c++11, c++14
-// UNSUPPORTED: (clang || apple-clang) && stdlib=libc++
 
 #include <new>
 


        


More information about the libcxx-commits mailing list