llvm-project/lldb/test/API/commands/expression/import-std-module
Jordan Rupprecht 7d26f9e132 [test] Allow libc++ namespaces besides `__1`
The libc++ data formatter for `std::shared_ptr` allows any namespace, but the test asserts that it must be the default `__1` namespace. Relax the regex to allow anything that looks like `__.*` (although we use `__[^:]*` so we don't match arbitrarily long text).

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D129898
2022-11-29 04:34:40 -08:00
..
array [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
basic [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
conflicts [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
deque-basic [lldb][test] Remove failing ValueCheck on deprecated libcxx entity 2022-09-27 14:11:02 +01:00
deque-dbg-info-content [lldb][test] Remove failing ValueCheck on deprecated libcxx entity 2022-09-27 14:11:02 +01:00
empty-module [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
forward_decl_from_module [test] Allow libc++ namespaces besides `__1` 2022-11-29 04:34:40 -08:00
forward_list [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
forward_list-dbg-info-content Reland "[lldb] Use just-built libcxx for tests when available" 2022-09-12 15:32:25 -04:00
iterator [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
list [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
list-dbg-info-content [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
missing-module-sources [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
module-build-errors [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
no-std-module [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
non-module-type-separation [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
pair [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
queue [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
retry-with-std-module [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
shared_ptr Revert "[clang] Instantiate alias templates with sugar" 2022-11-08 17:19:54 +01:00
shared_ptr-dbg-info-content [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
stack [lldb] Disable TestStackFromStdModule.py 2022-07-26 13:02:51 -07:00
sysroot [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
unique_ptr [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
unique_ptr-dbg-info-content [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
vector [lldb][test] Skip import-std-module/vector tests 2022-10-04 18:38:47 +01:00
vector-bool [lldb][test] Skip import-std-module/vector tests 2022-10-04 18:38:47 +01:00
vector-dbg-info-content [lldb][test] Remove failing ValueCheck on deprecated libcxx entity 2022-09-27 14:11:02 +01:00
vector-of-vectors [clang] Implement ElaboratedType sugaring for types written bare 2022-07-27 11:10:54 +02:00
weak_ptr Revert "[clang] Instantiate alias templates with sugar" 2022-11-08 17:19:54 +01:00
weak_ptr-dbg-info-content Revert "[clang] Instantiate alias templates with sugar" 2022-11-08 17:19:54 +01:00
categories