[all-commits] [llvm/llvm-project] 2c5451: [libc++] Fix a few tests that are missing proper s...
philnik777 via All-commits
all-commits at lists.llvm.org
Sun Nov 26 11:44:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c545131b09f5ef7b361855ddc609f6687cce184
https://github.com/llvm/llvm-project/commit/2c545131b09f5ef7b361855ddc609f6687cce184
Author: philnik777 <nikolasklauser at berlin.de>
Date: 2023-11-26 (Sun, 26 Nov 2023)
Changed paths:
R libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.cpp
A libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/pstl.exception_handling.pass.cpp
R libcxx/test/std/experimental/memory/memory.observer.ptr/ctor.copy_move.cpp
A libcxx/test/std/experimental/memory/memory.observer.ptr/ctor.copy_move.pass.cpp
R libcxx/test/std/input.output/filesystems/class.file_status/file_status.status.eq.ops.cpp
A libcxx/test/std/input.output/filesystems/class.file_status/file_status.status.eq.ops.pass.cpp
R libcxx/test/std/iterators/predef.iterators/counted.iterator/increment.cpp
A libcxx/test/std/iterators/predef.iterators/counted.iterator/increment.pass.cpp
Log Message:
-----------
[libc++] Fix a few tests that are missing proper suffixes (#73444)
The tests were missing the `.pass.cpp` suffix to be recognized as tests.
As a result, they were never run and some are completely broken.
More information about the All-commits
mailing list