aboutsummaryrefslogtreecommitdiff
path: root/libcxx
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2025-07-19 09:44:25 +0200
committerGitHub <noreply@github.com>2025-07-19 09:44:25 +0200
commit6b371cab949e3ff9e903d6c3118f4b2be2bf3cc5 (patch)
tree1b4c91d8b1ace806a97538a3c2fa4872d00ea0a8 /libcxx
parent7c402b8b81d2b69b55eb5bac39830fbc631f8cde (diff)
downloadllvm-6b371cab949e3ff9e903d6c3118f4b2be2bf3cc5.zip
llvm-6b371cab949e3ff9e903d6c3118f4b2be2bf3cc5.tar.gz
llvm-6b371cab949e3ff9e903d6c3118f4b2be2bf3cc5.tar.bz2
[libc++] Move a bunch of extensions tests to test/extensions (#149275)
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/test/extensions/gnu/hash_map/hash_map.pass.cpp (renamed from libcxx/test/libcxx/containers/gnu_cxx/hash_map.pass.cpp)0
-rw-r--r--libcxx/test/extensions/gnu/hash_map/hash_map_name_lookup.pass.cpp (renamed from libcxx/test/libcxx/containers/gnu_cxx/hash_map_name_lookup.pass.cpp)0
-rw-r--r--libcxx/test/extensions/gnu/hash_set/hash_set.pass.cpp (renamed from libcxx/test/libcxx/containers/gnu_cxx/hash_set.pass.cpp)0
-rw-r--r--libcxx/test/extensions/gnu/hash_set/hash_set_name_lookup.pass.cpp (renamed from libcxx/test/libcxx/containers/gnu_cxx/hash_set_name_lookup.pass.cpp)0
-rw-r--r--libcxx/test/extensions/libcxx/atomics/atomics.flag/init_bool.pass.cpp (renamed from libcxx/test/libcxx/atomics/atomics.flag/init_bool.pass.cpp)0
-rw-r--r--libcxx/test/extensions/libcxx/containers/associative/map/scary.compile.pass.cpp (renamed from libcxx/test/libcxx/containers/associative/map/scary.compile.pass.cpp)0
-rw-r--r--libcxx/test/extensions/libcxx/containers/associative/set/scary.compile.pass.cpp (renamed from libcxx/test/libcxx/containers/associative/set/scary.compile.pass.cpp)0
-rw-r--r--libcxx/test/extensions/libcxx/containers/associative/unord.map/scary.compile.pass.cpp (renamed from libcxx/test/libcxx/containers/associative/unord.map/scary.compile.pass.cpp)0
-rw-r--r--libcxx/test/extensions/libcxx/containers/associative/unord.set/scary.compile.pass.cpp (renamed from libcxx/test/libcxx/containers/associative/unord.set/scary.compile.pass.cpp)0
-rw-r--r--libcxx/test/extensions/libcxx/containers/sequences/deque/incomplete.pass.cpp (renamed from libcxx/test/libcxx/containers/sequences/deque/incomplete.pass.cpp)0
-rw-r--r--libcxx/test/extensions/libcxx/depr/depr.c.headers/extern_c.pass.cpp (renamed from libcxx/test/libcxx/depr/depr.c.headers/extern_c.pass.cpp)0
-rw-r--r--libcxx/test/extensions/libcxx/depr/depr.c.headers/include_as_c.sh.cpp (renamed from libcxx/test/extensions/libcxx/include_as_c.sh.cpp)0
-rw-r--r--libcxx/test/extensions/libcxx/depr/depr.c.headers/stdint_h.std_types_t.compile.pass.cpp (renamed from libcxx/test/libcxx/depr/depr.c.headers/stdint_h.std_types_t.compile.pass.cpp)0
-rw-r--r--libcxx/test/extensions/libcxx/depr/depr.c.headers/stdint_h.xopen_source.compile.pass.cpp (renamed from libcxx/test/libcxx/depr/depr.c.headers/stdint_h.xopen_source.compile.pass.cpp)0
-rw-r--r--libcxx/test/extensions/msvc/math_h.compile.pass.cpp (renamed from libcxx/test/libcxx/depr/depr.c.headers/math_h.compile.pass.cpp)0
15 files changed, 0 insertions, 0 deletions
diff --git a/libcxx/test/libcxx/containers/gnu_cxx/hash_map.pass.cpp b/libcxx/test/extensions/gnu/hash_map/hash_map.pass.cpp
index a8988f7..a8988f7 100644
--- a/libcxx/test/libcxx/containers/gnu_cxx/hash_map.pass.cpp
+++ b/libcxx/test/extensions/gnu/hash_map/hash_map.pass.cpp
diff --git a/libcxx/test/libcxx/containers/gnu_cxx/hash_map_name_lookup.pass.cpp b/libcxx/test/extensions/gnu/hash_map/hash_map_name_lookup.pass.cpp
index 7e87330..7e87330 100644
--- a/libcxx/test/libcxx/containers/gnu_cxx/hash_map_name_lookup.pass.cpp
+++ b/libcxx/test/extensions/gnu/hash_map/hash_map_name_lookup.pass.cpp
diff --git a/libcxx/test/libcxx/containers/gnu_cxx/hash_set.pass.cpp b/libcxx/test/extensions/gnu/hash_set/hash_set.pass.cpp
index c325914..c325914 100644
--- a/libcxx/test/libcxx/containers/gnu_cxx/hash_set.pass.cpp
+++ b/libcxx/test/extensions/gnu/hash_set/hash_set.pass.cpp
diff --git a/libcxx/test/libcxx/containers/gnu_cxx/hash_set_name_lookup.pass.cpp b/libcxx/test/extensions/gnu/hash_set/hash_set_name_lookup.pass.cpp
index c5f64a4..c5f64a4 100644
--- a/libcxx/test/libcxx/containers/gnu_cxx/hash_set_name_lookup.pass.cpp
+++ b/libcxx/test/extensions/gnu/hash_set/hash_set_name_lookup.pass.cpp
diff --git a/libcxx/test/libcxx/atomics/atomics.flag/init_bool.pass.cpp b/libcxx/test/extensions/libcxx/atomics/atomics.flag/init_bool.pass.cpp
index 76787755..76787755 100644
--- a/libcxx/test/libcxx/atomics/atomics.flag/init_bool.pass.cpp
+++ b/libcxx/test/extensions/libcxx/atomics/atomics.flag/init_bool.pass.cpp
diff --git a/libcxx/test/libcxx/containers/associative/map/scary.compile.pass.cpp b/libcxx/test/extensions/libcxx/containers/associative/map/scary.compile.pass.cpp
index 89e753f..89e753f 100644
--- a/libcxx/test/libcxx/containers/associative/map/scary.compile.pass.cpp
+++ b/libcxx/test/extensions/libcxx/containers/associative/map/scary.compile.pass.cpp
diff --git a/libcxx/test/libcxx/containers/associative/set/scary.compile.pass.cpp b/libcxx/test/extensions/libcxx/containers/associative/set/scary.compile.pass.cpp
index 87ed05d..87ed05d 100644
--- a/libcxx/test/libcxx/containers/associative/set/scary.compile.pass.cpp
+++ b/libcxx/test/extensions/libcxx/containers/associative/set/scary.compile.pass.cpp
diff --git a/libcxx/test/libcxx/containers/associative/unord.map/scary.compile.pass.cpp b/libcxx/test/extensions/libcxx/containers/associative/unord.map/scary.compile.pass.cpp
index db2ef33..db2ef33 100644
--- a/libcxx/test/libcxx/containers/associative/unord.map/scary.compile.pass.cpp
+++ b/libcxx/test/extensions/libcxx/containers/associative/unord.map/scary.compile.pass.cpp
diff --git a/libcxx/test/libcxx/containers/associative/unord.set/scary.compile.pass.cpp b/libcxx/test/extensions/libcxx/containers/associative/unord.set/scary.compile.pass.cpp
index cd33e1a..cd33e1a 100644
--- a/libcxx/test/libcxx/containers/associative/unord.set/scary.compile.pass.cpp
+++ b/libcxx/test/extensions/libcxx/containers/associative/unord.set/scary.compile.pass.cpp
diff --git a/libcxx/test/libcxx/containers/sequences/deque/incomplete.pass.cpp b/libcxx/test/extensions/libcxx/containers/sequences/deque/incomplete.pass.cpp
index ebf5869..ebf5869 100644
--- a/libcxx/test/libcxx/containers/sequences/deque/incomplete.pass.cpp
+++ b/libcxx/test/extensions/libcxx/containers/sequences/deque/incomplete.pass.cpp
diff --git a/libcxx/test/libcxx/depr/depr.c.headers/extern_c.pass.cpp b/libcxx/test/extensions/libcxx/depr/depr.c.headers/extern_c.pass.cpp
index f756aac..f756aac 100644
--- a/libcxx/test/libcxx/depr/depr.c.headers/extern_c.pass.cpp
+++ b/libcxx/test/extensions/libcxx/depr/depr.c.headers/extern_c.pass.cpp
diff --git a/libcxx/test/extensions/libcxx/include_as_c.sh.cpp b/libcxx/test/extensions/libcxx/depr/depr.c.headers/include_as_c.sh.cpp
index 635c7e3..635c7e3 100644
--- a/libcxx/test/extensions/libcxx/include_as_c.sh.cpp
+++ b/libcxx/test/extensions/libcxx/depr/depr.c.headers/include_as_c.sh.cpp
diff --git a/libcxx/test/libcxx/depr/depr.c.headers/stdint_h.std_types_t.compile.pass.cpp b/libcxx/test/extensions/libcxx/depr/depr.c.headers/stdint_h.std_types_t.compile.pass.cpp
index 3485ce7..3485ce7 100644
--- a/libcxx/test/libcxx/depr/depr.c.headers/stdint_h.std_types_t.compile.pass.cpp
+++ b/libcxx/test/extensions/libcxx/depr/depr.c.headers/stdint_h.std_types_t.compile.pass.cpp
diff --git a/libcxx/test/libcxx/depr/depr.c.headers/stdint_h.xopen_source.compile.pass.cpp b/libcxx/test/extensions/libcxx/depr/depr.c.headers/stdint_h.xopen_source.compile.pass.cpp
index 75a4ab9..75a4ab9 100644
--- a/libcxx/test/libcxx/depr/depr.c.headers/stdint_h.xopen_source.compile.pass.cpp
+++ b/libcxx/test/extensions/libcxx/depr/depr.c.headers/stdint_h.xopen_source.compile.pass.cpp
diff --git a/libcxx/test/libcxx/depr/depr.c.headers/math_h.compile.pass.cpp b/libcxx/test/extensions/msvc/math_h.compile.pass.cpp
index 045745b..045745b 100644
--- a/libcxx/test/libcxx/depr/depr.c.headers/math_h.compile.pass.cpp
+++ b/libcxx/test/extensions/msvc/math_h.compile.pass.cpp