[swift-lldb-dev] [Swift CI] Build Failure: 0. OSS - LLDB Incremental - Ubuntu 14.04 (master) #3662

Todd Fiala tfiala at apple.com
Fri Jun 3 12:47:06 CDT 2016


I believe I have addressed this now, waiting for confirmation from CI.

-Todd

> On Jun 3, 2016, at 9:59 AM, Todd Fiala via swift-lldb-dev <swift-lldb-dev at swift.org> wrote:
> 
>> 
>> On Jun 3, 2016, at 9:54 AM, Todd Fiala <tfiala at apple.com <mailto:tfiala at apple.com>> wrote:
>> 
>>> 
>>> On Jun 2, 2016, at 5:38 PM, Sean Callanan via swift-lldb-dev <swift-lldb-dev at swift.org <mailto:swift-lldb-dev at swift.org>> wrote:
>>> 
>>> It’s only tangentially related: this is the -gmodules make process not working on Linux.  Note that it’s a build failure that only happened with MAKE_GMODULES=YES.
>>> I’ll look into this once I’m done with submission hell, but I’m bringing Todd into the loop: is there a problem with -gmodules tests on the older Ubuntus?
>>> 
>> 
>> I would say we’d want Adrian to be able to look at this.  From the command line, it looks like it is using the in-tree clang, so it’s using the relevant clang which should be outputting gmodules content as correctly as Adrian expects.
>> 
>> My guess is it is a real issue worth investigating.
> 
> This is consistently failing.  I have filed:
> <rdar://problem/26624222 <rdar://problem/26624222>> lldbsuite.test.lldbtest.TestExternCSymbols.test_with_gmodules is failing on Ubuntu
> 
> It looks like a build error, which likely means there’s something syntactically wrong.
> 
>> 
>>> Sean
>>> 
>>>> On Jun 2, 2016, at 4:34 PM, Mishal Shah via swift-lldb-dev <swift-lldb-dev at swift.org <mailto:swift-lldb-dev at swift.org>> wrote:
>>>> 
>>>> Hi Sean, 
>>>> 
>>>> Can you please look at this test failure? It might be related to your changes. 
>>>> Rerunning the following files:
>>>>   lang/cpp/extern_c/TestExternCSymbols.py
>>>> rerun will use the 'threading' test runner strategy
>>>> 
>>>> 
>>>> Session logs for test failures/errors/unexpected successes will go into directory '2016-06-02-18_06_08'
>>>> Command invoked: /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/test/dotest.py --executable /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/lldb-linux-x86_64/bin/lldb --rerun-all-issues -C /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/llvm-linux-x86_64/bin/clang -s 2016-06-02-18_06_08 --results-port 33652 --inferior -p TestExternCSymbols.py /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/packages/Python/lldbsuite/test --event-add-entries worker_index=0:int
>>>> 
>>>> Configuration: arch=x86_64 compiler=/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/llvm-linux-x86_64/bin/clang
>>>> ----------------------------------------------------------------------
>>>> Collected 3 tests
>>>> 
>>>> ======================================================================
>>>> ERROR: test_with_gmodules (lldbsuite.test.lldbtest.TestExternCSymbols)
>>>> ----------------------------------------------------------------------
>>>> Traceback (most recent call last):
>>>>   File "/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/packages/Python/lldbsuite/test/lldbinline.py", line 153, in __test_with_gmodules
>>>>     self.buildGModules()
>>>>   File "/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1340, in buildGModules
>>>>     if not module.buildGModules(self, architecture, compiler, dictionary, clean):
>>>>   File "/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/packages/Python/lldbsuite/test/plugins/builder_base.py", line 166, in buildGModules
>>>>     lldbtest.system(commands, sender=sender)
>>>>   File "/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 431, in system
>>>>     raise cpe
>>>> CalledProcessError: Command 'make MAKE_DSYM=NO MAKE_GMODULES=YES ARCH=x86_64  CC=/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/llvm-linux-x86_64/bin/clang SWIFTCC=/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/swift-linux-x86_64/bin/swiftc ' returned non-zero exit status 2
>>>> Config=x86_64-/home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/llvm-linux-x86_64/bin/clang-3.9
>>>> ----------------------------------------------------------------------
>>>> Ran 3 tests in 0.744s
>>>> 
>>>> RESULT: FAILED (2 passes, 0 failures, 1 errors, 0 skipped, 0 expected failures, 0 unexpected successes)
>>>> Session logs for test failures/errors/unexpected successes can be found in directory '2016-06-02-18_06_08'
>>>> 
>>>>  <>[TestExternCSymbols.py FAILED]
>>>> Command invoked: /usr/bin/python /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/test/dotest.py --executable /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/lldb-linux-x86_64/bin/lldb --rerun-all-issues -C /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/Ninja-DebugAssert/llvm-linux-x86_64/bin/clang -s 2016-06-02-18_06_08 --results-port 33652 --inferior -p TestExternCSymbols.py /home/buildnode/jenkins/workspace/oss-lldb-incremental-linux-ubuntu-14_04/lldb/packages/Python/lldbsuite/test --event-add-entries worker_index=0:int
>>>> 
>>>> 1 out of 1 test suites processed - TestExternCSymbols.py
>>>> Test rerun complete
>>>> 
>>>> Thanks, 
>>>> Mishal Shah
>>>> 
>>>>> On Jun 2, 2016, at 4:08 PM, no-reply at swift.org <mailto:no-reply at swift.org> wrote:
>>>>> 
>>>>> [FAILURE] oss-lldb-incremental-linux-ubuntu-14_04 [#3662]
>>>>> 
>>>>> Build URL:	https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/3662/ <https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/3662/>
>>>>> Project:	oss-lldb-incremental-linux-ubuntu-14_04
>>>>> Date of build:	Thu, 02 Jun 2016 15:39:21 -0700
>>>>> Build duration:	29 min
>>>>> Identified problems:
>>>>> 
>>>>> Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
>>>>> Indication 1 <https://ci.swift.org//job/oss-lldb-incremental-linux-ubuntu-14_04/3662/consoleFull#-1176703598fca400bf-2f4a-462e-b517-e058d770b2d7>
>>>>> Tests: 
>>>>> 
>>>>> Name: Test-rdar-12481949
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: Test-rdar-9974002
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: Test11588
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: Test8638051
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestAbbreviations
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestAddressBreakpoints
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestAnonymous
>>>>> Failed: 0 test(s), Passed: 21 test(s), Total: 21 test(s)
>>>>> Name: TestApropos
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestAproposWithProcess
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestArrayTypes
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestAttachDenied
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestAttachResume
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestAvoidBreakpointInDelaySlot
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestBSDArchives
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestBackticksWithoutATarget
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestBacktraceAll
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestBadAddressBreakpoints
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestBatchMode
>>>>> Failed: 0 test(s), Passed: 9 test(s), Total: 9 test(s)
>>>>> Name: TestBitfields
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestBreakpointAPI
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestBreakpointCaseSensitivity
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestBreakpointCommand
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestBreakpointCommandsFromPython
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestBreakpointConditions
>>>>> Failed: 0 test(s), Passed: 9 test(s), Total: 9 test(s)
>>>>> Name: TestBreakpointIDs
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestBreakpointIgnoreCount
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestBreakpointLanguage
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestBreakpointLocations
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestBreakpointOptions
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestBreakpointSetRestart
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestBreakpointsWithNoTargets
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestBuiltinTrap
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestBulkyEnumsVariables
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCInlines
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCPP11EnumTypes
>>>>> Failed: 0 test(s), Passed: 24 test(s), Total: 24 test(s)
>>>>> Name: TestCPPAuto
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCPPBool
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCPPBreakpointCommands
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCPPBreakpointLocations
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCPPExceptionBreakpoint
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCPPExceptionBreakpoints
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCPPStaticMethods
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCPPThis
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCStrings
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCallCPPFunction
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCallStdStringFunction
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCallStopAndContinue
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCallThatRestarts
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCallUserAnonTypedef
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCallUserDefinedFunction
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCallWithTimeout
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestChangeProcessGroup
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestChangeValueAPI
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestChar1632T
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestClassTypes
>>>>> Failed: 0 test(s), Passed: 12 test(s), Total: 12 test(s)
>>>>> Name: TestClassTypesDisassembly
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestCommandHistory
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestCommandInterpreterAPI
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCommandRegex
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestCommandScript
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCommandSource
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestCommonShortSpellings
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestCompDirSymLink
>>>>> Failed: 0 test(s), Passed: 9 test(s), Total: 9 test(s)
>>>>> Name: TestCompletion
>>>>> Failed: 0 test(s), Passed: 34 test(s), Total: 34 test(s)
>>>>> Name: TestConcurrentEvents
>>>>> Failed: 0 test(s), Passed: 87 test(s), Total: 87 test(s)
>>>>> Name: TestConditionalBreak
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestConsecutiveBreakpoints
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestConvenienceVariables
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCppChainedCalls
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCppGlobalOperators
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCppIncompleteTypes
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestCppNsImport
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCppScope
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCppValueCast
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCrashDuringStep
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCreateAfterAttach
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestCreateDuringInstructionStep
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestCxxWCharT
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterAdv
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterCategories
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterCpp
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterDisabling
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterEnumFormat
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterGlobals
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterHexCaps
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterLanguageCategoryUpdates
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterLibccIterator
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterLibccMap
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterLibccMultiMap
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterLibcxxList
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterLibcxxListLoop
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterLibcxxMultiSet
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterLibcxxSet
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterLibcxxString
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterLibcxxVBool
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterLibcxxVector
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterNamedSummaries
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterPythonSynth
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestDataFormatterRefPtrRecursion
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterScript
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterSkipSummary
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterSmartArray
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterStdIterator
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterStdList
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterStdMap
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterStdString
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterStdVBool
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterStdVector
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterSynth
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterSynthType
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterSynthVal
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterUnordered
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestDataFormatterVarScriptFormatting
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDeadStrip
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestDebugBreak
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestDebuggerAPI
>>>>> Failed: 0 test(s), Passed: 4 test(s), Total: 4 test(s)
>>>>> Name: TestDefaultCacheLineSize
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestDefaultConstructorForAPIObjects
>>>>> Failed: 0 test(s), Passed: 35 test(s), Total: 35 test(s)
>>>>> Name: TestDiamond
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDisasmAPI
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDisassembleBreakpoint
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDisassembleRawData
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestDisassemble_VST1_64
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestDumpForDebuggerCompilesWarnFree
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestDynamicValue
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestDynamicValueChildCount
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestEmulations
>>>>> Failed: 0 test(s), Passed: 2 test(s), Total: 2 test(s)
>>>>> Name: TestEnumTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestEnumVariables
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestEvents
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 9 test(s)
>>>>> Name: TestExitDuringStep
>>>>> Failed: 0 test(s), Passed: 9 test(s), Total: 9 test(s)
>>>>> Name: TestExprDoesntBlock
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestExprHelpExamples
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestExprInProtocolExtension
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestExprOptions
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestExpressionAccessControl
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestExpressionErrorBreakpoint
>>>>> Failed: 0 test(s), Passed: 12 test(s), Total: 12 test(s)
>>>>> Name: TestExpressionErrors
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestExpressionInSyscall
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestExpressionScopes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestExprs
>>>>> Failed: 0 test(s), Passed: 9 test(s), Total: 9 test(s)
>>>>> Name: TestExprs2
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestExprsChar
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestFloatTypes
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestFloatTypesExpr
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestFormatPropagation
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestFormats
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestFormatters
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestFormattersSBAPI
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestForwardDeclaration
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestFrameFormatSmallStruct
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestFrameUtils
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestFrameVariableAnonymousUnions
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestFrames
>>>>> Failed: 0 test(s), Passed: 9 test(s), Total: 9 test(s)
>>>>> Name: TestFunctionTypes
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestFunctionVariables
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestGDBRemoteMemoryRead
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestGdbRemoteAbort
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestGdbRemoteAttach
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestGdbRemoteAuxvSupport
>>>>> Failed: 0 test(s), Passed: 4 test(s), Total: 4 test(s)
>>>>> Name: TestGdbRemoteExpeditedRegisters
>>>>> Failed: 0 test(s), Passed: 5 test(s), Total: 5 test(s)
>>>>> Name: TestGdbRemoteKill
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestGdbRemoteProcessInfo
>>>>> Failed: 0 test(s), Passed: 5 test(s), Total: 5 test(s)
>>>>> Name: TestGdbRemoteRegisterState
>>>>> Failed: 0 test(s), Passed: 2 test(s), Total: 2 test(s)
>>>>> Name: TestGdbRemoteSegFault
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestGdbRemoteSingleStep
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestGdbRemoteThreadsInStopReply
>>>>> Failed: 0 test(s), Passed: 4 test(s), Total: 4 test(s)
>>>>> Name: TestGdbRemote_qThreadStopInfo
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 4 test(s)
>>>>> Name: TestGdbRemote_vCont
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestGlobalVariables
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestGoFormatters
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestGoroutines
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestHandleSegv
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestHelloWorld
>>>>> Failed: 0 test(s), Passed: 9 test(s), Total: 9 test(s)
>>>>> Name: TestHelp
>>>>> Failed: 0 test(s), Passed: 18 test(s), Total: 18 test(s)
>>>>> Name: TestIRInterpreter
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestImageListMultiArchitecture
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestImport
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestInOutVariables
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestIndexVariable
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestIndirectEnumVariables
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestInferiorAssert
>>>>> Failed: 0 test(s), Passed: 18 test(s), Total: 18 test(s)
>>>>> Name: TestInferiorChanged
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestInferiorCrashing
>>>>> Failed: 0 test(s), Passed: 18 test(s), Total: 21 test(s)
>>>>> Name: TestInlineStepping
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 9 test(s)
>>>>> Name: TestInlinedBreakpoints
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestInlinedFrame
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestInlines
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestIntegerTypes
>>>>> Failed: 0 test(s), Passed: 30 test(s), Total: 30 test(s)
>>>>> Name: TestIntegerTypesExpr
>>>>> Failed: 0 test(s), Passed: 30 test(s), Total: 30 test(s)
>>>>> Name: TestJITLoaderGDB
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestLLDBIterator
>>>>> Failed: 0 test(s), Passed: 9 test(s), Total: 9 test(s)
>>>>> Name: TestLLVM
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestLazyReverse
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestLibCxxAtomic
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestLinuxCore
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 5 test(s)
>>>>> Name: TestListener
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestLldbGdbServer
>>>>> Failed: 0 test(s), Passed: 34 test(s), Total: 34 test(s)
>>>>> Name: TestLoadUnload
>>>>> Failed: 0 test(s), Passed: 15 test(s), Total: 15 test(s)
>>>>> Name: TestLogging
>>>>> Failed: 0 test(s), Passed: 5 test(s), Total: 5 test(s)
>>>>> Name: TestMembersAndLocalsWithSameName
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestMemoryCache
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestMemoryRead
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestMiBreak
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestMiCliSupport
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 8 test(s)
>>>>> Name: TestMiData
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 7 test(s)
>>>>> Name: TestMiExec
>>>>> Failed: 0 test(s), Passed: 8 test(s), Total: 8 test(s)
>>>>> Name: TestMiExit
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestMiFile
>>>>> Failed: 0 test(s), Passed: 4 test(s), Total: 4 test(s)
>>>>> Name: TestMiGdbSetShow
>>>>> Failed: 0 test(s), Passed: 4 test(s), Total: 5 test(s)
>>>>> Name: TestMiGdbSetShowPrint
>>>>> Failed: 0 test(s), Passed: 2 test(s), Total: 3 test(s)
>>>>> Name: TestMiInterpreterExec
>>>>> Failed: 0 test(s), Passed: 7 test(s), Total: 7 test(s)
>>>>> Name: TestMiLibraryLoaded
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestMiPrompt
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestMiSignal
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 3 test(s)
>>>>> Name: TestMiStack
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestMiStartupOptions
>>>>> Failed: 0 test(s), Passed: 8 test(s), Total: 10 test(s)
>>>>> Name: TestMiSyntax
>>>>> Failed: 0 test(s), Passed: 2 test(s), Total: 2 test(s)
>>>>> Name: TestMiTarget
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestMiVar
>>>>> Failed: 0 test(s), Passed: 2 test(s), Total: 6 test(s)
>>>>> Name: TestMiniDump
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 9 test(s)
>>>>> Name: TestMixedLanguages
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestModuleAndSection
>>>>> Failed: 0 test(s), Passed: 9 test(s), Total: 9 test(s)
>>>>> Name: TestMultilevelArrays
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestMultilineExpressions
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestMultipleDebuggersCommands
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestMultithreaded
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 12 test(s)
>>>>> Name: TestMyFirstWatchpoint
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestNamespace
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestNestedAlias
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestNestedPersistentTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestNoSuchArch
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestNoreturnUnwind
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestNumThreads
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestOverloadedFunctions
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestPOUnwrapping
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestPaths
>>>>> Failed: 0 test(s), Passed: 2 test(s), Total: 3 test(s)
>>>>> Name: TestPersistentPtrUpdate
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestPersistentTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestPersistentVariables
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestPlatformCommand
>>>>> Failed: 0 test(s), Passed: 7 test(s), Total: 8 test(s)
>>>>> Name: TestPlatformProcessConnect
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestPluginCommands
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestPrintArray
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestPrintStackTraces
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestPrintfAfterUp
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestProcessAPI
>>>>> Failed: 0 test(s), Passed: 15 test(s), Total: 15 test(s)
>>>>> Name: TestProcessAttach
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestProcessIO
>>>>> Failed: 0 test(s), Passed: 15 test(s), Total: 15 test(s)
>>>>> Name: TestProcessLaunch
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestProcessSaveCore
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 6 test(s)
>>>>> Name: TestPtrRef2Typedef
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestPtrToArrayFormatting
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestPublicAPIHeaders
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestPythonOSPlugin
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestQuoting
>>>>> Failed: 0 test(s), Passed: 11 test(s), Total: 11 test(s)
>>>>> Name: TestREPLArray
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestREPLBasic
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestREPLClasses
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestREPLClosure
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestREPLDynamicType
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestREPLFunctionDefinition
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestREPLPOReplType
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestREPLQuickLookObject
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestREPLRecursiveClass
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestREPLStructs
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestREPLSubclassing
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestREPLTypeLookup
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestRaise
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestRdar12586188
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestRecursiveInferior
>>>>> Failed: 0 test(s), Passed: 18 test(s), Total: 21 test(s)
>>>>> Name: TestRecursiveTypes
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestRegexpBreakCommand
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestRegisterVariables
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestRegisters
>>>>> Failed: 0 test(s), Passed: 21 test(s), Total: 21 test(s)
>>>>> Name: TestRegistersIterator
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestRerun
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestReturnValue
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestRvalueReferences
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSBData
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSBFrameFindValue
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSBValuePersist
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSBValueUpdates
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSTL
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSTTYBeforeAndAfter
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 1 test(s)
>>>>> Name: TestSectionAPI
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSendSignal
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSequenceFunctions
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSetValues
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSetWatchlocation
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSetWatchpoint
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSettings
>>>>> Failed: 0 test(s), Passed: 29 test(s), Total: 29 test(s)
>>>>> Name: TestSharedLib
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSharedLibStrippedSymbols
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSignalsAPI
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSignedTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSimpleExpressions
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSingleQuoteInFilename
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestSourceManager
>>>>> Failed: 0 test(s), Passed: 12 test(s), Total: 12 test(s)
>>>>> Name: TestStaticVariables
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestStepNoDebug
>>>>> Failed: 0 test(s), Passed: 9 test(s), Total: 9 test(s)
>>>>> Name: TestStepTarget
>>>>> Failed: 0 test(s), Passed: 15 test(s), Total: 15 test(s)
>>>>> Name: TestStopHookCmd
>>>>> Failed: 0 test(s), Passed: 4 test(s), Total: 4 test(s)
>>>>> Name: TestStopHookMechanism
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestStopHookMultipleThreads
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestStubReverseConnect
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestStubSetSID
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftAnyObjectType
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftAnyType
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftArchetypeResolution
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftArrayType
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftBacktracePrinting
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftBreakByPartialName
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftClassTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftConditionalBreakpoint
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftDynamicValue
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftExpressionsInClassFunctions
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftExpressionsInMethodsPureSwift
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftFixIts
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftGenericTupleLabels
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftGenericTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftGlobals
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftHideRuntimeSupport
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftInstancePointerSetSP
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftLetInt
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftMetadataSymbols
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftMetadataSymbolsType
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftMetatype
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftMultipayloadEnum
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftNestedArray
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftOneCaseEnum
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftOptionals
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftProtocolTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftRangeTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftReferenceStorageTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftReturns
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftStaticStringVariables
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftStdlibDictionary
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftStdlibSet
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftStepping
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftStringVariables
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftStructChangeRerun
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftStructInit
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftTupleTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftTypeAliasFormatters
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftTypeLookup
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftTypeMetadata
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSwiftValueOfOptionals
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSymbolAPI
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSymbolContext
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestSyntheticCapping
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestTargetAPI
>>>>> Failed: 0 test(s), Passed: 30 test(s), Total: 30 test(s)
>>>>> Name: TestTargetCommand
>>>>> Failed: 0 test(s), Passed: 9 test(s), Total: 9 test(s)
>>>>> Name: TestTargetWatchAddress
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestThreadAPI
>>>>> Failed: 0 test(s), Passed: 15 test(s), Total: 15 test(s)
>>>>> Name: TestThreadExit
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestThreadJump
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestThreadSpecificBpPlusCondition
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestThreadSpecificBreakpoint
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestThreadStates
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestThreadStepOut
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 9 test(s)
>>>>> Name: TestThreadStepping
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestTopLevelExprs
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestTsanSwift
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: TestTypeCompletion
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestTypeList
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestTypeSummaryListArg
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 1 test(s)
>>>>> Name: TestTypeSummaryListScript
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestUnicodeLiterals
>>>>> Failed: 0 test(s), Passed: 9 test(s), Total: 9 test(s)
>>>>> Name: TestUnionMembers
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestUniqueTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestUnsignedTypes
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestUserFormatVsSummary
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestValueAPI
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestValueAPILinkedList
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestValueMD5Crash
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestValueObjectRecursion
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestValueOfVectorVariable
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestValueVarUpdate
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestVarInAggregateMisuse
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestVectorTypesFormatting
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestVirtual
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestWatchLocation
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestWatchLocationWithWatchSet
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestWatchpointCommandLLDB
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestWatchpointCommandPython
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestWatchpointCommands
>>>>> Failed: 0 test(s), Passed: 15 test(s), Total: 15 test(s)
>>>>> Name: TestWatchpointConditionAPI
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestWatchpointConditionCmd
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestWatchpointEvents
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestWatchpointIgnoreCount
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestWatchpointIter
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestWatchpointMultipleThreads
>>>>> Failed: 0 test(s), Passed: 6 test(s), Total: 6 test(s)
>>>>> Name: TestWatchpointSetErrorCases
>>>>> Failed: 0 test(s), Passed: 3 test(s), Total: 3 test(s)
>>>>> Name: TestWithLimitDebugInfo
>>>>> Failed: 0 test(s), Passed: 1 test(s), Total: 3 test(s)
>>>>> Name: TestWow64MiniDump
>>>>> Failed: 0 test(s), Passed: 0 test(s), Total: 3 test(s)
>>>>> Name: lldbsuite.test.lldbtest
>>>>> Failed: 1 test(s), Passed: 107 test(s), Total: 126 test(s)
>>>>> Failed: lldbsuite.test.lldbtest.TestExternCSymbols.test_with_gmodules <https://ci.swift.org/job/oss-lldb-incremental-linux-ubuntu-14_04/3662/testReport/junit/lldbsuite.test.lldbtest/TestExternCSymbols/test_with_gmodules>
>>>>> 
>>>>> Changes
>>>>> 
>>>>> Commit c69799f7820db72669b57194b880c922a0b41977 by scallanan:
>>>>> Fixed a problem where we couldn't call extern "C" functions.
>>>>> 
>>>>> add: packages/Python/lldbsuite/test/lang/cpp/extern_c/TestExternCSymbols.py
>>>>> edit: source/Expression/IRExecutionUnit.cpp
>>>>> edit: include/lldb/Expression/IRExecutionUnit.h
>>>>> add: packages/Python/lldbsuite/test/lang/cpp/extern_c/main.cpp
>>>>> add: packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile
>>>> 
>>>> _______________________________________________
>>>> swift-lldb-dev mailing list
>>>> swift-lldb-dev at swift.org <mailto:swift-lldb-dev at swift.org>
>>>> https://lists.swift.org/mailman/listinfo/swift-lldb-dev <https://lists.swift.org/mailman/listinfo/swift-lldb-dev>
>>> 
>>> _______________________________________________
>>> swift-lldb-dev mailing list
>>> swift-lldb-dev at swift.org <mailto:swift-lldb-dev at swift.org>
>>> https://lists.swift.org/mailman/listinfo/swift-lldb-dev <https://lists.swift.org/mailman/listinfo/swift-lldb-dev>
> _______________________________________________
> swift-lldb-dev mailing list
> swift-lldb-dev at swift.org <mailto:swift-lldb-dev at swift.org>
> https://lists.swift.org/mailman/listinfo/swift-lldb-dev <https://lists.swift.org/mailman/listinfo/swift-lldb-dev>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-lldb-dev/attachments/20160603/d783243b/attachment.html>


More information about the swift-lldb-dev mailing list