This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 93e33cbc7 Use socketpair on all Unix platforms new e360fd68d Initial patchset to get the testsuite running against armv7 a [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: packages/Python/lldbsuite/test/decorators.py | 17 +++ .../call-function/TestCallStdStringFunction.py | 12 +- .../test/expression_command/char/TestExprsChar.py | 5 +- .../TestPersistObjCPointeeType.py | 1 + .../test/expression_command/po_verbosity/Makefile | 2 +- .../test/expression_command/po_verbosity/main.m | 2 +- .../functionalities/avoids-fd-leak/TestFdLeak.py | 3 + .../nsindexpath/TestDataFormatterNSIndexPath.py | 1 + .../data-formatter-skip-summary/Makefile | 2 +- .../iterator/TestDataFormatterStdIterator.py | 1 + .../libstdcpp/list/TestDataFormatterStdList.py | 1 + .../libstdcpp/map/TestDataFormatterStdMap.py | 1 + .../smart_ptr/TestDataFormatterStdSmartPtr.py | 1 + .../libstdcpp/string/TestDataFormatterStdString.py | 1 + .../libstdcpp/tuple/TestDataFormatterStdTuple.py | 1 + .../unique_ptr/TestDataFormatterStdUniquePtr.py | 2 + .../libstdcpp/vbool/TestDataFormatterStdVBool.py | 1 + .../libstdcpp/vector/TestDataFormatterStdVector.py | 1 + .../disassembly/TestDisassembleBreakpoint.py | 2 +- .../test/functionalities/exec/TestExec.py | 6 + .../frame-diagnose/array/TestArray.py | 1 + .../bad-reference/TestBadReference.py | 1 + .../TestComplicatedExpression.py | 1 + .../TestDiagnoseDereferenceArgument.py | 1 + .../TestDiagnoseDereferenceFunctionReturn.py | 1 + .../TestDiagnoseDereferenceThis.py | 1 + .../inheritance/TestDiagnoseInheritance.py | 1 + .../local-variable/TestLocalVariable.py | 1 + .../TestDiagnoseDereferenceVirtualMethodCall.py | 1 + .../TestLaunchWithShellExpand.py | 1 + .../test/functionalities/load_unload/Makefile | 1 + .../functionalities/load_unload/TestLoadUnload.py | 12 +- .../functionalities/mtc/simple/TestMTCSimple.py | 1 + .../process_attach/TestProcessAttach.py | 3 + .../attach_denied/TestAttachDenied.py | 1 + .../process_group/TestChangeProcessGroup.py | 1 + .../register/register_command/TestRegisters.py | 35 ++++- .../return-value/TestReturnValue.py | 60 +++++---- .../step-avoids-no-debug/TestStepNoDebug.py | 1 + .../stop-hook/TestStopHookMechanism.py | 1 + .../create_after_attach/TestCreateAfterAttach.py | 2 + .../TestThreadSpecificBreakpoint.py | 1 + .../TestThreadSpecificBpPlusCondition.py | 1 + .../unwind/sigtramp/TestSigtrampUnwind.py | 1 + .../TestWatchpointMultipleSlots.py | 18 ++- .../step_over_watchpoint/TestStepOverWatchpoint.py | 1 + .../Python/lldbsuite/test/lang/c/inlines/main.c | 2 +- .../test/lang/c/tls_globals/TestTlsGlobals.py | 4 +- .../test/lang/objc/conflicting-definition/Makefile | 16 ++- .../TestConflictingDefinition.py | 4 + .../lldbsuite/test/lang/objc/ivar-IMP/Makefile | 28 +++- .../test/lang/objc/ivar-IMP/TestObjCiVarIMP.py | 8 +- .../objc-struct-argument/TestObjCStructArgument.py | 1 + .../test/lang/objc/objc-struct-argument/test.m | 6 + .../lang/objc/rdar-11355592/TestRdar11355592.py | 8 +- packages/Python/lldbsuite/test/lldbplatform.py | 10 +- packages/Python/lldbsuite/test/lldbplatformutil.py | 6 +- packages/Python/lldbsuite/test/lldbtest.py | 2 +- .../Python/lldbsuite/test/macosx/add-dsym/Makefile | 15 ++- .../macosx/indirect_symbol/TestIndirectSymbols.py | 5 + .../test/macosx/nslog/TestDarwinNSLogOutput.py | 6 +- .../thread-names/TestInterruptThreadNames.py | 9 +- .../test/macosx/universal/TestUniversal.py | 3 + packages/Python/lldbsuite/test/make/Makefile.rules | 20 ++- .../test/python_api/exprpath_synthetic/main.mm | 2 +- .../lldbsuite/test/python_api/frame/TestFrames.py | 2 +- .../test/python_api/hello_world/TestHelloWorld.py | 2 + .../lldbsuite/test/python_api/hello_world/main.c | 7 +- .../lldbutil/iter/TestRegistersIterator.py | 22 ++-- .../test/python_api/process/io/TestProcessIO.py | 3 + .../test/python_api/sbtype_typeclass/main.m | 2 +- .../python_api/watchpoint/TestWatchpointIter.py | 7 +- .../Python/lldbsuite/test/settings/TestSettings.py | 2 + .../lldbsuite/test/settings/quoting/TestQuoting.py | 10 +- .../Python/lldbsuite/test/settings/quoting/main.c | 10 +- .../test/tools/lldb-mi/control/TestMiExec.py | 9 ++ .../test/tools/lldb-mi/data/TestMiData.py | 7 + .../test/tools/lldb-mi/signal/TestMiSignal.py | 1 + .../test/tools/lldb-mi/stack/TestMiStack.py | 7 + .../startup_options/TestMiStartupOptions.py | 7 + .../test/tools/lldb-server/TestGdbRemoteAttach.py | 1 + .../tools/lldb-server/TestGdbRemoteAuxvSupport.py | 1 + .../lldb-server/TestGdbRemoteExpeditedRegisters.py | 1 + .../tools/lldb-server/TestGdbRemoteHostInfo.py | 4 + .../test/tools/lldb-server/TestGdbRemoteKill.py | 1 + .../tools/lldb-server/TestGdbRemoteProcessInfo.py | 5 + .../lldb-server/TestGdbRemoteRegisterState.py | 1 + .../tools/lldb-server/TestGdbRemoteSingleStep.py | 1 + .../lldb-server/TestGdbRemoteThreadsInStopReply.py | 5 + .../lldb-server/TestGdbRemote_qThreadStopInfo.py | 2 + .../test/tools/lldb-server/TestGdbRemote_vCont.py | 12 ++ .../test/tools/lldb-server/TestLldbGdbServer.py | 32 +++++ .../commandline/TestStubReverseConnect.py | 1 + .../lldb-server/exit-code/TestGdbRemoteExitCode.py | 3 + .../inferior-crash/TestGdbRemoteAbort.py | 1 + .../inferior-crash/TestGdbRemoteSegFault.py | 1 + .../Python/lldbsuite/test/types/AbstractBase.py | 2 +- .../Python/lldbsuite/test/types/basic_type.cpp | 142 +++++++++++---------- 98 files changed, 517 insertions(+), 165 deletions(-)