From b7332b04df5d50c92640c74cfeb138ecb7e3f7ae Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Tue, 20 Aug 2019 18:01:01 +0000 Subject: Remove upstream files and directories from vendor/libc++/dist that we do not use. This saves on repository space, and reduces the number of tree conflicts when merging. --- .arcconfig | 4 - .clang-format | 13 - .gitignore | 61 - CMakeLists.txt | 820 - NOTES.TXT | 29 - TODO.TXT | 76 - appveyor-reqs-install.cmd | 53 - appveyor.yml | 70 - benchmarks/CMakeLists.txt | 224 - benchmarks/CartesianBenchmarks.hpp | 135 - benchmarks/ContainerBenchmarks.hpp | 113 - benchmarks/GenerateInput.hpp | 144 - benchmarks/algorithms.bench.cpp | 270 - benchmarks/algorithms.partition_point.bench.cpp | 124 - benchmarks/filesystem.bench.cpp | 163 - benchmarks/function.bench.cpp | 232 - benchmarks/lit.cfg.py | 23 - benchmarks/lit.site.cfg.py.in | 10 - benchmarks/ordered_set.bench.cpp | 249 - benchmarks/string.bench.cpp | 375 - benchmarks/stringstream.bench.cpp | 40 - benchmarks/unordered_set_operations.bench.cpp | 307 - benchmarks/util_smartptr.bench.cpp | 42 - benchmarks/vector_operations.bench.cpp | 32 - cmake/Modules/CheckLibcxxAtomic.cmake | 54 - cmake/Modules/CodeCoverage.cmake | 50 - cmake/Modules/HandleCompilerRT.cmake | 64 - cmake/Modules/HandleLibCXXABI.cmake | 132 - cmake/Modules/HandleLibcxxFlags.cmake | 230 - cmake/Modules/HandleOutOfTreeLLVM.cmake | 139 - cmake/Modules/MacroEnsureOutOfSourceBuild.cmake | 18 - cmake/config-ix.cmake | 87 - docs/BuildingLibcxx.rst | 554 - docs/CMakeLists.txt | 9 - docs/DesignDocs/ABIVersioning.rst | 17 - docs/DesignDocs/AvailabilityMarkup.rst | 99 - docs/DesignDocs/CapturingConfigInfo.rst | 88 - docs/DesignDocs/DebugMode.rst | 100 - docs/DesignDocs/FeatureTestMacros.rst | 44 - docs/DesignDocs/FileTimeType.rst | 494 - docs/DesignDocs/ThreadingSupportAPI.rst | 83 - docs/DesignDocs/VisibilityMacros.rst | 218 - docs/FeatureTestMacroTable.rst | 200 - docs/Makefile.sphinx | 37 - docs/README.txt | 13 - docs/ReleaseNotes.rst | 62 - docs/TestingLibcxx.rst | 257 - docs/UsingLibcxx.rst | 317 - docs/conf.py | 251 - docs/index.rst | 194 - fuzzing/RoutineNames.txt | 20 - fuzzing/fuzz_test.cpp | 195 - fuzzing/fuzzing.cpp | 618 - fuzzing/fuzzing.h | 62 - include/CMakeLists.txt | 273 - include/__config_site.in | 35 - include/support/android/locale_bionic.h | 68 - include/support/fuchsia/xlocale.h | 23 - include/support/ibm/limits.h | 99 - include/support/ibm/locale_mgmt_aix.h | 85 - include/support/ibm/support.h | 54 - include/support/ibm/xlocale.h | 271 - include/support/musl/xlocale.h | 58 - include/support/newlib/xlocale.h | 28 - include/support/solaris/floatingpoint.h | 14 - include/support/solaris/wchar.h | 47 - include/support/solaris/xlocale.h | 77 - include/support/win32/limits_msvc_win32.h | 72 - include/support/win32/locale_win32.h | 199 - include/support/xlocale/__nop_locale_mgmt.h | 52 - include/support/xlocale/__posix_l_fallback.h | 165 - include/support/xlocale/__strtonum_fallback.h | 67 - include/support/xlocale/xlocale.h | 0 lib/CMakeLists.txt | 463 - lib/abi/3.9/x86_64-apple-darwin16.abilist | 2448 -- lib/abi/3.9/x86_64-linux-gnu.abilist | 2010 -- lib/abi/4.0/x86_64-apple-darwin16.abilist | 2376 -- lib/abi/4.0/x86_64-unknown-linux-gnu.abilist | 1905 -- lib/abi/5.0/x86_64-apple-darwin16.abilist | 2378 -- lib/abi/5.0/x86_64-unknown-linux-gnu.abilist | 1883 -- lib/abi/6.0/x86_64-apple-darwin16.abilist | 2378 -- lib/abi/6.0/x86_64-unknown-linux-gnu.abilist | 1883 -- lib/abi/CHANGELOG.TXT | 326 - lib/abi/CMakeLists.txt | 33 - lib/abi/README.TXT | 8 - lib/abi/x86_64-apple-darwin.v1.abilist | 2360 -- lib/abi/x86_64-apple-darwin.v2.abilist | 2315 -- lib/abi/x86_64-unknown-linux-gnu.v1.abilist | 1861 -- lib/libc++abi-new-delete.exp | 8 - lib/libc++abi.exp | 160 - lib/libc++abi2.exp | 303 - lib/libc++sjlj-abi.exp | 160 - lib/libc++unexp.exp | 19 - lib/notweak.exp | 5 - lib/weak.exp | 16 - src/support/solaris/README | 4 - src/support/solaris/mbsnrtowcs.inc | 76 - src/support/solaris/wcsnrtombs.inc | 93 - src/support/solaris/xlocale.cpp | 69 - src/support/win32/locale_win32.cpp | 123 - src/support/win32/support.cpp | 155 - src/support/win32/thread_win32.cpp | 276 - test/CMakeLists.txt | 120 - .../random_shuffle.cxx1z.pass.cpp | 49 - .../random_shuffle.depr_in_cxx14.fail.cpp | 50 - test/libcxx/algorithms/debug_less.pass.cpp | 218 - test/libcxx/algorithms/half_positive.pass.cpp | 56 - test/libcxx/algorithms/version.pass.cpp | 20 - .../libcxx/atomics/atomics.align/align.pass.sh.cpp | 93 - .../libcxx/atomics/atomics.flag/init_bool.pass.cpp | 44 - .../atomics/diagnose_invalid_memory_order.fail.cpp | 128 - test/libcxx/atomics/libcpp-has-no-threads.fail.cpp | 24 - test/libcxx/atomics/libcpp-has-no-threads.pass.cpp | 18 - test/libcxx/atomics/version.pass.cpp | 22 - .../containers/associative/map/version.pass.cpp | 20 - .../associative/non_const_comparator.fail.cpp | 48 - .../containers/associative/set/version.pass.cpp | 20 - .../associative/tree_balance_after_insert.pass.cpp | 1619 -- .../associative/tree_key_value_traits.pass.cpp | 59 - .../associative/tree_left_rotate.pass.cpp | 101 - .../containers/associative/tree_remove.pass.cpp | 1651 -- .../associative/tree_right_rotate.pass.cpp | 101 - .../containers/associative/undef_min_max.pass.cpp | 22 - .../container.adaptors/queue/version.pass.cpp | 20 - .../container.adaptors/stack/version.pass.cpp | 20 - test/libcxx/containers/gnu_cxx/hash_map.pass.cpp | 26 - test/libcxx/containers/gnu_cxx/hash_set.pass.cpp | 26 - .../sequences/array/array.zero/db_back.pass.cpp | 49 - .../sequences/array/array.zero/db_front.pass.cpp | 49 - .../array/array.zero/db_indexing.pass.cpp | 53 - .../containers/sequences/array/version.pass.cpp | 20 - .../containers/sequences/deque/incomplete.pass.cpp | 32 - .../sequences/deque/pop_back_empty.pass.cpp | 26 - .../containers/sequences/deque/version.pass.cpp | 20 - .../sequences/forwardlist/version.pass.cpp | 20 - .../sequences/list/list.cons/db_copy.pass.cpp | 31 - .../sequences/list/list.cons/db_move.pass.cpp | 35 - .../list/list.modifiers/emplace_db1.pass.cpp | 47 - .../list/list.modifiers/erase_iter_db1.pass.cpp | 31 - .../list/list.modifiers/erase_iter_db2.pass.cpp | 32 - .../list.modifiers/erase_iter_iter_db1.pass.cpp | 32 - .../list.modifiers/erase_iter_iter_db2.pass.cpp | 31 - .../list.modifiers/erase_iter_iter_db3.pass.cpp | 31 - .../list.modifiers/erase_iter_iter_db4.pass.cpp | 30 - .../insert_iter_iter_iter_db1.pass.cpp | 39 - .../list.modifiers/insert_iter_rvalue_db1.pass.cpp | 30 - .../insert_iter_size_value_db1.pass.cpp | 30 - .../list.modifiers/insert_iter_value_db1.pass.cpp | 32 - .../list/list.modifiers/pop_back_db1.pass.cpp | 36 - .../list/list.ops/db_splice_pos_list.pass.cpp | 32 - .../list/list.ops/db_splice_pos_list_iter.pass.cpp | 32 - .../list.ops/db_splice_pos_list_iter_iter.pass.cpp | 32 - .../containers/sequences/list/version.pass.cpp | 20 - .../containers/sequences/vector/asan.pass.cpp | 73 - .../sequences/vector/asan_throw.pass.cpp | 234 - .../sequences/vector/const_value_type.pass.cpp | 22 - .../containers/sequences/vector/db_back.pass.cpp | 57 - .../containers/sequences/vector/db_cback.pass.cpp | 53 - .../containers/sequences/vector/db_cfront.pass.cpp | 53 - .../containers/sequences/vector/db_cindex.pass.cpp | 55 - .../containers/sequences/vector/db_front.pass.cpp | 57 - .../containers/sequences/vector/db_index.pass.cpp | 57 - .../sequences/vector/db_iterators_2.pass.cpp | 55 - .../sequences/vector/db_iterators_3.pass.cpp | 55 - .../sequences/vector/db_iterators_4.pass.cpp | 57 - .../sequences/vector/db_iterators_5.pass.cpp | 61 - .../sequences/vector/db_iterators_6.pass.cpp | 59 - .../sequences/vector/db_iterators_7.pass.cpp | 59 - .../sequences/vector/db_iterators_8.pass.cpp | 55 - .../sequences/vector/pop_back_empty.pass.cpp | 26 - .../vector.cons/construct_iter_iter.pass.cpp | 54 - .../vector.cons/construct_iter_iter_alloc.pass.cpp | 57 - .../containers/sequences/vector/version.pass.cpp | 20 - .../containers/unord/key_value_traits.pass.cpp | 59 - test/libcxx/containers/unord/next_pow2.pass.cpp | 88 - test/libcxx/containers/unord/next_prime.pass.cpp | 51 - .../containers/unord/non_const_comparator.fail.cpp | 58 - .../unord/unord.map/db_iterators_7.pass.cpp | 61 - .../unord/unord.map/db_iterators_8.pass.cpp | 57 - .../unord/unord.map/db_local_iterators_7.pass.cpp | 58 - .../unord/unord.map/db_local_iterators_8.pass.cpp | 55 - .../containers/unord/unord.map/version.pass.cpp | 20 - .../unord.set/missing_hash_specialization.fail.cpp | 70 - .../containers/unord/unord.set/version.pass.cpp | 20 - .../db_associative_container_tests.pass.cpp | 70 - .../db_sequence_container_iterators.pass.cpp | 327 - test/libcxx/debug/containers/db_string.pass.cpp | 100 - .../containers/db_unord_container_tests.pass.cpp | 71 - test/libcxx/debug/debug_abort.pass.cpp | 36 - test/libcxx/debug/debug_throw.pass.cpp | 41 - test/libcxx/debug/debug_throw_register.pass.cpp | 36 - .../depr.auto.ptr/auto.ptr/auto_ptr.cxx1z.pass.cpp | 29 - .../auto.ptr/auto_ptr.depr_in_cxx11.fail.cpp | 39 - test/libcxx/depr/depr.c.headers/ciso646.pass.cpp | 20 - test/libcxx/depr/depr.c.headers/complex.h.pass.cpp | 22 - test/libcxx/depr/depr.c.headers/extern_c.pass.cpp | 43 - test/libcxx/depr/depr.c.headers/locale_h.pass.cpp | 20 - test/libcxx/depr/depr.c.headers/math_h.sh.cpp | 23 - test/libcxx/depr/depr.c.headers/tgmath_h.pass.cpp | 24 - .../adaptors.depr_in_cxx11.fail.cpp | 59 - .../depr.adaptors.cxx1z.pass.cpp | 64 - .../depr/depr.str.strstreams/version.pass.cpp | 20 - .../depr/enable_removed_cpp17_features.pass.cpp | 26 - .../exception.unexpected/get_unexpected.pass.cpp | 42 - .../exception.unexpected/set_unexpected.pass.cpp | 37 - .../depr/exception.unexpected/unexpected.pass.cpp | 28 - .../unexpected_disabled_cpp17.fail.cpp | 23 - .../assertions/version_cassert.pass.cpp | 20 - test/libcxx/diagnostics/enable_nodiscard.fail.cpp | 33 - .../enable_nodiscard_disable_after_cxx17.fail.cpp | 33 - ...enable_nodiscard_disable_nodiscard_ext.fail.cpp | 31 - .../diagnostics/errno/version_cerrno.pass.cpp | 19 - test/libcxx/diagnostics/nodiscard.pass.cpp | 20 - .../diagnostics/nodiscard_aftercxx17.fail.cpp | 23 - .../diagnostics/nodiscard_aftercxx17.pass.cpp | 23 - .../diagnostics/nodiscard_extensions.fail.cpp | 35 - .../diagnostics/nodiscard_extensions.pass.cpp | 29 - .../diagnostics/std.exceptions/version.pass.cpp | 20 - test/libcxx/diagnostics/syserr/version.pass.cpp | 20 - test/libcxx/double_include.sh.cpp | 173 - .../header.algorithm.synop/includes.pass.cpp | 20 - .../experimental/algorithms/version.pass.cpp | 20 - .../diagnostics/syserr/use_header_warning.fail.cpp | 18 - .../diagnostics/syserr/version.pass.cpp | 21 - .../experimental/filesystem/version.pass.cpp | 20 - .../support.coroutines/dialect_support.sh.cpp | 59 - .../support.coroutines/version.sh.cpp | 25 - .../construct_piecewise_pair.pass.cpp | 171 - .../db_deallocate.pass.cpp | 42 - .../db_deallocate.pass.cpp | 45 - .../header_deque_libcpp_version.pass.cpp | 22 - .../header_forward_list_libcpp_version.pass.cpp | 22 - .../header_list_libcpp_version.pass.cpp | 22 - .../header_map_libcpp_version.pass.cpp | 22 - .../header_regex_libcpp_version.pass.cpp | 22 - .../header_set_libcpp_version.pass.cpp | 22 - .../header_string_libcpp_version.pass.cpp | 22 - .../header_unordered_map_libcpp_version.pass.cpp | 22 - .../header_unordered_set_libcpp_version.pass.cpp | 22 - .../header_vector_libcpp_version.pass.cpp | 22 - .../global_memory_resource_lifetime.pass.cpp | 61 - .../new_delete_resource_lifetime.pass.cpp | 53 - .../memory/memory.resource.synop/version.pass.cpp | 22 - .../numeric.ops/use_header_warning.fail.cpp | 18 - .../numerics/numeric.ops/version.pass.cpp | 21 - .../string.view/use_header_warning.fail.cpp | 18 - .../strings/string.view/version.pass.cpp | 21 - .../utilities/any/use_header_warning.fail.cpp | 18 - .../experimental/utilities/any/version.pass.cpp | 21 - .../experimental/utilities/meta/version.pass.cpp | 20 - .../utilities/optional/use_header_warning.fail.cpp | 18 - .../utilities/optional/version.pass.cpp | 21 - .../utilities/ratio/use_header_warning.fail.cpp | 18 - .../experimental/utilities/ratio/version.pass.cpp | 21 - .../utilities/time/use_header_warning.fail.cpp | 18 - .../experimental/utilities/time/version.pass.cpp | 21 - .../utilities/tuple/use_header_warning.fail.cpp | 18 - .../experimental/utilities/tuple/version.pass.cpp | 21 - .../utilities/utility/version.pass.cpp | 20 - .../extensions/hash/specializations.fail.cpp | 17 - .../extensions/hash/specializations.pass.cpp | 31 - .../extensions/hash_map/const_iterator.fail.cpp | 18 - test/libcxx/extensions/nothing_to_do.pass.cpp | 12 - test/libcxx/fuzzing/nth_element.cpp | 38 - test/libcxx/fuzzing/partial_sort.cpp | 38 - test/libcxx/fuzzing/partial_sort_copy.cpp | 38 - test/libcxx/fuzzing/partition.cpp | 38 - test/libcxx/fuzzing/partition_copy.cpp | 38 - test/libcxx/fuzzing/regex_ECMAScript.cpp | 37 - test/libcxx/fuzzing/regex_POSIX.cpp | 37 - test/libcxx/fuzzing/regex_awk.cpp | 37 - test/libcxx/fuzzing/regex_egrep.cpp | 37 - test/libcxx/fuzzing/regex_extended.cpp | 37 - test/libcxx/fuzzing/regex_grep.cpp | 37 - test/libcxx/fuzzing/sort.cpp | 38 - test/libcxx/fuzzing/stable_partition.cpp | 38 - test/libcxx/fuzzing/stable_sort.cpp | 38 - test/libcxx/fuzzing/unique.cpp | 38 - test/libcxx/fuzzing/unique_copy.cpp | 38 - test/libcxx/include_as_c.sh.cpp | 37 - .../no.global.filesystem.namespace/fopen.fail.cpp | 17 - .../no.global.filesystem.namespace/rename.fail.cpp | 17 - .../file.streams/c.files/version_ccstdio.pass.cpp | 20 - .../c.files/version_cinttypes.pass.cpp | 20 - .../fstreams/filebuf/traits_mismatch.fail.cpp | 24 - .../file.streams/fstreams/fstream.close.pass.cpp | 35 - .../fstreams/fstream.cons/wchar_pointer.pass.cpp | 46 - .../fstream.members/open_wchar_pointer.pass.cpp | 52 - .../file.streams/fstreams/ifstream.cons/test.dat | 1 - .../fstreams/ifstream.cons/wchar_pointer.pass.cpp | 42 - .../ifstream.members/open_wchar_pointer.pass.cpp | 48 - .../fstreams/ifstream.members/test.dat | 1 - .../fstreams/ofstream.cons/wchar_pointer.pass.cpp | 60 - .../ofstream.members/open_wchar_pointer.pass.cpp | 60 - .../file.streams/fstreams/traits_mismatch.fail.cpp | 30 - .../file.streams/fstreams/version.pass.cpp | 20 - .../directory_entry.mods/last_write_time.sh.cpp | 93 - .../class.path/path.itr/iterator_db.pass.cpp | 75 - .../reverse_iterator_produces_diagnostic.fail.cpp | 29 - .../class.path/path.req/is_pathable.pass.cpp | 104 - .../filesystems/convert_file_time.sh.cpp | 307 - test/libcxx/input.output/filesystems/lit.local.cfg | 3 - .../input.output/filesystems/version.pass.cpp | 20 - .../input.streams/traits_mismatch.fail.cpp | 29 - .../iostream.format/input.streams/version.pass.cpp | 20 - .../output.streams/traits_mismatch.fail.cpp | 29 - .../output.streams/version.pass.cpp | 20 - .../iostream.format/std.manip/version.pass.cpp | 20 - .../input.output/iostream.forward/version.pass.cpp | 20 - .../input.output/iostream.objects/version.pass.cpp | 20 - .../input.output/iostreams.base/version.pass.cpp | 20 - .../input.output/stream.buffers/version.pass.cpp | 20 - .../string.streams/traits_mismatch.fail.cpp | 26 - .../input.output/string.streams/version.pass.cpp | 20 - test/libcxx/iterators/failed.pass.cpp | 32 - test/libcxx/iterators/trivial_iterators.pass.cpp | 188 - test/libcxx/iterators/version.pass.cpp | 20 - test/libcxx/language.support/cmp/version.pass.cpp | 20 - .../language.support/cstdint/version.pass.cpp | 20 - .../language.support/cxa_deleted_virtual.pass.cpp | 28 - .../language.support/has_c11_features.pass.cpp | 32 - .../support.dynamic/libcpp_deallocate.sh.cpp | 260 - .../support.dynamic/new_faligned_allocation.sh.cpp | 92 - .../support.dynamic/version.pass.cpp | 20 - .../support.exception/version.pass.cpp | 20 - .../support.initlist/version.pass.cpp | 20 - .../c.limits/version_cfloat.pass.cpp | 20 - .../c.limits/version_climits.pass.cpp | 20 - .../support.limits/limits/version.pass.cpp | 20 - .../support.limits/version.pass.cpp | 20 - .../language.support/support.rtti/version.pass.cpp | 20 - .../support.runtime/version_csetjmp.pass.cpp | 20 - .../support.runtime/version_csignal.pass.cpp | 20 - .../support.runtime/version_cstdarg.pass.cpp | 20 - .../support.runtime/version_cstdbool.pass.cpp | 20 - .../support.runtime/version_cstdlib.pass.cpp | 20 - .../support.runtime/version_ctime.pass.cpp | 20 - .../support.types/version.pass.cpp | 20 - test/libcxx/libcpp_alignof.pass.cpp | 37 - test/libcxx/libcpp_version.pass.cpp | 28 - .../libcxx/localization/c.locales/version.pass.cpp | 20 - .../locale.categories/__scan_keyword.pass.cpp | 118 - .../localization/locale.stdcvt/version.pass.cpp | 20 - .../conversions.string/ctor_move.pass.cpp | 38 - .../locale.types/locale.facet/facet.pass.cpp | 53 - .../locale/locale.types/locale.id/id.pass.cpp | 50 - test/libcxx/localization/version.pass.cpp | 20 - .../memory/aligned_allocation_macro.pass.cpp | 31 - test/libcxx/memory/is_allocator.pass.cpp | 42 - test/libcxx/min_max_macros.sh.cpp | 282 - test/libcxx/modules/cinttypes_exports.sh.cpp | 25 - test/libcxx/modules/clocale_exports.sh.cpp | 28 - test/libcxx/modules/cstdint_exports.sh.cpp | 25 - test/libcxx/modules/inttypes_h_exports.sh.cpp | 24 - test/libcxx/modules/stdint_h_exports.sh.cpp | 20 - test/libcxx/numerics/c.math/constexpr-fns.pass.cpp | 32 - test/libcxx/numerics/c.math/ctgmath.pass.cpp | 24 - .../c.math/fdelayed-template-parsing.sh.cpp | 28 - test/libcxx/numerics/c.math/tgmath_h.pass.cpp | 20 - test/libcxx/numerics/c.math/version_cmath.pass.cpp | 20 - test/libcxx/numerics/cfenv/version.pass.cpp | 22 - test/libcxx/numerics/complex.number/__sqr.pass.cpp | 81 - .../complex.number/ccmplx/ccomplex.pass.cpp | 22 - .../numerics/complex.number/version.pass.cpp | 20 - test/libcxx/numerics/numarray/version.pass.cpp | 20 - test/libcxx/numerics/numeric.ops/version.pass.cpp | 20 - .../numerics/rand/rand.synopsis/version.pass.cpp | 20 - test/libcxx/selftest/not_test.sh.cpp | 17 - test/libcxx/selftest/test.arc.fail.mm | 13 - test/libcxx/selftest/test.arc.pass.mm | 17 - test/libcxx/selftest/test.fail.cpp | 11 - test/libcxx/selftest/test.fail.mm | 13 - test/libcxx/selftest/test.pass.cpp | 13 - test/libcxx/selftest/test.pass.mm | 17 - test/libcxx/selftest/test.sh.cpp | 16 - test/libcxx/selftest/test_macros.pass.cpp | 66 - .../string.modifiers/clear_and_shrink_db1.pass.cpp | 48 - .../string.modifiers/erase_iter_db1.pass.cpp | 51 - .../string.modifiers/erase_iter_db2.pass.cpp | 53 - .../string.modifiers/erase_iter_iter_db1.pass.cpp | 51 - .../string.modifiers/erase_iter_iter_db2.pass.cpp | 51 - .../string.modifiers/erase_iter_iter_db3.pass.cpp | 51 - .../string.modifiers/erase_iter_iter_db4.pass.cpp | 49 - .../string.modifiers/erase_pop_back_db1.pass.cpp | 32 - .../string.modifiers/insert_iter_char_db1.pass.cpp | 34 - .../insert_iter_size_char_db1.pass.cpp | 31 - .../resize_default_initialized.pass.cpp | 63 - .../strings/c.strings/version_cctype.pass.cpp | 20 - .../strings/c.strings/version_cstring.pass.cpp | 20 - .../strings/c.strings/version_cuchar.pass.cpp | 22 - .../strings/c.strings/version_cwchar.pass.cpp | 20 - .../strings/c.strings/version_cwctype.pass.cpp | 20 - test/libcxx/strings/iterators.exceptions.pass.cpp | 88 - test/libcxx/strings/iterators.noexcept.pass.cpp | 81 - test/libcxx/strings/version.pass.cpp | 20 - .../futures/futures.promise/set_exception.pass.cpp | 56 - .../set_exception_at_thread_exit.pass.cpp | 56 - .../thread/futures/futures.task/types.pass.cpp | 31 - test/libcxx/thread/futures/version.pass.cpp | 22 - ...202_notify_from_pthread_created_thread.pass.cpp | 76 - .../native_handle.pass.cpp | 31 - .../thread/thread.condition/version.pass.cpp | 22 - .../thread.mutex.class/native_handle.pass.cpp | 29 - .../thread.mutex.recursive/native_handle.pass.cpp | 29 - .../thread_safety_annotations_not_enabled.pass.cpp | 26 - .../thread.mutex/thread_safety_lock_guard.pass.cpp | 40 - .../thread_safety_lock_unlock.pass.cpp | 31 - .../thread_safety_missing_unlock.fail.cpp | 28 - .../thread_safety_requires_capability.pass.cpp | 35 - test/libcxx/thread/thread.mutex/version.pass.cpp | 20 - .../thread.thread.member/native_handle.pass.cpp | 56 - .../thread.thread.class/types.pass.cpp | 28 - .../thread.thread.this/sleep_for.pass.cpp | 68 - test/libcxx/thread/thread.threads/version.pass.cpp | 22 - .../type_traits/convert_to_integral.pass.cpp | 109 - .../libcxx/type_traits/lazy_metafunctions.pass.cpp | 137 - .../utilities/any/size_and_alignment.pass.cpp | 23 - test/libcxx/utilities/any/small_type.pass.cpp | 114 - test/libcxx/utilities/any/version.pass.cpp | 20 - .../func.require/bullet_1_2_3.pass.cpp | 371 - .../func.require/bullet_4_5_6.pass.cpp | 216 - .../func.require/bullet_7.pass.cpp | 327 - .../function.objects/func.require/invoke.pass.cpp | 45 - .../function.objects/func.require/invoke_helpers.h | 456 - .../function.objects/refwrap/binary.pass.cpp | 80 - .../function.objects/refwrap/unary.pass.cpp | 78 - ...tyhash_ubsan_unsigned_overflow_ignored.pass.cpp | 41 - .../utilities/function.objects/version.pass.cpp | 20 - .../get_pointer_safety_cxx03.pass.cpp | 46 - .../get_pointer_safety_new_abi.pass.cpp | 38 - .../memory/util.smartptr/race_condition.pass.cpp | 95 - .../function_type_default_deleter.fail.cpp | 44 - test/libcxx/utilities/memory/version.pass.cpp | 20 - .../utilities/meta/is_referenceable.pass.cpp | 193 - .../__has_operator_addressof.pass.cpp | 69 - .../missing_is_aggregate_trait.fail.cpp | 28 - test/libcxx/utilities/meta/version.pass.cpp | 20 - .../optional.object.assign/copy.pass.cpp | 74 - .../optional.object.assign/move.pass.cpp | 71 - .../optional.object.ctor/copy.pass.cpp | 59 - .../optional.object.ctor/move.pass.cpp | 60 - .../optional.object/triviality.abi.pass.cpp | 98 - test/libcxx/utilities/optional/version.pass.cpp | 20 - test/libcxx/utilities/ratio/version.pass.cpp | 20 - .../utilities/template.bitset/includes.pass.cpp | 32 - .../utilities/template.bitset/version.pass.cpp | 20 - .../time/date.time/asctime.thread-unsafe.fail.cpp | 18 - .../time/date.time/ctime.thread-unsafe.fail.cpp | 18 - .../time/date.time/gmtime.thread-unsafe.fail.cpp | 18 - .../date.time/localtime.thread-unsafe.fail.cpp | 18 - test/libcxx/utilities/time/version.pass.cpp | 20 - .../tuple/tuple.tuple/empty_member.pass.cpp | 46 - .../PR20855_tuple_ref_binding_diagnostics.fail.cpp | 85 - ...reduced_arity_initialization_extension.pass.cpp | 108 - ...reduced_arity_initialization_extension.pass.cpp | 117 - test/libcxx/utilities/tuple/version.pass.cpp | 20 - test/libcxx/utilities/type.index/version.pass.cpp | 20 - .../utilities/utility/__is_inplace_index.pass.cpp | 34 - .../utilities/utility/__is_inplace_type.pass.cpp | 34 - .../utility/pairs/pairs.pair/U_V.pass.cpp | 54 - .../pairs/pairs.pair/assign_tuple_like.pass.cpp | 104 - .../pairs.pair/const_first_const_second.pass.cpp | 62 - .../pairs/pairs.pair/const_pair_U_V.pass.cpp | 64 - .../utility/pairs/pairs.pair/default.pass.cpp | 36 - .../pairs.pair/non_trivial_copy_move_ABI.pass.cpp | 165 - .../pairs/pairs.pair/pair.tuple_element.fail.cpp | 25 - .../utility/pairs/pairs.pair/piecewise.pass.cpp | 38 - .../utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp | 63 - .../pairs.pair/trivial_copy_move_ABI.pass.cpp | 160 - test/libcxx/utilities/utility/version.pass.cpp | 20 - .../variant.helper/variant_alternative.fail.cpp | 36 - .../variant/variant.variant/variant_size.pass.cpp | 69 - test/libcxx/utilities/variant/version.pass.cpp | 20 - test/lit.cfg | 54 - test/lit.site.cfg.in | 39 - test/nothing_to_do.pass.cpp | 13 - .../alg.c.library/tested_elsewhere.pass.cpp | 12 - .../alg.copy/copy.pass.cpp | 90 - .../alg.copy/copy_backward.pass.cpp | 70 - .../alg.copy/copy_if.pass.cpp | 97 - .../alg.copy/copy_n.pass.cpp | 93 - .../alg.fill/fill.pass.cpp | 75 - .../alg.fill/fill_n.pass.cpp | 174 - .../alg.generate/generate.pass.cpp | 65 - .../alg.generate/generate_n.pass.cpp | 88 - .../alg.move/move.pass.cpp | 131 - .../alg.move/move_backward.pass.cpp | 85 - .../alg.partitions/is_partitioned.pass.cpp | 98 - .../alg.partitions/partition.pass.cpp | 102 - .../alg.partitions/partition_copy.pass.cpp | 72 - .../alg.partitions/partition_point.pass.cpp | 93 - .../alg.partitions/stable_partition.pass.cpp | 314 - .../alg.random.sample/sample.fail.cpp | 41 - .../alg.random.sample/sample.pass.cpp | 160 - .../alg.random.sample/sample.stable.pass.cpp | 55 - .../alg.random.shuffle/random_shuffle.pass.cpp | 35 - .../random_shuffle_rand.pass.cpp | 42 - .../random_shuffle_urng.pass.cpp | 35 - .../alg.remove/remove.pass.cpp | 94 - .../alg.remove/remove_copy.pass.cpp | 89 - .../alg.remove/remove_copy_if.pass.cpp | 94 - .../alg.remove/remove_if.pass.cpp | 109 - .../alg.replace/replace.pass.cpp | 61 - .../alg.replace/replace_copy.pass.cpp | 93 - .../alg.replace/replace_copy_if.pass.cpp | 97 - .../alg.replace/replace_if.pass.cpp | 64 - .../alg.reverse/reverse.pass.cpp | 60 - .../alg.reverse/reverse_copy.pass.cpp | 99 - .../alg.rotate/rotate.pass.cpp | 438 - .../alg.rotate/rotate_copy.pass.cpp | 155 - .../alg.swap/iter_swap.pass.cpp | 27 - .../alg.swap/swap_ranges.pass.cpp | 154 - .../alg.transform/binary_transform.pass.cpp | 240 - .../alg.transform/unary_transform.pass.cpp | 101 - .../alg.unique/unique.pass.cpp | 202 - .../alg.unique/unique_copy.pass.cpp | 144 - .../alg.unique/unique_copy_pred.pass.cpp | 172 - .../alg.unique/unique_pred.pass.cpp | 244 - .../nothing_to_do.pass.cpp | 12 - .../alg.adjacent.find/adjacent_find.pass.cpp | 51 - .../alg.adjacent.find/adjacent_find_pred.pass.cpp | 58 - .../alg.nonmodifying/alg.all_of/all_of.pass.cpp | 62 - .../alg.nonmodifying/alg.any_of/any_of.pass.cpp | 70 - .../alg.nonmodifying/alg.count/count.pass.cpp | 47 - .../alg.nonmodifying/alg.count/count_if.pass.cpp | 57 - .../alg.nonmodifying/alg.equal/equal.pass.cpp | 92 - .../alg.nonmodifying/alg.equal/equal_pred.pass.cpp | 118 - .../alg.find.end/find_end.pass.cpp | 81 - .../alg.find.end/find_end_pred.pass.cpp | 111 - .../alg.find.first.of/find_first_of.pass.cpp | 73 - .../alg.find.first.of/find_first_of_pred.pass.cpp | 79 - .../alg.nonmodifying/alg.find/find.pass.cpp | 46 - .../alg.nonmodifying/alg.find/find_if.pass.cpp | 57 - .../alg.nonmodifying/alg.find/find_if_not.pass.cpp | 57 - .../alg.foreach/for_each_n.pass.cpp | 80 - .../alg.nonmodifying/alg.foreach/test.pass.cpp | 55 - .../alg.is_permutation/is_permutation.pass.cpp | 622 - .../is_permutation_pred.pass.cpp | 773 - .../alg.nonmodifying/alg.none_of/none_of.pass.cpp | 70 - .../alg.nonmodifying/alg.search/search.pass.cpp | 125 - .../alg.nonmodifying/alg.search/search_n.pass.cpp | 92 - .../alg.search/search_n_pred.pass.cpp | 171 - .../alg.search/search_pred.pass.cpp | 129 - .../alg.nonmodifying/mismatch/mismatch.pass.cpp | 93 - .../mismatch/mismatch_pred.pass.cpp | 118 - .../alg.nonmodifying/nothing_to_do.pass.cpp | 12 - .../binary.search/binary_search.pass.cpp | 80 - .../binary.search/binary_search_comp.pass.cpp | 81 - .../equal.range/equal_range.pass.cpp | 88 - .../equal.range/equal_range_comp.pass.cpp | 87 - .../lower.bound/lower_bound.pass.cpp | 83 - .../lower.bound/lower_bound_comp.pass.cpp | 83 - .../alg.binary.search/nothing_to_do.pass.cpp | 12 - .../upper.bound/upper_bound.pass.cpp | 80 - .../upper.bound/upper_bound_comp.pass.cpp | 83 - .../alg.sorting/alg.clamp/clamp.comp.pass.cpp | 127 - .../alg.sorting/alg.clamp/clamp.pass.cpp | 125 - .../alg.heap.operations/is.heap/is_heap.pass.cpp | 536 - .../is.heap/is_heap_comp.pass.cpp | 537 - .../is.heap/is_heap_until.pass.cpp | 536 - .../is.heap/is_heap_until_comp.pass.cpp | 537 - .../make.heap/make_heap.pass.cpp | 42 - .../make.heap/make_heap_comp.pass.cpp | 101 - .../alg.heap.operations/nothing_to_do.pass.cpp | 12 - .../alg.heap.operations/pop.heap/pop_heap.pass.cpp | 42 - .../pop.heap/pop_heap_comp.pass.cpp | 71 - .../push.heap/push_heap.pass.cpp | 41 - .../push.heap/push_heap_comp.pass.cpp | 68 - .../sort.heap/sort_heap.pass.cpp | 43 - .../sort.heap/sort_heap_comp.pass.cpp | 68 - .../lexicographical_compare.pass.cpp | 85 - .../lexicographical_compare_comp.pass.cpp | 90 - .../alg.sorting/alg.merge/inplace_merge.pass.cpp | 111 - .../alg.merge/inplace_merge_comp.pass.cpp | 171 - .../alg.sorting/alg.merge/merge.pass.cpp | 249 - .../alg.sorting/alg.merge/merge_comp.pass.cpp | 260 - .../alg.sorting/alg.min.max/max.pass.cpp | 56 - .../alg.sorting/alg.min.max/max_comp.pass.cpp | 58 - .../alg.sorting/alg.min.max/max_element.pass.cpp | 83 - .../alg.min.max/max_element_comp.pass.cpp | 104 - .../alg.sorting/alg.min.max/max_init_list.pass.cpp | 44 - .../alg.min.max/max_init_list_comp.pass.cpp | 45 - .../alg.sorting/alg.min.max/min.pass.cpp | 56 - .../alg.sorting/alg.min.max/min_comp.pass.cpp | 58 - .../alg.sorting/alg.min.max/min_element.pass.cpp | 83 - .../alg.min.max/min_element_comp.pass.cpp | 104 - .../alg.sorting/alg.min.max/min_init_list.pass.cpp | 44 - .../alg.min.max/min_init_list_comp.pass.cpp | 45 - .../alg.sorting/alg.min.max/minmax.pass.cpp | 64 - .../alg.sorting/alg.min.max/minmax_comp.pass.cpp | 67 - .../alg.min.max/minmax_element.pass.cpp | 101 - .../alg.min.max/minmax_element_comp.pass.cpp | 108 - .../alg.min.max/minmax_init_list.pass.cpp | 41 - .../alg.min.max/minmax_init_list_comp.pass.cpp | 76 - .../alg.min.max/requires_forward_iterator.fail.cpp | 37 - .../alg.nth.element/nth_element.pass.cpp | 66 - .../alg.nth.element/nth_element_comp.pass.cpp | 89 - .../next_permutation.pass.cpp | 66 - .../next_permutation_comp.pass.cpp | 68 - .../prev_permutation.pass.cpp | 66 - .../prev_permutation_comp.pass.cpp | 68 - .../alg.set.operations/includes/includes.pass.cpp | 101 - .../includes/includes_comp.pass.cpp | 104 - .../alg.set.operations/nothing_to_do.pass.cpp | 12 - .../set.difference/set_difference.pass.cpp | 200 - .../set.difference/set_difference_comp.pass.cpp | 202 - .../set.intersection/set_intersection.pass.cpp | 221 - .../set_intersection_comp.pass.cpp | 224 - .../set_symmetric_difference.pass.cpp | 199 - .../set_symmetric_difference_comp.pass.cpp | 203 - .../set.union/set_union.pass.cpp | 198 - .../set.union/set_union_comp.pass.cpp | 200 - .../set.union/set_union_move.pass.cpp | 46 - .../alg.sort/is.sorted/is_sorted.pass.cpp | 196 - .../alg.sort/is.sorted/is_sorted_comp.pass.cpp | 197 - .../alg.sort/is.sorted/is_sorted_until.pass.cpp | 196 - .../is.sorted/is_sorted_until_comp.pass.cpp | 197 - .../alg.sorting/alg.sort/nothing_to_do.pass.cpp | 12 - .../partial.sort.copy/partial_sort_copy.pass.cpp | 89 - .../partial_sort_copy_comp.pass.cpp | 93 - .../alg.sort/partial.sort/partial_sort.pass.cpp | 70 - .../partial.sort/partial_sort_comp.pass.cpp | 96 - .../alg.sorting/alg.sort/sort/sort.pass.cpp | 156 - .../alg.sorting/alg.sort/sort/sort_comp.pass.cpp | 57 - .../alg.sort/stable.sort/stable_sort.pass.cpp | 156 - .../alg.sort/stable.sort/stable_sort_comp.pass.cpp | 86 - .../algorithms/alg.sorting/nothing_to_do.pass.cpp | 12 - .../algorithms.general/nothing_to_do.pass.cpp | 12 - .../atomics.fences/atomic_signal_fence.pass.cpp | 21 - .../atomics.fences/atomic_thread_fence.pass.cpp | 21 - .../atomics.flag/atomic_flag_clear.pass.cpp | 38 - .../atomic_flag_clear_explicit.pass.cpp | 66 - .../atomics.flag/atomic_flag_test_and_set.pass.cpp | 36 - .../atomic_flag_test_and_set_explicit.pass.cpp | 96 - test/std/atomics/atomics.flag/clear.pass.cpp | 80 - test/std/atomics/atomics.flag/copy_assign.fail.cpp | 24 - test/std/atomics/atomics.flag/copy_ctor.fail.cpp | 23 - .../atomics.flag/copy_volatile_assign.fail.cpp | 24 - test/std/atomics/atomics.flag/default.pass.cpp | 36 - test/std/atomics/atomics.flag/init.pass.cpp | 26 - .../std/atomics/atomics.flag/test_and_set.pass.cpp | 108 - .../atomics/atomics.general/nothing_to_do.pass.cpp | 13 - .../atomics.general/replace_failure_order.pass.cpp | 43 - .../atomics.lockfree/isalwayslockfree.pass.cpp | 138 - .../std/atomics/atomics.lockfree/lockfree.pass.cpp | 60 - .../atomics/atomics.order/kill_dependency.pass.cpp | 23 - .../atomics/atomics.order/memory_order.pass.cpp | 33 - .../std/atomics/atomics.syn/nothing_to_do.pass.cpp | 13 - .../atomics/atomics.types.generic/address.pass.cpp | 143 - .../atomics/atomics.types.generic/bool.pass.cpp | 236 - .../cstdint_typedefs.pass.cpp | 69 - .../atomics.types.generic/integral.pass.cpp | 224 - .../integral_typedefs.pass.cpp | 75 - .../trivially_copyable.fail.cpp | 70 - .../trivially_copyable.pass.cpp | 77 - .../nothing_to_do.pass.cpp | 13 - .../nothing_to_do.pass.cpp | 13 - .../nothing_to_do.pass.cpp | 13 - .../atomic_compare_exchange_strong.pass.cpp | 62 - ...tomic_compare_exchange_strong_explicit.pass.cpp | 69 - .../atomic_compare_exchange_weak.pass.cpp | 63 - .../atomic_compare_exchange_weak_explicit.pass.cpp | 71 - .../atomic_exchange.pass.cpp | 48 - .../atomic_exchange_explicit.pass.cpp | 50 - .../atomic_fetch_add.pass.cpp | 83 - .../atomic_fetch_add_explicit.pass.cpp | 88 - .../atomic_fetch_and.pass.cpp | 51 - .../atomic_fetch_and_explicit.pass.cpp | 53 - .../atomic_fetch_or.pass.cpp | 51 - .../atomic_fetch_or_explicit.pass.cpp | 53 - .../atomic_fetch_sub.pass.cpp | 83 - .../atomic_fetch_sub_explicit.pass.cpp | 88 - .../atomic_fetch_xor.pass.cpp | 51 - .../atomic_fetch_xor_explicit.pass.cpp | 53 - .../atomics.types.operations.req/atomic_helpers.h | 68 - .../atomic_init.pass.cpp | 45 - .../atomic_is_lock_free.pass.cpp | 48 - .../atomic_load.pass.cpp | 45 - .../atomic_load_explicit.pass.cpp | 45 - .../atomic_store.pass.cpp | 45 - .../atomic_store_explicit.pass.cpp | 45 - .../atomic_var_init.pass.cpp | 25 - .../atomics.types.operations.req/ctor.pass.cpp | 64 - .../nothing_to_do.pass.cpp | 13 - .../nothing_to_do.pass.cpp | 13 - test/std/containers/Copyable.h | 18 - test/std/containers/Emplaceable.h | 58 - test/std/containers/NotConstructible.h | 41 - .../containers/associative/iterator_types.pass.cpp | 131 - .../map/PR28469_undefined_behavior_segfault.sh.cpp | 31 - .../associative/map/allocator_mismatch.fail.cpp | 18 - .../containers/associative/map/compare.pass.cpp | 52 - .../associative/map/incomplete_type.pass.cpp | 29 - .../associative/map/map.access/at.pass.cpp | 164 - .../associative/map/map.access/empty.fail.cpp | 28 - .../associative/map/map.access/empty.pass.cpp | 43 - .../associative/map/map.access/index_key.pass.cpp | 143 - .../map/map.access/index_rv_key.pass.cpp | 80 - .../map/map.access/index_tuple.pass.cpp | 31 - .../associative/map/map.access/iterator.pass.cpp | 229 - .../associative/map/map.access/max_size.pass.cpp | 51 - .../associative/map/map.access/size.pass.cpp | 59 - .../associative/map/map.cons/alloc.pass.cpp | 50 - .../map/map.cons/assign_initializer_list.pass.cpp | 73 - .../associative/map/map.cons/compare.pass.cpp | 42 - .../map/map.cons/compare_alloc.pass.cpp | 54 - .../map.cons/compare_copy_constructible.fail.cpp | 29 - .../associative/map/map.cons/copy.pass.cpp | 130 - .../associative/map/map.cons/copy_alloc.pass.cpp | 129 - .../associative/map/map.cons/copy_assign.pass.cpp | 341 - .../associative/map/map.cons/default.pass.cpp | 54 - .../map/map.cons/default_noexcept.pass.cpp | 58 - .../map/map.cons/default_recursive.pass.cpp | 29 - .../map/map.cons/dtor_noexcept.pass.cpp | 52 - .../map/map.cons/initializer_list.pass.cpp | 65 - .../map/map.cons/initializer_list_compare.pass.cpp | 67 - .../initializer_list_compare_alloc.pass.cpp | 120 - .../associative/map/map.cons/iter_iter.pass.cpp | 68 - .../map/map.cons/iter_iter_comp.pass.cpp | 73 - .../map/map.cons/iter_iter_comp_alloc.pass.cpp | 123 - .../associative/map/map.cons/move.pass.cpp | 118 - .../associative/map/map.cons/move_alloc.pass.cpp | 271 - .../associative/map/map.cons/move_assign.pass.cpp | 188 - .../map/map.cons/move_assign_noexcept.pass.cpp | 58 - .../map/map.cons/move_noexcept.pass.cpp | 56 - .../associative/map/map.erasure/erase_if.pass.cpp | 79 - .../associative/map/map.modifiers/clear.pass.cpp | 66 - .../associative/map/map.modifiers/emplace.pass.cpp | 163 - .../map/map.modifiers/emplace_hint.pass.cpp | 158 - .../map/map.modifiers/erase_iter.pass.cpp | 259 - .../map/map.modifiers/erase_iter_iter.pass.cpp | 157 - .../map/map.modifiers/erase_key.pass.cpp | 275 - .../map/map.modifiers/extract_iterator.pass.cpp | 67 - .../map/map.modifiers/extract_key.pass.cpp | 76 - ...ert_and_emplace_allocator_requirements.pass.cpp | 31 - .../map/map.modifiers/insert_cv.pass.cpp | 72 - .../map.modifiers/insert_initializer_list.pass.cpp | 69 - .../map/map.modifiers/insert_iter_cv.pass.cpp | 68 - .../map/map.modifiers/insert_iter_iter.pass.cpp | 77 - .../map/map.modifiers/insert_iter_rv.pass.cpp | 98 - .../map/map.modifiers/insert_node_type.pass.cpp | 85 - .../map.modifiers/insert_node_type_hint.pass.cpp | 64 - .../map/map.modifiers/insert_or_assign.pass.cpp | 185 - .../map/map.modifiers/insert_rv.pass.cpp | 107 - .../associative/map/map.modifiers/merge.pass.cpp | 150 - .../map/map.modifiers/try.emplace.pass.cpp | 182 - .../associative/map/map.ops/count.pass.cpp | 194 - .../associative/map/map.ops/count0.pass.cpp | 39 - .../associative/map/map.ops/count1.fail.cpp | 40 - .../associative/map/map.ops/count2.fail.cpp | 40 - .../associative/map/map.ops/count3.fail.cpp | 40 - .../map/map.ops/count_transparent.pass.cpp | 50 - .../associative/map/map.ops/equal_range.pass.cpp | 491 - .../associative/map/map.ops/equal_range0.pass.cpp | 45 - .../associative/map/map.ops/equal_range1.fail.cpp | 40 - .../associative/map/map.ops/equal_range2.fail.cpp | 40 - .../associative/map/map.ops/equal_range3.fail.cpp | 40 - .../map/map.ops/equal_range_transparent.pass.cpp | 60 - .../associative/map/map.ops/find.pass.cpp | 261 - .../associative/map/map.ops/find0.pass.cpp | 41 - .../associative/map/map.ops/find1.fail.cpp | 40 - .../associative/map/map.ops/find2.fail.cpp | 40 - .../associative/map/map.ops/find3.fail.cpp | 40 - .../associative/map/map.ops/lower_bound.pass.cpp | 373 - .../associative/map/map.ops/lower_bound0.pass.cpp | 41 - .../associative/map/map.ops/lower_bound1.fail.cpp | 40 - .../associative/map/map.ops/lower_bound2.fail.cpp | 40 - .../associative/map/map.ops/lower_bound3.fail.cpp | 40 - .../associative/map/map.ops/upper_bound.pass.cpp | 336 - .../associative/map/map.ops/upper_bound0.pass.cpp | 41 - .../associative/map/map.ops/upper_bound1.fail.cpp | 40 - .../associative/map/map.ops/upper_bound2.fail.cpp | 40 - .../associative/map/map.ops/upper_bound3.fail.cpp | 40 - .../map/map.special/member_swap.pass.cpp | 176 - .../map/map.special/non_member_swap.pass.cpp | 281 - .../map/map.special/swap_noexcept.pass.cpp | 142 - test/std/containers/associative/map/types.pass.cpp | 70 - .../multimap/allocator_mismatch.fail.cpp | 18 - .../containers/associative/multimap/empty.fail.cpp | 28 - .../containers/associative/multimap/empty.pass.cpp | 43 - .../associative/multimap/incomplete_type.pass.cpp | 29 - .../associative/multimap/iterator.pass.cpp | 233 - .../associative/multimap/max_size.pass.cpp | 51 - .../multimap/multimap.cons/alloc.pass.cpp | 50 - .../multimap.cons/assign_initializer_list.pass.cpp | 83 - .../multimap/multimap.cons/compare.pass.cpp | 42 - .../multimap/multimap.cons/compare_alloc.pass.cpp | 54 - .../compare_copy_constructible.fail.cpp | 29 - .../multimap/multimap.cons/copy.pass.cpp | 103 - .../multimap/multimap.cons/copy_alloc.pass.cpp | 102 - .../multimap/multimap.cons/copy_assign.pass.cpp | 125 - .../multimap/multimap.cons/default.pass.cpp | 54 - .../multimap.cons/default_noexcept.pass.cpp | 58 - .../multimap.cons/default_recursive.pass.cpp | 29 - .../multimap/multimap.cons/dtor_noexcept.pass.cpp | 52 - .../multimap.cons/initializer_list.pass.cpp | 81 - .../initializer_list_compare.pass.cpp | 89 - .../initializer_list_compare_alloc.pass.cpp | 159 - .../multimap/multimap.cons/iter_iter.pass.cpp | 113 - .../multimap/multimap.cons/iter_iter_comp.pass.cpp | 86 - .../multimap.cons/iter_iter_comp_alloc.pass.cpp | 122 - .../multimap/multimap.cons/move.pass.cpp | 130 - .../multimap/multimap.cons/move_alloc.pass.cpp | 271 - .../multimap/multimap.cons/move_assign.pass.cpp | 188 - .../multimap.cons/move_assign_noexcept.pass.cpp | 58 - .../multimap/multimap.cons/move_noexcept.pass.cpp | 56 - .../multimap/multimap.erasure/erase_if.pass.cpp | 89 - .../multimap/multimap.modifiers/clear.pass.cpp | 66 - .../multimap/multimap.modifiers/emplace.pass.cpp | 148 - .../multimap.modifiers/emplace_hint.pass.cpp | 158 - .../multimap.modifiers/erase_iter.pass.cpp | 301 - .../multimap.modifiers/erase_iter_iter.pass.cpp | 157 - .../multimap/multimap.modifiers/erase_key.pass.cpp | 153 - .../multimap.modifiers/extract_iterator.pass.cpp | 67 - .../multimap.modifiers/extract_key.pass.cpp | 76 - .../insert_allocator_requirements.pass.cpp | 28 - .../multimap/multimap.modifiers/insert_cv.pass.cpp | 69 - .../insert_initializer_list.pass.cpp | 89 - .../multimap.modifiers/insert_iter_cv.pass.cpp | 67 - .../multimap.modifiers/insert_iter_iter.pass.cpp | 101 - .../multimap.modifiers/insert_iter_rv.pass.cpp | 99 - .../multimap.modifiers/insert_node_type.pass.cpp | 78 - .../insert_node_type_hint.pass.cpp | 64 - .../multimap/multimap.modifiers/insert_rv.pass.cpp | 93 - .../multimap/multimap.modifiers/merge.pass.cpp | 150 - .../multimap/multimap.ops/count.pass.cpp | 176 - .../multimap/multimap.ops/count0.pass.cpp | 39 - .../multimap/multimap.ops/count1.fail.cpp | 38 - .../multimap/multimap.ops/count2.fail.cpp | 38 - .../multimap/multimap.ops/count3.fail.cpp | 38 - .../multimap.ops/count_transparent.pass.cpp | 50 - .../multimap/multimap.ops/equal_range.pass.cpp | 287 - .../multimap/multimap.ops/equal_range0.pass.cpp | 45 - .../multimap/multimap.ops/equal_range1.fail.cpp | 38 - .../multimap/multimap.ops/equal_range2.fail.cpp | 40 - .../multimap/multimap.ops/equal_range3.fail.cpp | 40 - .../multimap.ops/equal_range_transparent.pass.cpp | 60 - .../multimap/multimap.ops/find.pass.cpp | 223 - .../multimap/multimap.ops/find0.pass.cpp | 41 - .../multimap/multimap.ops/find1.fail.cpp | 40 - .../multimap/multimap.ops/find2.fail.cpp | 40 - .../multimap/multimap.ops/find3.fail.cpp | 40 - .../multimap/multimap.ops/lower_bound.pass.cpp | 237 - .../multimap/multimap.ops/lower_bound0.pass.cpp | 41 - .../multimap/multimap.ops/lower_bound1.fail.cpp | 40 - .../multimap/multimap.ops/lower_bound2.fail.cpp | 40 - .../multimap/multimap.ops/lower_bound3.fail.cpp | 40 - .../multimap/multimap.ops/upper_bound.pass.cpp | 236 - .../multimap/multimap.ops/upper_bound0.pass.cpp | 41 - .../multimap/multimap.ops/upper_bound1.fail.cpp | 40 - .../multimap/multimap.ops/upper_bound2.fail.cpp | 40 - .../multimap/multimap.ops/upper_bound3.fail.cpp | 40 - .../multimap/multimap.special/member_swap.pass.cpp | 176 - .../multimap.special/non_member_swap.pass.cpp | 281 - .../multimap.special/swap_noexcept.pass.cpp | 141 - .../containers/associative/multimap/scary.pass.cpp | 25 - .../containers/associative/multimap/size.pass.cpp | 59 - .../containers/associative/multimap/types.pass.cpp | 70 - .../multiset/allocator_mismatch.fail.cpp | 18 - .../containers/associative/multiset/clear.pass.cpp | 66 - .../containers/associative/multiset/count.pass.cpp | 161 - .../multiset/count_transparent.pass.cpp | 51 - .../associative/multiset/emplace.pass.cpp | 81 - .../associative/multiset/emplace_hint.pass.cpp | 81 - .../containers/associative/multiset/empty.fail.cpp | 28 - .../containers/associative/multiset/empty.pass.cpp | 43 - .../associative/multiset/equal_range.pass.cpp | 264 - .../multiset/equal_range_transparent.pass.cpp | 60 - .../associative/multiset/erase_iter.pass.cpp | 203 - .../associative/multiset/erase_iter_iter.pass.cpp | 141 - .../associative/multiset/erase_key.pass.cpp | 129 - .../associative/multiset/extract_iterator.pass.cpp | 60 - .../associative/multiset/extract_key.pass.cpp | 71 - .../containers/associative/multiset/find.pass.cpp | 241 - .../associative/multiset/incomplete_type.pass.cpp | 29 - .../associative/multiset/insert_cv.pass.cpp | 61 - .../insert_emplace_allocator_requirements.pass.cpp | 27 - .../multiset/insert_initializer_list.pass.cpp | 60 - .../associative/multiset/insert_iter_cv.pass.cpp | 73 - .../associative/multiset/insert_iter_iter.pass.cpp | 85 - .../associative/multiset/insert_iter_rv.pass.cpp | 74 - .../associative/multiset/insert_node_type.pass.cpp | 77 - .../multiset/insert_node_type_hint.pass.cpp | 59 - .../associative/multiset/insert_rv.pass.cpp | 74 - .../associative/multiset/iterator.pass.cpp | 217 - .../associative/multiset/lower_bound.pass.cpp | 224 - .../associative/multiset/max_size.pass.cpp | 50 - .../containers/associative/multiset/merge.pass.cpp | 149 - .../multiset/multiset.cons/alloc.pass.cpp | 29 - .../multiset.cons/assign_initializer_list.pass.cpp | 55 - .../multiset/multiset.cons/compare.pass.cpp | 33 - .../multiset/multiset.cons/compare_alloc.pass.cpp | 31 - .../compare_copy_constructible.fail.cpp | 29 - .../multiset/multiset.cons/copy.pass.cpp | 119 - .../multiset/multiset.cons/copy_alloc.pass.cpp | 68 - .../multiset/multiset.cons/copy_assign.pass.cpp | 138 - .../multiset/multiset.cons/default.pass.cpp | 54 - .../multiset.cons/default_noexcept.pass.cpp | 57 - .../multiset/multiset.cons/dtor_noexcept.pass.cpp | 51 - .../multiset.cons/initializer_list.pass.cpp | 70 - .../initializer_list_compare.pass.cpp | 38 - .../initializer_list_compare_alloc.pass.cpp | 41 - .../multiset/multiset.cons/iter_iter.pass.cpp | 83 - .../multiset.cons/iter_iter_alloc.pass.cpp | 95 - .../multiset/multiset.cons/iter_iter_comp.pass.cpp | 53 - .../multiset/multiset.cons/move.pass.cpp | 117 - .../multiset/multiset.cons/move_alloc.pass.cpp | 187 - .../multiset/multiset.cons/move_assign.pass.cpp | 184 - .../multiset.cons/move_assign_noexcept.pass.cpp | 57 - .../multiset/multiset.cons/move_noexcept.pass.cpp | 55 - .../multiset/multiset.erasure/erase_if.pass.cpp | 78 - .../multiset/multiset.special/member_swap.pass.cpp | 177 - .../multiset.special/non_member_swap.pass.cpp | 167 - .../multiset.special/swap_noexcept.pass.cpp | 140 - .../containers/associative/multiset/scary.pass.cpp | 25 - .../containers/associative/multiset/size.pass.cpp | 59 - .../containers/associative/multiset/types.pass.cpp | 70 - .../associative/multiset/upper_bound.pass.cpp | 223 - .../associative/set/allocator_mismatch.fail.cpp | 18 - test/std/containers/associative/set/clear.pass.cpp | 66 - test/std/containers/associative/set/count.pass.cpp | 171 - .../associative/set/count_transparent.pass.cpp | 51 - .../containers/associative/set/emplace.pass.cpp | 88 - .../associative/set/emplace_hint.pass.cpp | 81 - test/std/containers/associative/set/empty.fail.cpp | 28 - test/std/containers/associative/set/empty.pass.cpp | 43 - .../associative/set/equal_range.pass.cpp | 371 - .../set/equal_range_transparent.pass.cpp | 60 - .../containers/associative/set/erase_iter.pass.cpp | 203 - .../associative/set/erase_iter_iter.pass.cpp | 141 - .../containers/associative/set/erase_key.pass.cpp | 203 - .../associative/set/extract_iterator.pass.cpp | 60 - .../associative/set/extract_key.pass.cpp | 71 - test/std/containers/associative/set/find.pass.cpp | 241 - .../associative/set/incomplete_type.pass.cpp | 29 - ...ert_and_emplace_allocator_requirements.pass.cpp | 29 - .../containers/associative/set/insert_cv.pass.cpp | 66 - .../set/insert_initializer_list.pass.cpp | 60 - .../associative/set/insert_iter_cv.pass.cpp | 73 - .../associative/set/insert_iter_iter.pass.cpp | 73 - .../associative/set/insert_iter_rv.pass.cpp | 74 - .../associative/set/insert_node_type.pass.cpp | 83 - .../associative/set/insert_node_type_hint.pass.cpp | 61 - .../containers/associative/set/insert_rv.pass.cpp | 82 - .../containers/associative/set/iterator.pass.cpp | 213 - .../associative/set/lower_bound.pass.cpp | 338 - .../containers/associative/set/max_size.pass.cpp | 50 - test/std/containers/associative/set/merge.pass.cpp | 149 - .../associative/set/set.cons/alloc.pass.cpp | 29 - .../set/set.cons/assign_initializer_list.pass.cpp | 55 - .../associative/set/set.cons/compare.pass.cpp | 33 - .../set/set.cons/compare_alloc.pass.cpp | 31 - .../set.cons/compare_copy_constructible.fail.cpp | 29 - .../associative/set/set.cons/copy.pass.cpp | 95 - .../associative/set/set.cons/copy_alloc.pass.cpp | 56 - .../associative/set/set.cons/copy_assign.pass.cpp | 109 - .../associative/set/set.cons/default.pass.cpp | 54 - .../set/set.cons/default_noexcept.pass.cpp | 57 - .../set/set.cons/dtor_noexcept.pass.cpp | 51 - .../set/set.cons/initializer_list.pass.cpp | 53 - .../set/set.cons/initializer_list_compare.pass.cpp | 38 - .../initializer_list_compare_alloc.pass.cpp | 62 - .../associative/set/set.cons/iter_iter.pass.cpp | 71 - .../set/set.cons/iter_iter_alloc.pass.cpp | 87 - .../set/set.cons/iter_iter_comp.pass.cpp | 47 - .../associative/set/set.cons/move.pass.cpp | 105 - .../associative/set/set.cons/move_alloc.pass.cpp | 188 - .../associative/set/set.cons/move_assign.pass.cpp | 184 - .../set/set.cons/move_assign_noexcept.pass.cpp | 57 - .../set/set.cons/move_noexcept.pass.cpp | 55 - .../associative/set/set.erasure/erase_if.pass.cpp | 67 - .../set/set.special/member_swap.pass.cpp | 177 - .../set/set.special/non_member_swap.pass.cpp | 167 - .../set/set.special/swap_noexcept.pass.cpp | 141 - test/std/containers/associative/set/size.pass.cpp | 59 - test/std/containers/associative/set/types.pass.cpp | 70 - .../associative/set/upper_bound.pass.cpp | 337 - .../container.adaptors/nothing_to_do.pass.cpp | 12 - .../priqueue.cons.alloc/ctor_alloc.pass.cpp | 49 - .../priqueue.cons.alloc/ctor_comp_alloc.pass.cpp | 49 - .../ctor_comp_cont_alloc.pass.cpp | 63 - .../ctor_comp_rcont_alloc.pass.cpp | 62 - .../priqueue.cons.alloc/ctor_copy_alloc.pass.cpp | 58 - .../priqueue.cons.alloc/ctor_move_alloc.pass.cpp | 66 - .../priqueue.cons/assign_copy.pass.cpp | 36 - .../priqueue.cons/assign_move.pass.cpp | 40 - .../priqueue.cons/ctor_comp.pass.cpp | 27 - .../priqueue.cons/ctor_comp_container.pass.cpp | 34 - .../priqueue.cons/ctor_comp_rcontainer.pass.cpp | 38 - .../priqueue.cons/ctor_copy.pass.cpp | 35 - .../priqueue.cons/ctor_default.pass.cpp | 27 - .../priqueue.cons/ctor_iter_iter.pass.cpp | 26 - .../priqueue.cons/ctor_iter_iter_comp.pass.cpp | 28 - .../ctor_iter_iter_comp_cont.pass.cpp | 27 - .../ctor_iter_iter_comp_rcont.pass.cpp | 32 - .../priqueue.cons/ctor_move.pass.cpp | 39 - .../priority.queue/priqueue.cons/deduct.fail.cpp | 58 - .../priority.queue/priqueue.cons/deduct.pass.cpp | 123 - .../priqueue.cons/default_noexcept.pass.cpp | 35 - .../priqueue.cons/dtor_noexcept.pass.cpp | 27 - .../priqueue.cons/move_assign_noexcept.pass.cpp | 31 - .../priqueue.cons/move_noexcept.pass.cpp | 31 - .../priqueue.members/emplace.pass.cpp | 32 - .../priority.queue/priqueue.members/empty.fail.cpp | 28 - .../priority.queue/priqueue.members/empty.pass.cpp | 27 - .../priority.queue/priqueue.members/pop.pass.cpp | 34 - .../priority.queue/priqueue.members/push.pass.cpp | 28 - .../priqueue.members/push_rvalue.pass.cpp | 32 - .../priority.queue/priqueue.members/size.pass.cpp | 27 - .../priority.queue/priqueue.members/swap.pass.cpp | 30 - .../priority.queue/priqueue.members/top.pass.cpp | 28 - .../priority.queue/priqueue.special/swap.pass.cpp | 32 - .../priqueue.special/swap_noexcept.pass.cpp | 32 - .../priority.queue/types.fail.cpp | 35 - .../priority.queue/types.pass.cpp | 68 - .../queue/queue.cons.alloc/ctor_alloc.pass.cpp | 39 - .../queue.cons.alloc/ctor_container_alloc.pass.cpp | 59 - .../queue.cons.alloc/ctor_queue_alloc.pass.cpp | 52 - .../ctor_rcontainer_alloc.pass.cpp | 57 - .../queue.cons.alloc/ctor_rqueue_alloc.pass.cpp | 58 - .../queue/queue.cons/ctor_container.pass.cpp | 38 - .../queue/queue.cons/ctor_copy.pass.cpp | 32 - .../queue/queue.cons/ctor_default.pass.cpp | 28 - .../queue/queue.cons/ctor_move.pass.cpp | 39 - .../queue/queue.cons/ctor_rcontainer.pass.cpp | 37 - .../queue/queue.cons/deduct.fail.cpp | 46 - .../queue/queue.cons/deduct.pass.cpp | 91 - .../queue/queue.cons/default_noexcept.pass.cpp | 33 - .../queue/queue.cons/dtor_noexcept.pass.cpp | 27 - .../queue/queue.cons/move_assign_noexcept.pass.cpp | 30 - .../queue/queue.cons/move_noexcept.pass.cpp | 34 - .../queue/queue.defn/assign_copy.pass.cpp | 33 - .../queue/queue.defn/assign_move.pass.cpp | 40 - .../queue/queue.defn/back.pass.cpp | 26 - .../queue/queue.defn/back_const.pass.cpp | 27 - .../queue/queue.defn/emplace.pass.cpp | 65 - .../queue/queue.defn/empty.fail.cpp | 28 - .../queue/queue.defn/empty.pass.cpp | 25 - .../queue/queue.defn/front.pass.cpp | 26 - .../queue/queue.defn/front_const.pass.cpp | 27 - .../queue/queue.defn/pop.pass.cpp | 37 - .../queue/queue.defn/push.pass.cpp | 32 - .../queue/queue.defn/push_rv.pass.cpp | 36 - .../queue/queue.defn/size.pass.cpp | 23 - .../queue/queue.defn/swap.pass.cpp | 36 - .../queue/queue.defn/types.fail.cpp | 20 - .../queue/queue.defn/types.pass.cpp | 58 - .../container.adaptors/queue/queue.ops/eq.pass.cpp | 40 - .../container.adaptors/queue/queue.ops/lt.pass.cpp | 45 - .../queue/queue.special/swap.pass.cpp | 37 - .../queue/queue.special/swap_noexcept.pass.cpp | 31 - .../stack/stack.cons.alloc/ctor_alloc.pass.cpp | 39 - .../stack.cons.alloc/ctor_container_alloc.pass.cpp | 59 - .../stack.cons.alloc/ctor_copy_alloc.pass.cpp | 52 - .../ctor_rcontainer_alloc.pass.cpp | 57 - .../stack.cons.alloc/ctor_rqueue_alloc.pass.cpp | 58 - .../stack/stack.cons/ctor_container.pass.cpp | 38 - .../stack/stack.cons/ctor_copy.pass.cpp | 32 - .../stack/stack.cons/ctor_default.pass.cpp | 28 - .../stack/stack.cons/ctor_move.pass.cpp | 39 - .../stack/stack.cons/ctor_rcontainer.pass.cpp | 37 - .../stack/stack.cons/deduct.fail.cpp | 53 - .../stack/stack.cons/deduct.pass.cpp | 94 - .../stack/stack.cons/default_noexcept.pass.cpp | 34 - .../stack/stack.cons/dtor_noexcept.pass.cpp | 27 - .../stack/stack.cons/move_assign_noexcept.pass.cpp | 30 - .../stack/stack.cons/move_noexcept.pass.cpp | 33 - .../stack/stack.defn/assign_copy.pass.cpp | 33 - .../stack/stack.defn/assign_move.pass.cpp | 40 - .../stack/stack.defn/emplace.pass.cpp | 61 - .../stack/stack.defn/empty.fail.cpp | 28 - .../stack/stack.defn/empty.pass.cpp | 25 - .../stack/stack.defn/pop.pass.cpp | 34 - .../stack/stack.defn/push.pass.cpp | 29 - .../stack/stack.defn/push_rv.pass.cpp | 33 - .../stack/stack.defn/size.pass.cpp | 23 - .../stack/stack.defn/swap.pass.cpp | 36 - .../stack/stack.defn/top.pass.cpp | 26 - .../stack/stack.defn/top_const.pass.cpp | 27 - .../stack/stack.defn/types.fail.cpp | 35 - .../stack/stack.defn/types.pass.cpp | 59 - .../container.adaptors/stack/stack.ops/eq.pass.cpp | 40 - .../container.adaptors/stack/stack.ops/lt.pass.cpp | 45 - .../stack/stack.special/swap.pass.cpp | 37 - .../stack/stack.special/swap_noexcept.pass.cpp | 31 - .../containers/container.node/node_handle.pass.cpp | 147 - .../nothing_to_do.pass.cpp | 12 - .../associative.reqmts/nothing_to_do.pass.cpp | 12 - .../nothing_to_do.pass.cpp | 12 - .../allocator_move.pass.cpp | 106 - .../nothing_to_do.pass.cpp | 12 - .../container.requirements/nothing_to_do.pass.cpp | 12 - .../sequence.reqmts/nothing_to_do.pass.cpp | 12 - .../unord.req/nothing_to_do.pass.cpp | 12 - .../unord.req.except/nothing_to_do.pass.cpp | 12 - .../containers.general/nothing_to_do.pass.cpp | 12 - .../map_allocator_requirement_test_templates.h | 735 - test/std/containers/nothing_to_do.pass.cpp | 12 - .../sequences/array/array.cons/deduct.fail.cpp | 37 - .../sequences/array/array.cons/deduct.pass.cpp | 65 - .../sequences/array/array.cons/default.pass.cpp | 48 - .../array/array.cons/implicit_copy.pass.cpp | 93 - .../array/array.cons/initializer_list.pass.cpp | 52 - .../sequences/array/array.data/data.pass.cpp | 71 - .../sequences/array/array.data/data_const.pass.cpp | 74 - .../sequences/array/array.fill/fill.fail.cpp | 29 - .../sequences/array/array.fill/fill.pass.cpp | 40 - .../sequences/array/array.size/size.pass.cpp | 59 - .../sequences/array/array.special/swap.pass.cpp | 85 - .../sequences/array/array.swap/swap.fail.cpp | 30 - .../sequences/array/array.swap/swap.pass.cpp | 93 - .../sequences/array/array.tuple/get.fail.cpp | 36 - .../sequences/array/array.tuple/get.pass.cpp | 59 - .../sequences/array/array.tuple/get_const.pass.cpp | 43 - .../array/array.tuple/get_const_rv.pass.cpp | 51 - .../sequences/array/array.tuple/get_rv.pass.cpp | 35 - .../array/array.tuple/tuple_element.fail.cpp | 35 - .../array/array.tuple/tuple_element.pass.cpp | 54 - .../array/array.tuple/tuple_size.pass.cpp | 42 - .../array/array.zero/tested_elsewhere.pass.cpp | 18 - test/std/containers/sequences/array/at.pass.cpp | 120 - test/std/containers/sequences/array/begin.pass.cpp | 52 - .../containers/sequences/array/compare.fail.cpp | 71 - .../containers/sequences/array/compare.pass.cpp | 62 - .../containers/sequences/array/contiguous.pass.cpp | 31 - test/std/containers/sequences/array/empty.fail.cpp | 31 - test/std/containers/sequences/array/empty.pass.cpp | 36 - .../containers/sequences/array/front_back.pass.cpp | 119 - .../containers/sequences/array/indexing.pass.cpp | 108 - .../containers/sequences/array/iterators.pass.cpp | 145 - .../containers/sequences/array/max_size.pass.cpp | 36 - .../sequences/array/size_and_alignment.pass.cpp | 69 - test/std/containers/sequences/array/types.pass.cpp | 97 - .../sequences/deque/allocator_mismatch.fail.cpp | 18 - .../sequences/deque/deque.capacity/access.pass.cpp | 91 - .../sequences/deque/deque.capacity/empty.fail.cpp | 28 - .../sequences/deque/deque.capacity/empty.pass.cpp | 46 - .../deque/deque.capacity/max_size.pass.cpp | 47 - .../deque/deque.capacity/resize_size.pass.cpp | 89 - .../deque.capacity/resize_size_value.pass.cpp | 89 - .../deque/deque.capacity/shrink_to_fit.pass.cpp | 77 - .../sequences/deque/deque.capacity/size.pass.cpp | 62 - .../sequences/deque/deque.cons/alloc.pass.cpp | 40 - .../deque.cons/assign_initializer_list.pass.cpp | 41 - .../deque/deque.cons/assign_iter_iter.pass.cpp | 156 - .../deque/deque.cons/assign_size_value.pass.cpp | 84 - .../sequences/deque/deque.cons/copy.pass.cpp | 61 - .../sequences/deque/deque.cons/copy_alloc.pass.cpp | 51 - .../sequences/deque/deque.cons/deduct.fail.cpp | 42 - .../sequences/deque/deque.cons/deduct.pass.cpp | 98 - .../sequences/deque/deque.cons/default.pass.cpp | 41 - .../deque/deque.cons/default_noexcept.pass.cpp | 53 - .../deque/deque.cons/dtor_noexcept.pass.cpp | 51 - .../deque/deque.cons/initializer_list.pass.cpp | 39 - .../deque.cons/initializer_list_alloc.pass.cpp | 42 - .../sequences/deque/deque.cons/iter_iter.pass.cpp | 112 - .../deque/deque.cons/iter_iter_alloc.pass.cpp | 103 - .../sequences/deque/deque.cons/move.pass.cpp | 72 - .../sequences/deque/deque.cons/move_alloc.pass.cpp | 85 - .../deque/deque.cons/move_assign.pass.cpp | 89 - .../deque/deque.cons/move_assign_noexcept.pass.cpp | 55 - .../deque/deque.cons/move_noexcept.pass.cpp | 53 - .../sequences/deque/deque.cons/op_equal.pass.cpp | 63 - .../deque.cons/op_equal_initializer_list.pass.cpp | 41 - .../sequences/deque/deque.cons/size.pass.cpp | 117 - .../sequences/deque/deque.cons/size_value.pass.cpp | 52 - .../deque/deque.cons/size_value_alloc.pass.cpp | 68 - .../sequences/deque/deque.erasure/erase.pass.cpp | 78 - .../deque/deque.erasure/erase_if.pass.cpp | 78 - .../sequences/deque/deque.modifiers/clear.pass.cpp | 67 - .../deque/deque.modifiers/emplace.pass.cpp | 106 - .../deque/deque.modifiers/emplace_back.pass.cpp | 105 - .../deque/deque.modifiers/emplace_front.pass.cpp | 106 - .../erase_iter.invalidation.pass.cpp | 70 - .../deque/deque.modifiers/erase_iter.pass.cpp | 125 - .../erase_iter_iter.invalidation.pass.cpp | 78 - .../deque/deque.modifiers/erase_iter_iter.pass.cpp | 131 - .../insert_iter_initializer_list.pass.cpp | 63 - .../deque.modifiers/insert_iter_iter.pass.cpp | 289 - .../deque/deque.modifiers/insert_rvalue.pass.cpp | 111 - .../deque.modifiers/insert_size_value.pass.cpp | 158 - .../deque/deque.modifiers/insert_value.pass.cpp | 138 - .../deque.modifiers/pop_back.invalidation.pass.cpp | 49 - .../deque/deque.modifiers/pop_back.pass.cpp | 85 - .../pop_front.invalidation.pass.cpp | 49 - .../deque/deque.modifiers/pop_front.pass.cpp | 85 - .../deque/deque.modifiers/push_back.pass.cpp | 73 - .../push_back_exception_safety.pass.cpp | 102 - .../deque.modifiers/push_back_rvalue.pass.cpp | 76 - .../deque/deque.modifiers/push_front.pass.cpp | 84 - .../push_front_exception_safety.pass.cpp | 102 - .../deque.modifiers/push_front_rvalue.pass.cpp | 87 - .../sequences/deque/deque.special/copy.pass.cpp | 88 - .../deque/deque.special/copy_backward.pass.cpp | 87 - .../sequences/deque/deque.special/move.pass.cpp | 87 - .../deque/deque.special/move_backward.pass.cpp | 87 - .../sequences/deque/deque.special/swap.pass.cpp | 110 - .../deque/deque.special/swap_noexcept.pass.cpp | 89 - .../containers/sequences/deque/iterators.pass.cpp | 80 - test/std/containers/sequences/deque/types.pass.cpp | 104 - .../forwardlist/allocator_mismatch.fail.cpp | 18 - .../sequences/forwardlist/empty.fail.cpp | 28 - .../sequences/forwardlist/empty.pass.cpp | 46 - .../forwardlist/forwardlist.access/front.pass.cpp | 61 - .../forwardlist/forwardlist.cons/alloc.fail.cpp | 30 - .../forwardlist/forwardlist.cons/alloc.pass.cpp | 49 - .../forwardlist.cons/assign_copy.pass.cpp | 146 - .../forwardlist.cons/assign_init.pass.cpp | 68 - .../forwardlist.cons/assign_move.pass.cpp | 197 - .../forwardlist.cons/assign_op_init.pass.cpp | 68 - .../forwardlist.cons/assign_range.pass.cpp | 78 - .../forwardlist.cons/assign_size_value.pass.cpp | 68 - .../forwardlist/forwardlist.cons/copy.pass.cpp | 68 - .../forwardlist.cons/copy_alloc.pass.cpp | 67 - .../forwardlist/forwardlist.cons/deduct.fail.cpp | 42 - .../forwardlist/forwardlist.cons/deduct.pass.cpp | 103 - .../forwardlist/forwardlist.cons/default.pass.cpp | 41 - .../forwardlist.cons/default_noexcept.pass.cpp | 53 - .../forwardlist.cons/default_recursive.pass.cpp | 25 - .../forwardlist.cons/dtor_noexcept.pass.cpp | 51 - .../forwardlist/forwardlist.cons/init.pass.cpp | 41 - .../forwardlist.cons/init_alloc.pass.cpp | 46 - .../forwardlist/forwardlist.cons/move.pass.cpp | 71 - .../forwardlist.cons/move_alloc.pass.cpp | 71 - .../forwardlist.cons/move_assign_noexcept.pass.cpp | 55 - .../forwardlist.cons/move_noexcept.pass.cpp | 53 - .../forwardlist/forwardlist.cons/range.pass.cpp | 48 - .../forwardlist.cons/range_alloc.pass.cpp | 54 - .../forwardlist/forwardlist.cons/size.pass.cpp | 74 - .../forwardlist.cons/size_value.pass.cpp | 45 - .../forwardlist.cons/size_value_alloc.pass.cpp | 50 - .../forwardlist/forwardlist.erasure/erase.pass.cpp | 78 - .../forwardlist.erasure/erase_if.pass.cpp | 78 - .../forwardlist.iter/before_begin.pass.cpp | 104 - .../forwardlist.iter/iterators.pass.cpp | 146 - .../forwardlist.modifiers/clear.pass.cpp | 67 - .../forwardlist.modifiers/emplace_after.pass.cpp | 87 - .../forwardlist.modifiers/emplace_front.pass.cpp | 71 - .../erase_after_many.pass.cpp | 155 - .../forwardlist.modifiers/erase_after_one.pass.cpp | 97 - .../insert_after_const.pass.cpp | 87 - .../insert_after_init.pass.cpp | 73 - .../insert_after_range.pass.cpp | 80 - .../forwardlist.modifiers/insert_after_rv.pass.cpp | 88 - .../insert_after_size_value.pass.cpp | 73 - .../forwardlist.modifiers/pop_front.pass.cpp | 74 - .../push_front_const.pass.cpp | 47 - .../push_front_exception_safety.pass.cpp | 74 - .../forwardlist.modifiers/push_front_rv.pass.cpp | 48 - .../forwardlist.modifiers/resize_size.pass.cpp | 114 - .../resize_size_value.pass.cpp | 102 - .../forwardlist/forwardlist.ops/merge.pass.cpp | 48 - .../forwardlist.ops/merge_pred.pass.cpp | 49 - .../forwardlist/forwardlist.ops/remove.pass.cpp | 155 - .../forwardlist/forwardlist.ops/remove_if.pass.cpp | 156 - .../forwardlist/forwardlist.ops/reverse.pass.cpp | 42 - .../forwardlist/forwardlist.ops/sort.pass.cpp | 50 - .../forwardlist/forwardlist.ops/sort_pred.pass.cpp | 51 - .../forwardlist.ops/splice_after_flist.pass.cpp | 76 - .../forwardlist.ops/splice_after_one.pass.cpp | 141 - .../forwardlist.ops/splice_after_range.pass.cpp | 169 - .../forwardlist/forwardlist.ops/unique.pass.cpp | 120 - .../forwardlist.ops/unique_pred.pass.cpp | 125 - .../forwardlist/forwardlist.spec/equal.pass.cpp | 60 - .../forwardlist.spec/member_swap.pass.cpp | 259 - .../forwardlist.spec/non_member_swap.pass.cpp | 260 - .../forwardlist.spec/relational.pass.cpp | 65 - .../forwardlist.spec/swap_noexcept.pass.cpp | 88 - .../sequences/forwardlist/incomplete.pass.cpp | 53 - .../sequences/forwardlist/max_size.pass.cpp | 48 - .../sequences/forwardlist/types.pass.cpp | 76 - .../sequences/list/allocator_mismatch.fail.cpp | 18 - .../sequences/list/incomplete_type.pass.cpp | 27 - .../containers/sequences/list/iterators.pass.cpp | 156 - .../sequences/list/list.capacity/empty.fail.cpp | 28 - .../sequences/list/list.capacity/empty.pass.cpp | 46 - .../sequences/list/list.capacity/max_size.pass.cpp | 47 - .../list/list.capacity/resize_size.pass.cpp | 81 - .../list/list.capacity/resize_size_value.pass.cpp | 53 - .../sequences/list/list.capacity/size.pass.cpp | 62 - .../sequences/list/list.cons/assign_copy.pass.cpp | 44 - .../list.cons/assign_initializer_list.pass.cpp | 43 - .../sequences/list/list.cons/assign_move.pass.cpp | 80 - .../sequences/list/list.cons/copy.pass.cpp | 54 - .../sequences/list/list.cons/copy_alloc.pass.cpp | 42 - .../sequences/list/list.cons/deduct.fail.cpp | 42 - .../sequences/list/list.cons/deduct.pass.cpp | 103 - .../sequences/list/list.cons/default.pass.cpp | 68 - .../list/list.cons/default_noexcept.pass.cpp | 53 - .../list/list.cons/default_stack_alloc.pass.cpp | 48 - .../list/list.cons/dtor_noexcept.pass.cpp | 51 - .../list/list.cons/initializer_list.pass.cpp | 41 - .../list/list.cons/initializer_list_alloc.pass.cpp | 44 - .../list/list.cons/input_iterator.pass.cpp | 254 - .../sequences/list/list.cons/move.pass.cpp | 63 - .../sequences/list/list.cons/move_alloc.pass.cpp | 76 - .../list/list.cons/move_assign_noexcept.pass.cpp | 55 - .../list/list.cons/move_noexcept.pass.cpp | 53 - .../list.cons/op_equal_initializer_list.pass.cpp | 42 - .../sequences/list/list.cons/size_type.pass.cpp | 104 - .../list/list.cons/size_value_alloc.pass.cpp | 80 - .../sequences/list/list.erasure/erase.pass.cpp | 78 - .../sequences/list/list.erasure/erase_if.pass.cpp | 78 - .../sequences/list/list.modifiers/clear.pass.cpp | 38 - .../sequences/list/list.modifiers/emplace.pass.cpp | 67 - .../list/list.modifiers/emplace_back.pass.cpp | 88 - .../list/list.modifiers/emplace_front.pass.cpp | 88 - .../list/list.modifiers/erase_iter.pass.cpp | 65 - .../list/list.modifiers/erase_iter_iter.pass.cpp | 84 - .../insert_iter_initializer_list.pass.cpp | 65 - .../list.modifiers/insert_iter_iter_iter.pass.cpp | 91 - .../list.modifiers/insert_iter_rvalue.pass.cpp | 44 - .../list.modifiers/insert_iter_size_value.pass.cpp | 54 - .../list/list.modifiers/insert_iter_value.pass.cpp | 56 - .../list/list.modifiers/pop_back.pass.cpp | 44 - .../list/list.modifiers/pop_front.pass.cpp | 43 - .../list/list.modifiers/push_back.pass.cpp | 37 - .../push_back_exception_safety.pass.cpp | 74 - .../list/list.modifiers/push_back_rvalue.pass.cpp | 44 - .../list/list.modifiers/push_front.pass.cpp | 37 - .../push_front_exception_safety.pass.cpp | 74 - .../list/list.modifiers/push_front_rvalue.pass.cpp | 44 - .../sequences/list/list.ops/merge.pass.cpp | 52 - .../sequences/list/list.ops/merge_comp.pass.cpp | 52 - .../sequences/list/list.ops/remove.pass.cpp | 83 - .../sequences/list/list.ops/remove_if.pass.cpp | 64 - .../sequences/list/list.ops/reverse.pass.cpp | 37 - .../sequences/list/list.ops/sort.pass.cpp | 37 - .../sequences/list/list.ops/sort_comp.pass.cpp | 79 - .../list/list.ops/splice_pos_list.pass.cpp | 784 - .../list/list.ops/splice_pos_list_iter.pass.cpp | 338 - .../list.ops/splice_pos_list_iter_iter.pass.cpp | 218 - .../sequences/list/list.ops/unique.pass.cpp | 37 - .../sequences/list/list.ops/unique_pred.pass.cpp | 42 - .../sequences/list/list.special/swap.pass.cpp | 140 - .../list/list.special/swap_noexcept.pass.cpp | 89 - test/std/containers/sequences/list/types.pass.cpp | 69 - .../containers/sequences/nothing_to_do.pass.cpp | 12 - .../sequences/vector.bool/assign_copy.pass.cpp | 44 - .../vector.bool/assign_initializer_list.pass.cpp | 41 - .../sequences/vector.bool/assign_move.pass.cpp | 79 - .../sequences/vector.bool/capacity.pass.cpp | 44 - .../vector.bool/construct_default.pass.cpp | 79 - .../vector.bool/construct_iter_iter.pass.cpp | 50 - .../vector.bool/construct_iter_iter_alloc.pass.cpp | 57 - .../sequences/vector.bool/construct_size.pass.cpp | 67 - .../vector.bool/construct_size_value.pass.cpp | 38 - .../construct_size_value_alloc.pass.cpp | 40 - .../containers/sequences/vector.bool/copy.pass.cpp | 65 - .../sequences/vector.bool/copy_alloc.pass.cpp | 64 - .../vector.bool/default_noexcept.pass.cpp | 54 - .../sequences/vector.bool/dtor_noexcept.pass.cpp | 50 - .../sequences/vector.bool/emplace.pass.cpp | 67 - .../sequences/vector.bool/emplace_back.pass.cpp | 91 - .../sequences/vector.bool/empty.fail.cpp | 28 - .../sequences/vector.bool/empty.pass.cpp | 46 - .../sequences/vector.bool/enabled_hash.pass.cpp | 28 - .../sequences/vector.bool/erase_iter.pass.cpp | 65 - .../sequences/vector.bool/erase_iter_iter.pass.cpp | 85 - .../containers/sequences/vector.bool/find.pass.cpp | 42 - .../vector.bool/initializer_list.pass.cpp | 39 - .../vector.bool/initializer_list_alloc.pass.cpp | 42 - .../insert_iter_initializer_list.pass.cpp | 63 - .../vector.bool/insert_iter_iter_iter.pass.cpp | 129 - .../vector.bool/insert_iter_size_value.pass.cpp | 82 - .../vector.bool/insert_iter_value.pass.cpp | 78 - .../sequences/vector.bool/iterators.pass.cpp | 124 - .../containers/sequences/vector.bool/move.pass.cpp | 93 - .../sequences/vector.bool/move_alloc.pass.cpp | 75 - .../vector.bool/move_assign_noexcept.pass.cpp | 101 - .../sequences/vector.bool/move_noexcept.pass.cpp | 60 - .../vector.bool/op_equal_initializer_list.pass.cpp | 41 - .../sequences/vector.bool/push_back.pass.cpp | 49 - .../sequences/vector.bool/reference.swap.pass.cpp | 39 - .../sequences/vector.bool/reserve.pass.cpp | 54 - .../sequences/vector.bool/resize_size.pass.cpp | 50 - .../vector.bool/resize_size_value.pass.cpp | 52 - .../sequences/vector.bool/shrink_to_fit.pass.cpp | 38 - .../containers/sequences/vector.bool/size.pass.cpp | 62 - .../containers/sequences/vector.bool/swap.pass.cpp | 98 - .../sequences/vector.bool/swap_noexcept.pass.cpp | 93 - .../sequences/vector.bool/types.pass.cpp | 80 - .../sequences/vector.bool/vector_bool.pass.cpp | 54 - .../sequences/vector/allocator_mismatch.fail.cpp | 18 - .../sequences/vector/contiguous.pass.cpp | 52 - .../containers/sequences/vector/iterators.pass.cpp | 170 - .../std/containers/sequences/vector/types.pass.cpp | 108 - .../vector/vector.capacity/capacity.pass.cpp | 48 - .../vector/vector.capacity/empty.fail.cpp | 28 - .../vector/vector.capacity/empty.pass.cpp | 46 - .../vector/vector.capacity/max_size.pass.cpp | 48 - .../vector/vector.capacity/reserve.pass.cpp | 70 - .../vector/vector.capacity/resize_size.pass.cpp | 84 - .../vector.capacity/resize_size_value.pass.cpp | 77 - .../vector/vector.capacity/shrink_to_fit.pass.cpp | 62 - .../sequences/vector/vector.capacity/size.pass.cpp | 62 - .../sequences/vector/vector.capacity/swap.pass.cpp | 50 - .../vector/vector.cons/assign_copy.pass.cpp | 44 - .../vector.cons/assign_initializer_list.pass.cpp | 52 - .../vector/vector.cons/assign_iter_iter.pass.cpp | 76 - .../vector/vector.cons/assign_move.pass.cpp | 99 - .../vector/vector.cons/assign_size_value.pass.cpp | 54 - .../vector/vector.cons/construct_default.pass.cpp | 102 - .../vector.cons/construct_iter_iter.pass.cpp | 185 - .../vector.cons/construct_iter_iter_alloc.pass.cpp | 170 - .../vector/vector.cons/construct_size.pass.cpp | 75 - .../vector.cons/construct_size_value.pass.cpp | 42 - .../construct_size_value_alloc.pass.cpp | 41 - .../sequences/vector/vector.cons/copy.pass.cpp | 78 - .../vector/vector.cons/copy_alloc.pass.cpp | 66 - .../sequences/vector/vector.cons/deduct.fail.cpp | 40 - .../sequences/vector/vector.cons/deduct.pass.cpp | 116 - .../vector/vector.cons/default.recursive.pass.cpp | 23 - .../vector/vector.cons/default_noexcept.pass.cpp | 51 - .../vector/vector.cons/dtor_noexcept.pass.cpp | 51 - .../vector/vector.cons/initializer_list.pass.cpp | 41 - .../vector.cons/initializer_list_alloc.pass.cpp | 45 - .../sequences/vector/vector.cons/move.pass.cpp | 133 - .../vector/vector.cons/move_alloc.pass.cpp | 97 - .../vector.cons/move_assign_noexcept.pass.cpp | 95 - .../vector/vector.cons/move_noexcept.pass.cpp | 55 - .../vector.cons/op_equal_initializer_list.pass.cpp | 44 - .../sequences/vector/vector.data/data.pass.cpp | 63 - .../vector/vector.data/data_const.pass.cpp | 63 - .../sequences/vector/vector.erasure/erase.pass.cpp | 78 - .../vector/vector.erasure/erase_if.pass.cpp | 78 - .../vector/vector.modifiers/clear.pass.cpp | 43 - .../vector/vector.modifiers/emplace.pass.cpp | 136 - .../vector/vector.modifiers/emplace_back.pass.cpp | 148 - .../vector/vector.modifiers/emplace_extra.pass.cpp | 60 - .../vector/vector.modifiers/erase_iter.pass.cpp | 103 - .../vector.modifiers/erase_iter_iter.pass.cpp | 156 - .../insert_iter_initializer_list.pass.cpp | 66 - .../insert_iter_iter_iter.pass.cpp | 175 - .../vector.modifiers/insert_iter_rvalue.pass.cpp | 66 - .../insert_iter_size_value.pass.cpp | 115 - .../vector.modifiers/insert_iter_value.pass.cpp | 97 - .../vector/vector.modifiers/pop_back.pass.cpp | 41 - .../vector/vector.modifiers/push_back.pass.cpp | 112 - .../push_back_exception_safety.pass.cpp | 89 - .../vector.modifiers/push_back_rvalue.pass.cpp | 113 - .../sequences/vector/vector.special/swap.pass.cpp | 182 - .../vector/vector.special/swap_noexcept.pass.cpp | 89 - .../set_allocator_requirement_test_templates.h | 389 - test/std/containers/test_compare.h | 45 - test/std/containers/test_hash.h | 32 - .../unord/iterator_difference_type.pass.cpp | 154 - .../unord/unord.map/allocator_mismatch.fail.cpp | 18 - .../std/containers/unord/unord.map/bucket.pass.cpp | 78 - .../unord/unord.map/bucket_count.pass.cpp | 75 - .../unord/unord.map/bucket_size.pass.cpp | 82 - .../containers/unord/unord.map/compare.pass.cpp | 46 - test/std/containers/unord/unord.map/count.pass.cpp | 65 - test/std/containers/unord/unord.map/empty.fail.cpp | 28 - test/std/containers/unord/unord.map/empty.pass.cpp | 46 - test/std/containers/unord/unord.map/eq.pass.cpp | 163 - .../unord/unord.map/equal_range_const.pass.cpp | 75 - .../unord/unord.map/equal_range_non_const.pass.cpp | 75 - .../containers/unord/unord.map/erase_if.pass.cpp | 80 - .../containers/unord/unord.map/find_const.pass.cpp | 71 - .../unord/unord.map/find_non_const.pass.cpp | 71 - .../unord/unord.map/incomplete_type.pass.cpp | 37 - .../containers/unord/unord.map/iterators.pass.cpp | 130 - .../unord/unord.map/load_factor.pass.cpp | 77 - .../unord/unord.map/local_iterators.pass.cpp | 421 - .../unord/unord.map/max_bucket_count.pass.cpp | 40 - .../unord/unord.map/max_load_factor.pass.cpp | 69 - .../containers/unord/unord.map/max_size.pass.cpp | 53 - .../std/containers/unord/unord.map/rehash.pass.cpp | 104 - .../containers/unord/unord.map/reserve.pass.cpp | 108 - test/std/containers/unord/unord.map/size.pass.cpp | 62 - .../unord/unord.map/swap_member.pass.cpp | 571 - test/std/containers/unord/unord.map/types.pass.cpp | 72 - .../unord.map/unord.map.cnstr/allocator.pass.cpp | 130 - .../unord.map/unord.map.cnstr/assign_copy.pass.cpp | 189 - .../unord.map/unord.map.cnstr/assign_init.pass.cpp | 97 - .../unord.map/unord.map.cnstr/assign_move.pass.cpp | 218 - .../compare_copy_constructible.fail.cpp | 32 - .../unord/unord.map/unord.map.cnstr/copy.pass.cpp | 152 - .../unord.map/unord.map.cnstr/copy_alloc.pass.cpp | 152 - .../unord.map/unord.map.cnstr/default.pass.cpp | 112 - .../unord.map.cnstr/default_noexcept.pass.cpp | 76 - .../unord.map.cnstr/dtor_noexcept.pass.cpp | 69 - .../hash_copy_constructible.fail.cpp | 32 - .../unord/unord.map/unord.map.cnstr/init.pass.cpp | 163 - .../unord.map/unord.map.cnstr/init_size.pass.cpp | 101 - .../unord.map.cnstr/init_size_hash.pass.cpp | 103 - .../unord.map.cnstr/init_size_hash_equal.pass.cpp | 106 - .../init_size_hash_equal_allocator.pass.cpp | 144 - .../unord/unord.map/unord.map.cnstr/move.pass.cpp | 180 - .../unord.map/unord.map.cnstr/move_alloc.pass.cpp | 199 - .../unord.map.cnstr/move_assign_noexcept.pass.cpp | 75 - .../unord.map.cnstr/move_noexcept.pass.cpp | 72 - .../unord/unord.map/unord.map.cnstr/range.pass.cpp | 173 - .../unord.map/unord.map.cnstr/range_size.pass.cpp | 108 - .../unord.map.cnstr/range_size_hash.pass.cpp | 111 - .../unord.map.cnstr/range_size_hash_equal.pass.cpp | 113 - .../range_size_hash_equal_allocator.pass.cpp | 154 - .../unord/unord.map/unord.map.cnstr/size.fail.cpp | 70 - .../unord/unord.map/unord.map.cnstr/size.pass.cpp | 70 - .../unord.map/unord.map.cnstr/size_hash.pass.cpp | 74 - .../unord.map.cnstr/size_hash_equal.pass.cpp | 76 - .../size_hash_equal_allocator.pass.cpp | 100 - .../unord/unord.map/unord.map.elem/at.pass.cpp | 144 - .../unord/unord.map/unord.map.elem/index.pass.cpp | 163 - .../unord.map/unord.map.elem/index_tuple.pass.cpp | 36 - .../unord.map/unord.map.modifiers/clear.pass.cpp | 64 - .../unord.map/unord.map.modifiers/emplace.pass.cpp | 78 - .../unord.map.modifiers/emplace_hint.pass.cpp | 75 - .../unord.map.modifiers/erase_const_iter.pass.cpp | 93 - .../unord.map.modifiers/erase_iter_db1.pass.cpp | 39 - .../unord.map.modifiers/erase_iter_db2.pass.cpp | 42 - .../erase_iter_iter_db1.pass.cpp | 41 - .../erase_iter_iter_db2.pass.cpp | 41 - .../erase_iter_iter_db3.pass.cpp | 41 - .../erase_iter_iter_db4.pass.cpp | 40 - .../unord.map.modifiers/erase_key.pass.cpp | 178 - .../unord.map.modifiers/erase_range.pass.cpp | 99 - .../unord.map.modifiers/extract_iterator.pass.cpp | 67 - .../unord.map.modifiers/extract_key.pass.cpp | 76 - ...ert_and_emplace_allocator_requirements.pass.cpp | 31 - .../insert_const_lvalue.pass.cpp | 82 - .../insert_hint_const_lvalue.pass.cpp | 84 - .../insert_hint_rvalue.pass.cpp | 177 - .../unord.map.modifiers/insert_init.pass.cpp | 70 - .../unord.map.modifiers/insert_node_type.pass.cpp | 84 - .../insert_node_type_hint.pass.cpp | 64 - .../unord.map.modifiers/insert_or_assign.pass.cpp | 192 - .../unord.map.modifiers/insert_range.pass.cpp | 71 - .../unord.map.modifiers/insert_rvalue.pass.cpp | 176 - .../unord.map/unord.map.modifiers/merge.pass.cpp | 157 - .../unord.map.modifiers/try.emplace.pass.cpp | 189 - .../unord.map/unord.map.swap/db_swap_1.pass.cpp | 44 - .../unord.map.swap/swap_noexcept.pass.cpp | 192 - .../unord.map.swap/swap_non_member.pass.cpp | 571 - .../unord.multimap/allocator_mismatch.fail.cpp | 18 - .../unord/unord.multimap/bucket.pass.cpp | 78 - .../unord/unord.multimap/bucket_count.pass.cpp | 48 - .../unord/unord.multimap/bucket_size.pass.cpp | 86 - .../containers/unord/unord.multimap/count.pass.cpp | 71 - .../unord/unord.multimap/db_iterators_7.pass.cpp | 60 - .../unord/unord.multimap/db_iterators_8.pass.cpp | 56 - .../unord.multimap/db_local_iterators_7.pass.cpp | 57 - .../unord.multimap/db_local_iterators_8.pass.cpp | 54 - .../containers/unord/unord.multimap/empty.fail.cpp | 28 - .../containers/unord/unord.multimap/empty.pass.cpp | 46 - .../containers/unord/unord.multimap/eq.pass.cpp | 181 - .../unord.multimap/equal_range_const.pass.cpp | 104 - .../unord.multimap/equal_range_non_const.pass.cpp | 104 - .../unord/unord.multimap/erase_if.pass.cpp | 90 - .../unord/unord.multimap/find_const.pass.cpp | 71 - .../unord/unord.multimap/find_non_const.pass.cpp | 71 - .../unord/unord.multimap/incomplete.pass.cpp | 37 - .../unord/unord.multimap/iterators.fail.cpp | 71 - .../unord/unord.multimap/iterators.pass.cpp | 136 - .../unord/unord.multimap/load_factor.pass.cpp | 76 - .../unord/unord.multimap/local_iterators.fail.cpp | 288 - .../unord/unord.multimap/local_iterators.pass.cpp | 662 - .../unord/unord.multimap/max_bucket_count.pass.cpp | 39 - .../unord/unord.multimap/max_load_factor.pass.cpp | 67 - .../unord/unord.multimap/max_size.pass.cpp | 55 - .../unord/unord.multimap/rehash.pass.cpp | 148 - .../unord/unord.multimap/reserve.pass.cpp | 123 - .../containers/unord/unord.multimap/scary.pass.cpp | 25 - .../containers/unord/unord.multimap/size.pass.cpp | 62 - .../unord/unord.multimap/swap_member.pass.cpp | 657 - .../containers/unord/unord.multimap/types.pass.cpp | 72 - .../unord.multimap.cnstr/allocator.pass.cpp | 130 - .../unord.multimap.cnstr/assign_copy.pass.cpp | 231 - .../unord.multimap.cnstr/assign_init.pass.cpp | 146 - .../unord.multimap.cnstr/assign_move.pass.cpp | 295 - .../compare_copy_constructible.fail.cpp | 32 - .../unord.multimap.cnstr/copy.pass.cpp | 194 - .../unord.multimap.cnstr/copy_alloc.pass.cpp | 194 - .../unord.multimap.cnstr/default.pass.cpp | 112 - .../unord.multimap.cnstr/default_noexcept.pass.cpp | 75 - .../unord.multimap.cnstr/dtor_noexcept.pass.cpp | 68 - .../hash_copy_constructible.fail.cpp | 32 - .../unord.multimap.cnstr/init.pass.cpp | 255 - .../unord.multimap.cnstr/init_size.pass.cpp | 145 - .../unord.multimap.cnstr/init_size_hash.pass.cpp | 147 - .../init_size_hash_equal.pass.cpp | 150 - .../init_size_hash_equal_allocator.pass.cpp | 211 - .../unord.multimap.cnstr/move.pass.cpp | 225 - .../unord.multimap.cnstr/move_alloc.pass.cpp | 293 - .../move_assign_noexcept.pass.cpp | 74 - .../unord.multimap.cnstr/move_noexcept.pass.cpp | 71 - .../unord.multimap.cnstr/range.pass.cpp | 266 - .../unord.multimap.cnstr/range_size.pass.cpp | 152 - .../unord.multimap.cnstr/range_size_hash.pass.cpp | 155 - .../range_size_hash_equal.pass.cpp | 157 - .../range_size_hash_equal_allocator.pass.cpp | 221 - .../unord.multimap.cnstr/size.fail.cpp | 70 - .../unord.multimap.cnstr/size.pass.cpp | 70 - .../unord.multimap.cnstr/size_hash.pass.cpp | 74 - .../unord.multimap.cnstr/size_hash_equal.pass.cpp | 76 - .../size_hash_equal_allocator.pass.cpp | 100 - .../unord.multimap.modifiers/clear.pass.cpp | 64 - .../unord.multimap.modifiers/emplace.pass.cpp | 72 - .../unord.multimap.modifiers/emplace_hint.pass.cpp | 92 - .../erase_const_iter.pass.cpp | 147 - .../erase_iter_db1.pass.cpp | 39 - .../erase_iter_db2.pass.cpp | 42 - .../erase_iter_iter_db1.pass.cpp | 41 - .../erase_iter_iter_db2.pass.cpp | 41 - .../erase_iter_iter_db3.pass.cpp | 41 - .../erase_iter_iter_db4.pass.cpp | 40 - .../unord.multimap.modifiers/erase_key.pass.cpp | 389 - .../unord.multimap.modifiers/erase_range.pass.cpp | 180 - .../extract_iterator.pass.cpp | 67 - .../unord.multimap.modifiers/extract_key.pass.cpp | 77 - .../insert_allocator_requirements.pass.cpp | 27 - .../insert_const_lvalue.pass.cpp | 65 - .../insert_hint_const_lvalue.pass.cpp | 83 - .../insert_hint_rvalue.pass.cpp | 177 - .../unord.multimap.modifiers/insert_init.pass.cpp | 121 - .../insert_node_type.pass.cpp | 77 - .../insert_node_type_hint.pass.cpp | 63 - .../unord.multimap.modifiers/insert_range.pass.cpp | 122 - .../insert_rvalue.pass.cpp | 156 - .../unord.multimap.modifiers/merge.pass.cpp | 157 - .../unord.multimap.swap/db_swap_1.pass.cpp | 44 - .../unord.multimap.swap/swap_noexcept.pass.cpp | 191 - .../unord.multimap.swap/swap_non_member.pass.cpp | 583 - .../unord.multiset/allocator_mismatch.fail.cpp | 18 - .../unord/unord.multiset/bucket.pass.cpp | 77 - .../unord/unord.multiset/bucket_count.pass.cpp | 74 - .../unord/unord.multiset/bucket_size.pass.cpp | 85 - .../containers/unord/unord.multiset/clear.pass.cpp | 63 - .../containers/unord/unord.multiset/count.pass.cpp | 70 - .../unord/unord.multiset/db_iterators_7.pass.cpp | 58 - .../unord/unord.multiset/db_iterators_8.pass.cpp | 54 - .../unord.multiset/db_local_iterators_7.pass.cpp | 57 - .../unord.multiset/db_local_iterators_8.pass.cpp | 54 - .../unord/unord.multiset/emplace.pass.cpp | 62 - .../unord/unord.multiset/emplace_hint.pass.cpp | 65 - .../containers/unord/unord.multiset/empty.fail.cpp | 28 - .../containers/unord/unord.multiset/empty.pass.cpp | 46 - .../containers/unord/unord.multiset/eq.pass.cpp | 180 - .../unord.multiset/equal_range_const.pass.cpp | 90 - .../unord.multiset/equal_range_non_const.pass.cpp | 90 - .../unord/unord.multiset/erase_const_iter.pass.cpp | 100 - .../unord/unord.multiset/erase_if.pass.cpp | 91 - .../unord/unord.multiset/erase_iter_db1.pass.cpp | 38 - .../unord/unord.multiset/erase_iter_db2.pass.cpp | 41 - .../unord.multiset/erase_iter_iter_db1.pass.cpp | 40 - .../unord.multiset/erase_iter_iter_db2.pass.cpp | 40 - .../unord.multiset/erase_iter_iter_db3.pass.cpp | 40 - .../unord.multiset/erase_iter_iter_db4.pass.cpp | 39 - .../unord/unord.multiset/erase_key.pass.cpp | 176 - .../unord/unord.multiset/erase_range.pass.cpp | 95 - .../unord/unord.multiset/extract_iterator.pass.cpp | 60 - .../unord/unord.multiset/extract_key.pass.cpp | 71 - .../unord/unord.multiset/find_const.pass.cpp | 68 - .../unord/unord.multiset/find_non_const.pass.cpp | 68 - .../unord/unord.multiset/incomplete.pass.cpp | 38 - .../unord.multiset/insert_const_lvalue.pass.cpp | 60 - .../insert_emplace_allocator_requirements.pass.cpp | 26 - .../insert_hint_const_lvalue.pass.cpp | 78 - .../unord.multiset/insert_hint_rvalue.pass.cpp | 119 - .../unord/unord.multiset/insert_init.pass.cpp | 69 - .../unord/unord.multiset/insert_node_type.pass.cpp | 76 - .../unord.multiset/insert_node_type_hint.pass.cpp | 59 - .../unord/unord.multiset/insert_range.pass.cpp | 70 - .../unord/unord.multiset/insert_rvalue.pass.cpp | 115 - .../unord/unord.multiset/iterators.fail.cpp | 69 - .../unord/unord.multiset/iterators.pass.cpp | 129 - .../unord/unord.multiset/load_factor.pass.cpp | 75 - .../unord/unord.multiset/local_iterators.fail.cpp | 263 - .../unord/unord.multiset/local_iterators.pass.cpp | 500 - .../unord/unord.multiset/max_bucket_count.pass.cpp | 38 - .../unord/unord.multiset/max_load_factor.pass.cpp | 66 - .../unord/unord.multiset/max_size.pass.cpp | 54 - .../containers/unord/unord.multiset/merge.pass.cpp | 154 - .../unord/unord.multiset/rehash.pass.cpp | 103 - .../unord/unord.multiset/reserve.pass.cpp | 107 - .../containers/unord/unord.multiset/scary.pass.cpp | 25 - .../containers/unord/unord.multiset/size.pass.cpp | 62 - .../unord/unord.multiset/swap_member.pass.cpp | 570 - .../containers/unord/unord.multiset/types.pass.cpp | 69 - .../unord.multiset.cnstr/allocator.pass.cpp | 110 - .../unord.multiset.cnstr/assign_copy.pass.cpp | 213 - .../unord.multiset.cnstr/assign_init.pass.cpp | 97 - .../unord.multiset.cnstr/assign_move.pass.cpp | 267 - .../compare_copy_constructible.fail.cpp | 29 - .../unord.multiset.cnstr/copy.pass.cpp | 172 - .../unord.multiset.cnstr/copy_alloc.pass.cpp | 126 - .../unord.multiset.cnstr/default.pass.cpp | 108 - .../unord.multiset.cnstr/default_noexcept.pass.cpp | 75 - .../unord.multiset.cnstr/dtor_noexcept.pass.cpp | 68 - .../hash_copy_constructible.fail.cpp | 29 - .../unord.multiset.cnstr/init.pass.cpp | 164 - .../unord.multiset.cnstr/init_size.pass.cpp | 98 - .../unord.multiset.cnstr/init_size_hash.pass.cpp | 101 - .../init_size_hash_equal.pass.cpp | 103 - .../init_size_hash_equal_allocator.pass.cpp | 105 - .../unord.multiset.cnstr/move.pass.cpp | 175 - .../unord.multiset.cnstr/move_alloc.pass.cpp | 206 - .../move_assign_noexcept.pass.cpp | 74 - .../unord.multiset.cnstr/move_noexcept.pass.cpp | 71 - .../unord.multiset.cnstr/range.pass.cpp | 170 - .../unord.multiset.cnstr/range_size.pass.cpp | 104 - .../unord.multiset.cnstr/range_size_hash.pass.cpp | 107 - .../range_size_hash_equal.pass.cpp | 109 - .../range_size_hash_equal_allocator.pass.cpp | 112 - .../unord.multiset.cnstr/size.fail.cpp | 66 - .../unord.multiset.cnstr/size.pass.cpp | 66 - .../unord.multiset.cnstr/size_hash.pass.cpp | 70 - .../unord.multiset.cnstr/size_hash_equal.pass.cpp | 72 - .../size_hash_equal_allocator.pass.cpp | 74 - .../unord.multiset.swap/db_swap_1.pass.cpp | 43 - .../unord.multiset.swap/swap_noexcept.pass.cpp | 190 - .../unord.multiset.swap/swap_non_member.pass.cpp | 570 - .../unord/unord.set/allocator_mismatch.fail.cpp | 18 - .../std/containers/unord/unord.set/bucket.pass.cpp | 76 - .../unord/unord.set/bucket_count.pass.cpp | 72 - .../unord/unord.set/bucket_size.pass.cpp | 80 - test/std/containers/unord/unord.set/clear.pass.cpp | 62 - test/std/containers/unord/unord.set/count.pass.cpp | 69 - .../unord/unord.set/db_iterators_7.pass.cpp | 58 - .../unord/unord.set/db_iterators_8.pass.cpp | 54 - .../unord/unord.set/db_local_iterators_7.pass.cpp | 57 - .../unord/unord.set/db_local_iterators_8.pass.cpp | 54 - .../containers/unord/unord.set/emplace.pass.cpp | 68 - .../unord/unord.set/emplace_hint.pass.cpp | 65 - test/std/containers/unord/unord.set/empty.fail.cpp | 28 - test/std/containers/unord/unord.set/empty.pass.cpp | 46 - test/std/containers/unord/unord.set/eq.pass.cpp | 159 - .../unord/unord.set/equal_range_const.pass.cpp | 81 - .../unord/unord.set/equal_range_non_const.pass.cpp | 81 - .../unord/unord.set/erase_const_iter.pass.cpp | 98 - .../containers/unord/unord.set/erase_if.pass.cpp | 81 - .../unord/unord.set/erase_iter_db1.pass.cpp | 38 - .../unord/unord.set/erase_iter_db2.pass.cpp | 41 - .../unord/unord.set/erase_iter_iter_db1.pass.cpp | 40 - .../unord/unord.set/erase_iter_iter_db2.pass.cpp | 40 - .../unord/unord.set/erase_iter_iter_db3.pass.cpp | 40 - .../unord/unord.set/erase_iter_iter_db4.pass.cpp | 39 - .../containers/unord/unord.set/erase_key.pass.cpp | 175 - .../unord/unord.set/erase_range.pass.cpp | 94 - .../unord/unord.set/extract_iterator.pass.cpp | 60 - .../unord/unord.set/extract_key.pass.cpp | 71 - .../containers/unord/unord.set/find_const.pass.cpp | 67 - .../unord/unord.set/find_non_const.pass.cpp | 67 - .../containers/unord/unord.set/incomplete.pass.cpp | 38 - ...ert_and_emplace_allocator_requirements.pass.cpp | 29 - .../unord/unord.set/insert_const_lvalue.pass.cpp | 64 - .../unord.set/insert_hint_const_lvalue.pass.cpp | 78 - .../unord/unord.set/insert_hint_rvalue.pass.cpp | 119 - .../unord/unord.set/insert_init.pass.cpp | 69 - .../unord/unord.set/insert_node_type.pass.cpp | 83 - .../unord/unord.set/insert_node_type_hint.pass.cpp | 61 - .../unord/unord.set/insert_range.pass.cpp | 70 - .../unord/unord.set/insert_rvalue.pass.cpp | 131 - .../containers/unord/unord.set/iterators.fail.cpp | 67 - .../containers/unord/unord.set/iterators.pass.cpp | 129 - .../unord/unord.set/load_factor.pass.cpp | 75 - .../unord/unord.set/local_iterators.fail.cpp | 261 - .../unord/unord.set/local_iterators.pass.cpp | 388 - .../unord/unord.set/max_bucket_count.pass.cpp | 38 - .../unord/unord.set/max_load_factor.pass.cpp | 66 - .../containers/unord/unord.set/max_size.pass.cpp | 50 - test/std/containers/unord/unord.set/merge.pass.cpp | 154 - .../std/containers/unord/unord.set/rehash.pass.cpp | 103 - .../containers/unord/unord.set/reserve.pass.cpp | 107 - test/std/containers/unord/unord.set/size.pass.cpp | 62 - .../unord/unord.set/swap_member.pass.cpp | 570 - test/std/containers/unord/unord.set/types.pass.cpp | 69 - .../unord.set/unord.set.cnstr/allocator.pass.cpp | 110 - .../unord.set/unord.set.cnstr/assign_copy.pass.cpp | 188 - .../unord.set/unord.set.cnstr/assign_init.pass.cpp | 97 - .../unord.set/unord.set.cnstr/assign_move.pass.cpp | 214 - .../compare_copy_constructible.fail.cpp | 29 - .../unord/unord.set/unord.set.cnstr/copy.pass.cpp | 148 - .../unord.set/unord.set.cnstr/copy_alloc.pass.cpp | 110 - .../unord.set/unord.set.cnstr/default.pass.cpp | 108 - .../unord.set.cnstr/default_noexcept.pass.cpp | 75 - .../unord.set.cnstr/dtor_noexcept.pass.cpp | 68 - .../hash_copy_constructible.fail.cpp | 29 - .../unord/unord.set/unord.set.cnstr/init.pass.cpp | 164 - .../unord.set/unord.set.cnstr/init_size.pass.cpp | 98 - .../unord.set.cnstr/init_size_hash.pass.cpp | 101 - .../unord.set.cnstr/init_size_hash_equal.pass.cpp | 103 - .../init_size_hash_equal_allocator.pass.cpp | 105 - .../unord/unord.set/unord.set.cnstr/move.pass.cpp | 175 - .../unord.set/unord.set.cnstr/move_alloc.pass.cpp | 156 - .../unord.set.cnstr/move_assign_noexcept.pass.cpp | 74 - .../unord.set.cnstr/move_noexcept.pass.cpp | 71 - .../unord/unord.set/unord.set.cnstr/range.pass.cpp | 171 - .../unord.set/unord.set.cnstr/range_size.pass.cpp | 104 - .../unord.set.cnstr/range_size_hash.pass.cpp | 107 - .../unord.set.cnstr/range_size_hash_equal.pass.cpp | 109 - .../range_size_hash_equal_allocator.pass.cpp | 112 - .../unord/unord.set/unord.set.cnstr/size.fail.cpp | 46 - .../unord/unord.set/unord.set.cnstr/size.pass.cpp | 66 - .../unord.set/unord.set.cnstr/size_hash.pass.cpp | 70 - .../unord.set.cnstr/size_hash_equal.pass.cpp | 72 - .../size_hash_equal_allocator.pass.cpp | 74 - .../unord.set/unord.set.swap/db_swap_1.pass.cpp | 43 - .../unord.set.swap/swap_noexcept.pass.cpp | 190 - .../unord.set.swap/swap_non_member.pass.cpp | 570 - test/std/containers/views/span.cons/array.fail.cpp | 72 - test/std/containers/views/span.cons/array.pass.cpp | 123 - .../std/containers/views/span.cons/assign.pass.cpp | 293 - .../containers/views/span.cons/container.fail.cpp | 117 - .../containers/views/span.cons/container.pass.cpp | 118 - test/std/containers/views/span.cons/copy.pass.cpp | 71 - .../std/containers/views/span.cons/deduct.pass.cpp | 87 - .../containers/views/span.cons/default.fail.cpp | 32 - .../containers/views/span.cons/default.pass.cpp | 82 - .../containers/views/span.cons/ptr_len.fail.cpp | 63 - .../containers/views/span.cons/ptr_len.pass.cpp | 113 - .../containers/views/span.cons/ptr_ptr.fail.cpp | 63 - .../containers/views/span.cons/ptr_ptr.pass.cpp | 113 - test/std/containers/views/span.cons/span.fail.cpp | 104 - test/std/containers/views/span.cons/span.pass.cpp | 142 - .../containers/views/span.cons/stdarray.pass.cpp | 114 - test/std/containers/views/span.elem/data.pass.cpp | 121 - .../std/containers/views/span.elem/op_idx.pass.cpp | 119 - .../containers/views/span.iterators/begin.pass.cpp | 116 - .../containers/views/span.iterators/end.pass.cpp | 124 - .../views/span.iterators/rbegin.pass.cpp | 117 - .../containers/views/span.iterators/rend.pass.cpp | 118 - .../views/span.objectrep/as_bytes.pass.cpp | 78 - .../span.objectrep/as_writeable_bytes.fail.cpp | 48 - .../span.objectrep/as_writeable_bytes.pass.cpp | 78 - test/std/containers/views/span.obs/empty.pass.cpp | 73 - test/std/containers/views/span.obs/size.pass.cpp | 91 - .../containers/views/span.obs/size_bytes.pass.cpp | 92 - test/std/containers/views/span.sub/first.pass.cpp | 136 - test/std/containers/views/span.sub/last.pass.cpp | 136 - .../std/containers/views/span.sub/subspan.pass.cpp | 210 - test/std/containers/views/types.pass.cpp | 107 - test/std/depr/depr.auto.ptr/auto.ptr/A.h | 30 - test/std/depr/depr.auto.ptr/auto.ptr/AB.h | 41 - .../auto.ptr/auto.ptr.cons/assignment.fail.cpp | 44 - .../auto.ptr/auto.ptr.cons/assignment.pass.cpp | 46 - .../auto.ptr/auto.ptr.cons/convert.fail.cpp | 40 - .../auto.ptr/auto.ptr.cons/convert.pass.cpp | 42 - .../auto.ptr.cons/convert_assignment.fail.cpp | 47 - .../auto.ptr.cons/convert_assignment.pass.cpp | 49 - .../auto.ptr/auto.ptr.cons/copy.fail.cpp | 38 - .../auto.ptr/auto.ptr.cons/copy.pass.cpp | 40 - .../auto.ptr/auto.ptr.cons/explicit.fail.cpp | 40 - .../auto.ptr/auto.ptr.cons/pointer.pass.cpp | 42 - .../assign_from_auto_ptr_ref.pass.cpp | 42 - .../convert_from_auto_ptr_ref.pass.cpp | 41 - .../auto.ptr.conv/convert_to_auto_ptr.pass.cpp | 38 - .../auto.ptr.conv/convert_to_auto_ptr_ref.pass.cpp | 39 - .../auto.ptr/auto.ptr.members/arrow.pass.cpp | 39 - .../auto.ptr/auto.ptr.members/deref.pass.cpp | 39 - .../auto.ptr/auto.ptr.members/release.pass.cpp | 40 - .../auto.ptr/auto.ptr.members/reset.pass.cpp | 56 - .../depr.auto.ptr/auto.ptr/element_type.pass.cpp | 39 - test/std/depr/depr.auto.ptr/nothing_to_do.pass.cpp | 12 - test/std/depr/depr.c.headers/assert_h.pass.cpp | 20 - test/std/depr/depr.c.headers/ciso646.pass.cpp | 16 - test/std/depr/depr.c.headers/complex.h.pass.cpp | 18 - test/std/depr/depr.c.headers/ctype_h.pass.cpp | 103 - test/std/depr/depr.c.headers/errno_h.pass.cpp | 33 - test/std/depr/depr.c.headers/fenv_h.pass.cpp | 76 - test/std/depr/depr.c.headers/float_h.pass.cpp | 184 - test/std/depr/depr.c.headers/inttypes_h.pass.cpp | 931 - test/std/depr/depr.c.headers/iso646_h.pass.cpp | 17 - test/std/depr/depr.c.headers/limits_h.pass.cpp | 92 - test/std/depr/depr.c.headers/locale_h.pass.cpp | 48 - test/std/depr/depr.c.headers/math_h.pass.cpp | 1539 -- test/std/depr/depr.c.headers/setjmp_h.pass.cpp | 25 - test/std/depr/depr.c.headers/signal_h.pass.cpp | 57 - test/std/depr/depr.c.headers/stdarg_h.pass.cpp | 38 - test/std/depr/depr.c.headers/stdbool_h.pass.cpp | 32 - test/std/depr/depr.c.headers/stddef_h.pass.cpp | 69 - test/std/depr/depr.c.headers/stdint_h.pass.cpp | 291 - test/std/depr/depr.c.headers/stdio_h.pass.cpp | 169 - test/std/depr/depr.c.headers/stdlib_h.pass.cpp | 120 - test/std/depr/depr.c.headers/string_h.pass.cpp | 61 - test/std/depr/depr.c.headers/tgmath_h.pass.cpp | 20 - test/std/depr/depr.c.headers/time_h.pass.cpp | 40 - test/std/depr/depr.c.headers/uchar_h.pass.cpp | 21 - test/std/depr/depr.c.headers/wchar_h.pass.cpp | 130 - test/std/depr/depr.c.headers/wctype_h.pass.cpp | 114 - .../pointer_to_binary_function.cxx1z.fail.cpp | 25 - .../pointer_to_binary_function.pass.cpp | 27 - .../pointer_to_unary_function.cxx1z.fail.cpp | 25 - .../pointer_to_unary_function.pass.cpp | 27 - .../ptr_fun1.cxx1z.fail.cpp | 28 - .../ptr_fun1.pass.cpp | 26 - .../ptr_fun2.cxx1z.fail.cpp | 28 - .../ptr_fun2.pass.cpp | 26 - .../const_mem_fun.cxx1z.fail.cpp | 35 - .../const_mem_fun.pass.cpp | 32 - .../const_mem_fun1.cxx1z.fail.cpp | 35 - .../const_mem_fun1.pass.cpp | 32 - .../const_mem_fun1_ref_t.cxx1z.fail.cpp | 33 - .../const_mem_fun1_ref_t.pass.cpp | 34 - .../const_mem_fun1_t.cxx1z.fail.cpp | 33 - .../const_mem_fun1_t.pass.cpp | 34 - .../const_mem_fun_ref.cxx1z.fail.cpp | 35 - .../const_mem_fun_ref.pass.cpp | 32 - .../const_mem_fun_ref1.cxx1z.fail.cpp | 35 - .../const_mem_fun_ref1.pass.cpp | 32 - .../const_mem_fun_ref_t.cxx1z.fail.cpp | 33 - .../const_mem_fun_ref_t.pass.cpp | 34 - .../const_mem_fun_t.cxx1z.fail.cpp | 33 - .../const_mem_fun_t.pass.cpp | 34 - .../mem_fun.cxx1z.fail.cpp | 35 - .../depr.member.pointer.adaptors/mem_fun.pass.cpp | 32 - .../mem_fun1.cxx1z.fail.cpp | 35 - .../depr.member.pointer.adaptors/mem_fun1.pass.cpp | 32 - .../mem_fun1_ref_t.cxx1z.fail.cpp | 33 - .../mem_fun1_ref_t.pass.cpp | 34 - .../mem_fun1_t.cxx1z.fail.cpp | 33 - .../mem_fun1_t.pass.cpp | 34 - .../mem_fun_ref.cxx1z.fail.cpp | 35 - .../mem_fun_ref.pass.cpp | 32 - .../mem_fun_ref1.cxx1z.fail.cpp | 35 - .../mem_fun_ref1.pass.cpp | 32 - .../mem_fun_ref_t.cxx1z.fail.cpp | 33 - .../mem_fun_ref_t.pass.cpp | 34 - .../mem_fun_t.cxx1z.fail.cpp | 33 - .../mem_fun_t.pass.cpp | 34 - .../depr.adaptors/nothing_to_do.pass.cpp | 12 - .../depr.base/binary_function.pass.cpp | 30 - .../depr.base/unary_function.pass.cpp | 28 - .../depr.function.objects/nothing_to_do.pass.cpp | 12 - test/std/depr/depr.ios.members/io_state.pass.cpp | 30 - test/std/depr/depr.ios.members/open_mode.pass.cpp | 30 - test/std/depr/depr.ios.members/seek_dir.pass.cpp | 30 - test/std/depr/depr.ios.members/streamoff.pass.cpp | 30 - test/std/depr/depr.ios.members/streampos.pass.cpp | 29 - .../bind1st.depr_in_cxx11.fail.cpp | 31 - .../depr.lib.bind.1st/bind1st.pass.cpp | 25 - .../bind2nd.depr_in_cxx11.fail.cpp | 31 - .../depr.lib.bind.2nd/bind2nd.pass.cpp | 25 - .../binder1st.depr_in_cxx11.fail.cpp | 31 - .../depr.lib.binder.1st/binder1st.pass.cpp | 59 - .../binder2nd.depr_in_cxx11.fail.cpp | 31 - .../depr.lib.binder.2nd/binder2nd.pass.cpp | 59 - .../depr/depr.lib.binders/nothing_to_do.pass.cpp | 12 - test/std/depr/depr.lib.binders/test_func.h | 33 - .../depr.istrstream.cons/ccp.pass.cpp | 44 - .../depr.istrstream.cons/ccp_size.pass.cpp | 44 - .../depr.istrstream.cons/cp.pass.cpp | 44 - .../depr.istrstream.cons/cp_size.pass.cpp | 44 - .../depr.istrstream.members/rdbuf.pass.cpp | 27 - .../depr.istrstream.members/str.pass.cpp | 26 - .../depr.istrstream/types.pass.cpp | 23 - .../depr.ostrstream.cons/cp_size_mode.pass.cpp | 42 - .../depr.ostrstream.cons/default.pass.cpp | 29 - .../depr.ostrstream.members/freeze.pass.cpp | 34 - .../depr.ostrstream.members/pcount.pass.cpp | 27 - .../depr.ostrstream.members/rdbuf.pass.cpp | 28 - .../depr.ostrstream.members/str.pass.cpp | 27 - .../depr.ostrstream/types.pass.cpp | 23 - .../depr.strstream.cons/cp_size_mode.pass.cpp | 60 - .../depr.strstream.cons/default.pass.cpp | 36 - .../depr.strstream.dest/rdbuf.pass.cpp | 28 - .../depr.strstream.oper/freeze.pass.cpp | 34 - .../depr.strstream.oper/pcount.pass.cpp | 27 - .../depr.strstream.oper/str.pass.cpp | 27 - .../depr.strstream/types.pass.cpp | 32 - .../depr.strstreambuf.cons/ccp_size.pass.cpp | 40 - .../depr.strstreambuf.cons/cp_size_cp.pass.cpp | 97 - .../depr.strstreambuf.cons/cscp_size.pass.cpp | 40 - .../depr.strstreambuf.cons/cucp_size.pass.cpp | 40 - .../depr.strstreambuf.cons/custom_alloc.pass.cpp | 51 - .../depr.strstreambuf.cons/default.pass.cpp | 31 - .../depr.strstreambuf.cons/scp_size_scp.pass.cpp | 97 - .../depr.strstreambuf.cons/ucp_size_ucp.pass.cpp | 97 - .../depr.strstreambuf.members/freeze.pass.cpp | 28 - .../depr.strstreambuf.members/overflow.pass.cpp | 36 - .../depr.strstreambuf.members/pcount.pass.cpp | 32 - .../depr.strstreambuf.members/str.pass.cpp | 28 - .../depr.strstreambuf.virtuals/overflow.pass.cpp | 47 - .../depr.strstreambuf.virtuals/pbackfail.pass.cpp | 62 - .../depr.strstreambuf.virtuals/seekoff.pass.cpp | 57 - .../depr.strstreambuf.virtuals/seekpos.pass.cpp | 39 - .../depr.strstreambuf.virtuals/setbuf.pass.cpp | 27 - .../depr.strstreambuf.virtuals/underflow.pass.cpp | 51 - .../depr.strstreambuf/types.pass.cpp | 21 - .../exception.unexpected/nothing_to_do.pass.cpp | 12 - .../set.unexpected/get_unexpected.pass.cpp | 41 - .../set.unexpected/set_unexpected.pass.cpp | 37 - .../unexpected.handler/unexpected_handler.pass.cpp | 22 - .../unexpected/unexpected.pass.cpp | 28 - test/std/depr/nothing_to_do.pass.cpp | 12 - test/std/diagnostics/assertions/cassert.pass.cpp | 20 - .../diagnostics.general/nothing_to_do.pass.cpp | 12 - test/std/diagnostics/errno/cerrno.pass.cpp | 345 - test/std/diagnostics/nothing_to_do.pass.cpp | 12 - .../domain.error/domain_error.pass.cpp | 42 - .../invalid.argument/invalid_argument.pass.cpp | 42 - .../length.error/length_error.pass.cpp | 42 - .../logic.error/logic_error.pass.cpp | 42 - .../out.of.range/out_of_range.pass.cpp | 42 - .../overflow.error/overflow_error.pass.cpp | 42 - .../range.error/range_error.pass.cpp | 42 - .../runtime.error/runtime_error.pass.cpp | 42 - .../underflow.error/underflow_error.pass.cpp | 42 - test/std/diagnostics/syserr/errc.pass.cpp | 104 - .../diagnostics/syserr/is_error_code_enum.pass.cpp | 51 - .../syserr/is_error_condition_enum.pass.cpp | 51 - .../eq_error_code_error_code.pass.cpp | 106 - .../syserr/syserr.errcat/nothing_to_do.pass.cpp | 12 - .../syserr.errcat.derived/message.pass.cpp | 34 - .../default_ctor.pass.cpp | 35 - .../syserr.errcat.nonvirtuals/eq.pass.cpp | 26 - .../syserr.errcat.nonvirtuals/lt.pass.cpp | 26 - .../syserr.errcat.nonvirtuals/neq.pass.cpp | 26 - .../generic_category.pass.cpp | 47 - .../syserr.errcat.objects/system_category.pass.cpp | 51 - .../syserr.errcat.overview/error_category.pass.cpp | 20 - .../default_error_condition.pass.cpp | 25 - .../equivalent_error_code_int.pass.cpp | 24 - .../equivalent_int_error_condition.pass.cpp | 25 - .../syserr/syserr.errcode/nothing_to_do.pass.cpp | 12 - .../ErrorCodeEnum.pass.cpp | 44 - .../syserr.errcode.constructors/default.pass.cpp | 24 - .../int_error_category.pass.cpp | 31 - .../ErrorCodeEnum.pass.cpp | 45 - .../syserr.errcode.modifiers/assign.pass.cpp | 33 - .../syserr.errcode.modifiers/clear.pass.cpp | 30 - .../syserr.errcode.nonmembers/lt.pass.cpp | 27 - .../make_error_code.pass.cpp | 26 - .../stream_inserter.pass.cpp | 27 - .../syserr.errcode.observers/bool.fail.cpp | 30 - .../syserr.errcode.observers/bool.pass.cpp | 30 - .../syserr.errcode.observers/category.pass.cpp | 23 - .../default_error_condition.pass.cpp | 31 - .../syserr.errcode.observers/message.pass.cpp | 24 - .../syserr.errcode.observers/value.pass.cpp | 23 - .../syserr.errcode.overview/types.pass.cpp | 24 - .../syserr.errcondition/nothing_to_do.pass.cpp | 12 - .../ErrorConditionEnum.pass.cpp | 26 - .../default.pass.cpp | 24 - .../int_error_category.pass.cpp | 31 - .../ErrorConditionEnum.pass.cpp | 27 - .../syserr.errcondition.modifiers/assign.pass.cpp | 33 - .../syserr.errcondition.modifiers/clear.pass.cpp | 30 - .../syserr.errcondition.nonmembers/lt.pass.cpp | 27 - .../make_error_condition.pass.cpp | 26 - .../syserr.errcondition.observers/bool.pass.cpp | 30 - .../category.pass.cpp | 23 - .../syserr.errcondition.observers/message.pass.cpp | 24 - .../syserr.errcondition.observers/value.pass.cpp | 23 - .../syserr.errcondition.overview/types.pass.cpp | 23 - .../syserr/syserr.hash/enabled_hash.pass.cpp | 27 - .../syserr/syserr.hash/error_code.pass.cpp | 45 - .../syserr/syserr.hash/error_condition.pass.cpp | 45 - .../syserr/syserr.syserr/nothing_to_do.pass.cpp | 12 - .../syserr.syserr.members/ctor_error_code.pass.cpp | 29 - .../ctor_error_code_const_char_pointer.pass.cpp | 30 - .../ctor_error_code_string.pass.cpp | 30 - .../ctor_int_error_category.pass.cpp | 29 - ..._int_error_category_const_char_pointer.pass.cpp | 31 - .../ctor_int_error_category_string.pass.cpp | 31 - .../syserr.syserr.overview/nothing_to_do.pass.cpp | 12 - .../algorithms/alg.search/search.pass.cpp | 46 - .../fs.req.macros/feature_macro.pass.cpp | 29 - .../filesystem/fs.req.namespace/namespace.pass.cpp | 24 - .../func.searchers.boyer_moore/default.pass.cpp | 128 - .../func.searchers.boyer_moore/hash.pass.cpp | 124 - .../func.searchers.boyer_moore/hash.pred.pass.cpp | 142 - .../func.searchers.boyer_moore/pred.pass.cpp | 133 - .../default.pass.cpp | 128 - .../hash.pass.cpp | 123 - .../hash.pred.pass.cpp | 136 - .../pred.pass.cpp | 130 - .../func.searchers.default/default.pass.cpp | 96 - .../func.searchers.default/default.pred.pass.cpp | 103 - .../make_default_searcher.pass.cpp | 81 - .../make_default_searcher.pred.pass.cpp | 88 - .../func/func.searchers/nothing_to_do.pass.cpp | 13 - .../func/header.functional.synop/includes.pass.cpp | 21 - test/std/experimental/func/nothing_to_do.pass.cpp | 13 - .../experimental/iterator/nothing_to_do.pass.cpp | 12 - .../ostream_joiner.cons.pass.cpp | 58 - .../make_ostream_joiner.pass.cpp | 53 - .../ostream_joiner.op.assign.pass.cpp | 120 - .../ostream_joiner.op.postincrement.pass.cpp | 46 - .../ostream_joiner.op.pretincrement.pass.cpp | 46 - .../ostream_joiner.op.star.pass.cpp | 46 - .../operator_bool.pass.cpp | 58 - .../coroutine.handle.compare/equal_comp.pass.cpp | 60 - .../coroutine.handle.compare/less_comp.pass.cpp | 69 - .../coroutine.handle.completion/done.pass.cpp | 44 - .../coroutine.handle.con/assign.pass.cpp | 54 - .../coroutine.handle.con/construct.pass.cpp | 53 - .../coroutine.handle.export/address.pass.cpp | 51 - .../coroutine.handle.export/from_address.fail.cpp | 46 - .../coroutine.handle.export/from_address.pass.cpp | 46 - .../coroutine.handle.hash/hash.pass.cpp | 63 - .../coroutine.handle.noop/noop_coroutine.pass.cpp | 75 - .../coroutine.handle.prom/promise.pass.cpp | 84 - .../coroutine.handle.resumption/destroy.pass.cpp | 61 - .../coroutine.handle.resumption/resume.pass.cpp | 80 - .../coroutine.handle/void_handle.pass.cpp | 51 - .../coroutine.traits/promise_type.pass.cpp | 77 - .../suspend_always.pass.cpp | 73 - .../suspend_never.pass.cpp | 75 - .../end.to.end/await_result.pass.cpp | 69 - .../end.to.end/bool_await_suspend.pass.cpp | 69 - .../end.to.end/expected.pass.cpp | 89 - .../end.to.end/fullexpr-dtor.pass.cpp | 117 - .../end.to.end/generator.pass.cpp | 103 - .../support.coroutines/end.to.end/go.pass.cpp | 176 - .../end.to.end/multishot_func.pass.cpp | 87 - .../end.to.end/oneshot_func.pass.cpp | 83 - .../support.coroutines/includes.pass.cpp | 25 - .../support.coroutines/lit.local.cfg | 9 - .../assign.pass.cpp | 29 - .../copy.pass.cpp | 48 - .../default.pass.cpp | 49 - .../memory_resource_convert.pass.cpp | 45 - .../other_alloc.pass.cpp | 57 - .../memory.polymorphic.allocator.eq/equal.pass.cpp | 134 - .../not_equal.pass.cpp | 105 - .../allocate.pass.cpp | 112 - .../construct_pair.pass.cpp | 53 - .../construct_pair_const_lvalue_pair.pass.cpp | 143 - .../construct_pair_rvalue.pass.cpp | 139 - .../construct_pair_values.pass.cpp | 144 - .../construct_piecewise_pair.pass.cpp | 163 - .../construct_piecewise_pair_evil.pass.cpp | 142 - .../construct_types.pass.cpp | 227 - .../deallocate.pass.cpp | 62 - .../destroy.pass.cpp | 52 - .../resource.pass.cpp | 57 - .../select_on_container_copy_construction.pass.cpp | 53 - .../nothing_to_do.pass.cpp | 10 - .../nothing_to_do.pass.cpp | 10 - .../alloc_copy.pass.cpp | 53 - .../alloc_move.pass.cpp | 44 - .../memory.resource.adaptor.ctor/default.pass.cpp | 40 - .../do_allocate_and_deallocate.pass.cpp | 115 - .../do_is_equal.pass.cpp | 83 - .../overview.pass.cpp | 39 - .../header_deque_synop.pass.cpp | 37 - .../header_forward_list_synop.pass.cpp | 37 - .../header_list_synop.pass.cpp | 37 - .../header_map_synop.pass.cpp | 69 - .../header_regex_synop.pass.cpp | 57 - .../header_set_synop.pass.cpp | 67 - .../header_string_synop.pass.cpp | 73 - .../header_unordered_map_synop.pass.cpp | 87 - .../header_unordered_set_synop.pass.cpp | 85 - .../header_vector_synop.pass.cpp | 37 - .../default_resource.pass.cpp | 74 - .../new_delete_resource.pass.cpp | 102 - .../null_memory_resource.pass.cpp | 118 - .../memory.resource.synop/nothing_to_do.pass.cpp | 13 - .../memory/memory.resource/construct.fail.cpp | 25 - .../memory.resource.eq/equal.pass.cpp | 76 - .../memory.resource.eq/not_equal.pass.cpp | 75 - .../nothing_to_do.pass.cpp | 10 - .../protected_members.fail.cpp | 27 - .../memory.resource.public/allocate.pass.cpp | 89 - .../memory.resource.public/deallocate.pass.cpp | 74 - .../memory.resource.public/dtor.pass.cpp | 59 - .../memory.resource.public/is_equal.pass.cpp | 93 - .../std/experimental/memory/nothing_to_do.pass.cpp | 13 - test/std/experimental/nothing_to_do.pass.cpp | 10 - .../simd/simd.abi/vector_extension.pass.cpp | 67 - .../experimental/simd/simd.access/default.pass.cpp | 217 - .../simd/simd.casts/simd_cast.pass.cpp | 46 - .../simd/simd.casts/static_simd_cast.pass.cpp | 41 - .../experimental/simd/simd.cons/broadcast.pass.cpp | 86 - .../experimental/simd/simd.cons/default.pass.cpp | 28 - .../experimental/simd/simd.cons/generator.pass.cpp | 91 - test/std/experimental/simd/simd.cons/load.pass.cpp | 118 - test/std/experimental/simd/simd.mem/load.pass.cpp | 122 - test/std/experimental/simd/simd.mem/store.pass.cpp | 95 - .../simd/simd.traits/abi_for_size.pass.cpp | 32 - .../simd/simd.traits/is_abi_tag.pass.cpp | 113 - .../experimental/simd/simd.traits/is_simd.pass.cpp | 129 - .../simd/simd.traits/is_simd_flag_type.pass.cpp | 51 - .../simd/simd.traits/is_simd_mask.pass.cpp | 152 - .../meta/meta.detect/detected_or.pass.cpp | 40 - .../utilities/meta/meta.detect/detected_t.pass.cpp | 48 - .../meta/meta.detect/is_detected.pass.cpp | 37 - .../meta.detect/is_detected_convertible.pass.cpp | 50 - .../meta/meta.detect/is_detected_exact.pass.cpp | 49 - .../experimental/utilities/nothing_to_do.pass.cpp | 13 - .../propagate_const.assignment/assign.pass.cpp | 24 - .../assign_convertible_element_type.pass.cpp | 34 - .../assign_convertible_propagate_const.pass.cpp | 25 - .../assign_element_type.pass.cpp | 34 - .../move_assign.pass.cpp | 32 - .../move_assign_convertible.pass.cpp | 33 - ...ove_assign_convertible_propagate_const.pass.cpp | 33 - ...convertible_element_type.explicit.ctor.pass.cpp | 28 - ...ertible_element_type.non-explicit.ctor.pass.cpp | 32 - .../convertible_propagate_const.copy_ctor.pass.cpp | 26 - ...ble_propagate_const.explicit.move_ctor.pass.cpp | 28 - .../convertible_propagate_const.move_ctor.pass.cpp | 31 - .../propagate_const.ctors/copy_ctor.pass.cpp | 24 - .../element_type.explicit.ctor.pass.cpp | 28 - .../element_type.non-explicit.ctor.pass.cpp | 28 - .../propagate_const.ctors/move_ctor.pass.cpp | 29 - .../dereference.pass.cpp | 34 - .../explicit_operator_element_type_ptr.pass.cpp | 24 - .../get.pass.cpp | 34 - .../op_arrow.pass.cpp | 34 - .../operator_element_type_ptr.pass.cpp | 35 - .../propagate_const.observers/dereference.pass.cpp | 29 - .../explicit_operator_element_type_ptr.pass.cpp | 26 - .../propagate_const.observers/get.pass.cpp | 29 - .../propagate_const.observers/op_arrow.pass.cpp | 29 - .../operator_element_type_ptr.pass.cpp | 28 - .../propagate_const.class/swap.pass.cpp | 32 - .../propagate_const.nonmembers/hash.pass.cpp | 44 - .../equal_to.pass.cpp | 36 - .../greater.pass.cpp | 38 - .../greater_equal.pass.cpp | 38 - .../less.pass.cpp | 38 - .../less_equal.pass.cpp | 38 - .../not_equal_to.pass.cpp | 36 - .../propagate_const.relops/equal.pass.cpp | 64 - .../propagate_const.relops/greater_equal.pass.cpp | 54 - .../propagate_const.relops/greater_than.pass.cpp | 50 - .../propagate_const.relops/less_equal.pass.cpp | 55 - .../propagate_const.relops/less_than.pass.cpp | 50 - .../propagate_const.relops/not_equal.pass.cpp | 62 - .../propagate_const.nonmembers/swap.pass.cpp | 31 - .../utility.erased.type/erased_type.pass.cpp | 18 - .../utility/utility.synop/includes.pass.cpp | 20 - .../file.streams/c.files/cinttypes.pass.cpp | 931 - .../file.streams/c.files/cstdio.pass.cpp | 158 - .../file.streams/c.files/gets.fail.cpp | 20 - .../fstreams/filebuf.assign/member_swap.pass.cpp | 54 - .../fstreams/filebuf.assign/move_assign.pass.cpp | 56 - .../filebuf.assign/nonmember_swap.pass.cpp | 56 - .../fstreams/filebuf.cons/default.pass.cpp | 30 - .../fstreams/filebuf.cons/move.pass.cpp | 54 - .../fstreams/filebuf.members/open_path.pass.cpp | 56 - .../fstreams/filebuf.members/open_pointer.pass.cpp | 51 - .../fstreams/filebuf.virtuals/overflow.pass.cpp | 144 - .../fstreams/filebuf.virtuals/pbackfail.pass.cpp | 64 - .../fstreams/filebuf.virtuals/seekoff.pass.cpp | 66 - .../fstreams/filebuf.virtuals/underflow.dat | 1 - .../fstreams/filebuf.virtuals/underflow.pass.cpp | 125 - .../fstreams/filebuf.virtuals/underflow_utf8.dat | 1 - .../file.streams/fstreams/filebuf/types.pass.cpp | 34 - .../fstreams/fstream.assign/member_swap.pass.cpp | 91 - .../fstreams/fstream.assign/move_assign.pass.cpp | 50 - .../fstream.assign/nonmember_swap.pass.cpp | 93 - .../fstreams/fstream.cons/default.pass.cpp | 28 - .../fstreams/fstream.cons/move.pass.cpp | 48 - .../fstreams/fstream.cons/path.pass.cpp | 49 - .../fstreams/fstream.cons/pointer.pass.cpp | 44 - .../fstreams/fstream.cons/string.pass.cpp | 46 - .../fstreams/fstream.members/close.pass.cpp | 42 - .../fstreams/fstream.members/open_path.pass.cpp | 52 - .../fstreams/fstream.members/open_pointer.pass.cpp | 50 - .../fstreams/fstream.members/open_string.pass.cpp | 50 - .../fstreams/fstream.members/rdbuf.pass.cpp | 30 - .../file.streams/fstreams/fstream/types.pass.cpp | 34 - .../fstreams/ifstream.assign/member_swap.pass.cpp | 42 - .../fstreams/ifstream.assign/move_assign.pass.cpp | 40 - .../ifstream.assign/nonmember_swap.pass.cpp | 43 - .../file.streams/fstreams/ifstream.assign/test.dat | 1 - .../fstreams/ifstream.assign/test2.dat | 1 - .../fstreams/ifstream.cons/default.pass.cpp | 28 - .../fstreams/ifstream.cons/move.pass.cpp | 38 - .../fstreams/ifstream.cons/path.pass.cpp | 53 - .../fstreams/ifstream.cons/pointer.pass.cpp | 40 - .../fstreams/ifstream.cons/string.pass.cpp | 40 - .../file.streams/fstreams/ifstream.cons/test.dat | 1 - .../fstreams/ifstream.members/close.pass.cpp | 38 - .../fstreams/ifstream.members/open_path.pass.cpp | 48 - .../ifstream.members/open_pointer.pass.cpp | 46 - .../fstreams/ifstream.members/open_string.pass.cpp | 46 - .../fstreams/ifstream.members/rdbuf.pass.cpp | 32 - .../fstreams/ifstream.members/test.dat | 1 - .../file.streams/fstreams/ifstream/types.pass.cpp | 34 - .../file.streams/fstreams/lit.local.cfg | 2 - .../fstreams/ofstream.assign/member_swap.pass.cpp | 99 - .../fstreams/ofstream.assign/move_assign.pass.cpp | 52 - .../ofstream.assign/nonmember_swap.pass.cpp | 100 - .../fstreams/ofstream.cons/default.pass.cpp | 28 - .../fstreams/ofstream.cons/move.pass.cpp | 50 - .../fstreams/ofstream.cons/path.pass.cpp | 69 - .../fstreams/ofstream.cons/pointer.pass.cpp | 58 - .../fstreams/ofstream.cons/string.pass.cpp | 58 - .../fstreams/ofstream.members/close.pass.cpp | 42 - .../fstreams/ofstream.members/open_path.pass.cpp | 62 - .../ofstream.members/open_pointer.pass.cpp | 58 - .../fstreams/ofstream.members/open_string.pass.cpp | 58 - .../fstreams/ofstream.members/rdbuf.pass.cpp | 36 - .../file.streams/fstreams/ofstream/types.pass.cpp | 34 - .../file.streams/nothing_to_do.pass.cpp | 12 - .../filesystems/Inputs/static_test_env/bad_symlink | 1 - .../Inputs/static_test_env/dir1/dir2/afile3 | 0 .../Inputs/static_test_env/dir1/dir2/dir3/file5 | 0 .../Inputs/static_test_env/dir1/dir2/file4 | 0 .../static_test_env/dir1/dir2/symlink_to_dir3 | 1 - .../filesystems/Inputs/static_test_env/dir1/file1 | 0 .../filesystems/Inputs/static_test_env/dir1/file2 | 1 - .../filesystems/Inputs/static_test_env/empty_file | 0 .../Inputs/static_test_env/non_empty_file | 1 - .../Inputs/static_test_env/symlink_to_dir | 1 - .../Inputs/static_test_env/symlink_to_empty_file | 1 - .../directory_entry.cons/copy.pass.cpp | 74 - .../directory_entry.cons/copy_assign.pass.cpp | 82 - .../directory_entry.cons/default.pass.cpp | 31 - .../directory_entry.cons/default_const.pass.cpp | 32 - .../directory_entry.cons/move.pass.cpp | 72 - .../directory_entry.cons/move_assign.pass.cpp | 78 - .../directory_entry.cons/path.pass.cpp | 182 - .../directory_entry.mods/assign.pass.cpp | 132 - .../directory_entry.mods/refresh.pass.cpp | 341 - .../directory_entry.mods/replace_filename.pass.cpp | 169 - .../directory_entry.obs/comparisons.pass.cpp | 81 - .../directory_entry.obs/file_size.pass.cpp | 242 - .../directory_entry.obs/file_type_obs.pass.cpp | 258 - .../directory_entry.obs/hard_link_count.pass.cpp | 242 - .../directory_entry.obs/last_write_time.pass.cpp | 215 - .../directory_entry.obs/path.pass.cpp | 88 - .../directory_entry.obs/status.pass.cpp | 58 - .../directory_entry.obs/symlink_status.pass.cpp | 58 - .../directory_iterator.members/copy.pass.cpp | 59 - .../copy_assign.pass.cpp | 98 - .../directory_iterator.members/ctor.pass.cpp | 254 - .../default_ctor.pass.cpp | 35 - .../directory_iterator.members/increment.pass.cpp | 116 - .../directory_iterator.members/move.pass.cpp | 62 - .../move_assign.pass.cpp | 116 - .../begin_end.pass.cpp | 60 - .../class.directory_iterator/types.pass.cpp | 37 - .../class.file_status/file_status.cons.pass.cpp | 60 - .../class.file_status/file_status.mods.pass.cpp | 49 - .../class.file_status/file_status.obs.pass.cpp | 45 - .../filesystem_error.members.pass.cpp | 102 - .../class.path/path.itr/iterator.pass.cpp | 105 - .../class.path/path.member/path.append.pass.cpp | 339 - .../path.member/path.assign/braced_init.pass.cpp | 31 - .../path.member/path.assign/copy.pass.cpp | 36 - .../path.member/path.assign/move.pass.cpp | 42 - .../path.member/path.assign/source.pass.cpp | 241 - .../class.path/path.member/path.compare.pass.cpp | 191 - .../class.path/path.member/path.concat.pass.cpp | 388 - .../path.member/path.construct/copy.pass.cpp | 34 - .../path.member/path.construct/default.pass.cpp | 30 - .../path.member/path.construct/move.pass.cpp | 40 - .../path.member/path.construct/source.pass.cpp | 129 - .../path.member/path.decompose/empty.fail.cpp | 28 - .../path.decompose/path.decompose.pass.cpp | 216 - .../path.member/path.gen/lexically_normal.pass.cpp | 142 - .../lexically_relative_and_proximate.pass.cpp | 89 - .../path.generic.obs/generic_string_alloc.pass.cpp | 55 - .../path.generic.obs/named_overloads.pass.cpp | 61 - .../path.member/path.modifiers/clear.pass.cpp | 44 - .../path.modifiers/make_preferred.pass.cpp | 54 - .../path.modifiers/remove_filename.pass.cpp | 73 - .../path.modifiers/replace_extension.pass.cpp | 72 - .../path.modifiers/replace_filename.pass.cpp | 71 - .../path.member/path.modifiers/swap.pass.cpp | 80 - .../path.member/path.native.obs/c_str.pass.cpp | 42 - .../path.native.obs/named_overloads.pass.cpp | 62 - .../path.member/path.native.obs/native.pass.cpp | 39 - .../path.native.obs/operator_string.pass.cpp | 46 - .../path.native.obs/string_alloc.pass.cpp | 137 - .../path.query/tested_in_path_decompose.pass.cpp | 32 - .../class.path/path.nonmember/append_op.fail.cpp | 27 - .../class.path/path.nonmember/append_op.pass.cpp | 34 - .../path.nonmember/comparison_ops.fail.cpp | 33 - .../comparison_ops_tested_elsewhere.pass.cpp | 14 - .../hash_value_tested_elswhere.pass.cpp | 14 - .../path.nonmember/path.factory.pass.cpp | 52 - .../class.path/path.nonmember/path.io.pass.cpp | 98 - .../path.nonmember/path.io.unicode_bug.pass.cpp | 69 - .../class.path/path.nonmember/swap.pass.cpp | 49 - .../filesystems/class.path/synop.pass.cpp | 38 - .../rec.dir.itr.members/copy.pass.cpp | 79 - .../rec.dir.itr.members/copy_assign.pass.cpp | 158 - .../rec.dir.itr.members/ctor.pass.cpp | 246 - .../rec.dir.itr.members/depth.pass.cpp | 66 - .../disable_recursion_pending.pass.cpp | 43 - .../rec.dir.itr.members/increment.pass.cpp | 495 - .../rec.dir.itr.members/move.pass.cpp | 80 - .../rec.dir.itr.members/move_assign.pass.cpp | 169 - .../rec.dir.itr.members/pop.pass.cpp | 93 - .../rec.dir.itr.members/recursion_pending.pass.cpp | 162 - .../rec.dir.itr.nonmembers/begin_end.pass.cpp | 60 - .../filesystems/fs.enum/check_bitmask_types.hpp | 75 - .../filesystems/fs.enum/enum.copy_options.pass.cpp | 63 - .../fs.enum/enum.directory_options.pass.cpp | 45 - .../filesystems/fs.enum/enum.file_type.pass.cpp | 47 - .../filesystems/fs.enum/enum.path.format.pass.cpp | 38 - .../filesystems/fs.enum/enum.perm_options.pass.cpp | 48 - .../filesystems/fs.enum/enum.perms.pass.cpp | 64 - .../fs.error.report/tested_elsewhere.pass.cpp | 12 - .../fs.filesystem.synopsis/file_time_type.pass.cpp | 46 - .../fs.op.funcs/fs.op.absolute/absolute.pass.cpp | 58 - .../fs.op.funcs/fs.op.canonical/canonical.pass.cpp | 124 - .../fs.op.funcs/fs.op.copy/copy.pass.cpp | 315 - .../fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp | 189 - .../fs.op.copy_file/copy_file_large.pass.cpp | 99 - .../fs.op.copy_symlink/copy_symlink.pass.cpp | 108 - .../create_directories.pass.cpp | 101 - .../create_directory.pass.cpp | 103 - .../create_directory_with_attributes.pass.cpp | 132 - .../create_directory_symlink.pass.cpp | 65 - .../create_hard_link.pass.cpp | 74 - .../fs.op.create_symlink/create_symlink.pass.cpp | 76 - .../fs.op.current_path/current_path.pass.cpp | 93 - .../fs.op.equivalent/equivalent.pass.cpp | 112 - .../fs.op.funcs/fs.op.exists/exists.pass.cpp | 97 - .../fs.op.funcs/fs.op.file_size/file_size.pass.cpp | 85 - .../fs.op.hard_lk_ct/hard_link_count.pass.cpp | 99 - .../fs.op.is_block_file/is_block_file.pass.cpp | 84 - .../fs.op.is_char_file/is_character_file.pass.cpp | 84 - .../fs.op.is_directory/is_directory.pass.cpp | 91 - .../fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp | 109 - .../fs.op.funcs/fs.op.is_fifo/is_fifo.pass.cpp | 84 - .../fs.op.funcs/fs.op.is_other/is_other.pass.cpp | 84 - .../fs.op.is_regular_file/is_regular_file.pass.cpp | 87 - .../fs.op.funcs/fs.op.is_socket/is_socket.pass.cpp | 84 - .../fs.op.is_symlink/is_symlink.pass.cpp | 105 - .../fs.op.last_write_time/last_write_time.pass.cpp | 589 - .../fs.op.permissions/permissions.pass.cpp | 182 - .../fs.op.funcs/fs.op.proximate/proximate.pass.cpp | 133 - .../fs.op.read_symlink/read_symlink.pass.cpp | 100 - .../fs.op.funcs/fs.op.relative/relative.pass.cpp | 118 - .../fs.op.funcs/fs.op.remove/remove.pass.cpp | 109 - .../fs.op.remove_all/remove_all.pass.cpp | 153 - .../fs.op.funcs/fs.op.rename/rename.pass.cpp | 125 - .../fs.op.resize_file/resize_file.pass.cpp | 109 - .../fs.op.funcs/fs.op.space/space.pass.cpp | 128 - .../fs.op.funcs/fs.op.status/status.pass.cpp | 166 - .../fs.op.status_known/status_known.pass.cpp | 59 - .../fs.op.symlink_status/symlink_status.pass.cpp | 192 - .../temp_directory_path.pass.cpp | 121 - .../weakly_canonical.pass.cpp | 76 - .../fs.req.macros/feature_macro.pass.cpp | 29 - .../fs.req.namespace/namespace.fail.cpp | 29 - .../fs.req.namespace/namespace.pass.cpp | 26 - test/std/input.output/filesystems/lit.local.cfg | 3 - .../input.output.general/nothing_to_do.pass.cpp | 12 - .../iostream.format/ext.manip/get_money.pass.cpp | 76 - .../iostream.format/ext.manip/get_time.pass.cpp | 76 - .../iostream.format/ext.manip/put_money.pass.cpp | 92 - .../iostream.format/ext.manip/put_time.pass.cpp | 87 - .../iostream.assign/member_swap.pass.cpp | 85 - .../iostream.assign/move_assign.pass.cpp | 90 - .../iostreamclass/iostream.cons/move.pass.cpp | 76 - .../iostreamclass/iostream.cons/streambuf.pass.cpp | 55 - .../iostream.dest/nothing_to_do.pass.cpp | 12 - .../input.streams/iostreamclass/types.pass.cpp | 37 - .../istream.formatted.arithmetic/bool.pass.cpp | 79 - .../istream.formatted.arithmetic/double.pass.cpp | 79 - .../istream.formatted.arithmetic/float.pass.cpp | 79 - .../istream.formatted.arithmetic/int.pass.cpp | 80 - .../istream.formatted.arithmetic/long.pass.cpp | 79 - .../long_double.pass.cpp | 79 - .../long_long.pass.cpp | 79 - .../istream.formatted.arithmetic/pointer.pass.cpp | 101 - .../istream.formatted.arithmetic/short.pass.cpp | 80 - .../unsigned_int.pass.cpp | 79 - .../unsigned_long.pass.cpp | 79 - .../unsigned_long_long.pass.cpp | 79 - .../unsigned_short.pass.cpp | 79 - .../tested_elsewhere.pass.cpp | 12 - .../istream_extractors/basic_ios.pass.cpp | 38 - .../istream_extractors/chart.pass.cpp | 87 - .../istream_extractors/ios_base.pass.cpp | 36 - .../istream_extractors/istream.pass.cpp | 38 - .../istream_extractors/signed_char.pass.cpp | 70 - .../signed_char_pointer.pass.cpp | 107 - .../istream_extractors/streambuf.pass.cpp | 69 - .../istream_extractors/unsigned_char.pass.cpp | 70 - .../unsigned_char_pointer.pass.cpp | 107 - .../istream_extractors/wchar_t_pointer.pass.cpp | 118 - .../istream.formatted/nothing_to_do.pass.cpp | 12 - .../input.streams/istream.manip/ws.pass.cpp | 79 - .../input.streams/istream.rvalue/rvalue.pass.cpp | 72 - .../input.streams/istream.unformatted/get.pass.cpp | 100 - .../istream.unformatted/get_chart.pass.cpp | 103 - .../istream.unformatted/get_pointer_size.pass.cpp | 162 - .../get_pointer_size_chart.pass.cpp | 162 - .../istream.unformatted/get_streambuf.pass.cpp | 88 - .../get_streambuf_chart.pass.cpp | 89 - .../getline_pointer_size.pass.cpp | 146 - .../getline_pointer_size_chart.pass.cpp | 146 - .../istream.unformatted/ignore.pass.cpp | 76 - .../istream.unformatted/ignore_0xff.pass.cpp | 34 - .../istream.unformatted/peek.pass.cpp | 69 - .../istream.unformatted/putback.pass.cpp | 89 - .../istream.unformatted/read.pass.cpp | 81 - .../istream.unformatted/readsome.pass.cpp | 85 - .../istream.unformatted/seekg.pass.cpp | 75 - .../istream.unformatted/seekg_off.pass.cpp | 87 - .../istream.unformatted/sync.pass.cpp | 64 - .../istream.unformatted/tellg.pass.cpp | 63 - .../istream.unformatted/unget.pass.cpp | 81 - .../istream/istream.assign/member_swap.pass.cpp | 85 - .../istream/istream.assign/move_assign.pass.cpp | 90 - .../istream/istream.cons/copy.fail.cpp | 55 - .../istream/istream.cons/move.pass.cpp | 74 - .../istream/istream.cons/streambuf.pass.cpp | 55 - .../istream/istream_sentry/ctor.pass.cpp | 128 - .../input.streams/istream/types.pass.cpp | 35 - .../iostream.format/nothing_to_do.pass.cpp | 12 - .../ostream.assign/member_swap.pass.cpp | 85 - .../ostream.assign/move_assign.pass.cpp | 90 - .../output.streams/ostream.cons/move.pass.cpp | 72 - .../output.streams/ostream.cons/streambuf.pass.cpp | 53 - .../ostream.formatted/nothing_to_do.pass.cpp | 12 - .../tested_elsewhere.pass.cpp | 12 - .../ostream.inserters.arithmetic/bool.pass.cpp | 91 - .../ostream.inserters.arithmetic/double.pass.cpp | 83 - .../ostream.inserters.arithmetic/float.pass.cpp | 83 - .../ostream.inserters.arithmetic/int.pass.cpp | 83 - .../ostream.inserters.arithmetic/long.pass.cpp | 83 - .../long_double.pass.cpp | 83 - .../long_long.pass.cpp | 83 - .../minmax_showbase.pass.cpp | 103 - .../ostream.inserters.arithmetic/minus1.pass.cpp | 114 - .../ostream.inserters.arithmetic/pointer.pass.cpp | 91 - .../ostream.inserters.arithmetic/short.pass.cpp | 83 - .../unsigned_int.pass.cpp | 83 - .../unsigned_long.pass.cpp | 83 - .../unsigned_long_long.pass.cpp | 83 - .../unsigned_short.pass.cpp | 83 - .../ostream.inserters.character/CharT.pass.cpp | 88 - .../CharT_pointer.pass.cpp | 88 - .../ostream.inserters.character/char.pass.cpp | 88 - .../char_pointer.pass.cpp | 88 - .../char_to_wide.pass.cpp | 88 - .../char_to_wide_pointer.pass.cpp | 88 - .../signed_char.pass.cpp | 88 - .../signed_char_pointer.pass.cpp | 88 - .../unsigned_char.pass.cpp | 88 - .../unsigned_char_pointer.pass.cpp | 88 - .../ostream.inserters/basic_ios.pass.cpp | 70 - .../ostream.inserters/ios_base.pass.cpp | 61 - .../ostream.inserters/ostream.pass.cpp | 69 - .../ostream.inserters/streambuf.pass.cpp | 69 - .../output.streams/ostream.manip/endl.pass.cpp | 80 - .../output.streams/ostream.manip/ends.pass.cpp | 71 - .../output.streams/ostream.manip/flush.pass.cpp | 58 - .../ostream.rvalue/CharT_pointer.pass.cpp | 70 - .../output.streams/ostream.seeks/seekp.pass.cpp | 68 - .../output.streams/ostream.seeks/seekp2.pass.cpp | 70 - .../output.streams/ostream.seeks/tellp.pass.cpp | 54 - .../ostream.unformatted/flush.pass.cpp | 54 - .../ostream.unformatted/put.pass.cpp | 76 - .../ostream.unformatted/write.pass.cpp | 76 - .../output.streams/ostream/types.pass.cpp | 35 - .../ostream_sentry/construct.pass.cpp | 61 - .../ostream_sentry/destruct.pass.cpp | 79 - .../iostream.format/quoted.manip/quoted.pass.cpp | 181 - .../quoted.manip/quoted_char.fail.cpp | 40 - .../quoted.manip/quoted_traits.fail.cpp | 46 - .../std.manip/resetiosflags.pass.cpp | 56 - .../iostream.format/std.manip/setbase.pass.cpp | 76 - .../iostream.format/std.manip/setfill.pass.cpp | 39 - .../iostream.format/std.manip/setiosflags.pass.cpp | 56 - .../std.manip/setprecision.pass.cpp | 52 - .../iostream.format/std.manip/setw.pass.cpp | 52 - .../input.output/iostream.forward/iosfwd.pass.cpp | 123 - .../narrow.stream.objects/cerr.pass.cpp | 29 - .../narrow.stream.objects/cin.pass.cpp | 34 - .../narrow.stream.objects/clog.pass.cpp | 23 - .../narrow.stream.objects/cout.pass.cpp | 29 - .../wide.stream.objects/wcerr.pass.cpp | 29 - .../wide.stream.objects/wcin.pass.cpp | 34 - .../wide.stream.objects/wclog.pass.cpp | 23 - .../wide.stream.objects/wcout.pass.cpp | 25 - .../fpos/fpos.members/state.pass.cpp | 24 - .../fpos/fpos.operations/addition.pass.cpp | 28 - .../fpos/fpos.operations/ctor_int.pass.cpp | 24 - .../fpos/fpos.operations/difference.pass.cpp | 26 - .../fpos/fpos.operations/eq_int.pass.cpp | 26 - .../fpos/fpos.operations/offset.pass.cpp | 25 - .../fpos/fpos.operations/streamsize.pass.cpp | 24 - .../fpos/fpos.operations/subtraction.pass.cpp | 28 - .../iostreams.base/fpos/nothing_to_do.pass.cpp | 12 - .../ios.base/fmtflags.state/flags.pass.cpp | 33 - .../fmtflags.state/flags_fmtflags.pass.cpp | 36 - .../ios.base/fmtflags.state/precision.pass.cpp | 33 - .../fmtflags.state/precision_streamsize.pass.cpp | 36 - .../ios.base/fmtflags.state/setf_fmtflags.pass.cpp | 36 - .../fmtflags.state/setf_fmtflags_mask.pass.cpp | 36 - .../ios.base/fmtflags.state/unsetf_mask.pass.cpp | 35 - .../ios.base/fmtflags.state/width.pass.cpp | 33 - .../fmtflags.state/width_streamsize.pass.cpp | 36 - .../ios.base.callback/register_callback.pass.cpp | 56 - .../ios.base/ios.base.cons/dtor.pass.cpp | 86 - .../ios.base/ios.base.locales/getloc.pass.cpp | 34 - .../ios.base/ios.base.locales/imbue.pass.cpp | 91 - .../ios.base/ios.base.storage/iword.pass.cpp | 45 - .../ios.base/ios.base.storage/pword.pass.cpp | 46 - .../ios.base/ios.base.storage/xalloc.pass.cpp | 26 - .../ios.members.static/sync_with_stdio.pass.cpp | 27 - .../ios.types/ios_Init/tested_elsewhere.pass.cpp | 12 - .../ctor_char_pointer_error_code.pass.cpp | 41 - .../ios_failure/ctor_string_error_code.pass.cpp | 44 - .../ios.types/ios_fmtflags/fmtflags.pass.cpp | 81 - .../ios.types/ios_iostate/iostate.pass.cpp | 36 - .../ios.types/ios_openmode/openmode.pass.cpp | 42 - .../ios.types/ios_seekdir/seekdir.pass.cpp | 26 - .../ios.base/ios.types/nothing_to_do.pass.cpp | 12 - .../iostreams.base/ios.base/nothing_to_do.pass.cpp | 16 - .../ios/basic.ios.cons/ctor_streambuf.pass.cpp | 48 - .../ios/basic.ios.members/copyfmt.pass.cpp | 194 - .../ios/basic.ios.members/fill.pass.cpp | 23 - .../ios/basic.ios.members/fill_char_type.pass.cpp | 26 - .../ios/basic.ios.members/imbue.pass.cpp | 103 - .../ios/basic.ios.members/move.pass.cpp | 140 - .../ios/basic.ios.members/narrow.pass.cpp | 24 - .../ios/basic.ios.members/rdbuf.pass.cpp | 31 - .../ios/basic.ios.members/rdbuf_streambuf.pass.cpp | 34 - .../ios/basic.ios.members/set_rdbuf.pass.cpp | 64 - .../ios/basic.ios.members/swap.pass.cpp | 168 - .../ios/basic.ios.members/tie.pass.cpp | 23 - .../ios/basic.ios.members/tie_ostream.pass.cpp | 26 - .../ios/basic.ios.members/widen.pass.cpp | 23 - .../iostreams.base/ios/iostate.flags/bad.pass.cpp | 41 - .../iostreams.base/ios/iostate.flags/bool.pass.cpp | 34 - .../ios/iostate.flags/clear.pass.cpp | 70 - .../iostreams.base/ios/iostate.flags/eof.pass.cpp | 37 - .../ios/iostate.flags/exceptions.pass.cpp | 33 - .../ios/iostate.flags/exceptions_iostate.pass.cpp | 52 - .../iostreams.base/ios/iostate.flags/fail.pass.cpp | 41 - .../iostreams.base/ios/iostate.flags/good.pass.cpp | 35 - .../iostreams.base/ios/iostate.flags/not.pass.cpp | 25 - .../ios/iostate.flags/rdstate.pass.cpp | 25 - .../ios/iostate.flags/setstate.pass.cpp | 69 - .../input.output/iostreams.base/ios/types.pass.cpp | 33 - .../is_error_code_enum_io_errc.pass.cpp | 25 - .../adjustfield.manip/internal.pass.cpp | 29 - .../std.ios.manip/adjustfield.manip/left.pass.cpp | 29 - .../std.ios.manip/adjustfield.manip/right.pass.cpp | 29 - .../std.ios.manip/basefield.manip/dec.pass.cpp | 29 - .../std.ios.manip/basefield.manip/hex.pass.cpp | 29 - .../std.ios.manip/basefield.manip/oct.pass.cpp | 29 - .../error.reporting/iostream_category.pass.cpp | 23 - .../error.reporting/make_error_code.pass.cpp | 24 - .../error.reporting/make_error_condition.pass.cpp | 24 - .../floatfield.manip/defaultfloat.pass.cpp | 30 - .../std.ios.manip/floatfield.manip/fixed.pass.cpp | 29 - .../floatfield.manip/hexfloat.pass.cpp | 30 - .../floatfield.manip/scientific.pass.cpp | 29 - .../fmtflags.manip/boolalpha.pass.cpp | 29 - .../fmtflags.manip/noboolalpha.pass.cpp | 30 - .../fmtflags.manip/noshowbase.pass.cpp | 30 - .../fmtflags.manip/noshowpoint.pass.cpp | 30 - .../fmtflags.manip/noshowpos.pass.cpp | 30 - .../std.ios.manip/fmtflags.manip/noskipws.pass.cpp | 30 - .../fmtflags.manip/nounitbuf.pass.cpp | 30 - .../fmtflags.manip/nouppercase.pass.cpp | 30 - .../std.ios.manip/fmtflags.manip/showbase.pass.cpp | 29 - .../fmtflags.manip/showpoint.pass.cpp | 29 - .../std.ios.manip/fmtflags.manip/showpos.pass.cpp | 29 - .../std.ios.manip/fmtflags.manip/skipws.pass.cpp | 29 - .../std.ios.manip/fmtflags.manip/unitbuf.pass.cpp | 29 - .../fmtflags.manip/uppercase.pass.cpp | 29 - .../std.ios.manip/nothing_to_do.pass.cpp | 12 - .../iostreams.base/stream.types/streamoff.pass.cpp | 21 - .../stream.types/streamsize.pass.cpp | 21 - .../tested_elsewhere.pass.cpp | 12 - .../iostreams.limits.pos/nothing_to_do.pass.cpp | 12 - .../iostreams.threadsafety/nothing_to_do.pass.cpp | 12 - .../iostreams.requirements/nothing_to_do.pass.cpp | 12 - test/std/input.output/nothing_to_do.pass.cpp | 12 - .../streambuf.reqts/tested_elsewhere.pass.cpp | 12 - .../streambuf/streambuf.cons/copy.fail.cpp | 25 - .../streambuf/streambuf.cons/copy.pass.cpp | 86 - .../streambuf/streambuf.cons/default.fail.cpp | 22 - .../streambuf/streambuf.cons/default.pass.cpp | 58 - .../streambuf.members/nothing_to_do.pass.cpp | 12 - .../streambuf.buffer/pubseekoff.pass.cpp | 35 - .../streambuf.buffer/pubseekpos.pass.cpp | 34 - .../streambuf.buffer/pubsetbuf.pass.cpp | 33 - .../streambuf.buffer/pubsync.pass.cpp | 33 - .../streambuf.locales/locales.pass.cpp | 52 - .../streambuf.pub.get/in_avail.pass.cpp | 52 - .../streambuf.pub.get/sbumpc.pass.cpp | 56 - .../streambuf.pub.get/sgetc.pass.cpp | 56 - .../streambuf.pub.get/sgetn.pass.cpp | 41 - .../streambuf.pub.get/snextc.pass.cpp | 56 - .../streambuf.pub.pback/sputbackc.pass.cpp | 56 - .../streambuf.pub.pback/sungetc.pass.cpp | 56 - .../streambuf.pub.put/sputc.pass.cpp | 63 - .../streambuf.pub.put/sputn.pass.cpp | 41 - .../streambuf.protected/nothing_to_do.pass.cpp | 12 - .../streambuf.assign/assign.pass.cpp | 93 - .../streambuf.assign/swap.pass.cpp | 102 - .../streambuf.get.area/gbump.pass.cpp | 59 - .../streambuf.get.area/setg.pass.cpp | 49 - .../streambuf.put.area/pbump.pass.cpp | 61 - .../streambuf.put.area/pbump2gig.pass.cpp | 44 - .../streambuf.put.area/setp.pass.cpp | 49 - .../streambuf.virtuals/nothing_to_do.pass.cpp | 12 - .../tested_elsewhere.pass.cpp | 12 - .../streambuf.virt.get/showmanyc.pass.cpp | 33 - .../streambuf.virt.get/uflow.pass.cpp | 33 - .../streambuf.virt.get/underflow.pass.cpp | 30 - .../streambuf.virt.get/xsgetn.pass.cpp | 41 - .../streambuf.virt.locales/nothing_to_do.pass.cpp | 12 - .../streambuf.virt.pback/pbackfail.pass.cpp | 32 - .../streambuf.virt.put/overflow.pass.cpp | 30 - .../streambuf.virt.put/xsputn.pass.cpp | 44 - .../stream.buffers/streambuf/types.pass.cpp | 39 - .../istringstream.assign/member_swap.pass.cpp | 56 - .../istringstream.assign/move.pass.cpp | 86 - .../istringstream.assign/nonmember_swap.pass.cpp | 59 - .../istringstream.cons/default.pass.cpp | 46 - .../istringstream/istringstream.cons/move.pass.cpp | 48 - .../istringstream.cons/string.pass.cpp | 67 - .../istringstream.members/str.pass.cpp | 56 - .../string.streams/istringstream/types.pass.cpp | 36 - .../ostringstream.assign/member_swap.pass.cpp | 48 - .../ostringstream.assign/move.pass.cpp | 46 - .../ostringstream.assign/nonmember_swap.pass.cpp | 48 - .../ostringstream.cons/default.pass.cpp | 46 - .../ostringstream/ostringstream.cons/move.pass.cpp | 44 - .../ostringstream.cons/string.pass.cpp | 59 - .../ostringstream.members/str.pass.cpp | 52 - .../string.streams/ostringstream/types.pass.cpp | 36 - .../stringbuf.assign/member_swap.pass.cpp | 64 - .../stringbuf/stringbuf.assign/move.pass.cpp | 58 - .../stringbuf.assign/nonmember_swap.pass.cpp | 66 - .../stringbuf/stringbuf.cons/default.pass.cpp | 53 - .../stringbuf/stringbuf.cons/move.pass.cpp | 52 - .../stringbuf/stringbuf.cons/string.pass.cpp | 47 - .../stringbuf/stringbuf.members/str.pass.cpp | 34 - .../stringbuf/stringbuf.virtuals/overflow.pass.cpp | 101 - .../stringbuf.virtuals/pbackfail.pass.cpp | 96 - .../stringbuf/stringbuf.virtuals/seekoff.pass.cpp | 167 - .../stringbuf/stringbuf.virtuals/seekpos.pass.cpp | 77 - .../stringbuf/stringbuf.virtuals/setbuf.pass.cpp | 32 - .../stringbuf.virtuals/underflow.pass.cpp | 70 - .../string.streams/stringbuf/types.pass.cpp | 36 - .../stringstream.cons/default.pass.cpp | 46 - .../string.streams/stringstream.cons/move.pass.cpp | 52 - .../stringstream.cons/move2.pass.cpp | 38 - .../stringstream.cons/string.pass.cpp | 68 - .../stringstream.assign/member_swap.pass.cpp | 56 - .../stringstream.assign/move.pass.cpp | 54 - .../stringstream.assign/nonmember_swap.pass.cpp | 59 - .../stringstream.members/str.pass.cpp | 62 - .../string.streams/stringstream/types.pass.cpp | 36 - .../std/iterators/iterator.container/data.pass.cpp | 87 - .../iterator.container/empty.array.fail.cpp | 28 - .../iterator.container/empty.container.fail.cpp | 28 - .../empty.initializer_list.fail.cpp | 28 - .../iterators/iterator.container/empty.pass.cpp | 89 - .../std/iterators/iterator.container/size.pass.cpp | 91 - .../iterator.basic/iterator.pass.cpp | 82 - .../iterator.operations/advance.pass.cpp | 72 - .../iterator.operations/distance.pass.cpp | 61 - .../iterator.operations/next.pass.cpp | 87 - .../iterator.operations/prev.pass.cpp | 78 - .../iterator.traits/const_pointer.pass.cpp | 35 - .../const_volatile_pointer.pass.cpp | 28 - .../iterator.traits/empty.fail.cpp | 122 - .../iterator.traits/empty.pass.cpp | 38 - .../iterator.traits/iterator.pass.cpp | 44 - .../iterator.traits/pointer.pass.cpp | 35 - .../iterator.traits/volatile_pointer.pass.cpp | 28 - .../iterator.primitives/nothing_to_do.pass.cpp | 12 - .../bidirectional_iterator_tag.pass.cpp | 25 - .../forward_iterator_tag.pass.cpp | 25 - .../std.iterator.tags/input_iterator_tag.pass.cpp | 23 - .../std.iterator.tags/output_iterator_tag.pass.cpp | 23 - .../random_access_iterator_tag.pass.cpp | 25 - .../iterators/iterator.range/begin-end.fail.cpp | 51 - .../iterators/iterator.range/begin-end.pass.cpp | 201 - .../bidirectional.iterators/nothing_to_do.pass.cpp | 12 - .../forward.iterators/nothing_to_do.pass.cpp | 12 - .../input.iterators/nothing_to_do.pass.cpp | 12 - .../iterator.iterators/nothing_to_do.pass.cpp | 12 - .../nothing_to_do.pass.cpp | 12 - .../iterator.requirements/nothing_to_do.pass.cpp | 12 - .../output.iterators/nothing_to_do.pass.cpp | 12 - .../random.access.iterators/nothing_to_do.pass.cpp | 12 - .../iterator.synopsis/nothing_to_do.pass.cpp | 12 - .../iterators.general/gcc_workaround.pass.cpp | 21 - .../iterators.general/nothing_to_do.pass.cpp | 12 - .../back.insert.iter.cons/container.fail.cpp | 24 - .../back.insert.iter.cons/container.pass.cpp | 31 - .../back.insert.iter.op++/post.pass.cpp | 36 - .../back.insert.iter.op++/pre.pass.cpp | 34 - .../back.insert.iter.op=/lv_value.pass.cpp | 46 - .../back.insert.iter.op=/rv_value.pass.cpp | 38 - .../back.insert.iter.op_astrk/test.pass.cpp | 34 - .../back.inserter/test.pass.cpp | 35 - .../back.insert.iter.ops/nothing_to_do.pass.cpp | 12 - .../back.insert.iterator/types.pass.cpp | 59 - .../front.insert.iter.cons/container.fail.cpp | 24 - .../front.insert.iter.cons/container.pass.cpp | 31 - .../front.insert.iter.op++/post.pass.cpp | 36 - .../front.insert.iter.op++/pre.pass.cpp | 34 - .../front.insert.iter.op=/lv_value.pass.cpp | 47 - .../front.insert.iter.op=/rv_value.pass.cpp | 36 - .../front.insert.iter.op_astrk/test.pass.cpp | 34 - .../front.inserter/test.pass.cpp | 35 - .../front.insert.iter.ops/nothing_to_do.pass.cpp | 12 - .../front.insert.iterator/types.pass.cpp | 60 - .../insert.iter.ops/insert.iter.cons/test.pass.cpp | 31 - .../insert.iter.ops/insert.iter.op++/post.pass.cpp | 36 - .../insert.iter.ops/insert.iter.op++/pre.pass.cpp | 34 - .../insert.iter.op=/lv_value.pass.cpp | 85 - .../insert.iter.op=/rv_value.pass.cpp | 95 - .../insert.iter.op_astrk/test.pass.cpp | 34 - .../insert.iter.ops/inserter/test.pass.cpp | 35 - .../insert.iter.ops/nothing_to_do.pass.cpp | 12 - .../insert.iterator/types.pass.cpp | 65 - .../insert.iterators/nothing_to_do.pass.cpp | 12 - .../make_move_iterator.pass.cpp | 57 - .../move.iter.nonmember/minus.pass.cpp | 53 - .../move.iter.nonmember/plus.pass.cpp | 53 - .../move.iter.op.+/difference_type.pass.cpp | 52 - .../move.iter.op.+=/difference_type.pass.cpp | 53 - .../move.iter.op.-/difference_type.pass.cpp | 52 - .../move.iter.op.-=/difference_type.pass.cpp | 49 - .../move.iter.ops/move.iter.op.comp/op_eq.pass.cpp | 62 - .../move.iter.ops/move.iter.op.comp/op_gt.pass.cpp | 58 - .../move.iter.op.comp/op_gte.pass.cpp | 58 - .../move.iter.ops/move.iter.op.comp/op_lt.pass.cpp | 58 - .../move.iter.op.comp/op_lte.pass.cpp | 58 - .../move.iter.op.comp/op_neq.pass.cpp | 62 - .../move.iter.op.const/convert.fail.cpp | 38 - .../move.iter.op.const/convert.pass.cpp | 56 - .../move.iter.op.const/default.pass.cpp | 45 - .../move.iter.ops/move.iter.op.const/iter.fail.cpp | 31 - .../move.iter.ops/move.iter.op.const/iter.pass.cpp | 48 - .../move.iter.op.conv/tested_elsewhere.pass.cpp | 12 - .../move.iter.ops/move.iter.op.decr/post.pass.cpp | 53 - .../move.iter.ops/move.iter.op.decr/pre.pass.cpp | 53 - .../move.iter.ops/move.iter.op.incr/post.pass.cpp | 55 - .../move.iter.ops/move.iter.op.incr/pre.pass.cpp | 55 - .../move.iter.op.index/difference_type.pass.cpp | 68 - .../move.iter.op.ref/op_arrow.pass.cpp | 46 - .../move.iter.op.star/op_star.pass.cpp | 74 - .../move.iter.op=/move_iterator.fail.cpp | 39 - .../move.iter.op=/move_iterator.pass.cpp | 60 - .../move.iter.ops/nothing_to_do.pass.cpp | 12 - .../move.iter.requirements/nothing_to_do.pass.cpp | 12 - .../move.iterators/move.iterator/types.pass.cpp | 95 - .../move.iterators/nothing_to_do.pass.cpp | 12 - .../predef.iterators/nothing_to_do.pass.cpp | 12 - .../reverse.iterators/nothing_to_do.pass.cpp | 12 - .../reverse.iter.ops/nothing_to_do.pass.cpp | 12 - .../reverse.iter.cons/default.pass.cpp | 44 - .../reverse.iter.cons/iter.fail.cpp | 31 - .../reverse.iter.cons/iter.pass.cpp | 46 - .../reverse.iter.cons/reverse_iterator.fail.cpp | 38 - .../reverse.iter.cons/reverse_iterator.pass.cpp | 54 - .../reverse.iter.conv/tested_elsewhere.pass.cpp | 12 - .../make_reverse_iterator.pass.cpp | 51 - .../reverse.iter.op!=/test.pass.cpp | 57 - .../reverse.iter.op++/post.pass.cpp | 53 - .../reverse.iter.op++/pre.pass.cpp | 54 - .../reverse.iter.op+/difference_type.pass.cpp | 52 - .../reverse.iter.op+=/difference_type.pass.cpp | 49 - .../reverse.iter.op--/post.pass.cpp | 53 - .../reverse.iter.op--/pre.pass.cpp | 54 - .../reverse.iter.op-/difference_type.pass.cpp | 52 - .../reverse.iter.op-=/difference_type.pass.cpp | 49 - .../reverse.iter.op.star/op_star.pass.cpp | 62 - .../reverse.iter.op=/reverse_iterator.fail.cpp | 39 - .../reverse.iter.op=/reverse_iterator.pass.cpp | 59 - .../reverse.iter.op==/test.pass.cpp | 58 - .../reverse.iter.opdiff/test.pass.cpp | 57 - .../reverse.iter.opgt/test.pass.cpp | 57 - .../reverse.iter.opgt=/test.pass.cpp | 57 - .../reverse.iter.opindex/difference_type.pass.cpp | 49 - .../reverse.iter.oplt/test.pass.cpp | 57 - .../reverse.iter.oplt=/test.pass.cpp | 57 - .../reverse.iter.opref/op_arrow.pass.cpp | 119 - .../reverse.iter.opsum/difference_type.pass.cpp | 53 - .../nothing_to_do.pass.cpp | 12 - .../reverse.iterator/types.pass.cpp | 61 - .../istream.iterator.cons/copy.pass.cpp | 40 - .../istream.iterator.cons/default.fail.cpp | 32 - .../istream.iterator.cons/default.pass.cpp | 65 - .../istream.iterator.cons/istream.pass.cpp | 30 - .../istream.iterator.ops/arrow.pass.cpp | 39 - .../istream.iterator.ops/dereference.pass.cpp | 34 - .../istream.iterator.ops/equal.pass.cpp | 55 - .../istream.iterator.ops/post_increment.pass.cpp | 32 - .../istream.iterator.ops/pre_increment.pass.cpp | 29 - .../istream.iterator/types.pass.cpp | 86 - .../istreambuf.iterator.cons/default.pass.cpp | 45 - .../istreambuf.iterator.cons/istream.pass.cpp | 42 - .../istreambuf.iterator.cons/proxy.pass.cpp | 36 - .../istreambuf.iterator.cons/streambuf.pass.cpp | 50 - .../istreambuf.iterator_equal/equal.pass.cpp | 100 - .../istreambuf.iterator_op!=/not_equal.pass.cpp | 102 - .../istreambuf.iterator_op++/dereference.pass.cpp | 40 - .../istreambuf.iterator_op==/equal.pass.cpp | 102 - .../post_increment.pass.cpp | 38 - .../pre_increment.pass.cpp | 39 - .../istreambuf.iterator_proxy/proxy.pass.cpp | 44 - .../istreambuf.iterator/types.pass.cpp | 69 - .../iterator.range/begin_array.pass.cpp | 24 - .../iterator.range/begin_const.pass.cpp | 23 - .../iterator.range/begin_non_const.pass.cpp | 25 - .../iterator.range/end_array.pass.cpp | 24 - .../iterator.range/end_const.pass.cpp | 23 - .../iterator.range/end_non_const.pass.cpp | 23 - .../stream.iterators/nothing_to_do.pass.cpp | 12 - .../ostream.iterator.cons.des/copy.pass.cpp | 27 - .../ostream.iterator.cons.des/ostream.pass.cpp | 39 - .../ostream_delim.pass.cpp | 45 - .../ostream.iterator.ops/assign_t.pass.cpp | 56 - .../ostream.iterator.ops/dereference.pass.cpp | 26 - .../ostream.iterator.ops/increment.pass.cpp | 29 - .../ostream.iterator/types.pass.cpp | 58 - .../ostreambuf.iter.cons/ostream.pass.cpp | 32 - .../ostreambuf.iter.cons/streambuf.pass.cpp | 32 - .../ostreambuf.iter.ops/assign_c.pass.cpp | 39 - .../ostreambuf.iter.ops/deref.pass.cpp | 34 - .../ostreambuf.iter.ops/failed.pass.cpp | 43 - .../ostreambuf.iter.ops/increment.pass.cpp | 39 - .../ostreambuf.iterator/types.pass.cpp | 62 - .../cmp.common/common_comparison_category.pass.cpp | 93 - .../cmp/cmp.partialord/partialord.pass.cpp | 164 - .../cmp/cmp.strongeq/cmp.strongeq.pass.cpp | 96 - .../cmp/cmp.strongord/strongord.pass.cpp | 212 - .../cmp/cmp.weakeq/cmp.weakeq.pass.cpp | 70 - .../cmp/cmp.weakord/weakord.pass.cpp | 169 - .../cstdint/cstdint.syn/cstdint.pass.cpp | 292 - test/std/language.support/nothing_to_do.pass.cpp | 12 - .../support.dynamic/align_val_t.pass.cpp | 34 - .../alloc.errors/bad.alloc/bad_alloc.pass.cpp | 27 - .../new.badlength/bad_array_new_length.pass.cpp | 27 - .../alloc.errors/new.handler/new_handler.pass.cpp | 23 - .../alloc.errors/nothing_to_do.pass.cpp | 12 - .../set.new.handler/get_new_handler.pass.cpp | 25 - .../set.new.handler/set_new_handler.pass.cpp | 22 - .../delete_align_val_t_replace.pass.cpp | 115 - .../new.delete.array/new_align_val_t.pass.cpp | 105 - .../new_align_val_t_nothrow.pass.cpp | 107 - .../new_align_val_t_nothrow_replace.pass.cpp | 108 - .../new_align_val_t_replace.pass.cpp | 89 - .../new.delete/new.delete.array/new_array.pass.cpp | 64 - .../new.delete.array/new_array_nothrow.pass.cpp | 63 - .../new_array_nothrow_replace.pass.cpp | 58 - .../new.delete.array/new_array_replace.pass.cpp | 59 - .../new.delete/new.delete.array/new_size.sh.cpp | 26 - .../new.delete.array/new_size_align.sh.cpp | 26 - .../new.delete.array/new_size_align_nothrow.sh.cpp | 26 - .../new.delete.array/new_size_nothrow.sh.cpp | 26 - .../new.delete.array/sized_delete_array11.pass.cpp | 70 - .../new.delete.array/sized_delete_array14.pass.cpp | 74 - ...elete_array_calls_unsized_delete_array.pass.cpp | 60 - .../sized_delete_array_fsizeddeallocation.sh.cpp | 88 - .../new.delete.dataraces/not_testable.pass.cpp | 12 - .../new.delete/new.delete.placement/new.pass.cpp | 30 - .../new.delete.placement/new_array.pass.cpp | 34 - .../new.delete.placement/new_array_ptr.fail.cpp | 26 - .../new.delete.placement/new_ptr.fail.cpp | 26 - .../delete_align_val_t_replace.pass.cpp | 114 - .../new.delete/new.delete.single/new.pass.cpp | 62 - .../new.delete.single/new_align_val_t.pass.cpp | 105 - .../new_align_val_t_nothrow.pass.cpp | 107 - .../new_align_val_t_nothrow_replace.pass.cpp | 110 - .../new_align_val_t_replace.pass.cpp | 89 - .../new.delete.single/new_nothrow.pass.cpp | 60 - .../new.delete.single/new_nothrow_replace.pass.cpp | 58 - .../new.delete.single/new_replace.pass.cpp | 57 - .../new.delete/new.delete.single/new_size.fail.cpp | 25 - .../new.delete.single/new_size_align.sh.cpp | 26 - .../new_size_align_nothrow.sh.cpp | 26 - .../new.delete.single/new_size_nothrow.fail.cpp | 25 - .../new.delete.single/sized_delete11.pass.cpp | 60 - .../new.delete.single/sized_delete14.pass.cpp | 65 - .../sized_delete_calls_unsized_delete.pass.cpp | 49 - .../sized_delete_fsizeddeallocation.sh.cpp | 78 - .../new.delete/nothing_to_do.pass.cpp | 12 - .../ptr.launder/launder.nodiscard.fail.cpp | 27 - .../support.dynamic/ptr.launder/launder.pass.cpp | 35 - .../ptr.launder/launder.types.fail.cpp | 36 - .../bad.exception/bad_exception.pass.cpp | 27 - .../except.nested/assign.pass.cpp | 63 - .../except.nested/ctor_copy.pass.cpp | 61 - .../except.nested/ctor_default.pass.cpp | 59 - .../except.nested/rethrow_if_nested.pass.cpp | 135 - .../except.nested/rethrow_nested.pass.cpp | 71 - .../except.nested/throw_with_nested.pass.cpp | 132 - .../exception.terminate/nothing_to_do.pass.cpp | 12 - .../set.terminate/get_terminate.pass.cpp | 25 - .../set.terminate/set_terminate.pass.cpp | 23 - .../terminate.handler/terminate_handler.pass.cpp | 23 - .../terminate/terminate.pass.cpp | 26 - .../support.exception/exception/exception.pass.cpp | 25 - .../propagation/current_exception.pass.cpp | 274 - .../propagation/exception_ptr.pass.cpp | 34 - .../propagation/make_exception_ptr.pass.cpp | 56 - .../propagation/rethrow_exception.pass.cpp | 64 - .../uncaught/uncaught_exception.pass.cpp | 46 - .../uncaught/uncaught_exceptions.pass.cpp | 62 - .../support.general/nothing_to_do.pass.cpp | 12 - .../support.initlist/include_cxx03.pass.cpp | 18 - .../support.initlist.access/access.pass.cpp | 62 - .../support.initlist.cons/default.pass.cpp | 32 - .../support.initlist.range/begin_end.pass.cpp | 60 - .../support.initlist/types.pass.cpp | 37 - .../support.limits/c.limits/cfloat.pass.cpp | 184 - .../support.limits/c.limits/climits.pass.cpp | 92 - .../limits/denorm.style/check_values.pass.cpp | 38 - .../support.limits/limits/is_specialized.pass.cpp | 71 - .../const_data_members.pass.cpp | 209 - .../numeric.limits.members/denorm_min.pass.cpp | 69 - .../limits/numeric.limits.members/digits.pass.cpp | 58 - .../numeric.limits.members/digits10.pass.cpp | 62 - .../limits/numeric.limits.members/epsilon.pass.cpp | 59 - .../numeric.limits.members/has_denorm.pass.cpp | 57 - .../has_denorm_loss.pass.cpp | 57 - .../numeric.limits.members/has_infinity.pass.cpp | 57 - .../numeric.limits.members/has_quiet_NaN.pass.cpp | 57 - .../has_signaling_NaN.pass.cpp | 57 - .../numeric.limits.members/infinity.pass.cpp | 63 - .../numeric.limits.members/is_bounded.pass.cpp | 57 - .../numeric.limits.members/is_exact.pass.cpp | 57 - .../numeric.limits.members/is_iec559.pass.cpp | 61 - .../numeric.limits.members/is_integer.pass.cpp | 57 - .../numeric.limits.members/is_modulo.pass.cpp | 57 - .../numeric.limits.members/is_signed.pass.cpp | 57 - .../limits/numeric.limits.members/lowest.pass.cpp | 65 - .../limits/numeric.limits.members/max.pass.cpp | 65 - .../numeric.limits.members/max_digits10.pass.cpp | 58 - .../numeric.limits.members/max_exponent.pass.cpp | 58 - .../numeric.limits.members/max_exponent10.pass.cpp | 58 - .../limits/numeric.limits.members/min.pass.cpp | 65 - .../numeric.limits.members/min_exponent.pass.cpp | 58 - .../numeric.limits.members/min_exponent10.pass.cpp | 58 - .../numeric.limits.members/quiet_NaN.pass.cpp | 78 - .../limits/numeric.limits.members/radix.pass.cpp | 58 - .../numeric.limits.members/round_error.pass.cpp | 59 - .../numeric.limits.members/round_style.pass.cpp | 57 - .../numeric.limits.members/signaling_NaN.pass.cpp | 78 - .../tinyness_before.pass.cpp | 57 - .../limits/numeric.limits.members/traps.pass.cpp | 64 - .../limits/numeric.limits/default.pass.cpp | 83 - .../limits/numeric.special/nothing_to_do.pass.cpp | 12 - .../limits/round.style/check_values.pass.cpp | 34 - .../support.limits/nothing_to_do.pass.cpp | 12 - .../algorithm.version.pass.cpp | 192 - .../support.limits.general/any.version.pass.cpp | 56 - .../support.limits.general/array.version.pass.cpp | 105 - .../support.limits.general/atomic.version.pass.cpp | 122 - .../support.limits.general/bit.version.pass.cpp | 59 - .../support.limits.general/charconv.pass.cpp | 32 - .../support.limits.general/chrono.version.pass.cpp | 82 - .../support.limits.general/cmath.version.pass.cpp | 91 - .../compare.version.pass.cpp | 59 - .../complex.version.pass.cpp | 59 - .../concepts.version.pass.cpp | 34 - .../cstddef.version.pass.cpp | 56 - .../support.limits.general/deque.version.pass.cpp | 99 - .../exception.version.pass.cpp | 56 - .../execution.version.pass.cpp | 34 - .../filesystem.version.pass.cpp | 82 - .../forward_list.version.pass.cpp | 148 - .../functional.version.pass.cpp | 245 - .../generate_feature_test_macro_components.py | 977 - .../iomanip.version.pass.cpp | 59 - .../istream.version.pass.cpp | 59 - .../iterator.version.pass.cpp | 183 - .../support.limits.general/limits.version.pass.cpp | 59 - .../support.limits.general/list.version.pass.cpp | 148 - .../support.limits.general/locale.version.pass.cpp | 59 - .../support.limits.general/map.version.pass.cpp | 171 - .../support.limits.general/memory.version.pass.cpp | 247 - .../memory_resource.version.pass.cpp | 34 - .../support.limits.general/mutex.version.pass.cpp | 56 - .../support.limits.general/new.version.pass.cpp | 105 - .../numeric.version.pass.cpp | 91 - .../optional.version.pass.cpp | 56 - .../ostream.version.pass.cpp | 59 - .../support.limits.general/regex.version.pass.cpp | 56 - .../scoped_allocator.version.pass.cpp | 56 - .../support.limits.general/set.version.pass.cpp | 148 - .../shared_mutex.version.pass.cpp | 114 - .../support.limits.general/string.version.pass.cpp | 174 - .../string_view.version.pass.cpp | 108 - .../support.limits.general/tuple.version.pass.cpp | 157 - .../type_traits.version.pass.cpp | 397 - .../unordered_map.version.pass.cpp | 171 - .../unordered_set.version.pass.cpp | 148 - .../utility.version.pass.cpp | 195 - .../variant.version.pass.cpp | 56 - .../support.limits.general/vector.version.pass.cpp | 122 - .../version.version.pass.cpp | 2178 -- .../support.limits/version.pass.cpp | 17 - .../support.rtti/bad.cast/bad_cast.pass.cpp | 27 - .../support.rtti/bad.typeid/bad_typeid.pass.cpp | 27 - .../support.rtti/type.info/type_info.pass.cpp | 40 - .../support.rtti/type.info/type_info_hash.pass.cpp | 23 - .../support.runtime/csetjmp.pass.cpp | 25 - .../support.runtime/csignal.pass.cpp | 58 - .../support.runtime/cstdarg.pass.cpp | 38 - .../support.runtime/cstdbool.pass.cpp | 32 - .../support.runtime/cstdlib.pass.cpp | 112 - .../support.runtime/ctime.pass.cpp | 62 - .../support.start.term/quick_exit.pass.cpp | 23 - .../support.start.term/quick_exit_check1.fail.cpp | 26 - .../support.start.term/quick_exit_check2.fail.cpp | 25 - .../language.support/support.types/byte.pass.cpp | 34 - .../support.types/byteops/and.assign.pass.cpp | 39 - .../support.types/byteops/and.pass.cpp | 31 - .../byteops/enum_direct_init.pass.cpp | 21 - .../support.types/byteops/lshift.assign.fail.cpp | 31 - .../support.types/byteops/lshift.assign.pass.cpp | 36 - .../support.types/byteops/lshift.fail.cpp | 23 - .../support.types/byteops/lshift.pass.cpp | 30 - .../support.types/byteops/not.pass.cpp | 27 - .../support.types/byteops/or.assign.pass.cpp | 40 - .../support.types/byteops/or.pass.cpp | 31 - .../support.types/byteops/rshift.assign.fail.cpp | 31 - .../support.types/byteops/rshift.assign.pass.cpp | 35 - .../support.types/byteops/rshift.fail.cpp | 23 - .../support.types/byteops/rshift.pass.cpp | 37 - .../support.types/byteops/to_integer.fail.cpp | 23 - .../support.types/byteops/to_integer.pass.cpp | 31 - .../support.types/byteops/xor.assign.pass.cpp | 39 - .../support.types/byteops/xor.pass.cpp | 31 - .../support.types/max_align_t.pass.cpp | 44 - .../language.support/support.types/null.pass.cpp | 18 - .../support.types/nullptr_t.pass.cpp | 107 - .../support.types/nullptr_t_integral_cast.fail.cpp | 17 - .../support.types/nullptr_t_integral_cast.pass.cpp | 24 - .../support.types/offsetof.pass.cpp | 28 - .../support.types/ptrdiff_t.pass.cpp | 27 - .../language.support/support.types/size_t.pass.cpp | 27 - test/std/localization/c.locales/clocale.pass.cpp | 55 - .../locale.collate.byname/compare.pass.cpp | 72 - .../locale.collate.byname/hash.pass.cpp | 43 - .../locale.collate.byname/transform.pass.cpp | 57 - .../locale.collate.byname/types.pass.cpp | 47 - .../category.collate/locale.collate/ctor.pass.cpp | 67 - .../locale.collate.members/compare.pass.cpp | 49 - .../locale.collate.members/hash.pass.cpp | 39 - .../locale.collate.members/transform.pass.cpp | 33 - .../tested_elsewhere.pass.cpp | 12 - .../category.collate/locale.collate/types.pass.cpp | 51 - .../category.collate/nothing_to_do.pass.cpp | 12 - .../category.ctype/ctype_base.pass.cpp | 78 - .../facet.ctype.char.dtor/dtor.pass.cpp | 40 - .../facet.ctype.char.members/ctor.pass.cpp | 50 - .../facet.ctype.char.members/is_1.pass.cpp | 59 - .../facet.ctype.char.members/is_many.pass.cpp | 118 - .../facet.ctype.char.members/narrow_1.pass.cpp | 33 - .../facet.ctype.char.members/narrow_many.pass.cpp | 38 - .../facet.ctype.char.members/scan_is.pass.cpp | 44 - .../facet.ctype.char.members/scan_not.pass.cpp | 44 - .../facet.ctype.char.members/table.pass.cpp | 33 - .../facet.ctype.char.members/tolower_1.pass.cpp | 33 - .../facet.ctype.char.members/tolower_many.pass.cpp | 36 - .../facet.ctype.char.members/toupper_1.pass.cpp | 33 - .../facet.ctype.char.members/toupper_many.pass.cpp | 36 - .../facet.ctype.char.members/widen_1.pass.cpp | 33 - .../facet.ctype.char.members/widen_many.pass.cpp | 38 - .../classic_table.pass.cpp | 59 - .../tested_elsewhere.pass.cpp | 12 - .../facet.ctype.special/types.pass.cpp | 39 - .../locale.codecvt.byname/ctor_char.pass.cpp | 72 - .../locale.codecvt.byname/ctor_char16_t.pass.cpp | 70 - .../locale.codecvt.byname/ctor_char32_t.pass.cpp | 70 - .../locale.codecvt.byname/ctor_wchar_t.pass.cpp | 74 - .../locale.codecvt/codecvt_base.pass.cpp | 27 - .../locale.codecvt/ctor_char.pass.cpp | 52 - .../locale.codecvt/ctor_char16_t.pass.cpp | 58 - .../locale.codecvt/ctor_char32_t.pass.cpp | 58 - .../locale.codecvt/ctor_wchar_t.pass.cpp | 52 - .../char16_t_always_noconv.pass.cpp | 26 - .../char16_t_encoding.pass.cpp | 26 - .../locale.codecvt.members/char16_t_in.pass.cpp | 40 - .../char16_t_length.pass.cpp | 32 - .../char16_t_max_length.pass.cpp | 26 - .../locale.codecvt.members/char16_t_out.pass.cpp | 45 - .../char16_t_unshift.pass.cpp | 33 - .../char32_t_always_noconv.pass.cpp | 26 - .../char32_t_encoding.pass.cpp | 26 - .../locale.codecvt.members/char32_t_in.pass.cpp | 40 - .../char32_t_length.pass.cpp | 32 - .../char32_t_max_length.pass.cpp | 26 - .../locale.codecvt.members/char32_t_out.pass.cpp | 45 - .../char32_t_unshift.pass.cpp | 33 - .../char_always_noconv.pass.cpp | 26 - .../locale.codecvt.members/char_encoding.pass.cpp | 26 - .../locale.codecvt.members/char_in.pass.cpp | 38 - .../locale.codecvt.members/char_length.pass.cpp | 32 - .../char_max_length.pass.cpp | 26 - .../locale.codecvt.members/char_out.pass.cpp | 38 - .../locale.codecvt.members/char_unshift.pass.cpp | 33 - .../utf_sanity_check.pass.cpp | 127 - .../wchar_t_always_noconv.pass.cpp | 26 - .../wchar_t_encoding.pass.cpp | 26 - .../locale.codecvt.members/wchar_t_in.pass.cpp | 43 - .../locale.codecvt.members/wchar_t_length.pass.cpp | 32 - .../wchar_t_max_length.pass.cpp | 26 - .../locale.codecvt.members/wchar_t_out.pass.cpp | 71 - .../wchar_t_unshift.pass.cpp | 35 - .../tested_elsewhere.pass.cpp | 12 - .../locale.codecvt/types_char.pass.cpp | 41 - .../locale.codecvt/types_char16_t.pass.cpp | 41 - .../locale.codecvt/types_char32_t.pass.cpp | 41 - .../locale.codecvt/types_wchar_t.pass.cpp | 41 - .../locale.ctype.byname/is_1.pass.cpp | 112 - .../locale.ctype.byname/is_many.pass.cpp | 247 - .../locale.ctype.byname/mask.pass.cpp | 53 - .../locale.ctype.byname/narrow_1.pass.cpp | 56 - .../locale.ctype.byname/narrow_many.pass.cpp | 64 - .../locale.ctype.byname/scan_is.pass.cpp | 71 - .../locale.ctype.byname/scan_not.pass.cpp | 71 - .../locale.ctype.byname/tolower_1.pass.cpp | 92 - .../locale.ctype.byname/tolower_many.pass.cpp | 98 - .../locale.ctype.byname/toupper_1.pass.cpp | 94 - .../locale.ctype.byname/toupper_many.pass.cpp | 98 - .../locale.ctype.byname/types.pass.cpp | 60 - .../locale.ctype.byname/widen_1.pass.cpp | 65 - .../locale.ctype.byname/widen_many.pass.cpp | 71 - .../category.ctype/locale.ctype/ctor.pass.cpp | 51 - .../locale.ctype.members/is_1.pass.cpp | 59 - .../locale.ctype.members/is_many.pass.cpp | 118 - .../locale.ctype.members/narrow_1.pass.cpp | 33 - .../locale.ctype.members/narrow_many.pass.cpp | 38 - .../locale.ctype.members/scan_is.pass.cpp | 44 - .../locale.ctype.members/scan_not.pass.cpp | 44 - .../locale.ctype.members/tolower_1.pass.cpp | 33 - .../locale.ctype.members/tolower_many.pass.cpp | 36 - .../locale.ctype.members/toupper_1.pass.cpp | 33 - .../locale.ctype.members/toupper_many.pass.cpp | 36 - .../locale.ctype.members/widen_1.pass.cpp | 33 - .../locale.ctype.members/widen_many.pass.cpp | 38 - .../tested_elsewhere.pass.cpp | 12 - .../category.ctype/locale.ctype/types.pass.cpp | 39 - .../locale.messages.byname/nothing_to_do.pass.cpp | 12 - .../locale.messages/ctor.pass.cpp | 52 - .../locale.messages.members/not_testable.pass.cpp | 34 - .../tested_elsewhere.pass.cpp | 12 - .../locale.messages/messages_base.pass.cpp | 24 - .../locale.messages/types.pass.cpp | 34 - .../category.messages/nothing_to_do.pass.cpp | 12 - .../locale.money.get/ctor.pass.cpp | 52 - .../get_long_double_en_US.pass.cpp | 723 - .../get_long_double_fr_FR.pass.cpp | 757 - .../get_long_double_ru_RU.pass.cpp | 739 - .../get_long_double_zh_CN.pass.cpp | 729 - .../get_string_en_US.pass.cpp | 731 - .../tested_elsewhere.pass.cpp | 12 - .../locale.money.get/types.pass.cpp | 34 - .../locale.money.put/ctor.pass.cpp | 52 - .../put_long_double_en_US.pass.cpp | 494 - .../put_long_double_fr_FR.pass.cpp | 528 - .../put_long_double_ru_RU.pass.cpp | 505 - .../put_long_double_zh_CN.pass.cpp | 499 - .../put_string_en_US.pass.cpp | 494 - .../tested_elsewhere.pass.cpp | 12 - .../locale.money.put/types.pass.cpp | 34 - .../locale.moneypunct.byname/curr_symbol.pass.cpp | 169 - .../decimal_point.pass.cpp | 157 - .../locale.moneypunct.byname/frac_digits.pass.cpp | 145 - .../locale.moneypunct.byname/grouping.pass.cpp | 153 - .../locale.moneypunct.byname/neg_format.pass.cpp | 230 - .../negative_sign.pass.cpp | 145 - .../locale.moneypunct.byname/pos_format.pass.cpp | 230 - .../positive_sign.pass.cpp | 145 - .../thousands_sep.pass.cpp | 174 - .../locale.moneypunct/ctor.pass.cpp | 52 - .../locale.moneypunct.members/curr_symbol.pass.cpp | 75 - .../decimal_point.pass.cpp | 75 - .../locale.moneypunct.members/frac_digits.pass.cpp | 75 - .../locale.moneypunct.members/grouping.pass.cpp | 75 - .../locale.moneypunct.members/neg_format.pass.cpp | 88 - .../negative_sign.pass.cpp | 76 - .../locale.moneypunct.members/pos_format.pass.cpp | 88 - .../positive_sign.pass.cpp | 75 - .../thousands_sep.pass.cpp | 75 - .../tested_elsewhere.pass.cpp | 12 - .../locale.moneypunct/money_base.pass.cpp | 33 - .../locale.moneypunct/types.pass.cpp | 48 - .../category.monetary/nothing_to_do.pass.cpp | 12 - .../category.numeric/locale.nm.put/ctor.pass.cpp | 52 - .../facet.num.put.members/put_bool.pass.cpp | 100 - .../facet.num.put.members/put_double.pass.cpp | 17890 ------------- .../facet.num.put.members/put_long.pass.cpp | 344 - .../facet.num.put.members/put_long_double.pass.cpp | 26250 ------------------- .../facet.num.put.members/put_long_long.pass.cpp | 344 - .../facet.num.put.members/put_pointer.pass.cpp | 49 - .../put_unsigned_long.pass.cpp | 347 - .../put_unsigned_long_long.pass.cpp | 344 - .../tested_elsewhere.pass.cpp | 12 - .../category.numeric/locale.nm.put/types.pass.cpp | 32 - .../category.numeric/locale.num.get/ctor.pass.cpp | 52 - .../facet.num.get.members/get_bool.pass.cpp | 230 - .../facet.num.get.members/get_double.pass.cpp | 282 - .../facet.num.get.members/get_float.pass.cpp | 212 - .../facet.num.get.members/get_long.pass.cpp | 521 - .../facet.num.get.members/get_long_double.pass.cpp | 271 - .../facet.num.get.members/get_long_long.pass.cpp | 106 - .../facet.num.get.members/get_pointer.pass.cpp | 61 - .../get_unsigned_int.pass.cpp | 83 - .../get_unsigned_long.pass.cpp | 83 - .../get_unsigned_long_long.pass.cpp | 83 - .../get_unsigned_short.pass.cpp | 83 - .../facet.num.get.members/test_min_max.pass.cpp | 65 - .../facet.num.get.members/test_neg_one.pass.cpp | 165 - .../tested_elsewhere.pass.cpp | 12 - .../category.numeric/locale.num.get/types.pass.cpp | 32 - .../category.numeric/nothing_to_do.pass.cpp | 12 - .../locale.time.get.byname/date_order.pass.cpp | 55 - .../date_order_wide.pass.cpp | 55 - .../locale.time.get.byname/get_date.pass.cpp | 102 - .../locale.time.get.byname/get_date_wide.pass.cpp | 101 - .../locale.time.get.byname/get_monthname.pass.cpp | 75 - .../get_monthname_wide.pass.cpp | 84 - .../locale.time.get.byname/get_one.pass.cpp | 171 - .../locale.time.get.byname/get_one_wide.pass.cpp | 173 - .../locale.time.get.byname/get_time.pass.cpp | 94 - .../locale.time.get.byname/get_time_wide.pass.cpp | 94 - .../locale.time.get.byname/get_weekday.pass.cpp | 91 - .../get_weekday_wide.pass.cpp | 89 - .../locale.time.get.byname/get_year.pass.cpp | 85 - .../locale.time.get.byname/get_year_wide.pass.cpp | 85 - .../category.time/locale.time.get/ctor.pass.cpp | 52 - .../locale.time.get.members/date_order.pass.cpp | 34 - .../locale.time.get.members/get_date.pass.cpp | 51 - .../locale.time.get.members/get_date_wide.pass.cpp | 51 - .../locale.time.get.members/get_many.pass.cpp | 68 - .../locale.time.get.members/get_monthname.pass.cpp | 265 - .../get_monthname_wide.pass.cpp | 265 - .../locale.time.get.members/get_one.pass.cpp | 305 - .../locale.time.get.members/get_time.pass.cpp | 117 - .../locale.time.get.members/get_time_wide.pass.cpp | 117 - .../locale.time.get.members/get_weekday.pass.cpp | 220 - .../get_weekday_wide.pass.cpp | 220 - .../locale.time.get.members/get_year.pass.cpp | 138 - .../tested_elsewhere.pass.cpp | 12 - .../locale.time.get/time_base.pass.cpp | 30 - .../category.time/locale.time.get/types.pass.cpp | 41 - .../locale.time.put.byname/put1.pass.cpp | 81 - .../category.time/locale.time.put/ctor.pass.cpp | 52 - .../locale.time.put.members/put1.pass.cpp | 61 - .../locale.time.put.members/put2.pass.cpp | 332 - .../tested_elsewhere.pass.cpp | 12 - .../category.time/locale.time.put/types.pass.cpp | 32 - .../category.time/nothing_to_do.pass.cpp | 12 - .../locale.numpunct.byname/decimal_point.pass.cpp | 65 - .../locale.numpunct.byname/grouping.pass.cpp | 74 - .../locale.numpunct.byname/thousands_sep.pass.cpp | 88 - .../facet.numpunct/locale.numpunct/ctor.pass.cpp | 66 - .../facet.numpunct.members/decimal_point.pass.cpp | 32 - .../facet.numpunct.members/falsename.pass.cpp | 32 - .../facet.numpunct.members/grouping.pass.cpp | 32 - .../facet.numpunct.members/thousands_sep.pass.cpp | 32 - .../facet.numpunct.members/truename.pass.cpp | 32 - .../tested_elsewhere.pass.cpp | 12 - .../facet.numpunct/locale.numpunct/types.pass.cpp | 50 - .../facet.numpunct/nothing_to_do.pass.cpp | 12 - .../facets.examples/nothing_to_do.pass.cpp | 12 - .../locale.stdcvt/codecvt_mode.pass.cpp | 29 - .../locale.stdcvt/codecvt_utf16.pass.cpp | 42 - .../codecvt_utf16_always_noconv.pass.cpp | 45 - .../locale.stdcvt/codecvt_utf16_encoding.pass.cpp | 45 - .../locale.stdcvt/codecvt_utf16_in.pass.cpp | 739 - .../locale.stdcvt/codecvt_utf16_length.pass.cpp | 449 - .../codecvt_utf16_max_length.pass.cpp | 63 - .../locale.stdcvt/codecvt_utf16_out.pass.cpp | 353 - .../locale.stdcvt/codecvt_utf16_unshift.pass.cpp | 56 - .../locale.stdcvt/codecvt_utf8.pass.cpp | 42 - .../codecvt_utf8_always_noconv.pass.cpp | 45 - .../locale.stdcvt/codecvt_utf8_encoding.pass.cpp | 45 - .../locale.stdcvt/codecvt_utf8_in.pass.cpp | 360 - .../locale.stdcvt/codecvt_utf8_length.pass.cpp | 244 - .../locale.stdcvt/codecvt_utf8_max_length.pass.cpp | 63 - .../locale.stdcvt/codecvt_utf8_out.pass.cpp | 326 - .../locale.stdcvt/codecvt_utf8_unshift.pass.cpp | 56 - .../codecvt_utf8_utf16_always_noconv.pass.cpp | 45 - .../codecvt_utf8_utf16_encoding.pass.cpp | 45 - .../locale.stdcvt/codecvt_utf8_utf16_in.pass.cpp | 244 - .../codecvt_utf8_utf16_length.pass.cpp | 235 - .../codecvt_utf8_utf16_max_length.pass.cpp | 63 - .../locale.stdcvt/codecvt_utf8_utf16_out.pass.cpp | 309 - .../codecvt_utf8_utf16_unshift.pass.cpp | 56 - .../localization/locale.syn/nothing_to_do.pass.cpp | 12 - .../classification/isalnum.pass.cpp | 31 - .../classification/isalpha.pass.cpp | 31 - .../classification/iscntrl.pass.cpp | 31 - .../classification/isdigit.pass.cpp | 31 - .../classification/isgraph.pass.cpp | 31 - .../classification/islower.pass.cpp | 31 - .../classification/isprint.pass.cpp | 31 - .../classification/ispunct.pass.cpp | 31 - .../classification/isspace.pass.cpp | 31 - .../classification/isupper.pass.cpp | 31 - .../classification/isxdigit.pass.cpp | 31 - .../conversions/conversions.buffer/ctor.pass.cpp | 59 - .../conversions/conversions.buffer/lit.local.cfg | 2 - .../conversions.buffer/overflow.pass.cpp | 100 - .../conversions.buffer/pbackfail.pass.cpp | 59 - .../conversions/conversions.buffer/rdbuf.pass.cpp | 31 - .../conversions.buffer/seekoff.pass.cpp | 58 - .../conversions/conversions.buffer/state.pass.cpp | 29 - .../conversions/conversions.buffer/test.pass.cpp | 36 - .../conversions/conversions.buffer/underflow.dat | 1 - .../conversions.buffer/underflow.pass.cpp | 84 - .../conversions.buffer/underflow_utf8.dat | 1 - .../conversions.character/tolower.pass.cpp | 31 - .../conversions.character/toupper.pass.cpp | 31 - .../conversions.string/converted.pass.cpp | 65 - .../conversions.string/ctor_codecvt.pass.cpp | 40 - .../conversions.string/ctor_codecvt_state.pass.cpp | 28 - .../conversions.string/ctor_copy.pass.cpp | 31 - .../conversions.string/ctor_err_string.pass.cpp | 74 - .../conversions.string/from_bytes.pass.cpp | 72 - .../conversions/conversions.string/state.pass.cpp | 26 - .../conversions.string/to_bytes.pass.cpp | 72 - .../conversions/conversions.string/types.pass.cpp | 35 - .../conversions/nothing_to_do.pass.cpp | 12 - .../locale.convenience/nothing_to_do.pass.cpp | 12 - .../locale.global.templates/has_facet.pass.cpp | 32 - .../locale.global.templates/use_facet.pass.cpp | 57 - .../locales/locale/locale.cons/assign.pass.cpp | 71 - .../locale/locale.cons/char_pointer.pass.cpp | 98 - .../locales/locale/locale.cons/copy.pass.cpp | 68 - .../locales/locale/locale.cons/default.pass.cpp | 77 - .../locale.cons/locale_char_pointer_cat.pass.cpp | 72 - .../locale/locale.cons/locale_facetptr.pass.cpp | 89 - .../locale/locale.cons/locale_locale_cat.pass.cpp | 72 - .../locale/locale.cons/locale_string_cat.pass.cpp | 73 - .../locales/locale/locale.cons/string.pass.cpp | 73 - .../locales/locale/locale.members/combine.pass.cpp | 99 - .../locales/locale/locale.members/name.pass.cpp | 31 - .../locale/locale.operators/compare.pass.cpp | 34 - .../locales/locale/locale.operators/eq.pass.cpp | 86 - .../locales/locale/locale.statics/classic.pass.cpp | 59 - .../locales/locale/locale.statics/global.pass.cpp | 65 - .../locale.types/locale.category/category.pass.cpp | 59 - .../locale.facet/tested_elsewhere.pass.cpp | 12 - .../locale.id/tested_elsewhere.pass.cpp | 12 - .../locale/locale.types/nothing_to_do.pass.cpp | 12 - .../locales/locale/nothing_to_do.pass.cpp | 12 - .../localization/locales/nothing_to_do.pass.cpp | 12 - .../localization.general/nothing_to_do.pass.cpp | 12 - test/std/nothing_to_do.pass.cpp | 13 - test/std/numerics/c.math/cmath.pass.cpp | 1590 -- test/std/numerics/c.math/ctgmath.pass.cpp | 20 - test/std/numerics/c.math/tgmath_h.pass.cpp | 16 - test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp | 78 - test/std/numerics/complex.number/cases.h | 230 - .../complex.number/ccmplx/ccomplex.pass.cpp | 18 - .../cmplx.over/UDT_is_rejected.fail.cpp | 74 - .../complex.number/cmplx.over/arg.pass.cpp | 55 - .../complex.number/cmplx.over/conj.pass.cpp | 66 - .../complex.number/cmplx.over/imag.pass.cpp | 68 - .../complex.number/cmplx.over/norm.pass.cpp | 55 - .../complex.number/cmplx.over/pow.pass.cpp | 104 - .../complex.number/cmplx.over/proj.pass.cpp | 66 - .../complex.number/cmplx.over/real.pass.cpp | 68 - .../complex.literals/literals.pass.cpp | 51 - .../complex.literals/literals1.fail.cpp | 20 - .../complex.literals/literals1.pass.cpp | 41 - .../complex.literals/literals2.pass.cpp | 41 - .../complex.member.ops/assignment_complex.pass.cpp | 48 - .../complex.member.ops/assignment_scalar.pass.cpp | 37 - .../divide_equal_complex.pass.cpp | 53 - .../divide_equal_scalar.pass.cpp | 44 - .../minus_equal_complex.pass.cpp | 52 - .../complex.member.ops/minus_equal_scalar.pass.cpp | 40 - .../complex.member.ops/plus_equal_complex.pass.cpp | 52 - .../complex.member.ops/plus_equal_scalar.pass.cpp | 40 - .../times_equal_complex.pass.cpp | 52 - .../complex.member.ops/times_equal_scalar.pass.cpp | 44 - .../complex.members/construct.pass.cpp | 72 - .../complex.members/real_imag.pass.cpp | 66 - .../complex.ops/complex_divide_complex.pass.cpp | 159 - .../complex.ops/complex_divide_scalar.pass.cpp | 41 - .../complex.ops/complex_equals_complex.pass.cpp | 62 - .../complex.ops/complex_equals_scalar.pass.cpp | 83 - .../complex.ops/complex_minus_complex.pass.cpp | 49 - .../complex.ops/complex_minus_scalar.pass.cpp | 49 - .../complex_not_equals_complex.pass.cpp | 64 - .../complex.ops/complex_not_equals_scalar.pass.cpp | 83 - .../complex.ops/complex_plus_complex.pass.cpp | 49 - .../complex.ops/complex_plus_scalar.pass.cpp | 49 - .../complex.ops/complex_times_complex.pass.cpp | 161 - .../complex.ops/complex_times_scalar.pass.cpp | 41 - .../complex.ops/scalar_divide_complex.pass.cpp | 41 - .../complex.ops/scalar_equals_complex.pass.cpp | 83 - .../complex.ops/scalar_minus_complex.pass.cpp | 49 - .../complex.ops/scalar_not_equals_complex.pass.cpp | 83 - .../complex.ops/scalar_plus_complex.pass.cpp | 49 - .../complex.ops/scalar_times_complex.pass.cpp | 41 - .../complex.ops/stream_input.pass.cpp | 99 - .../complex.ops/stream_output.pass.cpp | 26 - .../complex.ops/unary_minus.pass.cpp | 36 - .../complex.number/complex.ops/unary_plus.pass.cpp | 36 - .../complex.special/double_float_explicit.pass.cpp | 39 - .../complex.special/double_float_implicit.pass.cpp | 39 - .../double_long_double_explicit.pass.cpp | 39 - .../double_long_double_implicit.fail.cpp | 27 - .../complex.special/float_double_explicit.pass.cpp | 39 - .../complex.special/float_double_implicit.fail.cpp | 27 - .../float_long_double_explicit.pass.cpp | 39 - .../float_long_double_implicit.fail.cpp | 27 - .../long_double_double_explicit.pass.cpp | 39 - .../long_double_double_implicit.pass.cpp | 39 - .../long_double_float_explicit.pass.cpp | 39 - .../long_double_float_implicit.pass.cpp | 39 - .../complex.synopsis/nothing_to_do.pass.cpp | 12 - .../complex.transcendentals/acos.pass.cpp | 139 - .../complex.transcendentals/acosh.pass.cpp | 150 - .../complex.transcendentals/asin.pass.cpp | 118 - .../complex.transcendentals/asinh.pass.cpp | 127 - .../complex.transcendentals/atan.pass.cpp | 67 - .../complex.transcendentals/atanh.pass.cpp | 131 - .../complex.transcendentals/cos.pass.cpp | 66 - .../complex.transcendentals/cosh.pass.cpp | 116 - .../complex.transcendentals/exp.pass.cpp | 114 - .../complex.transcendentals/log.pass.cpp | 131 - .../complex.transcendentals/log10.pass.cpp | 65 - .../pow_complex_complex.pass.cpp | 70 - .../pow_complex_scalar.pass.cpp | 68 - .../pow_scalar_complex.pass.cpp | 68 - .../complex.transcendentals/sin.pass.cpp | 67 - .../complex.transcendentals/sinh.pass.cpp | 117 - .../complex.transcendentals/sqrt.pass.cpp | 109 - .../complex.transcendentals/tan.pass.cpp | 68 - .../complex.transcendentals/tanh.pass.cpp | 99 - .../complex.number/complex.value.ops/abs.pass.cpp | 63 - .../complex.number/complex.value.ops/arg.pass.cpp | 135 - .../complex.number/complex.value.ops/conj.pass.cpp | 41 - .../complex.number/complex.value.ops/imag.pass.cpp | 32 - .../complex.number/complex.value.ops/norm.pass.cpp | 63 - .../complex.value.ops/polar.pass.cpp | 112 - .../complex.number/complex.value.ops/proj.pass.cpp | 71 - .../complex.number/complex.value.ops/real.pass.cpp | 32 - .../numerics/complex.number/complex/types.pass.cpp | 36 - test/std/numerics/complex.number/layout.pass.cpp | 36 - test/std/numerics/nothing_to_do.pass.cpp | 12 - .../gslice.access/tested_elsewhere.pass.cpp | 12 - .../class.gslice/gslice.cons/default.pass.cpp | 25 - .../gslice.cons/start_size_stride.pass.cpp | 38 - .../numarray/class.gslice/nothing_to_do.pass.cpp | 12 - .../class.slice/cons.slice/default.pass.cpp | 25 - .../cons.slice/start_size_stride.pass.cpp | 25 - .../numarray/class.slice/nothing_to_do.pass.cpp | 12 - .../slice.access/tested_elsewhere.pass.cpp | 12 - .../template.gslice.array/default.fail.cpp | 22 - .../gslice.array.assign/gslice_array.pass.cpp | 81 - .../gslice.array.assign/valarray.pass.cpp | 77 - .../gslice.array.comp.assign/addition.pass.cpp | 77 - .../gslice.array.comp.assign/and.pass.cpp | 77 - .../gslice.array.comp.assign/divide.pass.cpp | 77 - .../gslice.array.comp.assign/modulo.pass.cpp | 77 - .../gslice.array.comp.assign/multiply.pass.cpp | 77 - .../gslice.array.comp.assign/or.pass.cpp | 77 - .../gslice.array.comp.assign/shift_left.pass.cpp | 77 - .../gslice.array.comp.assign/shift_right.pass.cpp | 77 - .../gslice.array.comp.assign/subtraction.pass.cpp | 77 - .../gslice.array.comp.assign/xor.pass.cpp | 77 - .../gslice.array.fill/assign_value.pass.cpp | 74 - .../numarray/template.gslice.array/types.pass.cpp | 24 - .../template.indirect.array/default.fail.cpp | 22 - .../indirect.array.assign/indirect_array.pass.cpp | 80 - .../indirect.array.assign/valarray.pass.cpp | 77 - .../indirect.array.comp.assign/addition.pass.cpp | 77 - .../indirect.array.comp.assign/and.pass.cpp | 77 - .../indirect.array.comp.assign/divide.pass.cpp | 77 - .../indirect.array.comp.assign/modulo.pass.cpp | 77 - .../indirect.array.comp.assign/multiply.pass.cpp | 77 - .../indirect.array.comp.assign/or.pass.cpp | 77 - .../indirect.array.comp.assign/shift_left.pass.cpp | 77 - .../shift_right.pass.cpp | 77 - .../subtraction.pass.cpp | 77 - .../indirect.array.comp.assign/xor.pass.cpp | 77 - .../indirect.array.fill/assign_value.pass.cpp | 74 - .../template.indirect.array/types.pass.cpp | 24 - .../numarray/template.mask.array/default.fail.cpp | 22 - .../mask.array.assign/mask_array.pass.cpp | 66 - .../mask.array.assign/valarray.pass.cpp | 49 - .../mask.array.comp.assign/addition.pass.cpp | 49 - .../mask.array.comp.assign/and.pass.cpp | 49 - .../mask.array.comp.assign/divide.pass.cpp | 49 - .../mask.array.comp.assign/modulo.pass.cpp | 49 - .../mask.array.comp.assign/multiply.pass.cpp | 49 - .../mask.array.comp.assign/or.pass.cpp | 49 - .../mask.array.comp.assign/shift_left.pass.cpp | 49 - .../mask.array.comp.assign/shift_right.pass.cpp | 49 - .../mask.array.comp.assign/subtraction.pass.cpp | 49 - .../mask.array.comp.assign/xor.pass.cpp | 49 - .../mask.array.fill/assign_value.pass.cpp | 45 - .../numarray/template.mask.array/types.pass.cpp | 24 - .../numarray/template.slice.array/default.fail.cpp | 22 - .../slice.arr.assign/slice_array.pass.cpp | 54 - .../slice.arr.assign/valarray.pass.cpp | 43 - .../slice.arr.comp.assign/addition.pass.cpp | 43 - .../slice.arr.comp.assign/and.pass.cpp | 43 - .../slice.arr.comp.assign/divide.pass.cpp | 43 - .../slice.arr.comp.assign/modulo.pass.cpp | 43 - .../slice.arr.comp.assign/multiply.pass.cpp | 43 - .../slice.arr.comp.assign/or.pass.cpp | 43 - .../slice.arr.comp.assign/shift_left.pass.cpp | 43 - .../slice.arr.comp.assign/shift_right.pass.cpp | 43 - .../slice.arr.comp.assign/subtraction.pass.cpp | 43 - .../slice.arr.comp.assign/xor.pass.cpp | 43 - .../slice.arr.fill/assign_value.pass.cpp | 41 - .../numarray/template.slice.array/types.pass.cpp | 24 - .../numarray/template.valarray/types.pass.cpp | 26 - .../valarray.access/access.pass.cpp | 33 - .../valarray.access/const_access.pass.cpp | 31 - .../valarray.assign/copy_assign.pass.cpp | 86 - .../valarray.assign/gslice_array_assign.pass.cpp | 58 - .../valarray.assign/indirect_array_assign.pass.cpp | 58 - .../initializer_list_assign.pass.cpp | 84 - .../valarray.assign/mask_array_assign.pass.cpp | 35 - .../valarray.assign/move_assign.pass.cpp | 64 - .../valarray.assign/slice_array_assign.pass.cpp | 31 - .../valarray.assign/value_assign.pass.cpp | 32 - .../valarray.cassign/and_valarray.pass.cpp | 37 - .../valarray.cassign/and_value.pass.cpp | 34 - .../valarray.cassign/divide_valarray.pass.cpp | 37 - .../valarray.cassign/divide_value.pass.cpp | 34 - .../valarray.cassign/minus_valarray.pass.cpp | 37 - .../valarray.cassign/minus_value.pass.cpp | 34 - .../valarray.cassign/modulo_valarray.pass.cpp | 37 - .../valarray.cassign/modulo_value.pass.cpp | 34 - .../valarray.cassign/or_valarray.pass.cpp | 37 - .../valarray.cassign/or_value.pass.cpp | 34 - .../valarray.cassign/plus_valarray.pass.cpp | 37 - .../valarray.cassign/plus_value.pass.cpp | 34 - .../valarray.cassign/shift_left_valarray.pass.cpp | 37 - .../valarray.cassign/shift_left_value.pass.cpp | 34 - .../valarray.cassign/shift_right_valarray.pass.cpp | 37 - .../valarray.cassign/shift_right_value.pass.cpp | 34 - .../valarray.cassign/times_valarray.pass.cpp | 37 - .../valarray.cassign/times_value.pass.cpp | 34 - .../valarray.cassign/xor_valarray.pass.cpp | 37 - .../valarray.cassign/xor_value.pass.cpp | 34 - .../template.valarray/valarray.cons/copy.pass.cpp | 56 - .../valarray.cons/default.pass.cpp | 49 - .../valarray.cons/gslice_array.pass.cpp | 57 - .../valarray.cons/indirect_array.pass.cpp | 57 - .../valarray.cons/initializer_list.pass.cpp | 41 - .../valarray.cons/mask_array.pass.cpp | 34 - .../template.valarray/valarray.cons/move.pass.cpp | 62 - .../valarray.cons/pointer_size.pass.cpp | 53 - .../template.valarray/valarray.cons/size.pass.cpp | 55 - .../valarray.cons/slice_array.pass.cpp | 30 - .../valarray.cons/value_size.pass.cpp | 39 - .../valarray.members/apply_cref.pass.cpp | 51 - .../valarray.members/apply_value.pass.cpp | 51 - .../valarray.members/cshift.pass.cpp | 127 - .../valarray.members/max.pass.cpp | 40 - .../valarray.members/min.pass.cpp | 40 - .../valarray.members/resize.pass.cpp | 42 - .../valarray.members/shift.pass.cpp | 127 - .../valarray.members/size.pass.cpp | 41 - .../valarray.members/sum.pass.cpp | 28 - .../valarray.members/swap.pass.cpp | 86 - .../valarray.sub/gslice_const.pass.cpp | 77 - .../valarray.sub/gslice_non_const.pass.cpp | 57 - .../valarray.sub/indirect_array_const.pass.cpp | 57 - .../valarray.sub/indirect_array_non_const.pass.cpp | 58 - .../valarray.sub/slice_const.pass.cpp | 30 - .../valarray.sub/slice_non_const.pass.cpp | 43 - .../valarray.sub/valarray_bool_const.pass.cpp | 34 - .../valarray.sub/valarray_bool_non_const.pass.cpp | 35 - .../valarray.unary/bit_not.pass.cpp | 56 - .../valarray.unary/negate.pass.cpp | 66 - .../template.valarray/valarray.unary/not.pass.cpp | 42 - .../template.valarray/valarray.unary/plus.pass.cpp | 66 - .../valarray.nonmembers/nothing_to_do.pass.cpp | 12 - .../valarray.binary/and_valarray_valarray.pass.cpp | 36 - .../valarray.binary/and_valarray_value.pass.cpp | 33 - .../valarray.binary/and_value_valarray.pass.cpp | 33 - .../divide_valarray_valarray.pass.cpp | 36 - .../valarray.binary/divide_valarray_value.pass.cpp | 33 - .../valarray.binary/divide_value_valarray.pass.cpp | 33 - .../minus_valarray_valarray.pass.cpp | 36 - .../valarray.binary/minus_valarray_value.pass.cpp | 33 - .../valarray.binary/minus_value_valarray.pass.cpp | 33 - .../modulo_valarray_valarray.pass.cpp | 36 - .../valarray.binary/modulo_valarray_value.pass.cpp | 33 - .../valarray.binary/modulo_value_valarray.pass.cpp | 33 - .../valarray.binary/or_valarray_valarray.pass.cpp | 36 - .../valarray.binary/or_valarray_value.pass.cpp | 33 - .../valarray.binary/or_value_valarray.pass.cpp | 33 - .../plus_valarray_valarray.pass.cpp | 36 - .../valarray.binary/plus_valarray_value.pass.cpp | 33 - .../valarray.binary/plus_value_valarray.pass.cpp | 33 - .../shift_left_valarray_valarray.pass.cpp | 36 - .../shift_left_valarray_value.pass.cpp | 33 - .../shift_left_value_valarray.pass.cpp | 33 - .../shift_right_valarray_valarray.pass.cpp | 36 - .../shift_right_valarray_value.pass.cpp | 33 - .../shift_right_value_valarray.pass.cpp | 33 - .../times_valarray_valarray.pass.cpp | 36 - .../valarray.binary/times_valarray_value.pass.cpp | 33 - .../valarray.binary/times_value_valarray.pass.cpp | 33 - .../valarray.binary/xor_valarray_valarray.pass.cpp | 36 - .../valarray.binary/xor_valarray_value.pass.cpp | 33 - .../valarray.binary/xor_value_valarray.pass.cpp | 33 - .../and_valarray_valarray.pass.cpp | 38 - .../and_valarray_value.pass.cpp | 46 - .../and_value_valarray.pass.cpp | 46 - .../equal_valarray_valarray.pass.cpp | 38 - .../equal_valarray_value.pass.cpp | 35 - .../equal_value_valarray.pass.cpp | 35 - .../greater_equal_valarray_valarray.pass.cpp | 38 - .../greater_equal_valarray_value.pass.cpp | 35 - .../greater_equal_value_valarray.pass.cpp | 35 - .../greater_valarray_valarray.pass.cpp | 38 - .../greater_valarray_value.pass.cpp | 35 - .../greater_value_valarray.pass.cpp | 35 - .../less_equal_valarray_valarray.pass.cpp | 38 - .../less_equal_valarray_value.pass.cpp | 35 - .../less_equal_value_valarray.pass.cpp | 35 - .../less_valarray_valarray.pass.cpp | 38 - .../less_valarray_value.pass.cpp | 35 - .../less_value_valarray.pass.cpp | 35 - .../not_equal_valarray_valarray.pass.cpp | 38 - .../not_equal_valarray_value.pass.cpp | 35 - .../not_equal_value_valarray.pass.cpp | 35 - .../or_valarray_valarray.pass.cpp | 38 - .../valarray.comparison/or_valarray_value.pass.cpp | 46 - .../valarray.comparison/or_value_valarray.pass.cpp | 46 - .../valarray.special/swap.pass.cpp | 88 - .../valarray.transcend/abs_valarray.pass.cpp | 35 - .../valarray.transcend/acos_valarray.pass.cpp | 52 - .../valarray.transcend/asin_valarray.pass.cpp | 52 - .../atan2_valarray_valarray.pass.cpp | 54 - .../atan2_valarray_value.pass.cpp | 52 - .../atan2_value_valarray.pass.cpp | 52 - .../valarray.transcend/atan_valarray.pass.cpp | 52 - .../valarray.transcend/cos_valarray.pass.cpp | 52 - .../valarray.transcend/cosh_valarray.pass.cpp | 52 - .../valarray.transcend/exp_valarray.pass.cpp | 52 - .../valarray.transcend/log10_valarray.pass.cpp | 52 - .../valarray.transcend/log_valarray.pass.cpp | 52 - .../pow_valarray_valarray.pass.cpp | 54 - .../valarray.transcend/pow_valarray_value.pass.cpp | 52 - .../valarray.transcend/pow_value_valarray.pass.cpp | 52 - .../valarray.transcend/sin_valarray.pass.cpp | 52 - .../valarray.transcend/sinh_valarray.pass.cpp | 52 - .../valarray.transcend/sqrt_valarray.pass.cpp | 52 - .../valarray.transcend/tan_valarray.pass.cpp | 52 - .../valarray.transcend/tanh_valarray.pass.cpp | 52 - .../numarray/valarray.range/begin_const.pass.cpp | 30 - .../valarray.range/begin_non_const.pass.cpp | 31 - .../numarray/valarray.range/end_const.pass.cpp | 32 - .../numarray/valarray.range/end_non_const.pass.cpp | 33 - .../numarray/valarray.syn/nothing_to_do.pass.cpp | 12 - .../numeric.ops/accumulate/accumulate.pass.cpp | 53 - .../numeric.ops/accumulate/accumulate_op.pass.cpp | 55 - .../adjacent_difference.pass.cpp | 116 - .../adjacent_difference_op.pass.cpp | 119 - .../exclusive.scan/exclusive_scan.pass.cpp | 100 - .../exclusive.scan/exclusive_scan_init_op.pass.cpp | 89 - .../inclusive.scan/inclusive_scan.pass.cpp | 105 - .../inclusive.scan/inclusive_scan_op.pass.cpp | 114 - .../inclusive.scan/inclusive_scan_op_init.pass.cpp | 130 - .../inner.product/inner_product.pass.cpp | 82 - .../inner.product/inner_product_comp.pass.cpp | 85 - .../numeric.ops/numeric.iota/iota.pass.cpp | 38 - .../numeric.ops/numeric.ops.gcd/gcd.bool1.fail.cpp | 25 - .../numeric.ops/numeric.ops.gcd/gcd.bool2.fail.cpp | 25 - .../numeric.ops/numeric.ops.gcd/gcd.bool3.fail.cpp | 25 - .../numeric.ops/numeric.ops.gcd/gcd.bool4.fail.cpp | 25 - .../numeric.ops.gcd/gcd.not_integral1.fail.cpp | 25 - .../numeric.ops.gcd/gcd.not_integral2.fail.cpp | 25 - .../numeric.ops/numeric.ops.gcd/gcd.pass.cpp | 145 - .../numeric.ops/numeric.ops.lcm/lcm.bool1.fail.cpp | 25 - .../numeric.ops/numeric.ops.lcm/lcm.bool2.fail.cpp | 25 - .../numeric.ops/numeric.ops.lcm/lcm.bool3.fail.cpp | 25 - .../numeric.ops/numeric.ops.lcm/lcm.bool4.fail.cpp | 25 - .../numeric.ops.lcm/lcm.not_integral1.fail.cpp | 25 - .../numeric.ops.lcm/lcm.not_integral2.fail.cpp | 25 - .../numeric.ops/numeric.ops.lcm/lcm.pass.cpp | 145 - .../numeric.ops/partial.sum/partial_sum.pass.cpp | 70 - .../partial.sum/partial_sum_op.pass.cpp | 72 - .../numerics/numeric.ops/reduce/reduce.pass.cpp | 63 - .../numeric.ops/reduce/reduce_init.pass.cpp | 67 - .../numeric.ops/reduce/reduce_init_op.pass.cpp | 74 - .../transform_exclusive_scan_init_bop_uop.pass.cpp | 154 - .../transform_inclusive_scan_bop_uop.pass.cpp | 128 - .../transform_inclusive_scan_bop_uop_init.pass.cpp | 154 - ...ransform_reduce_iter_iter_init_bop_uop.pass.cpp | 121 - .../transform_reduce_iter_iter_iter_init.pass.cpp | 107 - ...sform_reduce_iter_iter_iter_init_op_op.pass.cpp | 111 - .../numeric.requirements/nothing_to_do.pass.cpp | 12 - .../numerics.general/nothing_to_do.pass.cpp | 12 - test/std/numerics/rand/nothing_to_do.pass.cpp | 12 - .../rand/rand.adapt/nothing_to_do.pass.cpp | 12 - .../rand.adapt/rand.adapt.disc/assign.pass.cpp | 56 - .../rand/rand.adapt/rand.adapt.disc/copy.pass.cpp | 54 - .../rand.adapt.disc/ctor_engine_copy.pass.cpp | 29 - .../rand.adapt.disc/ctor_engine_move.pass.cpp | 30 - .../rand.adapt.disc/ctor_result_type.pass.cpp | 51 - .../rand.adapt/rand.adapt.disc/ctor_sseq.pass.cpp | 55 - .../rand.adapt/rand.adapt.disc/default.pass.cpp | 42 - .../rand.adapt/rand.adapt.disc/discard.pass.cpp | 52 - .../rand/rand.adapt/rand.adapt.disc/eval.pass.cpp | 42 - .../rand/rand.adapt/rand.adapt.disc/io.pass.cpp | 63 - .../rand.adapt.disc/result_type.pass.cpp | 42 - .../rand.adapt.disc/seed_result_type.pass.cpp | 50 - .../rand.adapt/rand.adapt.disc/seed_sseq.pass.cpp | 48 - .../rand.adapt/rand.adapt.disc/values.pass.cpp | 72 - .../rand.adapt/rand.adapt.ibits/assign.pass.cpp | 56 - .../rand/rand.adapt/rand.adapt.ibits/copy.pass.cpp | 54 - .../rand.adapt.ibits/ctor_engine_copy.pass.cpp | 29 - .../rand.adapt.ibits/ctor_engine_move.pass.cpp | 30 - .../rand.adapt.ibits/ctor_result_type.pass.cpp | 51 - .../rand.adapt/rand.adapt.ibits/ctor_sseq.pass.cpp | 55 - .../rand.adapt/rand.adapt.ibits/default.pass.cpp | 42 - .../rand.adapt/rand.adapt.ibits/discard.pass.cpp | 52 - .../rand/rand.adapt/rand.adapt.ibits/eval.pass.cpp | 143 - .../rand/rand.adapt/rand.adapt.ibits/io.pass.cpp | 63 - .../rand.adapt.ibits/result_type.pass.cpp | 85 - .../rand.adapt.ibits/seed_result_type.pass.cpp | 50 - .../rand.adapt/rand.adapt.ibits/seed_sseq.pass.cpp | 48 - .../rand.adapt/rand.adapt.ibits/values.pass.cpp | 59 - .../rand.adapt/rand.adapt.shuf/assign.pass.cpp | 39 - .../rand/rand.adapt/rand.adapt.shuf/copy.pass.cpp | 38 - .../rand.adapt.shuf/ctor_engine_copy.pass.cpp | 33 - .../rand.adapt.shuf/ctor_engine_move.pass.cpp | 34 - .../rand.adapt.shuf/ctor_result_type.pass.cpp | 76 - .../rand.adapt/rand.adapt.shuf/ctor_sseq.pass.cpp | 79 - .../rand.adapt/rand.adapt.shuf/default.pass.cpp | 32 - .../rand.adapt/rand.adapt.shuf/discard.pass.cpp | 37 - .../rand/rand.adapt/rand.adapt.shuf/eval.pass.cpp | 95 - .../rand/rand.adapt/rand.adapt.shuf/io.pass.cpp | 48 - .../rand.adapt.shuf/result_type.pass.cpp | 85 - .../rand.adapt.shuf/seed_result_type.pass.cpp | 36 - .../rand.adapt/rand.adapt.shuf/seed_sseq.pass.cpp | 35 - .../rand.adapt/rand.adapt.shuf/values.pass.cpp | 51 - test/std/numerics/rand/rand.device/ctor.pass.cpp | 103 - .../std/numerics/rand/rand.device/entropy.pass.cpp | 24 - test/std/numerics/rand/rand.device/eval.pass.cpp | 49 - .../numerics/rand/rand.dis/nothing_to_do.pass.cpp | 12 - .../rand.dis/rand.dist.bern/nothing_to_do.pass.cpp | 12 - .../rand.dist.bern.bernoulli/assign.pass.cpp | 33 - .../rand.dist.bern.bernoulli/copy.pass.cpp | 31 - .../rand.dist.bern.bernoulli/ctor_double.pass.cpp | 36 - .../rand.dist.bern.bernoulli/ctor_param.pass.cpp | 28 - .../rand.dist.bern.bernoulli/eq.pass.cpp | 36 - .../rand.dist.bern.bernoulli/eval.pass.cpp | 104 - .../rand.dist.bern.bernoulli/eval_param.pass.cpp | 108 - .../rand.dist.bern.bernoulli/get_param.pass.cpp | 28 - .../rand.dist.bern.bernoulli/io.pass.cpp | 40 - .../rand.dist.bern.bernoulli/max.pass.cpp | 26 - .../rand.dist.bern.bernoulli/min.pass.cpp | 26 - .../rand.dist.bern.bernoulli/param_assign.pass.cpp | 30 - .../rand.dist.bern.bernoulli/param_copy.pass.cpp | 29 - .../rand.dist.bern.bernoulli/param_ctor.pass.cpp | 34 - .../rand.dist.bern.bernoulli/param_eq.pass.cpp | 36 - .../rand.dist.bern.bernoulli/param_types.pass.cpp | 27 - .../rand.dist.bern.bernoulli/set_param.pass.cpp | 29 - .../rand.dist.bern.bernoulli/types.pass.cpp | 26 - .../rand.dist.bern.bin/assign.pass.cpp | 34 - .../rand.dist.bern.bin/copy.pass.cpp | 32 - .../rand.dist.bern.bin/ctor_int_double.pass.cpp | 40 - .../rand.dist.bern.bin/ctor_param.pass.cpp | 30 - .../rand.dist.bern/rand.dist.bern.bin/eq.pass.cpp | 43 - .../rand.dist.bern.bin/eval.pass.cpp | 523 - .../rand.dist.bern.bin/eval_param.pass.cpp | 160 - .../rand.dist.bern.bin/get_param.pass.cpp | 29 - .../rand.dist.bern/rand.dist.bern.bin/io.pass.cpp | 41 - .../rand.dist.bern/rand.dist.bern.bin/max.pass.cpp | 27 - .../rand.dist.bern/rand.dist.bern.bin/min.pass.cpp | 27 - .../rand.dist.bern.bin/param_assign.pass.cpp | 32 - .../rand.dist.bern.bin/param_copy.pass.cpp | 31 - .../rand.dist.bern.bin/param_ctor.pass.cpp | 44 - .../rand.dist.bern.bin/param_eq.pass.cpp | 37 - .../rand.dist.bern.bin/param_types.pass.cpp | 28 - .../rand.dist.bern.bin/set_param.pass.cpp | 30 - .../rand.dist.bern.bin/types.pass.cpp | 32 - .../rand.dist.bern.geo/assign.pass.cpp | 34 - .../rand.dist.bern.geo/copy.pass.cpp | 32 - .../rand.dist.bern.geo/ctor_double.pass.cpp | 32 - .../rand.dist.bern.geo/ctor_param.pass.cpp | 29 - .../rand.dist.bern/rand.dist.bern.geo/eq.pass.cpp | 37 - .../rand.dist.bern.geo/eval.pass.cpp | 298 - .../rand.dist.bern.geo/eval_param.pass.cpp | 160 - .../rand.dist.bern.geo/get_param.pass.cpp | 29 - .../rand.dist.bern/rand.dist.bern.geo/io.pass.cpp | 41 - .../rand.dist.bern/rand.dist.bern.geo/max.pass.cpp | 27 - .../rand.dist.bern/rand.dist.bern.geo/min.pass.cpp | 27 - .../rand.dist.bern.geo/param_assign.pass.cpp | 31 - .../rand.dist.bern.geo/param_copy.pass.cpp | 30 - .../rand.dist.bern.geo/param_ctor.pass.cpp | 35 - .../rand.dist.bern.geo/param_eq.pass.cpp | 37 - .../rand.dist.bern.geo/param_types.pass.cpp | 28 - .../rand.dist.bern.geo/set_param.pass.cpp | 30 - .../rand.dist.bern.geo/types.pass.cpp | 32 - .../rand.dist.bern.negbin/assign.pass.cpp | 34 - .../rand.dist.bern.negbin/copy.pass.cpp | 32 - .../rand.dist.bern.negbin/ctor_int_double.pass.cpp | 40 - .../rand.dist.bern.negbin/ctor_param.pass.cpp | 30 - .../rand.dist.bern.negbin/eq.pass.cpp | 43 - .../rand.dist.bern.negbin/eval.pass.cpp | 296 - .../rand.dist.bern.negbin/eval_param.pass.cpp | 160 - .../rand.dist.bern.negbin/get_param.pass.cpp | 29 - .../rand.dist.bern.negbin/io.pass.cpp | 41 - .../rand.dist.bern.negbin/max.pass.cpp | 27 - .../rand.dist.bern.negbin/min.pass.cpp | 27 - .../rand.dist.bern.negbin/param_assign.pass.cpp | 32 - .../rand.dist.bern.negbin/param_copy.pass.cpp | 31 - .../rand.dist.bern.negbin/param_ctor.pass.cpp | 44 - .../rand.dist.bern.negbin/param_eq.pass.cpp | 37 - .../rand.dist.bern.negbin/param_types.pass.cpp | 28 - .../rand.dist.bern.negbin/set_param.pass.cpp | 30 - .../rand.dist.bern.negbin/types.pass.cpp | 32 - .../rand.dis/rand.dist.norm/nothing_to_do.pass.cpp | 12 - .../rand.dist.norm.cauchy/assign.pass.cpp | 34 - .../rand.dist.norm.cauchy/copy.pass.cpp | 32 - .../ctor_double_double.pass.cpp | 40 - .../rand.dist.norm.cauchy/ctor_param.pass.cpp | 30 - .../rand.dist.norm.cauchy/eq.pass.cpp | 37 - .../rand.dist.norm.cauchy/eval.pass.cpp | 77 - .../rand.dist.norm.cauchy/eval_param.pass.cpp | 83 - .../rand.dist.norm.cauchy/get_param.pass.cpp | 29 - .../rand.dist.norm.cauchy/io.pass.cpp | 41 - .../rand.dist.norm.cauchy/max.pass.cpp | 28 - .../rand.dist.norm.cauchy/min.pass.cpp | 27 - .../rand.dist.norm.cauchy/param_assign.pass.cpp | 32 - .../rand.dist.norm.cauchy/param_copy.pass.cpp | 31 - .../rand.dist.norm.cauchy/param_ctor.pass.cpp | 44 - .../rand.dist.norm.cauchy/param_eq.pass.cpp | 37 - .../rand.dist.norm.cauchy/param_types.pass.cpp | 28 - .../rand.dist.norm.cauchy/set_param.pass.cpp | 30 - .../rand.dist.norm.cauchy/types.pass.cpp | 34 - .../rand.dist.norm.chisq/assign.pass.cpp | 34 - .../rand.dist.norm.chisq/copy.pass.cpp | 32 - .../rand.dist.norm.chisq/ctor_double.pass.cpp | 32 - .../rand.dist.norm.chisq/ctor_param.pass.cpp | 29 - .../rand.dist.norm.chisq/eq.pass.cpp | 37 - .../rand.dist.norm.chisq/eval.pass.cpp | 152 - .../rand.dist.norm.chisq/eval_param.pass.cpp | 158 - .../rand.dist.norm.chisq/get_param.pass.cpp | 29 - .../rand.dist.norm.chisq/io.pass.cpp | 41 - .../rand.dist.norm.chisq/max.pass.cpp | 28 - .../rand.dist.norm.chisq/min.pass.cpp | 27 - .../rand.dist.norm.chisq/param_assign.pass.cpp | 31 - .../rand.dist.norm.chisq/param_copy.pass.cpp | 30 - .../rand.dist.norm.chisq/param_ctor.pass.cpp | 35 - .../rand.dist.norm.chisq/param_eq.pass.cpp | 37 - .../rand.dist.norm.chisq/param_types.pass.cpp | 28 - .../rand.dist.norm.chisq/set_param.pass.cpp | 30 - .../rand.dist.norm.chisq/types.pass.cpp | 34 - .../rand.dist.norm.f/assign.pass.cpp | 34 - .../rand.dist.norm/rand.dist.norm.f/copy.pass.cpp | 32 - .../rand.dist.norm.f/ctor_double_double.pass.cpp | 40 - .../rand.dist.norm.f/ctor_param.pass.cpp | 30 - .../rand.dist.norm/rand.dist.norm.f/eq.pass.cpp | 37 - .../rand.dist.norm/rand.dist.norm.f/eval.pass.cpp | 103 - .../rand.dist.norm.f/eval_param.pass.cpp | 109 - .../rand.dist.norm.f/get_param.pass.cpp | 29 - .../rand.dist.norm/rand.dist.norm.f/io.pass.cpp | 41 - .../rand.dist.norm/rand.dist.norm.f/max.pass.cpp | 28 - .../rand.dist.norm/rand.dist.norm.f/min.pass.cpp | 27 - .../rand.dist.norm.f/param_assign.pass.cpp | 32 - .../rand.dist.norm.f/param_copy.pass.cpp | 31 - .../rand.dist.norm.f/param_ctor.pass.cpp | 44 - .../rand.dist.norm.f/param_eq.pass.cpp | 37 - .../rand.dist.norm.f/param_types.pass.cpp | 28 - .../rand.dist.norm.f/set_param.pass.cpp | 30 - .../rand.dist.norm/rand.dist.norm.f/types.pass.cpp | 34 - .../rand.dist.norm.lognormal/assign.pass.cpp | 34 - .../rand.dist.norm.lognormal/copy.pass.cpp | 32 - .../ctor_double_double.pass.cpp | 40 - .../rand.dist.norm.lognormal/ctor_param.pass.cpp | 30 - .../rand.dist.norm.lognormal/eq.pass.cpp | 37 - .../rand.dist.norm.lognormal/eval.pass.cpp | 259 - .../rand.dist.norm.lognormal/eval_param.pass.cpp | 269 - .../rand.dist.norm.lognormal/get_param.pass.cpp | 29 - .../rand.dist.norm.lognormal/io.pass.cpp | 41 - .../rand.dist.norm.lognormal/max.pass.cpp | 28 - .../rand.dist.norm.lognormal/min.pass.cpp | 27 - .../rand.dist.norm.lognormal/param_assign.pass.cpp | 32 - .../rand.dist.norm.lognormal/param_copy.pass.cpp | 31 - .../rand.dist.norm.lognormal/param_ctor.pass.cpp | 44 - .../rand.dist.norm.lognormal/param_eq.pass.cpp | 37 - .../rand.dist.norm.lognormal/param_types.pass.cpp | 28 - .../rand.dist.norm.lognormal/set_param.pass.cpp | 30 - .../rand.dist.norm.lognormal/types.pass.cpp | 34 - .../rand.dist.norm.normal/assign.pass.cpp | 34 - .../rand.dist.norm.normal/copy.pass.cpp | 32 - .../ctor_double_double.pass.cpp | 40 - .../rand.dist.norm.normal/ctor_param.pass.cpp | 30 - .../rand.dist.norm.normal/eq.pass.cpp | 37 - .../rand.dist.norm.normal/eval.pass.cpp | 70 - .../rand.dist.norm.normal/eval_param.pass.cpp | 72 - .../rand.dist.norm.normal/get_param.pass.cpp | 29 - .../rand.dist.norm.normal/io.pass.cpp | 41 - .../rand.dist.norm.normal/max.pass.cpp | 28 - .../rand.dist.norm.normal/min.pass.cpp | 27 - .../rand.dist.norm.normal/param_assign.pass.cpp | 32 - .../rand.dist.norm.normal/param_copy.pass.cpp | 31 - .../rand.dist.norm.normal/param_ctor.pass.cpp | 44 - .../rand.dist.norm.normal/param_eq.pass.cpp | 37 - .../rand.dist.norm.normal/param_types.pass.cpp | 28 - .../rand.dist.norm.normal/set_param.pass.cpp | 30 - .../rand.dist.norm.normal/types.pass.cpp | 34 - .../rand.dist.norm.t/assign.pass.cpp | 34 - .../rand.dist.norm/rand.dist.norm.t/copy.pass.cpp | 32 - .../rand.dist.norm.t/ctor_double.pass.cpp | 32 - .../rand.dist.norm.t/ctor_param.pass.cpp | 29 - .../rand.dist.norm/rand.dist.norm.t/eq.pass.cpp | 37 - .../rand.dist.norm/rand.dist.norm.t/eval.pass.cpp | 139 - .../rand.dist.norm.t/eval_param.pass.cpp | 145 - .../rand.dist.norm.t/get_param.pass.cpp | 29 - .../rand.dist.norm/rand.dist.norm.t/io.pass.cpp | 41 - .../rand.dist.norm/rand.dist.norm.t/max.pass.cpp | 28 - .../rand.dist.norm/rand.dist.norm.t/min.pass.cpp | 27 - .../rand.dist.norm.t/param_assign.pass.cpp | 31 - .../rand.dist.norm.t/param_copy.pass.cpp | 30 - .../rand.dist.norm.t/param_ctor.pass.cpp | 35 - .../rand.dist.norm.t/param_eq.pass.cpp | 37 - .../rand.dist.norm.t/param_types.pass.cpp | 28 - .../rand.dist.norm.t/set_param.pass.cpp | 30 - .../rand.dist.norm/rand.dist.norm.t/types.pass.cpp | 34 - .../rand.dis/rand.dist.pois/nothing_to_do.pass.cpp | 12 - .../rand.dist.pois.exp/assign.pass.cpp | 34 - .../rand.dist.pois.exp/copy.pass.cpp | 32 - .../rand.dist.pois.exp/ctor_double.pass.cpp | 32 - .../rand.dist.pois.exp/ctor_param.pass.cpp | 29 - .../rand.dist.pois/rand.dist.pois.exp/eq.pass.cpp | 37 - .../rand.dist.pois.exp/eval.pass.cpp | 152 - .../rand.dist.pois.exp/eval_param.pass.cpp | 76 - .../rand.dist.pois.exp/get_param.pass.cpp | 29 - .../rand.dist.pois/rand.dist.pois.exp/io.pass.cpp | 41 - .../rand.dist.pois/rand.dist.pois.exp/max.pass.cpp | 28 - .../rand.dist.pois/rand.dist.pois.exp/min.pass.cpp | 27 - .../rand.dist.pois.exp/param_assign.pass.cpp | 31 - .../rand.dist.pois.exp/param_copy.pass.cpp | 30 - .../rand.dist.pois.exp/param_ctor.pass.cpp | 35 - .../rand.dist.pois.exp/param_eq.pass.cpp | 37 - .../rand.dist.pois.exp/param_types.pass.cpp | 28 - .../rand.dist.pois.exp/set_param.pass.cpp | 30 - .../rand.dist.pois.exp/types.pass.cpp | 34 - .../rand.dist.pois.extreme/assign.pass.cpp | 34 - .../rand.dist.pois.extreme/copy.pass.cpp | 32 - .../ctor_double_double.pass.cpp | 40 - .../rand.dist.pois.extreme/ctor_param.pass.cpp | 30 - .../rand.dist.pois.extreme/eq.pass.cpp | 37 - .../rand.dist.pois.extreme/eval.pass.cpp | 202 - .../rand.dist.pois.extreme/eval_param.pass.cpp | 210 - .../rand.dist.pois.extreme/get_param.pass.cpp | 29 - .../rand.dist.pois.extreme/io.pass.cpp | 41 - .../rand.dist.pois.extreme/max.pass.cpp | 28 - .../rand.dist.pois.extreme/min.pass.cpp | 27 - .../rand.dist.pois.extreme/param_assign.pass.cpp | 32 - .../rand.dist.pois.extreme/param_copy.pass.cpp | 31 - .../rand.dist.pois.extreme/param_ctor.pass.cpp | 44 - .../rand.dist.pois.extreme/param_eq.pass.cpp | 37 - .../rand.dist.pois.extreme/param_types.pass.cpp | 28 - .../rand.dist.pois.extreme/set_param.pass.cpp | 30 - .../rand.dist.pois.extreme/types.pass.cpp | 34 - .../rand.dist.pois.gamma/assign.pass.cpp | 34 - .../rand.dist.pois.gamma/copy.pass.cpp | 32 - .../ctor_double_double.pass.cpp | 40 - .../rand.dist.pois.gamma/ctor_param.pass.cpp | 30 - .../rand.dist.pois.gamma/eq.pass.cpp | 37 - .../rand.dist.pois.gamma/eval.pass.cpp | 151 - .../rand.dist.pois.gamma/eval_param.pass.cpp | 157 - .../rand.dist.pois.gamma/get_param.pass.cpp | 29 - .../rand.dist.pois.gamma/io.pass.cpp | 41 - .../rand.dist.pois.gamma/max.pass.cpp | 28 - .../rand.dist.pois.gamma/min.pass.cpp | 27 - .../rand.dist.pois.gamma/param_assign.pass.cpp | 32 - .../rand.dist.pois.gamma/param_copy.pass.cpp | 31 - .../rand.dist.pois.gamma/param_ctor.pass.cpp | 44 - .../rand.dist.pois.gamma/param_eq.pass.cpp | 37 - .../rand.dist.pois.gamma/param_types.pass.cpp | 28 - .../rand.dist.pois.gamma/set_param.pass.cpp | 30 - .../rand.dist.pois.gamma/types.pass.cpp | 34 - .../rand.dist.pois.poisson/assign.pass.cpp | 34 - .../rand.dist.pois.poisson/copy.pass.cpp | 32 - .../rand.dist.pois.poisson/ctor_double.pass.cpp | 32 - .../rand.dist.pois.poisson/ctor_param.pass.cpp | 29 - .../rand.dist.pois.poisson/eq.pass.cpp | 37 - .../rand.dist.pois.poisson/eval.pass.cpp | 151 - .../rand.dist.pois.poisson/eval_param.pass.cpp | 157 - .../rand.dist.pois.poisson/get_param.pass.cpp | 29 - .../rand.dist.pois.poisson/io.pass.cpp | 41 - .../rand.dist.pois.poisson/max.pass.cpp | 28 - .../rand.dist.pois.poisson/min.pass.cpp | 27 - .../rand.dist.pois.poisson/param_assign.pass.cpp | 31 - .../rand.dist.pois.poisson/param_copy.pass.cpp | 30 - .../rand.dist.pois.poisson/param_ctor.pass.cpp | 35 - .../rand.dist.pois.poisson/param_eq.pass.cpp | 37 - .../rand.dist.pois.poisson/param_types.pass.cpp | 28 - .../rand.dist.pois.poisson/set_param.pass.cpp | 30 - .../rand.dist.pois.poisson/types.pass.cpp | 34 - .../rand.dist.pois.weibull/assign.pass.cpp | 34 - .../rand.dist.pois.weibull/copy.pass.cpp | 32 - .../ctor_double_double.pass.cpp | 40 - .../rand.dist.pois.weibull/ctor_param.pass.cpp | 30 - .../rand.dist.pois.weibull/eq.pass.cpp | 37 - .../rand.dist.pois.weibull/eval.pass.cpp | 164 - .../rand.dist.pois.weibull/eval_param.pass.cpp | 170 - .../rand.dist.pois.weibull/get_param.pass.cpp | 29 - .../rand.dist.pois.weibull/io.pass.cpp | 41 - .../rand.dist.pois.weibull/max.pass.cpp | 28 - .../rand.dist.pois.weibull/min.pass.cpp | 27 - .../rand.dist.pois.weibull/param_assign.pass.cpp | 32 - .../rand.dist.pois.weibull/param_copy.pass.cpp | 31 - .../rand.dist.pois.weibull/param_ctor.pass.cpp | 44 - .../rand.dist.pois.weibull/param_eq.pass.cpp | 37 - .../rand.dist.pois.weibull/param_types.pass.cpp | 28 - .../rand.dist.pois.weibull/set_param.pass.cpp | 30 - .../rand.dist.pois.weibull/types.pass.cpp | 34 - .../rand.dis/rand.dist.samp/nothing_to_do.pass.cpp | 12 - .../rand.dist.samp.discrete/assign.pass.cpp | 35 - .../rand.dist.samp.discrete/copy.pass.cpp | 33 - .../rand.dist.samp.discrete/ctor_default.pass.cpp | 29 - .../rand.dist.samp.discrete/ctor_func.pass.cpp | 60 - .../rand.dist.samp.discrete/ctor_init.pass.cpp | 81 - .../rand.dist.samp.discrete/ctor_iterator.pass.cpp | 87 - .../rand.dist.samp.discrete/ctor_param.pass.cpp | 33 - .../rand.dist.samp.discrete/eq.pass.cpp | 45 - .../rand.dist.samp.discrete/eval.pass.cpp | 279 - .../rand.dist.samp.discrete/eval_param.pass.cpp | 45 - .../rand.dist.samp.discrete/get_param.pass.cpp | 30 - .../rand.dist.samp.discrete/io.pass.cpp | 42 - .../rand.dist.samp.discrete/max.pass.cpp | 34 - .../rand.dist.samp.discrete/min.pass.cpp | 28 - .../rand.dist.samp.discrete/param_assign.pass.cpp | 32 - .../rand.dist.samp.discrete/param_copy.pass.cpp | 31 - .../param_ctor_default.pass.cpp | 32 - .../param_ctor_func.pass.cpp | 64 - .../param_ctor_init.pass.cpp | 88 - .../param_ctor_iterator.pass.cpp | 94 - .../rand.dist.samp.discrete/param_eq.pass.cpp | 39 - .../rand.dist.samp.discrete/param_types.pass.cpp | 28 - .../rand.dist.samp.discrete/set_param.pass.cpp | 31 - .../rand.dist.samp.discrete/types.pass.cpp | 32 - .../rand.dist.samp.pconst/assign.pass.cpp | 36 - .../rand.dist.samp.pconst/copy.pass.cpp | 34 - .../rand.dist.samp.pconst/ctor_default.pass.cpp | 35 - .../rand.dist.samp.pconst/ctor_func.pass.cpp | 64 - .../rand.dist.samp.pconst/ctor_init_func.pass.cpp | 78 - .../rand.dist.samp.pconst/ctor_iterator.pass.cpp | 96 - .../rand.dist.samp.pconst/ctor_param.pass.cpp | 41 - .../rand.dist.samp.pconst/eq.pass.cpp | 47 - .../rand.dist.samp.pconst/eval.pass.cpp | 740 - .../rand.dist.samp.pconst/eval_param.pass.cpp | 99 - .../rand.dist.samp.pconst/get_param.pass.cpp | 32 - .../rand.dist.samp.pconst/io.pass.cpp | 44 - .../rand.dist.samp.pconst/max.pass.cpp | 30 - .../rand.dist.samp.pconst/min.pass.cpp | 30 - .../rand.dist.samp.pconst/param_assign.pass.cpp | 34 - .../rand.dist.samp.pconst/param_copy.pass.cpp | 33 - .../param_ctor_default.pass.cpp | 34 - .../rand.dist.samp.pconst/param_ctor_func.pass.cpp | 67 - .../param_ctor_init_func.pass.cpp | 79 - .../param_ctor_iterator.pass.cpp | 100 - .../rand.dist.samp.pconst/param_eq.pass.cpp | 41 - .../rand.dist.samp.pconst/param_types.pass.cpp | 28 - .../rand.dist.samp.pconst/set_param.pass.cpp | 32 - .../rand.dist.samp.pconst/types.pass.cpp | 32 - .../rand.dist.samp.plinear/assign.pass.cpp | 36 - .../rand.dist.samp.plinear/copy.pass.cpp | 34 - .../rand.dist.samp.plinear/ctor_default.pass.cpp | 36 - .../rand.dist.samp.plinear/ctor_func.pass.cpp | 69 - .../rand.dist.samp.plinear/ctor_init_func.pass.cpp | 82 - .../rand.dist.samp.plinear/ctor_iterator.pass.cpp | 101 - .../rand.dist.samp.plinear/ctor_param.pass.cpp | 42 - .../rand.dist.samp.plinear/eq.pass.cpp | 47 - .../rand.dist.samp.plinear/eval.pass.cpp | 366 - .../rand.dist.samp.plinear/eval_param.pass.cpp | 94 - .../rand.dist.samp.plinear/get_param.pass.cpp | 32 - .../rand.dist.samp.plinear/io.pass.cpp | 44 - .../rand.dist.samp.plinear/max.pass.cpp | 30 - .../rand.dist.samp.plinear/min.pass.cpp | 30 - .../rand.dist.samp.plinear/param_assign.pass.cpp | 34 - .../rand.dist.samp.plinear/param_copy.pass.cpp | 33 - .../param_ctor_default.pass.cpp | 35 - .../param_ctor_func.pass.cpp | 70 - .../param_ctor_init_func.pass.cpp | 83 - .../param_ctor_iterator.pass.cpp | 105 - .../rand.dist.samp.plinear/param_eq.pass.cpp | 41 - .../rand.dist.samp.plinear/param_types.pass.cpp | 28 - .../rand.dist.samp.plinear/set_param.pass.cpp | 32 - .../rand.dist.samp.plinear/types.pass.cpp | 32 - .../rand.dis/rand.dist.uni/nothing_to_do.pass.cpp | 12 - .../rand.dist.uni.int/assign.pass.cpp | 34 - .../rand.dist.uni/rand.dist.uni.int/copy.pass.cpp | 32 - .../rand.dist.uni.int/ctor_int_int.pass.cpp | 41 - .../rand.dist.uni.int/ctor_param.pass.cpp | 30 - .../rand.dist.uni/rand.dist.uni.int/eq.pass.cpp | 37 - .../rand.dist.uni/rand.dist.uni.int/eval.pass.cpp | 456 - .../rand.dist.uni.int/eval_param.pass.cpp | 76 - .../rand.dist.uni.int/get_param.pass.cpp | 29 - .../rand.dist.uni/rand.dist.uni.int/io.pass.cpp | 41 - .../rand.dist.uni/rand.dist.uni.int/max.pass.cpp | 27 - .../rand.dist.uni/rand.dist.uni.int/min.pass.cpp | 27 - .../rand.dist.uni.int/param_assign.pass.cpp | 32 - .../rand.dist.uni.int/param_copy.pass.cpp | 31 - .../rand.dist.uni.int/param_ctor.pass.cpp | 44 - .../rand.dist.uni.int/param_eq.pass.cpp | 37 - .../rand.dist.uni.int/param_types.pass.cpp | 28 - .../rand.dist.uni.int/set_param.pass.cpp | 30 - .../rand.dist.uni/rand.dist.uni.int/types.pass.cpp | 27 - .../rand.dist.uni.real/assign.pass.cpp | 34 - .../rand.dist.uni/rand.dist.uni.real/copy.pass.cpp | 32 - .../rand.dist.uni.real/ctor_int_int.pass.cpp | 41 - .../rand.dist.uni.real/ctor_param.pass.cpp | 30 - .../rand.dist.uni/rand.dist.uni.real/eq.pass.cpp | 37 - .../rand.dist.uni/rand.dist.uni.real/eval.pass.cpp | 475 - .../rand.dist.uni.real/eval_param.pass.cpp | 75 - .../rand.dist.uni.real/get_param.pass.cpp | 29 - .../rand.dist.uni/rand.dist.uni.real/io.pass.cpp | 41 - .../rand.dist.uni/rand.dist.uni.real/max.pass.cpp | 27 - .../rand.dist.uni/rand.dist.uni.real/min.pass.cpp | 27 - .../rand.dist.uni.real/param_assign.pass.cpp | 32 - .../rand.dist.uni.real/param_copy.pass.cpp | 31 - .../rand.dist.uni.real/param_ctor.pass.cpp | 44 - .../rand.dist.uni.real/param_eq.pass.cpp | 37 - .../rand.dist.uni.real/param_types.pass.cpp | 28 - .../rand.dist.uni.real/set_param.pass.cpp | 30 - .../rand.dist.uni.real/types.pass.cpp | 27 - .../numerics/rand/rand.eng/nothing_to_do.pass.cpp | 12 - .../rand/rand.eng/rand.eng.lcong/assign.pass.cpp | 58 - .../rand/rand.eng/rand.eng.lcong/copy.pass.cpp | 58 - .../rand.eng.lcong/ctor_result_type.pass.cpp | 154 - .../rand.eng/rand.eng.lcong/ctor_sseq.pass.cpp | 29 - .../rand/rand.eng/rand.eng.lcong/default.pass.cpp | 56 - .../rand/rand.eng/rand.eng.lcong/discard.pass.cpp | 73 - .../rand/rand.eng/rand.eng.lcong/eval.pass.cpp | 87 - .../rand/rand.eng/rand.eng.lcong/io.pass.cpp | 44 - .../rand.eng/rand.eng.lcong/result_type.pass.cpp | 37 - .../rand.eng.lcong/seed_result_type.pass.cpp | 40 - .../rand.eng/rand.eng.lcong/seed_sseq.pass.cpp | 39 - .../rand/rand.eng/rand.eng.lcong/values.pass.cpp | 95 - .../rand/rand.eng/rand.eng.mers/assign.pass.cpp | 58 - .../rand/rand.eng/rand.eng.mers/copy.pass.cpp | 56 - .../rand.eng.mers/ctor_result_type.pass.cpp | 245 - .../rand/rand.eng/rand.eng.mers/ctor_sseq.pass.cpp | 309 - .../rand.eng.mers/ctor_sseq_all_zero.pass.cpp | 81 - .../rand/rand.eng/rand.eng.mers/default.pass.cpp | 45 - .../rand/rand.eng/rand.eng.mers/discard.pass.cpp | 55 - .../rand/rand.eng/rand.eng.mers/eval.pass.cpp | 45 - .../rand/rand.eng/rand.eng.mers/io.pass.cpp | 69 - .../rand.eng/rand.eng.mers/result_type.pass.cpp | 44 - .../rand.eng.mers/seed_result_type.pass.cpp | 52 - .../rand/rand.eng/rand.eng.mers/seed_sseq.pass.cpp | 50 - .../rand/rand.eng/rand.eng.mers/values.pass.cpp | 134 - .../rand/rand.eng/rand.eng.sub/assign.pass.cpp | 56 - .../rand/rand.eng/rand.eng.sub/copy.pass.cpp | 54 - .../rand.eng.sub/ctor_result_type.pass.cpp | 51 - .../rand/rand.eng/rand.eng.sub/ctor_sseq.pass.cpp | 55 - .../rand/rand.eng/rand.eng.sub/default.pass.cpp | 42 - .../rand/rand.eng/rand.eng.sub/discard.pass.cpp | 52 - .../rand/rand.eng/rand.eng.sub/eval.pass.cpp | 42 - .../rand/rand.eng/rand.eng.sub/io.pass.cpp | 63 - .../rand.eng/rand.eng.sub/result_type.pass.cpp | 42 - .../rand.eng.sub/seed_result_type.pass.cpp | 50 - .../rand/rand.eng/rand.eng.sub/seed_sseq.pass.cpp | 48 - .../rand/rand.eng/rand.eng.sub/values.pass.cpp | 82 - .../rand.predef/default_random_engine.pass.cpp | 24 - .../std/numerics/rand/rand.predef/knuth_b.pass.cpp | 22 - .../numerics/rand/rand.predef/minstd_rand.pass.cpp | 23 - .../rand/rand.predef/minstd_rand0.pass.cpp | 23 - .../std/numerics/rand/rand.predef/mt19937.pass.cpp | 27 - .../numerics/rand/rand.predef/mt19937_64.pass.cpp | 27 - .../numerics/rand/rand.predef/ranlux24.pass.cpp | 22 - .../rand/rand.predef/ranlux24_base.pass.cpp | 22 - .../numerics/rand/rand.predef/ranlux48.pass.cpp | 22 - .../rand/rand.predef/ranlux48_base.pass.cpp | 22 - .../numerics/rand/rand.req/nothing_to_do.pass.cpp | 12 - .../rand.req/rand.req.adapt/nothing_to_do.pass.cpp | 12 - .../rand.req/rand.req.dst/nothing_to_do.pass.cpp | 12 - .../rand.req/rand.req.eng/nothing_to_do.pass.cpp | 12 - .../rand.req/rand.req.genl/nothing_to_do.pass.cpp | 12 - .../rand.req.seedseq/nothing_to_do.pass.cpp | 12 - .../rand.req/rand.req.urng/nothing_to_do.pass.cpp | 12 - .../numerics/rand/rand.util/nothing_to_do.pass.cpp | 12 - .../generate_canonical.pass.cpp | 102 - .../rand.util/rand.util.seedseq/assign.fail.cpp | 23 - .../rand/rand.util/rand.util.seedseq/copy.fail.cpp | 22 - .../rand.util/rand.util.seedseq/default.pass.cpp | 23 - .../rand.util/rand.util.seedseq/generate.pass.cpp | 805 - .../rand.util.seedseq/initializer_list.pass.cpp | 33 - .../rand.util/rand.util.seedseq/iterator.pass.cpp | 32 - .../rand.util/rand.util.seedseq/types.pass.cpp | 24 - test/std/re/nothing_to_do.pass.cpp | 12 - test/std/re/re.alg/nothing_to_do.pass.cpp | 12 - test/std/re/re.alg/re.alg.match/awk.pass.cpp | 1393 - test/std/re/re.alg/re.alg.match/basic.fail.cpp | 36 - test/std/re/re.alg/re.alg.match/basic.pass.cpp | 1371 - test/std/re/re.alg/re.alg.match/ecma.pass.cpp | 1395 - test/std/re/re.alg/re.alg.match/egrep.pass.cpp | 82 - .../re/re.alg/re.alg.match/exponential.pass.cpp | 48 - test/std/re/re.alg/re.alg.match/extended.pass.cpp | 1367 - test/std/re/re.alg/re.alg.match/grep.pass.cpp | 50 - .../inverted_character_classes.pass.cpp | 44 - .../re.alg/re.alg.match/lookahead_capture.pass.cpp | 99 - .../re.alg.match/parse_curly_brackets.pass.cpp | 72 - test/std/re/re.alg/re.alg.replace/test1.pass.cpp | 108 - test/std/re/re.alg/re.alg.replace/test2.pass.cpp | 108 - test/std/re/re.alg/re.alg.replace/test3.pass.cpp | 74 - test/std/re/re.alg/re.alg.replace/test4.pass.cpp | 73 - test/std/re/re.alg/re.alg.replace/test5.pass.cpp | 74 - test/std/re/re.alg/re.alg.replace/test6.pass.cpp | 74 - test/std/re/re.alg/re.alg.search/awk.pass.cpp | 1578 -- test/std/re/re.alg/re.alg.search/backup.pass.cpp | 64 - test/std/re/re.alg/re.alg.search/basic.fail.cpp | 36 - test/std/re/re.alg/re.alg.search/basic.pass.cpp | 1551 -- test/std/re/re.alg/re.alg.search/ecma.pass.cpp | 1593 -- test/std/re/re.alg/re.alg.search/egrep.pass.cpp | 91 - .../re/re.alg/re.alg.search/exponential.pass.cpp | 48 - test/std/re/re.alg/re.alg.search/extended.pass.cpp | 1547 -- test/std/re/re.alg/re.alg.search/grep.pass.cpp | 89 - .../re.alg.search/invert_neg_word_search.pass.cpp | 29 - .../std/re/re.alg/re.alg.search/lookahead.pass.cpp | 29 - .../re/re.alg/re.alg.search/no_update_pos.pass.cpp | 39 - .../std/re/re.alg/re.except/nothing_to_do.pass.cpp | 12 - test/std/re/re.badexp/regex_error.pass.cpp | 97 - test/std/re/re.const/nothing_to_do.pass.cpp | 13 - test/std/re/re.const/re.err/error_type.pass.cpp | 144 - .../re.const/re.matchflag/match_flag_type.pass.cpp | 129 - .../re.const/re.matchflag/match_not_bol.pass.cpp | 51 - .../re.const/re.matchflag/match_not_eol.pass.cpp | 51 - .../re.const/re.matchflag/match_not_null.pass.cpp | 46 - .../re.const/re.synopt/syntax_option_type.pass.cpp | 115 - .../nothing_to_do.pass.cpp | 13 - .../nothing_to_do.pass.cpp | 13 - .../nothing_to_do.pass.cpp | 13 - .../defns.regex.matched/nothing_to_do.pass.cpp | 13 - .../nothing_to_do.pass.cpp | 13 - .../nothing_to_do.pass.cpp | 13 - .../nothing_to_do.pass.cpp | 13 - test/std/re/re.def/nothing_to_do.pass.cpp | 13 - test/std/re/re.general/nothing_to_do.pass.cpp | 13 - .../re/re.grammar/excessive_brace_count.pass.cpp | 41 - test/std/re/re.grammar/nothing_to_do.pass.cpp | 12 - test/std/re/re.iter/nothing_to_do.pass.cpp | 12 - .../re.regiter/re.regiter.cnstr/cnstr.fail.cpp | 36 - .../re.regiter/re.regiter.cnstr/cnstr.pass.cpp | 45 - .../re.regiter/re.regiter.cnstr/default.pass.cpp | 33 - .../re.regiter.comp/tested_elsewhere.pass.cpp | 19 - .../re.regiter/re.regiter.deref/deref.pass.cpp | 43 - .../re.regiter/re.regiter.incr/post.pass.cpp | 116 - test/std/re/re.iter/re.regiter/types.pass.cpp | 46 - .../re.tokiter/re.tokiter.cnstr/array.fail.cpp | 39 - .../re.tokiter/re.tokiter.cnstr/array.pass.cpp | 65 - .../re.tokiter/re.tokiter.cnstr/default.pass.cpp | 33 - .../re.tokiter/re.tokiter.cnstr/init.fail.cpp | 36 - .../re.tokiter/re.tokiter.cnstr/init.pass.cpp | 65 - .../re.tokiter/re.tokiter.cnstr/int.fail.cpp | 35 - .../re.tokiter/re.tokiter.cnstr/int.pass.cpp | 76 - .../re.tokiter/re.tokiter.cnstr/vector.fail.cpp | 40 - .../re.tokiter/re.tokiter.cnstr/vector.pass.cpp | 129 - .../re.tokiter/re.tokiter.comp/equal.pass.cpp | 37 - .../re.tokiter/re.tokiter.deref/deref.pass.cpp | 73 - .../re.tokiter/re.tokiter.incr/post.pass.cpp | 136 - test/std/re/re.iter/re.tokiter/types.pass.cpp | 46 - .../re/re.regex/re.regex.assign/assign.il.pass.cpp | 34 - .../re/re.regex/re.regex.assign/assign.pass.cpp | 38 - .../re.regex.assign/assign_iter_iter_flag.pass.cpp | 47 - .../re.regex.assign/assign_ptr_flag.pass.cpp | 30 - .../re.regex.assign/assign_ptr_size_flag.pass.cpp | 26 - .../re.regex.assign/assign_string_flag.pass.cpp | 32 - test/std/re/re.regex/re.regex.assign/copy.pass.cpp | 27 - test/std/re/re.regex/re.regex.assign/il.pass.cpp | 28 - test/std/re/re.regex/re.regex.assign/ptr.pass.cpp | 26 - .../re/re.regex/re.regex.assign/string.pass.cpp | 27 - .../re/re.regex/re.regex.const/constants.pass.cpp | 66 - .../re.regex/re.regex.construct/awk_oct.pass.cpp | 29 - .../re.regex.construct/bad_backref.pass.cpp | 45 - .../re.regex/re.regex.construct/bad_ctype.pass.cpp | 37 - .../re.regex.construct/bad_escape.pass.cpp | 48 - .../re.regex.construct/bad_repeat.pass.cpp | 44 - .../re/re.regex/re.regex.construct/copy.pass.cpp | 26 - .../re/re.regex/re.regex.construct/deduct.fail.cpp | 45 - .../re/re.regex/re.regex.construct/deduct.pass.cpp | 137 - .../re.regex/re.regex.construct/default.pass.cpp | 33 - .../re/re.regex/re.regex.construct/il_flg.pass.cpp | 69 - .../re.regex/re.regex.construct/iter_iter.pass.cpp | 44 - .../re.regex.construct/iter_iter_flg.pass.cpp | 70 - .../re/re.regex/re.regex.construct/ptr.pass.cpp | 35 - .../re.regex/re.regex.construct/ptr_flg.pass.cpp | 60 - .../re.regex/re.regex.construct/ptr_size.pass.cpp | 39 - .../re.regex.construct/ptr_size_flg.pass.cpp | 61 - .../re/re.regex/re.regex.construct/string.pass.cpp | 36 - .../re.regex.construct/string_flg.pass.cpp | 62 - .../std/re/re.regex/re.regex.locale/imbue.pass.cpp | 34 - .../re.regex.nonmemb/nothing_to_do.pass.cpp | 12 - .../re.regex.nonmemb/re.regex.nmswap/swap.pass.cpp | 30 - .../re.regex.operations/tested_elsewhere.pass.cpp | 12 - test/std/re/re.regex/re.regex.swap/swap.pass.cpp | 29 - test/std/re/re.regex/types.pass.cpp | 42 - test/std/re/re.req/nothing_to_do.pass.cpp | 13 - .../re.results/re.results.acc/begin_end.pass.cpp | 40 - .../re.results/re.results.acc/cbegin_cend.pass.cpp | 40 - .../re/re.results/re.results.acc/index.pass.cpp | 54 - .../re/re.results/re.results.acc/length.pass.cpp | 37 - .../re/re.results/re.results.acc/position.pass.cpp | 37 - .../re/re.results/re.results.acc/prefix.pass.cpp | 35 - test/std/re/re.results/re.results.acc/str.pass.cpp | 37 - .../re/re.results/re.results.acc/suffix.pass.cpp | 35 - .../re.results.all/get_allocator.pass.cpp | 36 - .../re.results/re.results.const/allocator.pass.cpp | 36 - .../re/re.results/re.results.const/copy.pass.cpp | 41 - .../re.results.const/copy_assign.pass.cpp | 50 - .../re.results/re.results.const/default.pass.cpp | 34 - .../re/re.results/re.results.const/move.pass.cpp | 48 - .../re.results.const/move_assign.pass.cpp | 51 - .../re/re.results/re.results.form/form1.pass.cpp | 156 - .../re/re.results/re.results.form/form2.pass.cpp | 103 - .../re/re.results/re.results.form/form3.pass.cpp | 86 - .../re/re.results/re.results.form/form4.pass.cpp | 81 - .../re.results/re.results.nonmember/equal.pass.cpp | 47 - .../re/re.results/re.results.size/empty.fail.cpp | 27 - .../re/re.results/re.results.size/empty.pass.cpp | 37 - .../re.results/re.results.size/max_size.pass.cpp | 32 - .../re/re.results/re.results.state/ready.pass.cpp | 44 - .../re.results.swap/member_swap.pass.cpp | 40 - .../re.results.swap/non_member_swap.pass.cpp | 42 - test/std/re/re.results/types.pass.cpp | 52 - .../compare_string_type.pass.cpp | 48 - .../re.submatch.members/compare_sub_match.pass.cpp | 54 - .../compare_value_type_ptr.pass.cpp | 46 - .../re.submatch.members/default.pass.cpp | 34 - .../re.submatch.members/length.pass.cpp | 44 - .../re.submatch.members/operator_string.pass.cpp | 48 - .../re.submatch/re.submatch.members/str.pass.cpp | 48 - .../re/re.submatch/re.submatch.op/compare.pass.cpp | 288 - .../re/re.submatch/re.submatch.op/stream.pass.cpp | 43 - test/std/re/re.submatch/types.pass.cpp | 65 - test/std/re/re.syn/cmatch.pass.cpp | 21 - test/std/re/re.syn/cregex_iterator.pass.cpp | 21 - test/std/re/re.syn/cregex_token_iterator.pass.cpp | 21 - test/std/re/re.syn/csub_match.pass.cpp | 21 - test/std/re/re.syn/regex.pass.cpp | 21 - test/std/re/re.syn/smatch.pass.cpp | 21 - test/std/re/re.syn/sregex_iterator.pass.cpp | 21 - test/std/re/re.syn/sregex_token_iterator.pass.cpp | 21 - test/std/re/re.syn/ssub_match.pass.cpp | 21 - test/std/re/re.syn/wcmatch.pass.cpp | 21 - test/std/re/re.syn/wcregex_iterator.pass.cpp | 21 - test/std/re/re.syn/wcregex_token_iterator.pass.cpp | 21 - test/std/re/re.syn/wcsub_match.pass.cpp | 21 - test/std/re/re.syn/wregex.pass.cpp | 21 - test/std/re/re.syn/wsmatch.pass.cpp | 21 - test/std/re/re.syn/wsregex_iterator.pass.cpp | 21 - test/std/re/re.syn/wsregex_token_iterator.pass.cpp | 21 - test/std/re/re.syn/wssub_match.pass.cpp | 21 - test/std/re/re.traits/default.pass.cpp | 40 - test/std/re/re.traits/getloc.pass.cpp | 39 - test/std/re/re.traits/imbue.pass.cpp | 33 - test/std/re/re.traits/isctype.pass.cpp | 284 - test/std/re/re.traits/length.pass.cpp | 32 - test/std/re/re.traits/lookup_classname.pass.cpp | 247 - test/std/re/re.traits/lookup_collatename.pass.cpp | 196 - test/std/re/re.traits/transform.pass.cpp | 49 - test/std/re/re.traits/transform_primary.pass.cpp | 55 - test/std/re/re.traits/translate.pass.cpp | 35 - test/std/re/re.traits/translate_nocase.pass.cpp | 65 - test/std/re/re.traits/types.pass.cpp | 33 - test/std/re/re.traits/value.pass.cpp | 126 - .../basic.string.hash/enabled_hashes.pass.cpp | 34 - .../std/strings/basic.string.hash/strings.pass.cpp | 55 - .../strings/basic.string.literals/literal.pass.cpp | 58 - .../basic.string.literals/literal1.fail.cpp | 21 - .../basic.string.literals/literal1.pass.cpp | 21 - .../basic.string.literals/literal2.fail.cpp | 19 - .../basic.string.literals/literal2.pass.cpp | 21 - .../basic.string.literals/literal3.pass.cpp | 21 - .../basic.string/allocator_mismatch.fail.cpp | 18 - test/std/strings/basic.string/char.bad.fail.cpp | 53 - test/std/strings/basic.string/input_iterator.h | 41 - .../strings/basic.string/string.access/at.pass.cpp | 78 - .../basic.string/string.access/back.pass.cpp | 56 - .../basic.string/string.access/db_back.pass.cpp | 54 - .../basic.string/string.access/db_cback.pass.cpp | 50 - .../basic.string/string.access/db_cfront.pass.cpp | 50 - .../basic.string/string.access/db_cindex.pass.cpp | 52 - .../basic.string/string.access/db_front.pass.cpp | 54 - .../basic.string/string.access/db_index.pass.cpp | 52 - .../basic.string/string.access/front.pass.cpp | 56 - .../basic.string/string.access/index.pass.cpp | 63 - .../basic.string/string.capacity/capacity.pass.cpp | 64 - .../basic.string/string.capacity/clear.pass.cpp | 57 - .../basic.string/string.capacity/empty.fail.cpp | 28 - .../basic.string/string.capacity/empty.pass.cpp | 44 - .../basic.string/string.capacity/length.pass.cpp | 42 - .../basic.string/string.capacity/max_size.pass.cpp | 74 - .../string.capacity/over_max_size.pass.cpp | 55 - .../basic.string/string.capacity/reserve.pass.cpp | 135 - .../string.capacity/resize_size.pass.cpp | 89 - .../string.capacity/resize_size_char.pass.cpp | 89 - .../string.capacity/shrink_to_fit.pass.cpp | 63 - .../basic.string/string.capacity/size.pass.cpp | 42 - .../basic.string/string.cons/T_size_size.pass.cpp | 187 - .../basic.string/string.cons/alloc.pass.cpp | 96 - .../string.cons/brace_assignment.pass.cpp | 36 - .../string.cons/char_assignment.pass.cpp | 50 - .../strings/basic.string/string.cons/copy.pass.cpp | 50 - .../basic.string/string.cons/copy_alloc.pass.cpp | 131 - .../string.cons/copy_assignment.pass.cpp | 80 - .../string.cons/default_noexcept.pass.cpp | 39 - .../string.cons/dtor_noexcept.pass.cpp | 52 - .../string.cons/implicit_deduction_guides.pass.cpp | 317 - .../string.cons/initializer_list.pass.cpp | 44 - .../initializer_list_assignment.pass.cpp | 34 - .../basic.string/string.cons/iter_alloc.pass.cpp | 120 - .../string.cons/iter_alloc_deduction.fail.cpp | 56 - .../string.cons/iter_alloc_deduction.pass.cpp | 93 - .../strings/basic.string/string.cons/move.pass.cpp | 52 - .../basic.string/string.cons/move_alloc.pass.cpp | 78 - .../string.cons/move_assign_noexcept.pass.cpp | 97 - .../string.cons/move_assignment.pass.cpp | 74 - .../string.cons/move_noexcept.pass.cpp | 43 - .../string.cons/pointer_alloc.pass.cpp | 89 - .../string.cons/pointer_assignment.pass.cpp | 73 - .../string.cons/pointer_size_alloc.pass.cpp | 94 - .../string.cons/size_char_alloc.pass.cpp | 124 - .../basic.string/string.cons/string_view.fail.cpp | 23 - .../basic.string/string.cons/string_view.pass.cpp | 111 - .../string.cons/string_view_assignment.pass.cpp | 74 - .../string.cons/string_view_deduction.fail.cpp | 41 - .../string.cons/string_view_deduction.pass.cpp | 107 - .../string_view_size_size_deduction.fail.cpp | 47 - .../string_view_size_size_deduction.pass.cpp | 111 - .../basic.string/string.cons/substr.pass.cpp | 228 - .../string.ends_with/ends_with.char.pass.cpp | 34 - .../string.ends_with/ends_with.ptr.pass.cpp | 63 - .../ends_with.string_view.pass.cpp | 72 - .../basic.string/string.iterators/begin.pass.cpp | 48 - .../basic.string/string.iterators/cbegin.pass.cpp | 45 - .../basic.string/string.iterators/cend.pass.cpp | 41 - .../basic.string/string.iterators/crbegin.pass.cpp | 45 - .../basic.string/string.iterators/crend.pass.cpp | 41 - .../string.iterators/db_iterators_2.pass.cpp | 52 - .../string.iterators/db_iterators_3.pass.cpp | 52 - .../string.iterators/db_iterators_4.pass.cpp | 54 - .../string.iterators/db_iterators_5.pass.cpp | 58 - .../string.iterators/db_iterators_6.pass.cpp | 56 - .../string.iterators/db_iterators_7.pass.cpp | 56 - .../string.iterators/db_iterators_8.pass.cpp | 52 - .../basic.string/string.iterators/end.pass.cpp | 51 - .../string.iterators/iterators.pass.cpp | 87 - .../basic.string/string.iterators/rbegin.pass.cpp | 48 - .../basic.string/string.iterators/rend.pass.cpp | 51 - .../string.modifiers/nothing_to_do.pass.cpp | 12 - .../string_append/T_size_size.pass.cpp | 200 - .../string_append/initializer_list.pass.cpp | 35 - .../string_append/iterator.pass.cpp | 223 - .../string_append/pointer.pass.cpp | 80 - .../string_append/pointer_size.pass.cpp | 89 - .../string_append/push_back.pass.cpp | 60 - .../string_append/size_char.pass.cpp | 64 - .../string.modifiers/string_append/string.pass.cpp | 89 - .../string_append/string_size_size.pass.cpp | 137 - .../string_append/string_view.pass.cpp | 83 - .../string_assign/T_size_size.pass.cpp | 195 - .../string_assign/initializer_list.pass.cpp | 35 - .../string_assign/iterator.pass.cpp | 208 - .../string_assign/pointer.pass.cpp | 78 - .../string_assign/pointer_size.pass.cpp | 89 - .../string_assign/rv_string.pass.cpp | 81 - .../string_assign/size_char.pass.cpp | 64 - .../string.modifiers/string_assign/string.pass.cpp | 117 - .../string_assign/string_size_size.pass.cpp | 137 - .../string_assign/string_view.pass.cpp | 105 - .../string.modifiers/string_copy/copy.pass.cpp | 181 - .../string.modifiers/string_erase/iter.pass.cpp | 66 - .../string_erase/iter_iter.pass.cpp | 151 - .../string_erase/pop_back.pass.cpp | 46 - .../string_erase/size_size.pass.cpp | 302 - .../string_insert/iter_char.pass.cpp | 76 - .../string_insert/iter_initializer_list.pass.cpp | 37 - .../string_insert/iter_iter_iter.pass.cpp | 222 - .../string_insert/iter_size_char.pass.cpp | 170 - .../string_insert/size_T_size_size.pass.cpp | 1842 -- .../string_insert/size_pointer.pass.cpp | 237 - .../string_insert/size_pointer_size.pass.cpp | 718 - .../string_insert/size_size_char.pass.cpp | 222 - .../string_insert/size_string.pass.cpp | 230 - .../string_insert/size_string_size_size.pass.cpp | 1803 -- .../string_insert/string_view.pass.cpp | 239 - .../string_op_plus_equal/char.pass.cpp | 47 - .../string_op_plus_equal/initializer_list.pass.cpp | 34 - .../string_op_plus_equal/pointer.pass.cpp | 79 - .../string_op_plus_equal/string.pass.cpp | 89 - .../iter_iter_initializer_list.pass.cpp | 34 - .../string_replace/iter_iter_iter_iter.pass.cpp | 1040 - .../string_replace/iter_iter_pointer.pass.cpp | 301 - .../string_replace/iter_iter_pointer_size.pass.cpp | 991 - .../string_replace/iter_iter_size_char.pass.cpp | 285 - .../string_replace/iter_iter_string.pass.cpp | 293 - .../string_replace/iter_iter_string_view.pass.cpp | 286 - .../string_replace/size_size_T_size_size.pass.cpp | 6029 ----- .../string_replace/size_size_pointer.pass.cpp | 383 - .../string_replace/size_size_pointer_size.pass.cpp | 1335 - .../string_replace/size_size_size_char.pass.cpp | 384 - .../string_replace/size_size_string.pass.cpp | 391 - .../size_size_string_size_size.pass.cpp | 5985 ----- .../string_replace/size_size_string_view.pass.cpp | 384 - .../string.modifiers/string_swap/swap.pass.cpp | 77 - .../string.nonmembers/nothing_to_do.pass.cpp | 12 - .../string.nonmembers/string.io/get_line.pass.cpp | 81 - .../string.io/get_line_delim.pass.cpp | 93 - .../string.io/get_line_delim_rv.pass.cpp | 49 - .../string.io/get_line_rv.pass.cpp | 49 - .../string.io/stream_extract.pass.cpp | 117 - .../string.io/stream_insert.pass.cpp | 91 - .../string.nonmembers/string.special/swap.pass.cpp | 79 - .../string.special/swap_noexcept.pass.cpp | 85 - .../string_op!=/pointer_string.pass.cpp | 69 - .../string_op!=/string_pointer.pass.cpp | 69 - .../string_op!=/string_string.pass.cpp | 70 - .../string_op!=/string_string_view.pass.cpp | 70 - .../string_op!=/string_view_string.pass.cpp | 70 - .../string_op+/char_string.pass.cpp | 70 - .../string_op+/pointer_string.pass.cpp | 131 - .../string_op+/string_char.pass.cpp | 70 - .../string_op+/string_pointer.pass.cpp | 130 - .../string_op+/string_string.pass.cpp | 249 - .../string_operator==/pointer_string.pass.cpp | 69 - .../string_operator==/string_pointer.pass.cpp | 69 - .../string_operator==/string_string.pass.cpp | 70 - .../string_operator==/string_string_view.pass.cpp | 70 - .../string_operator==/string_view_string.pass.cpp | 70 - .../string_opgt/pointer_string.pass.cpp | 69 - .../string_opgt/string_pointer.pass.cpp | 69 - .../string_opgt/string_string.pass.cpp | 70 - .../string_opgt/string_string_view.pass.cpp | 70 - .../string_opgt/string_view_string.pass.cpp | 70 - .../string_opgt=/pointer_string.pass.cpp | 69 - .../string_opgt=/string_pointer.pass.cpp | 69 - .../string_opgt=/string_string.pass.cpp | 70 - .../string_opgt=/string_string_view.pass.cpp | 70 - .../string_opgt=/string_view_string.pass.cpp | 70 - .../string_oplt/pointer_string.pass.cpp | 69 - .../string_oplt/string_pointer.pass.cpp | 69 - .../string_oplt/string_string.pass.cpp | 70 - .../string_oplt/string_string_view.pass.cpp | 70 - .../string_oplt/string_view_string.pass.cpp | 70 - .../string_oplt=/pointer_string.pass.cpp | 69 - .../string_oplt=/string_pointer.pass.cpp | 69 - .../string_oplt=/string_string.pass.cpp | 70 - .../string_oplt=/string_string_view.pass.cpp | 70 - .../string_oplt=/string_view_string.pass.cpp | 70 - .../basic.string/string.ops/nothing_to_do.pass.cpp | 12 - .../string.ops/string.accessors/c_str.pass.cpp | 52 - .../string.ops/string.accessors/data.pass.cpp | 78 - .../string.accessors/get_allocator.pass.cpp | 47 - .../string.ops/string_compare/pointer.pass.cpp | 77 - .../string_compare/size_size_T_size_size.pass.cpp | 5993 ----- .../string_compare/size_size_pointer.pass.cpp | 381 - .../string_compare/size_size_pointer_size.pass.cpp | 1332 - .../string_compare/size_size_string.pass.cpp | 387 - .../size_size_string_size_size.pass.cpp | 5962 ----- .../string_compare/size_size_string_view.pass.cpp | 383 - .../string.ops/string_compare/string.pass.cpp | 85 - .../string.ops/string_compare/string_view.pass.cpp | 79 - .../string_find.first.not.of/char_size.pass.cpp | 102 - .../string_find.first.not.of/pointer_size.pass.cpp | 158 - .../pointer_size_size.pass.cpp | 387 - .../string_find.first.not.of/string_size.pass.cpp | 165 - .../string_view_size.pass.cpp | 159 - .../string_find.first.of/char_size.pass.cpp | 98 - .../string_find.first.of/pointer_size.pass.cpp | 158 - .../pointer_size_size.pass.cpp | 387 - .../string_find.first.of/string_size.pass.cpp | 165 - .../string_find.first.of/string_view_size.pass.cpp | 159 - .../string_find.last.not.of/char_size.pass.cpp | 98 - .../string_find.last.not.of/pointer_size.pass.cpp | 158 - .../pointer_size_size.pass.cpp | 387 - .../string_find.last.not.of/string_size.pass.cpp | 165 - .../string_view_size.pass.cpp | 159 - .../string_find.last.of/char_size.pass.cpp | 98 - .../string_find.last.of/pointer_size.pass.cpp | 158 - .../string_find.last.of/pointer_size_size.pass.cpp | 387 - .../string_find.last.of/string_size.pass.cpp | 165 - .../string_find.last.of/string_view_size.pass.cpp | 159 - .../string.ops/string_find/char_size.pass.cpp | 98 - .../string.ops/string_find/pointer_size.pass.cpp | 164 - .../string_find/pointer_size_size.pass.cpp | 387 - .../string.ops/string_find/string_size.pass.cpp | 165 - .../string_find/string_view_size.pass.cpp | 159 - .../string.ops/string_rfind/char_size.pass.cpp | 98 - .../string.ops/string_rfind/pointer_size.pass.cpp | 165 - .../string_rfind/pointer_size_size.pass.cpp | 387 - .../string.ops/string_rfind/string_size.pass.cpp | 165 - .../string_rfind/string_view_size.pass.cpp | 159 - .../string.ops/string_substr/substr.pass.cpp | 177 - .../string.require/contiguous.pass.cpp | 53 - .../string.starts_with/starts_with.char.pass.cpp | 34 - .../string.starts_with/starts_with.ptr.pass.cpp | 62 - .../starts_with.string_view.pass.cpp | 72 - test/std/strings/basic.string/test_traits.h | 19 - .../strings/basic.string/traits_mismatch.fail.cpp | 18 - test/std/strings/basic.string/types.pass.cpp | 85 - test/std/strings/c.strings/cctype.pass.cpp | 106 - test/std/strings/c.strings/cstring.pass.cpp | 64 - test/std/strings/c.strings/cuchar.pass.cpp | 20 - test/std/strings/c.strings/cwchar.pass.cpp | 132 - test/std/strings/c.strings/cwctype.pass.cpp | 117 - .../char.traits.require/nothing_to_do.pass.cpp | 12 - .../assign2.pass.cpp | 40 - .../assign3.pass.cpp | 27 - .../compare.pass.cpp | 57 - .../char.traits.specializations.char/copy.pass.cpp | 29 - .../char.traits.specializations.char/eof.pass.cpp | 22 - .../char.traits.specializations.char/eq.pass.cpp | 23 - .../eq_int_type.pass.cpp | 26 - .../char.traits.specializations.char/find.pass.cpp | 46 - .../length.pass.cpp | 42 - .../char.traits.specializations.char/lt.pass.cpp | 33 - .../char.traits.specializations.char/move.pass.cpp | 33 - .../not_eof.pass.cpp | 26 - .../to_char_type.pass.cpp | 24 - .../to_int_type.pass.cpp | 24 - .../types.pass.cpp | 30 - .../assign2.pass.cpp | 44 - .../assign3.pass.cpp | 29 - .../compare.pass.cpp | 62 - .../copy.pass.cpp | 31 - .../eof.pass.cpp | 25 - .../eq.pass.cpp | 29 - .../eq_int_type.pass.cpp | 32 - .../find.pass.cpp | 48 - .../length.pass.cpp | 45 - .../lt.pass.cpp | 29 - .../move.pass.cpp | 35 - .../not_eof.pass.cpp | 32 - .../to_char_type.pass.cpp | 30 - .../to_int_type.pass.cpp | 30 - .../types.pass.cpp | 33 - .../assign2.pass.cpp | 44 - .../assign3.pass.cpp | 29 - .../compare.pass.cpp | 61 - .../copy.pass.cpp | 31 - .../eof.pass.cpp | 25 - .../eq.pass.cpp | 29 - .../eq_int_type.pass.cpp | 32 - .../find.pass.cpp | 48 - .../length.pass.cpp | 45 - .../lt.pass.cpp | 29 - .../move.pass.cpp | 35 - .../not_eof.pass.cpp | 32 - .../to_char_type.pass.cpp | 30 - .../to_int_type.pass.cpp | 30 - .../types.pass.cpp | 33 - .../assign2.pass.cpp | 39 - .../assign3.pass.cpp | 30 - .../compare.pass.cpp | 58 - .../copy.pass.cpp | 32 - .../eof.pass.cpp | 26 - .../eq.pass.cpp | 28 - .../eq_int_type.pass.cpp | 31 - .../find.pass.cpp | 46 - .../length.pass.cpp | 41 - .../lt.pass.cpp | 28 - .../move.pass.cpp | 36 - .../not_eof.pass.cpp | 31 - .../to_char_type.pass.cpp | 29 - .../to_int_type.pass.cpp | 29 - .../types.pass.cpp | 34 - .../assign2.pass.cpp | 40 - .../assign3.pass.cpp | 27 - .../compare.pass.cpp | 57 - .../copy.pass.cpp | 29 - .../eof.pass.cpp | 22 - .../eq.pass.cpp | 23 - .../eq_int_type.pass.cpp | 26 - .../find.pass.cpp | 46 - .../length.pass.cpp | 41 - .../lt.pass.cpp | 23 - .../move.pass.cpp | 33 - .../not_eof.pass.cpp | 26 - .../to_char_type.pass.cpp | 24 - .../to_int_type.pass.cpp | 24 - .../types.pass.cpp | 30 - .../nothing_to_do.pass.cpp | 12 - .../char.traits.typedefs/nothing_to_do.pass.cpp | 12 - .../std/strings/char.traits/nothing_to_do.pass.cpp | 12 - test/std/strings/string.classes/typedefs.pass.cpp | 37 - test/std/strings/string.conversions/stod.pass.cpp | 189 - test/std/strings/string.conversions/stof.pass.cpp | 190 - test/std/strings/string.conversions/stoi.pass.cpp | 113 - test/std/strings/string.conversions/stol.pass.cpp | 117 - test/std/strings/string.conversions/stold.pass.cpp | 192 - test/std/strings/string.conversions/stoll.pass.cpp | 116 - test/std/strings/string.conversions/stoul.pass.cpp | 115 - .../std/strings/string.conversions/stoull.pass.cpp | 116 - .../strings/string.conversions/to_string.pass.cpp | 127 - .../strings/string.conversions/to_wstring.pass.cpp | 127 - test/std/strings/string.view/char.bad.fail.cpp | 53 - .../string.view/string.view.access/at.pass.cpp | 63 - .../string.view/string.view.access/back.pass.cpp | 50 - .../string.view/string.view.access/data.pass.cpp | 54 - .../string.view/string.view.access/front.pass.cpp | 50 - .../string.view/string.view.access/index.pass.cpp | 53 - .../string.view.capacity/capacity.pass.cpp | 103 - .../string.view.capacity/empty.fail.cpp | 28 - .../opeq.string_view.pointer.pass.cpp | 69 - .../opeq.string_view.string.pass.cpp | 51 - .../opeq.string_view.string_view.pass.cpp | 62 - .../opge.string_view.pointer.pass.cpp | 72 - .../opge.string_view.string.pass.cpp | 50 - .../opge.string_view.string_view.pass.cpp | 65 - .../opgt.string_view.pointer.pass.cpp | 72 - .../opgt.string_view.string.pass.cpp | 50 - .../opgt.string_view.string_view.pass.cpp | 65 - .../ople.string_view.pointer.pass.cpp | 72 - .../ople.string_view.string.pass.cpp | 50 - .../ople.string_view.string_view.pass.cpp | 65 - .../oplt.string_view.pointer.pass.cpp | 72 - .../oplt.string_view.string.pass.cpp | 50 - .../oplt.string_view.string_view.pass.cpp | 65 - .../opne.string_view.pointer.pass.cpp | 70 - .../opne.string_view.string.pass.cpp | 50 - .../opne.string_view.string_view.pass.cpp | 62 - .../string.view/string.view.cons/assign.pass.cpp | 58 - .../string.view/string.view.cons/default.pass.cpp | 48 - .../string.view.cons/from_literal.pass.cpp | 69 - .../string.view.cons/from_ptr_len.pass.cpp | 86 - .../string.view.cons/from_string.pass.cpp | 65 - .../string.view.cons/from_string1.fail.cpp | 32 - .../string.view.cons/from_string2.fail.cpp | 32 - .../implicit_deduction_guides.pass.cpp | 65 - .../string.view.find/find_char_size.pass.cpp | 85 - .../find_first_not_of_char_size.pass.cpp | 85 - .../find_first_not_of_pointer_size.pass.cpp | 166 - .../find_first_not_of_pointer_size_size.pass.cpp | 393 - .../find_first_not_of_string_view_size.pass.cpp | 148 - .../find_first_of_char_size.pass.cpp | 83 - .../find_first_of_pointer_size.pass.cpp | 166 - .../find_first_of_pointer_size_size.pass.cpp | 393 - .../find_first_of_string_view_size.pass.cpp | 148 - .../find_last_not_of_char_size.pass.cpp | 83 - .../find_last_not_of_pointer_size.pass.cpp | 166 - .../find_last_not_of_pointer_size_size.pass.cpp | 393 - .../find_last_not_of_string_view_size.pass.cpp | 148 - .../find_last_of_char_size.pass.cpp | 83 - .../find_last_of_pointer_size.pass.cpp | 166 - .../find_last_of_pointer_size_size.pass.cpp | 393 - .../find_last_of_string_view_size.pass.cpp | 148 - .../string.view.find/find_pointer_size.pass.cpp | 172 - .../find_pointer_size_size.pass.cpp | 394 - .../find_string_view_size.pass.cpp | 165 - .../string.view.find/rfind_char_size.pass.cpp | 84 - .../string.view.find/rfind_pointer_size.pass.cpp | 172 - .../rfind_pointer_size_size.pass.cpp | 393 - .../rfind_string_view_size.pass.cpp | 165 - .../string.view.hash/enabled_hashes.pass.cpp | 34 - .../string.view.hash/string_view.pass.cpp | 70 - .../string.view.io/stream_insert.pass.cpp | 58 - .../string.view.iterators/begin.pass.cpp | 94 - .../string.view/string.view.iterators/end.pass.cpp | 103 - .../string.view.iterators/rbegin.pass.cpp | 95 - .../string.view.iterators/rend.pass.cpp | 103 - .../string.view.modifiers/remove_prefix.pass.cpp | 78 - .../string.view.modifiers/remove_suffix.pass.cpp | 78 - .../string.view.modifiers/swap.pass.cpp | 76 - .../string.view/string.view.nonmem/quoted.pass.cpp | 214 - .../string.view.ops/compare.pointer.pass.cpp | 127 - .../string.view.ops/compare.pointer_size.pass.cpp | 453 - .../string.view.ops/compare.size_size_sv.pass.cpp | 402 - .../compare.size_size_sv_pointer_size.pass.cpp | 1353 - .../compare.size_size_sv_size_size.pass.cpp | 5848 ----- .../string.view.ops/compare.sv.pass.cpp | 122 - .../string.view/string.view.ops/copy.pass.cpp | 103 - .../string.view/string.view.ops/substr.pass.cpp | 121 - .../string.view.synop/nothing_to_do.pass.cpp | 12 - .../string.view.template/ends_with.char.pass.cpp | 47 - .../string.view.template/ends_with.ptr.pass.cpp | 104 - .../ends_with.string_view.pass.cpp | 104 - .../string.view.template/nothing_to_do.pass.cpp | 12 - .../string.view.template/starts_with.char.pass.cpp | 47 - .../string.view.template/starts_with.ptr.pass.cpp | 104 - .../starts_with.string_view.pass.cpp | 104 - .../string_view.literals/literal.pass.cpp | 73 - .../string_view.literals/literal1.fail.cpp | 23 - .../string_view.literals/literal1.pass.cpp | 25 - .../string_view.literals/literal2.fail.cpp | 21 - .../string_view.literals/literal2.pass.cpp | 25 - .../string_view.literals/literal3.pass.cpp | 25 - .../strings/string.view/traits_mismatch.fail.cpp | 18 - test/std/strings/string.view/types.pass.cpp | 80 - test/std/strings/strings.erasure/erase.pass.cpp | 76 - test/std/strings/strings.erasure/erase_if.pass.cpp | 76 - .../strings/strings.general/nothing_to_do.pass.cpp | 13 - .../thread/futures/futures.async/async.fail.cpp | 38 - .../thread/futures/futures.async/async.pass.cpp | 155 - .../futures.async/async_race.38682.pass.cpp | 69 - .../futures/futures.async/async_race.pass.cpp | 68 - .../default_error_condition.pass.cpp | 27 - .../equivalent_error_code_int.pass.cpp | 26 - .../equivalent_int_error_condition.pass.cpp | 27 - .../futures.errors/future_category.pass.cpp | 24 - .../futures.errors/make_error_code.pass.cpp | 28 - .../futures.errors/make_error_condition.pass.cpp | 30 - .../futures/futures.future_error/code.pass.cpp | 57 - .../futures/futures.future_error/types.pass.cpp | 23 - .../futures/futures.future_error/what.pass.cpp | 54 - .../futures/futures.overview/future_errc.pass.cpp | 40 - .../futures.overview/future_status.pass.cpp | 28 - .../is_error_code_enum_future_errc.pass.cpp | 25 - .../futures/futures.overview/launch.pass.cpp | 47 - .../futures/futures.promise/alloc_ctor.pass.cpp | 85 - .../futures/futures.promise/copy_assign.fail.cpp | 51 - .../futures/futures.promise/copy_ctor.fail.cpp | 51 - .../futures/futures.promise/default.pass.cpp | 39 - .../thread/futures/futures.promise/dtor.pass.cpp | 127 - .../futures/futures.promise/get_future.pass.cpp | 60 - .../futures/futures.promise/move_assign.pass.cpp | 97 - .../futures/futures.promise/move_ctor.pass.cpp | 91 - .../futures/futures.promise/set_exception.pass.cpp | 49 - .../set_exception_at_thread_exit.pass.cpp | 45 - .../futures/futures.promise/set_lvalue.pass.cpp | 48 - .../set_lvalue_at_thread_exit.pass.cpp | 39 - .../futures/futures.promise/set_rvalue.pass.cpp | 64 - .../set_rvalue_at_thread_exit.pass.cpp | 35 - .../set_value_at_thread_exit_const.pass.cpp | 36 - .../set_value_at_thread_exit_void.pass.cpp | 40 - .../futures.promise/set_value_const.pass.cpp | 72 - .../futures.promise/set_value_void.pass.cpp | 41 - .../thread/futures/futures.promise/swap.pass.cpp | 85 - .../futures.promise/uses_allocator.pass.cpp | 28 - .../futures.shared_future/copy_assign.pass.cpp | 81 - .../futures.shared_future/copy_ctor.pass.cpp | 75 - .../futures.shared_future/ctor_future.pass.cpp | 69 - .../futures/futures.shared_future/default.pass.cpp | 35 - .../futures/futures.shared_future/dtor.pass.cpp | 70 - .../futures/futures.shared_future/get.pass.cpp | 154 - .../futures.shared_future/move_assign.pass.cpp | 75 - .../futures.shared_future/move_ctor.pass.cpp | 69 - .../futures/futures.shared_future/wait.pass.cpp | 89 - .../futures.shared_future/wait_for.pass.cpp | 98 - .../futures.shared_future/wait_until.pass.cpp | 132 - .../futures/futures.state/nothing_to_do.pass.cpp | 13 - .../futures.task.members/assign_copy.fail.cpp | 27 - .../futures.task.members/assign_move.pass.cpp | 51 - .../futures.task.members/ctor1.fail.cpp | 36 - .../futures.task.members/ctor2.fail.cpp | 34 - .../futures.task.members/ctor_copy.fail.cpp | 28 - .../futures.task.members/ctor_default.pass.cpp | 28 - .../futures.task.members/ctor_func.pass.cpp | 80 - .../futures.task.members/ctor_func_alloc.pass.cpp | 127 - .../futures.task.members/ctor_move.pass.cpp | 49 - .../futures.task.members/dtor.pass.cpp | 68 - .../futures.task.members/get_future.pass.cpp | 69 - .../make_ready_at_thread_exit.pass.cpp | 119 - .../futures.task.members/operator.pass.cpp | 120 - .../futures.task.members/reset.pass.cpp | 63 - .../futures.task.members/swap.pass.cpp | 51 - .../futures.task.nonmembers/swap.pass.cpp | 53 - .../uses_allocator.pass.cpp | 34 - .../futures.unique_future/copy_assign.fail.cpp | 51 - .../futures.unique_future/copy_ctor.fail.cpp | 51 - .../futures/futures.unique_future/default.pass.cpp | 35 - .../futures/futures.unique_future/dtor.pass.cpp | 70 - .../futures/futures.unique_future/get.pass.cpp | 154 - .../futures.unique_future/move_assign.pass.cpp | 74 - .../futures.unique_future/move_ctor.pass.cpp | 68 - .../futures/futures.unique_future/share.pass.cpp | 75 - .../futures/futures.unique_future/wait.pass.cpp | 89 - .../futures.unique_future/wait_for.pass.cpp | 98 - .../futures.unique_future/wait_until.pass.cpp | 130 - test/std/thread/macro.pass.cpp | 23 - .../std/thread/thread.condition/cv_status.pass.cpp | 23 - .../notify_all_at_thread_exit.pass.cpp | 49 - .../thread.condition.condvar/assign.fail.cpp | 24 - .../thread.condition.condvar/copy.fail.cpp | 23 - .../thread.condition.condvar/default.pass.cpp | 24 - .../thread.condition.condvar/destructor.pass.cpp | 58 - .../thread.condition.condvar/notify_all.pass.cpp | 69 - .../thread.condition.condvar/notify_one.pass.cpp | 99 - .../thread.condition.condvar/wait.pass.cpp | 52 - .../thread.condition.condvar/wait_for.pass.cpp | 89 - .../wait_for_pred.pass.cpp | 96 - .../thread.condition.condvar/wait_pred.pass.cpp | 62 - .../thread.condition.condvar/wait_until.pass.cpp | 102 - .../wait_until_pred.pass.cpp | 113 - .../thread.condition.condvarany/assign.fail.cpp | 24 - .../thread.condition.condvarany/copy.fail.cpp | 23 - .../thread.condition.condvarany/default.pass.cpp | 24 - .../destructor.pass.cpp | 59 - .../notify_all.pass.cpp | 73 - .../notify_one.pass.cpp | 100 - .../thread.condition.condvarany/wait.pass.cpp | 57 - .../thread.condition.condvarany/wait_for.pass.cpp | 90 - .../wait_for_pred.pass.cpp | 102 - .../thread.condition.condvarany/wait_pred.pass.cpp | 66 - .../wait_terminates.sh.cpp | 134 - .../wait_until.pass.cpp | 105 - .../wait_until_pred.pass.cpp | 117 - .../thread/thread.general/nothing_to_do.pass.cpp | 12 - .../thread.lock.algorithm/lock.pass.cpp | 522 - .../thread.lock.algorithm/try_lock.pass.cpp | 526 - .../thread.lock.guard/adopt_lock.pass.cpp | 53 - .../thread.lock/thread.lock.guard/assign.fail.cpp | 25 - .../thread.lock/thread.lock.guard/copy.fail.cpp | 23 - .../thread.lock/thread.lock.guard/mutex.fail.cpp | 24 - .../thread.lock/thread.lock.guard/mutex.pass.cpp | 62 - .../thread.lock/thread.lock.guard/types.pass.cpp | 29 - .../thread.lock.scoped/adopt_lock.pass.cpp | 72 - .../thread.lock/thread.lock.scoped/assign.fail.cpp | 50 - .../thread.lock/thread.lock.scoped/copy.fail.cpp | 46 - .../thread.lock/thread.lock.scoped/mutex.fail.cpp | 53 - .../thread.lock/thread.lock.scoped/mutex.pass.cpp | 155 - .../thread.lock/thread.lock.scoped/types.pass.cpp | 78 - .../thread.lock/thread.lock.shared/lit.local.cfg | 2 - .../thread.lock.shared.cons/copy_assign.fail.cpp | 27 - .../thread.lock.shared.cons/copy_ctor.fail.cpp | 25 - .../thread.lock.shared.cons/default.pass.cpp | 27 - .../thread.lock.shared.cons/move_assign.pass.cpp | 50 - .../thread.lock.shared.cons/move_ctor.pass.cpp | 45 - .../thread.lock.shared.cons/mutex.pass.cpp | 103 - .../mutex_adopt_lock.pass.cpp | 41 - .../mutex_defer_lock.pass.cpp | 39 - .../mutex_duration.pass.cpp | 92 - .../mutex_time_point.pass.cpp | 91 - .../mutex_try_to_lock.pass.cpp | 71 - .../thread.lock.shared.locking/lock.pass.cpp | 92 - .../thread.lock.shared.locking/try_lock.pass.cpp | 71 - .../try_lock_for.pass.cpp | 76 - .../try_lock_until.pass.cpp | 76 - .../thread.lock.shared.locking/unlock.pass.cpp | 63 - .../thread.lock.shared.mod/member_swap.pass.cpp | 40 - .../thread.lock.shared.mod/nonmember_swap.pass.cpp | 41 - .../thread.lock.shared.mod/release.pass.cpp | 48 - .../thread.lock.shared.obs/mutex.pass.cpp | 33 - .../thread.lock.shared.obs/op_bool.pass.cpp | 33 - .../thread.lock.shared.obs/owns_lock.pass.cpp | 33 - .../thread.lock/thread.lock.shared/types.pass.cpp | 31 - .../thread.lock.unique.cons/copy_assign.fail.cpp | 33 - .../thread.lock.unique.cons/copy_ctor.fail.cpp | 31 - .../thread.lock.unique.cons/default.pass.cpp | 26 - .../thread.lock.unique.cons/move_assign.pass.cpp | 48 - .../thread.lock.unique.cons/move_ctor.pass.cpp | 44 - .../thread.lock.unique.cons/mutex.pass.cpp | 62 - .../mutex_adopt_lock.pass.cpp | 40 - .../mutex_defer_lock.pass.cpp | 38 - .../mutex_duration.pass.cpp | 70 - .../mutex_time_point.pass.cpp | 70 - .../mutex_try_to_lock.pass.cpp | 64 - .../thread.lock.unique.locking/lock.pass.cpp | 77 - .../thread.lock.unique.locking/try_lock.pass.cpp | 70 - .../try_lock_for.pass.cpp | 75 - .../try_lock_until.pass.cpp | 75 - .../thread.lock.unique.locking/unlock.pass.cpp | 62 - .../thread.lock.unique.mod/member_swap.pass.cpp | 38 - .../thread.lock.unique.mod/nonmember_swap.pass.cpp | 39 - .../thread.lock.unique.mod/release.pass.cpp | 46 - .../thread.lock.unique.obs/mutex.pass.cpp | 31 - .../thread.lock.unique.obs/op_bool.pass.cpp | 31 - .../thread.lock.unique.obs/owns_lock.pass.cpp | 31 - .../thread.lock/thread.lock.unique/types.pass.cpp | 29 - .../thread/thread.mutex/thread.lock/types.pass.cpp | 34 - .../nothing_to_do.pass.cpp | 12 - .../nothing_to_do.pass.cpp | 12 - .../nothing_to_do.pass.cpp | 12 - .../thread.mutex.class/assign.fail.cpp | 23 - .../thread.mutex.class/copy.fail.cpp | 22 - .../thread.mutex.class/default.pass.cpp | 25 - .../thread.mutex.class/lock.pass.cpp | 50 - .../thread.mutex.class/try_lock.pass.cpp | 52 - .../thread.mutex.recursive/assign.fail.cpp | 23 - .../thread.mutex.recursive/copy.fail.cpp | 22 - .../thread.mutex.recursive/default.pass.cpp | 23 - .../thread.mutex.recursive/lock.pass.cpp | 52 - .../thread.mutex.recursive/try_lock.pass.cpp | 54 - .../thread.shared_mutex.requirements/lit.local.cfg | 2 - .../nothing_to_do.pass.cpp | 12 - .../thread.shared_mutex.class/assign.fail.cpp | 26 - .../thread.shared_mutex.class/copy.fail.cpp | 25 - .../thread.shared_mutex.class/default.pass.cpp | 24 - .../thread.shared_mutex.class/lock.pass.cpp | 64 - .../thread.shared_mutex.class/lock_shared.pass.cpp | 88 - .../thread.shared_mutex.class/try_lock.pass.cpp | 53 - .../try_lock_shared.pass.cpp | 60 - .../lit.local.cfg | 2 - .../nothing_to_do.pass.cpp | 12 - .../thread.sharedtimedmutex.class/assign.fail.cpp | 24 - .../thread.sharedtimedmutex.class/copy.fail.cpp | 23 - .../thread.sharedtimedmutex.class/default.pass.cpp | 24 - .../thread.sharedtimedmutex.class/lock.pass.cpp | 66 - .../lock_shared.pass.cpp | 90 - .../try_lock.pass.cpp | 53 - .../try_lock_for.pass.cpp | 84 - .../try_lock_shared.pass.cpp | 68 - .../try_lock_shared_for.pass.cpp | 90 - .../try_lock_shared_until.pass.cpp | 90 - .../try_lock_until.pass.cpp | 84 - .../try_lock_until_deadlock_bug.pass.cpp | 70 - .../nothing_to_do.pass.cpp | 12 - .../thread.timedmutex.class/assign.fail.cpp | 23 - .../thread.timedmutex.class/copy.fail.cpp | 22 - .../thread.timedmutex.class/default.pass.cpp | 23 - .../thread.timedmutex.class/lock.pass.cpp | 50 - .../thread.timedmutex.class/try_lock.pass.cpp | 52 - .../thread.timedmutex.class/try_lock_for.pass.cpp | 67 - .../try_lock_until.pass.cpp | 67 - .../thread.timedmutex.recursive/assign.fail.cpp | 23 - .../thread.timedmutex.recursive/copy.fail.cpp | 22 - .../thread.timedmutex.recursive/default.pass.cpp | 23 - .../thread.timedmutex.recursive/lock.pass.cpp | 52 - .../thread.timedmutex.recursive/try_lock.pass.cpp | 54 - .../try_lock_for.pass.cpp | 69 - .../try_lock_until.pass.cpp | 69 - .../thread.once/nothing_to_do.pass.cpp | 12 - .../thread.once.callonce/call_once.pass.cpp | 257 - .../thread.once/thread.once.callonce/race.pass.cpp | 48 - .../thread.once.onceflag/assign.fail.cpp | 23 - .../thread.once/thread.once.onceflag/copy.fail.cpp | 22 - .../thread.once.onceflag/default.pass.cpp | 31 - test/std/thread/thread.req/nothing_to_do.pass.cpp | 12 - .../thread.req.exception/nothing_to_do.pass.cpp | 12 - .../thread.req.lockable/nothing_to_do.pass.cpp | 12 - .../nothing_to_do.pass.cpp | 12 - .../nothing_to_do.pass.cpp | 12 - .../thread.req.lockable.req/nothing_to_do.pass.cpp | 12 - .../nothing_to_do.pass.cpp | 12 - .../thread.req.native/nothing_to_do.pass.cpp | 12 - .../thread.req.paramname/nothing_to_do.pass.cpp | 12 - .../thread.req.timing/nothing_to_do.pass.cpp | 12 - .../thread.thread.algorithm/swap.pass.cpp | 58 - .../thread.thread.assign/copy.fail.cpp | 51 - .../thread.thread.assign/move.pass.cpp | 63 - .../thread.thread.assign/move2.pass.cpp | 65 - .../thread.thread.constr/F.pass.cpp | 204 - .../thread.thread.constr/constr.fail.cpp | 26 - .../thread.thread.constr/copy.fail.cpp | 66 - .../thread.thread.constr/default.pass.cpp | 25 - .../thread.thread.constr/move.pass.cpp | 70 - .../thread.thread.destr/dtor.pass.cpp | 64 - .../thread.thread.id/assign.pass.cpp | 29 - .../thread.thread.id/copy.pass.cpp | 26 - .../thread.thread.id/default.pass.cpp | 25 - .../thread.thread.id/enabled_hashes.pass.cpp | 27 - .../thread.thread.id/eq.pass.cpp | 32 - .../thread.thread.id/lt.pass.cpp | 43 - .../thread.thread.id/stream.pass.cpp | 29 - .../thread.thread.id/thread_id.pass.cpp | 38 - .../thread.thread.member/detach.pass.cpp | 90 - .../thread.thread.member/get_id.pass.cpp | 58 - .../thread.thread.member/join.pass.cpp | 77 - .../thread.thread.member/joinable.pass.cpp | 54 - .../thread.thread.member/swap.pass.cpp | 58 - .../hardware_concurrency.pass.cpp | 24 - .../thread.thread.this/get_id.pass.cpp | 23 - .../sleep_for_tested_elsewhere.pass.cpp | 22 - .../thread.thread.this/sleep_until.pass.cpp | 34 - .../thread.thread.this/yield.pass.cpp | 22 - .../allocator.adaptor.cnstr/allocs.pass.cpp | 117 - .../converting_copy.pass.cpp | 68 - .../converting_move.pass.cpp | 73 - .../allocator.adaptor.cnstr/copy.pass.cpp | 68 - .../allocator.adaptor.cnstr/default.pass.cpp | 57 - .../allocate_size.fail.cpp | 29 - .../allocate_size.pass.cpp | 48 - .../allocate_size_hint.fail.cpp | 29 - .../allocate_size_hint.pass.cpp | 69 - .../allocator.adaptor.members/construct.pass.cpp | 188 - .../construct_pair.pass.cpp | 142 - .../construct_pair_const_lvalue_pair.pass.cpp | 158 - .../construct_pair_piecewise.pass.cpp | 159 - .../construct_pair_rvalue.pass.cpp | 158 - .../construct_pair_values.pass.cpp | 150 - .../construct_type.pass.cpp | 133 - .../allocator.adaptor.members/deallocate.pass.cpp | 46 - .../allocator.adaptor.members/destroy.pass.cpp | 69 - .../inner_allocator.pass.cpp | 44 - .../allocator.adaptor.members/max_size.pass.cpp | 42 - .../outer_allocator.pass.cpp | 43 - .../select_on_container_copy_construction.pass.cpp | 54 - .../allocator_pointers.pass.cpp | 125 - .../inner_allocator_type.pass.cpp | 37 - .../is_always_equal.pass.cpp | 72 - ...propagate_on_container_copy_assignment.pass.cpp | 38 - ...propagate_on_container_move_assignment.pass.cpp | 38 - .../propagate_on_container_swap.pass.cpp | 37 - .../scoped.adaptor.operators/copy_assign.pass.cpp | 72 - .../scoped.adaptor.operators/eq.pass.cpp | 62 - .../scoped.adaptor.operators/move_assign.pass.cpp | 72 - .../std/utilities/allocator.adaptor/types.pass.cpp | 100 - .../any/any.class/any.assign/copy.pass.cpp | 205 - .../any/any.class/any.assign/move.pass.cpp | 116 - .../any/any.class/any.assign/value.pass.cpp | 217 - .../utilities/any/any.class/any.cons/copy.pass.cpp | 108 - .../any/any.class/any.cons/default.pass.cpp | 47 - .../any/any.class/any.cons/in_place_type.pass.cpp | 202 - .../utilities/any/any.class/any.cons/move.pass.cpp | 112 - .../any/any.class/any.cons/value.pass.cpp | 162 - .../any/any.class/any.modifiers/emplace.pass.cpp | 292 - .../any/any.class/any.modifiers/reset.pass.cpp | 71 - .../any/any.class/any.modifiers/swap.pass.cpp | 141 - .../any/any.class/any.observers/has_value.pass.cpp | 64 - .../any/any.class/any.observers/type.pass.cpp | 41 - .../any/any.class/not_literal_type.pass.cpp | 21 - .../any.cast/any_cast_pointer.pass.cpp | 179 - .../any.cast/any_cast_reference.pass.cpp | 321 - ...ny_cast_request_invalid_value_category.fail.cpp | 70 - .../any.cast/const_correctness.fail.cpp | 50 - .../any.cast/not_copy_constructible.fail.cpp | 62 - .../any.cast/reference_types.fail.cpp | 54 - .../utilities/any/any.nonmembers/make_any.pass.cpp | 148 - .../std/utilities/any/any.nonmembers/swap.pass.cpp | 48 - .../charconv.from.chars/integral.bool.fail.cpp | 30 - .../charconv/charconv.from.chars/integral.pass.cpp | 191 - .../charconv.to.chars/integral.bool.fail.cpp | 30 - .../charconv/charconv.to.chars/integral.pass.cpp | 89 - .../arithmetic.operations/divides.pass.cpp | 41 - .../arithmetic.operations/minus.pass.cpp | 41 - .../arithmetic.operations/modulus.pass.cpp | 41 - .../arithmetic.operations/multiplies.pass.cpp | 41 - .../arithmetic.operations/negate.pass.cpp | 40 - .../arithmetic.operations/plus.pass.cpp | 41 - .../arithmetic.operations/transparent.pass.cpp | 59 - .../PR23141_invoke_not_constexpr.pass.cpp | 35 - .../func.bind.bind/bind_return_type.pass.cpp | 133 - .../bind/func.bind/func.bind.bind/copy.pass.cpp | 37 - .../func.bind.bind/invoke_function_object.pass.cpp | 51 - .../func.bind/func.bind.bind/invoke_int_0.pass.cpp | 55 - .../func.bind.bind/invoke_lvalue.pass.cpp | 290 - .../func.bind.bind/invoke_rvalue.pass.cpp | 268 - .../func.bind.bind/invoke_void_0.pass.cpp | 74 - .../bind/func.bind/func.bind.bind/nested.pass.cpp | 52 - .../func.bind.isbind/is_bind_expression.pass.cpp | 38 - .../is_bind_expression_03.pass.cpp | 39 - .../func.bind.isbind/is_placeholder.pass.cpp | 45 - .../func.bind.place/placeholders.pass.cpp | 97 - .../bind/func.bind/nothing_to_do.pass.cpp | 12 - .../function.objects/bind/nothing_to_do.pass.cpp | 12 - .../bitwise.operations/bit_and.pass.cpp | 61 - .../bitwise.operations/bit_not.pass.cpp | 46 - .../bitwise.operations/bit_or.pass.cpp | 61 - .../bitwise.operations/bit_xor.pass.cpp | 65 - .../bitwise.operations/transparent.pass.cpp | 48 - .../comparisons/constexpr_init.pass.cpp | 48 - .../function.objects/comparisons/equal_to.pass.cpp | 43 - .../function.objects/comparisons/greater.pass.cpp | 53 - .../comparisons/greater_equal.pass.cpp | 53 - .../function.objects/comparisons/less.pass.cpp | 52 - .../comparisons/less_equal.pass.cpp | 53 - .../comparisons/not_equal_to.pass.cpp | 45 - .../comparisons/pointer_comparison_test_helper.hpp | 39 - .../comparisons/transparent.pass.cpp | 59 - .../func.def/nothing_to_do.pass.cpp | 12 - .../function.objects/func.invoke/invoke.pass.cpp | 349 - .../func.invoke/invoke_feature_test_macro.pass.cpp | 39 - .../func.memfn/member_data.fail.cpp | 42 - .../func.memfn/member_data.pass.cpp | 43 - .../func.memfn/member_function.pass.cpp | 77 - .../func.memfn/member_function_const.pass.cpp | 78 - .../member_function_const_volatile.pass.cpp | 78 - .../func.memfn/member_function_volatile.pass.cpp | 78 - .../function.objects/func.not_fn/not_fn.pass.cpp | 616 - .../func.require/INVOKE_tested_elsewhere.pass.cpp | 16 - .../func.require/binary_function.pass.cpp | 25 - .../func.require/unary_function.pass.cpp | 24 - .../func.search/func.search.bm/default.pass.cpp | 129 - .../func.search/func.search.bm/hash.pass.cpp | 125 - .../func.search/func.search.bm/hash.pred.pass.cpp | 143 - .../func.search/func.search.bm/pred.pass.cpp | 134 - .../func.search/func.search.bmh/default.pass.cpp | 129 - .../func.search/func.search.bmh/hash.pass.cpp | 124 - .../func.search/func.search.bmh/hash.pred.pass.cpp | 137 - .../func.search/func.search.bmh/pred.pass.cpp | 131 - .../func.search.default/default.pass.cpp | 96 - .../func.search.default/default.pred.pass.cpp | 103 - .../func.search/nothing_to_do.pass.cpp | 13 - .../func.wrap.badcall/bad_function_call.pass.cpp | 26 - .../bad_function_call_ctor.pass.cpp | 20 - .../func.wrap/func.wrap.func/derive_from.fail.cpp | 25 - .../func.wrap/func.wrap.func/derive_from.pass.cpp | 30 - .../func.wrap.func.alg/swap.pass.cpp | 136 - .../func.wrap.func.cap/operator_bool.pass.cpp | 29 - .../func.wrap.func/func.wrap.func.con/F.pass.cpp | 115 - .../func.wrap.func.con/F_assign.pass.cpp | 119 - .../func.wrap.func.con/F_incomplete.pass.cpp | 64 - .../func.wrap.func.con/F_nullptr.pass.cpp | 247 - .../func.wrap.func.con/alloc.fail.cpp | 25 - .../func.wrap.func.con/alloc.pass.cpp | 30 - .../func.wrap.func.con/alloc_F.fail.cpp | 29 - .../func.wrap.func.con/alloc_F.pass.cpp | 130 - .../func.wrap.func.con/alloc_function.fail.cpp | 30 - .../func.wrap.func.con/alloc_function.pass.cpp | 125 - .../func.wrap.func.con/alloc_nullptr.fail.cpp | 27 - .../func.wrap.func.con/alloc_nullptr.pass.cpp | 28 - .../func.wrap.func.con/alloc_rfunction.fail.cpp | 60 - .../func.wrap.func.con/alloc_rfunction.pass.cpp | 109 - .../func.wrap.func.con/copy_assign.pass.cpp | 138 - .../func.wrap.func.con/copy_move.pass.cpp | 165 - .../func.wrap.func.con/default.pass.cpp | 23 - .../func.wrap.func.con/move_reentrant.pass.cpp | 46 - .../func.wrap.func.con/nullptr_t.pass.cpp | 23 - .../func.wrap.func.con/nullptr_t_assign.pass.cpp | 72 - .../nullptr_t_assign_reentrant.pass.cpp | 46 - .../func.wrap.func.inv/invoke.fail.cpp | 46 - .../func.wrap.func.inv/invoke.pass.cpp | 413 - .../func.wrap.func.mod/assign_F_alloc.pass.cpp | 64 - .../func.wrap.func.mod/swap.pass.cpp | 193 - .../func.wrap.func.nullptr/operator_==.pass.cpp | 41 - .../func.wrap.func.targ/target.pass.cpp | 93 - .../func.wrap.func.targ/target_type.pass.cpp | 61 - .../func.wrap/func.wrap.func/function_types.h | 66 - .../func.wrap/func.wrap.func/types.pass.cpp | 108 - .../func.wrap/nothing_to_do.pass.cpp | 12 - .../logical.operations/logical_and.pass.cpp | 52 - .../logical.operations/logical_not.pass.cpp | 42 - .../logical.operations/logical_or.pass.cpp | 51 - .../logical.operations/transparent.pass.cpp | 44 - .../negators/binary_negate.depr_in_cxx17.fail.cpp | 35 - .../negators/binary_negate.pass.cpp | 29 - .../negators/not1.depr_in_cxx17.fail.cpp | 33 - .../function.objects/negators/not1.pass.cpp | 22 - .../negators/not2.depr_in_cxx17.fail.cpp | 34 - .../function.objects/negators/not2.pass.cpp | 24 - .../negators/unary_negate.depr_in_cxx17.fail.cpp | 34 - .../negators/unary_negate.pass.cpp | 26 - .../refwrap/refwrap.access/conversion.pass.cpp | 45 - .../refwrap/refwrap.assign/copy_assign.pass.cpp | 57 - .../refwrap/refwrap.const/copy_ctor.pass.cpp | 45 - .../refwrap/refwrap.const/type_ctor.fail.cpp | 24 - .../refwrap/refwrap.const/type_ctor.pass.cpp | 44 - .../refwrap/refwrap.helpers/cref_1.pass.cpp | 24 - .../refwrap/refwrap.helpers/cref_2.pass.cpp | 25 - .../refwrap/refwrap.helpers/ref_1.fail.cpp | 29 - .../refwrap/refwrap.helpers/ref_1.pass.cpp | 24 - .../refwrap/refwrap.helpers/ref_2.pass.cpp | 43 - .../refwrap/refwrap.invoke/invoke.fail.cpp | 52 - .../refwrap/refwrap.invoke/invoke.pass.cpp | 329 - .../refwrap/refwrap.invoke/invoke_int_0.pass.cpp | 76 - .../refwrap/refwrap.invoke/invoke_void_0.pass.cpp | 68 - .../function.objects/refwrap/type.pass.cpp | 37 - .../refwrap/type_properties.pass.cpp | 64 - .../refwrap/unwrap_ref_decay.pass.cpp | 58 - .../refwrap/unwrap_reference.pass.cpp | 51 - .../function.objects/refwrap/weak_result.pass.cpp | 97 - .../unord.hash/enabled_hashes.pass.cpp | 23 - .../function.objects/unord.hash/enum.fail.cpp | 24 - .../function.objects/unord.hash/enum.pass.cpp | 63 - .../function.objects/unord.hash/floating.pass.cpp | 73 - .../function.objects/unord.hash/integral.pass.cpp | 112 - .../function.objects/unord.hash/non_enum.pass.cpp | 38 - .../function.objects/unord.hash/pointer.pass.cpp | 60 - .../intseq/intseq.general/integer_seq.pass.cpp | 80 - .../intseq/intseq.intseq/integer_seq.fail.cpp | 40 - .../intseq/intseq.intseq/integer_seq.pass.cpp | 46 - .../intseq/intseq.make/make_integer_seq.fail.cpp | 37 - .../intseq/intseq.make/make_integer_seq.pass.cpp | 32 - .../intseq.make/make_integer_seq_fallback.fail.cpp | 21 - .../intseq.make/make_integer_seq_fallback.pass.cpp | 18 - test/std/utilities/intseq/nothing_to_do.pass.cpp | 12 - .../memory/allocator.tag/allocator_arg.pass.cpp | 22 - .../allocator.traits.members/allocate.fail.cpp | 51 - .../allocator.traits.members/allocate.pass.cpp | 49 - .../allocate_hint.pass.cpp | 81 - .../allocator.traits.members/construct.pass.cpp | 153 - .../allocator.traits.members/deallocate.pass.cpp | 55 - .../allocator.traits.members/destroy.pass.cpp | 90 - .../incomplete_type_helper.h | 14 - .../allocator.traits.members/max_size.pass.cpp | 78 - .../select_on_container_copy_construction.pass.cpp | 77 - .../allocator.traits.types/const_pointer.pass.cpp | 67 - .../const_void_pointer.pass.cpp | 69 - .../difference_type.pass.cpp | 78 - .../is_always_equal.pass.cpp | 52 - .../allocator.traits.types/pointer.pass.cpp | 54 - ...propagate_on_container_copy_assignment.pass.cpp | 54 - ...propagate_on_container_move_assignment.pass.cpp | 55 - .../propagate_on_container_swap.pass.cpp | 53 - .../allocator.traits.types/rebind_alloc.pass.cpp | 101 - .../allocator.traits.types/size_type.pass.cpp | 76 - .../allocator.traits.types/void_pointer.pass.cpp | 68 - .../allocator.traits/allocator_type.pass.cpp | 31 - .../memory/allocator.traits/rebind_traits.pass.cpp | 81 - .../memory/allocator.traits/value_type.pass.cpp | 31 - .../tested_elsewhere.pass.cpp | 12 - .../allocator.uses.trait/uses_allocator.pass.cpp | 75 - .../memory/allocator.uses/nothing_to_do.pass.cpp | 12 - .../memory/c.malloc/nothing_to_do.pass.cpp | 14 - .../default.allocator/allocator.ctor.pass.cpp | 50 - .../allocator.globals/eq.pass.cpp | 31 - .../allocator.members/address.pass.cpp | 39 - .../allocator.members/allocate.fail.cpp | 28 - .../allocator.members/allocate.pass.cpp | 112 - .../allocator.members/allocate.size.pass.cpp | 47 - .../allocator.members/construct.pass.cpp | 143 - .../allocator.members/max_size.pass.cpp | 27 - .../default.allocator/allocator_pointers.pass.cpp | 124 - .../default.allocator/allocator_types.pass.cpp | 57 - .../default.allocator/allocator_void.pass.cpp | 36 - .../memory/pointer.conversion/to_address.pass.cpp | 120 - .../memory/pointer.traits/difference_type.pass.cpp | 25 - .../memory/pointer.traits/element_type.pass.cpp | 25 - .../memory/pointer.traits/pointer.pass.cpp | 32 - .../pointer.traits.functions/pointer_to.pass.cpp | 49 - .../pointer.traits.types/difference_type.pass.cpp | 66 - .../pointer.traits.types/element_type.pass.cpp | 68 - .../pointer.traits.types/rebind.pass.cpp | 105 - .../memory/pointer.traits/pointer_to.pass.cpp | 44 - .../memory/pointer.traits/rebind.pass.cpp | 31 - test/std/utilities/memory/ptr.align/align.pass.cpp | 84 - .../specialized.algorithms/nothing_to_do.pass.cpp | 12 - .../specialized.addressof/addressof.pass.cpp | 51 - .../specialized.addressof/addressof.temp.fail.cpp | 26 - .../constexpr_addressof.pass.cpp | 42 - .../specialized.destroy/destroy.pass.cpp | 47 - .../specialized.destroy/destroy_at.pass.cpp | 78 - .../specialized.destroy/destroy_n.pass.cpp | 49 - .../uninitialized_default_construct.pass.cpp | 112 - .../uninitialized_default_construct_n.pass.cpp | 116 - .../uninitialized_value_construct.pass.cpp | 111 - .../uninitialized_value_construct_n.pass.cpp | 115 - .../uninitialized.copy/uninitialized_copy.pass.cpp | 89 - .../uninitialized_copy_n.pass.cpp | 88 - .../uninitialized_fill_n.pass.cpp | 88 - .../uninitialized.fill/uninitialized_fill.pass.cpp | 85 - .../uninitialized.move/uninitialized_move.pass.cpp | 114 - .../uninitialized_move_n.pass.cpp | 117 - .../raw_storage_iterator.base.pass.cpp | 58 - .../storage.iterator/raw_storage_iterator.pass.cpp | 71 - .../memory/temporary.buffer/overaligned.pass.cpp | 35 - .../temporary.buffer/temporary_buffer.pass.cpp | 29 - .../unique.ptr/unique.ptr.special/io.fail.cpp | 35 - .../unique.ptr/unique.ptr.special/io.pass.cpp | 32 - .../declare_no_pointers.pass.cpp | 23 - .../util.dynamic.safety/declare_reachable.pass.cpp | 24 - .../get_pointer_safety.pass.cpp | 37 - .../memory/util.smartptr/nothing_to_do.pass.cpp | 12 - .../enable_shared_from_this.pass.cpp | 171 - .../util.smartptr.hash/enabled_hash.pass.cpp | 23 - .../util.smartptr.hash/hash_shared_ptr.pass.cpp | 44 - .../util.smartptr.hash/hash_unique_ptr.pass.cpp | 103 - .../atomic_compare_exchange_strong.pass.cpp | 55 - ...tomic_compare_exchange_strong_explicit.pass.cpp | 60 - .../atomic_compare_exchange_weak.pass.cpp | 55 - .../atomic_compare_exchange_weak_explicit.pass.cpp | 60 - .../atomic_exchange.pass.cpp | 41 - .../atomic_exchange_explicit.pass.cpp | 41 - .../atomic_is_lock_free.pass.cpp | 33 - .../atomic_load.pass.cpp | 39 - .../atomic_load_explicit.pass.cpp | 39 - .../atomic_store.pass.cpp | 40 - .../atomic_store_explicit.pass.cpp | 40 - .../util.smartptr.shared/types.pass.cpp | 32 - .../util.smartptr.getdeleter/get_deleter.pass.cpp | 67 - .../auto_ptr_Y.pass.cpp | 114 - .../shared_ptr.pass.cpp | 121 - .../shared_ptr_Y.pass.cpp | 121 - .../shared_ptr_Y_rv.pass.cpp | 123 - .../shared_ptr_rv.pass.cpp | 123 - .../unique_ptr_Y.pass.cpp | 113 - .../const_pointer_cast.pass.cpp | 57 - .../dynamic_pointer_cast.pass.cpp | 57 - .../static_pointer_cast.pass.cpp | 69 - .../util.smartptr.shared.cmp/cmp_nullptr.pass.cpp | 69 - .../util.smartptr.shared.cmp/eq.pass.cpp | 31 - .../util.smartptr.shared.cmp/lt.pass.cpp | 30 - .../util.smartptr.shared.const/auto_ptr.pass.cpp | 98 - .../util.smartptr.shared.const/default.pass.cpp | 22 - .../util.smartptr.shared.const/nullptr_t.pass.cpp | 22 - .../nullptr_t_deleter.pass.cpp | 47 - .../nullptr_t_deleter_allocator.pass.cpp | 85 - .../nullptr_t_deleter_allocator_throw.pass.cpp | 47 - .../nullptr_t_deleter_throw.pass.cpp | 55 - .../util.smartptr.shared.const/pointer.pass.cpp | 46 - .../pointer_deleter.pass.cpp | 48 - .../pointer_deleter_allocator.pass.cpp | 89 - .../pointer_deleter_allocator_throw.pass.cpp | 48 - .../pointer_deleter_throw.pass.cpp | 54 - .../pointer_throw.pass.cpp | 52 - .../util.smartptr.shared.const/shared_ptr.pass.cpp | 62 - .../shared_ptr_Y.pass.cpp | 97 - .../shared_ptr_Y_rv.pass.cpp | 113 - .../shared_ptr_pointer.pass.cpp | 61 - .../shared_ptr_rv.pass.cpp | 77 - .../util.smartptr.shared.const/unique_ptr.pass.cpp | 101 - .../util.smartptr.shared.const/weak_ptr.pass.cpp | 85 - .../allocate_shared.pass.cpp | 86 - .../allocate_shared_cxx03.pass.cpp | 118 - .../make_shared.pass.cpp | 111 - .../make_shared.private.fail.cpp | 29 - .../make_shared.protected.fail.cpp | 29 - .../make_shared.volatile.pass.cpp | 61 - .../tested_elsewhere.pass.cpp | 12 - .../util.smartptr.shared.io/io.pass.cpp | 29 - .../util.smartptr.shared.mod/reset.pass.cpp | 62 - .../reset_pointer.pass.cpp | 64 - .../reset_pointer_deleter.pass.cpp | 79 - .../reset_pointer_deleter_allocator.pass.cpp | 88 - .../util.smartptr.shared.mod/swap.pass.cpp | 104 - .../util.smartptr.shared.obs/arrow.pass.cpp | 29 - .../util.smartptr.shared.obs/dereference.pass.cpp | 25 - .../util.smartptr.shared.obs/op_bool.pass.cpp | 29 - .../owner_before_shared_ptr.pass.cpp | 30 - .../owner_before_weak_ptr.pass.cpp | 33 - .../util.smartptr.shared.obs/unique.pass.cpp | 28 - .../util.smartptr.shared.spec/swap.pass.cpp | 104 - .../util.smartptr.weak/types.pass.cpp | 26 - .../util.smartptr.ownerless/owner_less.pass.cpp | 132 - .../shared_ptr_Y.pass.cpp | 61 - .../util.smartptr.weak.assign/weak_ptr.pass.cpp | 78 - .../util.smartptr.weak.assign/weak_ptr_Y.pass.cpp | 78 - .../util.smartptr.weak.const/default.pass.cpp | 25 - .../util.smartptr.weak.const/shared_ptr_Y.pass.cpp | 95 - .../util.smartptr.weak.const/weak_ptr.pass.cpp | 116 - .../util.smartptr.weak.const/weak_ptr_Y.pass.cpp | 108 - .../tested_elsewhere.pass.cpp | 12 - .../util.smartptr.weak.mod/reset.pass.cpp | 41 - .../util.smartptr.weak.mod/swap.pass.cpp | 49 - .../util.smartptr.weak.obs/expired.pass.cpp | 46 - .../util.smartptr.weak.obs/lock.pass.cpp | 58 - .../util.smartptr.weak.obs/not_less_than.fail.cpp | 27 - .../owner_before_shared_ptr.pass.cpp | 33 - .../owner_before_weak_ptr.pass.cpp | 33 - .../util.smartptr.weak.spec/swap.pass.cpp | 49 - .../util.smartptr.weakptr/bad_weak_ptr.pass.cpp | 31 - .../meta/meta.help/bool_constant.pass.cpp | 34 - .../meta/meta.help/integral_constant.pass.cpp | 51 - .../meta/meta.logical/conjunction.pass.cpp | 66 - .../meta/meta.logical/disjunction.pass.cpp | 66 - .../utilities/meta/meta.logical/negation.pass.cpp | 39 - .../utilities/meta/meta.rel/is_base_of.pass.cpp | 57 - .../meta/meta.rel/is_convertible.pass.cpp | 263 - .../meta/meta.rel/is_convertible_fallback.pass.cpp | 26 - .../utilities/meta/meta.rel/is_invocable.pass.cpp | 166 - .../meta/meta.rel/is_nothrow_invocable.pass.cpp | 121 - test/std/utilities/meta/meta.rel/is_same.pass.cpp | 73 - .../meta/meta.rqmts/nothing_to_do.pass.cpp | 12 - .../meta.trans.arr/remove_all_extents.pass.cpp | 43 - .../meta.trans.arr/remove_extent.pass.cpp | 44 - .../meta.trans/meta.trans.cv/add_const.pass.cpp | 45 - .../meta/meta.trans/meta.trans.cv/add_cv.pass.cpp | 45 - .../meta.trans/meta.trans.cv/add_volatile.pass.cpp | 45 - .../meta.trans/meta.trans.cv/remove_const.pass.cpp | 45 - .../meta.trans/meta.trans.cv/remove_cv.pass.cpp | 45 - .../meta.trans.cv/remove_volatile.pass.cpp | 45 - .../meta.trans.other/aligned_storage.pass.cpp | 289 - .../meta.trans.other/aligned_union.fail.cpp | 23 - .../meta.trans.other/aligned_union.pass.cpp | 115 - .../meta.trans.other/common_type.pass.cpp | 311 - .../meta.trans.other/conditional.pass.cpp | 26 - .../meta.trans/meta.trans.other/decay.pass.cpp | 42 - .../meta.trans/meta.trans.other/enable_if.fail.cpp | 19 - .../meta.trans/meta.trans.other/enable_if.pass.cpp | 26 - .../meta.trans.other/enable_if2.fail.cpp | 20 - .../meta.trans.other/remove_cvref.pass.cpp | 52 - .../meta.trans/meta.trans.other/result_of.pass.cpp | 370 - .../meta.trans.other/result_of11.pass.cpp | 172 - .../meta.trans.other/type_identity.pass.cpp | 40 - .../meta.trans.other/underlying_type.pass.cpp | 56 - .../meta.trans/meta.trans.ptr/add_pointer.pass.cpp | 80 - .../meta.trans.ptr/remove_pointer.pass.cpp | 44 - .../meta.trans.ref/add_lvalue_ref.pass.cpp | 79 - .../meta.trans.ref/add_rvalue_ref.pass.cpp | 77 - .../meta.trans/meta.trans.ref/remove_ref.pass.cpp | 47 - .../meta.trans.sign/make_signed.pass.cpp | 70 - .../meta.trans.sign/make_unsigned.pass.cpp | 71 - .../meta/meta.trans/nothing_to_do.pass.cpp | 12 - .../utilities/meta/meta.type.synop/endian.pass.cpp | 47 - .../meta/meta.type.synop/nothing_to_do.pass.cpp | 12 - .../meta.unary.prop.query/alignment_of.pass.cpp | 61 - .../meta/meta.unary.prop.query/extent.pass.cpp | 74 - .../meta/meta.unary.prop.query/rank.pass.cpp | 54 - .../meta/meta.unary.prop.query/void_t.pass.cpp | 68 - .../void_t_feature_test_macro.pass.cpp | 36 - .../meta/meta.unary/meta.unary.cat/array.pass.cpp | 61 - .../meta/meta.unary/meta.unary.cat/class.pass.cpp | 60 - .../meta/meta.unary/meta.unary.cat/enum.pass.cpp | 56 - .../meta.unary.cat/floating_point.pass.cpp | 57 - .../meta.unary/meta.unary.cat/function.pass.cpp | 93 - .../meta.unary/meta.unary.cat/integral.pass.cpp | 71 - .../meta.unary/meta.unary.cat/is_array.pass.cpp | 94 - .../meta.unary/meta.unary.cat/is_class.pass.cpp | 100 - .../meta.unary/meta.unary.cat/is_enum.pass.cpp | 95 - .../meta.unary.cat/is_floating_point.pass.cpp | 103 - .../meta.unary/meta.unary.cat/is_function.pass.cpp | 109 - .../meta.unary/meta.unary.cat/is_integral.pass.cpp | 109 - .../meta.unary.cat/is_lvalue_reference.pass.cpp | 97 - .../is_member_object_pointer.pass.cpp | 99 - .../meta.unary.cat/is_member_pointer.pass.cpp | 106 - .../meta.unary.cat/is_null_pointer.pass.cpp | 97 - .../meta.unary/meta.unary.cat/is_pointer.pass.cpp | 96 - .../meta.unary.cat/is_rvalue_reference.pass.cpp | 97 - .../meta.unary/meta.unary.cat/is_union.pass.cpp | 95 - .../meta.unary/meta.unary.cat/is_void.pass.cpp | 94 - .../meta.unary/meta.unary.cat/lvalue_ref.pass.cpp | 48 - .../member_function_pointer.pass.cpp | 229 - .../member_function_pointer_no_variadics.pass.cpp | 83 - .../meta.unary.cat/member_object_pointer.pass.cpp | 59 - .../meta.unary/meta.unary.cat/nullptr.pass.cpp | 59 - .../meta.unary/meta.unary.cat/pointer.pass.cpp | 59 - .../meta.unary/meta.unary.cat/rvalue_ref.pass.cpp | 49 - .../meta/meta.unary/meta.unary.cat/union.pass.cpp | 61 - .../meta/meta.unary/meta.unary.cat/void.pass.cpp | 55 - .../meta/meta.unary/meta.unary.comp/array.pass.cpp | 49 - .../meta/meta.unary/meta.unary.comp/class.pass.cpp | 47 - .../meta/meta.unary/meta.unary.comp/enum.pass.cpp | 42 - .../meta.unary.comp/floating_point.pass.cpp | 42 - .../meta.unary/meta.unary.comp/function.pass.cpp | 43 - .../meta.unary/meta.unary.comp/integral.pass.cpp | 56 - .../meta.unary.comp/is_arithmetic.pass.cpp | 107 - .../meta.unary.comp/is_compound.pass.cpp | 98 - .../meta.unary.comp/is_fundamental.pass.cpp | 115 - .../meta.unary.comp/is_member_pointer.pass.cpp | 105 - .../meta.unary/meta.unary.comp/is_object.pass.cpp | 103 - .../meta.unary.comp/is_reference.pass.cpp | 104 - .../meta.unary/meta.unary.comp/is_scalar.pass.cpp | 114 - .../meta.unary/meta.unary.comp/lvalue_ref.pass.cpp | 32 - .../member_function_pointer.pass.cpp | 46 - .../meta.unary.comp/member_object_pointer.pass.cpp | 44 - .../meta.unary/meta.unary.comp/pointer.pass.cpp | 43 - .../meta.unary/meta.unary.comp/rvalue_ref.pass.cpp | 34 - .../meta/meta.unary/meta.unary.comp/union.pass.cpp | 46 - .../meta/meta.unary/meta.unary.comp/void.pass.cpp | 40 - .../has_unique_object_representations.pass.cpp | 106 - .../has_virtual_destructor.pass.cpp | 91 - .../meta.unary.prop/is_abstract.pass.cpp | 94 - .../meta.unary.prop/is_aggregate.pass.cpp | 79 - .../meta.unary.prop/is_assignable.pass.cpp | 83 - .../meta.unary/meta.unary.prop/is_const.pass.cpp | 48 - .../meta.unary.prop/is_constructible.pass.cpp | 305 - .../meta.unary.prop/is_copy_assignable.pass.cpp | 85 - .../meta.unary.prop/is_copy_constructible.pass.cpp | 95 - .../is_default_constructible.pass.cpp | 126 - .../meta.unary.prop/is_destructible.pass.cpp | 146 - .../meta.unary/meta.unary.prop/is_empty.pass.cpp | 104 - .../meta.unary/meta.unary.prop/is_final.pass.cpp | 62 - .../meta.unary.prop/is_literal_type.pass.cpp | 105 - .../meta.unary.prop/is_move_assignable.pass.cpp | 72 - .../meta.unary.prop/is_move_constructible.pass.cpp | 88 - .../meta.unary.prop/is_nothrow_assignable.pass.cpp | 62 - .../is_nothrow_constructible.pass.cpp | 118 - .../is_nothrow_copy_assignable.pass.cpp | 72 - .../is_nothrow_copy_constructible.pass.cpp | 72 - .../is_nothrow_default_constructible.pass.cpp | 88 - .../is_nothrow_destructible.pass.cpp | 114 - .../is_nothrow_move_assignable.pass.cpp | 70 - .../is_nothrow_move_constructible.pass.cpp | 72 - .../meta.unary.prop/is_nothrow_swappable.pass.cpp | 83 - .../is_nothrow_swappable_with.pass.cpp | 81 - .../meta.unary/meta.unary.prop/is_pod.pass.cpp | 65 - .../meta.unary.prop/is_polymorphic.pass.cpp | 95 - .../meta.unary/meta.unary.prop/is_signed.pass.cpp | 75 - .../meta.unary.prop/is_standard_layout.pass.cpp | 61 - .../meta.unary.prop/is_swappable.pass.cpp | 98 - .../is_swappable_include_order.pass.cpp | 43 - .../meta.unary.prop/is_swappable_with.pass.cpp | 78 - .../meta.unary/meta.unary.prop/is_trivial.pass.cpp | 63 - .../is_trivially_assignable.pass.cpp | 62 - .../is_trivially_constructible.pass.cpp | 77 - .../is_trivially_copy_assignable.pass.cpp | 80 - .../is_trivially_copy_constructible.pass.cpp | 84 - .../meta.unary.prop/is_trivially_copyable.pass.cpp | 80 - .../is_trivially_default_constructible.pass.cpp | 89 - .../is_trivially_destructible.pass.cpp | 119 - .../is_trivially_move_assignable.pass.cpp | 80 - .../is_trivially_move_constructible.pass.cpp | 98 - .../meta.unary.prop/is_unsigned.pass.cpp | 75 - .../meta.unary.prop/is_volatile.pass.cpp | 48 - .../meta/meta.unary/nothing_to_do.pass.cpp | 12 - test/std/utilities/nothing_to_do.pass.cpp | 12 - .../optional.bad_optional_access/default.pass.cpp | 31 - .../optional.bad_optional_access/derive.pass.cpp | 33 - .../optional/optional.comp_with_t/equal.pass.cpp | 64 - .../optional/optional.comp_with_t/greater.pass.cpp | 64 - .../optional.comp_with_t/greater_equal.pass.cpp | 66 - .../optional.comp_with_t/less_equal.pass.cpp | 66 - .../optional.comp_with_t/less_than.pass.cpp | 64 - .../optional.comp_with_t/not_equal.pass.cpp | 64 - .../optional/optional.hash/enabled_hash.pass.cpp | 26 - .../utilities/optional/optional.hash/hash.pass.cpp | 80 - .../optional/optional.nullops/equal.pass.cpp | 39 - .../optional/optional.nullops/greater.pass.cpp | 39 - .../optional.nullops/greater_equal.pass.cpp | 39 - .../optional/optional.nullops/less_equal.pass.cpp | 40 - .../optional/optional.nullops/less_than.pass.cpp | 39 - .../optional/optional.nullops/not_equal.pass.cpp | 39 - .../optional/optional.nullopt/nullopt_t.fail.cpp | 25 - .../optional/optional.nullopt/nullopt_t.pass.cpp | 40 - .../optional.object.assign/assign_value.pass.cpp | 272 - .../const_optional_U.pass.cpp | 254 - .../optional.object.assign/copy.pass.cpp | 106 - .../optional.object.assign/emplace.pass.cpp | 269 - .../emplace_initializer_list.pass.cpp | 121 - .../optional.object.assign/move.pass.cpp | 208 - .../optional.object.assign/nullopt_t.pass.cpp | 67 - .../optional.object.assign/optional_U.pass.cpp | 268 - .../optional.object.ctor/U.pass.cpp | 160 - .../optional.object.ctor/const_T.pass.cpp | 136 - .../optional.object.ctor/const_optional_U.pass.cpp | 134 - .../optional.object.ctor/copy.pass.cpp | 173 - .../optional.object.ctor/deduct.fail.cpp | 46 - .../optional.object.ctor/deduct.pass.cpp | 54 - .../optional.object.ctor/default.pass.cpp | 81 - .../explicit_const_optional_U.pass.cpp | 121 - .../explicit_optional_U.pass.cpp | 84 - .../optional.object.ctor/in_place_t.pass.cpp | 148 - .../optional.object.ctor/initializer_list.pass.cpp | 116 - .../optional.object.ctor/move.fail.cpp | 37 - .../optional.object.ctor/move.pass.cpp | 229 - .../optional.object.ctor/nullopt_t.pass.cpp | 73 - .../optional.object.ctor/optional_U.pass.cpp | 93 - .../optional.object.ctor/rvalue_T.pass.cpp | 161 - .../optional.object.dtor/dtor.pass.cpp | 68 - .../optional.object.mod/reset.pass.cpp | 59 - .../optional.object.observe/bool.pass.cpp | 37 - .../optional.object.observe/dereference.pass.cpp | 73 - .../dereference_const.pass.cpp | 69 - .../dereference_const_rvalue.pass.cpp | 69 - .../dereference_rvalue.pass.cpp | 73 - .../optional.object.observe/has_value.pass.cpp | 37 - .../optional.object.observe/op_arrow.pass.cpp | 72 - .../op_arrow_const.pass.cpp | 76 - .../optional.object.observe/value.pass.cpp | 82 - .../optional.object.observe/value_const.fail.cpp | 33 - .../optional.object.observe/value_const.pass.cpp | 73 - .../value_const_rvalue.pass.cpp | 73 - .../optional.object.observe/value_or.pass.cpp | 74 - .../value_or_const.pass.cpp | 77 - .../optional.object.observe/value_rvalue.pass.cpp | 80 - .../optional.object.swap/swap.pass.cpp | 306 - .../optional_requires_destructible_object.fail.cpp | 50 - .../optional.object/special_members.pass.cpp | 63 - .../optional/optional.object/triviality.pass.cpp | 97 - .../optional/optional.object/types.pass.cpp | 38 - .../optional/optional.relops/equal.pass.cpp | 86 - .../optional.relops/greater_equal.pass.cpp | 83 - .../optional/optional.relops/greater_than.pass.cpp | 81 - .../optional/optional.relops/less_equal.pass.cpp | 83 - .../optional/optional.relops/less_than.pass.cpp | 81 - .../optional/optional.relops/not_equal.pass.cpp | 86 - .../optional.specalg/make_optional.pass.cpp | 59 - .../make_optional_explicit.pass.cpp | 45 - ...ake_optional_explicit_initializer_list.pass.cpp | 53 - .../optional/optional.specalg/swap.pass.cpp | 352 - .../optional.syn/optional_in_place_t.fail.cpp | 26 - .../optional_includes_initializer_list.pass.cpp | 23 - .../optional.syn/optional_nullopt_t.fail.cpp | 29 - .../ratio/ratio.arithmetic/ratio_add.fail.cpp | 19 - .../ratio/ratio.arithmetic/ratio_add.pass.cpp | 76 - .../ratio/ratio.arithmetic/ratio_divide.fail.cpp | 19 - .../ratio/ratio.arithmetic/ratio_divide.pass.cpp | 58 - .../ratio/ratio.arithmetic/ratio_multiply.fail.cpp | 19 - .../ratio/ratio.arithmetic/ratio_multiply.pass.cpp | 58 - .../ratio/ratio.arithmetic/ratio_subtract.fail.cpp | 19 - .../ratio/ratio.arithmetic/ratio_subtract.pass.cpp | 76 - .../ratio/ratio.comparison/ratio_equal.pass.cpp | 67 - .../ratio/ratio.comparison/ratio_greater.pass.cpp | 67 - .../ratio.comparison/ratio_greater_equal.pass.cpp | 67 - .../ratio/ratio.comparison/ratio_less.pass.cpp | 97 - .../ratio.comparison/ratio_less_equal.pass.cpp | 67 - .../ratio.comparison/ratio_not_equal.pass.cpp | 67 - .../std/utilities/ratio/ratio.ratio/ratio.pass.cpp | 44 - .../utilities/ratio/ratio.ratio/ratio1.fail.cpp | 18 - .../utilities/ratio/ratio.ratio/ratio2.fail.cpp | 19 - .../utilities/ratio/ratio.ratio/ratio3.fail.cpp | 19 - .../ratio/ratio.si/nothing_to_do.pass.cpp | 12 - test/std/utilities/ratio/typedefs.pass.cpp | 32 - test/std/utilities/smartptr/unique.ptr/README.TXT | 16 - .../smartptr/unique.ptr/nothing_to_do.pass.cpp | 12 - .../unique.ptr.class/pointer_type.pass.cpp | 61 - .../unique.ptr.class/unique.ptr.asgn/move.pass.cpp | 120 - .../unique.ptr.asgn/move_convert.pass.cpp | 420 - .../unique.ptr.asgn/move_convert.runtime.pass.cpp | 121 - .../unique.ptr.asgn/move_convert.single.pass.cpp | 145 - .../unique.ptr.class/unique.ptr.asgn/null.pass.cpp | 39 - .../unique.ptr.asgn/nullptr.pass.cpp | 40 - .../unique.ptr.ctor/auto_pointer.pass.cpp | 97 - .../unique.ptr.ctor/default.pass.cpp | 107 - .../unique.ptr.class/unique.ptr.ctor/move.pass.cpp | 174 - .../unique.ptr.ctor/move_convert.pass.cpp | 219 - .../unique.ptr.ctor/move_convert.runtime.pass.cpp | 83 - .../unique.ptr.ctor/move_convert.single.pass.cpp | 248 - .../unique.ptr.class/unique.ptr.ctor/null.pass.cpp | 74 - .../unique.ptr.ctor/nullptr.pass.cpp | 106 - .../unique.ptr.ctor/pointer.pass.cpp | 171 - .../unique.ptr.ctor/pointer_deleter.fail.cpp | 29 - .../unique.ptr.ctor/pointer_deleter.pass.cpp | 328 - .../unique.ptr.class/unique.ptr.dtor/null.pass.cpp | 48 - .../unique.ptr.modifiers/release.pass.cpp | 56 - .../unique.ptr.modifiers/reset.pass.cpp | 117 - .../unique.ptr.modifiers/reset.runtime.fail.cpp | 30 - .../unique.ptr.modifiers/reset.single.pass.cpp | 46 - .../unique.ptr.modifiers/reset_self.pass.cpp | 25 - .../unique.ptr.modifiers/swap.pass.cpp | 88 - .../dereference.runtime.fail.cpp | 24 - .../dereference.single.pass.cpp | 22 - .../unique.ptr.observers/explicit_bool.pass.cpp | 66 - .../unique.ptr.observers/get.pass.cpp | 51 - .../unique.ptr.observers/get_deleter.pass.cpp | 65 - .../unique.ptr.observers/op_arrow.runtime.fail.cpp | 32 - .../unique.ptr.observers/op_arrow.single.pass.cpp | 28 - .../op_subscript.runtime.pass.cpp | 48 - .../op_subscript.single.fail.cpp | 24 - .../unique.ptr.create/make_unique.array.pass.cpp | 44 - .../unique.ptr.create/make_unique.array1.fail.cpp | 17 - .../unique.ptr.create/make_unique.array2.fail.cpp | 17 - .../unique.ptr.create/make_unique.array3.fail.cpp | 17 - .../unique.ptr.create/make_unique.array4.fail.cpp | 17 - .../unique.ptr.create/make_unique.single.pass.cpp | 32 - .../unique.ptr.dltr/nothing_to_do.pass.cpp | 12 - .../unique.ptr.dltr.dflt/convert_ctor.pass.cpp | 48 - .../unique.ptr.dltr.dflt/default.pass.cpp | 34 - .../unique.ptr.dltr.dflt/incomplete.fail.cpp | 26 - .../unique.ptr.dltr.dflt/void.fail.cpp | 24 - .../unique.ptr.dltr.dflt1/convert_ctor.fail.cpp | 32 - .../unique.ptr.dltr.dflt1/convert_ctor.pass.cpp | 28 - .../unique.ptr.dltr.dflt1/default.pass.cpp | 36 - .../unique.ptr.dltr.dflt1/incomplete.fail.cpp | 26 - .../unique.ptr.dltr.general/nothing_to_do.pass.cpp | 12 - .../unique.ptr.special/cmp_nullptr.pass.cpp | 69 - .../unique.ptr/unique.ptr.special/eq.pass.cpp | 86 - .../unique.ptr/unique.ptr.special/rel.pass.cpp | 100 - .../unique.ptr/unique.ptr.special/swap.pass.cpp | 102 - .../bitset.cons/char_ptr_ctor.pass.cpp | 61 - .../template.bitset/bitset.cons/default.pass.cpp | 50 - .../bitset.cons/string_ctor.pass.cpp | 89 - .../template.bitset/bitset.cons/ull_ctor.pass.cpp | 54 - .../template.bitset/bitset.hash/bitset.pass.cpp | 48 - .../bitset.hash/enabled_hash.pass.cpp | 29 - .../template.bitset/bitset.members/all.pass.cpp | 43 - .../template.bitset/bitset.members/any.pass.cpp | 46 - .../template.bitset/bitset.members/count.pass.cpp | 57 - .../bitset.members/flip_all.pass.cpp | 55 - .../bitset.members/flip_one.pass.cpp | 73 - .../template.bitset/bitset.members/index.pass.cpp | 75 - .../bitset.members/index_const.pass.cpp | 57 - .../bitset.members/left_shift.pass.cpp | 56 - .../bitset.members/left_shift_eq.pass.cpp | 61 - .../template.bitset/bitset.members/none.pass.cpp | 46 - .../bitset.members/not_all.pass.cpp | 54 - .../bitset.members/op_and_eq.pass.cpp | 56 - .../bitset.members/op_eq_eq.pass.cpp | 63 - .../bitset.members/op_or_eq.pass.cpp | 56 - .../bitset.members/op_xor_eq.pass.cpp | 56 - .../bitset.members/reset_all.pass.cpp | 44 - .../bitset.members/reset_one.pass.cpp | 58 - .../bitset.members/right_shift.pass.cpp | 56 - .../bitset.members/right_shift_eq.pass.cpp | 61 - .../bitset.members/set_all.pass.cpp | 43 - .../bitset.members/set_one.pass.cpp | 67 - .../template.bitset/bitset.members/size.pass.cpp | 33 - .../template.bitset/bitset.members/test.pass.cpp | 68 - .../bitset.members/to_string.pass.cpp | 168 - .../bitset.members/to_ullong.pass.cpp | 59 - .../bitset.members/to_ulong.pass.cpp | 61 - .../bitset.operators/op_and.pass.cpp | 54 - .../bitset.operators/op_not.pass.cpp | 54 - .../bitset.operators/op_or.pass.cpp | 54 - .../bitset.operators/stream_in.pass.cpp | 26 - .../bitset.operators/stream_out.pass.cpp | 26 - .../utilities/template.bitset/includes.pass.cpp | 28 - test/std/utilities/time/clock.h | 26 - test/std/utilities/time/date.time/ctime.pass.cpp | 64 - test/std/utilities/time/days.pass.cpp | 28 - test/std/utilities/time/hours.pass.cpp | 27 - test/std/utilities/time/microseconds.pass.cpp | 27 - test/std/utilities/time/milliseconds.pass.cpp | 27 - test/std/utilities/time/minutes.pass.cpp | 27 - test/std/utilities/time/months.pass.cpp | 29 - test/std/utilities/time/nanoseconds.pass.cpp | 27 - test/std/utilities/time/rep.h | 29 - test/std/utilities/time/seconds.pass.cpp | 27 - test/std/utilities/time/time.cal/euclidian.h | 39 - .../utilities/time/time.cal/nothing_to_do.pass.cpp | 12 - .../time.cal.day.members/ctor.pass.cpp | 46 - .../time.cal.day.members/decrement.pass.cpp | 52 - .../time.cal.day.members/increment.pass.cpp | 52 - .../time.cal.day/time.cal.day.members/ok.pass.cpp | 37 - .../time.cal.day.members/plus_minus_equal.pass.cpp | 57 - .../time.cal.day.nonmembers/comparisons.pass.cpp | 44 - .../time.cal.day.nonmembers/literals.fail.cpp | 28 - .../time.cal.day.nonmembers/literals.pass.cpp | 47 - .../time.cal.day.nonmembers/minus.pass.cpp | 58 - .../time.cal.day.nonmembers/plus.pass.cpp | 59 - .../time.cal.day.nonmembers/streaming.pass.cpp | 56 - .../time/time.cal/time.cal.day/types.pass.cpp | 26 - .../time/time.cal/time.cal.last/types.pass.cpp | 33 - .../time.cal.md/time.cal.md.members/ctor.pass.cpp | 47 - .../time.cal.md/time.cal.md.members/day.pass.cpp | 38 - .../time.cal.md/time.cal.md.members/month.pass.cpp | 39 - .../time.cal.md/time.cal.md.members/ok.pass.cpp | 55 - .../time.cal.md.nonmembers/comparisons.pass.cpp | 70 - .../time.cal.md.nonmembers/streaming.pass.cpp | 41 - .../time/time.cal/time.cal.md/types.pass.cpp | 26 - .../time.cal/time.cal.mdlast/comparisons.pass.cpp | 43 - .../time/time.cal/time.cal.mdlast/ctor.pass.cpp | 41 - .../time/time.cal/time.cal.mdlast/month.pass.cpp | 38 - .../time/time.cal/time.cal.mdlast/ok.pass.cpp | 46 - .../time.cal/time.cal.mdlast/streaming.pass.cpp | 34 - .../time/time.cal/time.cal.mdlast/types.pass.cpp | 27 - .../time.cal.month.members/ctor.pass.cpp | 46 - .../time.cal.month.members/decrement.pass.cpp | 53 - .../time.cal.month.members/increment.pass.cpp | 52 - .../time.cal.month.members/ok.pass.cpp | 38 - .../plus_minus_equal.pass.cpp | 67 - .../time.cal.month.nonmembers/comparisons.pass.cpp | 47 - .../time.cal.month.nonmembers/literals.pass.cpp | 87 - .../time.cal.month.nonmembers/minus.pass.cpp | 72 - .../time.cal.month.nonmembers/plus.pass.cpp | 72 - .../time.cal.month.nonmembers/streaming.pass.cpp | 53 - .../time/time.cal/time.cal.month/types.pass.cpp | 26 - .../time.cal.mwd.members/ctor.pass.cpp | 46 - .../time.cal.mwd.members/month.pass.cpp | 42 - .../time.cal.mwd/time.cal.mwd.members/ok.pass.cpp | 51 - .../time.cal.mwd.members/weekday_indexed.pass.cpp | 43 - .../time.cal.mwd.nonmembers/comparisons.pass.cpp | 86 - .../time.cal.mwd.nonmembers/streaming.pass.cpp | 36 - .../time/time.cal/time.cal.mwd/types.pass.cpp | 26 - .../time.cal.mwdlast.members/ctor.pass.cpp | 60 - .../time.cal.mwdlast.members/month.pass.cpp | 42 - .../time.cal.mwdlast.members/ok.pass.cpp | 52 - .../time.cal.mwdlast.members/weekday_last.pass.cpp | 44 - .../comparisons.pass.cpp | 73 - .../time.cal.mwdlast.nonmembers/streaming.pass.cpp | 37 - .../time/time.cal/time.cal.mwdlast/types.pass.cpp | 27 - .../time.cal/time.cal.operators/month_day.pass.cpp | 108 - .../time.cal.operators/month_day_last.pass.cpp | 107 - .../time.cal.operators/month_weekday.pass.cpp | 115 - .../time.cal.operators/month_weekday_last.pass.cpp | 107 - .../time.cal.operators/year_month.pass.cpp | 68 - .../time.cal.operators/year_month_day.pass.cpp | 191 - .../year_month_day_last.pass.cpp | 125 - .../time.cal.operators/year_month_weekday.pass.cpp | 145 - .../year_month_weekday_last.pass.cpp | 153 - .../time.cal.wdidx.members/ctor.pass.cpp | 61 - .../time.cal.wdidx.members/index.pass.cpp | 38 - .../time.cal.wdidx.members/ok.pass.cpp | 49 - .../time.cal.wdidx.members/weekday.pass.cpp | 39 - .../time.cal.wdidx.nonmembers/comparisons.pass.cpp | 48 - .../time.cal.wdidx.nonmembers/streaming.pass.cpp | 36 - .../time/time.cal/time.cal.wdidx/types.pass.cpp | 26 - .../time.cal.wdlast.members/ctor.pass.cpp | 47 - .../time.cal.wdlast.members/ok.pass.cpp | 37 - .../time.cal.wdlast.members/weekday.pass.cpp | 33 - .../comparisons.pass.cpp | 43 - .../time.cal.wdlast.nonmembers/streaming.pass.cpp | 34 - .../time/time.cal/time.cal.wdlast/types.pass.cpp | 26 - .../ctor.local_days.pass.cpp | 73 - .../time.cal.weekday.members/ctor.pass.cpp | 51 - .../ctor.sys_days.pass.cpp | 73 - .../time.cal.weekday.members/decrement.pass.cpp | 53 - .../time.cal.weekday.members/increment.pass.cpp | 53 - .../time.cal.weekday.members/ok.pass.cpp | 38 - .../time.cal.weekday.members/operator[].pass.cpp | 59 - .../plus_minus_equal.pass.cpp | 63 - .../comparisons.pass.cpp | 42 - .../time.cal.weekday.nonmembers/literals.pass.cpp | 62 - .../time.cal.weekday.nonmembers/minus.pass.cpp | 76 - .../time.cal.weekday.nonmembers/plus.pass.cpp | 70 - .../time.cal.weekday.nonmembers/streaming.pass.cpp | 56 - .../time/time.cal/time.cal.weekday/types.pass.cpp | 26 - .../time.cal.year.members/ctor.pass.cpp | 46 - .../time.cal.year.members/decrement.pass.cpp | 52 - .../time.cal.year.members/increment.pass.cpp | 52 - .../time.cal.year.members/is_leap.pass.cpp | 53 - .../time.cal.year.members/ok.pass.cpp | 53 - .../time.cal.year.members/plus_minus.pass.cpp | 50 - .../plus_minus_equal.pass.cpp | 57 - .../time.cal.year.nonmembers/comparisons.pass.cpp | 47 - .../time.cal.year.nonmembers/literals.fail.cpp | 28 - .../time.cal.year.nonmembers/literals.pass.cpp | 44 - .../time.cal.year.nonmembers/minus.pass.cpp | 62 - .../time.cal.year.nonmembers/plus.pass.cpp | 59 - .../time.cal.year.nonmembers/streaming.pass.cpp | 55 - .../time/time.cal/time.cal.year/types.pass.cpp | 26 - .../time.cal.ym/time.cal.ym.members/ctor.pass.cpp | 52 - .../time.cal.ym/time.cal.ym.members/month.pass.cpp | 39 - .../time.cal.ym/time.cal.ym.members/ok.pass.cpp | 50 - .../plus_minus_equal_month.pass.cpp | 64 - .../plus_minus_equal_year.pass.cpp | 65 - .../time.cal.ym/time.cal.ym.members/year.pass.cpp | 39 - .../time.cal.ym.nonmembers/comparisons.pass.cpp | 69 - .../time.cal.ym.nonmembers/minus.pass.cpp | 90 - .../time.cal.ym.nonmembers/plus.pass.cpp | 106 - .../time.cal.ym.nonmembers/streaming.pass.cpp | 57 - .../time/time.cal/time.cal.ym/types.pass.cpp | 26 - .../time.cal.ymd.members/ctor.local_days.pass.cpp | 85 - .../time.cal.ymd.members/ctor.pass.cpp | 56 - .../time.cal.ymd.members/ctor.sys_days.pass.cpp | 84 - .../ctor.year_month_day_last.pass.cpp | 80 - .../time.cal.ymd/time.cal.ymd.members/day.pass.cpp | 40 - .../time.cal.ymd.members/month.pass.cpp | 40 - .../time.cal.ymd/time.cal.ymd.members/ok.pass.cpp | 96 - .../time.cal.ymd.members/op.local_days.pass.cpp | 94 - .../time.cal.ymd.members/op.sys_days.pass.cpp | 94 - .../plus_minus_equal_month.pass.cpp | 70 - .../plus_minus_equal_year.pass.cpp | 70 - .../time.cal.ymd.members/year.pass.cpp | 40 - .../time.cal.ymd.nonmembers/comparisons.pass.cpp | 118 - .../time.cal.ymd.nonmembers/minus.pass.cpp | 60 - .../time.cal.ymd.nonmembers/plus.pass.cpp | 112 - .../time.cal.ymd.nonmembers/streaming.pass.cpp | 58 - .../time/time.cal/time.cal.ymd/types.pass.cpp | 26 - .../time.cal.ymdlast.members/ctor.pass.cpp | 53 - .../time.cal.ymdlast.members/day.pass.cpp | 51 - .../time.cal.ymdlast.members/month.pass.cpp | 38 - .../month_day_last.pass.cpp | 38 - .../time.cal.ymdlast.members/ok.pass.cpp | 52 - .../op_local_days.pass.cpp | 61 - .../time.cal.ymdlast.members/op_sys_days.pass.cpp | 61 - .../plus_minus_equal_month.pass.cpp | 66 - .../plus_minus_equal_year.pass.cpp | 65 - .../time.cal.ymdlast.members/year.pass.cpp | 38 - .../comparisons.pass.cpp | 87 - .../time.cal.ymdlast.nonmembers/minus.pass.cpp | 91 - .../time.cal.ymdlast.nonmembers/plus.pass.cpp | 122 - .../time.cal.ymdlast.nonmembers/streaming.pass.cpp | 37 - .../time.cal.ymwd.members/ctor.local_days.pass.cpp | 95 - .../time.cal.ymwd.members/ctor.pass.cpp | 64 - .../time.cal.ymwd.members/ctor.sys_days.pass.cpp | 94 - .../time.cal.ymwd.members/index.pass.cpp | 41 - .../time.cal.ymwd.members/month.pass.cpp | 40 - .../time.cal.ymwd.members/ok.pass.cpp | 75 - .../time.cal.ymwd.members/op.local_days.pass.cpp | 74 - .../time.cal.ymwd.members/op.sys_days.pass.cpp | 74 - .../plus_minus_equal_month.pass.cpp | 80 - .../plus_minus_equal_year.pass.cpp | 80 - .../time.cal.ymwd.members/weekday.pass.cpp | 41 - .../time.cal.ymwd.members/weekday_indexed.pass.cpp | 45 - .../time.cal.ymwd.members/year.pass.cpp | 40 - .../time.cal.ymwd.nonmembers/comparisons.pass.cpp | 113 - .../time.cal.ymwd.nonmembers/minus.pass.cpp | 100 - .../time.cal.ymwd.nonmembers/plus.pass.cpp | 120 - .../time.cal.ymwd.nonmembers/streaming.pass.cpp | 57 - .../time/time.cal/time.cal.ymwd/types.pass.cpp | 26 - .../time.cal.ymwdlast.members/ctor.pass.cpp | 52 - .../time.cal.ymwdlast.members/month.pass.cpp | 41 - .../time.cal.ymwdlast.members/ok.pass.cpp | 73 - .../op_local_days.pass.cpp | 61 - .../time.cal.ymwdlast.members/op_sys_days.pass.cpp | 69 - .../plus_minus_equal_month.pass.cpp | 75 - .../plus_minus_equal_year.pass.cpp | 76 - .../time.cal.ymwdlast.members/weekday.pass.cpp | 41 - .../time.cal.ymwdlast.members/year.pass.cpp | 41 - .../comparisons.pass.cpp | 114 - .../time.cal.ymwdlast.nonmembers/minus.pass.cpp | 93 - .../time.cal.ymwdlast.nonmembers/plus.pass.cpp | 116 - .../streaming.pass.cpp | 38 - .../time/time.cal/time.cal.ymwdlast/types.pass.cpp | 26 - .../time/time.clock.req/nothing_to_do.pass.cpp | 12 - .../time/time.clock/nothing_to_do.pass.cpp | 12 - .../time.clock.file/consistency.pass.cpp | 35 - .../time.clock/time.clock.file/file_time.pass.cpp | 29 - .../time/time.clock/time.clock.file/now.pass.cpp | 35 - .../time.clock/time.clock.file/rep_signed.pass.cpp | 29 - .../time.clock.hires/consistency.pass.cpp | 39 - .../time/time.clock/time.clock.hires/now.pass.cpp | 26 - .../time.clock.steady/consistency.pass.cpp | 41 - .../time/time.clock/time.clock.steady/now.pass.cpp | 27 - .../time.clock.system/consistency.pass.cpp | 40 - .../time.clock.system/from_time_t.pass.cpp | 24 - .../time.clock.system/local_time.types.pass.cpp | 65 - .../time/time.clock/time.clock.system/now.pass.cpp | 26 - .../time.clock.system/rep_signed.pass.cpp | 23 - .../time.clock.system/sys.time.types.pass.cpp | 64 - .../time.clock.system/to_time_t.pass.cpp | 24 - .../time/time.duration/default_ratio.pass.cpp | 26 - .../utilities/time/time.duration/duration.fail.cpp | 23 - .../time/time.duration/positive_num.fail.cpp | 22 - .../utilities/time/time.duration/ratio.fail.cpp | 30 - .../time.duration/time.duration.alg/abs.fail.cpp | 27 - .../time.duration/time.duration.alg/abs.pass.cpp | 50 - .../time.duration.arithmetic/op_++.pass.cpp | 41 - .../time.duration.arithmetic/op_++int.pass.cpp | 42 - .../time.duration.arithmetic/op_+.pass.cpp | 46 - .../time.duration.arithmetic/op_+=.pass.cpp | 45 - .../time.duration.arithmetic/op_--.pass.cpp | 41 - .../time.duration.arithmetic/op_--int.pass.cpp | 43 - .../time.duration.arithmetic/op_-.pass.cpp | 47 - .../time.duration.arithmetic/op_-=.pass.cpp | 45 - .../time.duration.arithmetic/op_divide=.pass.cpp | 41 - .../op_mod=duration.pass.cpp | 45 - .../time.duration.arithmetic/op_mod=rep.pass.cpp | 41 - .../time.duration.arithmetic/op_times=.pass.cpp | 41 - .../time.duration/time.duration.cast/ceil.fail.cpp | 26 - .../time.duration/time.duration.cast/ceil.pass.cpp | 51 - .../time.duration.cast/duration_cast.pass.cpp | 54 - .../time.duration.cast/floor.fail.cpp | 26 - .../time.duration.cast/floor.pass.cpp | 50 - .../time.duration.cast/round.fail.cpp | 26 - .../time.duration.cast/round.pass.cpp | 50 - .../time.duration.cast/toduration.fail.cpp | 25 - .../time.duration.comparisons/op_equal.pass.cpp | 117 - .../time.duration.comparisons/op_less.pass.cpp | 155 - .../time.duration.cons/convert_exact.pass.cpp | 38 - .../convert_float_to_int.fail.cpp | 25 - .../time.duration.cons/convert_inexact.fail.cpp | 25 - .../time.duration.cons/convert_inexact.pass.cpp | 38 - .../convert_int_to_float.pass.cpp | 38 - .../time.duration.cons/convert_overflow.pass.cpp | 37 - .../time.duration.cons/default.pass.cpp | 39 - .../time.duration/time.duration.cons/rep.pass.cpp | 41 - .../time.duration.cons/rep01.fail.cpp | 26 - .../time.duration.cons/rep02.fail.cpp | 26 - .../time.duration.cons/rep02.pass.cpp | 32 - .../time.duration.cons/rep03.fail.cpp | 24 - .../time.duration.literals/literals.pass.cpp | 61 - .../time.duration.literals/literals1.fail.cpp | 19 - .../time.duration.literals/literals1.pass.cpp | 71 - .../time.duration.literals/literals2.fail.cpp | 20 - .../time.duration.literals/literals2.pass.cpp | 50 - .../time.duration.nonmember/op_+.pass.cpp | 75 - .../time.duration.nonmember/op_-.pass.cpp | 76 - .../op_divide_duration.pass.cpp | 69 - .../time.duration.nonmember/op_divide_rep.fail.cpp | 26 - .../time.duration.nonmember/op_divide_rep.pass.cpp | 38 - .../op_mod_duration.pass.cpp | 64 - .../time.duration.nonmember/op_mod_rep.fail.cpp | 26 - .../time.duration.nonmember/op_mod_rep.pass.cpp | 38 - .../time.duration.nonmember/op_times_rep.pass.cpp | 47 - .../time.duration.nonmember/op_times_rep1.fail.cpp | 30 - .../time.duration.nonmember/op_times_rep2.fail.cpp | 30 - .../tested_elsewhere.pass.cpp | 12 - .../time.duration.special/max.pass.cpp | 48 - .../time.duration.special/min.pass.cpp | 48 - .../time.duration.special/zero.pass.cpp | 47 - .../utilities/time/time.duration/types.pass.cpp | 27 - .../time/time.point/default_duration.pass.cpp | 26 - .../utilities/time/time.point/duration.fail.cpp | 22 - .../time.point.arithmetic/op_+=.pass.cpp | 46 - .../time.point.arithmetic/op_-=.pass.cpp | 46 - .../time/time.point/time.point.cast/ceil.fail.cpp | 26 - .../time/time.point/time.point.cast/ceil.pass.cpp | 69 - .../time/time.point/time.point.cast/floor.fail.cpp | 26 - .../time/time.point/time.point.cast/floor.pass.cpp | 68 - .../time/time.point/time.point.cast/round.fail.cpp | 26 - .../time/time.point/time.point.cast/round.pass.cpp | 68 - .../time.point.cast/time_point_cast.pass.cpp | 82 - .../time.point/time.point.cast/toduration.fail.cpp | 28 - .../time.point.comparisons/op_equal.fail.cpp | 40 - .../time.point.comparisons/op_equal.pass.cpp | 86 - .../time.point.comparisons/op_less.fail.cpp | 48 - .../time.point.comparisons/op_less.pass.cpp | 110 - .../time.point/time.point.cons/convert.fail.cpp | 30 - .../time.point/time.point.cons/convert.pass.cpp | 39 - .../time.point/time.point.cons/default.pass.cpp | 36 - .../time.point/time.point.cons/duration.fail.cpp | 25 - .../time.point/time.point.cons/duration.pass.cpp | 43 - .../time.point/time.point.nonmember/op_+.pass.cpp | 48 - .../time.point.nonmember/op_-duration.pass.cpp | 53 - .../time.point.nonmember/op_-time_point.pass.cpp | 40 - .../time.point.observer/tested_elsewhere.pass.cpp | 12 - .../time.point/time.point.special/max.pass.cpp | 31 - .../time.point/time.point.special/min.pass.cpp | 31 - .../time/time.traits/nothing_to_do.pass.cpp | 12 - .../time.traits.duration_values/max.pass.cpp | 46 - .../time.traits.duration_values/min.pass.cpp | 46 - .../time.traits.duration_values/zero.pass.cpp | 35 - .../treat_as_floating_point.pass.cpp | 43 - .../time.traits.specializations/duration.pass.cpp | 42 - .../time_point.pass.cpp | 46 - test/std/utilities/time/weeks.pass.cpp | 28 - test/std/utilities/time/years.pass.cpp | 28 - .../utilities/tuple/tuple.general/ignore.pass.cpp | 54 - .../tuple/tuple.general/tuple.smartptr.pass.cpp | 33 - .../tuple/tuple.tuple/TupleFunction.pass.cpp | 36 - test/std/utilities/tuple/tuple.tuple/alloc_first.h | 58 - test/std/utilities/tuple/tuple.tuple/alloc_last.h | 58 - .../tuple/tuple.tuple/tuple.apply/apply.pass.cpp | 274 - .../tuple.apply/apply_extended_types.pass.cpp | 426 - .../tuple.apply/apply_large_arity.pass.cpp | 144 - .../tuple.apply/make_from_tuple.pass.cpp | 214 - .../tuple.tuple/tuple.assign/const_pair.pass.cpp | 34 - .../tuple.tuple/tuple.assign/convert_copy.pass.cpp | 89 - .../tuple.tuple/tuple.assign/convert_move.pass.cpp | 110 - .../tuple/tuple.tuple/tuple.assign/copy.fail.cpp | 31 - .../tuple/tuple.tuple/tuple.assign/copy.pass.cpp | 104 - .../tuple/tuple.tuple/tuple.assign/move.pass.cpp | 126 - .../tuple.tuple/tuple.assign/move_pair.pass.cpp | 50 - .../tuple_array_template_depth.pass.cpp | 34 - .../PR20855_tuple_ref_binding_diagnostics.pass.cpp | 138 - .../PR22806_constrain_tuple_like_ctor.pass.cpp | 178 - .../PR23256_constrain_UTypes_ctor.pass.cpp | 98 - ...R27684_contains_ref_to_incomplete_type.pass.cpp | 51 - .../tuple/tuple.tuple/tuple.cnstr/PR31384.pass.cpp | 88 - .../tuple/tuple.tuple/tuple.cnstr/UTypes.fail.cpp | 51 - .../tuple/tuple.tuple/tuple.cnstr/UTypes.pass.cpp | 160 - .../tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp | 109 - .../tuple.tuple/tuple.cnstr/alloc_UTypes.pass.cpp | 152 - .../tuple.cnstr/alloc_const_Types.fail.cpp | 43 - .../tuple.cnstr/alloc_const_Types.pass.cpp | 98 - .../tuple.cnstr/alloc_const_pair.pass.cpp | 59 - .../tuple.cnstr/alloc_convert_copy.fail.cpp | 43 - .../tuple.cnstr/alloc_convert_copy.pass.cpp | 90 - .../tuple.cnstr/alloc_convert_move.fail.cpp | 36 - .../tuple.cnstr/alloc_convert_move.pass.cpp | 104 - .../tuple.tuple/tuple.cnstr/alloc_copy.pass.cpp | 81 - .../tuple.tuple/tuple.cnstr/alloc_move.pass.cpp | 80 - .../tuple.cnstr/alloc_move_pair.pass.cpp | 55 - .../tuple.tuple/tuple.cnstr/const_Types.fail.cpp | 48 - .../tuple.tuple/tuple.cnstr/const_Types.pass.cpp | 163 - .../tuple.tuple/tuple.cnstr/const_Types2.fail.cpp | 27 - .../tuple.tuple/tuple.cnstr/const_pair.pass.cpp | 46 - .../tuple.tuple/tuple.cnstr/convert_copy.pass.cpp | 140 - .../tuple.tuple/tuple.cnstr/convert_move.pass.cpp | 104 - .../tuple/tuple.tuple/tuple.cnstr/copy.fail.cpp | 30 - .../tuple/tuple.tuple/tuple.cnstr/copy.pass.cpp | 70 - .../tuple/tuple.tuple/tuple.cnstr/default.pass.cpp | 110 - .../tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp | 39 - .../tuple.cnstr/implicit_deduction_guides.pass.cpp | 156 - .../tuple/tuple.tuple/tuple.cnstr/move.pass.cpp | 125 - .../tuple.tuple/tuple.cnstr/move_pair.pass.cpp | 48 - .../tuple.cnstr/test_lazy_sfinae.pass.cpp | 102 - .../tuple_array_template_depth.pass.cpp | 36 - .../tuple.creation/forward_as_tuple.pass.cpp | 88 - .../tuple.tuple/tuple.creation/make_tuple.pass.cpp | 54 - .../tuple/tuple.tuple/tuple.creation/tie.pass.cpp | 64 - .../tuple.tuple/tuple.creation/tuple_cat.pass.cpp | 242 - .../tuple.tuple/tuple.elem/get_const.fail.cpp | 41 - .../tuple.tuple/tuple.elem/get_const.pass.cpp | 68 - .../tuple.tuple/tuple.elem/get_const_rv.fail.cpp | 34 - .../tuple.tuple/tuple.elem/get_const_rv.pass.cpp | 80 - .../tuple.tuple/tuple.elem/get_non_const.pass.cpp | 85 - .../tuple/tuple.tuple/tuple.elem/get_rv.pass.cpp | 33 - .../tuple.tuple/tuple.elem/tuple.by.type.fail.cpp | 39 - .../tuple.tuple/tuple.elem/tuple.by.type.pass.cpp | 94 - .../tuple.helper/tuple.include.array.pass.cpp | 52 - .../tuple.helper/tuple.include.utility.pass.cpp | 50 - .../tuple.helper/tuple_element.fail.cpp | 34 - .../tuple.helper/tuple_element.pass.cpp | 51 - .../tuple.tuple/tuple.helper/tuple_size.fail.cpp | 27 - .../tuple.tuple/tuple.helper/tuple_size.pass.cpp | 42 - .../tuple.helper/tuple_size_incomplete.fail.cpp | 63 - .../tuple.helper/tuple_size_incomplete.pass.cpp | 67 - .../tuple_size_structured_bindings.pass.cpp | 150 - .../tuple.tuple/tuple.helper/tuple_size_v.fail.cpp | 26 - .../tuple.tuple/tuple.helper/tuple_size_v.pass.cpp | 43 - .../tuple.helper/tuple_size_value_sfinae.pass.cpp | 39 - .../tuple/tuple.tuple/tuple.rel/eq.pass.cpp | 158 - .../tuple/tuple.tuple/tuple.rel/lt.pass.cpp | 212 - .../tuple.special/non_member_swap.pass.cpp | 62 - .../tuple.tuple/tuple.swap/member_swap.pass.cpp | 61 - .../tuple.traits/uses_allocator.pass.cpp | 46 - .../type.index.hash/enabled_hash.pass.cpp | 23 - .../type.index/type.index.hash/hash.pass.cpp | 33 - .../type.index/type.index.members/ctor.pass.cpp | 25 - .../type.index/type.index.members/eq.pass.cpp | 27 - .../type.index.members/hash_code.pass.cpp | 24 - .../type.index/type.index.members/lt.pass.cpp | 45 - .../type.index/type.index.members/name.pass.cpp | 25 - .../type.index.overview/copy_assign.pass.cpp | 26 - .../type.index.overview/copy_ctor.pass.cpp | 24 - .../type.index.synopsis/hash_type_index.pass.cpp | 38 - .../utilities.general/nothing_to_do.pass.cpp | 12 - .../allocator.requirements/nothing_to_do.pass.cpp | 12 - .../hash.requirements/nothing_to_do.pass.cpp | 12 - .../utility.requirements/nothing_to_do.pass.cpp | 12 - .../nothing_to_do.pass.cpp | 12 - .../swappable.requirements/nothing_to_do.pass.cpp | 12 - .../nothing_to_do.pass.cpp | 12 - .../utilities/utility/as_const/as_const.fail.cpp | 22 - .../utilities/utility/as_const/as_const.pass.cpp | 46 - .../std/utilities/utility/declval/declval.pass.cpp | 32 - .../utilities/utility/exchange/exchange.pass.cpp | 84 - .../std/utilities/utility/forward/forward.fail.cpp | 53 - .../std/utilities/utility/forward/forward.pass.cpp | 91 - .../utilities/utility/forward/forward_03.pass.cpp | 58 - test/std/utilities/utility/forward/move.fail.cpp | 34 - test/std/utilities/utility/forward/move.pass.cpp | 121 - .../utility/forward/move_if_noexcept.pass.cpp | 75 - .../utilities/utility/operators/rel_ops.pass.cpp | 49 - .../utilities/utility/pairs/nothing_to_do.pass.cpp | 12 - .../utility/pairs/pair.astuple/get_const.fail.cpp | 30 - .../utility/pairs/pair.astuple/get_const.pass.cpp | 40 - .../pairs/pair.astuple/get_const_rv.pass.cpp | 66 - .../pairs/pair.astuple/get_non_const.pass.cpp | 53 - .../utility/pairs/pair.astuple/get_rv.pass.cpp | 32 - .../pairs/pair.astuple/pairs.by.type.pass.cpp | 85 - .../pairs/pair.astuple/pairs.by.type1.fail.cpp | 21 - .../pairs/pair.astuple/pairs.by.type2.fail.cpp | 21 - .../pairs/pair.astuple/pairs.by.type3.fail.cpp | 21 - .../pairs/pair.astuple/tuple_element.fail.cpp | 22 - .../pairs/pair.astuple/tuple_element.pass.cpp | 55 - .../utility/pairs/pair.astuple/tuple_size.pass.cpp | 36 - .../pair.piecewise/piecewise_construct.pass.cpp | 55 - .../pairs/pairs.general/nothing_to_do.pass.cpp | 12 - .../utility/pairs/pairs.pair/U_V.pass.cpp | 100 - .../pairs.pair/assign_const_pair_U_V.pass.cpp | 52 - .../utility/pairs/pairs.pair/assign_pair.pass.cpp | 101 - .../pairs/pairs.pair/assign_pair_cxx03.pass.cpp | 49 - .../pairs/pairs.pair/assign_rv_pair.pass.cpp | 96 - .../pairs/pairs.pair/assign_rv_pair_U_V.pass.cpp | 59 - .../pairs.pair/const_first_const_second.pass.cpp | 98 - .../const_first_const_second_cxx03.pass.cpp | 42 - .../pairs/pairs.pair/const_pair_U_V.pass.cpp | 181 - .../pairs/pairs.pair/const_pair_U_V_cxx03.pass.cpp | 29 - .../utility/pairs/pairs.pair/copy_ctor.pass.cpp | 39 - .../pairs/pairs.pair/default-sfinae.pass.cpp | 164 - .../utility/pairs/pairs.pair/default.pass.cpp | 55 - .../utility/pairs/pairs.pair/dtor.pass.cpp | 36 - .../pairs.pair/implicit_deduction_guides.pass.cpp | 80 - .../utility/pairs/pairs.pair/move_ctor.pass.cpp | 44 - .../pairs/pairs.pair/not_constexpr_cxx11.fail.cpp | 57 - .../utility/pairs/pairs.pair/piecewise.pass.cpp | 36 - .../utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp | 177 - .../special_member_generation_test.pass.cpp | 127 - .../utility/pairs/pairs.pair/swap.pass.cpp | 50 - .../pairs/pairs.pair/trivial_copy_move.pass.cpp | 56 - .../utility/pairs/pairs.pair/types.pass.cpp | 26 - .../utility/pairs/pairs.spec/comparison.pass.cpp | 97 - .../utility/pairs/pairs.spec/make_pair.pass.cpp | 52 - .../pairs/pairs.spec/non_member_swap.pass.cpp | 31 - test/std/utilities/utility/synopsis.pass.cpp | 22 - .../utility/utility.inplace/inplace.pass.cpp | 74 - .../utilities/utility/utility.swap/swap.pass.cpp | 103 - .../utility/utility.swap/swap_array.pass.cpp | 101 - .../bad_variant_access.pass.cpp | 46 - .../variant/variant.general/nothing_to_do.pass.cpp | 11 - .../variant/variant.get/get_if_index.pass.cpp | 132 - .../variant/variant.get/get_if_type.pass.cpp | 130 - .../variant/variant.get/get_index.pass.cpp | 295 - .../variant/variant.get/get_type.pass.cpp | 295 - .../variant/variant.get/holds_alternative.pass.cpp | 38 - .../variant/variant.hash/enabled_hash.pass.cpp | 23 - .../utilities/variant/variant.hash/hash.pass.cpp | 159 - .../variant.helpers/variant_alternative.fail.cpp | 32 - .../variant.helpers/variant_alternative.pass.cpp | 77 - .../variant/variant.helpers/variant_size.pass.cpp | 44 - .../variant.monostate.relops/relops.pass.cpp | 55 - .../variant/variant.monostate/monostate.pass.cpp | 28 - .../variant/variant.relops/relops.pass.cpp | 276 - .../variant.relops/relops_bool_conv.fail.cpp | 88 - .../variant/variant.synopsis/variant_npos.pass.cpp | 21 - .../variant.variant/variant.assign/T.pass.cpp | 264 - .../variant.variant/variant.assign/copy.pass.cpp | 603 - .../variant.variant/variant.assign/move.pass.cpp | 519 - .../variant.variant/variant.ctor/T.pass.cpp | 134 - .../variant.variant/variant.ctor/copy.pass.cpp | 278 - .../variant.variant/variant.ctor/default.pass.cpp | 131 - .../variant.ctor/in_place_index_args.pass.cpp | 111 - .../in_place_index_init_list_args.pass.cpp | 117 - .../variant.ctor/in_place_type_args.pass.cpp | 121 - .../in_place_type_init_list_args.pass.cpp | 118 - .../variant.variant/variant.ctor/move.pass.cpp | 341 - .../variant.variant/variant.dtor/dtor.pass.cpp | 75 - .../variant.mod/emplace_index_args.pass.cpp | 166 - .../emplace_index_init_list_args.pass.cpp | 99 - .../variant.mod/emplace_type_args.pass.cpp | 166 - .../emplace_type_init_list_args.pass.cpp | 99 - .../variant.variant/variant.status/index.pass.cpp | 61 - .../variant.status/valueless_by_exception.pass.cpp | 54 - .../variant.variant/variant.swap/swap.pass.cpp | 599 - .../variant/variant.variant/variant_array.fail.cpp | 33 - .../variant/variant.variant/variant_empty.fail.cpp | 26 - .../variant.variant/variant_reference.fail.cpp | 28 - .../variant/variant.variant/variant_void.fail.cpp | 33 - .../utilities/variant/variant.visit/visit.pass.cpp | 320 - test/support/Counter.h | 56 - test/support/DefaultOnly.h | 35 - test/support/MoveOnly.h | 55 - test/support/allocators.h | 191 - test/support/any_helpers.h | 434 - test/support/archetypes.hpp | 393 - test/support/archetypes.ipp | 177 - test/support/asan_testing.h | 37 - test/support/assert_checkpoint.h | 73 - test/support/charconv_test_helpers.h | 232 - test/support/cmpxchg_loop.h | 60 - test/support/constexpr_char_traits.hpp | 139 - test/support/container_test_types.h | 518 - test/support/controlled_allocators.hpp | 502 - test/support/coroutine_types.h | 75 - test/support/count_new.hpp | 486 - test/support/counting_predicates.hpp | 53 - test/support/debug_mode_helper.h | 386 - test/support/deleter_types.h | 446 - test/support/demangle.h | 47 - test/support/disable_missing_braces_warning.h | 20 - test/support/emplace_constructible.h | 74 - test/support/experimental_any_helpers.h | 328 - test/support/external_threads.cpp | 10 - test/support/filesystem_dynamic_test_helper.py | 92 - test/support/filesystem_include.hpp | 13 - test/support/filesystem_test_helper.hpp | 557 - test/support/format_string.hpp | 71 - test/support/hexfloat.h | 50 - test/support/is_transparent.h | 85 - test/support/min_allocator.h | 462 - test/support/msvc_stdlib_force_include.hpp | 88 - test/support/nasty_containers.hpp | 313 - test/support/nasty_macros.hpp | 65 - test/support/nothing_to_do.pass.cpp | 14 - test/support/platform_support.h | 114 - test/support/poisoned_hash_helper.hpp | 243 - test/support/private_constructor.hpp | 31 - test/support/propagate_const_helpers.h | 119 - test/support/rapid-cxx-test.hpp | 866 - test/support/set_windows_crt_report_mode.h | 36 - .../test.support/test_convertible_header.pass.cpp | 68 - test/support/test.support/test_demangle.pass.cpp | 38 - .../test_macros_header_exceptions.fail.cpp | 24 - .../test_macros_header_exceptions.pass.cpp | 24 - .../test.support/test_macros_header_rtti.fail.cpp | 29 - .../test.support/test_macros_header_rtti.pass.cpp | 29 - .../test_poisoned_hash_helper.pass.cpp | 30 - .../c1xx_broken_is_trivially_copyable.pass.cpp | 35 - .../c1xx_broken_za_ctor_check.pass.cpp | 41 - test/support/test_allocator.h | 447 - test/support/test_comparisons.h | 175 - test/support/test_convertible.hpp | 42 - test/support/test_iterators.h | 552 - test/support/test_macros.h | 323 - test/support/test_memory_resource.hpp | 171 - test/support/test_workarounds.h | 27 - test/support/tracked_value.h | 60 - test/support/truncate_fp.h | 23 - test/support/type_id.h | 93 - test/support/unique_ptr_test_helper.h | 157 - test/support/user_defined_integral.hpp | 52 - test/support/uses_alloc_types.hpp | 391 - test/support/variant_test_helpers.hpp | 81 - test/support/verbose_assert.h | 222 - utils/cat_files.py | 46 - utils/ci/macos-backdeployment.sh | 180 - utils/ci/macos-trunk.sh | 153 - utils/docker/build_docker_image.sh | 109 - utils/docker/debian9/Dockerfile | 115 - utils/docker/scripts/build_gcc.sh | 91 - utils/docker/scripts/build_install_llvm.sh | 114 - utils/docker/scripts/checkout_git.sh | 130 - utils/docker/scripts/docker_start_buildbots.sh | 8 - utils/docker/scripts/install_clang_packages.sh | 64 - utils/docker/scripts/run_buildbot.sh | 62 - utils/gen_link_script.py | 84 - utils/google-benchmark/.clang-format | 5 - utils/google-benchmark/.gitignore | 58 - utils/google-benchmark/.travis-libcxx-setup.sh | 28 - utils/google-benchmark/.travis.yml | 199 - utils/google-benchmark/.ycm_extra_conf.py | 115 - utils/google-benchmark/AUTHORS | 48 - utils/google-benchmark/CMakeLists.txt | 267 - utils/google-benchmark/CONTRIBUTING.md | 58 - utils/google-benchmark/CONTRIBUTORS | 68 - utils/google-benchmark/LICENSE | 202 - utils/google-benchmark/README.LLVM | 6 - utils/google-benchmark/README.md | 998 - utils/google-benchmark/WORKSPACE | 7 - utils/google-benchmark/appveyor.yml | 50 - .../cmake/AddCXXCompilerFlag.cmake | 74 - utils/google-benchmark/cmake/CXXFeatureCheck.cmake | 64 - utils/google-benchmark/cmake/Config.cmake.in | 1 - utils/google-benchmark/cmake/GetGitVersion.cmake | 54 - utils/google-benchmark/cmake/HandleGTest.cmake | 113 - utils/google-benchmark/cmake/benchmark.pc.in | 11 - utils/google-benchmark/cmake/gnu_posix_regex.cpp | 12 - utils/google-benchmark/cmake/llvm-toolchain.cmake | 8 - utils/google-benchmark/cmake/posix_regex.cpp | 14 - utils/google-benchmark/cmake/split_list.cmake | 3 - utils/google-benchmark/cmake/std_regex.cpp | 10 - utils/google-benchmark/cmake/steady_clock.cpp | 7 - .../cmake/thread_safety_attributes.cpp | 4 - utils/google-benchmark/docs/AssemblyTests.md | 147 - utils/google-benchmark/docs/tools.md | 199 - .../google-benchmark/include/benchmark/benchmark.h | 1551 -- utils/google-benchmark/mingw.py | 320 - utils/google-benchmark/releasing.md | 16 - utils/google-benchmark/src/CMakeLists.txt | 108 - utils/google-benchmark/src/arraysize.h | 33 - utils/google-benchmark/src/benchmark.cc | 493 - .../google-benchmark/src/benchmark_api_internal.cc | 15 - .../google-benchmark/src/benchmark_api_internal.h | 52 - utils/google-benchmark/src/benchmark_main.cc | 17 - utils/google-benchmark/src/benchmark_register.cc | 482 - utils/google-benchmark/src/benchmark_register.h | 33 - utils/google-benchmark/src/benchmark_runner.cc | 350 - utils/google-benchmark/src/benchmark_runner.h | 51 - utils/google-benchmark/src/check.h | 82 - utils/google-benchmark/src/colorprint.cc | 188 - utils/google-benchmark/src/colorprint.h | 33 - utils/google-benchmark/src/commandlineflags.cc | 218 - utils/google-benchmark/src/commandlineflags.h | 79 - utils/google-benchmark/src/complexity.cc | 228 - utils/google-benchmark/src/complexity.h | 55 - utils/google-benchmark/src/console_reporter.cc | 180 - utils/google-benchmark/src/counter.cc | 75 - utils/google-benchmark/src/counter.h | 26 - utils/google-benchmark/src/csv_reporter.cc | 153 - utils/google-benchmark/src/cycleclock.h | 177 - utils/google-benchmark/src/internal_macros.h | 92 - utils/google-benchmark/src/json_reporter.cc | 220 - utils/google-benchmark/src/log.h | 74 - utils/google-benchmark/src/mutex.h | 155 - utils/google-benchmark/src/re.h | 158 - utils/google-benchmark/src/reporter.cc | 105 - utils/google-benchmark/src/sleep.cc | 51 - utils/google-benchmark/src/sleep.h | 15 - utils/google-benchmark/src/statistics.cc | 190 - utils/google-benchmark/src/statistics.h | 37 - utils/google-benchmark/src/string_util.cc | 261 - utils/google-benchmark/src/string_util.h | 60 - utils/google-benchmark/src/sysinfo.cc | 650 - utils/google-benchmark/src/thread_manager.h | 64 - utils/google-benchmark/src/thread_timer.h | 69 - utils/google-benchmark/src/timers.cc | 217 - utils/google-benchmark/src/timers.h | 48 - utils/google-benchmark/test/AssemblyTests.cmake | 46 - utils/google-benchmark/test/CMakeLists.txt | 260 - utils/google-benchmark/test/basic_test.cc | 136 - utils/google-benchmark/test/benchmark_gtest.cc | 33 - utils/google-benchmark/test/benchmark_test.cc | 245 - .../test/clobber_memory_assembly_test.cc | 64 - utils/google-benchmark/test/complexity_test.cc | 183 - utils/google-benchmark/test/cxx03_test.cc | 63 - utils/google-benchmark/test/diagnostics_test.cc | 80 - .../test/display_aggregates_only_test.cc | 43 - .../test/donotoptimize_assembly_test.cc | 163 - utils/google-benchmark/test/donotoptimize_test.cc | 52 - utils/google-benchmark/test/filter_test.cc | 104 - utils/google-benchmark/test/fixture_test.cc | 49 - utils/google-benchmark/test/link_main_test.cc | 8 - utils/google-benchmark/test/map_test.cc | 57 - utils/google-benchmark/test/memory_manager_test.cc | 42 - .../google-benchmark/test/multiple_ranges_test.cc | 97 - utils/google-benchmark/test/options_test.cc | 65 - utils/google-benchmark/test/output_test.h | 213 - utils/google-benchmark/test/output_test_helper.cc | 505 - .../test/register_benchmark_test.cc | 184 - .../test/report_aggregates_only_test.cc | 39 - .../google-benchmark/test/reporter_output_test.cc | 604 - .../google-benchmark/test/skip_with_error_test.cc | 189 - utils/google-benchmark/test/state_assembly_test.cc | 68 - utils/google-benchmark/test/statistics_gtest.cc | 28 - utils/google-benchmark/test/string_util_gtest.cc | 146 - .../test/templated_fixture_test.cc | 28 - .../test/user_counters_tabular_test.cc | 268 - utils/google-benchmark/test/user_counters_test.cc | 408 - .../test/user_counters_thousands_test.cc | 161 - utils/google-benchmark/tools/compare.py | 408 - .../tools/gbench/Inputs/test1_run1.json | 102 - .../tools/gbench/Inputs/test1_run2.json | 102 - .../tools/gbench/Inputs/test2_run.json | 81 - .../tools/gbench/Inputs/test3_run0.json | 65 - .../tools/gbench/Inputs/test3_run1.json | 65 - utils/google-benchmark/tools/gbench/__init__.py | 8 - utils/google-benchmark/tools/gbench/report.py | 522 - utils/google-benchmark/tools/gbench/util.py | 164 - utils/google-benchmark/tools/strip_asm.py | 151 - utils/libcxx/__init__.py | 17 - utils/libcxx/compiler.py | 291 - utils/libcxx/sym_check/__init__.py | 17 - utils/libcxx/sym_check/diff.py | 103 - utils/libcxx/sym_check/extract.py | 194 - utils/libcxx/sym_check/match.py | 40 - utils/libcxx/sym_check/util.py | 268 - utils/libcxx/test/__init__.py | 0 utils/libcxx/test/config.py | 1156 - utils/libcxx/test/executor.py | 198 - utils/libcxx/test/format.py | 264 - utils/libcxx/test/googlebenchmark.py | 122 - utils/libcxx/test/target_info.py | 298 - utils/libcxx/test/tracing.py | 43 - utils/libcxx/util.py | 286 - utils/merge_archives.py | 136 - utils/not.py | 44 - utils/sym_diff.py | 73 - utils/sym_extract.py | 42 - utils/sym_match.py | 51 - utils/symcheck-blacklists/linux_blacklist.txt | 19 - utils/symcheck-blacklists/osx_blacklist.txt | 19 - www/TS_deprecation.html | 138 - www/atomic_design.html | 92 - www/atomic_design_a.html | 309 - www/atomic_design_b.html | 250 - www/atomic_design_c.html | 458 - www/content.css | 27 - www/cxx1y_status.html | 278 - www/cxx1z_status.html | 510 - www/cxx2a_status.html | 297 - www/index.html | 234 - www/menu.css | 39 - www/ts1z_status.html | 109 - www/type_traits_design.html | 286 - www/upcoming_meeting.html | 150 - 6573 files changed, 618021 deletions(-) delete mode 100644 .arcconfig delete mode 100644 .clang-format delete mode 100644 .gitignore delete mode 100644 CMakeLists.txt delete mode 100644 NOTES.TXT delete mode 100644 TODO.TXT delete mode 100644 appveyor-reqs-install.cmd delete mode 100644 appveyor.yml delete mode 100644 benchmarks/CMakeLists.txt delete mode 100644 benchmarks/CartesianBenchmarks.hpp delete mode 100644 benchmarks/ContainerBenchmarks.hpp delete mode 100644 benchmarks/GenerateInput.hpp delete mode 100644 benchmarks/algorithms.bench.cpp delete mode 100644 benchmarks/algorithms.partition_point.bench.cpp delete mode 100644 benchmarks/filesystem.bench.cpp delete mode 100644 benchmarks/function.bench.cpp delete mode 100644 benchmarks/lit.cfg.py delete mode 100644 benchmarks/lit.site.cfg.py.in delete mode 100644 benchmarks/ordered_set.bench.cpp delete mode 100644 benchmarks/string.bench.cpp delete mode 100644 benchmarks/stringstream.bench.cpp delete mode 100644 benchmarks/unordered_set_operations.bench.cpp delete mode 100644 benchmarks/util_smartptr.bench.cpp delete mode 100644 benchmarks/vector_operations.bench.cpp delete mode 100644 cmake/Modules/CheckLibcxxAtomic.cmake delete mode 100644 cmake/Modules/CodeCoverage.cmake delete mode 100644 cmake/Modules/HandleCompilerRT.cmake delete mode 100644 cmake/Modules/HandleLibCXXABI.cmake delete mode 100644 cmake/Modules/HandleLibcxxFlags.cmake delete mode 100644 cmake/Modules/HandleOutOfTreeLLVM.cmake delete mode 100644 cmake/Modules/MacroEnsureOutOfSourceBuild.cmake delete mode 100644 cmake/config-ix.cmake delete mode 100644 docs/BuildingLibcxx.rst delete mode 100644 docs/CMakeLists.txt delete mode 100644 docs/DesignDocs/ABIVersioning.rst delete mode 100644 docs/DesignDocs/AvailabilityMarkup.rst delete mode 100644 docs/DesignDocs/CapturingConfigInfo.rst delete mode 100644 docs/DesignDocs/DebugMode.rst delete mode 100644 docs/DesignDocs/FeatureTestMacros.rst delete mode 100644 docs/DesignDocs/FileTimeType.rst delete mode 100644 docs/DesignDocs/ThreadingSupportAPI.rst delete mode 100644 docs/DesignDocs/VisibilityMacros.rst delete mode 100644 docs/FeatureTestMacroTable.rst delete mode 100644 docs/Makefile.sphinx delete mode 100644 docs/README.txt delete mode 100644 docs/ReleaseNotes.rst delete mode 100644 docs/TestingLibcxx.rst delete mode 100644 docs/UsingLibcxx.rst delete mode 100644 docs/conf.py delete mode 100644 docs/index.rst delete mode 100644 fuzzing/RoutineNames.txt delete mode 100644 fuzzing/fuzz_test.cpp delete mode 100644 fuzzing/fuzzing.cpp delete mode 100644 fuzzing/fuzzing.h delete mode 100644 include/CMakeLists.txt delete mode 100644 include/__config_site.in delete mode 100644 include/support/android/locale_bionic.h delete mode 100644 include/support/fuchsia/xlocale.h delete mode 100644 include/support/ibm/limits.h delete mode 100644 include/support/ibm/locale_mgmt_aix.h delete mode 100644 include/support/ibm/support.h delete mode 100644 include/support/ibm/xlocale.h delete mode 100644 include/support/musl/xlocale.h delete mode 100644 include/support/newlib/xlocale.h delete mode 100644 include/support/solaris/floatingpoint.h delete mode 100644 include/support/solaris/wchar.h delete mode 100644 include/support/solaris/xlocale.h delete mode 100644 include/support/win32/limits_msvc_win32.h delete mode 100644 include/support/win32/locale_win32.h delete mode 100644 include/support/xlocale/__nop_locale_mgmt.h delete mode 100644 include/support/xlocale/__posix_l_fallback.h delete mode 100644 include/support/xlocale/__strtonum_fallback.h delete mode 100644 include/support/xlocale/xlocale.h delete mode 100644 lib/CMakeLists.txt delete mode 100644 lib/abi/3.9/x86_64-apple-darwin16.abilist delete mode 100644 lib/abi/3.9/x86_64-linux-gnu.abilist delete mode 100644 lib/abi/4.0/x86_64-apple-darwin16.abilist delete mode 100644 lib/abi/4.0/x86_64-unknown-linux-gnu.abilist delete mode 100644 lib/abi/5.0/x86_64-apple-darwin16.abilist delete mode 100644 lib/abi/5.0/x86_64-unknown-linux-gnu.abilist delete mode 100644 lib/abi/6.0/x86_64-apple-darwin16.abilist delete mode 100644 lib/abi/6.0/x86_64-unknown-linux-gnu.abilist delete mode 100644 lib/abi/CHANGELOG.TXT delete mode 100644 lib/abi/CMakeLists.txt delete mode 100644 lib/abi/README.TXT delete mode 100644 lib/abi/x86_64-apple-darwin.v1.abilist delete mode 100644 lib/abi/x86_64-apple-darwin.v2.abilist delete mode 100644 lib/abi/x86_64-unknown-linux-gnu.v1.abilist delete mode 100644 lib/libc++abi-new-delete.exp delete mode 100644 lib/libc++abi.exp delete mode 100644 lib/libc++abi2.exp delete mode 100644 lib/libc++sjlj-abi.exp delete mode 100644 lib/libc++unexp.exp delete mode 100644 lib/notweak.exp delete mode 100644 lib/weak.exp delete mode 100644 src/support/solaris/README delete mode 100644 src/support/solaris/mbsnrtowcs.inc delete mode 100644 src/support/solaris/wcsnrtombs.inc delete mode 100644 src/support/solaris/xlocale.cpp delete mode 100644 src/support/win32/locale_win32.cpp delete mode 100644 src/support/win32/support.cpp delete mode 100644 src/support/win32/thread_win32.cpp delete mode 100644 test/CMakeLists.txt delete mode 100644 test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp delete mode 100644 test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.depr_in_cxx14.fail.cpp delete mode 100644 test/libcxx/algorithms/debug_less.pass.cpp delete mode 100644 test/libcxx/algorithms/half_positive.pass.cpp delete mode 100644 test/libcxx/algorithms/version.pass.cpp delete mode 100644 test/libcxx/atomics/atomics.align/align.pass.sh.cpp delete mode 100644 test/libcxx/atomics/atomics.flag/init_bool.pass.cpp delete mode 100644 test/libcxx/atomics/diagnose_invalid_memory_order.fail.cpp delete mode 100644 test/libcxx/atomics/libcpp-has-no-threads.fail.cpp delete mode 100644 test/libcxx/atomics/libcpp-has-no-threads.pass.cpp delete mode 100644 test/libcxx/atomics/version.pass.cpp delete mode 100644 test/libcxx/containers/associative/map/version.pass.cpp delete mode 100644 test/libcxx/containers/associative/non_const_comparator.fail.cpp delete mode 100644 test/libcxx/containers/associative/set/version.pass.cpp delete mode 100644 test/libcxx/containers/associative/tree_balance_after_insert.pass.cpp delete mode 100644 test/libcxx/containers/associative/tree_key_value_traits.pass.cpp delete mode 100644 test/libcxx/containers/associative/tree_left_rotate.pass.cpp delete mode 100644 test/libcxx/containers/associative/tree_remove.pass.cpp delete mode 100644 test/libcxx/containers/associative/tree_right_rotate.pass.cpp delete mode 100644 test/libcxx/containers/associative/undef_min_max.pass.cpp delete mode 100644 test/libcxx/containers/container.adaptors/queue/version.pass.cpp delete mode 100644 test/libcxx/containers/container.adaptors/stack/version.pass.cpp delete mode 100644 test/libcxx/containers/gnu_cxx/hash_map.pass.cpp delete mode 100644 test/libcxx/containers/gnu_cxx/hash_set.pass.cpp delete mode 100644 test/libcxx/containers/sequences/array/array.zero/db_back.pass.cpp delete mode 100644 test/libcxx/containers/sequences/array/array.zero/db_front.pass.cpp delete mode 100644 test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp delete mode 100644 test/libcxx/containers/sequences/array/version.pass.cpp delete mode 100644 test/libcxx/containers/sequences/deque/incomplete.pass.cpp delete mode 100644 test/libcxx/containers/sequences/deque/pop_back_empty.pass.cpp delete mode 100644 test/libcxx/containers/sequences/deque/version.pass.cpp delete mode 100644 test/libcxx/containers/sequences/forwardlist/version.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.cons/db_copy.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.cons/db_move.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.modifiers/emplace_db1.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.modifiers/erase_iter_db1.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.modifiers/erase_iter_db2.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db2.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db3.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db4.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.modifiers/insert_iter_iter_iter_db1.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.modifiers/insert_iter_rvalue_db1.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.modifiers/insert_iter_size_value_db1.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.modifiers/insert_iter_value_db1.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.modifiers/pop_back_db1.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list_iter.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list_iter_iter.pass.cpp delete mode 100644 test/libcxx/containers/sequences/list/version.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/asan.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/asan_throw.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/const_value_type.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_back.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_cback.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_cfront.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_cindex.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_front.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_index.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_iterators_2.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_iterators_3.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_iterators_4.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_iterators_5.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_iterators_6.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_iterators_7.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/db_iterators_8.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/pop_back_empty.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp delete mode 100644 test/libcxx/containers/sequences/vector/version.pass.cpp delete mode 100644 test/libcxx/containers/unord/key_value_traits.pass.cpp delete mode 100644 test/libcxx/containers/unord/next_pow2.pass.cpp delete mode 100644 test/libcxx/containers/unord/next_prime.pass.cpp delete mode 100644 test/libcxx/containers/unord/non_const_comparator.fail.cpp delete mode 100644 test/libcxx/containers/unord/unord.map/db_iterators_7.pass.cpp delete mode 100644 test/libcxx/containers/unord/unord.map/db_iterators_8.pass.cpp delete mode 100644 test/libcxx/containers/unord/unord.map/db_local_iterators_7.pass.cpp delete mode 100644 test/libcxx/containers/unord/unord.map/db_local_iterators_8.pass.cpp delete mode 100644 test/libcxx/containers/unord/unord.map/version.pass.cpp delete mode 100644 test/libcxx/containers/unord/unord.set/missing_hash_specialization.fail.cpp delete mode 100644 test/libcxx/containers/unord/unord.set/version.pass.cpp delete mode 100644 test/libcxx/debug/containers/db_associative_container_tests.pass.cpp delete mode 100644 test/libcxx/debug/containers/db_sequence_container_iterators.pass.cpp delete mode 100644 test/libcxx/debug/containers/db_string.pass.cpp delete mode 100644 test/libcxx/debug/containers/db_unord_container_tests.pass.cpp delete mode 100644 test/libcxx/debug/debug_abort.pass.cpp delete mode 100644 test/libcxx/debug/debug_throw.pass.cpp delete mode 100644 test/libcxx/debug/debug_throw_register.pass.cpp delete mode 100644 test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.cxx1z.pass.cpp delete mode 100644 test/libcxx/depr/depr.auto.ptr/auto.ptr/auto_ptr.depr_in_cxx11.fail.cpp delete mode 100644 test/libcxx/depr/depr.c.headers/ciso646.pass.cpp delete mode 100644 test/libcxx/depr/depr.c.headers/complex.h.pass.cpp delete mode 100644 test/libcxx/depr/depr.c.headers/extern_c.pass.cpp delete mode 100644 test/libcxx/depr/depr.c.headers/locale_h.pass.cpp delete mode 100644 test/libcxx/depr/depr.c.headers/math_h.sh.cpp delete mode 100644 test/libcxx/depr/depr.c.headers/tgmath_h.pass.cpp delete mode 100644 test/libcxx/depr/depr.function.objects/adaptors.depr_in_cxx11.fail.cpp delete mode 100644 test/libcxx/depr/depr.function.objects/depr.adaptors.cxx1z.pass.cpp delete mode 100644 test/libcxx/depr/depr.str.strstreams/version.pass.cpp delete mode 100644 test/libcxx/depr/enable_removed_cpp17_features.pass.cpp delete mode 100644 test/libcxx/depr/exception.unexpected/get_unexpected.pass.cpp delete mode 100644 test/libcxx/depr/exception.unexpected/set_unexpected.pass.cpp delete mode 100644 test/libcxx/depr/exception.unexpected/unexpected.pass.cpp delete mode 100644 test/libcxx/depr/exception.unexpected/unexpected_disabled_cpp17.fail.cpp delete mode 100644 test/libcxx/diagnostics/assertions/version_cassert.pass.cpp delete mode 100644 test/libcxx/diagnostics/enable_nodiscard.fail.cpp delete mode 100644 test/libcxx/diagnostics/enable_nodiscard_disable_after_cxx17.fail.cpp delete mode 100644 test/libcxx/diagnostics/enable_nodiscard_disable_nodiscard_ext.fail.cpp delete mode 100644 test/libcxx/diagnostics/errno/version_cerrno.pass.cpp delete mode 100644 test/libcxx/diagnostics/nodiscard.pass.cpp delete mode 100644 test/libcxx/diagnostics/nodiscard_aftercxx17.fail.cpp delete mode 100644 test/libcxx/diagnostics/nodiscard_aftercxx17.pass.cpp delete mode 100644 test/libcxx/diagnostics/nodiscard_extensions.fail.cpp delete mode 100644 test/libcxx/diagnostics/nodiscard_extensions.pass.cpp delete mode 100644 test/libcxx/diagnostics/std.exceptions/version.pass.cpp delete mode 100644 test/libcxx/diagnostics/syserr/version.pass.cpp delete mode 100644 test/libcxx/double_include.sh.cpp delete mode 100644 test/libcxx/experimental/algorithms/header.algorithm.synop/includes.pass.cpp delete mode 100644 test/libcxx/experimental/algorithms/version.pass.cpp delete mode 100644 test/libcxx/experimental/diagnostics/syserr/use_header_warning.fail.cpp delete mode 100644 test/libcxx/experimental/diagnostics/syserr/version.pass.cpp delete mode 100644 test/libcxx/experimental/filesystem/version.pass.cpp delete mode 100644 test/libcxx/experimental/language.support/support.coroutines/dialect_support.sh.cpp delete mode 100644 test/libcxx/experimental/language.support/support.coroutines/version.sh.cpp delete mode 100644 test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_piecewise_pair.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/db_deallocate.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/db_deallocate.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.aliases/header_deque_libcpp_version.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.aliases/header_forward_list_libcpp_version.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.aliases/header_list_libcpp_version.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.aliases/header_map_libcpp_version.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.aliases/header_regex_libcpp_version.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.aliases/header_set_libcpp_version.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.aliases/header_string_libcpp_version.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.aliases/header_unordered_map_libcpp_version.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.aliases/header_unordered_set_libcpp_version.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.aliases/header_vector_libcpp_version.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.global/global_memory_resource_lifetime.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.global/new_delete_resource_lifetime.pass.cpp delete mode 100644 test/libcxx/experimental/memory/memory.resource.synop/version.pass.cpp delete mode 100644 test/libcxx/experimental/numerics/numeric.ops/use_header_warning.fail.cpp delete mode 100644 test/libcxx/experimental/numerics/numeric.ops/version.pass.cpp delete mode 100644 test/libcxx/experimental/strings/string.view/use_header_warning.fail.cpp delete mode 100644 test/libcxx/experimental/strings/string.view/version.pass.cpp delete mode 100644 test/libcxx/experimental/utilities/any/use_header_warning.fail.cpp delete mode 100644 test/libcxx/experimental/utilities/any/version.pass.cpp delete mode 100644 test/libcxx/experimental/utilities/meta/version.pass.cpp delete mode 100644 test/libcxx/experimental/utilities/optional/use_header_warning.fail.cpp delete mode 100644 test/libcxx/experimental/utilities/optional/version.pass.cpp delete mode 100644 test/libcxx/experimental/utilities/ratio/use_header_warning.fail.cpp delete mode 100644 test/libcxx/experimental/utilities/ratio/version.pass.cpp delete mode 100644 test/libcxx/experimental/utilities/time/use_header_warning.fail.cpp delete mode 100644 test/libcxx/experimental/utilities/time/version.pass.cpp delete mode 100644 test/libcxx/experimental/utilities/tuple/use_header_warning.fail.cpp delete mode 100644 test/libcxx/experimental/utilities/tuple/version.pass.cpp delete mode 100644 test/libcxx/experimental/utilities/utility/version.pass.cpp delete mode 100644 test/libcxx/extensions/hash/specializations.fail.cpp delete mode 100644 test/libcxx/extensions/hash/specializations.pass.cpp delete mode 100644 test/libcxx/extensions/hash_map/const_iterator.fail.cpp delete mode 100644 test/libcxx/extensions/nothing_to_do.pass.cpp delete mode 100644 test/libcxx/fuzzing/nth_element.cpp delete mode 100644 test/libcxx/fuzzing/partial_sort.cpp delete mode 100644 test/libcxx/fuzzing/partial_sort_copy.cpp delete mode 100644 test/libcxx/fuzzing/partition.cpp delete mode 100644 test/libcxx/fuzzing/partition_copy.cpp delete mode 100644 test/libcxx/fuzzing/regex_ECMAScript.cpp delete mode 100644 test/libcxx/fuzzing/regex_POSIX.cpp delete mode 100644 test/libcxx/fuzzing/regex_awk.cpp delete mode 100644 test/libcxx/fuzzing/regex_egrep.cpp delete mode 100644 test/libcxx/fuzzing/regex_extended.cpp delete mode 100644 test/libcxx/fuzzing/regex_grep.cpp delete mode 100644 test/libcxx/fuzzing/sort.cpp delete mode 100644 test/libcxx/fuzzing/stable_partition.cpp delete mode 100644 test/libcxx/fuzzing/stable_sort.cpp delete mode 100644 test/libcxx/fuzzing/unique.cpp delete mode 100644 test/libcxx/fuzzing/unique_copy.cpp delete mode 100644 test/libcxx/include_as_c.sh.cpp delete mode 100644 test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/fopen.fail.cpp delete mode 100644 test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/rename.fail.cpp delete mode 100644 test/libcxx/input.output/file.streams/c.files/version_ccstdio.pass.cpp delete mode 100644 test/libcxx/input.output/file.streams/c.files/version_cinttypes.pass.cpp delete mode 100644 test/libcxx/input.output/file.streams/fstreams/filebuf/traits_mismatch.fail.cpp delete mode 100644 test/libcxx/input.output/file.streams/fstreams/fstream.close.pass.cpp delete mode 100644 test/libcxx/input.output/file.streams/fstreams/fstream.cons/wchar_pointer.pass.cpp delete mode 100644 test/libcxx/input.output/file.streams/fstreams/fstream.members/open_wchar_pointer.pass.cpp delete mode 100644 test/libcxx/input.output/file.streams/fstreams/ifstream.cons/test.dat delete mode 100644 test/libcxx/input.output/file.streams/fstreams/ifstream.cons/wchar_pointer.pass.cpp delete mode 100644 test/libcxx/input.output/file.streams/fstreams/ifstream.members/open_wchar_pointer.pass.cpp delete mode 100644 test/libcxx/input.output/file.streams/fstreams/ifstream.members/test.dat delete mode 100644 test/libcxx/input.output/file.streams/fstreams/ofstream.cons/wchar_pointer.pass.cpp delete mode 100644 test/libcxx/input.output/file.streams/fstreams/ofstream.members/open_wchar_pointer.pass.cpp delete mode 100644 test/libcxx/input.output/file.streams/fstreams/traits_mismatch.fail.cpp delete mode 100644 test/libcxx/input.output/file.streams/fstreams/version.pass.cpp delete mode 100644 test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/last_write_time.sh.cpp delete mode 100644 test/libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp delete mode 100644 test/libcxx/input.output/filesystems/class.path/path.itr/reverse_iterator_produces_diagnostic.fail.cpp delete mode 100644 test/libcxx/input.output/filesystems/class.path/path.req/is_pathable.pass.cpp delete mode 100644 test/libcxx/input.output/filesystems/convert_file_time.sh.cpp delete mode 100644 test/libcxx/input.output/filesystems/lit.local.cfg delete mode 100644 test/libcxx/input.output/filesystems/version.pass.cpp delete mode 100644 test/libcxx/input.output/iostream.format/input.streams/traits_mismatch.fail.cpp delete mode 100644 test/libcxx/input.output/iostream.format/input.streams/version.pass.cpp delete mode 100644 test/libcxx/input.output/iostream.format/output.streams/traits_mismatch.fail.cpp delete mode 100644 test/libcxx/input.output/iostream.format/output.streams/version.pass.cpp delete mode 100644 test/libcxx/input.output/iostream.format/std.manip/version.pass.cpp delete mode 100644 test/libcxx/input.output/iostream.forward/version.pass.cpp delete mode 100644 test/libcxx/input.output/iostream.objects/version.pass.cpp delete mode 100644 test/libcxx/input.output/iostreams.base/version.pass.cpp delete mode 100644 test/libcxx/input.output/stream.buffers/version.pass.cpp delete mode 100644 test/libcxx/input.output/string.streams/traits_mismatch.fail.cpp delete mode 100644 test/libcxx/input.output/string.streams/version.pass.cpp delete mode 100644 test/libcxx/iterators/failed.pass.cpp delete mode 100644 test/libcxx/iterators/trivial_iterators.pass.cpp delete mode 100644 test/libcxx/iterators/version.pass.cpp delete mode 100644 test/libcxx/language.support/cmp/version.pass.cpp delete mode 100644 test/libcxx/language.support/cstdint/version.pass.cpp delete mode 100644 test/libcxx/language.support/cxa_deleted_virtual.pass.cpp delete mode 100644 test/libcxx/language.support/has_c11_features.pass.cpp delete mode 100644 test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp delete mode 100644 test/libcxx/language.support/support.dynamic/new_faligned_allocation.sh.cpp delete mode 100644 test/libcxx/language.support/support.dynamic/version.pass.cpp delete mode 100644 test/libcxx/language.support/support.exception/version.pass.cpp delete mode 100644 test/libcxx/language.support/support.initlist/version.pass.cpp delete mode 100644 test/libcxx/language.support/support.limits/c.limits/version_cfloat.pass.cpp delete mode 100644 test/libcxx/language.support/support.limits/c.limits/version_climits.pass.cpp delete mode 100644 test/libcxx/language.support/support.limits/limits/version.pass.cpp delete mode 100644 test/libcxx/language.support/support.limits/version.pass.cpp delete mode 100644 test/libcxx/language.support/support.rtti/version.pass.cpp delete mode 100644 test/libcxx/language.support/support.runtime/version_csetjmp.pass.cpp delete mode 100644 test/libcxx/language.support/support.runtime/version_csignal.pass.cpp delete mode 100644 test/libcxx/language.support/support.runtime/version_cstdarg.pass.cpp delete mode 100644 test/libcxx/language.support/support.runtime/version_cstdbool.pass.cpp delete mode 100644 test/libcxx/language.support/support.runtime/version_cstdlib.pass.cpp delete mode 100644 test/libcxx/language.support/support.runtime/version_ctime.pass.cpp delete mode 100644 test/libcxx/language.support/support.types/version.pass.cpp delete mode 100644 test/libcxx/libcpp_alignof.pass.cpp delete mode 100644 test/libcxx/libcpp_version.pass.cpp delete mode 100644 test/libcxx/localization/c.locales/version.pass.cpp delete mode 100644 test/libcxx/localization/locale.categories/__scan_keyword.pass.cpp delete mode 100644 test/libcxx/localization/locale.stdcvt/version.pass.cpp delete mode 100644 test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/ctor_move.pass.cpp delete mode 100644 test/libcxx/localization/locales/locale/locale.types/locale.facet/facet.pass.cpp delete mode 100644 test/libcxx/localization/locales/locale/locale.types/locale.id/id.pass.cpp delete mode 100644 test/libcxx/localization/version.pass.cpp delete mode 100644 test/libcxx/memory/aligned_allocation_macro.pass.cpp delete mode 100644 test/libcxx/memory/is_allocator.pass.cpp delete mode 100644 test/libcxx/min_max_macros.sh.cpp delete mode 100644 test/libcxx/modules/cinttypes_exports.sh.cpp delete mode 100644 test/libcxx/modules/clocale_exports.sh.cpp delete mode 100644 test/libcxx/modules/cstdint_exports.sh.cpp delete mode 100644 test/libcxx/modules/inttypes_h_exports.sh.cpp delete mode 100644 test/libcxx/modules/stdint_h_exports.sh.cpp delete mode 100644 test/libcxx/numerics/c.math/constexpr-fns.pass.cpp delete mode 100644 test/libcxx/numerics/c.math/ctgmath.pass.cpp delete mode 100644 test/libcxx/numerics/c.math/fdelayed-template-parsing.sh.cpp delete mode 100644 test/libcxx/numerics/c.math/tgmath_h.pass.cpp delete mode 100644 test/libcxx/numerics/c.math/version_cmath.pass.cpp delete mode 100644 test/libcxx/numerics/cfenv/version.pass.cpp delete mode 100644 test/libcxx/numerics/complex.number/__sqr.pass.cpp delete mode 100644 test/libcxx/numerics/complex.number/ccmplx/ccomplex.pass.cpp delete mode 100644 test/libcxx/numerics/complex.number/version.pass.cpp delete mode 100644 test/libcxx/numerics/numarray/version.pass.cpp delete mode 100644 test/libcxx/numerics/numeric.ops/version.pass.cpp delete mode 100644 test/libcxx/numerics/rand/rand.synopsis/version.pass.cpp delete mode 100644 test/libcxx/selftest/not_test.sh.cpp delete mode 100644 test/libcxx/selftest/test.arc.fail.mm delete mode 100644 test/libcxx/selftest/test.arc.pass.mm delete mode 100644 test/libcxx/selftest/test.fail.cpp delete mode 100644 test/libcxx/selftest/test.fail.mm delete mode 100644 test/libcxx/selftest/test.pass.cpp delete mode 100644 test/libcxx/selftest/test.pass.mm delete mode 100644 test/libcxx/selftest/test.sh.cpp delete mode 100644 test/libcxx/selftest/test_macros.pass.cpp delete mode 100644 test/libcxx/strings/basic.string/string.modifiers/clear_and_shrink_db1.pass.cpp delete mode 100644 test/libcxx/strings/basic.string/string.modifiers/erase_iter_db1.pass.cpp delete mode 100644 test/libcxx/strings/basic.string/string.modifiers/erase_iter_db2.pass.cpp delete mode 100644 test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db1.pass.cpp delete mode 100644 test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db2.pass.cpp delete mode 100644 test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db3.pass.cpp delete mode 100644 test/libcxx/strings/basic.string/string.modifiers/erase_iter_iter_db4.pass.cpp delete mode 100644 test/libcxx/strings/basic.string/string.modifiers/erase_pop_back_db1.pass.cpp delete mode 100644 test/libcxx/strings/basic.string/string.modifiers/insert_iter_char_db1.pass.cpp delete mode 100644 test/libcxx/strings/basic.string/string.modifiers/insert_iter_size_char_db1.pass.cpp delete mode 100644 test/libcxx/strings/basic.string/string.modifiers/resize_default_initialized.pass.cpp delete mode 100644 test/libcxx/strings/c.strings/version_cctype.pass.cpp delete mode 100644 test/libcxx/strings/c.strings/version_cstring.pass.cpp delete mode 100644 test/libcxx/strings/c.strings/version_cuchar.pass.cpp delete mode 100644 test/libcxx/strings/c.strings/version_cwchar.pass.cpp delete mode 100644 test/libcxx/strings/c.strings/version_cwctype.pass.cpp delete mode 100644 test/libcxx/strings/iterators.exceptions.pass.cpp delete mode 100644 test/libcxx/strings/iterators.noexcept.pass.cpp delete mode 100644 test/libcxx/strings/version.pass.cpp delete mode 100644 test/libcxx/thread/futures/futures.promise/set_exception.pass.cpp delete mode 100644 test/libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp delete mode 100644 test/libcxx/thread/futures/futures.task/types.pass.cpp delete mode 100644 test/libcxx/thread/futures/version.pass.cpp delete mode 100644 test/libcxx/thread/thread.condition/PR30202_notify_from_pthread_created_thread.pass.cpp delete mode 100644 test/libcxx/thread/thread.condition/thread.condition.condvar/native_handle.pass.cpp delete mode 100644 test/libcxx/thread/thread.condition/version.pass.cpp delete mode 100644 test/libcxx/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/native_handle.pass.cpp delete mode 100644 test/libcxx/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/native_handle.pass.cpp delete mode 100644 test/libcxx/thread/thread.mutex/thread_safety_annotations_not_enabled.pass.cpp delete mode 100644 test/libcxx/thread/thread.mutex/thread_safety_lock_guard.pass.cpp delete mode 100644 test/libcxx/thread/thread.mutex/thread_safety_lock_unlock.pass.cpp delete mode 100644 test/libcxx/thread/thread.mutex/thread_safety_missing_unlock.fail.cpp delete mode 100644 test/libcxx/thread/thread.mutex/thread_safety_requires_capability.pass.cpp delete mode 100644 test/libcxx/thread/thread.mutex/version.pass.cpp delete mode 100644 test/libcxx/thread/thread.threads/thread.thread.class/thread.thread.member/native_handle.pass.cpp delete mode 100644 test/libcxx/thread/thread.threads/thread.thread.class/types.pass.cpp delete mode 100644 test/libcxx/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp delete mode 100644 test/libcxx/thread/thread.threads/version.pass.cpp delete mode 100644 test/libcxx/type_traits/convert_to_integral.pass.cpp delete mode 100644 test/libcxx/type_traits/lazy_metafunctions.pass.cpp delete mode 100644 test/libcxx/utilities/any/size_and_alignment.pass.cpp delete mode 100644 test/libcxx/utilities/any/small_type.pass.cpp delete mode 100644 test/libcxx/utilities/any/version.pass.cpp delete mode 100644 test/libcxx/utilities/function.objects/func.require/bullet_1_2_3.pass.cpp delete mode 100644 test/libcxx/utilities/function.objects/func.require/bullet_4_5_6.pass.cpp delete mode 100644 test/libcxx/utilities/function.objects/func.require/bullet_7.pass.cpp delete mode 100644 test/libcxx/utilities/function.objects/func.require/invoke.pass.cpp delete mode 100644 test/libcxx/utilities/function.objects/func.require/invoke_helpers.h delete mode 100644 test/libcxx/utilities/function.objects/refwrap/binary.pass.cpp delete mode 100644 test/libcxx/utilities/function.objects/refwrap/unary.pass.cpp delete mode 100644 test/libcxx/utilities/function.objects/unord.hash/murmur2_or_cityhash_ubsan_unsigned_overflow_ignored.pass.cpp delete mode 100644 test/libcxx/utilities/function.objects/version.pass.cpp delete mode 100644 test/libcxx/utilities/memory/util.dynamic.safety/get_pointer_safety_cxx03.pass.cpp delete mode 100644 test/libcxx/utilities/memory/util.dynamic.safety/get_pointer_safety_new_abi.pass.cpp delete mode 100644 test/libcxx/utilities/memory/util.smartptr/race_condition.pass.cpp delete mode 100644 test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/function_type_default_deleter.fail.cpp delete mode 100644 test/libcxx/utilities/memory/version.pass.cpp delete mode 100644 test/libcxx/utilities/meta/is_referenceable.pass.cpp delete mode 100644 test/libcxx/utilities/meta/meta.unary/meta.unary.prop/__has_operator_addressof.pass.cpp delete mode 100644 test/libcxx/utilities/meta/meta.unary/meta.unary.prop/missing_is_aggregate_trait.fail.cpp delete mode 100644 test/libcxx/utilities/meta/version.pass.cpp delete mode 100644 test/libcxx/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp delete mode 100644 test/libcxx/utilities/optional/optional.object/optional.object.assign/move.pass.cpp delete mode 100644 test/libcxx/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp delete mode 100644 test/libcxx/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp delete mode 100644 test/libcxx/utilities/optional/optional.object/triviality.abi.pass.cpp delete mode 100644 test/libcxx/utilities/optional/version.pass.cpp delete mode 100644 test/libcxx/utilities/ratio/version.pass.cpp delete mode 100644 test/libcxx/utilities/template.bitset/includes.pass.cpp delete mode 100644 test/libcxx/utilities/template.bitset/version.pass.cpp delete mode 100644 test/libcxx/utilities/time/date.time/asctime.thread-unsafe.fail.cpp delete mode 100644 test/libcxx/utilities/time/date.time/ctime.thread-unsafe.fail.cpp delete mode 100644 test/libcxx/utilities/time/date.time/gmtime.thread-unsafe.fail.cpp delete mode 100644 test/libcxx/utilities/time/date.time/localtime.thread-unsafe.fail.cpp delete mode 100644 test/libcxx/utilities/time/version.pass.cpp delete mode 100644 test/libcxx/utilities/tuple/tuple.tuple/empty_member.pass.cpp delete mode 100644 test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.fail.cpp delete mode 100644 test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/disable_reduced_arity_initialization_extension.pass.cpp delete mode 100644 test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/enable_reduced_arity_initialization_extension.pass.cpp delete mode 100644 test/libcxx/utilities/tuple/version.pass.cpp delete mode 100644 test/libcxx/utilities/type.index/version.pass.cpp delete mode 100644 test/libcxx/utilities/utility/__is_inplace_index.pass.cpp delete mode 100644 test/libcxx/utilities/utility/__is_inplace_type.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/U_V.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/assign_tuple_like.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/const_first_const_second.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/const_pair_U_V.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/default.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/non_trivial_copy_move_ABI.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/pair.tuple_element.fail.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/piecewise.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp delete mode 100644 test/libcxx/utilities/utility/pairs/pairs.pair/trivial_copy_move_ABI.pass.cpp delete mode 100644 test/libcxx/utilities/utility/version.pass.cpp delete mode 100644 test/libcxx/utilities/variant/variant.variant/variant.helper/variant_alternative.fail.cpp delete mode 100644 test/libcxx/utilities/variant/variant.variant/variant_size.pass.cpp delete mode 100644 test/libcxx/utilities/variant/version.pass.cpp delete mode 100644 test/lit.cfg delete mode 100644 test/lit.site.cfg.in delete mode 100644 test/nothing_to_do.pass.cpp delete mode 100644 test/std/algorithms/alg.c.library/tested_elsewhere.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.copy/copy.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.copy/copy_backward.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.copy/copy_if.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.copy/copy_n.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.fill/fill.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.fill/fill_n.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.generate/generate.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.generate/generate_n.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.move/move.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.move/move_backward.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.partitions/partition_copy.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.partitions/partition_point.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.partitions/stable_partition.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.fail.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.random.sample/sample.stable.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_urng.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.remove/remove.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.remove/remove_copy.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.remove/remove_copy_if.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.remove/remove_if.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.replace/replace.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.replace/replace_copy.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.replace/replace_if.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.rotate/rotate_copy.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.swap/iter_swap.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.transform/binary_transform.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.transform/unary_transform.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.unique/unique.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.unique/unique_copy.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.unique/unique_copy_pred.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/alg.unique/unique_pred.pass.cpp delete mode 100644 test/std/algorithms/alg.modifying.operations/nothing_to_do.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.adjacent.find/adjacent_find_pred.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.all_of/all_of.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.any_of/any_of.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.count/count.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.equal/equal.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.equal/equal_pred.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.find.end/find_end.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.find.end/find_end_pred.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.find.first.of/find_first_of_pred.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.find/find.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.find/find_if.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.find/find_if_not.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.foreach/for_each_n.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.foreach/test.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.is_permutation/is_permutation_pred.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.none_of/none_of.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.search/search.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.search/search_n.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.search/search_n_pred.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/alg.search/search_pred.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/mismatch/mismatch.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/mismatch/mismatch_pred.pass.cpp delete mode 100644 test/std/algorithms/alg.nonmodifying/nothing_to_do.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.binary.search/binary.search/binary_search_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.binary.search/equal.range/equal_range_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.binary.search/lower.bound/lower_bound_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.binary.search/nothing_to_do.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.binary.search/upper.bound/upper_bound_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.clamp/clamp.comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.clamp/clamp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/is_heap_until_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/nothing_to_do.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/sort_heap_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.lex.comparison/lexicographical_compare_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.merge/inplace_merge.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.merge/inplace_merge_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.merge/merge.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/max.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/max_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/max_element.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/max_element_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/max_init_list.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/max_init_list_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/min.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/min_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/min_element.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/min_element_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/min_init_list.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/min_init_list_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/minmax.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/minmax_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/minmax_element.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/minmax_element_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/minmax_init_list.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/minmax_init_list_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.min.max/requires_forward_iterator.fail.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.nth.element/nth_element.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.nth.element/nth_element_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.permutation.generators/next_permutation.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.permutation.generators/prev_permutation.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.set.operations/includes/includes.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.set.operations/includes/includes_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.set.operations/nothing_to_do.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.set.operations/set.difference/set_difference_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/set_intersection_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/set_symmetric_difference_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.set.operations/set.union/set_union.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.set.operations/set.union/set_union_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.set.operations/set.union/set_union_move.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/is.sorted/is_sorted_until_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/nothing_to_do.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/sort/sort.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/sort/sort_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort_comp.pass.cpp delete mode 100644 test/std/algorithms/alg.sorting/nothing_to_do.pass.cpp delete mode 100644 test/std/algorithms/algorithms.general/nothing_to_do.pass.cpp delete mode 100644 test/std/atomics/atomics.fences/atomic_signal_fence.pass.cpp delete mode 100644 test/std/atomics/atomics.fences/atomic_thread_fence.pass.cpp delete mode 100644 test/std/atomics/atomics.flag/atomic_flag_clear.pass.cpp delete mode 100644 test/std/atomics/atomics.flag/atomic_flag_clear_explicit.pass.cpp delete mode 100644 test/std/atomics/atomics.flag/atomic_flag_test_and_set.pass.cpp delete mode 100644 test/std/atomics/atomics.flag/atomic_flag_test_and_set_explicit.pass.cpp delete mode 100644 test/std/atomics/atomics.flag/clear.pass.cpp delete mode 100644 test/std/atomics/atomics.flag/copy_assign.fail.cpp delete mode 100644 test/std/atomics/atomics.flag/copy_ctor.fail.cpp delete mode 100644 test/std/atomics/atomics.flag/copy_volatile_assign.fail.cpp delete mode 100644 test/std/atomics/atomics.flag/default.pass.cpp delete mode 100644 test/std/atomics/atomics.flag/init.pass.cpp delete mode 100644 test/std/atomics/atomics.flag/test_and_set.pass.cpp delete mode 100644 test/std/atomics/atomics.general/nothing_to_do.pass.cpp delete mode 100644 test/std/atomics/atomics.general/replace_failure_order.pass.cpp delete mode 100644 test/std/atomics/atomics.lockfree/isalwayslockfree.pass.cpp delete mode 100644 test/std/atomics/atomics.lockfree/lockfree.pass.cpp delete mode 100644 test/std/atomics/atomics.order/kill_dependency.pass.cpp delete mode 100644 test/std/atomics/atomics.order/memory_order.pass.cpp delete mode 100644 test/std/atomics/atomics.syn/nothing_to_do.pass.cpp delete mode 100644 test/std/atomics/atomics.types.generic/address.pass.cpp delete mode 100644 test/std/atomics/atomics.types.generic/bool.pass.cpp delete mode 100644 test/std/atomics/atomics.types.generic/cstdint_typedefs.pass.cpp delete mode 100644 test/std/atomics/atomics.types.generic/integral.pass.cpp delete mode 100644 test/std/atomics/atomics.types.generic/integral_typedefs.pass.cpp delete mode 100644 test/std/atomics/atomics.types.generic/trivially_copyable.fail.cpp delete mode 100644 test/std/atomics/atomics.types.generic/trivially_copyable.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.arith/nothing_to_do.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.general/nothing_to_do.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.pointer/nothing_to_do.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explicit.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_exchange.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_exchange_explicit.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_add_explicit.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_and.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_and_explicit.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_or.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_or_explicit.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_sub_explicit.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_xor.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_fetch_xor_explicit.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_helpers.h delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_init.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_is_lock_free.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_load.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_load_explicit.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_store.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_store_explicit.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_var_init.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.req/ctor.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/atomics.types.operations.templ/nothing_to_do.pass.cpp delete mode 100644 test/std/atomics/atomics.types.operations/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/Copyable.h delete mode 100644 test/std/containers/Emplaceable.h delete mode 100644 test/std/containers/NotConstructible.h delete mode 100644 test/std/containers/associative/iterator_types.pass.cpp delete mode 100644 test/std/containers/associative/map/PR28469_undefined_behavior_segfault.sh.cpp delete mode 100644 test/std/containers/associative/map/allocator_mismatch.fail.cpp delete mode 100644 test/std/containers/associative/map/compare.pass.cpp delete mode 100644 test/std/containers/associative/map/incomplete_type.pass.cpp delete mode 100644 test/std/containers/associative/map/map.access/at.pass.cpp delete mode 100644 test/std/containers/associative/map/map.access/empty.fail.cpp delete mode 100644 test/std/containers/associative/map/map.access/empty.pass.cpp delete mode 100644 test/std/containers/associative/map/map.access/index_key.pass.cpp delete mode 100644 test/std/containers/associative/map/map.access/index_rv_key.pass.cpp delete mode 100644 test/std/containers/associative/map/map.access/index_tuple.pass.cpp delete mode 100644 test/std/containers/associative/map/map.access/iterator.pass.cpp delete mode 100644 test/std/containers/associative/map/map.access/max_size.pass.cpp delete mode 100644 test/std/containers/associative/map/map.access/size.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/alloc.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/assign_initializer_list.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/compare.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/compare_alloc.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/compare_copy_constructible.fail.cpp delete mode 100644 test/std/containers/associative/map/map.cons/copy.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/copy_alloc.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/copy_assign.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/default.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/default_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/default_recursive.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/initializer_list.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/initializer_list_compare.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/initializer_list_compare_alloc.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/iter_iter.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/iter_iter_comp.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/iter_iter_comp_alloc.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/move.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/move_alloc.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/move_assign.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/map/map.cons/move_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/map/map.erasure/erase_if.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/clear.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/emplace.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/emplace_hint.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/erase_iter.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/erase_iter_iter.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/erase_key.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/extract_iterator.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/extract_key.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/insert_and_emplace_allocator_requirements.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/insert_cv.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/insert_initializer_list.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/insert_iter_cv.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/insert_iter_iter.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/insert_iter_rv.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/insert_node_type.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/insert_node_type_hint.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/insert_or_assign.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/insert_rv.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/merge.pass.cpp delete mode 100644 test/std/containers/associative/map/map.modifiers/try.emplace.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/count.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/count0.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/count1.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/count2.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/count3.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/count_transparent.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/equal_range.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/equal_range0.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/equal_range1.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/equal_range2.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/equal_range3.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/equal_range_transparent.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/find.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/find0.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/find1.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/find2.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/find3.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/lower_bound.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/lower_bound0.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/lower_bound1.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/lower_bound2.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/lower_bound3.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/upper_bound.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/upper_bound0.pass.cpp delete mode 100644 test/std/containers/associative/map/map.ops/upper_bound1.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/upper_bound2.fail.cpp delete mode 100644 test/std/containers/associative/map/map.ops/upper_bound3.fail.cpp delete mode 100644 test/std/containers/associative/map/map.special/member_swap.pass.cpp delete mode 100644 test/std/containers/associative/map/map.special/non_member_swap.pass.cpp delete mode 100644 test/std/containers/associative/map/map.special/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/map/types.pass.cpp delete mode 100644 test/std/containers/associative/multimap/allocator_mismatch.fail.cpp delete mode 100644 test/std/containers/associative/multimap/empty.fail.cpp delete mode 100644 test/std/containers/associative/multimap/empty.pass.cpp delete mode 100644 test/std/containers/associative/multimap/incomplete_type.pass.cpp delete mode 100644 test/std/containers/associative/multimap/iterator.pass.cpp delete mode 100644 test/std/containers/associative/multimap/max_size.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/alloc.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/assign_initializer_list.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/compare.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/compare_alloc.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/compare_copy_constructible.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/copy.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/copy_alloc.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/copy_assign.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/default.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/default_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/default_recursive.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/initializer_list.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/initializer_list_compare.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/initializer_list_compare_alloc.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/iter_iter.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/iter_iter_comp.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/iter_iter_comp_alloc.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/move.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/move_alloc.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/move_assign.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.cons/move_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.erasure/erase_if.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/clear.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/emplace.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/emplace_hint.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/erase_iter.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/erase_iter_iter.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/erase_key.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/extract_iterator.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/extract_key.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/insert_allocator_requirements.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/insert_cv.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/insert_initializer_list.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/insert_iter_cv.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/insert_iter_iter.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/insert_iter_rv.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/insert_node_type.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/insert_node_type_hint.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/insert_rv.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.modifiers/merge.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/count.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/count0.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/count1.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/count2.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/count3.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/count_transparent.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/equal_range.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/equal_range0.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/equal_range1.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/equal_range2.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/equal_range3.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/equal_range_transparent.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/find.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/find0.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/find1.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/find2.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/find3.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/lower_bound.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/lower_bound0.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/lower_bound1.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/lower_bound2.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/lower_bound3.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/upper_bound.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/upper_bound0.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/upper_bound1.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/upper_bound2.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.ops/upper_bound3.fail.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.special/member_swap.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.special/non_member_swap.pass.cpp delete mode 100644 test/std/containers/associative/multimap/multimap.special/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/multimap/scary.pass.cpp delete mode 100644 test/std/containers/associative/multimap/size.pass.cpp delete mode 100644 test/std/containers/associative/multimap/types.pass.cpp delete mode 100644 test/std/containers/associative/multiset/allocator_mismatch.fail.cpp delete mode 100644 test/std/containers/associative/multiset/clear.pass.cpp delete mode 100644 test/std/containers/associative/multiset/count.pass.cpp delete mode 100644 test/std/containers/associative/multiset/count_transparent.pass.cpp delete mode 100644 test/std/containers/associative/multiset/emplace.pass.cpp delete mode 100644 test/std/containers/associative/multiset/emplace_hint.pass.cpp delete mode 100644 test/std/containers/associative/multiset/empty.fail.cpp delete mode 100644 test/std/containers/associative/multiset/empty.pass.cpp delete mode 100644 test/std/containers/associative/multiset/equal_range.pass.cpp delete mode 100644 test/std/containers/associative/multiset/equal_range_transparent.pass.cpp delete mode 100644 test/std/containers/associative/multiset/erase_iter.pass.cpp delete mode 100644 test/std/containers/associative/multiset/erase_iter_iter.pass.cpp delete mode 100644 test/std/containers/associative/multiset/erase_key.pass.cpp delete mode 100644 test/std/containers/associative/multiset/extract_iterator.pass.cpp delete mode 100644 test/std/containers/associative/multiset/extract_key.pass.cpp delete mode 100644 test/std/containers/associative/multiset/find.pass.cpp delete mode 100644 test/std/containers/associative/multiset/incomplete_type.pass.cpp delete mode 100644 test/std/containers/associative/multiset/insert_cv.pass.cpp delete mode 100644 test/std/containers/associative/multiset/insert_emplace_allocator_requirements.pass.cpp delete mode 100644 test/std/containers/associative/multiset/insert_initializer_list.pass.cpp delete mode 100644 test/std/containers/associative/multiset/insert_iter_cv.pass.cpp delete mode 100644 test/std/containers/associative/multiset/insert_iter_iter.pass.cpp delete mode 100644 test/std/containers/associative/multiset/insert_iter_rv.pass.cpp delete mode 100644 test/std/containers/associative/multiset/insert_node_type.pass.cpp delete mode 100644 test/std/containers/associative/multiset/insert_node_type_hint.pass.cpp delete mode 100644 test/std/containers/associative/multiset/insert_rv.pass.cpp delete mode 100644 test/std/containers/associative/multiset/iterator.pass.cpp delete mode 100644 test/std/containers/associative/multiset/lower_bound.pass.cpp delete mode 100644 test/std/containers/associative/multiset/max_size.pass.cpp delete mode 100644 test/std/containers/associative/multiset/merge.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/alloc.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/assign_initializer_list.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/compare.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/compare_alloc.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/compare_copy_constructible.fail.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/copy.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/copy_alloc.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/copy_assign.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/default.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/default_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/initializer_list.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/initializer_list_compare.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/initializer_list_compare_alloc.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/iter_iter.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/iter_iter_alloc.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/iter_iter_comp.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/move.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/move_alloc.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/move_assign.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.cons/move_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.erasure/erase_if.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.special/member_swap.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.special/non_member_swap.pass.cpp delete mode 100644 test/std/containers/associative/multiset/multiset.special/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/multiset/scary.pass.cpp delete mode 100644 test/std/containers/associative/multiset/size.pass.cpp delete mode 100644 test/std/containers/associative/multiset/types.pass.cpp delete mode 100644 test/std/containers/associative/multiset/upper_bound.pass.cpp delete mode 100644 test/std/containers/associative/set/allocator_mismatch.fail.cpp delete mode 100644 test/std/containers/associative/set/clear.pass.cpp delete mode 100644 test/std/containers/associative/set/count.pass.cpp delete mode 100644 test/std/containers/associative/set/count_transparent.pass.cpp delete mode 100644 test/std/containers/associative/set/emplace.pass.cpp delete mode 100644 test/std/containers/associative/set/emplace_hint.pass.cpp delete mode 100644 test/std/containers/associative/set/empty.fail.cpp delete mode 100644 test/std/containers/associative/set/empty.pass.cpp delete mode 100644 test/std/containers/associative/set/equal_range.pass.cpp delete mode 100644 test/std/containers/associative/set/equal_range_transparent.pass.cpp delete mode 100644 test/std/containers/associative/set/erase_iter.pass.cpp delete mode 100644 test/std/containers/associative/set/erase_iter_iter.pass.cpp delete mode 100644 test/std/containers/associative/set/erase_key.pass.cpp delete mode 100644 test/std/containers/associative/set/extract_iterator.pass.cpp delete mode 100644 test/std/containers/associative/set/extract_key.pass.cpp delete mode 100644 test/std/containers/associative/set/find.pass.cpp delete mode 100644 test/std/containers/associative/set/incomplete_type.pass.cpp delete mode 100644 test/std/containers/associative/set/insert_and_emplace_allocator_requirements.pass.cpp delete mode 100644 test/std/containers/associative/set/insert_cv.pass.cpp delete mode 100644 test/std/containers/associative/set/insert_initializer_list.pass.cpp delete mode 100644 test/std/containers/associative/set/insert_iter_cv.pass.cpp delete mode 100644 test/std/containers/associative/set/insert_iter_iter.pass.cpp delete mode 100644 test/std/containers/associative/set/insert_iter_rv.pass.cpp delete mode 100644 test/std/containers/associative/set/insert_node_type.pass.cpp delete mode 100644 test/std/containers/associative/set/insert_node_type_hint.pass.cpp delete mode 100644 test/std/containers/associative/set/insert_rv.pass.cpp delete mode 100644 test/std/containers/associative/set/iterator.pass.cpp delete mode 100644 test/std/containers/associative/set/lower_bound.pass.cpp delete mode 100644 test/std/containers/associative/set/max_size.pass.cpp delete mode 100644 test/std/containers/associative/set/merge.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/alloc.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/assign_initializer_list.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/compare.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/compare_alloc.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/compare_copy_constructible.fail.cpp delete mode 100644 test/std/containers/associative/set/set.cons/copy.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/copy_alloc.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/copy_assign.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/default.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/default_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/initializer_list.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/initializer_list_compare.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/initializer_list_compare_alloc.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/iter_iter.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/iter_iter_alloc.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/iter_iter_comp.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/move.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/move_alloc.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/move_assign.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/set/set.cons/move_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/set/set.erasure/erase_if.pass.cpp delete mode 100644 test/std/containers/associative/set/set.special/member_swap.pass.cpp delete mode 100644 test/std/containers/associative/set/set.special/non_member_swap.pass.cpp delete mode 100644 test/std/containers/associative/set/set.special/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/associative/set/size.pass.cpp delete mode 100644 test/std/containers/associative/set/types.pass.cpp delete mode 100644 test/std/containers/associative/set/upper_bound.pass.cpp delete mode 100644 test/std/containers/container.adaptors/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_cont_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_rcont_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_copy_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_move_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/assign_copy.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/assign_move.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp_container.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp_rcontainer.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_copy.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_default.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp_cont.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp_rcont.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/ctor_move.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/deduct.fail.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/deduct.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/default_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.cons/move_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.members/emplace.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.members/empty.fail.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.members/empty.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.members/pop.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.members/push.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.members/push_rvalue.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.members/size.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.members/swap.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.members/top.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.special/swap.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/priqueue.special/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/types.fail.cpp delete mode 100644 test/std/containers/container.adaptors/priority.queue/types.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons.alloc/ctor_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons.alloc/ctor_container_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons.alloc/ctor_queue_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons.alloc/ctor_rcontainer_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons.alloc/ctor_rqueue_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons/ctor_container.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons/ctor_copy.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons/ctor_default.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons/ctor_move.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons/ctor_rcontainer.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons/deduct.fail.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons/deduct.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons/default_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.cons/move_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/assign_copy.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/assign_move.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/back.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/back_const.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/emplace.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/empty.fail.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/empty.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/front.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/front_const.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/pop.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/push.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/push_rv.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/size.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/swap.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/types.fail.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.defn/types.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.ops/eq.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.ops/lt.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.special/swap.pass.cpp delete mode 100644 test/std/containers/container.adaptors/queue/queue.special/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_container_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_copy_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rcontainer_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons.alloc/ctor_rqueue_alloc.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons/ctor_container.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons/ctor_copy.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons/ctor_default.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons/ctor_move.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons/ctor_rcontainer.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons/deduct.fail.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons/deduct.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons/default_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.cons/move_noexcept.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/assign_copy.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/assign_move.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/emplace.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/empty.fail.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/empty.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/pop.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/push.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/push_rv.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/size.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/swap.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/top.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/top_const.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/types.fail.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.defn/types.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.ops/eq.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.ops/lt.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.special/swap.pass.cpp delete mode 100644 test/std/containers/container.adaptors/stack/stack.special/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/container.node/node_handle.pass.cpp delete mode 100644 test/std/containers/container.requirements/associative.reqmts/associative.reqmts.except/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/container.requirements/associative.reqmts/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/container.requirements/container.requirements.dataraces/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/container.requirements/container.requirements.general/allocator_move.pass.cpp delete mode 100644 test/std/containers/container.requirements/container.requirements.general/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/container.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/container.requirements/sequence.reqmts/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/container.requirements/unord.req/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/container.requirements/unord.req/unord.req.except/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/containers.general/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/map_allocator_requirement_test_templates.h delete mode 100644 test/std/containers/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.cons/deduct.fail.cpp delete mode 100644 test/std/containers/sequences/array/array.cons/deduct.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.cons/default.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.cons/implicit_copy.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.cons/initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.data/data.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.data/data_const.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.fill/fill.fail.cpp delete mode 100644 test/std/containers/sequences/array/array.fill/fill.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.size/size.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.special/swap.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.swap/swap.fail.cpp delete mode 100644 test/std/containers/sequences/array/array.swap/swap.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.tuple/get.fail.cpp delete mode 100644 test/std/containers/sequences/array/array.tuple/get.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.tuple/get_const.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.tuple/get_const_rv.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.tuple/get_rv.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.tuple/tuple_element.fail.cpp delete mode 100644 test/std/containers/sequences/array/array.tuple/tuple_element.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.tuple/tuple_size.pass.cpp delete mode 100644 test/std/containers/sequences/array/array.zero/tested_elsewhere.pass.cpp delete mode 100644 test/std/containers/sequences/array/at.pass.cpp delete mode 100644 test/std/containers/sequences/array/begin.pass.cpp delete mode 100644 test/std/containers/sequences/array/compare.fail.cpp delete mode 100644 test/std/containers/sequences/array/compare.pass.cpp delete mode 100644 test/std/containers/sequences/array/contiguous.pass.cpp delete mode 100644 test/std/containers/sequences/array/empty.fail.cpp delete mode 100644 test/std/containers/sequences/array/empty.pass.cpp delete mode 100644 test/std/containers/sequences/array/front_back.pass.cpp delete mode 100644 test/std/containers/sequences/array/indexing.pass.cpp delete mode 100644 test/std/containers/sequences/array/iterators.pass.cpp delete mode 100644 test/std/containers/sequences/array/max_size.pass.cpp delete mode 100644 test/std/containers/sequences/array/size_and_alignment.pass.cpp delete mode 100644 test/std/containers/sequences/array/types.pass.cpp delete mode 100644 test/std/containers/sequences/deque/allocator_mismatch.fail.cpp delete mode 100644 test/std/containers/sequences/deque/deque.capacity/access.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.capacity/empty.fail.cpp delete mode 100644 test/std/containers/sequences/deque/deque.capacity/empty.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.capacity/max_size.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.capacity/resize_size.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.capacity/resize_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.capacity/shrink_to_fit.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.capacity/size.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/alloc.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/assign_initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/assign_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/assign_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/copy.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/copy_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/deduct.fail.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/deduct.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/default.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/default_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/initializer_list_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/iter_iter_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/move.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/move_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/move_assign.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/move_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/op_equal.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/op_equal_initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/size.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/size_value.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.cons/size_value_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.erasure/erase.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.erasure/erase_if.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/clear.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/emplace.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/emplace_back.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/emplace_front.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/erase_iter.invalidation.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/erase_iter.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/erase_iter_iter.invalidation.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/erase_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/insert_iter_initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/insert_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/insert_rvalue.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/insert_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/insert_value.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/pop_back.invalidation.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/pop_back.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/pop_front.invalidation.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/pop_front.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/push_back.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/push_back_exception_safety.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/push_back_rvalue.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/push_front.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/push_front_exception_safety.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.modifiers/push_front_rvalue.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.special/copy.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.special/copy_backward.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.special/move.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.special/move_backward.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.special/swap.pass.cpp delete mode 100644 test/std/containers/sequences/deque/deque.special/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/deque/iterators.pass.cpp delete mode 100644 test/std/containers/sequences/deque/types.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/allocator_mismatch.fail.cpp delete mode 100644 test/std/containers/sequences/forwardlist/empty.fail.cpp delete mode 100644 test/std/containers/sequences/forwardlist/empty.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.access/front.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/alloc.fail.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/alloc.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/assign_copy.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/assign_init.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/assign_move.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/assign_op_init.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/assign_range.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/assign_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/copy.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/copy_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/deduct.fail.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/deduct.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/default.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/default_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/default_recursive.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/init.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/init_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/move.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/move_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/move_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/range.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/range_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/size.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/size_value.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.cons/size_value_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.erasure/erase.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.erasure/erase_if.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.iter/before_begin.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.iter/iterators.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/clear.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/emplace_after.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/emplace_front.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/erase_after_many.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/erase_after_one.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_const.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_init.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_range.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_rv.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/insert_after_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/pop_front.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/push_front_const.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/push_front_exception_safety.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/push_front_rv.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/resize_size.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.modifiers/resize_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.ops/merge.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.ops/merge_pred.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.ops/remove.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.ops/remove_if.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.ops/reverse.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.ops/sort.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.ops/sort_pred.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.ops/splice_after_flist.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.ops/splice_after_one.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.ops/splice_after_range.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.ops/unique.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.ops/unique_pred.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.spec/equal.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.spec/member_swap.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.spec/non_member_swap.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.spec/relational.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/forwardlist.spec/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/incomplete.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/max_size.pass.cpp delete mode 100644 test/std/containers/sequences/forwardlist/types.pass.cpp delete mode 100644 test/std/containers/sequences/list/allocator_mismatch.fail.cpp delete mode 100644 test/std/containers/sequences/list/incomplete_type.pass.cpp delete mode 100644 test/std/containers/sequences/list/iterators.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.capacity/empty.fail.cpp delete mode 100644 test/std/containers/sequences/list/list.capacity/empty.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.capacity/max_size.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.capacity/resize_size.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.capacity/resize_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.capacity/size.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/assign_copy.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/assign_initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/assign_move.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/copy.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/copy_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/deduct.fail.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/deduct.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/default.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/default_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/default_stack_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/initializer_list_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/input_iterator.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/move.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/move_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/move_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/op_equal_initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/size_type.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.cons/size_value_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.erasure/erase.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.erasure/erase_if.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/clear.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/emplace.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/emplace_back.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/emplace_front.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/erase_iter.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/erase_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/insert_iter_initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/insert_iter_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/insert_iter_rvalue.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/insert_iter_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/insert_iter_value.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/pop_back.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/pop_front.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/push_back.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/push_back_exception_safety.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/push_back_rvalue.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/push_front.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/push_front_exception_safety.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.modifiers/push_front_rvalue.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.ops/merge.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.ops/merge_comp.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.ops/remove.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.ops/remove_if.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.ops/reverse.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.ops/sort.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.ops/sort_comp.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.ops/splice_pos_list.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.ops/splice_pos_list_iter.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.ops/splice_pos_list_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.ops/unique.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.ops/unique_pred.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.special/swap.pass.cpp delete mode 100644 test/std/containers/sequences/list/list.special/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/list/types.pass.cpp delete mode 100644 test/std/containers/sequences/nothing_to_do.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/assign_copy.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/assign_initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/assign_move.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/capacity.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/construct_default.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/construct_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/construct_iter_iter_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/construct_size.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/construct_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/construct_size_value_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/copy.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/copy_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/default_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/emplace.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/emplace_back.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/empty.fail.cpp delete mode 100644 test/std/containers/sequences/vector.bool/empty.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/enabled_hash.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/erase_iter.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/erase_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/find.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/initializer_list_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/insert_iter_initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/insert_iter_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/insert_iter_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/insert_iter_value.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/iterators.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/move.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/move_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/move_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/op_equal_initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/push_back.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/reference.swap.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/reserve.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/resize_size.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/resize_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/shrink_to_fit.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/size.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/swap.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/types.pass.cpp delete mode 100644 test/std/containers/sequences/vector.bool/vector_bool.pass.cpp delete mode 100644 test/std/containers/sequences/vector/allocator_mismatch.fail.cpp delete mode 100644 test/std/containers/sequences/vector/contiguous.pass.cpp delete mode 100644 test/std/containers/sequences/vector/iterators.pass.cpp delete mode 100644 test/std/containers/sequences/vector/types.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.capacity/capacity.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.capacity/empty.fail.cpp delete mode 100644 test/std/containers/sequences/vector/vector.capacity/empty.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.capacity/max_size.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.capacity/reserve.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.capacity/resize_size.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.capacity/resize_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.capacity/shrink_to_fit.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.capacity/size.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.capacity/swap.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/assign_copy.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/assign_initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/assign_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/assign_move.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/assign_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/construct_default.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/construct_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/construct_iter_iter_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/construct_size.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/construct_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/construct_size_value_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/copy.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/copy_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/deduct.fail.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/deduct.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/default.recursive.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/default_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/initializer_list_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/move.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/move_alloc.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/move_noexcept.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.cons/op_equal_initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.data/data.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.data/data_const.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.erasure/erase.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.erasure/erase_if.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/clear.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/emplace.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/emplace_back.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/emplace_extra.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/erase_iter.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/erase_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/insert_iter_initializer_list.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/insert_iter_iter_iter.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/insert_iter_rvalue.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/insert_iter_size_value.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/insert_iter_value.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/pop_back.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/push_back.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/push_back_exception_safety.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.modifiers/push_back_rvalue.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.special/swap.pass.cpp delete mode 100644 test/std/containers/sequences/vector/vector.special/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/set_allocator_requirement_test_templates.h delete mode 100644 test/std/containers/test_compare.h delete mode 100644 test/std/containers/test_hash.h delete mode 100644 test/std/containers/unord/iterator_difference_type.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/allocator_mismatch.fail.cpp delete mode 100644 test/std/containers/unord/unord.map/bucket.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/bucket_count.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/bucket_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/compare.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/count.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/empty.fail.cpp delete mode 100644 test/std/containers/unord/unord.map/empty.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/eq.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/equal_range_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/equal_range_non_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/erase_if.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/find_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/find_non_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/incomplete_type.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/iterators.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/load_factor.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/local_iterators.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/max_bucket_count.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/max_load_factor.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/max_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/rehash.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/reserve.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/size.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/swap_member.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/types.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/assign_copy.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/assign_init.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/assign_move.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/compare_copy_constructible.fail.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/copy.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/copy_alloc.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/default.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/default_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/hash_copy_constructible.fail.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/init.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/init_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/init_size_hash.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/init_size_hash_equal.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/init_size_hash_equal_allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/move.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/move_alloc.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/move_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/range.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/range_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/range_size_hash.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/range_size_hash_equal_allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/size.fail.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/size.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/size_hash.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/size_hash_equal.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.cnstr/size_hash_equal_allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.elem/at.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.elem/index.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.elem/index_tuple.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/clear.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/emplace.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/emplace_hint.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/erase_const_iter.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_db1.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_db2.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db1.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db2.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db3.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/erase_iter_iter_db4.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/erase_key.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/erase_range.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/extract_iterator.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/extract_key.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/insert_and_emplace_allocator_requirements.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/insert_const_lvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/insert_hint_const_lvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/insert_hint_rvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/insert_init.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/insert_node_type.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/insert_node_type_hint.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/insert_or_assign.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/insert_range.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/insert_rvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/merge.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.modifiers/try.emplace.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.swap/db_swap_1.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.swap/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.map/unord.map.swap/swap_non_member.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/allocator_mismatch.fail.cpp delete mode 100644 test/std/containers/unord/unord.multimap/bucket.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/bucket_count.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/bucket_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/count.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/db_iterators_7.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/db_iterators_8.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/db_local_iterators_7.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/db_local_iterators_8.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/empty.fail.cpp delete mode 100644 test/std/containers/unord/unord.multimap/empty.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/eq.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/equal_range_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/equal_range_non_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/erase_if.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/find_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/find_non_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/incomplete.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/iterators.fail.cpp delete mode 100644 test/std/containers/unord/unord.multimap/iterators.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/load_factor.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/local_iterators.fail.cpp delete mode 100644 test/std/containers/unord/unord.multimap/local_iterators.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/max_bucket_count.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/max_load_factor.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/max_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/rehash.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/reserve.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/scary.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/size.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/swap_member.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/types.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/assign_copy.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/assign_init.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/assign_move.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/compare_copy_constructible.fail.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/copy.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/copy_alloc.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/default.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/default_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/hash_copy_constructible.fail.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash_equal.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/init_size_hash_equal_allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move_alloc.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/move_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/range.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/range_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/range_size_hash_equal_allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/size.fail.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/size.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/size_hash.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/size_hash_equal.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.cnstr/size_hash_equal_allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/clear.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/emplace.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/emplace_hint.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_const_iter.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_db1.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_db2.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db1.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db2.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db3.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_iter_iter_db4.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_key.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/erase_range.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/extract_iterator.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/extract_key.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_allocator_requirements.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_const_lvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_hint_const_lvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_hint_rvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_init.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_node_type.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_node_type_hint.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_range.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/insert_rvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.modifiers/merge.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.swap/db_swap_1.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.swap/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.multimap/unord.multimap.swap/swap_non_member.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/allocator_mismatch.fail.cpp delete mode 100644 test/std/containers/unord/unord.multiset/bucket.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/bucket_count.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/bucket_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/clear.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/count.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/db_iterators_7.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/db_iterators_8.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/db_local_iterators_7.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/db_local_iterators_8.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/emplace.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/emplace_hint.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/empty.fail.cpp delete mode 100644 test/std/containers/unord/unord.multiset/empty.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/eq.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/equal_range_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/equal_range_non_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/erase_const_iter.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/erase_if.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/erase_iter_db1.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/erase_iter_db2.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/erase_iter_iter_db1.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/erase_iter_iter_db2.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/erase_iter_iter_db3.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/erase_iter_iter_db4.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/erase_key.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/erase_range.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/extract_iterator.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/extract_key.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/find_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/find_non_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/incomplete.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/insert_const_lvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/insert_emplace_allocator_requirements.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/insert_hint_const_lvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/insert_hint_rvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/insert_init.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/insert_node_type.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/insert_node_type_hint.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/insert_range.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/insert_rvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/iterators.fail.cpp delete mode 100644 test/std/containers/unord/unord.multiset/iterators.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/load_factor.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/local_iterators.fail.cpp delete mode 100644 test/std/containers/unord/unord.multiset/local_iterators.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/max_bucket_count.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/max_load_factor.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/max_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/merge.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/rehash.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/reserve.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/scary.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/size.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/swap_member.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/types.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/assign_copy.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/assign_init.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/assign_move.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/compare_copy_constructible.fail.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/copy.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/copy_alloc.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/default.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/default_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/hash_copy_constructible.fail.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash_equal.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/init_size_hash_equal_allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move_alloc.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/move_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/range.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/range_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/range_size_hash_equal_allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/size.fail.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/size.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/size_hash.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/size_hash_equal.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.cnstr/size_hash_equal_allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.swap/db_swap_1.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.swap/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.multiset/unord.multiset.swap/swap_non_member.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/allocator_mismatch.fail.cpp delete mode 100644 test/std/containers/unord/unord.set/bucket.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/bucket_count.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/bucket_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/clear.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/count.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/db_iterators_7.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/db_iterators_8.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/db_local_iterators_7.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/db_local_iterators_8.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/emplace.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/emplace_hint.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/empty.fail.cpp delete mode 100644 test/std/containers/unord/unord.set/empty.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/eq.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/equal_range_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/equal_range_non_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/erase_const_iter.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/erase_if.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/erase_iter_db1.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/erase_iter_db2.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/erase_iter_iter_db1.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/erase_iter_iter_db2.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/erase_iter_iter_db3.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/erase_iter_iter_db4.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/erase_key.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/erase_range.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/extract_iterator.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/extract_key.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/find_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/find_non_const.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/incomplete.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/insert_and_emplace_allocator_requirements.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/insert_const_lvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/insert_hint_const_lvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/insert_hint_rvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/insert_init.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/insert_node_type.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/insert_node_type_hint.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/insert_range.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/insert_rvalue.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/iterators.fail.cpp delete mode 100644 test/std/containers/unord/unord.set/iterators.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/load_factor.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/local_iterators.fail.cpp delete mode 100644 test/std/containers/unord/unord.set/local_iterators.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/max_bucket_count.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/max_load_factor.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/max_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/merge.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/rehash.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/reserve.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/size.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/swap_member.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/types.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/assign_copy.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/assign_init.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/assign_move.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/compare_copy_constructible.fail.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/copy.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/copy_alloc.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/default.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/default_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/dtor_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/hash_copy_constructible.fail.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/init.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/init_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/init_size_hash.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/init_size_hash_equal.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/init_size_hash_equal_allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/move.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/move_alloc.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/move_assign_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/move_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/range.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/range_size.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/range_size_hash.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/range_size_hash_equal_allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/size.fail.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/size.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/size_hash.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/size_hash_equal.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.cnstr/size_hash_equal_allocator.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.swap/db_swap_1.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.swap/swap_noexcept.pass.cpp delete mode 100644 test/std/containers/unord/unord.set/unord.set.swap/swap_non_member.pass.cpp delete mode 100644 test/std/containers/views/span.cons/array.fail.cpp delete mode 100644 test/std/containers/views/span.cons/array.pass.cpp delete mode 100644 test/std/containers/views/span.cons/assign.pass.cpp delete mode 100644 test/std/containers/views/span.cons/container.fail.cpp delete mode 100644 test/std/containers/views/span.cons/container.pass.cpp delete mode 100644 test/std/containers/views/span.cons/copy.pass.cpp delete mode 100644 test/std/containers/views/span.cons/deduct.pass.cpp delete mode 100644 test/std/containers/views/span.cons/default.fail.cpp delete mode 100644 test/std/containers/views/span.cons/default.pass.cpp delete mode 100644 test/std/containers/views/span.cons/ptr_len.fail.cpp delete mode 100644 test/std/containers/views/span.cons/ptr_len.pass.cpp delete mode 100644 test/std/containers/views/span.cons/ptr_ptr.fail.cpp delete mode 100644 test/std/containers/views/span.cons/ptr_ptr.pass.cpp delete mode 100644 test/std/containers/views/span.cons/span.fail.cpp delete mode 100644 test/std/containers/views/span.cons/span.pass.cpp delete mode 100644 test/std/containers/views/span.cons/stdarray.pass.cpp delete mode 100644 test/std/containers/views/span.elem/data.pass.cpp delete mode 100644 test/std/containers/views/span.elem/op_idx.pass.cpp delete mode 100644 test/std/containers/views/span.iterators/begin.pass.cpp delete mode 100644 test/std/containers/views/span.iterators/end.pass.cpp delete mode 100644 test/std/containers/views/span.iterators/rbegin.pass.cpp delete mode 100644 test/std/containers/views/span.iterators/rend.pass.cpp delete mode 100644 test/std/containers/views/span.objectrep/as_bytes.pass.cpp delete mode 100644 test/std/containers/views/span.objectrep/as_writeable_bytes.fail.cpp delete mode 100644 test/std/containers/views/span.objectrep/as_writeable_bytes.pass.cpp delete mode 100644 test/std/containers/views/span.obs/empty.pass.cpp delete mode 100644 test/std/containers/views/span.obs/size.pass.cpp delete mode 100644 test/std/containers/views/span.obs/size_bytes.pass.cpp delete mode 100644 test/std/containers/views/span.sub/first.pass.cpp delete mode 100644 test/std/containers/views/span.sub/last.pass.cpp delete mode 100644 test/std/containers/views/span.sub/subspan.pass.cpp delete mode 100644 test/std/containers/views/types.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/A.h delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/AB.h delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/assignment.fail.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/assignment.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert.fail.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert_assignment.fail.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/convert_assignment.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/copy.fail.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/copy.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/explicit.fail.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.cons/pointer.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/assign_from_auto_ptr_ref.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_from_auto_ptr_ref.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.conv/convert_to_auto_ptr_ref.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/arrow.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/deref.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/release.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/auto.ptr.members/reset.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/auto.ptr/element_type.pass.cpp delete mode 100644 test/std/depr/depr.auto.ptr/nothing_to_do.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/assert_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/ciso646.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/complex.h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/ctype_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/errno_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/fenv_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/float_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/inttypes_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/iso646_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/limits_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/locale_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/math_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/setjmp_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/signal_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/stdarg_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/stdbool_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/stddef_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/stdint_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/stdio_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/stdlib_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/string_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/tgmath_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/time_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/uchar_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/wchar_h.pass.cpp delete mode 100644 test/std/depr/depr.c.headers/wctype_h.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_binary_function.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_binary_function.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_unary_function.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/pointer_to_unary_function.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun1.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun1.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun2.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/ptr_fun2.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_ref_t.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_ref_t.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_t.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun1_t.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref1.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref1.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref_t.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_ref_t.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_t.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/const_mem_fun_t.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_ref_t.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_ref_t.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_t.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun1_t.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref1.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref1.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref_t.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_ref_t.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_t.cxx1z.fail.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/mem_fun_t.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.adaptors/nothing_to_do.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.base/binary_function.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/depr.base/unary_function.pass.cpp delete mode 100644 test/std/depr/depr.function.objects/nothing_to_do.pass.cpp delete mode 100644 test/std/depr/depr.ios.members/io_state.pass.cpp delete mode 100644 test/std/depr/depr.ios.members/open_mode.pass.cpp delete mode 100644 test/std/depr/depr.ios.members/seek_dir.pass.cpp delete mode 100644 test/std/depr/depr.ios.members/streamoff.pass.cpp delete mode 100644 test/std/depr/depr.ios.members/streampos.pass.cpp delete mode 100644 test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.depr_in_cxx11.fail.cpp delete mode 100644 test/std/depr/depr.lib.binders/depr.lib.bind.1st/bind1st.pass.cpp delete mode 100644 test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.depr_in_cxx11.fail.cpp delete mode 100644 test/std/depr/depr.lib.binders/depr.lib.bind.2nd/bind2nd.pass.cpp delete mode 100644 test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.depr_in_cxx11.fail.cpp delete mode 100644 test/std/depr/depr.lib.binders/depr.lib.binder.1st/binder1st.pass.cpp delete mode 100644 test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.depr_in_cxx11.fail.cpp delete mode 100644 test/std/depr/depr.lib.binders/depr.lib.binder.2nd/binder2nd.pass.cpp delete mode 100644 test/std/depr/depr.lib.binders/nothing_to_do.pass.cpp delete mode 100644 test/std/depr/depr.lib.binders/test_func.h delete mode 100644 test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/ccp.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/ccp_size.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/cp.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.cons/cp_size.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/rdbuf.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.istrstream/depr.istrstream.members/str.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.istrstream/types.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/cp_size_mode.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.cons/default.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/freeze.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/pcount.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/rdbuf.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/str.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.ostrstream/types.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/cp_size_mode.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.cons/default.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest/rdbuf.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/freeze.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/pcount.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/str.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstream/types.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ccp_size.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/cp_size_cp.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/cscp_size.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/cucp_size.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/custom_alloc.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/default.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/scp_size_scp.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ucp_size_ucp.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/freeze.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/overflow.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/pcount.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/str.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/overflow.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/pbackfail.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekoff.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/seekpos.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/setbuf.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/underflow.pass.cpp delete mode 100644 test/std/depr/depr.str.strstreams/depr.strstreambuf/types.pass.cpp delete mode 100644 test/std/depr/exception.unexpected/nothing_to_do.pass.cpp delete mode 100644 test/std/depr/exception.unexpected/set.unexpected/get_unexpected.pass.cpp delete mode 100644 test/std/depr/exception.unexpected/set.unexpected/set_unexpected.pass.cpp delete mode 100644 test/std/depr/exception.unexpected/unexpected.handler/unexpected_handler.pass.cpp delete mode 100644 test/std/depr/exception.unexpected/unexpected/unexpected.pass.cpp delete mode 100644 test/std/depr/nothing_to_do.pass.cpp delete mode 100644 test/std/diagnostics/assertions/cassert.pass.cpp delete mode 100644 test/std/diagnostics/diagnostics.general/nothing_to_do.pass.cpp delete mode 100644 test/std/diagnostics/errno/cerrno.pass.cpp delete mode 100644 test/std/diagnostics/nothing_to_do.pass.cpp delete mode 100644 test/std/diagnostics/std.exceptions/domain.error/domain_error.pass.cpp delete mode 100644 test/std/diagnostics/std.exceptions/invalid.argument/invalid_argument.pass.cpp delete mode 100644 test/std/diagnostics/std.exceptions/length.error/length_error.pass.cpp delete mode 100644 test/std/diagnostics/std.exceptions/logic.error/logic_error.pass.cpp delete mode 100644 test/std/diagnostics/std.exceptions/out.of.range/out_of_range.pass.cpp delete mode 100644 test/std/diagnostics/std.exceptions/overflow.error/overflow_error.pass.cpp delete mode 100644 test/std/diagnostics/std.exceptions/range.error/range_error.pass.cpp delete mode 100644 test/std/diagnostics/std.exceptions/runtime.error/runtime_error.pass.cpp delete mode 100644 test/std/diagnostics/std.exceptions/underflow.error/underflow_error.pass.cpp delete mode 100644 test/std/diagnostics/syserr/errc.pass.cpp delete mode 100644 test/std/diagnostics/syserr/is_error_code_enum.pass.cpp delete mode 100644 test/std/diagnostics/syserr/is_error_condition_enum.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.compare/eq_error_code_error_code.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcat/nothing_to_do.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.derived/message.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/default_ctor.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/eq.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/lt.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/neq.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/generic_category.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.objects/system_category.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.overview/error_category.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/default_error_condition.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/equivalent_error_code_int.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/equivalent_int_error_condition.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/nothing_to_do.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ErrorCodeEnum.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/default.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/int_error_category.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ErrorCodeEnum.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/assign.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/clear.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/lt.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/make_error_code.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/stream_inserter.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/category.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/default_error_condition.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/message.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/value.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.overview/types.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/nothing_to_do.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ErrorConditionEnum.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/default.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/int_error_category.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/ErrorConditionEnum.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/assign.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/clear.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/lt.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/make_error_condition.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/bool.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/category.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/message.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/value.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.overview/types.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.hash/enabled_hash.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.hash/error_code.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.hash/error_condition.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.syserr/nothing_to_do.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code_const_char_pointer.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_error_code_string.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category_const_char_pointer.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/ctor_int_error_category_string.pass.cpp delete mode 100644 test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.overview/nothing_to_do.pass.cpp delete mode 100644 test/std/experimental/algorithms/alg.search/search.pass.cpp delete mode 100644 test/std/experimental/filesystem/fs.req.macros/feature_macro.pass.cpp delete mode 100644 test/std/experimental/filesystem/fs.req.namespace/namespace.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/func.searchers.boyer_moore/default.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/func.searchers.boyer_moore/hash.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/func.searchers.boyer_moore/hash.pred.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/func.searchers.boyer_moore/pred.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/default.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/hash.pred.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/pred.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/func.searchers.default/default.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/func.searchers.default/default.pred.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/make_default_searcher.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/make_default_searcher.pred.pass.cpp delete mode 100644 test/std/experimental/func/func.searchers/nothing_to_do.pass.cpp delete mode 100644 test/std/experimental/func/header.functional.synop/includes.pass.cpp delete mode 100644 test/std/experimental/func/nothing_to_do.pass.cpp delete mode 100644 test/std/experimental/iterator/nothing_to_do.pass.cpp delete mode 100644 test/std/experimental/iterator/ostream.joiner/ostream.joiner.cons/ostream_joiner.cons.pass.cpp delete mode 100644 test/std/experimental/iterator/ostream.joiner/ostream.joiner.creation/make_ostream_joiner.pass.cpp delete mode 100644 test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ostream_joiner.op.assign.pass.cpp delete mode 100644 test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ostream_joiner.op.postincrement.pass.cpp delete mode 100644 test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ostream_joiner.op.pretincrement.pass.cpp delete mode 100644 test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ostream_joiner.op.star.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.capacity/operator_bool.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/equal_comp.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/less_comp.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.completion/done.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/assign.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/construct.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/address.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/from_address.fail.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/from_address.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/hash.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/promise.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/destroy.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/resume.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.handle/void_handle.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.traits/promise_type.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.trivial.awaitables/suspend_always.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/coroutine.trivial.awaitables/suspend_never.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/end.to.end/await_result.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/end.to.end/expected.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/end.to.end/generator.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/end.to.end/go.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/end.to.end/multishot_func.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/end.to.end/oneshot_func.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/includes.pass.cpp delete mode 100644 test/std/experimental/language.support/support.coroutines/lit.local.cfg delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/assign.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/copy.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/default.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/memory_resource_convert.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.ctor/other_alloc.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.eq/equal.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.eq/not_equal.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/allocate.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair_const_lvalue_pair.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair_rvalue.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_pair_values.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_piecewise_pair.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_piecewise_pair_evil.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/construct_types.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/deallocate.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/destroy.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/resource.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/select_on_container_copy_construction.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.overview/nothing_to_do.pass.cpp delete mode 100644 test/std/experimental/memory/memory.polymorphic.allocator.class/nothing_to_do.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/alloc_copy.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/alloc_move.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.ctor/default.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/do_allocate_and_deallocate.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/do_is_equal.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.overview/overview.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.aliases/header_deque_synop.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.aliases/header_forward_list_synop.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.aliases/header_list_synop.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.aliases/header_map_synop.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.aliases/header_regex_synop.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.aliases/header_set_synop.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.aliases/header_string_synop.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.aliases/header_unordered_map_synop.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.aliases/header_unordered_set_synop.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.aliases/header_vector_synop.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.global/default_resource.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.global/new_delete_resource.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.global/null_memory_resource.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource.synop/nothing_to_do.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource/construct.fail.cpp delete mode 100644 test/std/experimental/memory/memory.resource/memory.resource.eq/equal.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource/memory.resource.eq/not_equal.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource/memory.resource.overview/nothing_to_do.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource/memory.resource.priv/protected_members.fail.cpp delete mode 100644 test/std/experimental/memory/memory.resource/memory.resource.public/allocate.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource/memory.resource.public/deallocate.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource/memory.resource.public/dtor.pass.cpp delete mode 100644 test/std/experimental/memory/memory.resource/memory.resource.public/is_equal.pass.cpp delete mode 100644 test/std/experimental/memory/nothing_to_do.pass.cpp delete mode 100644 test/std/experimental/nothing_to_do.pass.cpp delete mode 100644 test/std/experimental/simd/simd.abi/vector_extension.pass.cpp delete mode 100644 test/std/experimental/simd/simd.access/default.pass.cpp delete mode 100644 test/std/experimental/simd/simd.casts/simd_cast.pass.cpp delete mode 100644 test/std/experimental/simd/simd.casts/static_simd_cast.pass.cpp delete mode 100644 test/std/experimental/simd/simd.cons/broadcast.pass.cpp delete mode 100644 test/std/experimental/simd/simd.cons/default.pass.cpp delete mode 100644 test/std/experimental/simd/simd.cons/generator.pass.cpp delete mode 100644 test/std/experimental/simd/simd.cons/load.pass.cpp delete mode 100644 test/std/experimental/simd/simd.mem/load.pass.cpp delete mode 100644 test/std/experimental/simd/simd.mem/store.pass.cpp delete mode 100644 test/std/experimental/simd/simd.traits/abi_for_size.pass.cpp delete mode 100644 test/std/experimental/simd/simd.traits/is_abi_tag.pass.cpp delete mode 100644 test/std/experimental/simd/simd.traits/is_simd.pass.cpp delete mode 100644 test/std/experimental/simd/simd.traits/is_simd_flag_type.pass.cpp delete mode 100644 test/std/experimental/simd/simd.traits/is_simd_mask.pass.cpp delete mode 100644 test/std/experimental/utilities/meta/meta.detect/detected_or.pass.cpp delete mode 100644 test/std/experimental/utilities/meta/meta.detect/detected_t.pass.cpp delete mode 100644 test/std/experimental/utilities/meta/meta.detect/is_detected.pass.cpp delete mode 100644 test/std/experimental/utilities/meta/meta.detect/is_detected_convertible.pass.cpp delete mode 100644 test/std/experimental/utilities/meta/meta.detect/is_detected_exact.pass.cpp delete mode 100644 test/std/experimental/utilities/nothing_to_do.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/assign.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/assign_convertible_element_type.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/assign_convertible_propagate_const.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/assign_element_type.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/move_assign.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/move_assign_convertible.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/move_assign_convertible_propagate_const.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.explicit.ctor.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_element_type.non-explicit.ctor.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.copy_ctor.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.explicit.move_ctor.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/convertible_propagate_const.move_ctor.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/copy_ctor.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/element_type.explicit.ctor.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/element_type.non-explicit.ctor.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/move_ctor.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/dereference.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/explicit_operator_element_type_ptr.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/get.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/op_arrow.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.non-const_observers/operator_element_type_ptr.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/dereference.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/explicit_operator_element_type_ptr.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/get.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/op_arrow.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.observers/operator_element_type_ptr.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.class/swap.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/hash.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/equal_to.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/greater.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/greater_equal.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/less.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/less_equal.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.comparison_function_objects/not_equal_to.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/equal.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/greater_equal.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/greater_than.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/less_equal.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/less_than.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/not_equal.pass.cpp delete mode 100644 test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/swap.pass.cpp delete mode 100644 test/std/experimental/utilities/utility/utility.erased.type/erased_type.pass.cpp delete mode 100644 test/std/experimental/utilities/utility/utility.synop/includes.pass.cpp delete mode 100644 test/std/input.output/file.streams/c.files/cinttypes.pass.cpp delete mode 100644 test/std/input.output/file.streams/c.files/cstdio.pass.cpp delete mode 100644 test/std/input.output/file.streams/c.files/gets.fail.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.assign/member_swap.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.assign/move_assign.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.assign/nonmember_swap.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.cons/default.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.cons/move.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.members/open_path.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.members/open_pointer.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.virtuals/overflow.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.virtuals/pbackfail.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.virtuals/seekoff.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.dat delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf.virtuals/underflow_utf8.dat delete mode 100644 test/std/input.output/file.streams/fstreams/filebuf/types.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.assign/member_swap.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.assign/move_assign.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.assign/nonmember_swap.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.cons/default.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.cons/move.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.cons/path.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.cons/pointer.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.cons/string.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.members/close.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.members/open_path.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.members/open_pointer.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.members/open_string.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream.members/rdbuf.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/fstream/types.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.assign/member_swap.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.assign/move_assign.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.assign/nonmember_swap.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.assign/test.dat delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.assign/test2.dat delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.cons/default.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.cons/move.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.cons/path.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.cons/pointer.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.cons/string.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.cons/test.dat delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.members/close.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.members/open_path.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.members/open_pointer.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.members/open_string.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.members/rdbuf.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream.members/test.dat delete mode 100644 test/std/input.output/file.streams/fstreams/ifstream/types.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/lit.local.cfg delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.assign/member_swap.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.assign/move_assign.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.assign/nonmember_swap.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.cons/default.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.cons/move.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.cons/path.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.cons/pointer.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.cons/string.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.members/close.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.members/open_path.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.members/open_pointer.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.members/open_string.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream.members/rdbuf.pass.cpp delete mode 100644 test/std/input.output/file.streams/fstreams/ofstream/types.pass.cpp delete mode 100644 test/std/input.output/file.streams/nothing_to_do.pass.cpp delete mode 120000 test/std/input.output/filesystems/Inputs/static_test_env/bad_symlink delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/afile3 delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/dir3/file5 delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/file4 delete mode 120000 test/std/input.output/filesystems/Inputs/static_test_env/dir1/dir2/symlink_to_dir3 delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/dir1/file1 delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/dir1/file2 delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/empty_file delete mode 100644 test/std/input.output/filesystems/Inputs/static_test_env/non_empty_file delete mode 120000 test/std/input.output/filesystems/Inputs/static_test_env/symlink_to_dir delete mode 120000 test/std/input.output/filesystems/Inputs/static_test_env/symlink_to_empty_file delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/copy.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/copy_assign.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/default.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/default_const.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/move.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/move_assign.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/path.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/assign.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/refresh.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/replace_filename.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/comparisons.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_type_obs.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/hard_link_count.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/last_write_time.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/path.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/status.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/symlink_status.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy_assign.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/ctor.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/default_ctor.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/increment.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move_assign.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/directory_iterator.nonmembers/begin_end.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.directory_iterator/types.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.file_status/file_status.cons.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.file_status/file_status.mods.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.file_status/file_status.obs.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.filesystem_error/filesystem_error.members.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.itr/iterator.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.append.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.assign/braced_init.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.assign/copy.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.assign/move.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.assign/source.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.compare.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.concat.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.construct/copy.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.construct/default.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.construct/move.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.construct/source.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.decompose/empty.fail.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.decompose/path.decompose.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_normal.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.gen/lexically_relative_and_proximate.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.generic.obs/generic_string_alloc.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.generic.obs/named_overloads.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.modifiers/clear.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.modifiers/make_preferred.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.modifiers/remove_filename.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.modifiers/replace_extension.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.modifiers/replace_filename.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.modifiers/swap.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.native.obs/c_str.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.native.obs/named_overloads.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.native.obs/native.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.native.obs/operator_string.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.native.obs/string_alloc.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.member/path.query/tested_in_path_decompose.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/append_op.fail.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/append_op.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/comparison_ops.fail.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/comparison_ops_tested_elsewhere.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/hash_value_tested_elswhere.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/path.factory.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/path.io.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/path.io.unicode_bug.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/path.nonmember/swap.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.path/synop.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy_assign.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ctor.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/depth.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/disable_recursion_pending.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/increment.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move_assign.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/pop.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/recursion_pending.pass.cpp delete mode 100644 test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.nonmembers/begin_end.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.enum/check_bitmask_types.hpp delete mode 100644 test/std/input.output/filesystems/fs.enum/enum.copy_options.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.enum/enum.directory_options.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.enum/enum.file_type.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.enum/enum.path.format.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.enum/enum.perm_options.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.enum/enum.perms.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.error.report/tested_elsewhere.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.filesystem.synopsis/file_time_type.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.absolute/absolute.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/canonical.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/copy.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file_large.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_symlink/copy_symlink.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directories/create_directories.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/create_directory.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/create_directory_with_attributes.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory_symlink/create_directory_symlink.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_hard_link/create_hard_link.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.create_symlink/create_symlink.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/current_path.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/equivalent.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/exists.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/file_size.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/hard_link_count.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/is_block_file.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/is_character_file.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/is_directory.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/is_fifo.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/is_other.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/is_regular_file.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/is_socket.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/is_symlink.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.permissions/permissions.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/read_symlink.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.relative/relative.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.remove/remove.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/remove_all.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.rename/rename.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.resize_file/resize_file.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.space/space.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.status/status.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.status_known/status_known.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/symlink_status.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/temp_directory_path.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/weakly_canonical.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.req.macros/feature_macro.pass.cpp delete mode 100644 test/std/input.output/filesystems/fs.req.namespace/namespace.fail.cpp delete mode 100644 test/std/input.output/filesystems/fs.req.namespace/namespace.pass.cpp delete mode 100644 test/std/input.output/filesystems/lit.local.cfg delete mode 100644 test/std/input.output/input.output.general/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/iostream.format/ext.manip/get_money.pass.cpp delete mode 100644 test/std/input.output/iostream.format/ext.manip/get_time.pass.cpp delete mode 100644 test/std/input.output/iostream.format/ext.manip/put_money.pass.cpp delete mode 100644 test/std/input.output/iostream.format/ext.manip/put_time.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/member_swap.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.assign/move_assign.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/move.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/streambuf.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.dest/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/iostreamclass/types.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/bool.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/double.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/float.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/int.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long_double.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/long_long.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/pointer.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/short.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_int.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_long.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_long_long.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/unsigned_short.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.reqmts/tested_elsewhere.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/basic_ios.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/chart.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ios_base.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/istream.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/signed_char.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/signed_char_pointer.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/streambuf.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/unsigned_char.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/unsigned_char_pointer.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/wchar_t_pointer.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.formatted/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.manip/ws.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.rvalue/rvalue.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/get.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/get_chart.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/get_pointer_size.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/get_pointer_size_chart.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/get_streambuf.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/get_streambuf_chart.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/getline_pointer_size.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/getline_pointer_size_chart.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/ignore.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/ignore_0xff.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/peek.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/putback.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/read.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/readsome.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/seekg.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/seekg_off.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/sync.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/tellg.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream.unformatted/unget.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream/istream.assign/member_swap.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream/istream.assign/move_assign.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream/istream.cons/copy.fail.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream/istream.cons/move.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream/istream.cons/streambuf.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream/istream_sentry/ctor.pass.cpp delete mode 100644 test/std/input.output/iostream.format/input.streams/istream/types.pass.cpp delete mode 100644 test/std/input.output/iostream.format/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.assign/member_swap.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.assign/move_assign.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.cons/move.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.cons/streambuf.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.reqmts/tested_elsewhere.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/bool.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/double.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/float.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/int.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_double.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/long_long.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minus1.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/short.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_int.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_long.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_long_long.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/unsigned_short.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/CharT.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/CharT_pointer.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_pointer.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_to_wide.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/char_to_wide_pointer.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/signed_char.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/signed_char_pointer.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/unsigned_char.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/unsigned_char_pointer.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/basic_ios.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ios_base.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ostream.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/streambuf.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.manip/endl.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.manip/ends.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.manip/flush.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.rvalue/CharT_pointer.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.seeks/seekp.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.seeks/seekp2.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.seeks/tellp.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.unformatted/flush.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.unformatted/put.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream.unformatted/write.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream/types.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream_sentry/construct.pass.cpp delete mode 100644 test/std/input.output/iostream.format/output.streams/ostream_sentry/destruct.pass.cpp delete mode 100644 test/std/input.output/iostream.format/quoted.manip/quoted.pass.cpp delete mode 100644 test/std/input.output/iostream.format/quoted.manip/quoted_char.fail.cpp delete mode 100644 test/std/input.output/iostream.format/quoted.manip/quoted_traits.fail.cpp delete mode 100644 test/std/input.output/iostream.format/std.manip/resetiosflags.pass.cpp delete mode 100644 test/std/input.output/iostream.format/std.manip/setbase.pass.cpp delete mode 100644 test/std/input.output/iostream.format/std.manip/setfill.pass.cpp delete mode 100644 test/std/input.output/iostream.format/std.manip/setiosflags.pass.cpp delete mode 100644 test/std/input.output/iostream.format/std.manip/setprecision.pass.cpp delete mode 100644 test/std/input.output/iostream.format/std.manip/setw.pass.cpp delete mode 100644 test/std/input.output/iostream.forward/iosfwd.pass.cpp delete mode 100644 test/std/input.output/iostream.objects/narrow.stream.objects/cerr.pass.cpp delete mode 100644 test/std/input.output/iostream.objects/narrow.stream.objects/cin.pass.cpp delete mode 100644 test/std/input.output/iostream.objects/narrow.stream.objects/clog.pass.cpp delete mode 100644 test/std/input.output/iostream.objects/narrow.stream.objects/cout.pass.cpp delete mode 100644 test/std/input.output/iostream.objects/wide.stream.objects/wcerr.pass.cpp delete mode 100644 test/std/input.output/iostream.objects/wide.stream.objects/wcin.pass.cpp delete mode 100644 test/std/input.output/iostream.objects/wide.stream.objects/wclog.pass.cpp delete mode 100644 test/std/input.output/iostream.objects/wide.stream.objects/wcout.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/fpos/fpos.members/state.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/fpos/fpos.operations/addition.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/fpos/fpos.operations/ctor_int.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/fpos/fpos.operations/difference.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/fpos/fpos.operations/eq_int.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/fpos/fpos.operations/offset.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/fpos/fpos.operations/streamsize.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/fpos/fpos.operations/subtraction.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/fpos/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/fmtflags.state/flags.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/fmtflags.state/flags_fmtflags.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/fmtflags.state/precision.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/fmtflags.state/precision_streamsize.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/fmtflags.state/setf_fmtflags.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/fmtflags.state/setf_fmtflags_mask.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/fmtflags.state/unsetf_mask.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/fmtflags.state/width.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/fmtflags.state/width_streamsize.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.base.callback/register_callback.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.base.cons/dtor.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.base.locales/getloc.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.base.locales/imbue.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.base.storage/iword.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.base.storage/pword.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.base.storage/xalloc.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.members.static/sync_with_stdio.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.types/ios_Init/tested_elsewhere.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.types/ios_failure/ctor_char_pointer_error_code.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.types/ios_failure/ctor_string_error_code.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/fmtflags.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.types/ios_iostate/iostate.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.types/ios_openmode/openmode.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/seekdir.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/ios.types/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios.base/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.cons/ctor_streambuf.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/copyfmt.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/fill.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/fill_char_type.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/imbue.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/move.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/narrow.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/rdbuf.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/rdbuf_streambuf.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/set_rdbuf.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/swap.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/tie.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/tie_ostream.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/basic.ios.members/widen.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/iostate.flags/bad.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/iostate.flags/bool.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/iostate.flags/clear.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/iostate.flags/eof.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/iostate.flags/exceptions.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/iostate.flags/exceptions_iostate.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/iostate.flags/fail.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/iostate.flags/good.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/iostate.flags/not.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/iostate.flags/rdstate.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/iostate.flags/setstate.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/ios/types.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/is_error_code_enum_io_errc.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/adjustfield.manip/internal.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/adjustfield.manip/left.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/adjustfield.manip/right.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/basefield.manip/dec.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/basefield.manip/hex.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/basefield.manip/oct.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/error.reporting/iostream_category.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/error.reporting/make_error_code.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/error.reporting/make_error_condition.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/defaultfloat.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/fixed.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/hexfloat.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/floatfield.manip/scientific.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/boolalpha.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noboolalpha.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowbase.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowpoint.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noshowpos.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/noskipws.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/nounitbuf.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/nouppercase.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/showbase.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpoint.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/showpos.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/skipws.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/unitbuf.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/fmtflags.manip/uppercase.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/std.ios.manip/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/stream.types/streamoff.pass.cpp delete mode 100644 test/std/input.output/iostreams.base/stream.types/streamsize.pass.cpp delete mode 100644 test/std/input.output/iostreams.requirements/iostream.limits.imbue/tested_elsewhere.pass.cpp delete mode 100644 test/std/input.output/iostreams.requirements/iostreams.limits.pos/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/iostreams.requirements/iostreams.threadsafety/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/iostreams.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf.reqts/tested_elsewhere.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.cons/copy.fail.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.cons/copy.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.cons/default.fail.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.cons/default.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubseekoff.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubseekpos.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsetbuf.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/pubsync.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.locales/locales.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/in_avail.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/sbumpc.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/sgetc.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/sgetn.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.get/snextc.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/sputbackc.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/sungetc.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/sputc.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/sputn.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.protected/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/assign.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/swap.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/gbump.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.get.area/setg.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/setp.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.buffer/tested_elsewhere.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/showmanyc.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/uflow.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/underflow.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/xsgetn.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.locales/nothing_to_do.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.pback/pbackfail.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/overflow.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/xsputn.pass.cpp delete mode 100644 test/std/input.output/stream.buffers/streambuf/types.pass.cpp delete mode 100644 test/std/input.output/string.streams/istringstream/istringstream.assign/member_swap.pass.cpp delete mode 100644 test/std/input.output/string.streams/istringstream/istringstream.assign/move.pass.cpp delete mode 100644 test/std/input.output/string.streams/istringstream/istringstream.assign/nonmember_swap.pass.cpp delete mode 100644 test/std/input.output/string.streams/istringstream/istringstream.cons/default.pass.cpp delete mode 100644 test/std/input.output/string.streams/istringstream/istringstream.cons/move.pass.cpp delete mode 100644 test/std/input.output/string.streams/istringstream/istringstream.cons/string.pass.cpp delete mode 100644 test/std/input.output/string.streams/istringstream/istringstream.members/str.pass.cpp delete mode 100644 test/std/input.output/string.streams/istringstream/types.pass.cpp delete mode 100644 test/std/input.output/string.streams/ostringstream/ostringstream.assign/member_swap.pass.cpp delete mode 100644 test/std/input.output/string.streams/ostringstream/ostringstream.assign/move.pass.cpp delete mode 100644 test/std/input.output/string.streams/ostringstream/ostringstream.assign/nonmember_swap.pass.cpp delete mode 100644 test/std/input.output/string.streams/ostringstream/ostringstream.cons/default.pass.cpp delete mode 100644 test/std/input.output/string.streams/ostringstream/ostringstream.cons/move.pass.cpp delete mode 100644 test/std/input.output/string.streams/ostringstream/ostringstream.cons/string.pass.cpp delete mode 100644 test/std/input.output/string.streams/ostringstream/ostringstream.members/str.pass.cpp delete mode 100644 test/std/input.output/string.streams/ostringstream/types.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.assign/member_swap.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.assign/move.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.assign/nonmember_swap.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.cons/default.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.cons/move.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.cons/string.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.members/str.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/overflow.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/pbackfail.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/seekoff.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/seekpos.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/setbuf.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/underflow.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringbuf/types.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringstream.cons/default.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringstream.cons/move.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringstream.cons/move2.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringstream.cons/string.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringstream.cons/stringstream.assign/member_swap.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringstream.cons/stringstream.assign/move.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringstream.cons/stringstream.assign/nonmember_swap.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringstream.members/str.pass.cpp delete mode 100644 test/std/input.output/string.streams/stringstream/types.pass.cpp delete mode 100644 test/std/iterators/iterator.container/data.pass.cpp delete mode 100644 test/std/iterators/iterator.container/empty.array.fail.cpp delete mode 100644 test/std/iterators/iterator.container/empty.container.fail.cpp delete mode 100644 test/std/iterators/iterator.container/empty.initializer_list.fail.cpp delete mode 100644 test/std/iterators/iterator.container/empty.pass.cpp delete mode 100644 test/std/iterators/iterator.container/size.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/iterator.basic/iterator.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/iterator.operations/advance.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/iterator.operations/distance.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/iterator.operations/next.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/iterator.operations/prev.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/iterator.traits/const_pointer.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/iterator.traits/const_volatile_pointer.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/iterator.traits/empty.fail.cpp delete mode 100644 test/std/iterators/iterator.primitives/iterator.traits/empty.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/iterator.traits/iterator.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/iterator.traits/pointer.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/iterator.traits/volatile_pointer.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/std.iterator.tags/bidirectional_iterator_tag.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/std.iterator.tags/forward_iterator_tag.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/std.iterator.tags/input_iterator_tag.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/std.iterator.tags/output_iterator_tag.pass.cpp delete mode 100644 test/std/iterators/iterator.primitives/std.iterator.tags/random_access_iterator_tag.pass.cpp delete mode 100644 test/std/iterators/iterator.range/begin-end.fail.cpp delete mode 100644 test/std/iterators/iterator.range/begin-end.pass.cpp delete mode 100644 test/std/iterators/iterator.requirements/bidirectional.iterators/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/iterator.requirements/forward.iterators/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/iterator.requirements/input.iterators/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/iterator.requirements/iterator.iterators/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/iterator.requirements/iterator.requirements.general/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/iterator.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/iterator.requirements/output.iterators/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/iterator.requirements/random.access.iterators/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/iterator.synopsis/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/iterators.general/gcc_workaround.pass.cpp delete mode 100644 test/std/iterators/iterators.general/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons/container.fail.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.cons/container.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++/post.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op++/pre.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/lv_value.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op=/rv_value.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.insert.iter.op_astrk/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/back.inserter/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/back.insert.iter.ops/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/back.insert.iterator/types.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons/container.fail.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.cons/container.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++/post.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op++/pre.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/lv_value.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op=/rv_value.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.insert.iter.op_astrk/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/front.inserter/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/front.insert.iter.ops/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/front.insert.iterator/types.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.cons/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++/post.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op++/pre.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/lv_value.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/rv_value.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op_astrk/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/inserter/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/insert.iterator/types.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/insert.iterators/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/make_move_iterator.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/minus.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.nonmember/plus.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+/difference_type.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.+=/difference_type.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-/difference_type.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.-=/difference_type.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_eq.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gt.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_gte.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lt.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_lte.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.comp/op_neq.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert.fail.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/convert.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/default.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/iter.fail.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/iter.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.conv/tested_elsewhere.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/post.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.decr/pre.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/post.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.incr/pre.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/difference_type.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.ref/op_arrow.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/op_star.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/move_iterator.fail.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/move_iterator.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.ops/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iter.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/move.iterator/types.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/move.iterators/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/default.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/iter.fail.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/iter.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/reverse_iterator.fail.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/reverse_iterator.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.conv/tested_elsewhere.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.make/make_reverse_iterator.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op!=/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/post.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op++/pre.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+/difference_type.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op+=/difference_type.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/post.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op--/pre.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-/difference_type.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op-=/difference_type.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op.star/op_star.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/reverse_iterator.fail.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/reverse_iterator.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op==/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opdiff/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opgt=/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opindex/difference_type.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.oplt=/test.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opref/op_arrow.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.opsum/difference_type.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iter.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/predef.iterators/reverse.iterators/reverse.iterator/types.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/copy.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.fail.cpp delete mode 100644 test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/istream.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/arrow.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/dereference.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/equal.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/post_increment.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istream.iterator/istream.iterator.ops/pre_increment.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istream.iterator/types.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/default.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/istream.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/proxy.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator.cons/streambuf.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_equal/equal.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op!=/not_equal.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op++/dereference.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op==/equal.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/post_increment.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_op_astrk/pre_increment.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/istreambuf.iterator_proxy/proxy.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/types.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/iterator.range/begin_array.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/iterator.range/begin_const.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/iterator.range/begin_non_const.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/iterator.range/end_array.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/iterator.range/end_const.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/iterator.range/end_non_const.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/nothing_to_do.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/copy.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/ostream.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.cons.des/ostream_delim.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/assign_t.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/dereference.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostream.iterator/ostream.iterator.ops/increment.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostream.iterator/types.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/ostream.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.cons/streambuf.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/assign_c.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/deref.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/failed.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostreambuf.iterator/ostreambuf.iter.ops/increment.pass.cpp delete mode 100644 test/std/iterators/stream.iterators/ostreambuf.iterator/types.pass.cpp delete mode 100644 test/std/language.support/cmp/cmp.common/common_comparison_category.pass.cpp delete mode 100644 test/std/language.support/cmp/cmp.partialord/partialord.pass.cpp delete mode 100644 test/std/language.support/cmp/cmp.strongeq/cmp.strongeq.pass.cpp delete mode 100644 test/std/language.support/cmp/cmp.strongord/strongord.pass.cpp delete mode 100644 test/std/language.support/cmp/cmp.weakeq/cmp.weakeq.pass.cpp delete mode 100644 test/std/language.support/cmp/cmp.weakord/weakord.pass.cpp delete mode 100644 test/std/language.support/cstdint/cstdint.syn/cstdint.pass.cpp delete mode 100644 test/std/language.support/nothing_to_do.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/align_val_t.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/alloc.errors/bad.alloc/bad_alloc.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/alloc.errors/new.badlength/bad_array_new_length.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/alloc.errors/new.handler/new_handler.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/alloc.errors/nothing_to_do.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/alloc.errors/set.new.handler/get_new_handler.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/alloc.errors/set.new.handler/set_new_handler.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/delete_align_val_t_replace.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow_replace.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_replace.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/new_array_replace.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size.sh.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_align.sh.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_align_nothrow.sh.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/new_size_nothrow.sh.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array11.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array14.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_calls_unsized_delete_array.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array_fsizeddeallocation.sh.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.dataraces/not_testable.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.placement/new.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_array.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_array_ptr.fail.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.placement/new_ptr.fail.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/delete_align_val_t_replace.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/new.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_replace.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/new_replace.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size.fail.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_align.sh.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_align_nothrow.sh.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/new_size_nothrow.fail.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete11.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete14.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_calls_unsized_delete.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete_fsizeddeallocation.sh.cpp delete mode 100644 test/std/language.support/support.dynamic/new.delete/nothing_to_do.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/ptr.launder/launder.nodiscard.fail.cpp delete mode 100644 test/std/language.support/support.dynamic/ptr.launder/launder.pass.cpp delete mode 100644 test/std/language.support/support.dynamic/ptr.launder/launder.types.fail.cpp delete mode 100644 test/std/language.support/support.exception/bad.exception/bad_exception.pass.cpp delete mode 100644 test/std/language.support/support.exception/except.nested/assign.pass.cpp delete mode 100644 test/std/language.support/support.exception/except.nested/ctor_copy.pass.cpp delete mode 100644 test/std/language.support/support.exception/except.nested/ctor_default.pass.cpp delete mode 100644 test/std/language.support/support.exception/except.nested/rethrow_if_nested.pass.cpp delete mode 100644 test/std/language.support/support.exception/except.nested/rethrow_nested.pass.cpp delete mode 100644 test/std/language.support/support.exception/except.nested/throw_with_nested.pass.cpp delete mode 100644 test/std/language.support/support.exception/exception.terminate/nothing_to_do.pass.cpp delete mode 100644 test/std/language.support/support.exception/exception.terminate/set.terminate/get_terminate.pass.cpp delete mode 100644 test/std/language.support/support.exception/exception.terminate/set.terminate/set_terminate.pass.cpp delete mode 100644 test/std/language.support/support.exception/exception.terminate/terminate.handler/terminate_handler.pass.cpp delete mode 100644 test/std/language.support/support.exception/exception.terminate/terminate/terminate.pass.cpp delete mode 100644 test/std/language.support/support.exception/exception/exception.pass.cpp delete mode 100644 test/std/language.support/support.exception/propagation/current_exception.pass.cpp delete mode 100644 test/std/language.support/support.exception/propagation/exception_ptr.pass.cpp delete mode 100644 test/std/language.support/support.exception/propagation/make_exception_ptr.pass.cpp delete mode 100644 test/std/language.support/support.exception/propagation/rethrow_exception.pass.cpp delete mode 100644 test/std/language.support/support.exception/uncaught/uncaught_exception.pass.cpp delete mode 100644 test/std/language.support/support.exception/uncaught/uncaught_exceptions.pass.cpp delete mode 100644 test/std/language.support/support.general/nothing_to_do.pass.cpp delete mode 100644 test/std/language.support/support.initlist/include_cxx03.pass.cpp delete mode 100644 test/std/language.support/support.initlist/support.initlist.access/access.pass.cpp delete mode 100644 test/std/language.support/support.initlist/support.initlist.cons/default.pass.cpp delete mode 100644 test/std/language.support/support.initlist/support.initlist.range/begin_end.pass.cpp delete mode 100644 test/std/language.support/support.initlist/types.pass.cpp delete mode 100644 test/std/language.support/support.limits/c.limits/cfloat.pass.cpp delete mode 100644 test/std/language.support/support.limits/c.limits/climits.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/denorm.style/check_values.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/is_specialized.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/const_data_members.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/denorm_min.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/digits.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/digits10.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/epsilon.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/has_denorm.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/has_denorm_loss.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/has_infinity.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/has_quiet_NaN.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/has_signaling_NaN.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/infinity.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/is_bounded.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/is_exact.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/is_iec559.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/is_integer.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/is_modulo.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/is_signed.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/lowest.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/max.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/max_digits10.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/max_exponent.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/max_exponent10.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/min.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/min_exponent.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/min_exponent10.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/quiet_NaN.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/radix.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/round_error.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/round_style.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/signaling_NaN.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/tinyness_before.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits.members/traps.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.limits/default.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/numeric.special/nothing_to_do.pass.cpp delete mode 100644 test/std/language.support/support.limits/limits/round.style/check_values.pass.cpp delete mode 100644 test/std/language.support/support.limits/nothing_to_do.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/algorithm.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/any.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/array.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/atomic.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/bit.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/charconv.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/chrono.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/cmath.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/compare.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/complex.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/concepts.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/cstddef.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/deque.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/exception.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/execution.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/filesystem.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/forward_list.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/functional.version.pass.cpp delete mode 100755 test/std/language.support/support.limits/support.limits.general/generate_feature_test_macro_components.py delete mode 100644 test/std/language.support/support.limits/support.limits.general/iomanip.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/istream.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/iterator.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/limits.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/list.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/locale.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/map.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/memory.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/memory_resource.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/mutex.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/new.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/numeric.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/optional.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/ostream.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/regex.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/scoped_allocator.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/set.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/shared_mutex.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/string.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/string_view.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/tuple.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/type_traits.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/unordered_map.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/unordered_set.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/utility.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/variant.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/vector.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp delete mode 100644 test/std/language.support/support.limits/version.pass.cpp delete mode 100644 test/std/language.support/support.rtti/bad.cast/bad_cast.pass.cpp delete mode 100644 test/std/language.support/support.rtti/bad.typeid/bad_typeid.pass.cpp delete mode 100644 test/std/language.support/support.rtti/type.info/type_info.pass.cpp delete mode 100644 test/std/language.support/support.rtti/type.info/type_info_hash.pass.cpp delete mode 100644 test/std/language.support/support.runtime/csetjmp.pass.cpp delete mode 100644 test/std/language.support/support.runtime/csignal.pass.cpp delete mode 100644 test/std/language.support/support.runtime/cstdarg.pass.cpp delete mode 100644 test/std/language.support/support.runtime/cstdbool.pass.cpp delete mode 100644 test/std/language.support/support.runtime/cstdlib.pass.cpp delete mode 100644 test/std/language.support/support.runtime/ctime.pass.cpp delete mode 100644 test/std/language.support/support.start.term/quick_exit.pass.cpp delete mode 100644 test/std/language.support/support.start.term/quick_exit_check1.fail.cpp delete mode 100644 test/std/language.support/support.start.term/quick_exit_check2.fail.cpp delete mode 100644 test/std/language.support/support.types/byte.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/and.assign.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/and.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/enum_direct_init.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/lshift.assign.fail.cpp delete mode 100644 test/std/language.support/support.types/byteops/lshift.assign.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/lshift.fail.cpp delete mode 100644 test/std/language.support/support.types/byteops/lshift.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/not.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/or.assign.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/or.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/rshift.assign.fail.cpp delete mode 100644 test/std/language.support/support.types/byteops/rshift.assign.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/rshift.fail.cpp delete mode 100644 test/std/language.support/support.types/byteops/rshift.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/to_integer.fail.cpp delete mode 100644 test/std/language.support/support.types/byteops/to_integer.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/xor.assign.pass.cpp delete mode 100644 test/std/language.support/support.types/byteops/xor.pass.cpp delete mode 100644 test/std/language.support/support.types/max_align_t.pass.cpp delete mode 100644 test/std/language.support/support.types/null.pass.cpp delete mode 100644 test/std/language.support/support.types/nullptr_t.pass.cpp delete mode 100644 test/std/language.support/support.types/nullptr_t_integral_cast.fail.cpp delete mode 100644 test/std/language.support/support.types/nullptr_t_integral_cast.pass.cpp delete mode 100644 test/std/language.support/support.types/offsetof.pass.cpp delete mode 100644 test/std/language.support/support.types/ptrdiff_t.pass.cpp delete mode 100644 test/std/language.support/support.types/size_t.pass.cpp delete mode 100644 test/std/localization/c.locales/clocale.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.collate/locale.collate.byname/hash.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.collate/locale.collate.byname/transform.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.collate/locale.collate.byname/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.collate/locale.collate/ctor.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/compare.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/hash.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.members/transform.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.collate/locale.collate/locale.collate.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.collate/locale.collate/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.collate/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/ctype_base.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.dtor/dtor.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/ctor.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/is_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/is_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/narrow_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/narrow_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/scan_is.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/scan_not.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/table.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/tolower_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/tolower_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/toupper_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/toupper_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/widen_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.members/widen_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/classic_table.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/facet.ctype.special/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char16_t.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char32_t.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/codecvt_base.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char16_t.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_char32_t.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/ctor_wchar_t.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_always_noconv.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_encoding.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_in.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_length.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_max_length.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_out.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_unshift.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_always_noconv.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_encoding.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_in.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_length.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_max_length.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_out.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_unshift.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_always_noconv.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_encoding.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_in.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_length.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_max_length.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_out.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_unshift.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/utf_sanity_check.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_always_noconv.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_encoding.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_in.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_length.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_max_length.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_out.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/wchar_t_unshift.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char16_t.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/types_char32_t.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.codecvt/types_wchar_t.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/is_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/is_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/mask.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/narrow_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/scan_is.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/scan_not.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/tolower_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/toupper_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype.byname/widen_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/ctor.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/is_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/is_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/narrow_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/narrow_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/scan_is.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/scan_not.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/tolower_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/tolower_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/toupper_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/toupper_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/widen_1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/widen_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.ctype/locale.ctype/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.messages/locale.messages.byname/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.messages/locale.messages/ctor.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.messages/locale.messages/locale.messages.members/not_testable.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.messages/locale.messages/locale.messages.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.messages/locale.messages/messages_base.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.messages/locale.messages/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.messages/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.get/ctor.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_en_US.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_string_en_US.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.get/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.put/ctor.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_en_US.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_string_en_US.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.money.put/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/frac_digits.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/negative_sign.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/positive_sign.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/ctor.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/curr_symbol.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/decimal_point.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/frac_digits.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/grouping.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/neg_format.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/negative_sign.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/pos_format.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/positive_sign.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/thousands_sep.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/money_base.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/locale.moneypunct/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.monetary/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.nm.put/ctor.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_bool.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_double.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_long.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_pointer.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_unsigned_long_long.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.nm.put/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/ctor.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_bool.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_float.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_double.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_long.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_pointer.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_int.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long_long.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_short.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_min_max.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_neg_one.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/locale.num.get/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.numeric/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/date_order.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/date_order_wide.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/get_date.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/get_date_wide.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/get_time.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/get_time_wide.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/get_weekday.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/get_weekday_wide.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/get_year.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get.byname/get_year_wide.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/ctor.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/date_order.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_date_wide.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_many.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_monthname_wide.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_one.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_time_wide.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_weekday_wide.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.members/get_year.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/locale.time.get.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/time_base.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.get/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.put/ctor.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put1.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.members/put2.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.put/locale.time.put.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/locale.time.put/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/category.time/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/decimal_point.pass.cpp delete mode 100644 test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp delete mode 100644 test/std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp delete mode 100644 test/std/localization/locale.categories/facet.numpunct/locale.numpunct/ctor.pass.cpp delete mode 100644 test/std/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/decimal_point.pass.cpp delete mode 100644 test/std/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/falsename.pass.cpp delete mode 100644 test/std/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/grouping.pass.cpp delete mode 100644 test/std/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/thousands_sep.pass.cpp delete mode 100644 test/std/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/truename.pass.cpp delete mode 100644 test/std/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.virtuals/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locale.categories/facet.numpunct/locale.numpunct/types.pass.cpp delete mode 100644 test/std/localization/locale.categories/facet.numpunct/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locale.categories/facets.examples/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_mode.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf16.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf16_always_noconv.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf16_encoding.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf16_in.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf16_length.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf16_max_length.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf16_out.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf16_unshift.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_always_noconv.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_encoding.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_in.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_length.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_max_length.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_out.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_unshift.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_utf16_always_noconv.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_utf16_encoding.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_utf16_in.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_utf16_length.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_utf16_max_length.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_utf16_out.pass.cpp delete mode 100644 test/std/localization/locale.stdcvt/codecvt_utf8_utf16_unshift.pass.cpp delete mode 100644 test/std/localization/locale.syn/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/classification/isalnum.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/classification/isalpha.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/classification/iscntrl.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/classification/isdigit.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/classification/isgraph.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/classification/islower.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/classification/isprint.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/classification/ispunct.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/classification/isspace.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/classification/isupper.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/classification/isxdigit.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ctor.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.buffer/lit.local.cfg delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.buffer/overflow.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.buffer/pbackfail.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.buffer/rdbuf.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.buffer/seekoff.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.buffer/state.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.buffer/test.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.dat delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.buffer/underflow.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.buffer/underflow_utf8.dat delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.character/tolower.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.character/toupper.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.string/converted.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.string/ctor_codecvt.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.string/ctor_codecvt_state.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.string/ctor_copy.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.string/ctor_err_string.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.string/from_bytes.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.string/state.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.string/to_bytes.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/conversions.string/types.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/conversions/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locales/locale.convenience/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locales/locale.global.templates/has_facet.pass.cpp delete mode 100644 test/std/localization/locales/locale.global.templates/use_facet.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.cons/assign.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.cons/char_pointer.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.cons/copy.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.cons/default.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.cons/locale_char_pointer_cat.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.cons/locale_facetptr.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.cons/locale_locale_cat.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.cons/locale_string_cat.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.cons/string.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.members/combine.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.members/name.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.operators/compare.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.operators/eq.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.statics/classic.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.statics/global.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.types/locale.category/category.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.types/locale.facet/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.types/locale.id/tested_elsewhere.pass.cpp delete mode 100644 test/std/localization/locales/locale/locale.types/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locales/locale/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/locales/nothing_to_do.pass.cpp delete mode 100644 test/std/localization/localization.general/nothing_to_do.pass.cpp delete mode 100644 test/std/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/c.math/cmath.pass.cpp delete mode 100644 test/std/numerics/c.math/ctgmath.pass.cpp delete mode 100644 test/std/numerics/c.math/tgmath_h.pass.cpp delete mode 100644 test/std/numerics/cfenv/cfenv.syn/cfenv.pass.cpp delete mode 100644 test/std/numerics/complex.number/cases.h delete mode 100644 test/std/numerics/complex.number/ccmplx/ccomplex.pass.cpp delete mode 100644 test/std/numerics/complex.number/cmplx.over/UDT_is_rejected.fail.cpp delete mode 100644 test/std/numerics/complex.number/cmplx.over/arg.pass.cpp delete mode 100644 test/std/numerics/complex.number/cmplx.over/conj.pass.cpp delete mode 100644 test/std/numerics/complex.number/cmplx.over/imag.pass.cpp delete mode 100644 test/std/numerics/complex.number/cmplx.over/norm.pass.cpp delete mode 100644 test/std/numerics/complex.number/cmplx.over/pow.pass.cpp delete mode 100644 test/std/numerics/complex.number/cmplx.over/proj.pass.cpp delete mode 100644 test/std/numerics/complex.number/cmplx.over/real.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.literals/literals.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.literals/literals1.fail.cpp delete mode 100644 test/std/numerics/complex.number/complex.literals/literals1.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.literals/literals2.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.member.ops/assignment_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.member.ops/assignment_scalar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.member.ops/divide_equal_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.member.ops/divide_equal_scalar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.member.ops/minus_equal_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.member.ops/minus_equal_scalar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.member.ops/plus_equal_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.member.ops/plus_equal_scalar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.member.ops/times_equal_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.member.ops/times_equal_scalar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.members/construct.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.members/real_imag.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/complex_divide_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/complex_divide_scalar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/complex_equals_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/complex_equals_scalar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/complex_minus_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/complex_minus_scalar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/complex_not_equals_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/complex_not_equals_scalar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/complex_plus_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/complex_plus_scalar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/complex_times_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/complex_times_scalar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/scalar_divide_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/scalar_equals_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/scalar_minus_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/scalar_not_equals_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/scalar_plus_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/scalar_times_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/stream_input.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/stream_output.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/unary_minus.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.ops/unary_plus.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.special/double_float_explicit.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.special/double_float_implicit.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.special/double_long_double_explicit.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.special/double_long_double_implicit.fail.cpp delete mode 100644 test/std/numerics/complex.number/complex.special/float_double_explicit.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.special/float_double_implicit.fail.cpp delete mode 100644 test/std/numerics/complex.number/complex.special/float_long_double_explicit.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.special/float_long_double_implicit.fail.cpp delete mode 100644 test/std/numerics/complex.number/complex.special/long_double_double_explicit.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.special/long_double_double_implicit.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.special/long_double_float_explicit.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.special/long_double_float_implicit.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.synopsis/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/acos.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/acosh.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/asin.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/asinh.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/atan.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/atanh.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/cos.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/cosh.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/exp.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/log.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/log10.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/pow_complex_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/pow_complex_scalar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/pow_scalar_complex.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/sin.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/sinh.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/sqrt.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/tan.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.transcendentals/tanh.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.value.ops/abs.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.value.ops/arg.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.value.ops/conj.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.value.ops/imag.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.value.ops/norm.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.value.ops/polar.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.value.ops/proj.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex.value.ops/real.pass.cpp delete mode 100644 test/std/numerics/complex.number/complex/types.pass.cpp delete mode 100644 test/std/numerics/complex.number/layout.pass.cpp delete mode 100644 test/std/numerics/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/numarray/class.gslice/gslice.access/tested_elsewhere.pass.cpp delete mode 100644 test/std/numerics/numarray/class.gslice/gslice.cons/default.pass.cpp delete mode 100644 test/std/numerics/numarray/class.gslice/gslice.cons/start_size_stride.pass.cpp delete mode 100644 test/std/numerics/numarray/class.gslice/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/numarray/class.slice/cons.slice/default.pass.cpp delete mode 100644 test/std/numerics/numarray/class.slice/cons.slice/start_size_stride.pass.cpp delete mode 100644 test/std/numerics/numarray/class.slice/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/numarray/class.slice/slice.access/tested_elsewhere.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/default.fail.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.assign/gslice_array.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.assign/valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/addition.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/and.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/divide.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/modulo.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/multiply.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/or.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/shift_left.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/shift_right.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/subtraction.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.comp.assign/xor.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/gslice.array.fill/assign_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.gslice.array/types.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/default.fail.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.assign/indirect_array.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.assign/valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.comp.assign/addition.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.comp.assign/and.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.comp.assign/divide.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.comp.assign/modulo.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.comp.assign/multiply.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.comp.assign/or.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.comp.assign/shift_left.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.comp.assign/shift_right.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.comp.assign/subtraction.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.comp.assign/xor.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/indirect.array.fill/assign_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.indirect.array/types.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/default.fail.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.assign/mask_array.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.assign/valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.comp.assign/addition.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.comp.assign/and.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.comp.assign/divide.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.comp.assign/modulo.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.comp.assign/multiply.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.comp.assign/or.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.comp.assign/shift_left.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.comp.assign/shift_right.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.comp.assign/subtraction.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.comp.assign/xor.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/mask.array.fill/assign_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.mask.array/types.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/default.fail.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.assign/slice_array.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.assign/valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.comp.assign/addition.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.comp.assign/and.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.comp.assign/divide.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.comp.assign/modulo.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.comp.assign/multiply.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.comp.assign/or.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.comp.assign/shift_left.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.comp.assign/shift_right.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.comp.assign/subtraction.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.comp.assign/xor.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/slice.arr.fill/assign_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.slice.array/types.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/types.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.access/access.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.access/const_access.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.assign/copy_assign.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.assign/gslice_array_assign.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.assign/indirect_array_assign.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.assign/initializer_list_assign.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.assign/mask_array_assign.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.assign/move_assign.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.assign/slice_array_assign.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.assign/value_assign.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/and_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/and_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/divide_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/divide_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/minus_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/minus_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/modulo_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/modulo_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/or_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/or_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/plus_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/plus_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/shift_left_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/shift_left_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/shift_right_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/shift_right_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/times_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/times_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/xor_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cassign/xor_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cons/copy.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cons/default.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cons/gslice_array.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cons/indirect_array.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cons/initializer_list.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cons/mask_array.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cons/move.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cons/pointer_size.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cons/size.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cons/slice_array.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.cons/value_size.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.members/apply_cref.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.members/apply_value.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.members/cshift.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.members/max.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.members/min.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.members/resize.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.members/shift.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.members/size.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.members/sum.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.members/swap.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.sub/gslice_const.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.sub/gslice_non_const.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.sub/indirect_array_const.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.sub/indirect_array_non_const.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.sub/slice_const.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.sub/slice_non_const.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.sub/valarray_bool_const.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.sub/valarray_bool_non_const.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.unary/bit_not.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.unary/negate.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.unary/not.pass.cpp delete mode 100644 test/std/numerics/numarray/template.valarray/valarray.unary/plus.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/and_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/and_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/and_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/divide_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/divide_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/divide_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/minus_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/minus_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/minus_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/modulo_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/modulo_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/modulo_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/or_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/or_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/or_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/plus_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/plus_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/plus_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/shift_left_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/shift_left_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/shift_left_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/shift_right_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/shift_right_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/shift_right_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/times_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/times_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/times_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/xor_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/xor_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.binary/xor_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/and_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/and_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/and_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/equal_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/equal_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/equal_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_equal_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_equal_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_equal_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/greater_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/less_equal_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/less_equal_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/less_equal_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/less_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/less_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/less_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/not_equal_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/not_equal_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/not_equal_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/or_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/or_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.comparison/or_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.special/swap.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/abs_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/acos_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/asin_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/atan2_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/atan2_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/atan2_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/atan_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/cos_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/cosh_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/exp_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/log10_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/log_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/pow_valarray_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/pow_valarray_value.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/pow_value_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/sin_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/sinh_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/sqrt_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/tan_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.nonmembers/valarray.transcend/tanh_valarray.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.range/begin_const.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.range/begin_non_const.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.range/end_const.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.range/end_non_const.pass.cpp delete mode 100644 test/std/numerics/numarray/valarray.syn/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/accumulate/accumulate.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/adjacent.difference/adjacent_difference.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan_init_op.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/inclusive.scan/inclusive_scan_op_init.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/inner.product/inner_product.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.iota/iota.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.bool1.fail.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.bool2.fail.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.bool3.fail.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.bool4.fail.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.not_integral1.fail.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.not_integral2.fail.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.gcd/gcd.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.bool1.fail.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.bool2.fail.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.bool3.fail.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.bool4.fail.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.not_integral1.fail.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.not_integral2.fail.cpp delete mode 100644 test/std/numerics/numeric.ops/numeric.ops.lcm/lcm.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/partial.sum/partial_sum.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/reduce/reduce.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/reduce/reduce_init.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/reduce/reduce_init_op.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/transform.exclusive.scan/transform_exclusive_scan_init_bop_uop.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/transform.inclusive.scan/transform_inclusive_scan_bop_uop.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/transform.inclusive.scan/transform_inclusive_scan_bop_uop_init.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_init_bop_uop.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_iter_init.pass.cpp delete mode 100644 test/std/numerics/numeric.ops/transform.reduce/transform_reduce_iter_iter_iter_init_op_op.pass.cpp delete mode 100644 test/std/numerics/numeric.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/numerics.general/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/ctor_engine_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/ctor_engine_move.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/ctor_result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/ctor_sseq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/discard.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/seed_result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/seed_sseq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.disc/values.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ctor_engine_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ctor_engine_move.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ctor_result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/ctor_sseq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/discard.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/seed_result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/seed_sseq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.ibits/values.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ctor_engine_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ctor_engine_move.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ctor_result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/ctor_sseq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/discard.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/seed_result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/seed_sseq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.adapt/rand.adapt.shuf/values.pass.cpp delete mode 100644 test/std/numerics/rand/rand.device/ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.device/entropy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.device/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/ctor_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bernoulli/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ctor_int_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/ctor_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/ctor_int_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/ctor_double_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/ctor_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/ctor_double_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/ctor_double_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/ctor_double_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/ctor_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/ctor_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/ctor_double_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/ctor_double_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/ctor_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/ctor_double_double.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_func.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_init.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_iterator.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_func.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_init.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_ctor_iterator.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_func.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_init_func.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_iterator.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_func.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_init_func.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_ctor_iterator.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_func.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_init_func.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_iterator.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_func.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_init_func.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_ctor_iterator.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/ctor_int_int.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ctor_int_int.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ctor_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/eval_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/get_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/max.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/min.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_ctor.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_eq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/param_types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/set_param.pass.cpp delete mode 100644 test/std/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/types.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.lcong/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.lcong/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.lcong/ctor_result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.lcong/ctor_sseq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.lcong/default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.lcong/discard.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.lcong/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.lcong/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.lcong/result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.lcong/seed_result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.lcong/seed_sseq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.lcong/values.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/ctor_result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/ctor_sseq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/ctor_sseq_all_zero.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/discard.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/seed_result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/seed_sseq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.mers/values.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.sub/assign.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.sub/copy.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.sub/ctor_result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.sub/ctor_sseq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.sub/default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.sub/discard.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.sub/eval.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.sub/io.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.sub/result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.sub/seed_result_type.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.sub/seed_sseq.pass.cpp delete mode 100644 test/std/numerics/rand/rand.eng/rand.eng.sub/values.pass.cpp delete mode 100644 test/std/numerics/rand/rand.predef/default_random_engine.pass.cpp delete mode 100644 test/std/numerics/rand/rand.predef/knuth_b.pass.cpp delete mode 100644 test/std/numerics/rand/rand.predef/minstd_rand.pass.cpp delete mode 100644 test/std/numerics/rand/rand.predef/minstd_rand0.pass.cpp delete mode 100644 test/std/numerics/rand/rand.predef/mt19937.pass.cpp delete mode 100644 test/std/numerics/rand/rand.predef/mt19937_64.pass.cpp delete mode 100644 test/std/numerics/rand/rand.predef/ranlux24.pass.cpp delete mode 100644 test/std/numerics/rand/rand.predef/ranlux24_base.pass.cpp delete mode 100644 test/std/numerics/rand/rand.predef/ranlux48.pass.cpp delete mode 100644 test/std/numerics/rand/rand.predef/ranlux48_base.pass.cpp delete mode 100644 test/std/numerics/rand/rand.req/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.req/rand.req.adapt/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.req/rand.req.dst/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.req/rand.req.eng/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.req/rand.req.genl/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.req/rand.req.seedseq/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.req/rand.req.urng/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.util/nothing_to_do.pass.cpp delete mode 100644 test/std/numerics/rand/rand.util/rand.util.canonical/generate_canonical.pass.cpp delete mode 100644 test/std/numerics/rand/rand.util/rand.util.seedseq/assign.fail.cpp delete mode 100644 test/std/numerics/rand/rand.util/rand.util.seedseq/copy.fail.cpp delete mode 100644 test/std/numerics/rand/rand.util/rand.util.seedseq/default.pass.cpp delete mode 100644 test/std/numerics/rand/rand.util/rand.util.seedseq/generate.pass.cpp delete mode 100644 test/std/numerics/rand/rand.util/rand.util.seedseq/initializer_list.pass.cpp delete mode 100644 test/std/numerics/rand/rand.util/rand.util.seedseq/iterator.pass.cpp delete mode 100644 test/std/numerics/rand/rand.util/rand.util.seedseq/types.pass.cpp delete mode 100644 test/std/re/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.alg/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.match/awk.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.match/basic.fail.cpp delete mode 100644 test/std/re/re.alg/re.alg.match/basic.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.match/ecma.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.match/egrep.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.match/exponential.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.match/extended.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.match/grep.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.match/inverted_character_classes.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.match/lookahead_capture.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.match/parse_curly_brackets.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.replace/test1.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.replace/test2.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.replace/test3.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.replace/test4.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.replace/test5.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.replace/test6.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.search/awk.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.search/backup.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.search/basic.fail.cpp delete mode 100644 test/std/re/re.alg/re.alg.search/basic.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.search/ecma.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.search/egrep.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.search/exponential.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.search/extended.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.search/grep.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.search/invert_neg_word_search.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.search/lookahead.pass.cpp delete mode 100644 test/std/re/re.alg/re.alg.search/no_update_pos.pass.cpp delete mode 100644 test/std/re/re.alg/re.except/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.badexp/regex_error.pass.cpp delete mode 100644 test/std/re/re.const/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.const/re.err/error_type.pass.cpp delete mode 100644 test/std/re/re.const/re.matchflag/match_flag_type.pass.cpp delete mode 100644 test/std/re/re.const/re.matchflag/match_not_bol.pass.cpp delete mode 100644 test/std/re/re.const/re.matchflag/match_not_eol.pass.cpp delete mode 100644 test/std/re/re.const/re.matchflag/match_not_null.pass.cpp delete mode 100644 test/std/re/re.const/re.synopt/syntax_option_type.pass.cpp delete mode 100644 test/std/re/re.def/defns.regex.collating.element/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.def/defns.regex.finite.state.machine/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.def/defns.regex.format.specifier/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.def/defns.regex.matched/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.def/defns.regex.primary.equivalence.class/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.def/defns.regex.regular.expression/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.def/defns.regex.subexpression/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.def/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.general/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.grammar/excessive_brace_count.pass.cpp delete mode 100644 test/std/re/re.grammar/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.iter/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.iter/re.regiter/re.regiter.cnstr/cnstr.fail.cpp delete mode 100644 test/std/re/re.iter/re.regiter/re.regiter.cnstr/cnstr.pass.cpp delete mode 100644 test/std/re/re.iter/re.regiter/re.regiter.cnstr/default.pass.cpp delete mode 100644 test/std/re/re.iter/re.regiter/re.regiter.comp/tested_elsewhere.pass.cpp delete mode 100644 test/std/re/re.iter/re.regiter/re.regiter.deref/deref.pass.cpp delete mode 100644 test/std/re/re.iter/re.regiter/re.regiter.incr/post.pass.cpp delete mode 100644 test/std/re/re.iter/re.regiter/types.pass.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/array.fail.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/array.pass.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/default.pass.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/init.fail.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/init.pass.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/int.fail.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/int.pass.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/vector.fail.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/vector.pass.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/re.tokiter.comp/equal.pass.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/re.tokiter.deref/deref.pass.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/re.tokiter.incr/post.pass.cpp delete mode 100644 test/std/re/re.iter/re.tokiter/types.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.assign/assign.il.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.assign/assign.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.assign/assign_iter_iter_flag.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.assign/assign_ptr_flag.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.assign/assign_ptr_size_flag.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.assign/assign_string_flag.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.assign/copy.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.assign/il.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.assign/ptr.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.assign/string.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.const/constants.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/awk_oct.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/bad_backref.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/bad_ctype.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/bad_escape.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/bad_repeat.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/copy.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/deduct.fail.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/deduct.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/default.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/il_flg.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/iter_iter.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/iter_iter_flg.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/ptr.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/ptr_flg.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/ptr_size.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/ptr_size_flg.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/string.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.construct/string_flg.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.locale/imbue.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.nonmemb/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.nonmemb/re.regex.nmswap/swap.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.operations/tested_elsewhere.pass.cpp delete mode 100644 test/std/re/re.regex/re.regex.swap/swap.pass.cpp delete mode 100644 test/std/re/re.regex/types.pass.cpp delete mode 100644 test/std/re/re.req/nothing_to_do.pass.cpp delete mode 100644 test/std/re/re.results/re.results.acc/begin_end.pass.cpp delete mode 100644 test/std/re/re.results/re.results.acc/cbegin_cend.pass.cpp delete mode 100644 test/std/re/re.results/re.results.acc/index.pass.cpp delete mode 100644 test/std/re/re.results/re.results.acc/length.pass.cpp delete mode 100644 test/std/re/re.results/re.results.acc/position.pass.cpp delete mode 100644 test/std/re/re.results/re.results.acc/prefix.pass.cpp delete mode 100644 test/std/re/re.results/re.results.acc/str.pass.cpp delete mode 100644 test/std/re/re.results/re.results.acc/suffix.pass.cpp delete mode 100644 test/std/re/re.results/re.results.all/get_allocator.pass.cpp delete mode 100644 test/std/re/re.results/re.results.const/allocator.pass.cpp delete mode 100644 test/std/re/re.results/re.results.const/copy.pass.cpp delete mode 100644 test/std/re/re.results/re.results.const/copy_assign.pass.cpp delete mode 100644 test/std/re/re.results/re.results.const/default.pass.cpp delete mode 100644 test/std/re/re.results/re.results.const/move.pass.cpp delete mode 100644 test/std/re/re.results/re.results.const/move_assign.pass.cpp delete mode 100644 test/std/re/re.results/re.results.form/form1.pass.cpp delete mode 100644 test/std/re/re.results/re.results.form/form2.pass.cpp delete mode 100644 test/std/re/re.results/re.results.form/form3.pass.cpp delete mode 100644 test/std/re/re.results/re.results.form/form4.pass.cpp delete mode 100644 test/std/re/re.results/re.results.nonmember/equal.pass.cpp delete mode 100644 test/std/re/re.results/re.results.size/empty.fail.cpp delete mode 100644 test/std/re/re.results/re.results.size/empty.pass.cpp delete mode 100644 test/std/re/re.results/re.results.size/max_size.pass.cpp delete mode 100644 test/std/re/re.results/re.results.state/ready.pass.cpp delete mode 100644 test/std/re/re.results/re.results.swap/member_swap.pass.cpp delete mode 100644 test/std/re/re.results/re.results.swap/non_member_swap.pass.cpp delete mode 100644 test/std/re/re.results/types.pass.cpp delete mode 100644 test/std/re/re.submatch/re.submatch.members/compare_string_type.pass.cpp delete mode 100644 test/std/re/re.submatch/re.submatch.members/compare_sub_match.pass.cpp delete mode 100644 test/std/re/re.submatch/re.submatch.members/compare_value_type_ptr.pass.cpp delete mode 100644 test/std/re/re.submatch/re.submatch.members/default.pass.cpp delete mode 100644 test/std/re/re.submatch/re.submatch.members/length.pass.cpp delete mode 100644 test/std/re/re.submatch/re.submatch.members/operator_string.pass.cpp delete mode 100644 test/std/re/re.submatch/re.submatch.members/str.pass.cpp delete mode 100644 test/std/re/re.submatch/re.submatch.op/compare.pass.cpp delete mode 100644 test/std/re/re.submatch/re.submatch.op/stream.pass.cpp delete mode 100644 test/std/re/re.submatch/types.pass.cpp delete mode 100644 test/std/re/re.syn/cmatch.pass.cpp delete mode 100644 test/std/re/re.syn/cregex_iterator.pass.cpp delete mode 100644 test/std/re/re.syn/cregex_token_iterator.pass.cpp delete mode 100644 test/std/re/re.syn/csub_match.pass.cpp delete mode 100644 test/std/re/re.syn/regex.pass.cpp delete mode 100644 test/std/re/re.syn/smatch.pass.cpp delete mode 100644 test/std/re/re.syn/sregex_iterator.pass.cpp delete mode 100644 test/std/re/re.syn/sregex_token_iterator.pass.cpp delete mode 100644 test/std/re/re.syn/ssub_match.pass.cpp delete mode 100644 test/std/re/re.syn/wcmatch.pass.cpp delete mode 100644 test/std/re/re.syn/wcregex_iterator.pass.cpp delete mode 100644 test/std/re/re.syn/wcregex_token_iterator.pass.cpp delete mode 100644 test/std/re/re.syn/wcsub_match.pass.cpp delete mode 100644 test/std/re/re.syn/wregex.pass.cpp delete mode 100644 test/std/re/re.syn/wsmatch.pass.cpp delete mode 100644 test/std/re/re.syn/wsregex_iterator.pass.cpp delete mode 100644 test/std/re/re.syn/wsregex_token_iterator.pass.cpp delete mode 100644 test/std/re/re.syn/wssub_match.pass.cpp delete mode 100644 test/std/re/re.traits/default.pass.cpp delete mode 100644 test/std/re/re.traits/getloc.pass.cpp delete mode 100644 test/std/re/re.traits/imbue.pass.cpp delete mode 100644 test/std/re/re.traits/isctype.pass.cpp delete mode 100644 test/std/re/re.traits/length.pass.cpp delete mode 100644 test/std/re/re.traits/lookup_classname.pass.cpp delete mode 100644 test/std/re/re.traits/lookup_collatename.pass.cpp delete mode 100644 test/std/re/re.traits/transform.pass.cpp delete mode 100644 test/std/re/re.traits/transform_primary.pass.cpp delete mode 100644 test/std/re/re.traits/translate.pass.cpp delete mode 100644 test/std/re/re.traits/translate_nocase.pass.cpp delete mode 100644 test/std/re/re.traits/types.pass.cpp delete mode 100644 test/std/re/re.traits/value.pass.cpp delete mode 100644 test/std/strings/basic.string.hash/enabled_hashes.pass.cpp delete mode 100644 test/std/strings/basic.string.hash/strings.pass.cpp delete mode 100644 test/std/strings/basic.string.literals/literal.pass.cpp delete mode 100644 test/std/strings/basic.string.literals/literal1.fail.cpp delete mode 100644 test/std/strings/basic.string.literals/literal1.pass.cpp delete mode 100644 test/std/strings/basic.string.literals/literal2.fail.cpp delete mode 100644 test/std/strings/basic.string.literals/literal2.pass.cpp delete mode 100644 test/std/strings/basic.string.literals/literal3.pass.cpp delete mode 100644 test/std/strings/basic.string/allocator_mismatch.fail.cpp delete mode 100644 test/std/strings/basic.string/char.bad.fail.cpp delete mode 100644 test/std/strings/basic.string/input_iterator.h delete mode 100644 test/std/strings/basic.string/string.access/at.pass.cpp delete mode 100644 test/std/strings/basic.string/string.access/back.pass.cpp delete mode 100644 test/std/strings/basic.string/string.access/db_back.pass.cpp delete mode 100644 test/std/strings/basic.string/string.access/db_cback.pass.cpp delete mode 100644 test/std/strings/basic.string/string.access/db_cfront.pass.cpp delete mode 100644 test/std/strings/basic.string/string.access/db_cindex.pass.cpp delete mode 100644 test/std/strings/basic.string/string.access/db_front.pass.cpp delete mode 100644 test/std/strings/basic.string/string.access/db_index.pass.cpp delete mode 100644 test/std/strings/basic.string/string.access/front.pass.cpp delete mode 100644 test/std/strings/basic.string/string.access/index.pass.cpp delete mode 100644 test/std/strings/basic.string/string.capacity/capacity.pass.cpp delete mode 100644 test/std/strings/basic.string/string.capacity/clear.pass.cpp delete mode 100644 test/std/strings/basic.string/string.capacity/empty.fail.cpp delete mode 100644 test/std/strings/basic.string/string.capacity/empty.pass.cpp delete mode 100644 test/std/strings/basic.string/string.capacity/length.pass.cpp delete mode 100644 test/std/strings/basic.string/string.capacity/max_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.capacity/over_max_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.capacity/reserve.pass.cpp delete mode 100644 test/std/strings/basic.string/string.capacity/resize_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.capacity/resize_size_char.pass.cpp delete mode 100644 test/std/strings/basic.string/string.capacity/shrink_to_fit.pass.cpp delete mode 100644 test/std/strings/basic.string/string.capacity/size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/T_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/alloc.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/brace_assignment.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/char_assignment.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/copy.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/copy_alloc.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/copy_assignment.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/default_noexcept.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/dtor_noexcept.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/implicit_deduction_guides.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/initializer_list.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/initializer_list_assignment.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/iter_alloc.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp delete mode 100644 test/std/strings/basic.string/string.cons/iter_alloc_deduction.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/move.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/move_alloc.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/move_assign_noexcept.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/move_assignment.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/move_noexcept.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/pointer_alloc.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/pointer_assignment.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/pointer_size_alloc.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/size_char_alloc.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/string_view.fail.cpp delete mode 100644 test/std/strings/basic.string/string.cons/string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/string_view_assignment.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/string_view_deduction.fail.cpp delete mode 100644 test/std/strings/basic.string/string.cons/string_view_deduction.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/string_view_size_size_deduction.fail.cpp delete mode 100644 test/std/strings/basic.string/string.cons/string_view_size_size_deduction.pass.cpp delete mode 100644 test/std/strings/basic.string/string.cons/substr.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ends_with/ends_with.char.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ends_with/ends_with.ptr.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ends_with/ends_with.string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/begin.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/cbegin.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/cend.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/crbegin.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/crend.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/db_iterators_2.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/db_iterators_3.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/db_iterators_4.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/db_iterators_5.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/db_iterators_6.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/db_iterators_7.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/db_iterators_8.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/end.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/iterators.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/rbegin.pass.cpp delete mode 100644 test/std/strings/basic.string/string.iterators/rend.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/nothing_to_do.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_append/T_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_append/initializer_list.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_append/iterator.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_append/pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_append/pointer_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_append/push_back.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_append/size_char.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_append/string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_append/string_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_append/string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_assign/T_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_assign/initializer_list.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_assign/iterator.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_assign/pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_assign/pointer_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_assign/rv_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_assign/size_char.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_assign/string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_assign/string_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_assign/string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_copy/copy.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_erase/iter.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_erase/iter_iter.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_erase/pop_back.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_erase/size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_insert/iter_char.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_insert/iter_initializer_list.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_insert/iter_iter_iter.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_insert/iter_size_char.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_insert/size_T_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_insert/size_pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_insert/size_pointer_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_insert/size_size_char.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_insert/size_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_insert/size_string_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_insert/string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_op_plus_equal/char.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_op_plus_equal/initializer_list.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_op_plus_equal/pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_op_plus_equal/string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/iter_iter_initializer_list.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/iter_iter_iter_iter.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/iter_iter_pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/iter_iter_pointer_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/iter_iter_size_char.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/iter_iter_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/iter_iter_string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/size_size_T_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/size_size_pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/size_size_pointer_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/size_size_size_char.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/size_size_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/size_size_string_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_replace/size_size_string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.modifiers/string_swap/swap.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/nothing_to_do.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string.io/get_line.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string.io/get_line_delim.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string.io/get_line_delim_rv.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string.io/get_line_rv.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string.io/stream_extract.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string.io/stream_insert.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string.special/swap.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string.special/swap_noexcept.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_op!=/pointer_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_op!=/string_pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_op!=/string_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_op!=/string_string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_op!=/string_view_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_op+/char_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_op+/pointer_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_op+/string_char.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_op+/string_pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_op+/string_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_operator==/pointer_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_operator==/string_pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_operator==/string_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_operator==/string_string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_operator==/string_view_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_opgt/pointer_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_opgt/string_pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_opgt/string_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_opgt/string_string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_opgt/string_view_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_opgt=/pointer_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_opgt=/string_pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_opgt=/string_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_opgt=/string_string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_opgt=/string_view_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_oplt/pointer_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_oplt/string_pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_oplt/string_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_oplt/string_string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_oplt/string_view_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_oplt=/pointer_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_oplt=/string_pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_oplt=/string_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_oplt=/string_string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.nonmembers/string_oplt=/string_view_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/nothing_to_do.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string.accessors/c_str.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string.accessors/data.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string.accessors/get_allocator.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_compare/pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_compare/size_size_T_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_compare/size_size_pointer.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_compare/size_size_pointer_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_compare/size_size_string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_compare/size_size_string_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_compare/size_size_string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_compare/string.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_compare/string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.first.not.of/char_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.first.not.of/pointer_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.first.not.of/pointer_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.first.not.of/string_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.first.not.of/string_view_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.first.of/char_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.first.of/pointer_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.first.of/pointer_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.first.of/string_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.first.of/string_view_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.last.not.of/char_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.last.not.of/pointer_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.last.not.of/pointer_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.last.not.of/string_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.last.not.of/string_view_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.last.of/char_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.last.of/pointer_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.last.of/pointer_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.last.of/string_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find.last.of/string_view_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find/char_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find/pointer_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find/pointer_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find/string_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_find/string_view_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_rfind/char_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_rfind/pointer_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_rfind/pointer_size_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_rfind/string_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_rfind/string_view_size.pass.cpp delete mode 100644 test/std/strings/basic.string/string.ops/string_substr/substr.pass.cpp delete mode 100644 test/std/strings/basic.string/string.require/contiguous.pass.cpp delete mode 100644 test/std/strings/basic.string/string.starts_with/starts_with.char.pass.cpp delete mode 100644 test/std/strings/basic.string/string.starts_with/starts_with.ptr.pass.cpp delete mode 100644 test/std/strings/basic.string/string.starts_with/starts_with.string_view.pass.cpp delete mode 100644 test/std/strings/basic.string/test_traits.h delete mode 100644 test/std/strings/basic.string/traits_mismatch.fail.cpp delete mode 100644 test/std/strings/basic.string/types.pass.cpp delete mode 100644 test/std/strings/c.strings/cctype.pass.cpp delete mode 100644 test/std/strings/c.strings/cstring.pass.cpp delete mode 100644 test/std/strings/c.strings/cuchar.pass.cpp delete mode 100644 test/std/strings/c.strings/cwchar.pass.cpp delete mode 100644 test/std/strings/c.strings/cwctype.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.require/nothing_to_do.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/assign2.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/assign3.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/compare.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/copy.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/eof.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/eq.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/eq_int_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/find.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/length.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/lt.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/move.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/not_eof.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/to_char_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/to_int_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/types.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/assign2.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/assign3.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/compare.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/copy.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/eof.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/eq.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/eq_int_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/find.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/length.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/lt.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/move.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/not_eof.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/to_char_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/to_int_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/types.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/assign2.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/assign3.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/compare.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/copy.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/eof.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/eq.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/eq_int_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/find.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/length.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/lt.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/move.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/not_eof.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/to_char_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/to_int_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/types.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/assign2.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/assign3.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/compare.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/copy.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/eof.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/eq.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/eq_int_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/find.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/length.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/lt.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/move.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/not_eof.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/to_char_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/to_int_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char8_t/types.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/assign2.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/assign3.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/compare.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/copy.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/eof.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/eq.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/eq_int_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/find.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/length.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/lt.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/move.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/not_eof.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/to_char_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/to_int_type.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.wchar.t/types.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.specializations/nothing_to_do.pass.cpp delete mode 100644 test/std/strings/char.traits/char.traits.typedefs/nothing_to_do.pass.cpp delete mode 100644 test/std/strings/char.traits/nothing_to_do.pass.cpp delete mode 100644 test/std/strings/string.classes/typedefs.pass.cpp delete mode 100644 test/std/strings/string.conversions/stod.pass.cpp delete mode 100644 test/std/strings/string.conversions/stof.pass.cpp delete mode 100644 test/std/strings/string.conversions/stoi.pass.cpp delete mode 100644 test/std/strings/string.conversions/stol.pass.cpp delete mode 100644 test/std/strings/string.conversions/stold.pass.cpp delete mode 100644 test/std/strings/string.conversions/stoll.pass.cpp delete mode 100644 test/std/strings/string.conversions/stoul.pass.cpp delete mode 100644 test/std/strings/string.conversions/stoull.pass.cpp delete mode 100644 test/std/strings/string.conversions/to_string.pass.cpp delete mode 100644 test/std/strings/string.conversions/to_wstring.pass.cpp delete mode 100644 test/std/strings/string.view/char.bad.fail.cpp delete mode 100644 test/std/strings/string.view/string.view.access/at.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.access/back.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.access/data.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.access/front.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.access/index.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.capacity/capacity.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.capacity/empty.fail.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/opeq.string_view.pointer.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/opeq.string_view.string.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/opeq.string_view.string_view.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/opge.string_view.pointer.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/opge.string_view.string.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/opge.string_view.string_view.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/opgt.string_view.pointer.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/opgt.string_view.string.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/opgt.string_view.string_view.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/ople.string_view.pointer.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/ople.string_view.string.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/ople.string_view.string_view.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/oplt.string_view.pointer.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/oplt.string_view.string.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/oplt.string_view.string_view.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/opne.string_view.pointer.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/opne.string_view.string.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.comparison/opne.string_view.string_view.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.cons/assign.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.cons/default.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.cons/from_literal.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.cons/from_ptr_len.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.cons/from_string.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.cons/from_string1.fail.cpp delete mode 100644 test/std/strings/string.view/string.view.cons/from_string2.fail.cpp delete mode 100644 test/std/strings/string.view/string.view.cons/implicit_deduction_guides.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_char_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_first_not_of_char_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_first_not_of_pointer_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_first_not_of_pointer_size_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_first_not_of_string_view_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_first_of_char_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_first_of_pointer_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_first_of_pointer_size_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_first_of_string_view_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_last_not_of_char_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_last_not_of_pointer_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_last_not_of_pointer_size_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_last_not_of_string_view_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_last_of_char_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_last_of_pointer_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_last_of_pointer_size_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_last_of_string_view_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_pointer_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_pointer_size_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/find_string_view_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/rfind_char_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/rfind_pointer_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/rfind_pointer_size_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.find/rfind_string_view_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.hash/enabled_hashes.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.hash/string_view.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.io/stream_insert.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.iterators/begin.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.iterators/end.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.iterators/rbegin.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.iterators/rend.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.modifiers/remove_prefix.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.modifiers/remove_suffix.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.modifiers/swap.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.nonmem/quoted.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.ops/compare.pointer.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.ops/compare.pointer_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.ops/compare.size_size_sv.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.ops/compare.size_size_sv_pointer_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.ops/compare.size_size_sv_size_size.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.ops/compare.sv.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.ops/copy.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.ops/substr.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.synop/nothing_to_do.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.template/ends_with.char.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.template/ends_with.ptr.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.template/ends_with.string_view.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.template/nothing_to_do.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.template/starts_with.char.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.template/starts_with.ptr.pass.cpp delete mode 100644 test/std/strings/string.view/string.view.template/starts_with.string_view.pass.cpp delete mode 100644 test/std/strings/string.view/string_view.literals/literal.pass.cpp delete mode 100644 test/std/strings/string.view/string_view.literals/literal1.fail.cpp delete mode 100644 test/std/strings/string.view/string_view.literals/literal1.pass.cpp delete mode 100644 test/std/strings/string.view/string_view.literals/literal2.fail.cpp delete mode 100644 test/std/strings/string.view/string_view.literals/literal2.pass.cpp delete mode 100644 test/std/strings/string.view/string_view.literals/literal3.pass.cpp delete mode 100644 test/std/strings/string.view/traits_mismatch.fail.cpp delete mode 100644 test/std/strings/string.view/types.pass.cpp delete mode 100644 test/std/strings/strings.erasure/erase.pass.cpp delete mode 100644 test/std/strings/strings.erasure/erase_if.pass.cpp delete mode 100644 test/std/strings/strings.general/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/futures/futures.async/async.fail.cpp delete mode 100644 test/std/thread/futures/futures.async/async.pass.cpp delete mode 100644 test/std/thread/futures/futures.async/async_race.38682.pass.cpp delete mode 100644 test/std/thread/futures/futures.async/async_race.pass.cpp delete mode 100644 test/std/thread/futures/futures.errors/default_error_condition.pass.cpp delete mode 100644 test/std/thread/futures/futures.errors/equivalent_error_code_int.pass.cpp delete mode 100644 test/std/thread/futures/futures.errors/equivalent_int_error_condition.pass.cpp delete mode 100644 test/std/thread/futures/futures.errors/future_category.pass.cpp delete mode 100644 test/std/thread/futures/futures.errors/make_error_code.pass.cpp delete mode 100644 test/std/thread/futures/futures.errors/make_error_condition.pass.cpp delete mode 100644 test/std/thread/futures/futures.future_error/code.pass.cpp delete mode 100644 test/std/thread/futures/futures.future_error/types.pass.cpp delete mode 100644 test/std/thread/futures/futures.future_error/what.pass.cpp delete mode 100644 test/std/thread/futures/futures.overview/future_errc.pass.cpp delete mode 100644 test/std/thread/futures/futures.overview/future_status.pass.cpp delete mode 100644 test/std/thread/futures/futures.overview/is_error_code_enum_future_errc.pass.cpp delete mode 100644 test/std/thread/futures/futures.overview/launch.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/alloc_ctor.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/copy_assign.fail.cpp delete mode 100644 test/std/thread/futures/futures.promise/copy_ctor.fail.cpp delete mode 100644 test/std/thread/futures/futures.promise/default.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/dtor.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/get_future.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/move_assign.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/move_ctor.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/set_exception.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/set_lvalue.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/set_lvalue_at_thread_exit.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/set_rvalue.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/set_rvalue_at_thread_exit.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/set_value_at_thread_exit_const.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/set_value_at_thread_exit_void.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/set_value_const.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/set_value_void.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/swap.pass.cpp delete mode 100644 test/std/thread/futures/futures.promise/uses_allocator.pass.cpp delete mode 100644 test/std/thread/futures/futures.shared_future/copy_assign.pass.cpp delete mode 100644 test/std/thread/futures/futures.shared_future/copy_ctor.pass.cpp delete mode 100644 test/std/thread/futures/futures.shared_future/ctor_future.pass.cpp delete mode 100644 test/std/thread/futures/futures.shared_future/default.pass.cpp delete mode 100644 test/std/thread/futures/futures.shared_future/dtor.pass.cpp delete mode 100644 test/std/thread/futures/futures.shared_future/get.pass.cpp delete mode 100644 test/std/thread/futures/futures.shared_future/move_assign.pass.cpp delete mode 100644 test/std/thread/futures/futures.shared_future/move_ctor.pass.cpp delete mode 100644 test/std/thread/futures/futures.shared_future/wait.pass.cpp delete mode 100644 test/std/thread/futures/futures.shared_future/wait_for.pass.cpp delete mode 100644 test/std/thread/futures/futures.shared_future/wait_until.pass.cpp delete mode 100644 test/std/thread/futures/futures.state/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/assign_copy.fail.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/assign_move.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/ctor1.fail.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/ctor2.fail.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/ctor_copy.fail.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/ctor_default.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/ctor_func.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/ctor_func_alloc.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/ctor_move.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/dtor.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/get_future.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/make_ready_at_thread_exit.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/operator.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/reset.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.members/swap.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.nonmembers/swap.pass.cpp delete mode 100644 test/std/thread/futures/futures.task/futures.task.nonmembers/uses_allocator.pass.cpp delete mode 100644 test/std/thread/futures/futures.unique_future/copy_assign.fail.cpp delete mode 100644 test/std/thread/futures/futures.unique_future/copy_ctor.fail.cpp delete mode 100644 test/std/thread/futures/futures.unique_future/default.pass.cpp delete mode 100644 test/std/thread/futures/futures.unique_future/dtor.pass.cpp delete mode 100644 test/std/thread/futures/futures.unique_future/get.pass.cpp delete mode 100644 test/std/thread/futures/futures.unique_future/move_assign.pass.cpp delete mode 100644 test/std/thread/futures/futures.unique_future/move_ctor.pass.cpp delete mode 100644 test/std/thread/futures/futures.unique_future/share.pass.cpp delete mode 100644 test/std/thread/futures/futures.unique_future/wait.pass.cpp delete mode 100644 test/std/thread/futures/futures.unique_future/wait_for.pass.cpp delete mode 100644 test/std/thread/futures/futures.unique_future/wait_until.pass.cpp delete mode 100644 test/std/thread/macro.pass.cpp delete mode 100644 test/std/thread/thread.condition/cv_status.pass.cpp delete mode 100644 test/std/thread/thread.condition/notify_all_at_thread_exit.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvar/assign.fail.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvar/copy.fail.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvar/default.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvar/destructor.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvar/notify_all.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvar/notify_one.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvar/wait.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvar/wait_for.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvar/wait_for_pred.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvar/wait_pred.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvar/wait_until.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvar/wait_until_pred.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/assign.fail.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/copy.fail.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/default.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/destructor.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/notify_all.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/notify_one.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/wait.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/wait_for.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/wait_for_pred.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/wait_pred.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/wait_terminates.sh.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/wait_until.pass.cpp delete mode 100644 test/std/thread/thread.condition/thread.condition.condvarany/wait_until_pred.pass.cpp delete mode 100644 test/std/thread/thread.general/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock.algorithm/lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock.algorithm/try_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/adopt_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/assign.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/copy.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/mutex.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.guard/types.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/adopt_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/assign.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/copy.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/mutex.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/mutex.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/types.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/lit.local.cfg delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/copy_assign.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/copy_ctor.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/default.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/move_assign.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/move_ctor.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_adopt_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_defer_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_duration.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_time_point.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/mutex_try_to_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock_for.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/try_lock_until.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/unlock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/member_swap.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/nonmember_swap.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/release.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/mutex.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/op_bool.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/owns_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.shared/types.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/copy_assign.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/copy_ctor.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/default.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_assign.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/move_ctor.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_adopt_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_defer_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_duration.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_time_point.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/mutex_try_to_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock_for.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/try_lock_until.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/unlock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/member_swap.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/nonmember_swap.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/release.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/mutex.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/op_bool.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.obs/owns_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/thread.lock.unique/types.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.lock/types.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.general/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/assign.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/copy.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/default.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.class/try_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/assign.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/copy.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/default.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.mutex.requirements.mutex/thread.mutex.recursive/try_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/lit.local.cfg delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/assign.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/copy.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/default.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/lock_shared.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.shared_mutex.requirements/thread.shared_mutex.class/try_lock_shared.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/lit.local.cfg delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/assign.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/copy.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/default.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/lock_shared.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_for.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_for.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_shared_until.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_until.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/try_lock_until_deadlock_bug.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/assign.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/copy.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/default.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_for.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/try_lock_until.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/assign.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/copy.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/default.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock_for.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/try_lock_until.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.once/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.once/thread.once.callonce/call_once.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.once/thread.once.callonce/race.pass.cpp delete mode 100644 test/std/thread/thread.mutex/thread.once/thread.once.onceflag/assign.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.once/thread.once.onceflag/copy.fail.cpp delete mode 100644 test/std/thread/thread.mutex/thread.once/thread.once.onceflag/default.pass.cpp delete mode 100644 test/std/thread/thread.req/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.req/thread.req.exception/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.req/thread.req.lockable/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.req/thread.req.lockable/thread.req.lockable.basic/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.req/thread.req.lockable/thread.req.lockable.general/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.req/thread.req.lockable/thread.req.lockable.req/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.req/thread.req.lockable/thread.req.lockable.timed/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.req/thread.req.native/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.req/thread.req.paramname/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.req/thread.req.timing/nothing_to_do.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.algorithm/swap.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/copy.fail.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.assign/move2.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/F.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/constr.fail.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/copy.fail.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/default.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/move.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.destr/dtor.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.id/assign.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.id/copy.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.id/default.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.id/enabled_hashes.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.id/eq.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.id/lt.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.id/stream.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.id/thread_id.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.member/detach.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.member/get_id.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.member/join.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.member/joinable.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.member/swap.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.class/thread.thread.static/hardware_concurrency.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.this/get_id.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.this/sleep_for_tested_elsewhere.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp delete mode 100644 test/std/thread/thread.threads/thread.thread.this/yield.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/allocs.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/converting_copy.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/converting_move.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/copy.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/default.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size.fail.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint.fail.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_const_lvalue_pair.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_piecewise.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_rvalue.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_pair_values.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/construct_type.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/deallocate.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/destroy.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/inner_allocator.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/max_size.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/outer_allocator.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.members/select_on_container_copy_construction.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.types/allocator_pointers.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.types/inner_allocator_type.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.types/is_always_equal.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_copy_assignment.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_move_assignment.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/allocator.adaptor.types/propagate_on_container_swap.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/scoped.adaptor.operators/copy_assign.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/scoped.adaptor.operators/eq.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/scoped.adaptor.operators/move_assign.pass.cpp delete mode 100644 test/std/utilities/allocator.adaptor/types.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.assign/copy.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.assign/move.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.assign/value.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.cons/copy.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.cons/default.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.cons/in_place_type.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.cons/move.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.cons/value.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.modifiers/emplace.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.modifiers/reset.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.modifiers/swap.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.observers/has_value.pass.cpp delete mode 100644 test/std/utilities/any/any.class/any.observers/type.pass.cpp delete mode 100644 test/std/utilities/any/any.class/not_literal_type.pass.cpp delete mode 100644 test/std/utilities/any/any.nonmembers/any.cast/any_cast_pointer.pass.cpp delete mode 100644 test/std/utilities/any/any.nonmembers/any.cast/any_cast_reference.pass.cpp delete mode 100644 test/std/utilities/any/any.nonmembers/any.cast/any_cast_request_invalid_value_category.fail.cpp delete mode 100644 test/std/utilities/any/any.nonmembers/any.cast/const_correctness.fail.cpp delete mode 100644 test/std/utilities/any/any.nonmembers/any.cast/not_copy_constructible.fail.cpp delete mode 100644 test/std/utilities/any/any.nonmembers/any.cast/reference_types.fail.cpp delete mode 100644 test/std/utilities/any/any.nonmembers/make_any.pass.cpp delete mode 100644 test/std/utilities/any/any.nonmembers/swap.pass.cpp delete mode 100644 test/std/utilities/charconv/charconv.from.chars/integral.bool.fail.cpp delete mode 100644 test/std/utilities/charconv/charconv.from.chars/integral.pass.cpp delete mode 100644 test/std/utilities/charconv/charconv.to.chars/integral.bool.fail.cpp delete mode 100644 test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp delete mode 100644 test/std/utilities/function.objects/arithmetic.operations/divides.pass.cpp delete mode 100644 test/std/utilities/function.objects/arithmetic.operations/minus.pass.cpp delete mode 100644 test/std/utilities/function.objects/arithmetic.operations/modulus.pass.cpp delete mode 100644 test/std/utilities/function.objects/arithmetic.operations/multiplies.pass.cpp delete mode 100644 test/std/utilities/function.objects/arithmetic.operations/negate.pass.cpp delete mode 100644 test/std/utilities/function.objects/arithmetic.operations/plus.pass.cpp delete mode 100644 test/std/utilities/function.objects/arithmetic.operations/transparent.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.bind/PR23141_invoke_not_constexpr.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.bind/bind_return_type.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.bind/copy.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_function_object.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_int_0.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_lvalue.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_rvalue.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.bind/invoke_void_0.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.bind/nested.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/is_bind_expression.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/is_bind_expression_03.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.isbind/is_placeholder.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/func.bind.place/placeholders.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/func.bind/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/function.objects/bind/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/function.objects/bitwise.operations/bit_and.pass.cpp delete mode 100644 test/std/utilities/function.objects/bitwise.operations/bit_not.pass.cpp delete mode 100644 test/std/utilities/function.objects/bitwise.operations/bit_or.pass.cpp delete mode 100644 test/std/utilities/function.objects/bitwise.operations/bit_xor.pass.cpp delete mode 100644 test/std/utilities/function.objects/bitwise.operations/transparent.pass.cpp delete mode 100644 test/std/utilities/function.objects/comparisons/constexpr_init.pass.cpp delete mode 100644 test/std/utilities/function.objects/comparisons/equal_to.pass.cpp delete mode 100644 test/std/utilities/function.objects/comparisons/greater.pass.cpp delete mode 100644 test/std/utilities/function.objects/comparisons/greater_equal.pass.cpp delete mode 100644 test/std/utilities/function.objects/comparisons/less.pass.cpp delete mode 100644 test/std/utilities/function.objects/comparisons/less_equal.pass.cpp delete mode 100644 test/std/utilities/function.objects/comparisons/not_equal_to.pass.cpp delete mode 100644 test/std/utilities/function.objects/comparisons/pointer_comparison_test_helper.hpp delete mode 100644 test/std/utilities/function.objects/comparisons/transparent.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.def/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.invoke/invoke.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.invoke/invoke_feature_test_macro.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.memfn/member_data.fail.cpp delete mode 100644 test/std/utilities/function.objects/func.memfn/member_data.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.memfn/member_function.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.memfn/member_function_const.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.memfn/member_function_const_volatile.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.memfn/member_function_volatile.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.not_fn/not_fn.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.require/INVOKE_tested_elsewhere.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.require/binary_function.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.require/unary_function.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.search/func.search.bm/default.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.search/func.search.bm/hash.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.search/func.search.bm/hash.pred.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.search/func.search.bm/pred.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.search/func.search.bmh/default.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.search/func.search.bmh/hash.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.search/func.search.bmh/hash.pred.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.search/func.search.bmh/pred.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.search/func.search.default/default.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.search/func.search.default/default.pred.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.search/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.badcall/bad_function_call.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.badcall/func.wrap.badcall.const/bad_function_call_ctor.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/derive_from.fail.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/derive_from.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.alg/swap.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.cap/operator_bool.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_assign.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_incomplete.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/F_nullptr.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc.fail.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.fail.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_F.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.fail.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_function.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_nullptr.fail.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_nullptr.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.fail.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/alloc_rfunction.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_assign.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/copy_move.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/default.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/move_reentrant.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/nullptr_t_assign_reentrant.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke.fail.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/invoke.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/assign_F_alloc.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.mod/swap.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/operator_==.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/target_type.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/function_types.h delete mode 100644 test/std/utilities/function.objects/func.wrap/func.wrap.func/types.pass.cpp delete mode 100644 test/std/utilities/function.objects/func.wrap/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/function.objects/logical.operations/logical_and.pass.cpp delete mode 100644 test/std/utilities/function.objects/logical.operations/logical_not.pass.cpp delete mode 100644 test/std/utilities/function.objects/logical.operations/logical_or.pass.cpp delete mode 100644 test/std/utilities/function.objects/logical.operations/transparent.pass.cpp delete mode 100644 test/std/utilities/function.objects/negators/binary_negate.depr_in_cxx17.fail.cpp delete mode 100644 test/std/utilities/function.objects/negators/binary_negate.pass.cpp delete mode 100644 test/std/utilities/function.objects/negators/not1.depr_in_cxx17.fail.cpp delete mode 100644 test/std/utilities/function.objects/negators/not1.pass.cpp delete mode 100644 test/std/utilities/function.objects/negators/not2.depr_in_cxx17.fail.cpp delete mode 100644 test/std/utilities/function.objects/negators/not2.pass.cpp delete mode 100644 test/std/utilities/function.objects/negators/unary_negate.depr_in_cxx17.fail.cpp delete mode 100644 test/std/utilities/function.objects/negators/unary_negate.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.access/conversion.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.assign/copy_assign.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.const/copy_ctor.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.const/type_ctor.fail.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.const/type_ctor.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.helpers/cref_1.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.helpers/cref_2.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.helpers/ref_1.fail.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.helpers/ref_1.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.helpers/ref_2.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.invoke/invoke.fail.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.invoke/invoke.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.invoke/invoke_int_0.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/refwrap.invoke/invoke_void_0.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/type.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/type_properties.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/unwrap_ref_decay.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/unwrap_reference.pass.cpp delete mode 100644 test/std/utilities/function.objects/refwrap/weak_result.pass.cpp delete mode 100644 test/std/utilities/function.objects/unord.hash/enabled_hashes.pass.cpp delete mode 100644 test/std/utilities/function.objects/unord.hash/enum.fail.cpp delete mode 100644 test/std/utilities/function.objects/unord.hash/enum.pass.cpp delete mode 100644 test/std/utilities/function.objects/unord.hash/floating.pass.cpp delete mode 100644 test/std/utilities/function.objects/unord.hash/integral.pass.cpp delete mode 100644 test/std/utilities/function.objects/unord.hash/non_enum.pass.cpp delete mode 100644 test/std/utilities/function.objects/unord.hash/pointer.pass.cpp delete mode 100644 test/std/utilities/intseq/intseq.general/integer_seq.pass.cpp delete mode 100644 test/std/utilities/intseq/intseq.intseq/integer_seq.fail.cpp delete mode 100644 test/std/utilities/intseq/intseq.intseq/integer_seq.pass.cpp delete mode 100644 test/std/utilities/intseq/intseq.make/make_integer_seq.fail.cpp delete mode 100644 test/std/utilities/intseq/intseq.make/make_integer_seq.pass.cpp delete mode 100644 test/std/utilities/intseq/intseq.make/make_integer_seq_fallback.fail.cpp delete mode 100644 test/std/utilities/intseq/intseq.make/make_integer_seq_fallback.pass.cpp delete mode 100644 test/std/utilities/intseq/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.tag/allocator_arg.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.fail.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.members/allocate_hint.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.members/construct.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.members/deallocate.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.members/destroy.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.members/incomplete_type_helper.h delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.members/max_size.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.members/select_on_container_copy_construction.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.types/const_pointer.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.types/const_void_pointer.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.types/difference_type.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.types/is_always_equal.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.types/pointer.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.types/propagate_on_container_copy_assignment.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.types/propagate_on_container_move_assignment.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.types/propagate_on_container_swap.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.types/rebind_alloc.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.types/size_type.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator.traits.types/void_pointer.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/allocator_type.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/rebind_traits.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.traits/value_type.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.uses/allocator.uses.construction/tested_elsewhere.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.uses/allocator.uses.trait/uses_allocator.pass.cpp delete mode 100644 test/std/utilities/memory/allocator.uses/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/memory/c.malloc/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/memory/default.allocator/allocator.ctor.pass.cpp delete mode 100644 test/std/utilities/memory/default.allocator/allocator.globals/eq.pass.cpp delete mode 100644 test/std/utilities/memory/default.allocator/allocator.members/address.pass.cpp delete mode 100644 test/std/utilities/memory/default.allocator/allocator.members/allocate.fail.cpp delete mode 100644 test/std/utilities/memory/default.allocator/allocator.members/allocate.pass.cpp delete mode 100644 test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp delete mode 100644 test/std/utilities/memory/default.allocator/allocator.members/construct.pass.cpp delete mode 100644 test/std/utilities/memory/default.allocator/allocator.members/max_size.pass.cpp delete mode 100644 test/std/utilities/memory/default.allocator/allocator_pointers.pass.cpp delete mode 100644 test/std/utilities/memory/default.allocator/allocator_types.pass.cpp delete mode 100644 test/std/utilities/memory/default.allocator/allocator_void.pass.cpp delete mode 100644 test/std/utilities/memory/pointer.conversion/to_address.pass.cpp delete mode 100644 test/std/utilities/memory/pointer.traits/difference_type.pass.cpp delete mode 100644 test/std/utilities/memory/pointer.traits/element_type.pass.cpp delete mode 100644 test/std/utilities/memory/pointer.traits/pointer.pass.cpp delete mode 100644 test/std/utilities/memory/pointer.traits/pointer.traits.functions/pointer_to.pass.cpp delete mode 100644 test/std/utilities/memory/pointer.traits/pointer.traits.types/difference_type.pass.cpp delete mode 100644 test/std/utilities/memory/pointer.traits/pointer.traits.types/element_type.pass.cpp delete mode 100644 test/std/utilities/memory/pointer.traits/pointer.traits.types/rebind.pass.cpp delete mode 100644 test/std/utilities/memory/pointer.traits/pointer_to.pass.cpp delete mode 100644 test/std/utilities/memory/pointer.traits/rebind.pass.cpp delete mode 100644 test/std/utilities/memory/ptr.align/align.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/specialized.addressof/addressof.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/specialized.addressof/addressof.temp.fail.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/specialized.addressof/constexpr_addressof.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_at.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/specialized.destroy/destroy_n.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/uninitialized_default_construct.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/uninitialized_default_construct_n.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/uninitialized_value_construct.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/uninitialized_value_construct_n.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/uninitialized.copy/uninitialized_copy.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/uninitialized.copy/uninitialized_copy_n.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/uninitialized_fill_n.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/uninitialized.fill/uninitialized_fill.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/uninitialized.move/uninitialized_move.pass.cpp delete mode 100644 test/std/utilities/memory/specialized.algorithms/uninitialized.move/uninitialized_move_n.pass.cpp delete mode 100644 test/std/utilities/memory/storage.iterator/raw_storage_iterator.base.pass.cpp delete mode 100644 test/std/utilities/memory/storage.iterator/raw_storage_iterator.pass.cpp delete mode 100644 test/std/utilities/memory/temporary.buffer/overaligned.pass.cpp delete mode 100644 test/std/utilities/memory/temporary.buffer/temporary_buffer.pass.cpp delete mode 100644 test/std/utilities/memory/unique.ptr/unique.ptr.special/io.fail.cpp delete mode 100644 test/std/utilities/memory/unique.ptr/unique.ptr.special/io.pass.cpp delete mode 100644 test/std/utilities/memory/util.dynamic.safety/declare_no_pointers.pass.cpp delete mode 100644 test/std/utilities/memory/util.dynamic.safety/declare_reachable.pass.cpp delete mode 100644 test/std/utilities/memory/util.dynamic.safety/get_pointer_safety.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.enab/enable_shared_from_this.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.hash/enabled_hash.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.hash/hash_shared_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.hash/hash_unique_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_compare_exchange_strong.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_compare_exchange_strong_explicit.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_compare_exchange_weak.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_compare_exchange_weak_explicit.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_exchange.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_exchange_explicit.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_is_lock_free.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_load.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_load_explicit.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_store.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared.atomic/atomic_store_explicit.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/types.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.getdeleter/get_deleter.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/auto_ptr_Y.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_Y.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_Y_rv.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/shared_ptr_rv.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.assign/unique_ptr_Y.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/const_pointer_cast.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/dynamic_pointer_cast.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cast/static_pointer_cast.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/cmp_nullptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/eq.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/lt.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/auto_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/default.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_allocator.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_allocator_throw.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/nullptr_t_deleter_throw.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_allocator_throw.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_deleter_throw.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/pointer_throw.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_Y.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_Y_rv.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_pointer.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/shared_ptr_rv.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/unique_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/weak_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/allocate_shared_cxx03.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.private.fail.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.protected.fail.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.volatile.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.dest/tested_elsewhere.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.io/io.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/reset_pointer_deleter_allocator.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/swap.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/arrow.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/dereference.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/op_bool.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/owner_before_shared_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/owner_before_weak_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/unique.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.spec/swap.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/types.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/owner_less.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/shared_ptr_Y.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/weak_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/weak_ptr_Y.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/default.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/shared_ptr_Y.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/weak_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/weak_ptr_Y.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.dest/tested_elsewhere.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/reset.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/swap.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/expired.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/lock.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/not_less_than.fail.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/owner_before_shared_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/owner_before_weak_ptr.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/swap.pass.cpp delete mode 100644 test/std/utilities/memory/util.smartptr/util.smartptr.weakptr/bad_weak_ptr.pass.cpp delete mode 100644 test/std/utilities/meta/meta.help/bool_constant.pass.cpp delete mode 100644 test/std/utilities/meta/meta.help/integral_constant.pass.cpp delete mode 100644 test/std/utilities/meta/meta.logical/conjunction.pass.cpp delete mode 100644 test/std/utilities/meta/meta.logical/disjunction.pass.cpp delete mode 100644 test/std/utilities/meta/meta.logical/negation.pass.cpp delete mode 100644 test/std/utilities/meta/meta.rel/is_base_of.pass.cpp delete mode 100644 test/std/utilities/meta/meta.rel/is_convertible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.rel/is_convertible_fallback.pass.cpp delete mode 100644 test/std/utilities/meta/meta.rel/is_invocable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.rel/is_nothrow_invocable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.rel/is_same.pass.cpp delete mode 100644 test/std/utilities/meta/meta.rqmts/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.arr/remove_all_extents.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.arr/remove_extent.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.cv/add_const.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.cv/add_cv.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.cv/add_volatile.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.cv/remove_const.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.cv/remove_cv.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.cv/remove_volatile.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/aligned_storage.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/aligned_union.fail.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/aligned_union.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/common_type.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/conditional.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/decay.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/enable_if.fail.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/enable_if.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/enable_if2.fail.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/remove_cvref.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/result_of.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/result_of11.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/type_identity.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.other/underlying_type.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.ptr/add_pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.ptr/remove_pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.ref/add_lvalue_ref.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.ref/add_rvalue_ref.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.ref/remove_ref.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.sign/make_signed.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/meta.trans.sign/make_unsigned.pass.cpp delete mode 100644 test/std/utilities/meta/meta.trans/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/meta/meta.type.synop/endian.pass.cpp delete mode 100644 test/std/utilities/meta/meta.type.synop/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary.prop.query/alignment_of.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary.prop.query/extent.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary.prop.query/rank.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary.prop.query/void_t.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary.prop.query/void_t_feature_test_macro.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/array.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/class.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/enum.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/floating_point.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/function.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/integral.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_array.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_class.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_enum.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_floating_point.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_function.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_integral.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_lvalue_reference.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_member_object_pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_member_pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_null_pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_rvalue_reference.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_union.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/is_void.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/lvalue_ref.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/member_function_pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/member_function_pointer_no_variadics.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/member_object_pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/nullptr.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/rvalue_ref.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/union.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.cat/void.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/array.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/class.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/enum.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/floating_point.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/function.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/integral.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/is_arithmetic.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/is_compound.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/is_fundamental.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/is_member_pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/is_object.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/is_reference.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/is_scalar.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/lvalue_ref.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/member_function_pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/member_object_pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/pointer.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/rvalue_ref.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/union.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.comp/void.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/has_unique_object_representations.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/has_virtual_destructor.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_abstract.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_aggregate.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_assignable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_const.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_constructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_copy_assignable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_copy_constructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_default_constructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_destructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_empty.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_final.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_literal_type.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_move_assignable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_move_constructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_assignable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_constructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_copy_assignable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_copy_constructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_default_constructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_move_assignable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_move_constructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_swappable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_nothrow_swappable_with.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_pod.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_polymorphic.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_signed.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_standard_layout.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_swappable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_swappable_include_order.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_swappable_with.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivial.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_assignable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_constructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copy_assignable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copy_constructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_copyable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_default_constructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_destructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_assignable.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_constructible.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_unsigned.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_volatile.pass.cpp delete mode 100644 test/std/utilities/meta/meta.unary/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/optional/optional.bad_optional_access/default.pass.cpp delete mode 100644 test/std/utilities/optional/optional.bad_optional_access/derive.pass.cpp delete mode 100644 test/std/utilities/optional/optional.comp_with_t/equal.pass.cpp delete mode 100644 test/std/utilities/optional/optional.comp_with_t/greater.pass.cpp delete mode 100644 test/std/utilities/optional/optional.comp_with_t/greater_equal.pass.cpp delete mode 100644 test/std/utilities/optional/optional.comp_with_t/less_equal.pass.cpp delete mode 100644 test/std/utilities/optional/optional.comp_with_t/less_than.pass.cpp delete mode 100644 test/std/utilities/optional/optional.comp_with_t/not_equal.pass.cpp delete mode 100644 test/std/utilities/optional/optional.hash/enabled_hash.pass.cpp delete mode 100644 test/std/utilities/optional/optional.hash/hash.pass.cpp delete mode 100644 test/std/utilities/optional/optional.nullops/equal.pass.cpp delete mode 100644 test/std/utilities/optional/optional.nullops/greater.pass.cpp delete mode 100644 test/std/utilities/optional/optional.nullops/greater_equal.pass.cpp delete mode 100644 test/std/utilities/optional/optional.nullops/less_equal.pass.cpp delete mode 100644 test/std/utilities/optional/optional.nullops/less_than.pass.cpp delete mode 100644 test/std/utilities/optional/optional.nullops/not_equal.pass.cpp delete mode 100644 test/std/utilities/optional/optional.nullopt/nullopt_t.fail.cpp delete mode 100644 test/std/utilities/optional/optional.nullopt/nullopt_t.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.assign/assign_value.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.assign/const_optional_U.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.assign/copy.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.assign/emplace.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.assign/emplace_initializer_list.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.assign/move.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.assign/nullopt_t.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.assign/optional_U.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/const_T.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/const_optional_U.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/copy.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/deduct.fail.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/deduct.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/default.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/explicit_const_optional_U.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/explicit_optional_U.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/in_place_t.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/initializer_list.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/move.fail.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/move.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/nullopt_t.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/optional_U.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.ctor/rvalue_T.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.dtor/dtor.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.mod/reset.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/bool.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/dereference.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/dereference_const.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/dereference_const_rvalue.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/dereference_rvalue.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/has_value.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/op_arrow.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/op_arrow_const.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/value.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/value_const.fail.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/value_const.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/value_const_rvalue.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/value_or_const.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.observe/value_rvalue.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional.object.swap/swap.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/optional_requires_destructible_object.fail.cpp delete mode 100644 test/std/utilities/optional/optional.object/special_members.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/triviality.pass.cpp delete mode 100644 test/std/utilities/optional/optional.object/types.pass.cpp delete mode 100644 test/std/utilities/optional/optional.relops/equal.pass.cpp delete mode 100644 test/std/utilities/optional/optional.relops/greater_equal.pass.cpp delete mode 100644 test/std/utilities/optional/optional.relops/greater_than.pass.cpp delete mode 100644 test/std/utilities/optional/optional.relops/less_equal.pass.cpp delete mode 100644 test/std/utilities/optional/optional.relops/less_than.pass.cpp delete mode 100644 test/std/utilities/optional/optional.relops/not_equal.pass.cpp delete mode 100644 test/std/utilities/optional/optional.specalg/make_optional.pass.cpp delete mode 100644 test/std/utilities/optional/optional.specalg/make_optional_explicit.pass.cpp delete mode 100644 test/std/utilities/optional/optional.specalg/make_optional_explicit_initializer_list.pass.cpp delete mode 100644 test/std/utilities/optional/optional.specalg/swap.pass.cpp delete mode 100644 test/std/utilities/optional/optional.syn/optional_in_place_t.fail.cpp delete mode 100644 test/std/utilities/optional/optional.syn/optional_includes_initializer_list.pass.cpp delete mode 100644 test/std/utilities/optional/optional.syn/optional_nullopt_t.fail.cpp delete mode 100644 test/std/utilities/ratio/ratio.arithmetic/ratio_add.fail.cpp delete mode 100644 test/std/utilities/ratio/ratio.arithmetic/ratio_add.pass.cpp delete mode 100644 test/std/utilities/ratio/ratio.arithmetic/ratio_divide.fail.cpp delete mode 100644 test/std/utilities/ratio/ratio.arithmetic/ratio_divide.pass.cpp delete mode 100644 test/std/utilities/ratio/ratio.arithmetic/ratio_multiply.fail.cpp delete mode 100644 test/std/utilities/ratio/ratio.arithmetic/ratio_multiply.pass.cpp delete mode 100644 test/std/utilities/ratio/ratio.arithmetic/ratio_subtract.fail.cpp delete mode 100644 test/std/utilities/ratio/ratio.arithmetic/ratio_subtract.pass.cpp delete mode 100644 test/std/utilities/ratio/ratio.comparison/ratio_equal.pass.cpp delete mode 100644 test/std/utilities/ratio/ratio.comparison/ratio_greater.pass.cpp delete mode 100644 test/std/utilities/ratio/ratio.comparison/ratio_greater_equal.pass.cpp delete mode 100644 test/std/utilities/ratio/ratio.comparison/ratio_less.pass.cpp delete mode 100644 test/std/utilities/ratio/ratio.comparison/ratio_less_equal.pass.cpp delete mode 100644 test/std/utilities/ratio/ratio.comparison/ratio_not_equal.pass.cpp delete mode 100644 test/std/utilities/ratio/ratio.ratio/ratio.pass.cpp delete mode 100644 test/std/utilities/ratio/ratio.ratio/ratio1.fail.cpp delete mode 100644 test/std/utilities/ratio/ratio.ratio/ratio2.fail.cpp delete mode 100644 test/std/utilities/ratio/ratio.ratio/ratio3.fail.cpp delete mode 100644 test/std/utilities/ratio/ratio.si/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/ratio/typedefs.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/README.TXT delete mode 100644 test/std/utilities/smartptr/unique.ptr/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/pointer_type.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/move.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/move_convert.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/move_convert.runtime.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/move_convert.single.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/null.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/nullptr.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/auto_pointer.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/default.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/move.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/move_convert.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/move_convert.runtime.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/move_convert.single.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/null.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/nullptr.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/pointer.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/pointer_deleter.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/pointer_deleter.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.dtor/null.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/release.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/reset.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/reset.runtime.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/reset.single.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/reset_self.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.modifiers/swap.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/dereference.runtime.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/dereference.single.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/explicit_bool.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/get.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/get_deleter.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/op_arrow.runtime.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/op_arrow.single.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/op_subscript.runtime.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/op_subscript.single.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique.array.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique.array1.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique.array2.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique.array3.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique.array4.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.create/make_unique.single.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/convert_ctor.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/default.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/incomplete.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt/void.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/convert_ctor.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/convert_ctor.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/default.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.dflt1/incomplete.fail.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.dltr/unique.ptr.dltr.general/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.special/cmp_nullptr.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.special/eq.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.special/rel.pass.cpp delete mode 100644 test/std/utilities/smartptr/unique.ptr/unique.ptr.special/swap.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.cons/char_ptr_ctor.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.cons/default.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.cons/string_ctor.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.hash/bitset.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.hash/enabled_hash.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/all.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/any.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/count.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/flip_all.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/flip_one.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/index.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/index_const.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/left_shift.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/left_shift_eq.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/none.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/not_all.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/op_and_eq.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/op_eq_eq.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/op_or_eq.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/op_xor_eq.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/reset_all.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/reset_one.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/right_shift.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/right_shift_eq.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/set_all.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/set_one.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/size.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/test.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/to_string.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/to_ullong.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.members/to_ulong.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.operators/op_and.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.operators/op_not.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.operators/op_or.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.operators/stream_in.pass.cpp delete mode 100644 test/std/utilities/template.bitset/bitset.operators/stream_out.pass.cpp delete mode 100644 test/std/utilities/template.bitset/includes.pass.cpp delete mode 100644 test/std/utilities/time/clock.h delete mode 100644 test/std/utilities/time/date.time/ctime.pass.cpp delete mode 100644 test/std/utilities/time/days.pass.cpp delete mode 100644 test/std/utilities/time/hours.pass.cpp delete mode 100644 test/std/utilities/time/microseconds.pass.cpp delete mode 100644 test/std/utilities/time/milliseconds.pass.cpp delete mode 100644 test/std/utilities/time/minutes.pass.cpp delete mode 100644 test/std/utilities/time/months.pass.cpp delete mode 100644 test/std/utilities/time/nanoseconds.pass.cpp delete mode 100644 test/std/utilities/time/rep.h delete mode 100644 test/std/utilities/time/seconds.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/euclidian.h delete mode 100644 test/std/utilities/time/time.cal/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.day/time.cal.day.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.day/time.cal.day.members/decrement.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.day/time.cal.day.members/increment.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.day/time.cal.day.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.day/time.cal.day.members/plus_minus_equal.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.day/time.cal.day.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.day/time.cal.day.nonmembers/literals.fail.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.day/time.cal.day.nonmembers/literals.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.day/time.cal.day.nonmembers/minus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.day/time.cal.day.nonmembers/plus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.day/time.cal.day.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.day/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.last/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.md/time.cal.md.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.md/time.cal.md.members/day.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.md/time.cal.md.members/month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.md/time.cal.md.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.md/time.cal.md.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.md/time.cal.md.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.md/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mdlast/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mdlast/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mdlast/month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mdlast/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mdlast/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mdlast/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.month/time.cal.month.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.month/time.cal.month.members/decrement.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.month/time.cal.month.members/increment.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.month/time.cal.month.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.month/time.cal.month.members/plus_minus_equal.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.month/time.cal.month.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.month/time.cal.month.nonmembers/literals.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.month/time.cal.month.nonmembers/minus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.month/time.cal.month.nonmembers/plus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.month/time.cal.month.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.month/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.members/month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.members/weekday_indexed.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwd/time.cal.mwd.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwd/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwdlast/time.cal.mwdlast.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwdlast/time.cal.mwdlast.members/month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwdlast/time.cal.mwdlast.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwdlast/time.cal.mwdlast.members/weekday_last.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwdlast/time.cal.mwdlast.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwdlast/time.cal.mwdlast.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.mwdlast/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.operators/month_day.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.operators/month_day_last.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.operators/month_weekday.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.operators/month_weekday_last.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.operators/year_month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.operators/year_month_day.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.operators/year_month_day_last.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.operators/year_month_weekday.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.operators/year_month_weekday_last.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdidx/time.cal.wdidx.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdidx/time.cal.wdidx.members/index.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdidx/time.cal.wdidx.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdidx/time.cal.wdidx.members/weekday.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdidx/time.cal.wdidx.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdidx/time.cal.wdidx.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdidx/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdlast/time.cal.wdlast.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdlast/time.cal.wdlast.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdlast/time.cal.wdlast.members/weekday.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdlast/time.cal.wdlast.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdlast/time.cal.wdlast.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.wdlast/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ctor.local_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ctor.sys_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/decrement.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/increment.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/operator[].pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.members/plus_minus_equal.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/literals.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/minus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/plus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/time.cal.weekday.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.weekday/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.members/decrement.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.members/increment.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.members/is_leap.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.members/plus_minus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.members/plus_minus_equal.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.nonmembers/literals.fail.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.nonmembers/literals.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.nonmembers/minus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.nonmembers/plus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/time.cal.year.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.year/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.members/month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.members/plus_minus_equal_month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.members/plus_minus_equal_year.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.members/year.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.nonmembers/minus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.nonmembers/plus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ym/time.cal.ym.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ym/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/ctor.local_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/ctor.sys_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/ctor.year_month_day_last.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/day.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/op.local_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/op.sys_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/plus_minus_equal_month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/plus_minus_equal_year.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.members/year.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.nonmembers/minus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.nonmembers/plus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/time.cal.ymd.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymd/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/day.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/month_day_last.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/op_local_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/op_sys_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/plus_minus_equal_month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/plus_minus_equal_year.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.members/year.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.nonmembers/minus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.nonmembers/plus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymdlast/time.cal.ymdlast.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ctor.local_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ctor.sys_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/index.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/op.local_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/op.sys_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/plus_minus_equal_month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/plus_minus_equal_year.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/weekday.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/weekday_indexed.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/year.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.nonmembers/minus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.nonmembers/plus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwd/types.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/ctor.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/ok.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/op_local_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/op_sys_days.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/plus_minus_equal_month.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/plus_minus_equal_year.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/weekday.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.members/year.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.nonmembers/comparisons.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.nonmembers/minus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.nonmembers/plus.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.nonmembers/streaming.pass.cpp delete mode 100644 test/std/utilities/time/time.cal/time.cal.ymwdlast/types.pass.cpp delete mode 100644 test/std/utilities/time/time.clock.req/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.file/consistency.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.file/file_time.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.file/now.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.file/rep_signed.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.hires/consistency.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.hires/now.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.steady/consistency.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.steady/now.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.system/consistency.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.system/from_time_t.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.system/local_time.types.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.system/now.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.system/rep_signed.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.system/sys.time.types.pass.cpp delete mode 100644 test/std/utilities/time/time.clock/time.clock.system/to_time_t.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/default_ratio.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/duration.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/positive_num.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/ratio.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.alg/abs.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.alg/abs.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.arithmetic/op_++.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.arithmetic/op_++int.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.arithmetic/op_+.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.arithmetic/op_+=.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.arithmetic/op_--.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.arithmetic/op_--int.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.arithmetic/op_-.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.arithmetic/op_-=.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.arithmetic/op_divide=.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.arithmetic/op_mod=duration.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.arithmetic/op_mod=rep.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.arithmetic/op_times=.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cast/ceil.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cast/ceil.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cast/duration_cast.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cast/floor.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cast/floor.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cast/round.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cast/round.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cast/toduration.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.comparisons/op_equal.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.comparisons/op_less.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cons/convert_exact.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cons/convert_float_to_int.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cons/convert_inexact.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cons/convert_inexact.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cons/convert_int_to_float.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cons/convert_overflow.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cons/default.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cons/rep.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cons/rep01.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cons/rep02.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cons/rep02.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.cons/rep03.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.literals/literals.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.literals/literals1.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.literals/literals1.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.literals/literals2.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.literals/literals2.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.nonmember/op_+.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.nonmember/op_-.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.nonmember/op_divide_duration.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.nonmember/op_divide_rep.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.nonmember/op_divide_rep.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.nonmember/op_mod_duration.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.nonmember/op_mod_rep.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.nonmember/op_mod_rep.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.nonmember/op_times_rep.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.nonmember/op_times_rep1.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.nonmember/op_times_rep2.fail.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.observer/tested_elsewhere.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.special/max.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.special/min.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/time.duration.special/zero.pass.cpp delete mode 100644 test/std/utilities/time/time.duration/types.pass.cpp delete mode 100644 test/std/utilities/time/time.point/default_duration.pass.cpp delete mode 100644 test/std/utilities/time/time.point/duration.fail.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.arithmetic/op_+=.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.arithmetic/op_-=.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cast/ceil.fail.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cast/ceil.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cast/floor.fail.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cast/floor.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cast/round.fail.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cast/round.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cast/time_point_cast.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cast/toduration.fail.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.comparisons/op_equal.fail.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.comparisons/op_equal.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.comparisons/op_less.fail.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.comparisons/op_less.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cons/convert.fail.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cons/convert.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cons/default.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cons/duration.fail.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.cons/duration.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.nonmember/op_+.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.nonmember/op_-duration.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.nonmember/op_-time_point.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.observer/tested_elsewhere.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.special/max.pass.cpp delete mode 100644 test/std/utilities/time/time.point/time.point.special/min.pass.cpp delete mode 100644 test/std/utilities/time/time.traits/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/time/time.traits/time.traits.duration_values/max.pass.cpp delete mode 100644 test/std/utilities/time/time.traits/time.traits.duration_values/min.pass.cpp delete mode 100644 test/std/utilities/time/time.traits/time.traits.duration_values/zero.pass.cpp delete mode 100644 test/std/utilities/time/time.traits/time.traits.is_fp/treat_as_floating_point.pass.cpp delete mode 100644 test/std/utilities/time/time.traits/time.traits.specializations/duration.pass.cpp delete mode 100644 test/std/utilities/time/time.traits/time.traits.specializations/time_point.pass.cpp delete mode 100644 test/std/utilities/time/weeks.pass.cpp delete mode 100644 test/std/utilities/time/years.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.general/ignore.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.general/tuple.smartptr.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/TupleFunction.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/alloc_first.h delete mode 100644 test/std/utilities/tuple/tuple.tuple/alloc_last.h delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.apply/apply.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.apply/apply_extended_types.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.apply/apply_large_arity.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.apply/make_from_tuple.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.assign/const_pair.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_move.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.assign/copy.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.assign/copy.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.assign/move.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.assign/move_pair.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.assign/tuple_array_template_depth.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR20855_tuple_ref_binding_diagnostics.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR22806_constrain_tuple_like_ctor.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR23256_constrain_UTypes_ctor.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR27684_contains_ref_to_incomplete_type.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/PR31384.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/UTypes.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/UTypes.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_UTypes.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_Types.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_Types.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_const_pair.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_copy.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_copy.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_move.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_convert_move.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_copy.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_move.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/alloc_move_pair.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/const_Types.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/const_Types.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/const_Types2.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/const_pair.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_copy.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/convert_move.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/copy.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/copy.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/default.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/implicit_deduction_guides.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/move.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/move_pair.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/test_lazy_sfinae.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.cnstr/tuple_array_template_depth.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.creation/forward_as_tuple.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.creation/make_tuple.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.creation/tie.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.creation/tuple_cat.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/get_const.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/get_const.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/get_const_rv.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/get_const_rv.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/get_non_const.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/get_rv.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.elem/tuple.by.type.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple.include.array.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple.include.utility.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_element.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_element.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_incomplete.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_incomplete.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_structured_bindings.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_v.fail.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_v.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_value_sfinae.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.rel/eq.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.rel/lt.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.special/non_member_swap.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.swap/member_swap.pass.cpp delete mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.traits/uses_allocator.pass.cpp delete mode 100644 test/std/utilities/type.index/type.index.hash/enabled_hash.pass.cpp delete mode 100644 test/std/utilities/type.index/type.index.hash/hash.pass.cpp delete mode 100644 test/std/utilities/type.index/type.index.members/ctor.pass.cpp delete mode 100644 test/std/utilities/type.index/type.index.members/eq.pass.cpp delete mode 100644 test/std/utilities/type.index/type.index.members/hash_code.pass.cpp delete mode 100644 test/std/utilities/type.index/type.index.members/lt.pass.cpp delete mode 100644 test/std/utilities/type.index/type.index.members/name.pass.cpp delete mode 100644 test/std/utilities/type.index/type.index.overview/copy_assign.pass.cpp delete mode 100644 test/std/utilities/type.index/type.index.overview/copy_ctor.pass.cpp delete mode 100644 test/std/utilities/type.index/type.index.synopsis/hash_type_index.pass.cpp delete mode 100644 test/std/utilities/utilities.general/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/utility.requirements/allocator.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/utility.requirements/hash.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/utility.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/utility.requirements/nullablepointer.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/utility.requirements/swappable.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/utility.requirements/utility.arg.requirements/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/utility/as_const/as_const.fail.cpp delete mode 100644 test/std/utilities/utility/as_const/as_const.pass.cpp delete mode 100644 test/std/utilities/utility/declval/declval.pass.cpp delete mode 100644 test/std/utilities/utility/exchange/exchange.pass.cpp delete mode 100644 test/std/utilities/utility/forward/forward.fail.cpp delete mode 100644 test/std/utilities/utility/forward/forward.pass.cpp delete mode 100644 test/std/utilities/utility/forward/forward_03.pass.cpp delete mode 100644 test/std/utilities/utility/forward/move.fail.cpp delete mode 100644 test/std/utilities/utility/forward/move.pass.cpp delete mode 100644 test/std/utilities/utility/forward/move_if_noexcept.pass.cpp delete mode 100644 test/std/utilities/utility/operators/rel_ops.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.astuple/get_const.fail.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.astuple/get_const.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.astuple/get_const_rv.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.astuple/get_non_const.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.astuple/get_rv.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.astuple/pairs.by.type.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.astuple/pairs.by.type1.fail.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.astuple/pairs.by.type2.fail.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.astuple/pairs.by.type3.fail.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.astuple/tuple_element.fail.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.astuple/tuple_element.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.astuple/tuple_size.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pair.piecewise/piecewise_construct.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.general/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/U_V.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/assign_const_pair_U_V.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/assign_pair.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/assign_pair_cxx03.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/assign_rv_pair.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/assign_rv_pair_U_V.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/const_first_const_second.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/const_first_const_second_cxx03.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/const_pair_U_V.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/const_pair_U_V_cxx03.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/copy_ctor.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/default-sfinae.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/default.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/dtor.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/implicit_deduction_guides.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/move_ctor.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/not_constexpr_cxx11.fail.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/piecewise.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/rv_pair_U_V.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/special_member_generation_test.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/swap.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/trivial_copy_move.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.pair/types.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.spec/comparison.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.spec/make_pair.pass.cpp delete mode 100644 test/std/utilities/utility/pairs/pairs.spec/non_member_swap.pass.cpp delete mode 100644 test/std/utilities/utility/synopsis.pass.cpp delete mode 100644 test/std/utilities/utility/utility.inplace/inplace.pass.cpp delete mode 100644 test/std/utilities/utility/utility.swap/swap.pass.cpp delete mode 100644 test/std/utilities/utility/utility.swap/swap_array.pass.cpp delete mode 100644 test/std/utilities/variant/variant.bad_variant_access/bad_variant_access.pass.cpp delete mode 100644 test/std/utilities/variant/variant.general/nothing_to_do.pass.cpp delete mode 100644 test/std/utilities/variant/variant.get/get_if_index.pass.cpp delete mode 100644 test/std/utilities/variant/variant.get/get_if_type.pass.cpp delete mode 100644 test/std/utilities/variant/variant.get/get_index.pass.cpp delete mode 100644 test/std/utilities/variant/variant.get/get_type.pass.cpp delete mode 100644 test/std/utilities/variant/variant.get/holds_alternative.pass.cpp delete mode 100644 test/std/utilities/variant/variant.hash/enabled_hash.pass.cpp delete mode 100644 test/std/utilities/variant/variant.hash/hash.pass.cpp delete mode 100644 test/std/utilities/variant/variant.helpers/variant_alternative.fail.cpp delete mode 100644 test/std/utilities/variant/variant.helpers/variant_alternative.pass.cpp delete mode 100644 test/std/utilities/variant/variant.helpers/variant_size.pass.cpp delete mode 100644 test/std/utilities/variant/variant.monostate.relops/relops.pass.cpp delete mode 100644 test/std/utilities/variant/variant.monostate/monostate.pass.cpp delete mode 100644 test/std/utilities/variant/variant.relops/relops.pass.cpp delete mode 100644 test/std/utilities/variant/variant.relops/relops_bool_conv.fail.cpp delete mode 100644 test/std/utilities/variant/variant.synopsis/variant_npos.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.assign/T.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.assign/copy.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.assign/move.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.ctor/T.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.ctor/copy.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.ctor/default.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.ctor/in_place_index_args.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.ctor/in_place_index_init_list_args.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.ctor/in_place_type_args.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.ctor/in_place_type_init_list_args.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.ctor/move.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.dtor/dtor.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.mod/emplace_index_args.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.mod/emplace_index_init_list_args.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.mod/emplace_type_args.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.mod/emplace_type_init_list_args.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.status/index.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.status/valueless_by_exception.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant.swap/swap.pass.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant_array.fail.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant_empty.fail.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant_reference.fail.cpp delete mode 100644 test/std/utilities/variant/variant.variant/variant_void.fail.cpp delete mode 100644 test/std/utilities/variant/variant.visit/visit.pass.cpp delete mode 100644 test/support/Counter.h delete mode 100644 test/support/DefaultOnly.h delete mode 100644 test/support/MoveOnly.h delete mode 100644 test/support/allocators.h delete mode 100644 test/support/any_helpers.h delete mode 100644 test/support/archetypes.hpp delete mode 100644 test/support/archetypes.ipp delete mode 100644 test/support/asan_testing.h delete mode 100644 test/support/assert_checkpoint.h delete mode 100644 test/support/charconv_test_helpers.h delete mode 100644 test/support/cmpxchg_loop.h delete mode 100644 test/support/constexpr_char_traits.hpp delete mode 100644 test/support/container_test_types.h delete mode 100644 test/support/controlled_allocators.hpp delete mode 100644 test/support/coroutine_types.h delete mode 100644 test/support/count_new.hpp delete mode 100644 test/support/counting_predicates.hpp delete mode 100644 test/support/debug_mode_helper.h delete mode 100644 test/support/deleter_types.h delete mode 100644 test/support/demangle.h delete mode 100644 test/support/disable_missing_braces_warning.h delete mode 100644 test/support/emplace_constructible.h delete mode 100644 test/support/experimental_any_helpers.h delete mode 100644 test/support/external_threads.cpp delete mode 100644 test/support/filesystem_dynamic_test_helper.py delete mode 100644 test/support/filesystem_include.hpp delete mode 100644 test/support/filesystem_test_helper.hpp delete mode 100644 test/support/format_string.hpp delete mode 100644 test/support/hexfloat.h delete mode 100644 test/support/is_transparent.h delete mode 100644 test/support/min_allocator.h delete mode 100644 test/support/msvc_stdlib_force_include.hpp delete mode 100644 test/support/nasty_containers.hpp delete mode 100644 test/support/nasty_macros.hpp delete mode 100644 test/support/nothing_to_do.pass.cpp delete mode 100644 test/support/platform_support.h delete mode 100644 test/support/poisoned_hash_helper.hpp delete mode 100644 test/support/private_constructor.hpp delete mode 100644 test/support/propagate_const_helpers.h delete mode 100644 test/support/rapid-cxx-test.hpp delete mode 100644 test/support/set_windows_crt_report_mode.h delete mode 100644 test/support/test.support/test_convertible_header.pass.cpp delete mode 100644 test/support/test.support/test_demangle.pass.cpp delete mode 100644 test/support/test.support/test_macros_header_exceptions.fail.cpp delete mode 100644 test/support/test.support/test_macros_header_exceptions.pass.cpp delete mode 100644 test/support/test.support/test_macros_header_rtti.fail.cpp delete mode 100644 test/support/test.support/test_macros_header_rtti.pass.cpp delete mode 100644 test/support/test.support/test_poisoned_hash_helper.pass.cpp delete mode 100644 test/support/test.workarounds/c1xx_broken_is_trivially_copyable.pass.cpp delete mode 100644 test/support/test.workarounds/c1xx_broken_za_ctor_check.pass.cpp delete mode 100644 test/support/test_allocator.h delete mode 100644 test/support/test_comparisons.h delete mode 100644 test/support/test_convertible.hpp delete mode 100644 test/support/test_iterators.h delete mode 100644 test/support/test_macros.h delete mode 100644 test/support/test_memory_resource.hpp delete mode 100644 test/support/test_workarounds.h delete mode 100644 test/support/tracked_value.h delete mode 100644 test/support/truncate_fp.h delete mode 100644 test/support/type_id.h delete mode 100644 test/support/unique_ptr_test_helper.h delete mode 100644 test/support/user_defined_integral.hpp delete mode 100644 test/support/uses_alloc_types.hpp delete mode 100644 test/support/variant_test_helpers.hpp delete mode 100644 test/support/verbose_assert.h delete mode 100755 utils/cat_files.py delete mode 100755 utils/ci/macos-backdeployment.sh delete mode 100755 utils/ci/macos-trunk.sh delete mode 100755 utils/docker/build_docker_image.sh delete mode 100644 utils/docker/debian9/Dockerfile delete mode 100755 utils/docker/scripts/build_gcc.sh delete mode 100755 utils/docker/scripts/build_install_llvm.sh delete mode 100755 utils/docker/scripts/checkout_git.sh delete mode 100755 utils/docker/scripts/docker_start_buildbots.sh delete mode 100755 utils/docker/scripts/install_clang_packages.sh delete mode 100755 utils/docker/scripts/run_buildbot.sh delete mode 100755 utils/gen_link_script.py delete mode 100644 utils/google-benchmark/.clang-format delete mode 100644 utils/google-benchmark/.gitignore delete mode 100644 utils/google-benchmark/.travis-libcxx-setup.sh delete mode 100644 utils/google-benchmark/.travis.yml delete mode 100644 utils/google-benchmark/.ycm_extra_conf.py delete mode 100644 utils/google-benchmark/AUTHORS delete mode 100644 utils/google-benchmark/CMakeLists.txt delete mode 100644 utils/google-benchmark/CONTRIBUTING.md delete mode 100644 utils/google-benchmark/CONTRIBUTORS delete mode 100644 utils/google-benchmark/LICENSE delete mode 100644 utils/google-benchmark/README.LLVM delete mode 100644 utils/google-benchmark/README.md delete mode 100644 utils/google-benchmark/WORKSPACE delete mode 100644 utils/google-benchmark/appveyor.yml delete mode 100644 utils/google-benchmark/cmake/AddCXXCompilerFlag.cmake delete mode 100644 utils/google-benchmark/cmake/CXXFeatureCheck.cmake delete mode 100644 utils/google-benchmark/cmake/Config.cmake.in delete mode 100644 utils/google-benchmark/cmake/GetGitVersion.cmake delete mode 100644 utils/google-benchmark/cmake/HandleGTest.cmake delete mode 100644 utils/google-benchmark/cmake/benchmark.pc.in delete mode 100644 utils/google-benchmark/cmake/gnu_posix_regex.cpp delete mode 100644 utils/google-benchmark/cmake/llvm-toolchain.cmake delete mode 100644 utils/google-benchmark/cmake/posix_regex.cpp delete mode 100644 utils/google-benchmark/cmake/split_list.cmake delete mode 100644 utils/google-benchmark/cmake/std_regex.cpp delete mode 100644 utils/google-benchmark/cmake/steady_clock.cpp delete mode 100644 utils/google-benchmark/cmake/thread_safety_attributes.cpp delete mode 100644 utils/google-benchmark/docs/AssemblyTests.md delete mode 100644 utils/google-benchmark/docs/tools.md delete mode 100644 utils/google-benchmark/include/benchmark/benchmark.h delete mode 100644 utils/google-benchmark/mingw.py delete mode 100644 utils/google-benchmark/releasing.md delete mode 100644 utils/google-benchmark/src/CMakeLists.txt delete mode 100644 utils/google-benchmark/src/arraysize.h delete mode 100644 utils/google-benchmark/src/benchmark.cc delete mode 100644 utils/google-benchmark/src/benchmark_api_internal.cc delete mode 100644 utils/google-benchmark/src/benchmark_api_internal.h delete mode 100644 utils/google-benchmark/src/benchmark_main.cc delete mode 100644 utils/google-benchmark/src/benchmark_register.cc delete mode 100644 utils/google-benchmark/src/benchmark_register.h delete mode 100644 utils/google-benchmark/src/benchmark_runner.cc delete mode 100644 utils/google-benchmark/src/benchmark_runner.h delete mode 100644 utils/google-benchmark/src/check.h delete mode 100644 utils/google-benchmark/src/colorprint.cc delete mode 100644 utils/google-benchmark/src/colorprint.h delete mode 100644 utils/google-benchmark/src/commandlineflags.cc delete mode 100644 utils/google-benchmark/src/commandlineflags.h delete mode 100644 utils/google-benchmark/src/complexity.cc delete mode 100644 utils/google-benchmark/src/complexity.h delete mode 100644 utils/google-benchmark/src/console_reporter.cc delete mode 100644 utils/google-benchmark/src/counter.cc delete mode 100644 utils/google-benchmark/src/counter.h delete mode 100644 utils/google-benchmark/src/csv_reporter.cc delete mode 100644 utils/google-benchmark/src/cycleclock.h delete mode 100644 utils/google-benchmark/src/internal_macros.h delete mode 100644 utils/google-benchmark/src/json_reporter.cc delete mode 100644 utils/google-benchmark/src/log.h delete mode 100644 utils/google-benchmark/src/mutex.h delete mode 100644 utils/google-benchmark/src/re.h delete mode 100644 utils/google-benchmark/src/reporter.cc delete mode 100644 utils/google-benchmark/src/sleep.cc delete mode 100644 utils/google-benchmark/src/sleep.h delete mode 100644 utils/google-benchmark/src/statistics.cc delete mode 100644 utils/google-benchmark/src/statistics.h delete mode 100644 utils/google-benchmark/src/string_util.cc delete mode 100644 utils/google-benchmark/src/string_util.h delete mode 100644 utils/google-benchmark/src/sysinfo.cc delete mode 100644 utils/google-benchmark/src/thread_manager.h delete mode 100644 utils/google-benchmark/src/thread_timer.h delete mode 100644 utils/google-benchmark/src/timers.cc delete mode 100644 utils/google-benchmark/src/timers.h delete mode 100644 utils/google-benchmark/test/AssemblyTests.cmake delete mode 100644 utils/google-benchmark/test/CMakeLists.txt delete mode 100644 utils/google-benchmark/test/basic_test.cc delete mode 100644 utils/google-benchmark/test/benchmark_gtest.cc delete mode 100644 utils/google-benchmark/test/benchmark_test.cc delete mode 100644 utils/google-benchmark/test/clobber_memory_assembly_test.cc delete mode 100644 utils/google-benchmark/test/complexity_test.cc delete mode 100644 utils/google-benchmark/test/cxx03_test.cc delete mode 100644 utils/google-benchmark/test/diagnostics_test.cc delete mode 100644 utils/google-benchmark/test/display_aggregates_only_test.cc delete mode 100644 utils/google-benchmark/test/donotoptimize_assembly_test.cc delete mode 100644 utils/google-benchmark/test/donotoptimize_test.cc delete mode 100644 utils/google-benchmark/test/filter_test.cc delete mode 100644 utils/google-benchmark/test/fixture_test.cc delete mode 100644 utils/google-benchmark/test/link_main_test.cc delete mode 100644 utils/google-benchmark/test/map_test.cc delete mode 100644 utils/google-benchmark/test/memory_manager_test.cc delete mode 100644 utils/google-benchmark/test/multiple_ranges_test.cc delete mode 100644 utils/google-benchmark/test/options_test.cc delete mode 100644 utils/google-benchmark/test/output_test.h delete mode 100644 utils/google-benchmark/test/output_test_helper.cc delete mode 100644 utils/google-benchmark/test/register_benchmark_test.cc delete mode 100644 utils/google-benchmark/test/report_aggregates_only_test.cc delete mode 100644 utils/google-benchmark/test/reporter_output_test.cc delete mode 100644 utils/google-benchmark/test/skip_with_error_test.cc delete mode 100644 utils/google-benchmark/test/state_assembly_test.cc delete mode 100644 utils/google-benchmark/test/statistics_gtest.cc delete mode 100644 utils/google-benchmark/test/string_util_gtest.cc delete mode 100644 utils/google-benchmark/test/templated_fixture_test.cc delete mode 100644 utils/google-benchmark/test/user_counters_tabular_test.cc delete mode 100644 utils/google-benchmark/test/user_counters_test.cc delete mode 100644 utils/google-benchmark/test/user_counters_thousands_test.cc delete mode 100755 utils/google-benchmark/tools/compare.py delete mode 100644 utils/google-benchmark/tools/gbench/Inputs/test1_run1.json delete mode 100644 utils/google-benchmark/tools/gbench/Inputs/test1_run2.json delete mode 100644 utils/google-benchmark/tools/gbench/Inputs/test2_run.json delete mode 100644 utils/google-benchmark/tools/gbench/Inputs/test3_run0.json delete mode 100644 utils/google-benchmark/tools/gbench/Inputs/test3_run1.json delete mode 100644 utils/google-benchmark/tools/gbench/__init__.py delete mode 100644 utils/google-benchmark/tools/gbench/report.py delete mode 100644 utils/google-benchmark/tools/gbench/util.py delete mode 100755 utils/google-benchmark/tools/strip_asm.py delete mode 100644 utils/libcxx/__init__.py delete mode 100644 utils/libcxx/compiler.py delete mode 100644 utils/libcxx/sym_check/__init__.py delete mode 100644 utils/libcxx/sym_check/diff.py delete mode 100644 utils/libcxx/sym_check/extract.py delete mode 100644 utils/libcxx/sym_check/match.py delete mode 100644 utils/libcxx/sym_check/util.py delete mode 100644 utils/libcxx/test/__init__.py delete mode 100644 utils/libcxx/test/config.py delete mode 100644 utils/libcxx/test/executor.py delete mode 100644 utils/libcxx/test/format.py delete mode 100644 utils/libcxx/test/googlebenchmark.py delete mode 100644 utils/libcxx/test/target_info.py delete mode 100644 utils/libcxx/test/tracing.py delete mode 100644 utils/libcxx/util.py delete mode 100755 utils/merge_archives.py delete mode 100644 utils/not.py delete mode 100755 utils/sym_diff.py delete mode 100755 utils/sym_extract.py delete mode 100755 utils/sym_match.py delete mode 100644 utils/symcheck-blacklists/linux_blacklist.txt delete mode 100644 utils/symcheck-blacklists/osx_blacklist.txt delete mode 100644 www/TS_deprecation.html delete mode 100644 www/atomic_design.html delete mode 100644 www/atomic_design_a.html delete mode 100644 www/atomic_design_b.html delete mode 100644 www/atomic_design_c.html delete mode 100644 www/content.css delete mode 100644 www/cxx1y_status.html delete mode 100644 www/cxx1z_status.html delete mode 100644 www/cxx2a_status.html delete mode 100644 www/index.html delete mode 100644 www/menu.css delete mode 100644 www/ts1z_status.html delete mode 100644 www/type_traits_design.html delete mode 100644 www/upcoming_meeting.html diff --git a/.arcconfig b/.arcconfig deleted file mode 100644 index b7486508bc1e..000000000000 --- a/.arcconfig +++ /dev/null @@ -1,4 +0,0 @@ -{ - "repository.callsign" : "CXX", - "conduit_uri" : "https://reviews.llvm.org/" -} diff --git a/.clang-format b/.clang-format deleted file mode 100644 index dd596813fbb9..000000000000 --- a/.clang-format +++ /dev/null @@ -1,13 +0,0 @@ -BasedOnStyle: LLVM - ---- -Language: Cpp -Standard: Cpp03 - -AlwaysBreakTemplateDeclarations: true -PointerAlignment: Left - -# Disable formatting options which may break tests. -SortIncludes: false -ReflowComments: false ---- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 49657ed8102f..000000000000 --- a/.gitignore +++ /dev/null @@ -1,61 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] - -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -#lib/ # We actually have things checked in to lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.cache -nosetests.xml -coverage.xml - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# MSVC libraries test harness -env.lst -keep.lst - -# Editor by-products -.vscode/ diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index a57e36fddcde..000000000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,820 +0,0 @@ -# See www/CMake.html for instructions on how to build libcxx with CMake. - -#=============================================================================== -# Setup Project -#=============================================================================== -cmake_minimum_required(VERSION 3.4.3) - -if(POLICY CMP0042) - cmake_policy(SET CMP0042 NEW) # Set MACOSX_RPATH=YES by default -endif() -if(POLICY CMP0022) - cmake_policy(SET CMP0022 NEW) # Required when interacting with LLVM and Clang -endif() -if(POLICY CMP0068) - cmake_policy(SET CMP0068 NEW) - set(CMAKE_BUILD_WITH_INSTALL_NAME_DIR ON) -endif() - -# Add path for custom modules -set(CMAKE_MODULE_PATH - "${CMAKE_CURRENT_SOURCE_DIR}/cmake" - "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules" - ${CMAKE_MODULE_PATH} - ) - -if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) - project(libcxx CXX C) - - set(PACKAGE_NAME libcxx) - set(PACKAGE_VERSION 8.0.0svn) - set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}") - set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org") - - # Find the LLVM sources and simulate LLVM CMake options. - include(HandleOutOfTreeLLVM) -endif() - -if (LIBCXX_STANDALONE_BUILD) - include(FindPythonInterp) - if( NOT PYTHONINTERP_FOUND ) - message(WARNING "Failed to find python interpreter. " - "The libc++ test suite will be disabled.") - set(LLVM_INCLUDE_TESTS OFF) - endif() -endif() - -# Require out of source build. -include(MacroEnsureOutOfSourceBuild) -MACRO_ENSURE_OUT_OF_SOURCE_BUILD( - "${PROJECT_NAME} requires an out of source build. Please create a separate - build directory and run 'cmake /path/to/${PROJECT_NAME} [options]' there." - ) -if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" AND "${CMAKE_CXX_SIMULATE_ID}" STREQUAL "MSVC") - message(STATUS "Configuring for clang-cl") - set(LIBCXX_TARGETING_CLANG_CL ON) -endif() - -if (MSVC) - set(LIBCXX_TARGETING_MSVC ON) - message(STATUS "Configuring for MSVC") -else() - set(LIBCXX_TARGETING_MSVC OFF) -endif() - -#=============================================================================== -# Setup CMake Options -#=============================================================================== -include(CMakeDependentOption) -include(HandleCompilerRT) - -# Basic options --------------------------------------------------------------- -option(LIBCXX_ENABLE_ASSERTIONS "Enable assertions independent of build mode." OFF) -option(LIBCXX_ENABLE_SHARED "Build libc++ as a shared library." ON) -option(LIBCXX_ENABLE_STATIC "Build libc++ as a static library." ON) -option(LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY "Build libc++experimental.a" ON) -set(ENABLE_FILESYSTEM_DEFAULT ${LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY}) -if (WIN32) - set(ENABLE_FILESYSTEM_DEFAULT OFF) -endif() -option(LIBCXX_ENABLE_FILESYSTEM "Build filesystem as part of libc++fs.a" - ${ENABLE_FILESYSTEM_DEFAULT}) -option(LIBCXX_INCLUDE_TESTS "Build the libc++ tests." ${LLVM_INCLUDE_TESTS}) - -# Benchmark options ----------------------------------------------------------- -option(LIBCXX_INCLUDE_BENCHMARKS "Build the libc++ benchmarks and their dependencies" ON) - -set(LIBCXX_BENCHMARK_TEST_ARGS_DEFAULT --benchmark_min_time=0.01) -set(LIBCXX_BENCHMARK_TEST_ARGS "${LIBCXX_BENCHMARK_TEST_ARGS_DEFAULT}" CACHE STRING - "Arguments to pass when running the benchmarks using check-cxx-benchmarks") - -set(LIBCXX_BENCHMARK_NATIVE_STDLIB "" CACHE STRING - "Build the benchmarks against the specified native STL. - The value must be one of libc++/libstdc++") -set(LIBCXX_BENCHMARK_NATIVE_GCC_TOOLCHAIN "" CACHE STRING - "Use alternate GCC toolchain when building the native benchmarks") - -if (LIBCXX_BENCHMARK_NATIVE_STDLIB) - if (NOT (LIBCXX_BENCHMARK_NATIVE_STDLIB STREQUAL "libc++" - OR LIBCXX_BENCHMARK_NATIVE_STDLIB STREQUAL "libstdc++")) - message(FATAL_ERROR "Invalid value for LIBCXX_BENCHMARK_NATIVE_STDLIB: " - "'${LIBCXX_BENCHMARK_NATIVE_STDLIB}'") - endif() -endif() - -option(LIBCXX_INCLUDE_DOCS "Build the libc++ documentation." ${LLVM_INCLUDE_DOCS}) -set(LIBCXX_LIBDIR_SUFFIX "${LLVM_LIBDIR_SUFFIX}" CACHE STRING - "Define suffix of library directory name (32/64)") -option(LIBCXX_INSTALL_HEADERS "Install the libc++ headers." ON) -option(LIBCXX_INSTALL_LIBRARY "Install the libc++ library." ON) -cmake_dependent_option(LIBCXX_INSTALL_STATIC_LIBRARY - "Install the static libc++ library." ON - "LIBCXX_ENABLE_STATIC;LIBCXX_INSTALL_LIBRARY" OFF) -cmake_dependent_option(LIBCXX_INSTALL_SHARED_LIBRARY - "Install the shared libc++ library." ON - "LIBCXX_ENABLE_SHARED;LIBCXX_INSTALL_LIBRARY" OFF) -option(LIBCXX_INSTALL_SUPPORT_HEADERS "Install libc++ support headers." ON) -cmake_dependent_option(LIBCXX_INSTALL_EXPERIMENTAL_LIBRARY - "Install libc++experimental.a" ON - "LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY;LIBCXX_INSTALL_LIBRARY" OFF) -cmake_dependent_option(LIBCXX_INSTALL_FILESYSTEM_LIBRARY - "Install libc++fs.a" ON - "LIBCXX_ENABLE_FILESYSTEM;LIBCXX_INSTALL_LIBRARY" OFF) - -set(LIBCXX_ABI_VERSION "1" CACHE STRING "ABI version of libc++. Can be either 1 or 2, where 2 is currently not stable. Defaults to 1.") -set(LIBCXX_ABI_NAMESPACE "" CACHE STRING "The inline ABI namespace used by libc++. It defaults to __n where `n` is the current ABI version.") -option(LIBCXX_ABI_UNSTABLE "Unstable ABI of libc++." OFF) -option(LIBCXX_ABI_FORCE_ITANIUM "Ignore auto-detection and force use of the Itanium ABI.") -option(LIBCXX_ABI_FORCE_MICROSOFT "Ignore auto-detection and force use of the Microsoft ABI.") -option(LIBCXX_HIDE_FROM_ABI_PER_TU_BY_DEFAULT "Enable per TU ABI insulation by default. To be used by vendors." OFF) -set(LIBCXX_ABI_DEFINES "" CACHE STRING "A semicolon separated list of ABI macros to define in the site config header.") -option(LIBCXX_USE_COMPILER_RT "Use compiler-rt instead of libgcc" OFF) - -if (NOT LIBCXX_ENABLE_SHARED AND NOT LIBCXX_ENABLE_STATIC) - message(FATAL_ERROR "libc++ must be built as either a shared or static library.") -endif() - -# ABI Library options --------------------------------------------------------- -set(LIBCXX_CXX_ABI "default" CACHE STRING - "Specify C++ ABI library to use.") -set(CXXABIS none default libcxxabi libcxxrt libstdc++ libsupc++ vcruntime) -set_property(CACHE LIBCXX_CXX_ABI PROPERTY STRINGS ;${CXXABIS}) - -# Setup the default options if LIBCXX_CXX_ABI is not specified. -if (LIBCXX_CXX_ABI STREQUAL "default") - find_path( - LIBCXX_LIBCXXABI_INCLUDES_INTERNAL - cxxabi.h - PATHS ${LLVM_MAIN_SRC_DIR}/projects/libcxxabi/include - ${LLVM_MAIN_SRC_DIR}/runtimes/libcxxabi/include - ${LLVM_MAIN_SRC_DIR}/../libcxxabi/include - NO_DEFAULT_PATH - NO_CMAKE_FIND_ROOT_PATH - ) - if (LIBCXX_TARGETING_MSVC) - # FIXME: Figure out how to configure the ABI library on Windows. - set(LIBCXX_CXX_ABI_LIBNAME "vcruntime") - elseif ((NOT LIBCXX_STANDALONE_BUILD OR HAVE_LIBCXXABI) AND - IS_DIRECTORY "${LIBCXX_LIBCXXABI_INCLUDES_INTERNAL}") - set(LIBCXX_CXX_ABI_LIBNAME "libcxxabi") - set(LIBCXX_CXX_ABI_INCLUDE_PATHS "${LIBCXX_LIBCXXABI_INCLUDES_INTERNAL}") - set(LIBCXX_CXX_ABI_INTREE 1) - elseif (APPLE) - set(LIBCXX_CXX_ABI_LIBNAME "libcxxabi") - set(LIBCXX_CXX_ABI_SYSTEM 1) - elseif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") - set(LIBCXX_CXX_ABI_LIBNAME "libcxxrt") - set(LIBCXX_CXX_ABI_INCLUDE_PATHS "/usr/include/c++/v1") - else() - set(LIBCXX_CXX_ABI_LIBNAME "default") - endif() -else() - set(LIBCXX_CXX_ABI_LIBNAME "${LIBCXX_CXX_ABI}") -endif() - -# Use a static copy of the ABI library when linking libc++. This option -# cannot be used with LIBCXX_ENABLE_ABI_LINKER_SCRIPT. -option(LIBCXX_ENABLE_STATIC_ABI_LIBRARY "Statically link the ABI library" OFF) - -cmake_dependent_option(LIBCXX_STATICALLY_LINK_ABI_IN_STATIC_LIBRARY - "Statically link the ABI library to static library" ON - "LIBCXX_ENABLE_STATIC_ABI_LIBRARY;LIBCXX_ENABLE_STATIC" OFF) - -cmake_dependent_option(LIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LIBRARY - "Statically link the ABI library to shared library" ON - "LIBCXX_ENABLE_STATIC_ABI_LIBRARY;LIBCXX_ENABLE_SHARED" OFF) - -# Generate and install a linker script inplace of libc++.so. The linker script -# will link libc++ to the correct ABI library. This option is on by default -# on UNIX platforms other than Apple unless 'LIBCXX_ENABLE_STATIC_ABI_LIBRARY' -# is on. This option is also disabled when the ABI library is not specified -# or is specified to be "none". -set(ENABLE_LINKER_SCRIPT_DEFAULT_VALUE OFF) -if (LLVM_HAVE_LINK_VERSION_SCRIPT AND NOT LIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LIBRARY - AND NOT LIBCXX_CXX_ABI_LIBNAME STREQUAL "none" - AND NOT LIBCXX_CXX_ABI_LIBNAME STREQUAL "default" - AND PYTHONINTERP_FOUND - AND LIBCXX_ENABLE_SHARED) - set(ENABLE_LINKER_SCRIPT_DEFAULT_VALUE ON) -endif() - -option(LIBCXX_ENABLE_ABI_LINKER_SCRIPT - "Use and install a linker script for the given ABI library" - ${ENABLE_LINKER_SCRIPT_DEFAULT_VALUE}) - -set(ENABLE_NEW_DELETE_DEFAULT ON) -if (LIBCXXABI_ENABLE_NEW_DELETE_DEFINITIONS) -# FIXME: This option should default to off. Unfortunatly GCC 4.9 fails to link -# programs due to undefined references to new/delete in libc++abi so to work -# around this libc++abi currently defaults LIBCXXABI_ENABLE_NEW_DELETE_DEFINITIONS -# to ON. Once the GCC bug has been worked around this option should be changed -# back to OFF. - set(ENABLE_NEW_DELETE_DEFAULT ON) -endif() - -option(LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS - "Build libc++ with definitions for operator new/delete. This option can - be used to disable the definitions when libc++abi is expected to provide - them" ${ENABLE_NEW_DELETE_DEFAULT}) - -# Build libc++abi with libunwind. We need this option to determine whether to -# link with libunwind or libgcc_s while running the test cases. -option(LIBCXXABI_USE_LLVM_UNWINDER "Build and use the LLVM unwinder." OFF) -option(LIBCXXABI_ENABLE_STATIC_UNWINDER "Statically link the LLVM unwinder." OFF) - -# Target options -------------------------------------------------------------- -option(LIBCXX_BUILD_32_BITS "Build 32 bit libc++." ${LLVM_BUILD_32_BITS}) -set(LIBCXX_SYSROOT "" CACHE STRING "Use alternate sysroot.") -set(LIBCXX_GCC_TOOLCHAIN "" CACHE STRING "Use alternate GCC toolchain.") - -# Feature options ------------------------------------------------------------- -option(LIBCXX_ENABLE_EXCEPTIONS "Use exceptions." ON) -option(LIBCXX_ENABLE_RTTI "Use run time type information." ON) -option(LIBCXX_ENABLE_GLOBAL_FILESYSTEM_NAMESPACE "Build libc++ with support for the global filesystem namespace." ON) -option(LIBCXX_ENABLE_STDIN "Build libc++ with support for stdin/std::cin." ON) -option(LIBCXX_ENABLE_STDOUT "Build libc++ with support for stdout/std::cout." ON) -option(LIBCXX_ENABLE_THREADS "Build libc++ with support for threads." ON) -option(LIBCXX_ENABLE_THREAD_UNSAFE_C_FUNCTIONS "Build libc++ with support for thread-unsafe C functions" ON) -option(LIBCXX_ENABLE_MONOTONIC_CLOCK - "Build libc++ with support for a monotonic clock. - This option may only be set to OFF when LIBCXX_ENABLE_THREADS=OFF." ON) -option(LIBCXX_HAS_MUSL_LIBC "Build libc++ with support for the Musl C library" OFF) -option(LIBCXX_HAS_PTHREAD_API "Ignore auto-detection and force use of pthread API" OFF) -option(LIBCXX_HAS_WIN32_THREAD_API "Ignore auto-detection and force use of win32 thread API" OFF) -option(LIBCXX_HAS_EXTERNAL_THREAD_API - "Build libc++ with an externalized threading API. - This option may only be set to ON when LIBCXX_ENABLE_THREADS=ON." OFF) -option(LIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY - "Build libc++ with an externalized threading library. - This option may only be set to ON when LIBCXX_ENABLE_THREADS=ON" OFF) - -# Misc options ---------------------------------------------------------------- -# FIXME: Turn -pedantic back ON. It is currently off because it warns -# about #include_next which is used everywhere. -option(LIBCXX_ENABLE_PEDANTIC "Compile with pedantic enabled." OFF) -option(LIBCXX_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF) -option(LIBCXX_DISABLE_MACRO_CONFLICT_WARNINGS "Disable #warnings about conflicting macros." OFF) - -option(LIBCXX_GENERATE_COVERAGE "Enable generating code coverage." OFF) -set(LIBCXX_COVERAGE_LIBRARY "" CACHE STRING - "The Profile-rt library used to build with code coverage") - -# Don't allow a user to accidentally overwrite the system libc++ installation on Darwin. -# If the user specifies -DCMAKE_INSTALL_PREFIX=/usr the install rules for libc++ -# will not be generated and a warning will be issued. -option(LIBCXX_OVERRIDE_DARWIN_INSTALL "Enable overwriting darwins libc++ installation." OFF) -mark_as_advanced(LIBCXX_OVERRIDE_DARWIN_INSTALL) # Don't show this option by default. - -if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" AND NOT LIBCXX_OVERRIDE_DARWIN_INSTALL) - if ("${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr") - message(WARNING "Disabling libc++ install rules because installation would " - "overwrite the systems installation. Configure with " - "-DLIBCXX_OVERRIDE_DARWIN_INSTALL=ON to suppress this behaviour.") - mark_as_advanced(CLEAR LIBCXX_OVERRIDE_DARWIN_INSTALL) # Show the override option. - set(LIBCXX_INSTALL_HEADERS OFF) - set(LIBCXX_INSTALL_LIBRARY OFF) - endif() -endif() - -set(LIBCXX_CONFIGURE_IDE_DEFAULT OFF) -if (XCODE OR MSVC_IDE) - set(LIBCXX_CONFIGURE_IDE_DEFAULT ON) -endif() -option(LIBCXX_CONFIGURE_IDE "Configure libcxx for use within an IDE" - ${LIBCXX_CONFIGURE_IDE_DEFAULT}) - -option(LIBCXX_HERMETIC_STATIC_LIBRARY - "Do not export any symbols from the static library." OFF) - -#=============================================================================== -# Check option configurations -#=============================================================================== - -if (LIBCXX_ENABLE_FILESYSTEM AND NOT LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY) - message(FATAL_ERROR - "LIBCXX_ENABLE_FILESYSTEM cannot be turned on when LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=OFF") -endif() - -# Ensure LIBCXX_ENABLE_MONOTONIC_CLOCK is set to ON only when -# LIBCXX_ENABLE_THREADS is on. -if(LIBCXX_ENABLE_THREADS AND NOT LIBCXX_ENABLE_MONOTONIC_CLOCK) - message(FATAL_ERROR "LIBCXX_ENABLE_MONOTONIC_CLOCK can only be set to OFF" - " when LIBCXX_ENABLE_THREADS is also set to OFF.") -endif() - -if(NOT LIBCXX_ENABLE_THREADS) - if(LIBCXX_HAS_PTHREAD_API) - message(FATAL_ERROR "LIBCXX_HAS_PTHREAD_API can only be set to ON" - " when LIBCXX_ENABLE_THREADS is also set to ON.") - endif() - if(LIBCXX_HAS_EXTERNAL_THREAD_API) - message(FATAL_ERROR "LIBCXX_HAS_EXTERNAL_THREAD_API can only be set to ON" - " when LIBCXX_ENABLE_THREADS is also set to ON.") - endif() - if (LIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY) - message(FATAL_ERROR "LIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY can only be set " - "to ON when LIBCXX_ENABLE_THREADS is also set to ON.") - endif() - if (LIBCXX_HAS_WIN32_THREAD_API) - message(FATAL_ERROR "LIBCXX_HAS_WIN32_THREAD_API can only be set to ON" - " when LIBCXX_ENABLE_THREADS is also set to ON.") - endif() - -endif() - -if (LIBCXX_HAS_EXTERNAL_THREAD_API) - if (LIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY) - message(FATAL_ERROR "The options LIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY and " - "LIBCXX_HAS_EXTERNAL_THREAD_API cannot both be ON at " - "the same time") - endif() - if (LIBCXX_HAS_PTHREAD_API) - message(FATAL_ERROR "The options LIBCXX_HAS_EXTERNAL_THREAD_API" - "and LIBCXX_HAS_PTHREAD_API cannot be both" - "set to ON at the same time.") - endif() - if (LIBCXX_HAS_WIN32_THREAD_API) - message(FATAL_ERROR "The options LIBCXX_HAS_EXTERNAL_THREAD_API" - "and LIBCXX_HAS_WIN32_THREAD_API cannot be both" - "set to ON at the same time.") - endif() -endif() - -if (LIBCXX_HAS_PTHREAD_API) - if (LIBCXX_HAS_WIN32_THREAD_API) - message(FATAL_ERROR "The options LIBCXX_HAS_PTHREAD_API" - "and LIBCXX_HAS_WIN32_THREAD_API cannot be both" - "set to ON at the same time.") - endif() -endif() - -# Ensure LLVM_USE_SANITIZER is not specified when LIBCXX_GENERATE_COVERAGE -# is ON. -if (LLVM_USE_SANITIZER AND LIBCXX_GENERATE_COVERAGE) - message(FATAL_ERROR "LLVM_USE_SANITIZER cannot be used with LIBCXX_GENERATE_COVERAGE") -endif() - -# Set LIBCXX_BUILD_32_BITS to (LIBCXX_BUILD_32_BITS OR LLVM_BUILD_32_BITS) -# and check that we can build with 32 bits if requested. -if (CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32) - if (LIBCXX_BUILD_32_BITS AND NOT LLVM_BUILD_32_BITS) # Don't duplicate the output from LLVM - message(STATUS "Building 32 bits executables and libraries.") - endif() -elseif(LIBCXX_BUILD_32_BITS) - message(FATAL_ERROR "LIBCXX_BUILD_32_BITS=ON is not supported on this platform.") -endif() - -# Check that this option is not enabled on Apple and emit a usage warning. -if (LIBCXX_ENABLE_STATIC_ABI_LIBRARY) - if (APPLE) - message(FATAL_ERROR "LIBCXX_ENABLE_STATIC_ABI_LIBRARY is not supported on OS X") - else() - message(WARNING "LIBCXX_ENABLE_STATIC_ABI_LIBRARY is an experimental option") - endif() - if (LIBCXX_ENABLE_STATIC AND NOT PYTHONINTERP_FOUND) - message(FATAL_ERROR "LIBCXX_ENABLE_STATIC_ABI_LIBRARY requires python but it was not found.") - endif() -endif() - -if (LIBCXX_ENABLE_ABI_LINKER_SCRIPT) - if (APPLE) - message(FATAL_ERROR "LIBCXX_ENABLE_ABI_LINKER_SCRIPT cannot be used on APPLE targets") - endif() - if (NOT PYTHONINTERP_FOUND) - message(FATAL_ERROR "LIBCXX_ENABLE_ABI_LINKER_SCRIPT requires python but it was not found.") - endif() - if (NOT LIBCXX_ENABLE_SHARED) - message(FATAL_ERROR "LIBCXX_ENABLE_ABI_LINKER_SCRIPT is only available for shared library builds.") - endif() -endif() - -if (LIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LIBRARY AND LIBCXX_ENABLE_ABI_LINKER_SCRIPT) - message(FATAL_ERROR "Conflicting options given. - LIBCXX_ENABLE_STATIC_ABI_LIBRARY cannot be specified with - LIBCXX_ENABLE_ABI_LINKER_SCRIPT") -endif() - -if (LIBCXX_HAS_MUSL_LIBC AND NOT LIBCXX_INSTALL_SUPPORT_HEADERS) - message(FATAL_ERROR "LIBCXX_INSTALL_SUPPORT_HEADERS can not be turned off" - "when building for Musl with LIBCXX_HAS_MUSL_LIBC.") -endif() - -if (LIBCXX_ABI_FORCE_ITANIUM AND LIBCXX_ABI_FORCE_MICROSOFT) - message(FATAL_ERROR "Only one of LIBCXX_ABI_FORCE_ITANIUM and LIBCXX_ABI_FORCE_MICROSOFT can be specified.") -endif () - -#=============================================================================== -# Configure System -#=============================================================================== - -set(LIBCXX_COMPILER ${CMAKE_CXX_COMPILER}) -set(LIBCXX_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}) -set(LIBCXX_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}) -set(LIBCXX_BINARY_INCLUDE_DIR "${LIBCXX_BINARY_DIR}/include/c++build") - -string(REGEX MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" CLANG_VERSION - ${PACKAGE_VERSION}) - -if(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR AND NOT APPLE) - set(DEFAULT_INSTALL_PREFIX lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}/${LLVM_DEFAULT_TARGET_TRIPLE}/) - set(DEFAULT_INSTALL_HEADER_PREFIX lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}/) - set(LIBCXX_LIBRARY_DIR ${LLVM_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION}/${LLVM_DEFAULT_TARGET_TRIPLE}/lib${LIBCXX_LIBDIR_SUFFIX}) - set(LIBCXX_HEADER_DIR ${LLVM_LIBRARY_OUTPUT_INTDIR}/clang/${CLANG_VERSION}) -elseif(LLVM_LIBRARY_OUTPUT_INTDIR) - set(LIBCXX_LIBRARY_DIR ${LLVM_LIBRARY_OUTPUT_INTDIR}) - set(LIBCXX_HEADER_DIR ${LLVM_BINARY_DIR}) -else() - set(LIBCXX_LIBRARY_DIR ${CMAKE_BINARY_DIR}/lib${LIBCXX_LIBDIR_SUFFIX}) -endif() - -file(MAKE_DIRECTORY "${LIBCXX_BINARY_INCLUDE_DIR}") - -set(LIBCXX_INSTALL_PREFIX ${DEFAULT_INSTALL_PREFIX} CACHE STRING - "Define libc++ destination prefix.") - -set(LIBCXX_INSTALL_HEADER_PREFIX ${DEFAULT_INSTALL_HEADER_PREFIX} CACHE STRING - "Define libc++ header destination prefix.") - -set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${LIBCXX_LIBRARY_DIR}) -set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${LIBCXX_LIBRARY_DIR}) -set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${LIBCXX_LIBRARY_DIR}) - -# Declare libc++ configuration variables. -# They are intended for use as follows: -# LIBCXX_CXX_FLAGS: General flags for both the compiler and linker. -# LIBCXX_COMPILE_FLAGS: Compile only flags. -# LIBCXX_LINK_FLAGS: Linker only flags. -# LIBCXX_LIBRARIES: libraries libc++ is linked to. -# LIBCXX_INTERFACE_LIBRARIES: Libraries that must be linked when using libc++ -# These libraries are exposed in the linker script. -set(LIBCXX_COMPILE_FLAGS "") -set(LIBCXX_LINK_FLAGS "") -set(LIBCXX_LIBRARIES "") -set(LIBCXX_INTERFACE_LIBRARIES "") - -# Include macros for adding and removing libc++ flags. -include(HandleLibcxxFlags) - -# Target flags ================================================================ -# These flags get added to CMAKE_CXX_FLAGS and CMAKE_C_FLAGS so that -# 'config-ix' use them during feature checks. It also adds them to both -# 'LIBCXX_COMPILE_FLAGS' and 'LIBCXX_LINK_FLAGS' -add_target_flags_if(LIBCXX_BUILD_32_BITS "-m32") -add_target_flags_if(LIBCXX_TARGET_TRIPLE "--target=${LIBCXX_TARGET_TRIPLE}") -add_target_flags_if(LIBCXX_SYSROOT "--sysroot=${LIBCXX_SYSROOT}") -add_target_flags_if(LIBCXX_GCC_TOOLCHAIN "--gcc-toolchain=${LIBCXX_GCC_TOOLCHAIN}") -if (LIBCXX_TARGET_TRIPLE) - set(TARGET_TRIPLE "${LIBCXX_TARGET_TRIPLE}") -endif() - -# Configure compiler. -include(config-ix) - -if (LIBCXX_USE_COMPILER_RT) - list(APPEND LIBCXX_LINK_FLAGS "-rtlib=compiler-rt") -endif() - -# Configure coverage options. -if (LIBCXX_GENERATE_COVERAGE) - include(CodeCoverage) - set(CMAKE_BUILD_TYPE "COVERAGE" CACHE STRING "" FORCE) -endif() - -string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE) -if (uppercase_CMAKE_BUILD_TYPE STREQUAL "DEBUG") - set(LIBCXX_DEBUG_BUILD ON) -else() - set(LIBCXX_DEBUG_BUILD OFF) -endif() - -#=============================================================================== -# Setup Compiler Flags -#=============================================================================== - -include(HandleLibCXXABI) # Setup the ABI library flags - -if (NOT LIBCXX_STANDALONE_BUILD) - # Remove flags that may have snuck in. - remove_flags(-DNDEBUG -UNDEBUG -D_DEBUG - -lc++abi) -endif() -remove_flags(-stdlib=libc++ -stdlib=libstdc++) - -# FIXME: Remove all debug flags and flags that change which Windows -# default libraries are linked. Currently we only support linking the -# non-debug DLLs -remove_flags("/D_DEBUG" "/MTd" "/MDd" "/MT" "/Md") - -# FIXME(EricWF): See the FIXME on LIBCXX_ENABLE_PEDANTIC. -# Remove the -pedantic flag and -Wno-pedantic and -pedantic-errors -# so they don't get transformed into -Wno and -errors respectively. -remove_flags(-Wno-pedantic -pedantic-errors -pedantic) - -# Required flags ============================================================== -set(LIBCXX_STANDARD_VER c++11 CACHE INTERNAL "internal option to change build dialect") -if (LIBCXX_HAS_MUSL_LIBC OR LIBCXX_TARGETING_CLANG_CL) - # musl's pthread implementations uses volatile types in their structs which is - # not a constexpr in C++11 but is in C++14, so we use C++14 with musl. - set(LIBCXX_STANDARD_VER c++14 CACHE INTERNAL "internal option to change build dialect") -endif() -add_compile_flags_if_supported(-std=${LIBCXX_STANDARD_VER}) -add_compile_flags_if_supported("/std:${LIBCXX_STANDARD_VER}") -mangle_name("LIBCXX_SUPPORTS_STD_EQ_${LIBCXX_STANDARD_VER}_FLAG" SUPPORTS_DIALECT_NAME) -mangle_name("LIBCXX_SUPPORTS_STD_COLON_${LIBCXX_STANDARD_VER}_FLAG" SUPPORTS_DIALECT_NAME_MSVC) -if(NOT ${SUPPORTS_DIALECT_NAME} AND NOT ${SUPPORTS_DIALECT_NAME_MSVC}) - if(NOT "${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC" AND NOT "${CMAKE_CXX_SIMULATE_ID}" STREQUAL "MSVC") - message(FATAL_ERROR "C++11 or greater is required but the compiler does not support ${LIBCXX_STANDARD_VER}") - endif() -endif() - -# On all systems the system c++ standard library headers need to be excluded. -# MSVC only has -X, which disables all default includes; including the crt. -# Thus, we do nothing and hope we don't accidentally include any of the C++ -# headers -add_compile_flags_if_supported(-nostdinc++) - -# Hide all inline function definitions which have not explicitly been marked -# visible. This prevents new definitions for inline functions from appearing in -# the dylib when get ODR used by another function. -add_compile_flags_if_supported(-fvisibility-inlines-hidden) - -if (LIBCXX_CONFIGURE_IDE) - # This simply allows IDE to process - add_compile_flags_if_supported(-fcoroutines-ts) -endif() - -# Let the library headers know they are currently being used to build the -# library. -add_definitions(-D_LIBCPP_BUILDING_LIBRARY) - -if (NOT LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS) - add_definitions(-D_LIBCPP_DISABLE_NEW_DELETE_DEFINITIONS) -endif() - -# Warning flags =============================================================== -add_definitions(-D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) -add_compile_flags_if_supported( - -Wall -Wextra -W -Wwrite-strings - -Wno-unused-parameter -Wno-long-long - -Werror=return-type -Wextra-semi) -if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "Clang") - add_compile_flags_if_supported( - -Wno-user-defined-literals - -Wno-covered-switch-default) - if (LIBCXX_TARGETING_CLANG_CL) - add_compile_flags_if_supported( - -Wno-c++98-compat - -Wno-c++98-compat-pedantic - -Wno-c++11-compat - -Wno-undef - -Wno-reserved-id-macro - -Wno-gnu-include-next - -Wno-gcc-compat # For ignoring "'diagnose_if' is a clang extension" warnings - -Wno-zero-as-null-pointer-constant # FIXME: Remove this and fix all occurrences. - -Wno-deprecated-dynamic-exception-spec # For auto_ptr - -Wno-sign-conversion - -Wno-old-style-cast - -Wno-deprecated # FIXME: Remove this and fix all occurrences. - -Wno-shift-sign-overflow # FIXME: Why do we need this with clang-cl but not clang? - -Wno-double-promotion # FIXME: remove me - ) - endif() -elseif("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU") - add_compile_flags_if_supported( - -Wno-literal-suffix - -Wno-c++14-compat - -Wno-noexcept-type) -endif() -if (LIBCXX_ENABLE_WERROR) - add_compile_flags_if_supported(-Werror) - add_compile_flags_if_supported(-WX) -else() - # TODO(EricWF) Remove this. We shouldn't be suppressing errors when -Werror is - # added elsewhere. - add_compile_flags_if_supported(-Wno-error) -endif() -if (LIBCXX_ENABLE_PEDANTIC) - add_compile_flags_if_supported(-pedantic) -endif() -if (LIBCXX_DISABLE_MACRO_CONFLICT_WARNINGS) - add_definitions(-D_LIBCPP_DISABLE_MACRO_CONFLICT_WARNINGS) -endif() - -# Exception flags ============================================================= -if (LIBCXX_ENABLE_EXCEPTIONS) - # Catches C++ exceptions only and tells the compiler to assume that extern C - # functions never throw a C++ exception. - add_compile_flags_if_supported(-EHsc) -else() - add_definitions(-D_LIBCPP_NO_EXCEPTIONS) - add_compile_flags_if_supported(-EHs- -EHa-) - add_compile_flags_if_supported(-fno-exceptions) -endif() - -# RTTI flags ================================================================== -if (NOT LIBCXX_ENABLE_RTTI) - add_definitions(-D_LIBCPP_NO_RTTI) - add_compile_flags_if_supported(-GR-) - add_compile_flags_if_supported(-fno-rtti) -endif() - -# Threading flags ============================================================= -if (LIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY AND LIBCXX_ENABLE_SHARED) - # Need to allow unresolved symbols if this is to work with shared library builds - if (APPLE) - add_link_flags("-undefined dynamic_lookup") - else() - # Relax this restriction from HandleLLVMOptions - string(REPLACE "-Wl,-z,defs" "" CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS}") - endif() -endif() - -# Assertion flags ============================================================= -define_if(LIBCXX_ENABLE_ASSERTIONS -UNDEBUG) -define_if_not(LIBCXX_ENABLE_ASSERTIONS -DNDEBUG) -define_if(LIBCXX_ENABLE_ASSERTIONS -D_LIBCPP_DEBUG=0) -define_if(LIBCXX_DEBUG_BUILD -D_DEBUG) -if (LIBCXX_ENABLE_ASSERTIONS AND NOT LIBCXX_DEBUG_BUILD) - # MSVC doesn't like _DEBUG on release builds. See PR 4379. - define_if_not(LIBCXX_TARGETING_MSVC -D_DEBUG) -endif() - -# Modules flags =============================================================== -# FIXME The libc++ sources are fundamentally non-modular. They need special -# versions of the headers in order to provide C++03 and legacy ABI definitions. -# NOTE: The public headers can be used with modules in all other contexts. -if (LLVM_ENABLE_MODULES) - # Ignore that the rest of the modules flags are now unused. - add_compile_flags_if_supported(-Wno-unused-command-line-argument) - add_compile_flags(-fno-modules) -endif() - -# Sanitizer flags ============================================================= - -function(get_sanitizer_flags OUT_VAR USE_SANITIZER) - set(SANITIZER_FLAGS) - set(USE_SANITIZER "${USE_SANITIZER}") - # NOTE: LLVM_USE_SANITIZER checks for a UNIX like system instead of MSVC. - # But we don't have LLVM_ON_UNIX so checking for MSVC is the best we can do. - if (USE_SANITIZER AND NOT MSVC) - append_flags_if_supported(SANITIZER_FLAGS "-fno-omit-frame-pointer") - append_flags_if_supported(SANITIZER_FLAGS "-gline-tables-only") - - if (NOT uppercase_CMAKE_BUILD_TYPE STREQUAL "DEBUG" AND - NOT uppercase_CMAKE_BUILD_TYPE STREQUAL "RELWITHDEBINFO") - append_flags_if_supported(SANITIZER_FLAGS "-gline-tables-only") - endif() - if (USE_SANITIZER STREQUAL "Address") - append_flags(SANITIZER_FLAGS "-fsanitize=address") - elseif (USE_SANITIZER MATCHES "Memory(WithOrigins)?") - append_flags(SANITIZER_FLAGS -fsanitize=memory) - if (USE_SANITIZER STREQUAL "MemoryWithOrigins") - append_flags(SANITIZER_FLAGS "-fsanitize-memory-track-origins") - endif() - elseif (USE_SANITIZER STREQUAL "Undefined") - append_flags(SANITIZER_FLAGS "-fsanitize=undefined -fno-sanitize=vptr,function -fno-sanitize-recover=all") - elseif (USE_SANITIZER STREQUAL "Thread") - append_flags(SANITIZER_FLAGS -fsanitize=thread) - else() - message(WARNING "Unsupported value of LLVM_USE_SANITIZER: ${USE_SANITIZER}") - endif() - elseif(USE_SANITIZER AND MSVC) - message(WARNING "LLVM_USE_SANITIZER is not supported on this platform.") - endif() - set(${OUT_VAR} "${SANITIZER_FLAGS}" PARENT_SCOPE) -endfunction() - -# Configure for sanitizers. If LIBCXX_STANDALONE_BUILD then we have to do -# the flag translation ourselves. Othewise LLVM's CMakeList.txt will handle it. -if (LIBCXX_STANDALONE_BUILD) - set(LLVM_USE_SANITIZER "" CACHE STRING - "Define the sanitizer used to build the library and tests") -endif() -get_sanitizer_flags(SANITIZER_FLAGS "${LLVM_USE_SANITIZER}") -if (LIBCXX_STANDALONE_BUILD AND SANITIZER_FLAGS) - add_flags(${SANITIZER_FLAGS}) -endif() - -# Configuration file flags ===================================================== -if (NOT LIBCXX_ABI_VERSION EQUAL 1) - config_define(${LIBCXX_ABI_VERSION} _LIBCPP_ABI_VERSION) -endif() -if (NOT LIBCXX_ABI_NAMESPACE STREQUAL "") - if (NOT LIBCXX_ABI_NAMESPACE MATCHES "__.*") - message(WARNING "LIBCXX_ABI_NAMESPACE must be a reserved identifier.") - endif() - if (LIBCXX_ABI_NAMESPACE MATCHES "__[0-9]+$") - message(FATAL_ERROR "LIBCXX_ABI_NAMESPACE '${LIBCXX_ABI_NAMESPACE}' is reserved for use by libc++.") - endif() - config_define(${LIBCXX_ABI_NAMESPACE} _LIBCPP_ABI_NAMESPACE) -endif() -config_define_if(LIBCXX_ABI_UNSTABLE _LIBCPP_ABI_UNSTABLE) -config_define_if(LIBCXX_ABI_FORCE_ITANIUM _LIBCPP_ABI_FORCE_ITANIUM) -config_define_if(LIBCXX_ABI_FORCE_MICROSOFT _LIBCPP_ABI_FORCE_MICROSOFT) -config_define_if(LIBCXX_HIDE_FROM_ABI_PER_TU_BY_DEFAULT _LIBCPP_HIDE_FROM_ABI_PER_TU_BY_DEFAULT) - -config_define_if_not(LIBCXX_ENABLE_GLOBAL_FILESYSTEM_NAMESPACE _LIBCPP_HAS_NO_GLOBAL_FILESYSTEM_NAMESPACE) -config_define_if_not(LIBCXX_ENABLE_STDIN _LIBCPP_HAS_NO_STDIN) -config_define_if_not(LIBCXX_ENABLE_STDOUT _LIBCPP_HAS_NO_STDOUT) -config_define_if_not(LIBCXX_ENABLE_THREADS _LIBCPP_HAS_NO_THREADS) -config_define_if_not(LIBCXX_ENABLE_MONOTONIC_CLOCK _LIBCPP_HAS_NO_MONOTONIC_CLOCK) -config_define_if_not(LIBCXX_ENABLE_THREAD_UNSAFE_C_FUNCTIONS _LIBCPP_HAS_NO_THREAD_UNSAFE_C_FUNCTIONS) - -config_define_if(LIBCXX_HAS_PTHREAD_API _LIBCPP_HAS_THREAD_API_PTHREAD) -config_define_if(LIBCXX_HAS_EXTERNAL_THREAD_API _LIBCPP_HAS_THREAD_API_EXTERNAL) -config_define_if(LIBCXX_HAS_WIN32_THREAD_API _LIBCPP_HAS_THREAD_API_WIN32) -config_define_if(LIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY _LIBCPP_HAS_THREAD_LIBRARY_EXTERNAL) -config_define_if(LIBCXX_HAS_MUSL_LIBC _LIBCPP_HAS_MUSL_LIBC) -config_define_if(LIBCXX_NO_VCRUNTIME _LIBCPP_NO_VCRUNTIME) - -if (LIBCXX_ABI_DEFINES) - set(abi_defines) - foreach (abi_define ${LIBCXX_ABI_DEFINES}) - if (NOT abi_define MATCHES "^_LIBCPP_ABI_") - message(SEND_ERROR "Invalid ABI macro ${abi_define} in LIBCXX_ABI_DEFINES") - endif() - list(APPEND abi_defines "#define ${abi_define}") - endforeach() - string(REPLACE ";" "\n" abi_defines "${abi_defines}") - config_define(${abi_defines} _LIBCPP_ABI_DEFINES) -endif() - -# By default libc++ on Windows expects to use a shared library, which requires -# the headers to use DLL import/export semantics. However when building a -# static library only we modify the headers to disable DLL import/export. -if (DEFINED WIN32 AND LIBCXX_ENABLE_STATIC AND NOT LIBCXX_ENABLE_SHARED) - message(STATUS "Generating custom __config for non-DLL Windows build") - config_define(ON _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS) -endif() - -set(site_config_path "${LIBCXX_BINARY_DIR}/__config_site") -if (LIBCXX_NEEDS_SITE_CONFIG) - configure_file("include/__config_site.in" - "${site_config_path}" - @ONLY) - - # Provide the config definitions by included the generated __config_site - # file at compile time. - if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC" OR "${CMAKE_CXX_SIMULATE_ID}" STREQUAL "MSVC") - add_compile_flags("/FI\"${LIBCXX_BINARY_DIR}/__config_site\"") - else() - add_compile_flags("-include ${LIBCXX_BINARY_DIR}/__config_site") - endif() -else() - if (EXISTS "${site_config_path}") - message(STATUS "Removing stale site configuration ${site_config_path}") - file(REMOVE "${site_config_path}") - endif() -endif() - -#=============================================================================== -# Setup Source Code And Tests -#=============================================================================== -include_directories(include) -add_subdirectory(include) -add_subdirectory(lib) - -set(LIBCXX_TEST_DEPS "") - -if (LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY) - list(APPEND LIBCXX_TEST_DEPS cxx_experimental) -endif() -if (LIBCXX_ENABLE_FILESYSTEM) - list(APPEND LIBCXX_TEST_DEPS cxx_filesystem) -endif() - -if (LIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY) - list(APPEND LIBCXX_TEST_DEPS cxx_external_threads) -endif() - -if (LIBCXX_INCLUDE_BENCHMARKS) - add_subdirectory(benchmarks) -endif() - -# Create the lit.site.cfg file even when LIBCXX_INCLUDE_TESTS is OFF or -# LLVM_FOUND is OFF. This allows users to run the tests manually using -# LIT without requiring a full LLVM checkout. -# -# However, since some submission systems strip test/ subdirectories, check for -# it before adding it. - -if(IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/test") - add_subdirectory(test) -endif() -if (LIBCXX_INCLUDE_TESTS) - add_subdirectory(lib/abi) -endif() - -if (LIBCXX_STANDALONE_BUILD AND EXISTS "${LLVM_MAIN_SRC_DIR}/utils/llvm-lit") - include(AddLLVM) # for get_llvm_lit_path - # Make sure the llvm-lit script is generated into the bin directory, and do - # it after adding all tests, since the generated script will only work - # correctly discovered tests against test locations from the source tree that - # have already been discovered. - add_subdirectory(${LLVM_MAIN_SRC_DIR}/utils/llvm-lit - ${CMAKE_CURRENT_BINARY_DIR}/llvm-lit) -endif() - -if (LIBCXX_INCLUDE_DOCS) - add_subdirectory(docs) -endif() diff --git a/NOTES.TXT b/NOTES.TXT deleted file mode 100644 index 24d245d437cc..000000000000 --- a/NOTES.TXT +++ /dev/null @@ -1,29 +0,0 @@ -//===---------------------------------------------------------------------===// -// Notes relating to various libc++ tasks -//===---------------------------------------------------------------------===// - -This file contains notes about various libc++ tasks and processes. - -//===---------------------------------------------------------------------===// -// Post-Release TODO -//===---------------------------------------------------------------------===// - -These notes contain a list of things that must be done after branching for -an LLVM release. - -1. Update _LIBCPP_VERSION in `__config` -2. Update the __libcpp_version file. -3. Update the version number in `docs/conf.py` -4. Create ABI lists for the previous release under `lib/abi` - -//===---------------------------------------------------------------------===// -// Adding a new header TODO -//===---------------------------------------------------------------------===// - -These notes contain a list of things that must be done upon adding a new header -to libc++. - -1. Add a test under `test/libcxx` that the header defines `_LIBCPP_VERSION`. -2. Update `test/libcxx/double_include.sh.cpp` to include the new header. -3. Create a submodule in `include/module.modulemap` for the new header. -4. Update the include/CMakeLists.txt file to include the new header. diff --git a/TODO.TXT b/TODO.TXT deleted file mode 100644 index 652a38de75a5..000000000000 --- a/TODO.TXT +++ /dev/null @@ -1,76 +0,0 @@ -This is meant to be a general place to list things that should be done "someday" - -CXX Runtime Library Tasks -========================= -* Fix that CMake always link to /usr/lib/libc++abi.dylib on OS X. -* Look into mirroring libsupc++'s typeinfo vtable layout when libsupc++/libstdc++ - is used as the runtime library. -* Investigate and document interoperability between libc++ and libstdc++ on - linux. Do this for every supported c++ runtime library. - -Atomic Related Tasks -==================== -* future should use for synchronization. - -Test Suite Tasks -================ -* Improve the quality and portability of the locale test data. -* Convert failure tests to use Clang Verify. - -Filesystem Tasks -================ -* P0492r2 - Implement National body comments for Filesystem - * INCOMPLETE - US 25: has_filename() is equivalent to just !empty() - * INCOMPLETE - US 31: Everything is defined in terms of one implicit host system - * INCOMPLETE - US 32: Meaning of 27.10.2.1 unclear - * INCOMPLETE - US 33: Definition of canonical path problematic - * INCOMPLETE - US 34: Are there attributes of a file that are not an aspect of the file system? - * INCOMPLETE - US 35: What synchronization is required to avoid a file system race? - * INCOMPLETE - US 36: Symbolic links themselves are attached to a directory via (hard) links - * INCOMPLETE - US 37: The term “redundant current directory (dot) elements” is not defined - * INCOMPLETE - US 38: Duplicates §17.3.16 - * INCOMPLETE - US 39: Remove note: Dot and dot-dot are not directories - * INCOMPLETE - US 40: Not all directories have a parent. - * INCOMPLETE - US 41: The term “parent directory” for a (non-directory) file is unusual - * INCOMPLETE - US 42: Pathname resolution does not always resolve a symlink - * INCOMPLETE - US 43: Concerns about encoded character types - * INCOMPLETE - US 44: Definition of path in terms of a string requires leaky abstraction - * INCOMPLETE - US 45: Generic format portability compromised by unspecified root-name - * INCOMPLETE - US 46: filename can be empty so productions for relative-path are redundant - * INCOMPLETE - US 47: “.” and “..” already match the name production - * INCOMPLETE - US 48: Multiple separators are often meaningful in a root-name - * INCOMPLETE - US 49: What does “method of conversion method” mean? - * INCOMPLETE - US 50: 27.10.8.1 ¶ 1.4 largely redundant with ¶ 1.3 - * INCOMPLETE - US 51: Failing to add / when appending empty string prevents useful apps - * INCOMPLETE - US 52: remove_filename() postcondition is not by itself a definition - * INCOMPLETE - US 53: remove_filename()'s name does not correspond to its behavior - * INCOMPLETE - US 54: remove_filename() is broken - * INCOMPLETE - US 55: replace_extension()'s use of path as parameter is inappropriate - * INCOMPLETE - US 56: Remove replace_extension()'s conditional addition of period - * INCOMPLETE - US 57: On Windows, absolute paths will sort in among relative paths - * INCOMPLETE - US 58: parent_path() behavior for root paths is useless - * INCOMPLETE - US 59: filename() returning path for single path components is bizarre - * INCOMPLETE - US 60: path("/foo/").filename()==path(".") is surprising - * INCOMPLETE - US 61: Leading dots in filename() should not begin an extension - * INCOMPLETE - US 62: It is important that stem()+extension()==filename() - * INCOMPLETE - US 63: lexically_normal() inconsistently treats trailing "/" but not "/.." as directory - * INCOMPLETE - US 73, CA 2: root-name is effectively implementation defined - * INCOMPLETE - US 74, CA 3: The term “pathname” is ambiguous in some contexts - * INCOMPLETE - US 75, CA 4: Extra flag in path constructors is needed - * INCOMPLETE - US 76, CA 5: root-name definition is over-specified. - * INCOMPLETE - US 77, CA 6: operator/ and other appends not useful if arg has root-name - * INCOMPLETE - US 78, CA 7: Member absolute() in 27.10.4.1 is overspecified for non-POSIX-like O/S - * INCOMPLETE - US 79, CA 8: Some operation functions are overspecified for implementation-defined file types - * INCOMPLETE - US 185: Fold error_code and non-error_code signatures into one signature - * INCOMPLETE - FI 14: directory_entry comparisons are members - * INCOMPLETE - Late 36: permissions() error_code overload should be noexcept - * INCOMPLETE - Late 37: permissions() actions should be separate parameter - * INCOMPLETE - Late 42: resize_file() Postcondition missing argument - -Misc Tasks -========== -* Find all sequences of >2 underscores and eradicate them. -* run clang-tidy on libc++ -* Document the "conditionally-supported" bits of libc++ -* Look at basic_string's move assignment operator, re LWG 2063 and POCMA -* Put a static_assert in std::allocator to deny const/volatile types (LWG 2447) diff --git a/appveyor-reqs-install.cmd b/appveyor-reqs-install.cmd deleted file mode 100644 index 02c939ebc8c3..000000000000 --- a/appveyor-reqs-install.cmd +++ /dev/null @@ -1,53 +0,0 @@ -@echo on - -if NOT EXIST C:\projects\deps ( - mkdir C:\projects\deps -) -cd C:\projects\deps - -::########################################################################### -:: Setup Compiler -::########################################################################### -if NOT EXIST llvm-installer.exe ( - appveyor DownloadFile https://prereleases.llvm.org/win-snapshots/LLVM-8.0.0-r345380-win32.exe -FileName llvm-installer.exe -) -if "%CLANG_VERSION%"=="ToT" ( - START /WAIT llvm-installer.exe /S /D=C:\"Program Files\LLVM" -) -if DEFINED CLANG_VERSION @set PATH="C:\Program Files\LLVM\bin";%PATH% -if DEFINED CLANG_VERSION clang-cl -v - -if DEFINED MINGW_PATH rename "C:\Program Files\Git\usr\bin\sh.exe" "sh-ignored.exe" -if DEFINED MINGW_PATH @set "PATH=%PATH:C:\Program Files (x86)\Git\bin=%" -if DEFINED MINGW_PATH @set "PATH=%PATH%;%MINGW_PATH%" -if DEFINED MINGW_PATH g++ -v - -::########################################################################### -:: Install a recent CMake -::########################################################################### -if NOT EXIST cmake ( - appveyor DownloadFile https://cmake.org/files/v3.7/cmake-3.7.2-win64-x64.zip -FileName cmake.zip - 7z x cmake.zip -oC:\projects\deps > nul - move C:\projects\deps\cmake-* C:\projects\deps\cmake - rm cmake.zip -) -@set PATH=C:\projects\deps\cmake\bin;%PATH% -cmake --version - -::########################################################################### -:: Install Ninja -::########################################################################### -if NOT EXIST ninja ( - appveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip -FileName ninja.zip - 7z x ninja.zip -oC:\projects\deps\ninja > nul - rm ninja.zip -) -@set PATH=C:\projects\deps\ninja;%PATH% -ninja --version - -::########################################################################### -:: Setup the cached copy of LLVM -::########################################################################### -git clone --depth=1 http://llvm.org/git/llvm.git - -@echo off diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 0154abbffa9d..000000000000 --- a/appveyor.yml +++ /dev/null @@ -1,70 +0,0 @@ -version: '{build}' - -shallow_clone: true - -build: - verbosity: detailed - -configuration: - - Debug - -environment: - matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - CMAKE_OPTIONS: -DCMAKE_C_COMPILER=clang-cl.exe -DCMAKE_CXX_COMPILER=clang-cl.exe - CLANG_VERSION: ToT - MSVC_SETUP_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat - MSVC_SETUP_ARG: x86 - GENERATOR: Ninja - MAKE_PROGRAM: ninja - APPVEYOR_SAVE_CACHE_ON_ERROR: true - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - MINGW_PATH: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1\mingw32\bin - GENERATOR: MinGW Makefiles - MAKE_PROGRAM: mingw32-make - APPVEYOR_SAVE_CACHE_ON_ERROR: true - -install: - ############################################################################ - # All external dependencies are installed in C:\projects\deps - ############################################################################ - - call "%APPVEYOR_BUILD_FOLDER%\\appveyor-reqs-install.cmd" - -before_build: - - if DEFINED MSVC_SETUP_PATH call "%MSVC_SETUP_PATH%" %MSVC_SETUP_ARG% - - cd %APPVEYOR_BUILD_FOLDER% - -build_script: - - md C:\projects\build-libcxx - - cd C:\projects\build-libcxx - - echo %configuration% - - ############################################################################# - # Configuration Step - ############################################################################# - - cmake -G "%GENERATOR%" %CMAKE_OPTIONS% - "-DCMAKE_BUILD_TYPE=%configuration%" - "-DLLVM_PATH=C:\projects\deps\llvm" -DLIBCXX_ENABLE_EXPERIMENTAL_LIBRARY=OFF - -DLLVM_LIT_ARGS="-sv --show-xfail --show-unsupported" - %APPVEYOR_BUILD_FOLDER% - - ############################################################################# - # Build Step - ############################################################################# - - "%MAKE_PROGRAM%" - -test_script: - - "%MAKE_PROGRAM% check-cxx" - -on_failure: - - appveyor PushArtifact CMakeFiles/CMakeOutput.log - - appveyor PushArtifact CMakeFiles/CMakeError.log - -artifacts: - - path: '_build/CMakeFiles/*.log' - name: logs - -cache: - - C:\projects\deps\ninja - - C:\projects\deps\cmake - - C:\projects\deps\llvm-installer.exe diff --git a/benchmarks/CMakeLists.txt b/benchmarks/CMakeLists.txt deleted file mode 100644 index 3823b87b39e0..000000000000 --- a/benchmarks/CMakeLists.txt +++ /dev/null @@ -1,224 +0,0 @@ -include(ExternalProject) -include(CheckCXXCompilerFlag) - -#============================================================================== -# Build Google Benchmark for libc++ -#============================================================================== - -set(BENCHMARK_LIBCXX_COMPILE_FLAGS - -Wno-unused-command-line-argument - -nostdinc++ - -isystem ${LIBCXX_SOURCE_DIR}/include - -L${LIBCXX_LIBRARY_DIR} - -Wl,-rpath,${LIBCXX_LIBRARY_DIR} - ${SANITIZER_FLAGS} - ) -if (DEFINED LIBCXX_CXX_ABI_LIBRARY_PATH) - list(APPEND BENCHMARK_LIBCXX_COMPILE_FLAGS - -L${LIBCXX_CXX_ABI_LIBRARY_PATH} - -Wl,-rpath,${LIBCXX_CXX_ABI_LIBRARY_PATH}) -endif() -if (LIBCXX_NEEDS_SITE_CONFIG) - list(APPEND BENCHMARK_LIBCXX_COMPILE_FLAGS -include "${LIBCXX_BINARY_DIR}/__config_site") -endif() -split_list(BENCHMARK_LIBCXX_COMPILE_FLAGS) - -ExternalProject_Add(google-benchmark-libcxx - EXCLUDE_FROM_ALL ON - DEPENDS cxx cxx-headers - PREFIX benchmark-libcxx - SOURCE_DIR ${LIBCXX_SOURCE_DIR}/utils/google-benchmark - INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/benchmark-libcxx - CMAKE_CACHE_ARGS - -DCMAKE_C_COMPILER:STRING=${CMAKE_C_COMPILER} - -DCMAKE_CXX_COMPILER:STRING=${CMAKE_CXX_COMPILER} - -DCMAKE_BUILD_TYPE:STRING=RELEASE - -DCMAKE_INSTALL_PREFIX:PATH= - -DCMAKE_CXX_FLAGS:STRING=${BENCHMARK_LIBCXX_COMPILE_FLAGS} - -DBENCHMARK_USE_LIBCXX:BOOL=ON - -DBENCHMARK_ENABLE_TESTING:BOOL=OFF) - -#============================================================================== -# Build Google Benchmark for the native stdlib -#============================================================================== -set(BENCHMARK_NATIVE_TARGET_FLAGS) -if (LIBCXX_BENCHMARK_NATIVE_GCC_TOOLCHAIN) - set(BENCHMARK_NATIVE_TARGET_FLAGS - -gcc-toolchain ${LIBCXX_BENCHMARK_NATIVE_GCC_TOOLCHAIN}) -endif() -split_list(BENCHMARK_NATIVE_TARGET_FLAGS) - -if (LIBCXX_BENCHMARK_NATIVE_STDLIB) - ExternalProject_Add(google-benchmark-native - EXCLUDE_FROM_ALL ON - PREFIX benchmark-native - SOURCE_DIR ${LIBCXX_SOURCE_DIR}/utils/google-benchmark - INSTALL_DIR ${CMAKE_CURRENT_BINARY_DIR}/benchmark-native - CMAKE_CACHE_ARGS - -DCMAKE_C_COMPILER:STRING=${CMAKE_C_COMPILER} - -DCMAKE_CXX_COMPILER:STRING=${CMAKE_CXX_COMPILER} - -DCMAKE_CXX_FLAGS:STRING=${BENCHMARK_NATIVE_TARGET_FLAGS} - -DCMAKE_BUILD_TYPE:STRING=RELEASE - -DCMAKE_INSTALL_PREFIX:PATH= - -DBENCHMARK_ENABLE_TESTING:BOOL=OFF) -endif() - - -#============================================================================== -# Benchmark tests configuration -#============================================================================== -add_custom_target(cxx-benchmarks) -set(BENCHMARK_OUTPUT_DIR ${CMAKE_CURRENT_BINARY_DIR}) -set(BENCHMARK_LIBCXX_INSTALL ${CMAKE_CURRENT_BINARY_DIR}/benchmark-libcxx) -set(BENCHMARK_NATIVE_INSTALL ${CMAKE_CURRENT_BINARY_DIR}/benchmark-native) - -check_flag_supported("-std=c++17") -mangle_name("LIBCXX_SUPPORTS_STD_EQ_c++17_FLAG" BENCHMARK_SUPPORTS_STD_CXX17_FLAG) -if (${BENCHMARK_SUPPORTS_STD_CXX17_FLAG}) - set(BENCHMARK_DIALECT_FLAG "-std=c++17") -else() - # If the compiler doesn't support -std=c++17, attempt to fall back to -std=c++1z while still - # requiring C++17 language features. - set(BENCHMARK_DIALECT_FLAG "-std=c++1z") -endif() - -set(BENCHMARK_TEST_COMPILE_FLAGS - ${BENCHMARK_DIALECT_FLAG} -O2 - -I${BENCHMARK_LIBCXX_INSTALL}/include - -I${LIBCXX_SOURCE_DIR}/test/support -) -set(BENCHMARK_TEST_LIBCXX_COMPILE_FLAGS - -nostdinc++ - -isystem ${LIBCXX_SOURCE_DIR}/include - ${BENCHMARK_TEST_COMPILE_FLAGS} - ${SANITIZER_FLAGS} - -Wno-user-defined-literals -) -if (LIBCXX_NEEDS_SITE_CONFIG) - list(APPEND BENCHMARK_TEST_LIBCXX_COMPILE_FLAGS - -include "${LIBCXX_BINARY_DIR}/__config_site") -endif() - -set(BENCHMARK_TEST_LIBCXX_LINK_FLAGS - -nodefaultlibs - -L${BENCHMARK_LIBCXX_INSTALL}/lib/ - ${SANITIZER_FLAGS} -) -set(BENCHMARK_TEST_NATIVE_COMPILE_FLAGS - ${BENCHMARK_NATIVE_TARGET_FLAGS} - ${BENCHMARK_TEST_COMPILE_FLAGS} -) -set(BENCHMARK_TEST_NATIVE_LINK_FLAGS - ${BENCHMARK_NATIVE_TARGET_FLAGS} - -L${BENCHMARK_NATIVE_INSTALL}/lib -) -split_list(BENCHMARK_TEST_COMPILE_FLAGS) -split_list(BENCHMARK_TEST_LIBCXX_COMPILE_FLAGS) -split_list(BENCHMARK_TEST_LIBCXX_LINK_FLAGS) -split_list(BENCHMARK_TEST_NATIVE_COMPILE_FLAGS) -split_list(BENCHMARK_TEST_NATIVE_LINK_FLAGS) - -if (LIBCXX_BENCHMARK_NATIVE_STDLIB STREQUAL "libstdc++") - find_library(LIBSTDCXX_FILESYSTEM_TEST stdc++fs - PATHS ${LIBCXX_BENCHMARK_NATIVE_GCC_TOOLCHAIN} - PATH_SUFFIXES lib lib64 - DOC "The libstdc++ filesystem library used by the benchmarks" - ) - if (NOT "${LIBSTDCXX_FILESYSTEM_TEST}" STREQUAL "LIBSTDCXX_FILESYSTEM_TEST-NOTFOUND") - set(LIBSTDCXX_FILESYSTEM_LIB "stdc++fs") - endif() -endif() - -set(libcxx_benchmark_targets) - -function(add_benchmark_test name source_file) - set(libcxx_target ${name}_libcxx) - list(APPEND libcxx_benchmark_targets ${libcxx_target}) - add_executable(${libcxx_target} EXCLUDE_FROM_ALL ${source_file}) - add_dependencies(${libcxx_target} cxx cxx-headers google-benchmark-libcxx) - add_dependencies(cxx-benchmarks ${libcxx_target}) - if (LIBCXX_ENABLE_SHARED) - target_link_libraries(${libcxx_target} cxx_shared) - else() - target_link_libraries(${libcxx_target} cxx_static) - endif() - if (TARGET cxx_experimental) - target_link_libraries(${libcxx_target} cxx_experimental) - endif() - if (TARGET cxx_filesystem) - target_link_libraries(${libcxx_target} cxx_filesystem) - endif() - target_link_libraries(${libcxx_target} -lbenchmark) - if (LLVM_USE_SANITIZER) - target_link_libraries(${libcxx_target} -ldl) - endif() - set_target_properties(${libcxx_target} - PROPERTIES - OUTPUT_NAME "${name}.libcxx.out" - RUNTIME_OUTPUT_DIRECTORY "${BENCHMARK_OUTPUT_DIR}" - COMPILE_FLAGS "${BENCHMARK_TEST_LIBCXX_COMPILE_FLAGS}" - LINK_FLAGS "${BENCHMARK_TEST_LIBCXX_LINK_FLAGS}") - if (LIBCXX_BENCHMARK_NATIVE_STDLIB) - if (LIBCXX_BENCHMARK_NATIVE_STDLIB STREQUAL "libstdc++" AND NOT DEFINED LIBSTDCXX_FILESYSTEM_LIB - AND "${name}" STREQUAL "filesystem") - return() - endif() - set(native_target ${name}_native) - add_executable(${native_target} EXCLUDE_FROM_ALL ${source_file}) - add_dependencies(${native_target} google-benchmark-native - google-benchmark-libcxx) - target_link_libraries(${native_target} -lbenchmark) - if (LIBCXX_BENCHMARK_NATIVE_STDLIB STREQUAL "libstdc++") - target_link_libraries(${native_target} ${LIBSTDCXX_FILESYSTEM_LIB}) - elseif (LIBCXX_BENCHMARK_NATIVE_STDLIB STREQUAL "libc++") - target_link_libraries(${native_target} -lc++fs -lc++experimental) - endif() - if (LIBCXX_HAS_PTHREAD_LIB) - target_link_libraries(${native_target} -pthread) - endif() - add_dependencies(cxx-benchmarks ${native_target}) - set_target_properties(${native_target} - PROPERTIES - OUTPUT_NAME "${name}.native.out" - RUNTIME_OUTPUT_DIRECTORY "${BENCHMARK_OUTPUT_DIR}" - INCLUDE_DIRECTORIES "" - COMPILE_FLAGS "${BENCHMARK_TEST_NATIVE_COMPILE_FLAGS}" - LINK_FLAGS "${BENCHMARK_TEST_NATIVE_LINK_FLAGS}") - endif() -endfunction() - - -#============================================================================== -# Register Benchmark tests -#============================================================================== -file(GLOB BENCHMARK_TESTS "*.bench.cpp") -foreach(test_path ${BENCHMARK_TESTS}) - get_filename_component(test_file "${test_path}" NAME) - string(REPLACE ".bench.cpp" "" test_name "${test_file}") - if (NOT DEFINED ${test_name}_REPORTED) - message(STATUS "Adding Benchmark: ${test_file}") - # Only report the adding of the benchmark once. - set(${test_name}_REPORTED ON CACHE INTERNAL "") - endif() - add_benchmark_test(${test_name} ${test_file}) -endforeach() - -if (LIBCXX_INCLUDE_TESTS) - include(AddLLVM) - - if (NOT DEFINED LIBCXX_TEST_DEPS) - message(FATAL_ERROR "Expected LIBCXX_TEST_DEPS to be defined") - endif() - - configure_lit_site_cfg( - ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.py.in - ${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg.py) - - set(BENCHMARK_LIT_ARGS "--show-all --show-xfail --show-unsupported ${LIT_ARGS_DEFAULT}") - - add_lit_target(check-cxx-benchmarks - "Running libcxx benchmarks tests" - ${CMAKE_CURRENT_BINARY_DIR} - DEPENDS cxx-benchmarks ${LIBCXX_TEST_DEPS} - ARGS ${BENCHMARK_LIT_ARGS}) -endif() diff --git a/benchmarks/CartesianBenchmarks.hpp b/benchmarks/CartesianBenchmarks.hpp deleted file mode 100644 index 88a994c55512..000000000000 --- a/benchmarks/CartesianBenchmarks.hpp +++ /dev/null @@ -1,135 +0,0 @@ -//===----------------------------------------------------------------------===// -// -// The LLVM Compiler Infrastructure -// -// This file is dual licensed under the MIT and the University of Illinois Open -// Source Licenses. See LICENSE.TXT for details. -// -//===----------------------------------------------------------------------===// - - -#include -#include -#include -#include - -#include "benchmark/benchmark.h" -#include "test_macros.h" - -namespace internal { - -template -struct EnumValue : std::integral_constant(I)> { - static std::string name() { return std::string("_") + D::Names[I]; } -}; - -template -constexpr auto makeEnumValueTuple(std::index_sequence) { - return std::make_tuple(EnumValue{}...); -} - -template -static auto skip(const B& Bench, int) -> decltype(Bench.skip()) { - return Bench.skip(); -} -template -static auto skip(const B& Bench, char) { - return false; -} - -template -void makeBenchmarkFromValuesImpl(const Args& A, std::index_sequence) { - for (auto& V : A) { - B Bench{std::get(V)...}; - if (!internal::skip(Bench, 0)) { - benchmark::RegisterBenchmark(Bench.name().c_str(), - [=](benchmark::State& S) { Bench.run(S); }); - } - } -} - -template -void makeBenchmarkFromValues(const std::vector >& A) { - makeBenchmarkFromValuesImpl(A, std::index_sequence_for()); -} - -template