llvm-project/lldb/test/API/commands/expression
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
..
anonymous-struct [LLDB][ARM] Remove expected failure from AnonTypedef test 2022-08-17 08:52:58 +00:00
argument_passing_restrictions [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
calculator_mode [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
call-function [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
call-restarts [lldb] Rewrite to assertEqual/assertNotEqual (NFC) 2022-11-11 17:03:02 -08:00
call-throws [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
cast_int_to_anonymous_enum [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
char [lldb] Don't check environment default char signedness when creating clang type for "char" 2022-10-20 15:03:36 -07:00
class_template_specialization_empty_pack [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
codegen-crash-import-def-arraytype-element [lldb] Fixed a number of typos 2022-09-13 10:38:38 -07:00
codegen-crash-typedefdecl-not-in_declcontext
completion [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
completion-crash-incomplete-record
completion-crash-invalid-iterator [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
completion-in-lambda-and-unnamed-class
context-object Make sure Target::EvaluateExpression() passes up an error instead of silently dropping it. 2022-10-17 17:27:54 -07:00
context-object-objc [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
deleting-implicit-copy-constructor [lldb] Skip tests failing with GCC due to LLDB not being able to call constructors 2021-06-25 11:33:09 +02:00
diagnostics [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
dollar-in-variable [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
dont_allow_jit [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
entry-bp [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
error-limit [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
expr-in-syscall [lldb] Use assertState in even more tests (NFC) 2022-06-29 17:05:58 -07:00
expr_inside_lambda [lldb][test] Remove explicit mydir definitions (NFC) 2022-10-27 09:08:54 -07:00
fixits Make sure Target::EvaluateExpression() passes up an error instead of silently dropping it. 2022-10-17 17:27:54 -07:00
formatters [lldb] Rewrite to assertEqual/assertNotEqual (NFC) 2022-11-11 17:03:02 -08:00
function_template_specialization_temp_args [LLDB] Skip TestFunctionTemplateSpecializationTempArgs for Arm64/Windows 2022-08-24 20:07:00 +05:00
ignore-artificial-constructors
import-std-module [test] Allow libc++ namespaces besides `__1` 2022-11-29 04:34:40 -08:00
import_base_class_when_class_has_derived_member
import_builtin_fileid [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
inline-namespace [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
invalid-args [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
ir-interpreter [lldb] Remove unused "import unittest2" statements 2022-08-11 19:11:01 -07:00
ir-interpreter-phi-nodes [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
issue_11588 [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
macros Revert "[lldb][DWARF5] Enable macro evaluation" 2022-09-14 09:30:49 -07:00
multiline-completion [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
multiline-navigation [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
namespace_local_var_same_name_cpp_and_c [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
namespace_local_var_same_name_obj_c [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
no-deadlock [LLDB] Remove __future__ imports from tests 2022-08-15 08:54:06 +00:00
options [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
persist_objc_pointeetype [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
persistent_ptr_update [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
persistent_types [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
persistent_variables [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
po_verbosity [lldb] Remove prefer-dynamic-value test override 2022-08-22 15:46:03 -07:00
pr35310 [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
pr52257 [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
radar_8638051 [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
radar_9531204 [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
radar_9673664 [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
rdar42038760 [clang] use getCommonSugar in an assortment of places 2022-09-16 16:36:00 +02:00
rdar44436068 [clang] use getCommonSugar in an assortment of places 2022-09-16 16:36:00 +02:00
regression-access-function-template-in-record
result_numbering [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
save_jit_objects [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
scoped_enums [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
static-initializers [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
test [lldb] Remove unused "import unittest2" statements 2022-08-11 19:11:01 -07:00
timeout [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
top-level [lldb] Remove unused "import unittest2" statements 2022-08-11 19:11:01 -07:00
two-files [lldb] Remove prefer-dynamic-value test override 2022-08-22 15:46:03 -07:00
unicode-in-variable
unwind_expression [lldb] Remove unused "import unittest2" statements 2022-08-11 19:11:01 -07:00
vector_of_enums [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
weak_symbols [lldb][tests] Automatically call compute_mydir (NFC) 2022-06-17 14:34:49 -07:00
xvalue buildbot-based-debugging a Microsoft lldb test XPASS 2022-10-04 21:38:33 +00:00
categories [lldb] [test] Rename '.categories' to 'categories' 2020-11-10 12:02:38 +01:00