llvm-project/lldb/test/API/functionalities
Muhammad Omair Javaid 8ef23a39ca [LLDB] Skip TestDataFormatterStdUniquePtr.py on arm/linux
TestDataFormatterStdUniquePtr.py fails on lldb arm/aarch64 linux
buildbot but not reproducible on test machine. Skipping for now.
2021-06-03 14:57:00 +05:00
..
abbreviation [lldb] [test] Rename '.categories' to 'categories' 2020-11-10 12:02:38 +01:00
alias [lldb] [test] Rename '.categories' to 'categories' 2020-11-10 12:02:38 +01:00
archives [lldb] Make TestBSDArchives a no-debug-info-test 2021-01-21 13:06:48 +01:00
asan [lldb] Introduce createTestTarget for creating a valid target in API tests 2021-05-24 16:18:44 +02:00
avoids-fd-leak [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
backticks [lldb] [test] Rename '.categories' to 'categories' 2020-11-10 12:02:38 +01:00
breakpoint Make ignore counts work as "after stop" modifiers so they play nicely with conditions 2021-06-01 18:22:27 -07:00
completion [lldb] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01:00
conditional_break [lldb] Convert assertTrue(a == b) to assertEqual(a, b) 2021-02-02 12:39:03 -08:00
darwin_log [lldb] [test] Rename '.categories' to 'categories' 2020-11-10 12:02:38 +01:00
data-formatter [LLDB] Skip TestDataFormatterStdUniquePtr.py on arm/linux 2021-06-03 14:57:00 +05:00
dead-strip
deleted-executable [lldb] [Platform/POSIX] Use gdb-remote plugin when attaching 2020-12-07 09:56:51 +01:00
dlopen_other_executable [lldb] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01:00
dynamic_value_child_count [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
exec [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
fat_archives Repair support for launching ios/tv/watch simulator binaries through platform 2020-06-19 09:42:44 -07:00
find-line-entry [lldb/API] Use a valid LineEntry object in SBCompileUnit::FindLineEntryIndex 2021-05-18 01:28:53 +01:00
float-display
gdb_remote_client Revert "Reset the wakeup timeout when we re-enter the continue wait." 2021-05-17 15:37:26 -07:00
history [lldb] Use assertIn/NotIn over assertTrue/False (NFC) 2021-02-06 11:52:01 -08:00
inferior-assert [lldb] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01:00
inferior-changed
inferior-crashing [lldb] [test] Update test status for NetBSD 2020-12-20 11:32:43 +01:00
inline-stepping [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
jitloader_gdb [lldb] Replace unittest2.expectedFailure with expectedFailure (NFC) 2020-08-17 10:05:49 -07:00
lazy-loading [lldb] Skip TestPointerToMemberTypeDependingOnParentSize on Windows and GCC 2021-04-26 18:55:54 +02:00
limit-debug-info [lldb] Check Decl kind when completing -flimit-debug-info types 2020-08-14 12:31:37 +02:00
load_lazy [LLDB] Skip TestLoadUsingLazyBind.py on arm/linux 2021-04-02 15:54:48 +05:00
load_unload [lldb][test] Remove not_remote_testsuite_ready in favor of skipIfRemote decorator 2020-11-11 09:14:54 +01:00
load_using_paths [lldb][test] Remove not_remote_testsuite_ready in favor of skipIfRemote decorator 2020-11-11 09:14:54 +01:00
longjmp [lldb] Enable FreeBSDRemote plugin by default and update test status 2020-11-05 17:49:46 +01:00
memory [lldb] Fix replaying TestMemoryRead.py from reproducer 2021-04-12 21:10:09 -07:00
memory-region [lldb] [POSIX-DYLD] Add libraries from initial rendezvous brkpt hit 2020-12-17 09:31:10 +01:00
mtc [lldb] [test] Rename '.categories' to 'categories' 2020-11-10 12:02:38 +01:00
multidebugger_commands
multiword-commands
non-overlapping-index-variable-i
object-file
optimized_code
param_entry_vals/basic_entry_values [lldb] Skip tests exercising DW_OP_GNU_entry_value with dsymutil 2020-06-02 18:31:15 +02:00
paths [lldb] Fix shared library directory computation on windows 2021-02-18 15:37:52 +01:00
plugins [lldb] Use assertIn/NotIn over assertTrue/False (NFC) 2021-02-06 11:52:01 -08:00
pointer_num_children Prevent GetNumChildren from transitively walking pointer chains 2020-05-25 11:30:22 +02:00
postmortem Support AArch64 PAC elf-core register read 2021-05-03 16:04:47 +05:00
pre_run_dylibs
process_crash_info
process_group [lldb] Skip TestChangeProcessGroup on watchOS/tvOS 2020-11-05 15:11:30 +01:00
process_save_core [lldb] Use assertIn/NotIn over assertTrue/False (NFC) 2021-02-06 11:52:01 -08:00
ptr_refs [lldb] Remove XFAIL from now passing TestPtrRefs/TestPtreRefsObjC 2020-08-15 08:14:44 +02:00
recursion [lldb] Speed up TestValueObjectRecursion by making it a no_debug_info_test 2020-09-04 11:25:43 +02:00
reproducers [FileCollector] Fix that the file system case-sensitivity check was inverted 2021-02-16 20:21:32 +01:00
rerun
return-value [lldb] [test] Update XFAILs for FreeBSD/aarch64 2021-03-10 18:36:19 +01:00
scripted_process Revert "[lldb/Plugins] Add ScriptedProcess Process Plugin" 2021-03-24 21:31:16 +01:00
set-data [lldb] [test] Skip ObjC-based tests via 'objc' category 2020-11-10 12:02:38 +01:00
show_location [lldb/Test] Generate YAML binary in build directory 2020-05-27 12:08:41 -07:00
signal [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
source-map [lldb] Use assertIn/NotIn over assertTrue/False (NFC) 2021-02-06 11:52:01 -08:00
stats_api [lldb] Use assertIn/NotIn over assertTrue/False (NFC) 2021-02-06 11:52:01 -08:00
step-avoids-no-debug [lldb] [test] Update XFAILs for FreeBSD/aarch64 2021-03-10 18:36:19 +01:00
step_scripted [lldb] Use assertIn/NotIn over assertTrue/False (NFC) 2021-02-06 11:52:01 -08:00
stop-on-sharedlibrary-load [lldb] Fix TestStopOnSharedlibraryEvents.py on linux 2021-03-30 17:38:51 +02:00
tail_call_frames [lldb] Use assertIn/NotIn over assertTrue/False (NFC) 2021-02-06 11:52:01 -08:00
target-new-solib-notifications [lldb] Convert more assertTrue to assertEqual (NFC) 2021-02-03 21:15:08 -08:00
target_var Fix reporting the lack of global variables in "target var". 2020-09-21 17:29:40 -07:00
testid
thread [lldb/test] Clean up TestThreadSpecificBpPlusCondition inferior 2021-04-21 17:37:30 +02:00
thread_plan [lldb/Test] use GetLoadAddress from scripted thread plan 2020-05-29 23:04:08 -07:00
tsan [lldb] Use assertIn/NotIn over assertTrue/False (NFC) 2021-02-06 11:52:01 -08:00
tty [lldb] Convert assertTrue(a == b) to assertEqual(a, b) 2021-02-02 12:39:03 -08:00
type_completion
type_get_module [lldb] Convert assertTrue(a == b) to assertEqual(a, b) 2021-02-02 12:39:03 -08:00
type_lookup [lldb] Replace unneeded use of Foundation with ObjectiveC in tests (NFC) 2021-04-04 20:04:41 -07:00
ubsan [lldb] Use assertIn/NotIn over assertTrue/False (NFC) 2021-02-06 11:52:01 -08:00
unwind [lldb] Require x86 for unwind no-return test 2021-04-13 08:51:04 +00:00
value_md5_crash
var_path
wrong_commands [lldb] [test] Rename '.categories' to 'categories' 2020-11-10 12:02:38 +01:00