llvm-project/lldb/test/API/functionalities
Jordan Rupprecht 8bd895cac0 [lldb/test] Use shorter test case names in TestStandardUnwind
TestStandardUnwind uses the full absolute path to a set of C/C++ files as the test case name, which in turn is used in the name of a log file. When the source file is long, and the directory where log files are stored is also long, this causes an OSError because the log filename is too long.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D86752
2020-08-28 11:49:50 -07:00
..
abbreviation
alias
archives [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
asan [lldb] XFAIL TestMemoryHistory on Linux 2020-08-26 10:24:13 +02:00
avoids-fd-leak [lldb] Replace unittest2.expectedFailure with expectedFailure (NFC) 2020-08-17 10:05:49 -07:00
backticks
breakpoint [lldb] Replace unittest2.expectedFailure with expectedFailure (NFC) 2020-08-17 10:05:49 -07:00
completion [lldb] Don't depend on psutil in TestCompletion.py 2020-08-25 08:30:33 +02:00
conditional_break [lldb/Reproducers] Differentiate active and passive replay unexpected packet. 2020-05-27 13:52:38 -07:00
darwin_log [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
data-formatter [lldb] Add support for checking children in expect_expr 2020-08-12 12:11:24 +02:00
dead-strip [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
deleted-executable [lldb/Test] Always set the cleanupSubprocesses tear down hook 2020-07-14 14:05:56 -07:00
dlopen_other_executable [lldb] Only set the executable module for a target once 2020-07-17 08:35:38 +02:00
dynamic_value_child_count [lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in the test suite 2020-02-13 15:00:55 +01:00
exec [lldb] Adjust TestExec code to be closer to real world code 2020-04-27 14:57:12 +02:00
fat_archives Repair support for launching ios/tv/watch simulator binaries through platform 2020-06-19 09:42:44 -07:00
float-display
gdb_remote_client [lldb] Remote disk file/directory completion for platform commands 2020-08-24 17:55:54 +02:00
history [lldb/test] Fix TestHistoryRecall failure (NFC) 2020-07-23 13:27:12 +02:00
inferior-assert [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
inferior-changed [lldb/Test] Add skipIfReproducer for tests that are not expected to work 2020-04-21 14:42:14 -07:00
inferior-crashing [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
inline-stepping [lldb/testsuite] un-XFail TestInlineStepping.py on linux and windows 2020-03-19 09:24:11 -07:00
jitloader_gdb [lldb] Replace unittest2.expectedFailure with expectedFailure (NFC) 2020-08-17 10:05:49 -07:00
lazy-loading
limit-debug-info [lldb] Check Decl kind when completing -flimit-debug-info types 2020-08-14 12:31:37 +02:00
load_unload [lldb/Reproducers] Skip or fix the remaining tests. 2020-05-27 21:02:36 -07:00
load_using_paths [lldb/Reproducers] Skip or fix the remaining tests. 2020-05-27 21:02:36 -07:00
longjmp [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
memory [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
memory-region
mtc/simple [lldb] Replace assertTrue(a == b, "msg") with assertEquals(a, b, "msg") in the test suite 2020-02-13 15:00:55 +01:00
multidebugger_commands
multiword-commands
non-overlapping-index-variable-i [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
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
plugins Harmonize Python shebang 2020-07-16 21:53:45 +02:00
pointer_num_children Prevent GetNumChildren from transitively walking pointer chains 2020-05-25 11:30:22 +02:00
postmortem Add hashing of the .text section to ProcessMinidump. 2020-08-24 11:43:50 -07:00
pre_run_dylibs
process_crash_info [lldb] NFC: Fix trivial typo in comments, documents, and messages 2020-04-07 01:06:16 +09:00
process_group [lldb/Test] Always set the cleanupSubprocesses tear down hook 2020-07-14 14:05:56 -07:00
process_save_core
ptr_refs [lldb] Remove XFAIL from now passing TestPtrRefs/TestPtreRefsObjC 2020-08-15 08:14:44 +02:00
recursion [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
reproducers/attach [lldb/Test] Always set the cleanupSubprocesses tear down hook 2020-07-14 14:05:56 -07:00
rerun
return-value [TestReturnValue] Skip based on architecutre, not platform. 2020-06-30 12:48:23 -07:00
set-data
show_location [lldb/Test] Generate YAML binary in build directory 2020-05-27 12:08:41 -07:00
signal [lldb] Use target.GetLaunchInfo() instead of creating an empty one. 2020-08-06 11:51:26 -07:00
source-map [DWARFYAML] Add support for emitting multiple abbrev tables. 2020-08-21 10:12:08 +08:00
stats_api
step-avoids-no-debug [test] XFail TestStepNoDebug based on arch rather than OS 2020-06-25 16:23:59 -07:00
step_scripted [lldb] Skip TestStepScripted with reproducers 2020-08-13 09:46:52 -07:00
tail_call_frames [lldb] Use target.GetLaunchInfo() instead of creating an empty one. 2020-08-06 11:51:26 -07:00
target-new-solib-notifications [lldb] Set the launch flags to GetLaunchInfo().GetLaunchFlags() 2020-08-13 10:24:35 -07:00
target_var [lldb/Core] Fix crash in ValueObject::CreateChildAtIndex 2020-07-07 20:37:13 +02:00
testid
thread [lldb] Replace unittest2.expectedFailure with expectedFailure (NFC) 2020-08-17 10:05:49 -07:00
thread_plan [lldb/Test] use GetLoadAddress from scripted thread plan 2020-05-29 23:04:08 -07:00
tsan [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
tty
type_completion [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
type_lookup [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
ubsan [lldb] Make UBSan tests remote ready 2020-08-05 18:31:43 -07:00
unwind [lldb/test] Use shorter test case names in TestStandardUnwind 2020-08-28 11:49:50 -07:00
value_md5_crash [lldb] Remove license headers from all test source files 2020-02-20 08:32:01 +01:00
var_path Fix error handling after [<index>] in 'frame variable' 2020-05-06 11:03:46 +02:00
wrong_commands