[libcxx-commits] [PATCH] D132327: [libc++] Implement P2445R1 (`std::forward_like`)
Igor Zhukov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 28 04:31:48 PDT 2022
fsb4000 marked an inline comment as done.
fsb4000 added inline comments.
================
Comment at: libcxx/test/std/utilities/utility/forward_like/forward_like.msvc/test.pass.cpp:12
+// Includes Microsoft's test that tests the entire header.
+
+#include "test.cpp"
----------------
huixie90 wrote:
> Is this test supposed to be running on gcc/clang? I am slightly confused because it is in "msvc" folder
Yes, all configurations should be tested.
I used https://github.com/llvm/llvm-project/tree/main/libcxx/test/std/utilities/charconv/charconv.msvc as a naming example.
I opened `gcc 12/ C++ latest` log: https://buildkite.com/llvm-project/libcxx-ci/builds/13210#0182deee-3853-484d-a646-79afa1e27420 and I found:
```
[K... cfg.in :: std/utilities/utility/forward_like/forward_like.msvc/test.pass.cpp
[A[K 98% [32m[[1m=========================================================--(B[m[32m](B[m ETA: 00:00:04
```
and `C++2b` log: https://buildkite.com/llvm-project/libcxx-ci/builds/13210#0182deee-3841-41d9-8725-06f9a249e560
```
[K... cfg.in :: std/utilities/utility/forward_like/forward_like.msvc/test.pass.cpp
[A[K 98% [32m[[1m=========================================================--(B[m[32m](B[m ETA: 00:00:08
```
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132327/new/
https://reviews.llvm.org/D132327
More information about the libcxx-commits
mailing list