diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2025-08-26 11:27:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-26 11:27:08 +0200 |
commit | 5c852fcb741a1b13e1231b6ec112f67a49fe9473 (patch) | |
tree | 6064e9be79fa02d7b8ff160f8699ea8f90915b93 /clang/lib/Interpreter/Interpreter.cpp | |
parent | 884c03e71bf9ae6a36a578e025b2e9f19dd392c2 (diff) | |
download | llvm-5c852fcb741a1b13e1231b6ec112f67a49fe9473.zip llvm-5c852fcb741a1b13e1231b6ec112f67a49fe9473.tar.gz llvm-5c852fcb741a1b13e1231b6ec112f67a49fe9473.tar.bz2 |
[libc++][C++03] Fix a bunch of random tests (#144117)
This fixes/removes a bunch of random tests. They all failed in
relatively simple to fix ways.
Specificially (all inside `libcxx/test/libcxx-03`):
- `utilities/template.bitset/includes.pass.cpp`: the header guards have
different names now (guard names fixed)
- `utilities/meta/is_referenceable.compile.pass.cpp`: The name changed
from `__libcpp_is_referenceable` (reverted name)
- `utilities/function.objects/refwrap/desugars_to.compile.pass.cpp`:
Optimization has been added after the header split (test removed)
- `type_traits/is_replaceable.compile.pass.cpp`: `__is_replacable_v` has
been added after the header split (test removed)
- `type_traits/is_constant_evaluated.pass.cpp`: Ran C++11 code
accidentally (C++11 test parts removed)
- `type_traits/desugars_to.compile.pass.cpp`: Optimization has been
added after the header split (test removed)
- `numerics/bit.ops.pass.cpp`: Tried to include header which doesn't
exist (removed include and related code which wasn't executed in C++03)
- `experimental/fexperimental-library.compile.pass.cpp`: This test is
irrelevant for C++03, since there are no C++03 experimental features
(test removed)
- `containers/container_traits.compile.pass.cpp`: `container_traits`
have been introduced after the header split (test removed)
Diffstat (limited to 'clang/lib/Interpreter/Interpreter.cpp')
0 files changed, 0 insertions, 0 deletions