Command Output (stdout):
--
lldb version 14.0.99 (
http://labmaster3.local/git/llvm-project.git revision 7f287390d78d301956e8e925a84349fd4408a11e)
clang revision 7f287390d78d301956e8e925a84349fd4408a11e
llvm revision 7f287390d78d301956e8e925a84349fd4408a11e
Name of the class that will manage the scripted process: 'stack_core_scripted_process.StackCoreScriptedProcess'
Saving 69632 bytes of data for memory region at 0x7ffeefbef000
--
Command Output (stderr):
--
=================================================================
==54334==ERROR: AddressSanitizer: heap-use-after-free on address 0x6160002508a0 at pc 0x000106f3dcc0 bp 0x70000178fcf0 sp 0x70000178f4b8
READ of size 512 at 0x6160002508a0 thread T6
#0 0x106f3dcbf in __asan_memcpy+0x1af (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x44cbf)
#1 0x1142dd178 in lldb_private::DataExtractor::CopyByteOrderedData(unsigned long long, unsigned long long, void*, unsigned long long, lldb::ByteOrder) const DataExtractor.cpp:742
#2 0x114867d6b in lldb_private::ScriptedProcess::DoReadMemory(unsigned long long, void*, unsigned long, lldb_private::Status&) ScriptedProcess.cpp:237
#3 0x11410317c in lldb_private::Process::ReadMemoryFromInferior(unsigned long long, void*, unsigned long, lldb_private::Status&) Process.cpp:2098
#4 0x1140bb46f in lldb_private::MemoryCache::Read(unsigned long long, void*, unsigned long, lldb_private::Status&) Memory.cpp:229
#5 0x1141449d1 in lldb_private::RegisterContext::ReadRegisterValueFromMemory(lldb_private::RegisterInfo const*, unsigned long long, unsigned int, lldb_private::RegisterValue&) RegisterContext.cpp:343
#6 0x1141566f6 in lldb_private::RegisterContextUnwind::ReadRegisterValueFromRegisterLocation(lldb_private::UnwindLLDB::RegisterLocation, lldb_private::RegisterInfo const*, lldb_private::RegisterValue&) RegisterContextUnwind.cpp:1138
#7 0x114154083 in lldb_private::RegisterContextUnwind::ReadGPRValue(lldb::RegisterKind, unsigned int, unsigned long long&) RegisterContextUnwind.cpp:2143
#8 0x114148805 in lldb_private::RegisterContextUnwind::InitializeNonZerothFrame() RegisterContextUnwind.cpp:343
#9 0x114145b70 in lldb_private::RegisterContextUnwind::RegisterContextUnwind(lldb_private::Thread&, std::__1::shared_ptr<lldb_private::RegisterContextUnwind> const&, lldb_private::SymbolContext&, unsigned int, lldb_private::UnwindLLDB&) RegisterContextUnwind.cpp:72
#10 0x11429f5b0 in lldb_private::UnwindLLDB::GetOneMoreFrame(lldb_private::ABI*) UnwindLLDB.cpp:128
#11 0x11429e219 in lldb_private::UnwindLLDB::AddOneMoreFrame(lldb_private::ABI*) UnwindLLDB.cpp:332
#12 0x11429eee5 in lldb_private::UnwindLLDB::UpdateUnwindPlanForFirstFrameIfInvalid(lldb_private::ABI*) UnwindLLDB.cpp:305
#13 0x11429dd7d in lldb_private::UnwindLLDB::AddFirstFrame() UnwindLLDB.cpp:99
#14 0x1142a106d in lldb_private::UnwindLLDB::DoGetFrameInfoAtIndex(unsigned int, unsigned long long&, unsigned long long&, bool&) UnwindLLDB.cpp:395
#15 0x114190e5a in lldb_private::Unwind::GetFrameInfoAtIndex(unsigned int, unsigned long long&, unsigned long long&, bool&) Unwind.h:53
#16 0x11418d71c in lldb_private::StackFrameList::GetFramesUpTo(unsigned int) StackFrameList.cpp:484
#17 0x11418b817 in lldb_private::StackFrameList::ResetCurrentInlinedDepth() StackFrameList.cpp:86
#18 0x11422a4c3 in lldb_private::Thread::ShouldStop(lldb_private::Event*) Thread.cpp:805
#19 0x114243cc8 in lldb_private::ThreadList::ShouldStop(lldb_private::Event*) ThreadList.cpp:330
#20 0x114111340 in lldb_private::Process::ShouldBroadcastEvent(lldb_private::Event*) Process.cpp:3449
#21 0x114108314 in lldb_private::Process::HandlePrivateEvent(std::__1::shared_ptr<lldb_private::Event>&) Process.cpp:3674
#22 0x114112fba in lldb_private::Process::RunPrivateStateThread(bool) Process.cpp:3868
#23 0x11411196d in lldb_private::Process::PrivateStateThread(void*) Process.cpp:3766
#24 0x113e74430 in lldb_private::HostNativeThreadBase::ThreadCreateTrampoline(void*) HostNativeThreadBase.cpp:65
#25 0x7fff731d1108 in _pthread_start+0x93 (libsystem_pthread.dylib:x86_64+0x6108)
#26 0x7fff731ccb8a in thread_start+0xe (libsystem_pthread.dylib:x86_64+0x1b8a)
0x6160002508a0 is located 32 bytes inside of 545-byte region [0x616000250880,0x616000250aa1)
freed by thread T6 here:
#0 0x106f3fd59 in wrap_free+0xa9 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x46d59)
#1 0x107a3caf2 in frame_dealloc+0xa0 (Python:x86_64+0x2aaf2)
#2 0x107a2bd2a in function_code_fastcall+0xf8 (Python:x86_64+0x19d2a)
#3 0x107a2c624 in _PyObject_Call_Prepend+0x95 (Python:x86_64+0x1a624)
#4 0x107a2b2d2 in _PyObject_FastCallDict+0x107 (Python:x86_64+0x192d2)
#5 0x107a2c7d2 in _PyObject_CallFunctionVa+0xd0 (Python:x86_64+0x1a7d2)
#6 0x107a2ca00 in PyObject_CallMethod+0xa8 (Python:x86_64+0x1aa00)
#7 0x1149fda60 in std::__1::shared_ptr<lldb_private::DataExtractor> lldb_private::ScriptedPythonInterface::Dispatch<std::__1::shared_ptr<lldb_private::DataExtractor>, unsigned long long, unsigned long>(llvm::StringRef, lldb_private::Status&, unsigned long long, unsigned long) ScriptedPythonInterface.h:93
#8 0x1149fceb4 in lldb_private::ScriptedProcessPythonInterface::ReadMemoryAtAddress(unsigned long long, unsigned long, lldb_private::Status&) ScriptedProcessPythonInterface.cpp:120
#9 0x114867b45 in lldb_private::ScriptedProcess::DoReadMemory(unsigned long long, void*, unsigned long, lldb_private::Status&) ScriptedProcess.cpp:232
#10 0x11410317c in lldb_private::Process::ReadMemoryFromInferior(unsigned long long, void*, unsigned long, lldb_private::Status&) Process.cpp:2098
#11 0x1140bb46f in lldb_private::MemoryCache::Read(unsigned long long, void*, unsigned long, lldb_private::Status&) Memory.cpp:229
#12 0x1141449d1 in lldb_private::RegisterContext::ReadRegisterValueFromMemory(lldb_private::RegisterInfo const*, unsigned long long, unsigned int, lldb_private::RegisterValue&) RegisterContext.cpp:343
#13 0x1141566f6 in lldb_private::RegisterContextUnwind::ReadRegisterValueFromRegisterLocation(lldb_private::UnwindLLDB::RegisterLocation, lldb_private::RegisterInfo const*, lldb_private::RegisterValue&) RegisterContextUnwind.cpp:1138
#14 0x114154083 in lldb_private::RegisterContextUnwind::ReadGPRValue(lldb::RegisterKind, unsigned int, unsigned long long&) RegisterContextUnwind.cpp:2143
#15 0x114148805 in lldb_private::RegisterContextUnwind::InitializeNonZerothFrame() RegisterContextUnwind.cpp:343
#16 0x114145b70 in lldb_private::RegisterContextUnwind::RegisterContextUnwind(lldb_private::Thread&, std::__1::shared_ptr<lldb_private::RegisterContextUnwind> const&, lldb_private::SymbolContext&, unsigned int, lldb_private::UnwindLLDB&) RegisterContextUnwind.cpp:72
#17 0x11429f5b0 in lldb_private::UnwindLLDB::GetOneMoreFrame(lldb_private::ABI*) UnwindLLDB.cpp:128
#18 0x11429e219 in lldb_private::UnwindLLDB::AddOneMoreFrame(lldb_private::ABI*) UnwindLLDB.cpp:332
#19 0x11429eee5 in lldb_private::UnwindLLDB::UpdateUnwindPlanForFirstFrameIfInvalid(lldb_private::ABI*) UnwindLLDB.cpp:305
#20 0x11429dd7d in lldb_private::UnwindLLDB::AddFirstFrame() UnwindLLDB.cpp:99
#21 0x1142a106d in lldb_private::UnwindLLDB::DoGetFrameInfoAtIndex(unsigned int, unsigned long long&, unsigned long long&, bool&) UnwindLLDB.cpp:395
#22 0x114190e5a in lldb_private::Unwind::GetFrameInfoAtIndex(unsigned int, unsigned long long&, unsigned long long&, bool&) Unwind.h:53
#23 0x11418d71c in lldb_private::StackFrameList::GetFramesUpTo(unsigned int) StackFrameList.cpp:484
#24 0x11418b817 in lldb_private::StackFrameList::ResetCurrentInlinedDepth() StackFrameList.cpp:86
#25 0x11422a4c3 in lldb_private::Thread::ShouldStop(lldb_private::Event*) Thread.cpp:805
#26 0x114243cc8 in lldb_private::ThreadList::ShouldStop(lldb_private::Event*) ThreadList.cpp:330
#27 0x114111340 in lldb_private::Process::ShouldBroadcastEvent(lldb_private::Event*) Process.cpp:3449
#28 0x114108314 in lldb_private::Process::HandlePrivateEvent(std::__1::shared_ptr<lldb_private::Event>&) Process.cpp:3674
#29 0x114112fba in lldb_private::Process::RunPrivateStateThread(bool) Process.cpp:3868
previously allocated by thread T6 here:
#0 0x106f3fc10 in wrap_malloc+0xa0 (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x46c10)
#1 0x107a5a28b in _PyObject_Malloc+0x37 (Python:x86_64+0x4828b)
#2 0x107a23ecc in _PyBytes_FromSize+0x63 (Python:x86_64+0x11ecc)
#3 0x107a23e09 in PyBytes_FromStringAndSize+0x3d (Python:x86_64+0x11e09)
#4 0x1149af317 in lldb_private::python::PythonBytes::PythonBytes(unsigned char const*, unsigned long) PythonDataObjects.cpp:290
#5 0x113a3ee31 in _wrap_SBProcess_ReadMemory(_object*, _object*) LLDBWrapPython.cpp:45785
#6 0x107a2c226 in _PyMethodDef_RawFastCallKeywords+0xeb (Python:x86_64+0x1a226)
#7 0x107a2b8c6 in _PyCFunction_FastCallKeywords+0x2b (Python:x86_64+0x198c6)
#8 0x107ac1905 in call_function+0x1de (Python:x86_64+0xaf905)
#9 0x107aba5ee in _PyEval_EvalFrameDefault+0x1b51 (Python:x86_64+0xa85ee)
#10 0x107a2bca1 in function_code_fastcall+0x6f (Python:x86_64+0x19ca1)
#11 0x107ac197d in call_function+0x256 (Python:x86_64+0xaf97d)
#12 0x107aba5d5 in _PyEval_EvalFrameDefault+0x1b38 (Python:x86_64+0xa85d5)
#13 0x107a2bca1 in function_code_fastcall+0x6f (Python:x86_64+0x19ca1)
#14 0x107a2c624 in _PyObject_Call_Prepend+0x95 (Python:x86_64+0x1a624)
#15 0x107a2b2d2 in _PyObject_FastCallDict+0x107 (Python:x86_64+0x192d2)
#16 0x107a2c7d2 in _PyObject_CallFunctionVa+0xd0 (Python:x86_64+0x1a7d2)
#17 0x107a2ca00 in PyObject_CallMethod+0xa8 (Python:x86_64+0x1aa00)
#18 0x1149fda60 in std::__1::shared_ptr<lldb_private::DataExtractor> lldb_private::ScriptedPythonInterface::Dispatch<std::__1::shared_ptr<lldb_private::DataExtractor>, unsigned long long, unsigned long>(llvm::StringRef, lldb_private::Status&, unsigned long long, unsigned long) ScriptedPythonInterface.h:93
#19 0x1149fceb4 in lldb_private::ScriptedProcessPythonInterface::ReadMemoryAtAddress(unsigned long long, unsigned long, lldb_private::Status&) ScriptedProcessPythonInterface.cpp:120
#20 0x114867b45 in lldb_private::ScriptedProcess::DoReadMemory(unsigned long long, void*, unsigned long, lldb_private::Status&) ScriptedProcess.cpp:232
#21 0x11410317c in lldb_private::Process::ReadMemoryFromInferior(unsigned long long, void*, unsigned long, lldb_private::Status&) Process.cpp:2098
#22 0x1140bb46f in lldb_private::MemoryCache::Read(unsigned long long, void*, unsigned long, lldb_private::Status&) Memory.cpp:229
#23 0x1141449d1 in lldb_private::RegisterContext::ReadRegisterValueFromMemory(lldb_private::RegisterInfo const*, unsigned long long, unsigned int, lldb_private::RegisterValue&) RegisterContext.cpp:343
#24 0x1141566f6 in lldb_private::RegisterContextUnwind::ReadRegisterValueFromRegisterLocation(lldb_private::UnwindLLDB::RegisterLocation, lldb_private::RegisterInfo const*, lldb_private::RegisterValue&) RegisterContextUnwind.cpp:1138
#25 0x114154083 in lldb_private::RegisterContextUnwind::ReadGPRValue(lldb::RegisterKind, unsigned int, unsigned long long&) RegisterContextUnwind.cpp:2143
#26 0x114148805 in lldb_private::RegisterContextUnwind::InitializeNonZerothFrame() RegisterContextUnwind.cpp:343
#27 0x114145b70 in lldb_private::RegisterContextUnwind::RegisterContextUnwind(lldb_private::Thread&, std::__1::shared_ptr<lldb_private::RegisterContextUnwind> const&, lldb_private::SymbolContext&, unsigned int, lldb_private::UnwindLLDB&) RegisterContextUnwind.cpp:72
#28 0x11429f5b0 in lldb_private::UnwindLLDB::GetOneMoreFrame(lldb_private::ABI*) UnwindLLDB.cpp:128
#29 0x11429e219 in lldb_private::UnwindLLDB::AddOneMoreFrame(lldb_private::ABI*) UnwindLLDB.cpp:332
Thread T6 created by T0 here:
#0 0x106f396ec in wrap_pthread_create+0x5c (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x406ec)
#1 0x113e97e61 in lldb_private::ThreadLauncher::LaunchThread(llvm::StringRef, void* (*)(void*), void*, unsigned long) ThreadLauncher.cpp:65
#2 0x11410a1ef in lldb_private::Process::StartPrivateStateThread(bool) Process.cpp:3545
#3 0x114109a2b in lldb_private::Process::Launch(lldb_private::ProcessLaunchInfo&) Process.cpp:2591
#4 0x1141e9c0b in lldb_private::Target::Launch(lldb_private::ProcessLaunchInfo&, lldb_private::Stream*) Target.cpp:3001
#5 0x1135c2ab0 in lldb::SBTarget::Launch(lldb::SBLaunchInfo&, lldb::SBError&) SBTarget.cpp:439
#6 0x113a7cc6a in _wrap_SBTarget_Launch(_object*, _object*) LLDBWrapPython.cpp:54088
#7 0x107a2bbda in PyCFunction_Call+0x140 (Python:x86_64+0x19bda)
#8 0x107aba9e2 in _PyEval_EvalFrameDefault+0x1f45 (Python:x86_64+0xa89e2)
#9 0x107ac22da in _PyEval_EvalCodeWithName+0x72a (Python:x86_64+0xb02da)
#10 0x107a2b88b in _PyFunction_FastCallKeywords+0xe0 (Python:x86_64+0x1988b)
#11 0x107ac197d in call_function+0x256 (Python:x86_64+0xaf97d)
#12 0x107aba5d5 in _PyEval_EvalFrameDefault+0x1b38 (Python:x86_64+0xa85d5)
#13 0x107a2bca1 in function_code_fastcall+0x6f (Python:x86_64+0x19ca1)
#14 0x107aba905 in _PyEval_EvalFrameDefault+0x1e68 (Python:x86_64+0xa8905)
#15 0x107ac22da in _PyEval_EvalCodeWithName+0x72a (Python:x86_64+0xb02da)
#16 0x107a2b4f4 in _PyFunction_FastCallDict+0x1b8 (Python:x86_64+0x194f4)
#17 0x107aba905 in _PyEval_EvalFrameDefault+0x1e68 (Python:x86_64+0xa8905)
#18 0x107ac22da in _PyEval_EvalCodeWithName+0x72a (Python:x86_64+0xb02da)
#19 0x107a2b88b in _PyFunction_FastCallKeywords+0xe0 (Python:x86_64+0x1988b)
#20 0x107ac197d in call_function+0x256 (Python:x86_64+0xaf97d)
#21 0x107aba68c in _PyEval_EvalFrameDefault+0x1bef (Python:x86_64+0xa868c)
#22 0x107ac22da in _PyEval_EvalCodeWithName+0x72a (Python:x86_64+0xb02da)
#23 0x107a2b88b in _PyFunction_FastCallKeywords+0xe0 (Python:x86_64+0x1988b)
#24 0x107ac197d in call_function+0x256 (Python:x86_64+0xaf97d)
#25 0x107aba68c in _PyEval_EvalFrameDefault+0x1bef (Python:x86_64+0xa868c)
#26 0x107a2bca1 in function_code_fastcall+0x6f (Python:x86_64+0x19ca1)
#27 0x107ac197d in call_function+0x256 (Python:x86_64+0xaf97d)
#28 0x107aba5d5 in _PyEval_EvalFrameDefault+0x1b38 (Python:x86_64+0xa85d5)
#29 0x107ac22da in _PyEval_EvalCodeWithName+0x72a (Python:x86_64+0xb02da)
#30 0x107a2b4f4 in _PyFunction_FastCallDict+0x1b8 (Python:x86_64+0x194f4)
#31 0x107a2c624 in _PyObject_Call_Prepend+0x95 (Python:x86_64+0x1a624)
#32 0x107a2b9d4 in PyObject_Call+0x87 (Python:x86_64+0x199d4)
#33 0x107aba905 in _PyEval_EvalFrameDefault+0x1e68 (Python:x86_64+0xa8905)
#34 0x107ac22da in _PyEval_EvalCodeWithName+0x72a (Python:x86_64+0xb02da)
#35 0x107a2b4f4 in _PyFunction_FastCallDict+0x1b8 (Python:x86_64+0x194f4)
#36 0x107a2c624 in _PyObject_Call_Prepend+0x95 (Python:x86_64+0x1a624)
#37 0x107a694af in slot_tp_call+0x46 (Python:x86_64+0x574af)
#38 0x107a2b72c in _PyObject_FastCallKeywords+0x166 (Python:x86_64+0x1972c)
#39 0x107ac1976 in call_function+0x24f (Python:x86_64+0xaf976)
#40 0x107aba68c in _PyEval_EvalFrameDefault+0x1bef (Python:x86_64+0xa868c)
#41 0x107ac22da in _PyEval_EvalCodeWithName+0x72a (Python:x86_64+0xb02da)
#42 0x107a2b88b in _PyFunction_FastCallKeywords+0xe0 (Python:x86_64+0x1988b)
#43 0x107ac197d in call_function+0x256 (Python:x86_64+0xaf97d)
#44 0x107aba5d5 in _PyEval_EvalFrameDefault+0x1b38 (Python:x86_64+0xa85d5)
#45 0x107ac22da in _PyEval_EvalCodeWithName+0x72a (Python:x86_64+0xb02da)
#46 0x107a2b88b in _PyFunction_FastCallKeywords+0xe0 (Python:x86_64+0x1988b)
#47 0x107ac197d in call_function+0x256 (Python:x86_64+0xaf97d)
#48 0x107aba5d5 in _PyEval_EvalFrameDefault+0x1b38 (Python:x86_64+0xa85d5)
#49 0x107a2bca1 in function_code_fastcall+0x6f (Python:x86_64+0x19ca1)
#50 0x107a2c624 in _PyObject_Call_Prepend+0x95 (Python:x86_64+0x1a624)
#51 0x107a2b9d4 in PyObject_Call+0x87 (Python:x86_64+0x199d4)
#52 0x107aba905 in _PyEval_EvalFrameDefault+0x1e68 (Python:x86_64+0xa8905)
#53 0x107ac22da in _PyEval_EvalCodeWithName+0x72a (Python:x86_64+0xb02da)
#54 0x107a2b4f4 in _PyFunction_FastCallDict+0x1b8 (Python:x86_64+0x194f4)
#55 0x107a2c624 in _PyObject_Call_Prepend+0x95 (Python:x86_64+0x1a624)
#56 0x107a694af in slot_tp_call+0x46 (Python:x86_64+0x574af)
#57 0x107a2b72c in _PyObject_FastCallKeywords+0x166 (Python:x86_64+0x1972c)
#58 0x107ac1976 in call_function+0x24f (Python:x86_64+0xaf976)
#59 0x107aba68c in _PyEval_EvalFrameDefault+0x1bef (Python:x86_64+0xa868c)
#60 0x107a2bca1 in function_code_fastcall+0x6f (Python:x86_64+0x19ca1)
#61 0x107ac197d in call_function+0x256 (Python:x86_64+0xaf97d)
#62 0x107aba5d5 in _PyEval_EvalFrameDefault+0x1b38 (Python:x86_64+0xa85d5)
#63 0x107a2bca1 in function_code_fastcall+0x6f (Python:x86_64+0x19ca1)
#64 0x107ac197d in call_function+0x256 (Python:x86_64+0xaf97d)
#65 0x107aba5ee in _PyEval_EvalFrameDefault+0x1b51 (Python:x86_64+0xa85ee)
#66 0x107ac22da in _PyEval_EvalCodeWithName+0x72a (Python:x86_64+0xb02da)
#67 0x107ab8a14 in PyEval_EvalCode+0x29 (Python:x86_64+0xa6a14)
#68 0x107ae72aa in run_mod+0x35 (Python:x86_64+0xd52aa)
#69 0x107ae62c5 in PyRun_FileExFlags+0xa3 (Python:x86_64+0xd42c5)
#70 0x107ae59a4 in PyRun_SimpleFileExFlags+0x114 (Python:x86_64+0xd39a4)
#71 0x107afd010 in pymain_main+0x13de (Python:x86_64+0xeb010)
#72 0x107afd7b7 in _Py_UnixMain+0x67 (Python:x86_64+0xeb7b7)
#73 0x7fff72fc8cc8 in start+0x0 (libdyld.dylib:x86_64+0x1acc8)
SUMMARY: AddressSanitizer: heap-use-after-free (libclang_rt.asan_osx_dynamic.dylib:x86_64+0x44cbf) in __asan_memcpy+0x1af
Shadow bytes around the buggy address:
0x1c2c0004a0c0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x1c2c0004a0d0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x1c2c0004a0e0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x1c2c0004a0f0: fd fd fd fd fd fd fd fd fa fa fa fa fa fa fa fa
0x1c2c0004a100: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
=>0x1c2c0004a110: fd fd fd fd[fd]fd fd fd fd fd fd fd fd fd fd fd
0x1c2c0004a120: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x1c2c0004a130: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x1c2c0004a140: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd
0x1c2c0004a150: fd fd fd fd fd fa fa fa fa fa fa fa fa fa fa fa
0x1c2c0004a160: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Freed heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
Container overflow: fc
Array cookie: ac
Intra object redzone: bb
ASan internal: fe
Left alloca redzone: ca
Right alloca redzone: cb
==54334==ABORTING
Fatal Python error: Aborted
Thread 0x0000000112f32dc0 (most recent call first):
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/lib/python3.7/site-packages/lldb/__init__.py", line 10301 in Launch
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/test/API/functionalities/scripted_process/TestScriptedProcess.py", line 149 in test_launch_scripted_process_stack_frames
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 149 in wrapper
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py", line 149 in wrapper
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1715 in test_method
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/case.py", line 413 in runMethod
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/case.py", line 383 in run
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/case.py", line 458 in __call__
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/suite.py", line 117 in _wrapped_run
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/suite.py", line 115 in _wrapped_run
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/suite.py", line 85 in run
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/suite.py", line 66 in __call__
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/runner.py", line 165 in run
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py", line 996 in run_suite
File "/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/test/API/dotest.py", line 7 in <module>
--
********************
PASS: lldb-unit :: Utility/./UtilityTests/StreamTeeTest.SetStreamAtIndexOutOfBounds (1622 of 2473)
PASS: lldb-api :: functionalities/limit-debug-info/TestLimitDebugInfo.py (1623 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DiagnosticManagerTest.PutStringSeverities (1624 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ConstStringTest.CompareConstString (1625 of 2473)
PASS: lldb-api :: commands/expression/char/TestExprsChar.py (1626 of 2473)
UNSUPPORTED: lldb-shell :: Breakpoint/ppc64-localentry.test (1627 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteClientBaseTest.SendContinueAndAsyncSignal (1628 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/AnsiTerminal.Basic (1629 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/CompletionRequest.TryCompleteCurrentArgBad (1630 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteCommunicationClientTest.GetMemoryRegionInfo (1631 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.AddressSize (1632 of 2473)
PASS: lldb-unit :: Host/./HostTests/ConnectionFileDescriptorTest.TCPGetURIv6 (1633 of 2473)
PASS: lldb-api :: functionalities/gdb_remote_client/TestWriteMemory.py (1634 of 2473)
PASS: lldb-shell :: ObjectFile/PECOFF/export-dllfunc.yaml (1635 of 2473)
UNSUPPORTED: lldb-api :: functionalities/ptrauth_diagnostics/LDRAA_error/TestPtrauthLDRAADiagnostic.py (1636 of 2473)
PASS: lldb-api :: functionalities/stats_api/TestStatisticsAPI.py (1637 of 2473)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentWatchBreakDelay.py (1638 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ProcessInstanceInfo.DumpTable_invalidUID (1639 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteClientBaseTest.SendContinueAndAsyncPacket (1640 of 2473)
PASS: lldb-shell :: ObjectFile/PECOFF/symbol.yaml (1641 of 2473)
PASS: lldb-api :: python_api/lldbutil/iter/TestLLDBIterator.py (1642 of 2473)
PASS: lldb-api :: commands/expression/persistent_types/TestPersistentTypes.py (1643 of 2473)
PASS: lldb-shell :: Driver/TestConvenienceVariables.test (1644 of 2473)
PASS: lldb-unit :: Process/Utility/./ProcessUtilityTests/RegisterContext_x86Test.AbridgedToFullTagWord (1645 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/OptionsWithRawTest.TerminatedQuote (1646 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestPushR12 (1647 of 2473)
PASS: lldb-shell :: SymbolFile/NativePDB/ast-types.cpp (1648 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.GetHexBytesAvail_FullString (1649 of 2473)
PASS: lldb-unit :: SymbolFile/NativePDB/./SymbolFileNativePDBTests/PDBFPOProgramToDWARFExpressionTests.InvalidAssignmentMultiple (1650 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/FileSpecTest.CopyByAppendingPathComponent (1651 of 2473)
PASS: lldb-api :: functionalities/postmortem/elf-core/TestLinuxCore.py (1652 of 2473)
PASS: lldb-api :: lang/cpp/constructors/TestCppConstructors.py (1653 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.PutULEB128 (1654 of 2473)
PASS: lldb-api :: functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py (1655 of 2473)
PASS: lldb-api :: functionalities/object-file/TestImageListMultiArchitecture.py (1656 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.ForRangeEmpty (1657 of 2473)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/DWARFASTParserClangTests.EnsureAllDIEsInDeclContextHaveBeenParsedParsesOnlyMatchingEntries (1658 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/BroadcasterTest.EventTypeHasListeners (1659 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestPushRBPWithREX (1660 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/DataExtractorTest.GetCStr (1661 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestTypeSystemClang.TestConvertAccessTypeToAccessSpecifier (1662 of 2473)
PASS: lldb-unit :: ObjectFile/PECOFF/./ObjectFilePECOFFTests/PECallFrameInfoTest.Frame_reg_eh (1663 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.AddressRangeInvalidRange (1664 of 2473)
UNSUPPORTED: lldb-shell :: Subprocess/clone-follow-parent.test (1665 of 2473)
PASS: lldb-api :: lang/objc/complete-type-check/TestObjCIsTypeComplete.py (1666 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/debug_loclists-dwo.s (1667 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteClientBaseTest.SendContinueAndInterrupt2PacketBug (1668 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/DWARFCallFrameInfoTest.Basic_dwarf4 (1669 of 2473)
PASS: lldb-api :: functionalities/step_scripted/TestStepScripted.py (1670 of 2473)
PASS: lldb-api :: lang/cpp/class-loading-via-member-typedef/TestClassLoadingViaMemberTypedef.py (1671 of 2473)
PASS: lldb-api :: lang/cpp/inlines/TestInlines.py (1672 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.GetHexBytes_OddPair (1673 of 2473)
PASS: lldb-api :: commands/command/invalid-args/TestInvalidArgsCommand.py (1674 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-disabling/TestDataFormatterDisabling.py (1675 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/RangeTest.ContainsRange (1676 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/PassiveReplayTest.InstrumentedBar (1677 of 2473)
PASS: lldb-unit :: Platform/./LLDBPlatformTests/PlatformDarwinTest.GetCompatibleArchARMv7s (1678 of 2473)
PASS: lldb-shell :: Settings/TestFrameFormatColor.test (1679 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/RangeTest.DoesIntersect (1680 of 2473)
PASS: lldb-unit :: Process/Utility/./ProcessUtilityTests/ProcMapTests/LinuxProcMapsTestFixture.ParseMapRegions/5 (1681 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/SourceLocationSpecTest.OperatorBool (1682 of 2473)
PASS: lldb-shell :: Register/x86-multithread-write.test (1683 of 2473)
PASS: lldb-api :: lang/objc/forward-decl/TestForwardDecl.py (1684 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/UriParserTest.SchemeHostSeparator (1685 of 2473)
UNSUPPORTED: lldb-api :: commands/trace/TestTraceExport.py (1686 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DiagnosticManagerTest.GetStringNoDiags (1687 of 2473)
PASS: lldb-shell :: ScriptInterpreter/Python/Crashlog/parser_text.test (1688 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/MangledTest.EmptyForInvalidRustV0Name (1689 of 2473)
PASS: lldb-api :: lang/cpp/thread_local/TestThreadLocal.py (1690 of 2473)
PASS: lldb-api :: commands/expression/namespace_local_var_same_name_obj_c/TestNamespaceLocalVarSameNameObjC.py (1691 of 2473)
PASS: lldb-api :: functionalities/data-formatter/builtin-formats/TestBuiltinFormats.py (1692 of 2473)
PASS: lldb-api :: tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py (1693 of 2473)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_set_restart/TestBreakpointSetRestart.py (1694 of 2473)
PASS: lldb-unit :: Platform/./LLDBPlatformTests/PlatformDarwinTest.GetCompatibleArchARMv7em (1695 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.ShiftOperatorPtr (1696 of 2473)
PASS: lldb-shell :: Quit/TestQuitExitCode0.test (1697 of 2473)
PASS: lldb-api :: commands/expression/test/TestExprs2.py (1698 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/FileSpecTest.EqualDotsPosix (1699 of 2473)
UNSUPPORTED: lldb-api :: commands/gui/basicdebug/TestGuiBasicDebug.py (1700 of 2473)
UNSUPPORTED: lldb-api :: tools/lldb-server/memory-tagging/TestGdbRemoteMemoryTagging.py (1701 of 2473)
PASS: lldb-unit :: Host/./HostTests/FileSystemTest.Readable (1702 of 2473)
PASS: lldb-api :: tools/lldb-server/TestAppleSimulatorOSType.py (1703 of 2473)
PASS: lldb-api :: commands/watchpoints/watchpoint_commands/TestWatchpointCommands.py (1704 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTeeTest.CopyConstructor (1705 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/AnsiTerminal.AtStart (1706 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestResetting (1707 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/OptionsWithRawTest.EmptySuffixSingleWhitespace (1708 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/debug-types-basic.test (1709 of 2473)
PASS: lldb-shell :: Register/x86-multithread-read.test (1710 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/CompletionRequest.DuplicateFiltering (1711 of 2473)
UNSUPPORTED: lldb-shell :: SymbolFile/PDB/type-quals.test (1712 of 2473)
PASS: lldb-api :: functionalities/thread/create_after_attach/TestCreateAfterAttach.py (1713 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.GetU64LittleEndian (1714 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/RangeTest.SetRangeBase (1715 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestObjectAttributes (1716 of 2473)
PASS: lldb-unit :: Process/Utility/./ProcessUtilityTests/ProcMapTests/LinuxProcMapsTestFixture.ParseMapRegions/1 (1717 of 2473)
PASS: lldb-api :: tools/lldb-server/TestGdbRemote_vCont.py (1718 of 2473)
PASS: lldb-api :: macosx/safe-to-func-call/TestSafeFuncCalls.py (1719 of 2473)
PASS: lldb-api :: lang/cpp/function-local-class/TestCppFunctionLocalClass.py (1720 of 2473)
PASS: lldb-unit :: Language/CPlusPlus/./LanguageCPlusPlusTests/CPlusPlusLanguage.MethodNameParsing (1721 of 2473)
PASS: lldb-api :: commands/target/auto-install-main-executable/TestAutoInstallMainExecutable.py (1722 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ArgsTest.ReplaceArgumentAtIndexShort (1723 of 2473)
PASS: lldb-unit :: Interpreter/./InterpreterTests/OptionValueString.DeepCopy (1724 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-stl/generic/forward_list/TestDataFormatterGenericForwardList.py (1725 of 2473)
PASS: lldb-unit :: Language/CLanguages/./LanguageCLanguagesTests/CLanguages.LookupCLanguagesByLanguageType (1726 of 2473)
PASS: lldb-api :: lang/objc/modules/TestObjCModules.py (1727 of 2473)
PASS: lldb-api :: commands/command/container/TestContainerCommands.py (1728 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/RegularExpression.Valid (1729 of 2473)
UNSUPPORTED: lldb-api :: functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/TestDataFormatterStdIterator.py (1730 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StructuredDataTest.StringDump (1731 of 2473)
PASS: lldb-api :: commands/frame/diagnose/dereference-function-return/TestDiagnoseDereferenceFunctionReturn.py (1732 of 2473)
UNSUPPORTED: lldb-shell :: ExecControl/StopHook/stop-hook-threads.test (1733 of 2473)
PASS: lldb-api :: lang/objc/foundation/TestObjCMethodsString.py (1734 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.GetHexU8_Exact_NoEof (1735 of 2473)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/SymbolFileDWARFTests.ParseArangesIgnoreEmpty (1736 of 2473)
PASS: lldb-api :: lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py (1737 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/debug_line-tombstone.s (1738 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestExceptions (1739 of 2473)
PASS: lldb-api :: lang/c/step-target/TestStepTarget.py (1740 of 2473)
PASS: lldb-shell :: Quit/TestQuitExitCodeHexA.test (1741 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/GeneratorTest.YamlMultiProvider (1742 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestPopEBP (1743 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ArchSpecTest.Compatibility (1744 of 2473)
PASS: lldb-shell :: SymbolFile/NativePDB/break-by-function.cpp (1745 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorGDBRemoteTest.GetPidTid (1746 of 2473)
UNSUPPORTED: lldb-api :: functionalities/unwind/aarch64_unwind_pac/TestAArch64UnwindPAC.py (1747 of 2473)
PASS: lldb-shell :: Minidump/memory-region.yaml (1748 of 2473)
PASS: lldb-unit :: Language/Highlighting/./HighlighterTests/HighlighterTest.ClangUnterminatedString (1749 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/find-basic-type.cpp (1750 of 2473)
PASS: lldb-api :: functionalities/target_var/TestTargetVar.py (1751 of 2473)
UNSUPPORTED: lldb-api :: benchmarks/continue/TestBenchmarkContinue.py (1752 of 2473)
PASS: lldb-unit :: Platform/Android/./AdbClientTests/AdbClientTest.CreateByDeviceId_ByEnvVar (1753 of 2473)
UNSUPPORTED: lldb-api :: arm/breakpoint-thumb-codesection/TestBreakpointThumbCodesection.py (1754 of 2473)
PASS: lldb-shell :: Register/x86-64-ymm-read.test (1755 of 2473)
PASS: lldb-api :: functionalities/process_group/TestChangeProcessGroup.py (1756 of 2473)
PASS: lldb-unit :: API/./APITests/SBCommandInterpreterTest.SingleWordCommand (1757 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/XcodeSDKTest.ParseTest (1758 of 2473)
PASS: lldb-unit :: Platform/./LLDBPlatformTests/PlatformAppleSimulatorTest.TestSimHasSimEnvionament (1759 of 2473)
PASS: lldb-api :: tools/lldb-server/register-reading/TestGdbRemoteGPacket.py (1760 of 2473)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_locations/TestBreakpointLocations.py (1761 of 2473)
PASS: lldb-api :: functionalities/value_md5_crash/TestValueMD5Crash.py (1762 of 2473)
PASS: lldb-api :: python_api/lldbutil/iter/TestRegistersIterator.py (1763 of 2473)
PASS: lldb-api :: python_api/get-value-32bit-int/TestGetValue32BitInt.py (1764 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/Flags.AnySet (1765 of 2473)
UNSUPPORTED: lldb-shell :: Subprocess/clone-follow-child-softbp.test (1766 of 2473)
PASS: lldb-shell :: Quit/TestQuitExitCodeTooManyArgs.test (1767 of 2473)
PASS: lldb-api :: lang/objc/bitfield_ivars/TestBitfieldIvars.py (1768 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/FormatEntityTest.DefinitionConstructionNameAndType (1769 of 2473)
UNSUPPORTED: lldb-api :: functionalities/tsan/thread_numbers/TestTsanThreadNumbers.py (1770 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/CommunicationTest.SynchronizeWhileClosing (1771 of 2473)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentWatchpointWithDelayWatchpointThreads.py (1772 of 2473)
PASS: lldb-api :: lang/objc/tagged-pointer/TestTaggedPointerCmd.py (1773 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.PutPtr (1774 of 2473)
PASS: lldb-api :: commands/watchpoints/watchpoint_commands/condition/TestWatchpointConditionCmd.py (1775 of 2473)
PASS: lldb-unit :: Platform/./LLDBPlatformTests/PlatformAppleSimulatorTest.TestHostPlatformToSim (1776 of 2473)
PASS: lldb-api :: macosx/indirect_symbol/TestIndirectSymbols.py (1777 of 2473)
PASS: lldb-shell :: SymbolFile/Breakpad/line-table-discontinuous-file-ids.test (1778 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.AppendListCStringArray (1779 of 2473)
UNSUPPORTED: lldb-shell :: SymbolFile/DWARF/x86/DW_TAG_GNU_call_site-DW_AT_low_pc.s (1780 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/Flags.GetBitSize (1781 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ArchSpecTest.TestSetTriple (1782 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/UriParserTest.BracketedHostnameWithPortIPv4 (1783 of 2473)
PASS: lldb-api :: functionalities/type_get_module/TestTypeGetModule.py (1784 of 2473)
PASS: lldb-api :: functionalities/tail_call_frames/sbapi_support/TestTailCallFrameSBAPI.py (1785 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DiagnosticManagerTest.GetStringBasic (1786 of 2473)
UNSUPPORTED: lldb-api :: benchmarks/libcxxmap/TestBenchmarkLibcxxMap.py (1787 of 2473)
PASS: lldb-api :: lang/objc/objc++/TestObjCXX.py (1788 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DiagnosticManagerTest.GetStringMultipleDiags (1789 of 2473)
PASS: lldb-shell :: Quit/TestQuitExitCode30.test (1790 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteCommunicationClientTest.TestPacketSpeedJSON (1791 of 2473)
PASS: lldb-shell :: Minidump/no-process-id.yaml (1792 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestPythonIntegerToStructuredInteger (1793 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ArgsTest.TestArgv (1794 of 2473)
PASS: lldb-shell :: ObjectFile/ELF/section-types-edgecases.yaml (1795 of 2473)
PASS: lldb-api :: lang/objc/modules-inline-functions/TestModulesInlineFunctions.py (1796 of 2473)
PASS: lldb-api :: lang/objc/rdar-11355592/TestRdar11355592.py (1797 of 2473)
UNSUPPORTED: lldb-api :: lang/objc/conflicting-class-list-function-from-user/TestObjCClassListFunctionFromUser.py (1798 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestSpArithx86_64Augmented (1799 of 2473)
PASS: lldb-api :: tools/lldb-server/TestGdbRemoteAttachOrWait.py (1800 of 2473)
PASS: lldb-api :: lang/cpp/stl/TestSTL.py (1801 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/subprogram_ranges.test (1802 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/UriParserTest.PortOverflow (1803 of 2473)
PASS: lldb-unit :: Language/Highlighting/./HighlighterTests/HighlighterTest.ClangScalarLiterals (1804 of 2473)
PASS: lldb-shell :: Register/Core/x86-32-netbsd-gp.test (1805 of 2473)
PASS: lldb-api :: lang/objc/objc-runtime-ivars/TestRuntimeIvars.py (1806 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestPythonTupleToStructuredList (1807 of 2473)
PASS: lldb-api :: tools/lldb-server/TestGdbRemoteRegisterState.py (1808 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteCommunicationServerTest.SendErrorResponse_Status (1809 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTeeTest.GetStreamAtIndexOutOfBoundsEmpty (1810 of 2473)
PASS: lldb-api :: lang/c/vla/TestVLA.py (1811 of 2473)
PASS: lldb-api :: sample_test/TestSampleInlineTest.py (1812 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.AppendListCStringArrayEmpty (1813 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestBorrowedReferences (1814 of 2473)
PASS: lldb-shell :: SymbolFile/symbol-binding.test (1815 of 2473)
PASS: lldb-api :: lang/objc/radar-9691614/TestObjCMethodReturningBOOL.py (1816 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.JoinNonSpace (1817 of 2473)
PASS: lldb-api :: commands/process/launch-with-shellexpand/TestLaunchWithShellExpand.py (1818 of 2473)
PASS: lldb-api :: functionalities/multidebugger_commands/TestMultipleDebuggersCommands.py (1819 of 2473)
PASS: lldb-api :: lang/c/forward/TestForwardDeclaration.py (1820 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/SerializationRountripTest.SerializeDeserializePodReferences (1821 of 2473)
UNSUPPORTED: lldb-api :: functionalities/thread/create_during_step/TestCreateDuringStep.py (1822 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/UriParserTest.MinimalPath (1823 of 2473)
PASS: lldb-shell :: Settings/TestSettingsWrite.test (1824 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/FormatEntity.LookupAllEntriesInTree (1825 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/UriParserTest.SchemeHostSeparator4 (1826 of 2473)
PASS: lldb-api :: commands/expression/call-function/TestCallStopAndContinue.py (1827 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/NameMatchesTest.StartsWith (1828 of 2473)
PASS: lldb-shell :: Reproducer/TestReuseDirectory.test (1829 of 2473)
PASS: lldb-api :: commands/expression/radar_8638051/Test8638051.py (1830 of 2473)
PASS: lldb-unit :: ObjectFile/Breakpad/./ObjectFileBreakpadTests/PublicRecord.parse (1831 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/CppModuleConfigurationTest.LibCppV2 (1832 of 2473)
PASS: lldb-api :: lang/cpp/static_members/TestCPPStaticMembers.py (1833 of 2473)
PASS: lldb-api :: commands/expression/import-std-module/basic/TestImportStdModule.py (1834 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.GetThreadsAndGetThreadContext (1835 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.MinidumpDuplicateModuleMappedSecondHigh (1836 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/debug_loc_and_loclists.s (1837 of 2473)
PASS: lldb-api :: tools/lldb-vscode/coreFile/TestVSCode_coreFile.py (1838 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/AnsiTerminal.Twice (1839 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ArgsTest.TestAppendArg (1840 of 2473)
PASS: lldb-unit :: Host/./HostTests/TerminalTest.SetParityCheck (1841 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-synthtype/TestDataFormatterSynthType.py (1842 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-enum-format/TestDataFormatterEnumFormat.py (1843 of 2473)
PASS: lldb-unit :: Platform/./LLDBPlatformTests/PlatformDarwinTest.FindComponentInPath (1844 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/XcodeSDKTest.SDKSupportsSwift (1845 of 2473)
PASS: lldb-api :: python_api/section/TestSectionAPI.py (1846 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ArchSpecTest.OperatorBool (1847 of 2473)
UNSUPPORTED: lldb-api :: functionalities/ubsan/basic/TestUbsanBasic.py (1848 of 2473)
PASS: lldb-api :: commands/expression/diagnostics/TestExprDiagnostics.py (1849 of 2473)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_command/TestRegexpBreakCommand.py (1850 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/RangeTest.LessThan (1851 of 2473)
PASS: lldb-api :: functionalities/data-formatter/vector-types/TestVectorTypesFormatting.py (1852 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/IndexToObjectTest.ObjectForIndex (1853 of 2473)
PASS: lldb-api :: python_api/frame/get-variables/TestGetVariables.py (1854 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/Type.GetTypeScopeAndBasename (1855 of 2473)
PASS: lldb-api :: functionalities/target-new-solib-notifications/TestModuleLoadedNotifys.py (1856 of 2473)
PASS: lldb-api :: commands/target/create-no-such-arch/TestNoSuchArch.py (1857 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.InitEmpty (1858 of 2473)
PASS: lldb-api :: commands/watchpoints/watchpoint_events/TestWatchpointEvents.py (1859 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/LogChannelEnabledTest.LogThread (1860 of 2473)
PASS: lldb-api :: python_api/watchpoint/condition/TestWatchpointConditionAPI.py (1861 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.InitMisc (1862 of 2473)
PASS: lldb-api :: functionalities/thread/ignore_suspended/TestIgnoreSuspendedThread.py (1863 of 2473)
UNSUPPORTED: lldb-shell :: Register/x86-gp-write.test (1864 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestPythonCallableCheck (1865 of 2473)
PASS: lldb-api :: lang/cpp/chained-calls/TestCppChainedCalls.py (1866 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/debug-types-line-tables.s (1867 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/VASprintfTest.NoBufferResize (1868 of 2473)
PASS: lldb-api :: functionalities/postmortem/elf-core/thread_crash/TestLinuxCoreThreads.py (1869 of 2473)
PASS: lldb-api :: linux/builtin_trap/TestBuiltinTrap.py (1870 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestClangASTImporter.DeportDeclTagDecl (1871 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ConstStringTest.MangledCounterpart (1872 of 2473)
PASS: lldb-api :: lang/objcxx/cpp_keywords_enabled/TestObjCppKeywordsEnabled.py (1873 of 2473)
PASS: lldb-api :: lang/cpp/modules-import/TestCXXModulesImport.py (1874 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestPopR12 (1875 of 2473)
PASS: lldb-api :: functionalities/breakpoint/objc/TestObjCBreakpoints.py (1876 of 2473)
PASS: lldb-api :: commands/expression/import-std-module/shared_ptr-dbg-info-content/TestSharedPtrDbgInfoContentFromStdModule.py (1877 of 2473)
PASS: lldb-api :: lang/cpp/crtp/TestCppCRTP.py (1878 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/EventTest.DumpEventDataBytes (1879 of 2473)
PASS: lldb-shell :: ObjectFile/ELF/build-id-case.yaml (1880 of 2473)
PASS: lldb-api :: functionalities/backticks/TestBackticksWithoutATarget.py (1881 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.InsertStringAtIndexStart (1882 of 2473)
UNSUPPORTED: lldb-shell :: Minidump/Windows/arm-fp-unwind.test (1883 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.GetMaxStringLengthEmpty (1884 of 2473)
PASS: lldb-api :: functionalities/set-data/TestSetData.py (1885 of 2473)
PASS: lldb-unit :: Language/Highlighting/./HighlighterTests/HighlighterTest.HighlighterSelectionType (1886 of 2473)
PASS: lldb-shell :: SymbolFile/Breakpad/line-table-mixed-path-styles.test (1887 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestTypeSystemClang.TestRemoveFastQualifiers (1888 of 2473)
UNSUPPORTED: lldb-shell :: SymbolFile/DWARF/x86/dwarf5-line-strp.s (1889 of 2473)
PASS: lldb-unit :: Language/Highlighting/./HighlighterTests/HighlighterTest.HighlighterSelectionPath (1890 of 2473)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentManyBreakpoints.py (1891 of 2473)
PASS: lldb-shell :: SymbolFile/NativePDB/nested-types.cpp (1892 of 2473)
PASS: lldb-shell :: Reproducer/TestDump.test (1893 of 2473)
PASS: lldb-api :: functionalities/gdb_remote_client/TestArmRegisterDefinition.py (1894 of 2473)
UNSUPPORTED: lldb-shell :: Register/arm-fp-read.test (1895 of 2473)
PASS: lldb-shell :: SymbolFile/Breakpad/symtab.test (1896 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/MangledTest.EmptyForInvalidDLangName (1897 of 2473)
PASS: lldb-api :: lang/cpp/break-on-initializers/TestBreakOnCPP11Initializers.py (1898 of 2473)
PASS: lldb-unit :: SymbolFile/NativePDB/./SymbolFileNativePDBTests/PDBFPOProgramToDWARFExpressionTests.UnresolvedRegisterAssignmentReference (1899 of 2473)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_options/TestBreakpointOptions.py (1900 of 2473)
PASS: lldb-shell :: ObjectFile/MachO/lc_build_version.yaml (1901 of 2473)
PASS: lldb-api :: commands/expression/po_verbosity/TestPoVerbosity.py (1902 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/BinaryStreamTest.PutULEB128NineBytes (1903 of 2473)
PASS: lldb-api :: macosx/nslog/TestDarwinNSLogOutput.py (1904 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/BinaryStreamTest.PutSLEB128FourBytes (1905 of 2473)
PASS: lldb-shell :: Process/TestEnvironment.test (1906 of 2473)
UNSUPPORTED: lldb-shell :: Register/x86-64-ymm16-write.test (1907 of 2473)
UNSUPPORTED: lldb-api :: arm/breakpoint-it/TestBreakpointIt.py (1908 of 2473)
PASS: lldb-api :: functionalities/thread/step_until/TestStepUntil.py (1909 of 2473)
UNSUPPORTED: lldb-api :: lang/cpp/reference-to-outer-type/TestCppReferenceToOuterClass.py (1910 of 2473)
PASS: lldb-api :: commands/platform/basic/TestPlatformCommand.py (1911 of 2473)
UNSUPPORTED: lldb-api :: iohandler/unicode/TestUnicode.py (1912 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/VASprintfTest.BufferResize (1913 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-stl/libcxx/vector/TestDataFormatterLibcxxVector.py (1914 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestAddESP (1915 of 2473)
PASS: lldb-shell :: Driver/TestRepl.test (1916 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestSimplei386ugmented (1917 of 2473)
PASS: lldb-unit :: DataFormatter/./LLDBFormatterTests/TypeMatcherTests.GetMatchStringExactName (1918 of 2473)
PASS: lldb-api :: functionalities/data-formatter/pyobjsynthprovider/TestPyObjSynthProvider.py (1919 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-python-synth/TestDataFormatterPythonSynth.py (1920 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.LongestCommonPrefixDuplicateElement (1921 of 2473)
UNSUPPORTED: lldb-shell :: SymbolFile/PDB/variables-locations.test (1922 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/CppModuleConfigurationTest.AmbiguousLibCpp (1923 of 2473)
PASS: lldb-api :: lang/cpp/template/TestTemplateArgs.py (1924 of 2473)
PASS: lldb-api :: functionalities/breakpoint/debugbreak/TestDebugBreak.py (1925 of 2473)
PASS: lldb-api :: tools/lldb-vscode/console/TestVSCode_console.py (1926 of 2473)
PASS: lldb-api :: macosx/profile_vrs_detach/TestDetachVrsProfile.py (1927 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DiagnosticManagerTest.AppendMessageAttachToLastDiag (1928 of 2473)
PASS: lldb-api :: types/TestShortType.py (1929 of 2473)
PASS: lldb-api :: lang/cpp/multiple-inheritance/TestCppMultipleInheritance.py (1930 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteClientBaseTest.SendContinueAndWait (1931 of 2473)
PASS: lldb-unit :: Host/./HostTests/NativeProcessProtocolTest.ReadMemoryWithoutTrap (1932 of 2473)
PASS: lldb-api :: commands/expression/import-std-module/iterator/TestIteratorFromStdModule.py (1933 of 2473)
PASS: lldb-unit :: Interpreter/./InterpreterTests/CompletionTest.FileCompletionAbsolute (1934 of 2473)
PASS: lldb-api :: terminal/TestSTTYBeforeAndAfter.py (1935 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCCF.py (1936 of 2473)
PASS: lldb-api :: sanity/TestModuleCacheSanity.py (1937 of 2473)
PASS: lldb-unit :: Host/./HostTests/SocketTests/SocketTest.TCPGetAddress/ipv6 (1938 of 2473)
PASS: lldb-shell :: SymbolFile/NativePDB/globals-bss.cpp (1939 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTeeTest.GetStreamAtIndexOutOfBounds (1940 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/ClangHostTest.ComputeClangResourceDirectory (1941 of 2473)
PASS: lldb-api :: lang/c/set_values/TestSetValues.py (1942 of 2473)
PASS: lldb-api :: commands/expression/import-std-module/forward_decl_from_module/TestForwardDeclFromStdModule.py (1943 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/LineEntryTest.GetAllExactLineMatchesWithoutColumn (1944 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/UriParserTest.BracketedHostnamePort (1945 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/OptionsWithRawTest.SingleWhitespaceInput (1946 of 2473)
PASS: lldb-api :: python_api/watchpoint/TestWatchpointIter.py (1947 of 2473)
PASS: lldb-shell :: Breakpoint/debug_rnglistx_rlex.test (1948 of 2473)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_names/TestBreakpointNames.py (1949 of 2473)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentSignalWatch.py (1950 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/CompletionRequest.Constructor (1951 of 2473)
PASS: lldb-api :: lang/c/step_over_no_deadlock/TestStepOverDoesntBlock.py (1952 of 2473)
PASS: lldb-api :: python_api/disassemble-raw-data/TestDisassembleRawData.py (1953 of 2473)
PASS: lldb-api :: lang/cpp/incompatible-class-templates/TestCppIncompatibleClassTemplates.py (1954 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/PassiveReplayTest.InstrumentedFoo (1955 of 2473)
PASS: lldb-unit :: Host/./HostTests/FileSystemTest.MakeAbsolute (1956 of 2473)
PASS: lldb-shell :: Minidump/disassemble-no-module.yaml (1957 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ReproducerTest.SetCapture (1958 of 2473)
PASS: lldb-api :: commands/expression/formatters/TestFormatters.py (1959 of 2473)
UNSUPPORTED: lldb-shell :: Register/x86-fp-read.test (1960 of 2473)
PASS: lldb-api :: commands/expression/xvalue/TestXValuePrinting.py (1961 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DiagnosticManagerTest.PutString (1962 of 2473)
PASS: lldb-shell :: Commands/command-backtrace-parser-2.test (1963 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/RegisterContextMinidump.CheckRegisterContextMinidump_ARM (1964 of 2473)
PASS: lldb-unit :: Process/Utility/./ProcessUtilityTests/RegisterContext_x86Test.FullToAbridgedTagWord (1965 of 2473)
PASS: lldb-api :: macosx/add-dsym/TestAddDsymMidExecutionCommand.py (1966 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestPushEAX (1967 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.GetU32LittleEndian (1968 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ScalarTest.Division (1969 of 2473)
UNSUPPORTED: lldb-api :: commands/expression/import-std-module/pair/TestPairFromStdModule.py (1970 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/BinaryStreamTest.PutSLEB128OneByte (1971 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/RecordReplayTest.ValidSequence (1972 of 2473)
PASS: lldb-shell :: ObjectFile/ELF/PT_LOAD-overlap.yaml (1973 of 2473)
PASS: lldb-unit :: ObjectFile/Breakpad/./ObjectFileBreakpadTests/StackCFIRecord.parse (1974 of 2473)
PASS: lldb-api :: tools/lldb-vscode/runInTerminal/TestVSCode_runInTerminal.py (1975 of 2473)
UNSUPPORTED: lldb-api :: functionalities/disassemble/aarch64-adrp-add/TestAArch64AdrpAdd.py (1976 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.GetMemoryRegionInfoFromMemoryList (1977 of 2473)
PASS: lldb-api :: python_api/process/read-mem-cstring/TestReadMemCString.py (1978 of 2473)
PASS: lldb-api :: types/TestDoubleTypesExpr.py (1979 of 2473)
PASS: lldb-api :: functionalities/wrong_commands/TestWrongCommands.py (1980 of 2473)
UNSUPPORTED: lldb-shell :: Register/x86-gp-read.test (1981 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestScript (1982 of 2473)
UNSUPPORTED: lldb-shell :: ScriptInterpreter/Lua/breakpoint_callback.test (1983 of 2473)
PASS: lldb-shell :: SymbolFile/NativePDB/globals-fundamental.cpp (1984 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/ModuleSpecTest.TestMachOFile (1985 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/AnsiTerminal.KnownPrefix (1986 of 2473)
PASS: lldb-unit :: Host/./HostTests/TerminalTest.SaveRestoreRAII (1987 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/debug_ranges_and_rnglists.test (1988 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.GetMemoryRegionInfo (1989 of 2473)
PASS: lldb-shell :: Register/x86-64-gp-read.test (1990 of 2473)
PASS: lldb-shell :: Driver/TestFile.test (1991 of 2473)
PASS: lldb-api :: types/TestDoubleTypes.py (1992 of 2473)
PASS: lldb-api :: commands/expression/call-throws/TestCallThatThrows.py (1993 of 2473)
PASS: lldb-shell :: Commands/command-backtrace-parser-1.test (1994 of 2473)
PASS: lldb-unit :: Language/Highlighting/./HighlighterTests/HighlighterTest.FallbackHighlighter (1995 of 2473)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/DWARFUnitTest.LLVMGCCProducer (1996 of 2473)
PASS: lldb-api :: types/TestFloatTypesExpr.py (1997 of 2473)
PASS: lldb-unit :: Target/./TargetTests/ModuleCacheTest.GetAndPutUuidExists (1998 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/DWARFCallFrameInfoTest.Basic_dwarf3 (1999 of 2473)
PASS: lldb-api :: functionalities/unwind/zeroth_frame/TestZerothFrame.py (2000 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/MangledTest.ResultForValidName (2001 of 2473)
PASS: lldb-api :: functionalities/inferior-crashing/TestInferiorCrashingStep.py (2002 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/OptionsWithRawTest.WhitespaceSuffix (2003 of 2473)
PASS: lldb-api :: commands/watchpoints/multiple_hits/TestMultipleHits.py (2004 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ScalarTest.GetValue (2005 of 2473)
PASS: lldb-api :: lang/cpp/pointer_to_member_type_depending_on_parent_size/TestPointerToMemberTypeDependingOnParentSize.py (2006 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/Flags.AllClear (2007 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTeeTest.Constructor1Stream (2008 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/BinaryStreamTest.PutULEB128SixBytes (2009 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.FindMemoryRangeWithFullMemoryMinidump (2010 of 2473)
PASS: lldb-shell :: ScriptInterpreter/Python/python.test (2011 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-stl/generic/set/TestDataFormatterGenericSet.py (2012 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/debug-types-dwo-cross-reference.cpp (2013 of 2473)
PASS: lldb-api :: commands/log/invalid-args/TestInvalidArgsLog.py (2014 of 2473)
PASS: lldb-shell :: Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputConsole.test (2015 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestTypeSystemClang.GetExeModuleWhenMissingSymbolFile (2016 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/FileSpecTest.EqualDotsWindows (2017 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/NameMatchesTest.RegularExpression (2018 of 2473)
UNSUPPORTED: lldb-api :: functionalities/tty/TestTerminal.py (2019 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DWARFExpressionMockProcessTest.DW_OP_deref (2020 of 2473)
PASS: lldb-api :: lang/c/const_variables/TestConstVariables.py (2021 of 2473)
PASS: lldb-api :: api/multiple-targets/TestMultipleTargets.py (2022 of 2473)
PASS: lldb-api :: commands/register/register/register_command/TestRegisters.py (2023 of 2473)
PASS: lldb-api :: functionalities/data-formatter/parray/TestPrintArray.py (2024 of 2473)
PASS: lldb-api :: lang/c/struct_types/TestStructTypes.py (2025 of 2473)
PASS: lldb-shell :: ObjectFile/ELF/PT_LOAD-empty.yaml (2026 of 2473)
PASS: lldb-api :: commands/process/attach-resume/TestAttachResume.py (2027 of 2473)
PASS: lldb-api :: commands/reproducer/invalid-args/TestInvalidArgsReproducer.py (2028 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestTypeNameResolutionNoDot (2029 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ScalarTest.CastOperations (2030 of 2473)
PASS: lldb-api :: commands/expression/import-std-module/retry-with-std-module/TestRetryWithStdModule.py (2031 of 2473)
PASS: lldb-api :: lang/objcxx/hide-runtime-values/TestObjCXXHideRuntimeValues.py (2032 of 2473)
PASS: lldb-api :: lang/c/bitfields/TestBitfields.py (2033 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.GetMiscInfoWindows (2034 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/find-inline-method.s (2035 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DiagnosticManagerTest.FixedExpression (2036 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/FileSpecTest.EqualSeparator (2037 of 2473)
PASS: lldb-api :: lang/cpp/elaborated-types/TestElaboratedTypes.py (2038 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/NameMatchesTest.Contains (2039 of 2473)
PASS: lldb-shell :: SymbolFile/NativePDB/ast-methods.cpp (2040 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/FileSpecTest.AppendPathComponent (2041 of 2473)
PASS: lldb-api :: lang/cpp/stl/TestStdCXXDisassembly.py (2042 of 2473)
PASS: lldb-api :: commands/expression/calculator_mode/TestCalculatorMode.py (2043 of 2473)
PASS: lldb-api :: functionalities/return-value/TestReturnValue.py (2044 of 2473)
UNSUPPORTED: lldb-shell :: Register/aarch64-fp-read.test (2045 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/debug_loclists-dwp.s (2046 of 2473)
PASS: lldb-api :: functionalities/data-formatter/ptr_ref_typedef/TestPtrRef2Typedef.py (2047 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteClientBaseTest.SendContinueDelegateInterface (2048 of 2473)
PASS: lldb-api :: commands/expression/persist_objc_pointeetype/TestPersistObjCPointeeType.py (2049 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-objc/cmtime/TestDataFormatterCMTime.py (2050 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/BinaryStreamTest.PutSLEB128NineBytes (2051 of 2473)
PASS: lldb-api :: functionalities/breakpoint/address_breakpoints/TestBadAddressBreakpoints.py (2052 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/DataExtractorTest.GetFloat (2053 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-proper-plurals/TestFormattersOneIsSingular.py (2054 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.JoinSingle (2055 of 2473)
PASS: lldb-api :: functionalities/dlopen_other_executable/TestDlopenOtherExecutable.py (2056 of 2473)
PASS: lldb-api :: functionalities/thread/backtrace_limit/TestBacktraceLimit.py (2057 of 2473)
PASS: lldb-api :: functionalities/memory/find/TestMemoryFind.py (2058 of 2473)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentCrashWithWatchpoint.py (2059 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ScalarTest.Scalar_512 (2060 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestPythonStringToStructuredString (2061 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.MinidumpDuplicateModuleSeparateCode (2062 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/invalid/TestDataFormatterInvalidStdUniquePtr.py (2063 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/find-basic-function.cpp (2064 of 2473)
PASS: lldb-api :: lang/cpp/incomplete-types/TestCppIncompleteTypes.py (2065 of 2473)
UNSUPPORTED: lldb-shell :: Register/x86-64-gp-write.test (2066 of 2473)
PASS: lldb-shell :: ObjectFile/ELF/basic-info.yaml (2067 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSBundle.py (2068 of 2473)
PASS: lldb-api :: lang/cpp/signed_types/TestSignedTypes.py (2069 of 2473)
PASS: lldb-api :: types/TestCharType.py (2070 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestModuleNameResolutionNoDot (2071 of 2473)
PASS: lldb-shell :: ObjectFile/ELF/null-jmprel.yaml (2072 of 2473)
PASS: lldb-api :: functionalities/gdb_remote_client/TestThreadInfoTrailingComma.py (2073 of 2473)
PASS: lldb-api :: python_api/formatters/TestFormattersSBAPI.py (2074 of 2473)
PASS: lldb-api :: functionalities/data-formatter/var-in-aggregate-misuse/TestVarInAggregateMisuse.py (2075 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/OptionsWithRawTest.LeadingSpaceArgs (2076 of 2473)
PASS: lldb-unit :: Host/./HostTests/HostInfoTest.GetAugmentedArchSpec (2077 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/DW_AT_declaration-with-children.s (2078 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/unused-inlined-params.test (2079 of 2473)
UNSUPPORTED: lldb-shell :: ObjectFile/ELF/minidebuginfo-no-lzma.yaml (2080 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/find-method.cpp (2081 of 2473)
PASS: lldb-shell :: SymbolFile/NativePDB/function-types-classes.cpp (2082 of 2473)
PASS: lldb-api :: lang/c/function_types/TestFunctionTypes.py (2083 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/UUIDTest.SetFromStringRef (2084 of 2473)
PASS: lldb-api :: lang/cpp/overloaded-functions/TestOverloadedFunctions.py (2085 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/DataExtractorTest.GetCStrAtEnd (2086 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.InsertStringAtIndexStdString (2087 of 2473)
PASS: lldb-api :: tools/lldb-server/thread-name/TestGdbRemoteThreadName.py (2088 of 2473)
PASS: lldb-api :: commands/quit/TestQuit.py (2089 of 2473)
PASS: lldb-api :: commands/frame/diagnose/array/TestArray.py (2090 of 2473)
PASS: lldb-unit :: Language/Highlighting/./HighlighterTests/HighlighterTest.ClangOperators (2091 of 2473)
PASS: lldb-unit :: Interpreter/./InterpreterTests/OptionArgParserTest.toChar (2092 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTeeTest.Constructor2Streams (2093 of 2473)
PASS: lldb-api :: commands/expression/completion-crash-incomplete-record/TestCompletionCrashIncompleteRecord.py (2094 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-stl/generic/bitset/TestDataFormatterGenericBitset.py (2095 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/FileSpecTest.GetPath (2096 of 2473)
PASS: lldb-api :: tools/lldb-server/TestGdbRemoteHostInfo.py (2097 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/VMRange.SetEndAddress (2098 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/BinaryStreamTest.PutULEB128ThreeBytes (2099 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.GetHexU8_Underflow2_NoEof (2100 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.InvalidMinidump (2101 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestReturnDetect (2102 of 2473)
PASS: lldb-api :: functionalities/breakpoint/cpp_exception/TestCPPExceptionBreakpoint.py (2103 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteCommunicationClientTest.GetModulesInfo (2104 of 2473)
PASS: lldb-api :: python_api/process/io/TestProcessIO.py (2105 of 2473)
PASS: lldb-shell :: Register/Core/x86-64-freebsd-gp.test (2106 of 2473)
PASS: lldb-unit :: Host/./HostTests/SocketTests/SocketTest.DecodeHostAndPort/ipv4 (2107 of 2473)
PASS: lldb-api :: python_api/sberror/TestSBError.py (2108 of 2473)
PASS: lldb-api :: functionalities/breakpoint/move_nearest/TestMoveNearest.py (2109 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.ShiftOperatorChars (2110 of 2473)
PASS: lldb-unit :: ObjectFile/PECOFF/./ObjectFilePECOFFTests/PECallFrameInfoTest.Chained_eh (2111 of 2473)
PASS: lldb-shell :: ObjectFile/PECOFF/section-types.yaml (2112 of 2473)
PASS: lldb-api :: functionalities/data-formatter/typedef_array/TestTypedefArray.py (2113 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ConstStringTest.format_provider (2114 of 2473)
PASS: lldb-unit :: Host/./HostTests/SocketTests/SocketTest.DomainGetConnectURI/ipv6 (2115 of 2473)
PASS: lldb-api :: python_api/symbol-context/TestSymbolContext.py (2116 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-advanced/TestDataFormatterAdv.py (2117 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/win-i386-line-table.s (2118 of 2473)
PASS: lldb-api :: functionalities/data-formatter/nsarraysynth/TestNSArraySynthetic.py (2119 of 2473)
PASS: lldb-shell :: Breakpoint/jit-loader_rtdyld_elf.test (2120 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestPushESI (2121 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-synth/TestDataFormatterSynth.py (2122 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/SourceLocationSpecTest.FileLineColumnComponents (2123 of 2473)
UNSUPPORTED: lldb-api :: tools/lldb-server/TestGdbRemoteFork.py (2124 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestPopRBX (2125 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.AddressRange (2126 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.GetHexU8_Extra_NoEof (2127 of 2473)
PASS: lldb-unit :: Language/Highlighting/./HighlighterTests/HighlighterTest.ClangComments (2128 of 2473)
PASS: lldb-api :: python_api/sbstructureddata/TestStructuredDataAPI.py (2129 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/RangeTest.ContainsEndInclusiveInvalid (2130 of 2473)
PASS: lldb-api :: lang/objc/warnings-in-expr-parser/TestObjCWarningsInExprParser.py (2131 of 2473)
PASS: lldb-api :: lang/objc/direct-dispatch-step/TestObjCDirectDispatchStepping.py (2132 of 2473)
PASS: lldb-api :: functionalities/thread/thread_specific_break/TestThreadSpecificBreakpoint.py (2133 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/RichManglingContextTest.IPDRealloc (2134 of 2473)
PASS: lldb-api :: lang/c/stepping/TestStepAndBreakpoints.py (2135 of 2473)
UNSUPPORTED: lldb-shell :: SymbolFile/NativePDB/ast-functions-msvc.cpp (2136 of 2473)
PASS: lldb-unit :: Platform/./LLDBPlatformTests/PlatformDarwinTest.GetCompatibleArchARMv6m (2137 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteClientBaseTest.SendContinueDelegateStructuredDataReceipt (2138 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/Predicate.WaitForValueEqualTo (2139 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestTypeSystemClang.TestGetBasicTypeFromEnum (2140 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.GetMaxStringLengthEqualSize (2141 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/RegularExpression.Match (2142 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteCommunicationClientTest.SaveRestoreRegistersNoSuffix (2143 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.Indent (2144 of 2473)
PASS: lldb-api :: python_api/debugger/TestDebuggerAPI.py (2145 of 2473)
PASS: lldb-api :: lang/cpp/global_operators/TestCppGlobalOperators.py (2146 of 2473)
PASS: lldb-unit :: ObjectFile/Breakpad/./ObjectFileBreakpadTests/Record.classify (2147 of 2473)
PASS: lldb-api :: lang/cpp/namespace/TestNamespaceLookup.py (2148 of 2473)
PASS: lldb-api :: lang/cpp/template-function/TestTemplateFunctions.py (2149 of 2473)
PASS: lldb-unit :: debugserver/./debugserverTests/RNBSocket.LoopBackListenIPv4 (2150 of 2473)
PASS: lldb-api :: functionalities/unwind/noreturn/TestNoreturnUnwind.py (2151 of 2473)
PASS: lldb-shell :: ObjectFile/PDB/object.test (2152 of 2473)
PASS: lldb-shell :: SymbolFile/NativePDB/tag-types.cpp (2153 of 2473)
PASS: lldb-api :: lang/cpp/char8_t/TestCxxChar8_t.py (2154 of 2473)
PASS: lldb-api :: python_api/name_lookup/TestNameLookup.py (2155 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringLexerTest.AdvanceIf (2156 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DWARFExpression.DW_OP_piece (2157 of 2473)
UNSUPPORTED: lldb-shell :: SymbolFile/DWARF/dwarf5-lazy-dwo.c (2158 of 2473)
PASS: lldb-shell :: SymbolFile/NativePDB/function-types-builtins.cpp (2159 of 2473)
PASS: lldb-shell :: Breakpoint/debug_rnglist_rlestartend.test (2160 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DWARFExpression.DW_OP_const (2161 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestMovRSPtoRBP (2162 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/XcodeSDKTest.GetSDKTypeForTriple (2163 of 2473)
PASS: lldb-shell :: SymbolFile/Breakpad/stack-cfi-parsing.test (2164 of 2473)
PASS: lldb-api :: commands/watchpoints/watchpoint_count/TestWatchpointCount.py (2165 of 2473)
PASS: lldb-api :: functionalities/signal/raise/TestRaise.py (2166 of 2473)
PASS: lldb-api :: commands/command/regex/TestRegexCommand.py (2167 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/FormatEntityTest.DefinitionConstructionNameTypeChildren (2168 of 2473)
PASS: lldb-api :: lang/cpp/nsimport/TestCppNsImport.py (2169 of 2473)
PASS: lldb-api :: lang/cpp/wchar_t/TestCxxWCharT.py (2170 of 2473)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentTwoBreakpointThreads.py (2171 of 2473)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentSignalDelayBreak.py (2172 of 2473)
PASS: lldb-unit :: Target/./TargetTests/ExecutionContextTest.GetByteOrderProcess (2173 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestPushECX (2174 of 2473)
PASS: lldb-unit :: Process/Utility/./ProcessUtilityTests/MemoryTagManagerAArch64MTETest.AddressDiff (2175 of 2473)
UNSUPPORTED: lldb-shell :: SymbolFile/PDB/pointers.test (2176 of 2473)
UNSUPPORTED: lldb-shell :: Expr/TestIRMemoryMapWindows.test (2177 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.GetMemory (2178 of 2473)
PASS: lldb-shell :: Register/Core/x86-32-linux-gp.test (2179 of 2473)
UNSUPPORTED: lldb-api :: commands/trace/TestTraceDumpInstructions.py (2180 of 2473)
PASS: lldb-api :: functionalities/thread/jump/TestThreadJump.py (2181 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ScalarTest.Promotion (2182 of 2473)
PASS: lldb-shell :: Commands/command-script-import.test (2183 of 2473)
PASS: lldb-api :: functionalities/gdb_remote_client/TestGDBRemoteDiskFileCompletion.py (2184 of 2473)
PASS: lldb-api :: commands/expression/ignore-artificial-constructors/TestIgnoreArtificialConstructors.py (2185 of 2473)
PASS: lldb-api :: python_api/watchpoint/watchlocation/TestTargetWatchAddress.py (2186 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.GetHexU8_Underflow_NoEof (2187 of 2473)
UNSUPPORTED: lldb-shell :: Subprocess/clone-follow-child.test (2188 of 2473)
PASS: lldb-shell :: Driver/TestNoUseColor.test (2189 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.DecodeHexU8_Exact (2190 of 2473)
PASS: lldb-api :: functionalities/gdb_remote_client/TestPartialGPacket.py (2191 of 2473)
PASS: lldb-unit :: Language/Highlighting/./HighlighterTests/HighlighterTest.DefaultHighlighterWithCursor (2192 of 2473)
PASS: lldb-shell :: Driver/TestProcessAttach.test (2193 of 2473)
PASS: lldb-api :: functionalities/breakpoint/breakpoint_hit_count/TestBreakpointHitCount.py (2194 of 2473)
PASS: lldb-api :: functionalities/tail_call_frames/cross_object/TestCrossObjectTailCalls.py (2195 of 2473)
PASS: lldb-api :: macosx/debugserver-exit-code/TestDebugServerExitCode.py (2196 of 2473)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/SymbolFileDWARFTests.TestAbilitiesForDWARF (2197 of 2473)
PASS: lldb-unit :: DataFormatter/./LLDBFormatterTests/StringPrinterTests.CxxUTF8 (2198 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/anon_class_w_and_wo_export_symbols.ll (2199 of 2473)
PASS: lldb-shell :: Host/TestCustomShell.test (2200 of 2473)
PASS: lldb-api :: tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py (2201 of 2473)
PASS: lldb-api :: python_api/sblaunchinfo/TestSBLaunchInfo.py (2202 of 2473)
UNSUPPORTED: lldb-api :: terminal/TestEditline.py (2203 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DWARFExpression.DW_OP_unknown (2204 of 2473)
UNSUPPORTED: lldb-shell :: ScriptInterpreter/Lua/persistent_state.test (2205 of 2473)
PASS: lldb-api :: functionalities/signal/TestSendSignal.py (2206 of 2473)
UNSUPPORTED: lldb-api :: commands/watchpoints/variable_out_of_scope/TestWatchedVarHitWhenInScope.py (2207 of 2473)
PASS: lldb-api :: lang/objc/variadic_methods/TestVariadicMethods.py (2208 of 2473)
PASS: lldb-api :: lang/objc/unicode-string/TestUnicodeString.py (2209 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestPythonIntegerToStr (2210 of 2473)
PASS: lldb-unit :: Target/./TargetTests/PathMappingListTest.CrossPlatformTests (2211 of 2473)
UNSUPPORTED: lldb-api :: benchmarks/startup/TestStartupDelays.py (2212 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.PutHex8 (2213 of 2473)
PASS: lldb-api :: lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py (2214 of 2473)
PASS: lldb-unit :: Host/./HostTests/TerminalTest.SetEcho (2215 of 2473)
PASS: lldb-shell :: Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test (2216 of 2473)
PASS: lldb-api :: lang/cpp/typedef/TestCppTypedef.py (2217 of 2473)
PASS: lldb-api :: lang/cpp/forward-declared-template-specialization/TestCppForwardDeclaredTemplateSpecialization.py (2218 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/MangledTest.NameIndexes_FindFunctionSymbols (2219 of 2473)
PASS: lldb-shell :: Settings/TestFrameFormatMangling.test (2220 of 2473)
PASS: lldb-api :: python_api/exprpath_synthetic/TestExprPathSynthetic.py (2221 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DiagnosticManagerTest.AppendMessageNoDiag (2222 of 2473)
XFAIL: lldb-shell :: Register/x86-64-write.test (2223 of 2473)
UNSUPPORTED: lldb-api :: lang/cpp/function-template-parameter-pack/TestFunctionTemplateParameterPack.py (2224 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/LogChannelEnabledTest.log_options (2225 of 2473)
PASS: lldb-api :: lang/mixed/TestMixedLanguages.py (2226 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteCommunicationServerTest.SendErrorResponse_ErrorNumber (2227 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/SharedCluster.ClusterManager (2228 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestTypeSystemClang.TestIsClangType (2229 of 2473)
PASS: lldb-unit :: ObjectFile/Breakpad/./ObjectFileBreakpadTests/FuncRecord.parse (2230 of 2473)
PASS: lldb-api :: commands/expression/weak_symbols/TestWeakSymbols.py (2231 of 2473)
PASS: lldb-shell :: ScriptInterpreter/Python/command_relative_import.test (2232 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ScalarTest.Comparison (2233 of 2473)
PASS: lldb-shell :: ScriptInterpreter/None/none.test (2234 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestClangASTImporter.DeportTypeTagDecl (2235 of 2473)
PASS: lldb-unit :: Host/./HostTests/FileActionTest.Open (2236 of 2473)
PASS: lldb-api :: lang/cpp/global_variables/TestCPPGlobalVariables.py (2237 of 2473)
UNSUPPORTED: lldb-shell :: Unwind/basic-block-sections.test (2238 of 2473)
PASS: lldb-shell :: Reproducer/TestPythonImport.test (2239 of 2473)
PASS: lldb-shell :: ObjectFile/ELF/eh_frame-symbols.yaml (2240 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestPythonCallableInvoke (2241 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ArchSpecTest.TestParseMachCPUDashSubtypeTripleSimple (2242 of 2473)
UNSUPPORTED: lldb-shell :: Register/x86-64-zmm-read.test (2243 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/FileSpecTest.Equal (2244 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.AddressRangeEmptyRange (2245 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.GetLinuxProcStatus_no_stream (2246 of 2473)
PASS: lldb-api :: commands/target/stop-hook/delete/TestTargetStopHookDelete.py (2247 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/dwo-relative-path.s (2248 of 2473)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentDelayedCrashWithBreakpointWatchpoint.py (2249 of 2473)
PASS: lldb-shell :: ObjectFile/wasm/unified-debug-sections.yaml (2250 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ConstStringTest.YAML (2251 of 2473)
PASS: lldb-api :: python_api/watchpoint/TestSetWatchpoint.py (2252 of 2473)
PASS: lldb-shell :: SymbolFile/NativePDB/bitfields.cpp (2253 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/DeserializerTest.HasData (2254 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.GetArchitecture (2255 of 2473)
PASS: lldb-api :: lang/cpp/static_member_type_depending_on_parent_size/TestStaticMemberTypeDependingOnParentSize.py (2256 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ArgsTest.ReplaceArgumentAtIndexLonger (2257 of 2473)
PASS: lldb-shell :: Minidump/Windows/find-module.test (2258 of 2473)
UNSUPPORTED: lldb-shell :: SymbolFile/NativePDB/typedefs.cpp (2259 of 2473)
PASS: lldb-api :: lang/cpp/extern_c/TestExternCSymbols.py (2260 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-stl/libcxx/queue/TestDataFormatterLibcxxQueue.py (2261 of 2473)
PASS: lldb-api :: tools/lldb-server/TestGdbRemote_qThreadStopInfo.py (2262 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/BinaryStreamTest.PutULEB128TwoBytes (2263 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/UriParserTest.MinimalPortPath (2264 of 2473)
PASS: lldb-shell :: Settings/TestFrameFormatNoColor.test (2265 of 2473)
PASS: lldb-api :: functionalities/load_using_paths/TestLoadUsingPaths.py (2266 of 2473)
PASS: lldb-shell :: Commands/command-stop-hook-output.test (2267 of 2473)
PASS: lldb-api :: functionalities/avoids-fd-leak/TestFdLeak.py (2268 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.Clear (2269 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.PutRawBytesToMixedEndian (2270 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestTypeSystemClang.TestFunctionTemplateInRecordConstruction (2271 of 2473)
UNSUPPORTED: lldb-shell :: SymbolFile/Breakpad/stack-cfi-arm.yaml (2272 of 2473)
PASS: lldb-unit :: Host/./HostTests/TerminalTest.SetBaudRate (2273 of 2473)
PASS: lldb-api :: functionalities/data-formatter/poarray/TestPrintObjectArray.py (2274 of 2473)
PASS: lldb-unit :: Target/./TargetTests/ExecutionContextTest.GetByteOrder (2275 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestPythonFile (2276 of 2473)
XFAIL: lldb-shell :: Register/x86-mm-xmm-write.test (2277 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestPushExtended (2278 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ArchSpecTest.MergeFrom (2279 of 2473)
PASS: lldb-api :: commands/thread/select/TestThreadSelect.py (2280 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/BinaryStreamTest.PutULEB128One (2281 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestPushRBP (2282 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ScalarTest.Getters (2283 of 2473)
PASS: lldb-unit :: Process/Utility/./ProcessUtilityTests/MemoryTagManagerAArch64MTETest.PackTags (2284 of 2473)
UNSUPPORTED: lldb-api :: functionalities/data-formatter/data-formatter-stl/libstdcpp/map/TestDataFormatterStdMap.py (2285 of 2473)
PASS: lldb-api :: macosx/skinny-corefile/TestSkinnyCorefile.py (2286 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/CompletionRequest.TryCompleteCurrentArgGood (2287 of 2473)
PASS: lldb-unit :: Host/./HostTests/SocketTests/SocketTest.TCPListen0ConnectAccept/ipv6 (2288 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/VMRange.ContainsAddr (2289 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.GetHexBytes_FullString (2290 of 2473)
PASS: lldb-api :: functionalities/data-formatter/user-format-vs-summary/TestUserFormatVsSummary.py (2291 of 2473)
PASS: lldb-unit :: Language/Highlighting/./HighlighterTests/HighlighterTest.ClangTrailingBackslashBeforeNewline (2292 of 2473)
PASS: lldb-unit :: Host/./HostTests/TerminalTest.SetStopBits (2293 of 2473)
PASS: lldb-unit :: Host/./HostTests/MainLoopTest.ReadObject (2294 of 2473)
PASS: lldb-api :: functionalities/gdb_remote_client/TestNestedRegDefinitions.py (2295 of 2473)
UNSUPPORTED: lldb-api :: commands/expression/call-restarts/TestCallThatRestarts.py (2296 of 2473)
PASS: lldb-api :: tools/lldb-vscode/correct-thread/TestVSCode_correct_thread.py (2297 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/UriParserTest.TypicalPortPathIPv4 (2298 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.PutHex16ByteOrderBig (2299 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestTypeSystemClang.TestDisplayNameEmpty (2300 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/dwarf5-debug_line.s (2301 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/LogTest.Register (2302 of 2473)
PASS: lldb-api :: types/TestFloatTypes.py (2303 of 2473)
PASS: lldb-shell :: Breakpoint/dummy-target.test (2304 of 2473)
PASS: lldb-shell :: Settings/TestSettingsSet.test (2305 of 2473)
PASS: lldb-unit :: Platform/./LLDBPlatformTests/PlatformDarwinTest.GetCompatibleArchARMv5 (2306 of 2473)
PASS: lldb-api :: commands/target/dump/TestTargetDumpTypeSystem.py (2307 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestClangASTImporter.RecordLayout (2308 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjCNSError.py (2309 of 2473)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/SymbolFileDWARFTests.ParseArangesNonzeroSegmentSize (2310 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/static_scope.s (2311 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py (2312 of 2473)
PASS: lldb-unit :: Signals/./SignalsTests/UnixSignalsTest.GetFilteredSignals (2313 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/Type.CompilerContextPattern (2314 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.Test64bitFramelessSmallStackFrame (2315 of 2473)
PASS: lldb-unit :: Target/./TargetTests/PathMappingListTest.RelativeTests (2316 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestSimple32bitFrameFunction (2317 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.AddressPrefixAndSuffix (2318 of 2473)
XFAIL: lldb-shell :: Register/x86-64-ymm-write.test (2319 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.ShiftOperatorStrings (2320 of 2473)
PASS: lldb-shell :: ObjectFile/Breakpad/breakpad-identification.test (2321 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/UriParserTest.Minimal (2322 of 2473)
PASS: lldb-unit :: DataFormatter/./LLDBFormatterTests/StringPrinterTests.CxxASCII (2323 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestGlobalNameResolutionWithDot (2324 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/RangeTest.SizeTypes (2325 of 2473)
PASS: lldb-shell :: Reproducer/TestProcessList.test (2326 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/RecordReplayTest.InvalidSequence (2327 of 2473)
PASS: lldb-api :: lang/objc/objc-super/TestObjCSuper.py (2328 of 2473)
PASS: lldb-unit :: Language/Highlighting/./HighlighterTests/HighlighterTest.Colons (2329 of 2473)
PASS: lldb-api :: lang/cpp/unique-types/TestUniqueTypes.py (2330 of 2473)
PASS: lldb-api :: lang/cpp/dynamic-value-same-basename/TestDynamicValueSameBase.py (2331 of 2473)
UNSUPPORTED: lldb-shell :: Register/x86-zmm-write.test (2332 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.GetPidWow64 (2333 of 2473)
PASS: lldb-api :: commands/platform/basic/TestPlatformPython.py (2334 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/UserIDResolver.GetUserName (2335 of 2473)
PASS: lldb-api :: lang/c/offsetof/TestOffsetof.py (2336 of 2473)
PASS: lldb-shell :: Reproducer/TestFileRepro.test (2337 of 2473)
PASS: lldb-shell :: Register/Core/x86-64-linux-addr.test (2338 of 2473)
PASS: lldb-unit :: Host/./HostTests/FileSystemTest.Resolve (2339 of 2473)
PASS: lldb-shell :: Settings/TestLineMarkerColor.test (2340 of 2473)
PASS: lldb-unit :: tools/lldb-server/tests/./LLDBServerTests/TestBase.LaunchModePreservesEnvironment (2341 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-objc/nsindexpath/TestDataFormatterNSIndexPath.py (2342 of 2473)
PASS: lldb-shell :: Driver/TestPositionalArgs.test (2343 of 2473)
UNSUPPORTED: lldb-api :: benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py (2344 of 2473)
PASS: lldb-api :: lang/cpp/exceptions/TestCPPExceptionBreakpoints.py (2345 of 2473)
PASS: lldb-api :: functionalities/float-display/TestFloatDisplay.py (2346 of 2473)
UNSUPPORTED: lldb-api :: commands/platform/connect/TestPlatformConnect.py (2347 of 2473)
PASS: lldb-shell :: BuildScript/compiler-full-path.test (2348 of 2473)
PASS: lldb-api :: macosx/lc-note/kern-ver-str/TestKernVerStrLCNOTE.py (2349 of 2473)
PASS: lldb-api :: lang/objc/objc-struct-return/TestObjCStructReturn.py (2350 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/ModuleSpecTest.TestELFFile (2351 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.JoinEmpty (2352 of 2473)
PASS: lldb-unit :: Host/./HostTests/SocketTests/SocketTest.UDPConnect/ipv4 (2353 of 2473)
PASS: lldb-api :: lang/cpp/dereferencing_references/TestCPPDereferencingReferences.py (2354 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestCallable (2355 of 2473)
PASS: lldb-api :: tools/lldb-vscode/attach/TestVSCode_attach.py (2356 of 2473)
PASS: lldb-unit :: Host/./HostTests/FileSystemTest.Exists (2357 of 2473)
UNSUPPORTED: lldb-shell :: Register/arm-gp-read.test (2358 of 2473)
PASS: lldb-unit :: SymbolFile/NativePDB/./SymbolFileNativePDBTests/PDBFPOProgramToDWARFExpressionTests.UnresolvedCyclicRegisterAssignmentReference (2359 of 2473)
UNSUPPORTED: lldb-api :: lang/objc/ptr_refs/TestPtrRefsObjC.py (2360 of 2473)
PASS: lldb-unit :: ScriptInterpreter/Python/./ScriptInterpreterPythonTests/PythonDataObjectsTest.TestPythonBytes (2361 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestTypeSystemClang.TestNotDeletingUserCopyCstrDueToMoveCStr (2362 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/SourceLocationSpecTest.Equal (2363 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.PutStringAsRawHex8 (2364 of 2473)
PASS: lldb-unit :: Process/Utility/./ProcessUtilityTests/MemoryTagManagerAArch64MTETest.RemoveNonAddressBits (2365 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteCommunicationClientTest.WriteMemoryTags (2366 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py (2367 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/VMRange.Reset (2368 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.GetNameColonValueContainsColon (2369 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/dwarf5_locations.s (2370 of 2473)
PASS: lldb-api :: functionalities/process_crash_info/TestProcessCrashInfo.py (2371 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.Testi386IgnoredRegisters (2372 of 2473)
PASS: lldb-api :: commands/frame/diagnose/virtual-method-call/TestDiagnoseDereferenceVirtualMethodCall.py (2373 of 2473)
PASS: lldb-api :: tools/lldb-server/TestGdbRemoteKill.py (2374 of 2473)
PASS: lldb-shell :: ObjectFile/PECOFF/sections-names.yaml (2375 of 2473)
PASS: lldb-api :: functionalities/thread/concurrent_events/TestConcurrentWatchpointDelayWatchpointOneBreakpoint.py (2376 of 2473)
PASS: lldb-unit :: debugserver/./debugserverTests/JSON.Parse (2377 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-stl/libcxx/optional/TestDataFormatterLibcxxOptional.py (2378 of 2473)
PASS: lldb-shell :: ScriptInterpreter/Python/Crashlog/parser_json.test (2379 of 2473)
PASS: lldb-api :: commands/expression/codegen-crash-import-def-arraytype-element/TestImportDefinitionArrayType.py (2380 of 2473)
PASS: lldb-unit :: tools/lldb-server/tests/./LLDBServerTests/TestBase.DebugserverEnv (2381 of 2473)
PASS: lldb-shell :: ObjectFile/ELF/section-permissions.yaml (2382 of 2473)
PASS: lldb-api :: commands/frame/diagnose/bad-reference/TestBadReference.py (2383 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ConstStringTest.FromMidOfBufferStringRef (2384 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestCreateClassTemplateDecl.FindExistingTemplates (2385 of 2473)
PASS: lldb-api :: lang/cpp/rvalue-references/TestRvalueReferences.py (2386 of 2473)
PASS: lldb-api :: python_api/value_var_update/TestValueVarUpdate.py (2387 of 2473)
PASS: lldb-shell :: ScriptInterpreter/Python/Crashlog/json.test (2388 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-globals/TestDataFormatterGlobals.py (2389 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorGDBRemoteTest.GetPidTidMultipleValues (2390 of 2473)
PASS: lldb-unit :: Host/./HostTests/SocketTests/SocketTest.DomainListenConnectAccept/ipv6 (2391 of 2473)
PASS: lldb-api :: tools/lldb-server/signal-filtering/TestGdbRemote_QPassSignals.py (2392 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/FileSpecTest.EqualDotsPosixRoot (2393 of 2473)
PASS: lldb-api :: tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py (2394 of 2473)
PASS: lldb-shell :: Reproducer/TestDSYM.test (2395 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/ClangExpressionDeclMapTest.TestUnknownIdentifierLookup (2396 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/dir-separator-posix.s (2397 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/RangeDataVector.FindEntryIndexesThatContain (2398 of 2473)
PASS: lldb-api :: commands/target/stop-hook/disable/TestTargetStopHookDisable.py (2399 of 2473)
PASS: lldb-api :: lang/cpp/this/TestCPPThis.py (2400 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestPushEDX (2401 of 2473)
UNSUPPORTED: lldb-api :: functionalities/data-formatter/data-formatter-stl/libstdcpp/list/TestDataFormatterStdList.py (2402 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.TestSpillRegToStackViaMOVx86_64 (2403 of 2473)
PASS: lldb-api :: lang/c/unicode/TestUnicodeSymbols.py (2404 of 2473)
PASS: lldb-unit :: Expression/./ExpressionTests/DWARFExpression.DW_OP_convert (2405 of 2473)
PASS: lldb-api :: commands/frame/diagnose/dereference-argument/TestDiagnoseDereferenceArgument.py (2406 of 2473)
PASS: lldb-api :: macosx/thread_suspend/TestInternalThreadSuspension.py (2407 of 2473)
PASS: lldb-shell :: Reproducer/Functionalities/TestDataFormatter.test (2408 of 2473)
PASS: lldb-unit :: Host/./HostTests/TerminalTest.SetCanonical (2409 of 2473)
PASS: lldb-shell :: Breakpoint/split-dwarf5-debug-stroffsets.test (2410 of 2473)
PASS: lldb-api :: functionalities/data-formatter/data-formatter-cpp/TestDataFormatterCpp.py (2411 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ArgsTest.ReplaceArgumentAtIndexEqual (2412 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/DataExtractorTest.GetMaxU64 (2413 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/BinaryStreamTest.PutSLEB128ThreeBytes (2414 of 2473)
PASS: lldb-unit :: UnwindAssembly/x86/./UnwindAssemblyx86Tests/Testx86AssemblyInspectionEngine.Test64bitFramelessBigStackFrame (2415 of 2473)
PASS: lldb-api :: functionalities/gdb_remote_client/TestGDBRemoteClient.py (2416 of 2473)
UNSUPPORTED: lldb-api :: functionalities/tsan/basic/TestTsanBasic.py (2417 of 2473)
PASS: lldb-api :: commands/command/source/TestCommandSource.py (2418 of 2473)
PASS: lldb-unit :: Language/Highlighting/./HighlighterTests/HighlighterTest.ClangStringLiterals (2419 of 2473)
PASS: lldb-api :: functionalities/reproducers/fs-case-sensitivity/TestReproducerFSCaseSensitivity.py (2420 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.Join (2421 of 2473)
PASS: lldb-api :: functionalities/gdb_remote_client/TestPlatformKill.py (2422 of 2473)
PASS: lldb-api :: lang/cpp/dynamic-value/TestDynamicValue.py (2423 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ArchSpecTest.MergeFromMachOUnknown (2424 of 2473)
PASS: lldb-shell :: ObjectFile/MachO/symtab.yaml (2425 of 2473)
PASS: lldb-unit :: Host/./HostTests/PipeTest.CreateWithUniqueName (2426 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/DWARFCallFrameInfoTest.Basic_eh (2427 of 2473)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/DWARFUnitTest.ClangProducer (2428 of 2473)
PASS: lldb-shell :: Reproducer/TestSynchronous.test (2429 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/DumpDataExtractorTest.BaseAddress (2430 of 2473)
PASS: lldb-api :: commands/disassemble/basic/TestDisassembleBreakpoint.py (2431 of 2473)
UNSUPPORTED: lldb-shell :: Subprocess/fork-follow-parent-softbp.test (2432 of 2473)
PASS: lldb-shell :: Minidump/Windows/broken-unwind.test (2433 of 2473)
PASS: lldb-shell :: Minidump/fb-dump.test (2434 of 2473)
PASS: lldb-api :: lang/cpp/template-arguments/TestCppTemplateArguments.py (2435 of 2473)
PASS: lldb-api :: python_api/frame/inlines/TestInlinedFrame.py (2436 of 2473)
UNSUPPORTED: lldb-api :: tools/lldb-server/TestGdbRemoteModuleInfo.py (2437 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.InsertStringAtIndexMove (2438 of 2473)
PASS: lldb-unit :: Host/./HostTests/FileSystemTest.EnumerateDirectory (2439 of 2473)
PASS: lldb-api :: commands/command/nested_alias/TestNestedAlias.py (2440 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringExtractorTest.GetHexU8_Extra (2441 of 2473)
PASS: lldb-shell :: Quit/TestQuitExitCode-30.test (2442 of 2473)
PASS: lldb-api :: lang/objc/global_ptrs/TestGlobalObjects.py (2443 of 2473)
PASS: lldb-unit :: Interpreter/./InterpreterTests/OptionArgParserTest.toScriptLanguage (2444 of 2473)
UNSUPPORTED: lldb-shell :: Register/x86-ymm-read.test (2445 of 2473)
PASS: lldb-api :: functionalities/breakpoint/address_breakpoints/TestAddressBreakpoints.py (2446 of 2473)
PASS: lldb-api :: functionalities/gdb_remote_client/TestRemoteRegNums.py (2447 of 2473)
PASS: lldb-unit :: Process/gdb-remote/./ProcessGdbRemoteTests/GDBRemoteCommunicationClientTest.SyncThreadState (2448 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StreamTest.PutRawBytesToBigEndian (2449 of 2473)
PASS: lldb-unit :: Symbol/./SymbolTests/TestTypeSystemClang.TestUnifyAccessSpecifiers (2450 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/UriParserTest.BadPort2 (2451 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/BinaryStreamTest.PutULEB128MaxValue (2452 of 2473)
PASS: lldb-unit :: Core/./LLDBCoreTests/FormatEntityTest.DefinitionConstructionNameTypeData (2453 of 2473)
PASS: lldb-unit :: SymbolFile/DWARF/./SymbolFileDWARFTests/SymbolFileDWARFTests.TestAbbrevOutOfOrder (2454 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.GetMemoryRegionInfoLinuxMapsError (2455 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/RangeTest.Equal (2456 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/StringListTest.LongestCommonPrefixEmpty (2457 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/VMRange.Comparison (2458 of 2473)
UNSUPPORTED: lldb-shell :: Unwind/eh-frame-augment-noop.test (2459 of 2473)
PASS: lldb-unit :: Process/minidump/./LLDBMinidumpTests/MinidumpParserTest.GetThreadContext_x86_64 (2460 of 2473)
PASS: lldb-api :: lang/c/local_variables/TestLocalVariables.py (2461 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/parallel-indexing-stress.s (2462 of 2473)
PASS: lldb-shell :: VSCode/TestOptions.test (2463 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/DW_TAG_variable-invalid_location.s (2464 of 2473)
PASS: lldb-api :: commands/source/info/TestSourceInfo.py (2465 of 2473)
PASS: lldb-api :: python_api/watchpoint/TestWatchpointIgnoreCount.py (2466 of 2473)
PASS: lldb-api :: python_api/value/linked_list/TestValueAPILinkedList.py (2467 of 2473)
PASS: lldb-unit :: Utility/./UtilityTests/ArchSpecTest.TripleComponentsWereSpecified (2468 of 2473)
PASS: lldb-shell :: SymbolFile/DWARF/x86/DW_AT_low_pc-addrx.s (2469 of 2473)
PASS: lldb-shell :: ObjectFile/Breakpad/uuid-matching-mac.test (2470 of 2473)
PASS: lldb-api :: functionalities/data-formatter/format-propagation/TestFormatPropagation.py (2471 of 2473)
PASS: lldb-api :: functionalities/thread/thread_exit/TestThreadExit.py (2472 of 2473)
PASS: lldb-api :: lang/c/shared_lib/TestSharedLib.py (2473 of 2473)
Slowest Tests:
--------------------------------------------------------------------------
266.55s: lldb-api :: tools/lldb-server/TestLldbGdbServer.py
213.09s: lldb-api :: macosx/skinny-corefile/TestSkinnyCorefile.py
211.72s: lldb-api :: functionalities/scripted_process/TestScriptedProcess.py
160.42s: lldb-api :: macosx/stack-corefile/TestStackCorefile.py
149.37s: lldb-api :: functionalities/memory-region/TestMemoryRegion.py
137.92s: lldb-api :: api/multithreaded/TestMultithreaded.py
91.79s: lldb-api :: functionalities/gdb_remote_client/TestWasm.py
85.64s: lldb-api :: types/TestLongTypesExpr.py
83.52s: lldb-api :: lang/objc/objc-new-syntax/TestObjCNewSyntaxLiteral.py
76.91s: lldb-api :: commands/expression/import-std-module/vector/TestVectorFromStdModule.py
74.82s: lldb-api :: lang/objc/exceptions/TestObjCExceptions.py
70.26s: lldb-api :: commands/process/attach/TestProcessAttach.py
69.62s: lldb-api :: commands/expression/import-std-module/stack/TestStackFromStdModule.py
68.23s: lldb-api :: lang/cpp/namespace/TestNamespaceLookup.py
67.10s: lldb-api :: commands/expression/import-std-module/queue/TestQueueFromStdModule.py
63.25s: lldb-api :: lang/objc/hidden-ivars/TestHiddenIvars.py
58.46s: lldb-api :: lang/objc/foundation/TestObjCMethods.py
55.71s: lldb-api :: types/TestIntegerTypeExpr.py
51.27s: lldb-api :: python_api/target/TestTargetAPI.py
50.71s: lldb-api :: tools/lldb-server/TestGdbRemoteThreadsInStopReply.py
Tests Times:
--------------------------------------------------------------------------
[ Range ] :: [ Percentage ] :: [ Count ]
--------------------------------------------------------------------------
[260s,280s) :: [ ] :: [ 1/2473]
[240s,260s) :: [ ] :: [ 0/2473]
[220s,240s) :: [ ] :: [ 2/2473]
[200s,220s) :: [ ] :: [ 0/2473]
[180s,200s) :: [ ] :: [ 0/2473]
[160s,180s) :: [ ] :: [ 1/2473]
[140s,160s) :: [ ] :: [ 2/2473]
[120s,140s) :: [ ] :: [ 0/2473]
[100s,120s) :: [ ] :: [ 0/2473]
[ 80s,100s) :: [ ] :: [ 4/2473]
[ 60s, 80s) :: [ ] :: [ 7/2473]
[ 40s, 60s) :: [ ] :: [ 17/2473]
[ 20s, 40s) :: [* ] :: [ 80/2473]
[ 0s, 20s) :: [************************************** ] :: [2359/2473]
--------------------------------------------------------------------------
********************
Failed Tests (1):
lldb-api :: functionalities/scripted_process/TestScriptedProcess.py
Testing Time: 2694.58s
Unsupported : 232
Passed : 2230
Expectedly Failed: 10
Failed : 1
FAILED: tools/lldb/test/CMakeFiles/check-lldb
cd /Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/tools/lldb/test && /usr/local/Frameworks/Python.framework/Versions/3.7/bin/python3.7 /Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/./bin/llvm-lit -v --time-tests --shuffle --xunit-xml-output=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/test/results.xml -v -j 4 --timeout 1200 /Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/tools/lldb/test
ninja: build stopped: subcommand failed.
Command failed: Command '['/usr/bin/env', 'TERM=vt100', '/usr/local/bin/ninja', '-v', 'check-lldb']' returned non-zero exit status 1.
Command: ['/usr/bin/env', 'TERM=vt100', '/usr/local/bin/ninja', '-v', 'check-lldb']
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] scanForIssues
[Clang] Sleeping for 5 seconds due to JENKINS-32191...
[Clang] Parsing console log (workspace: '/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized')
[Clang] -> found 0 issues (skipped 0 duplicates)
[Clang] Parsing console log (workspace: '/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized')
[Clang] -> found 0 issues (skipped 0 duplicates)
[Clang] Successfully parsed console log
[Clang] -> found 0 issues (skipped 0 duplicates)
[Clang] Parsing console log (workspace: '/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized')
[Clang] Skipping post processing
[Clang] No filter has been set, publishing all 0 issues
[Clang] Repository miner is not configured, skipping repository mining
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE