Report
[FAILURE] oss-swift-package-linux-ubuntu-14_04 [#2036]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/2036/
Project:
oss-swift-package-linux-ubuntu-14_04
Date of build:
Fri, 10 Aug 2018 18:05:31 -0500
Build duration:
1 hr 39 min
Identified problems:
- Compile Error: This build failed because of a compile error. Below is a list of all errors in the build log:
- Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
Changes
-
Commit 157dc719e09ccda190ed31c7c341b6fe156f29a6 by pyaskevich:
[Diagnostics] Port implicitly escaping to type conversion diagnostics to- edit: lib/Sema/CSApply.cpp
- edit: lib/Sema/CSDiagnostics.cpp
- edit: lib/Sema/CSDiagnostics.h
-
Commit f5aa0d9c75139c116e06ffee6d71c2f7db5b72e2 by pyaskevich:
[Diagnostics] Port missing force downcast diagnostic to new abstraction- edit: lib/Sema/CSApply.cpp
- edit: lib/Sema/CSDiagnostics.cpp
- edit: lib/Sema/CSDiagnostics.h
-
Commit 284e109f1ef73c722d259100037a328b580b65a5 by pyaskevich:
[Diagnostics] Try to compute precise diagnostic anchor- edit: lib/Sema/CSDiagnostics.cpp
- edit: lib/Sema/CSDiagnostics.h
-
Commit 9f9904b65d9e9a0b59835b43f5d178e932f5fb49 by pyaskevich:
[Diagnostics] Port missing&
diagnostic to new abstraction- edit: lib/Sema/CSDiagnostics.cpp
- edit: lib/Sema/CSDiagnostics.h
- edit: lib/Sema/CSApply.cpp
-
Commit 13aeb5440b3b9f49e1d4a17cfe1da854859ba646 by alex:
[libSyntax] Lazily compute a node's text length- edit: lib/Syntax/RawSyntax.cpp
- edit: include/swift/Syntax/RawSyntax.h
-
Commit a564042fdc1283cedc88dee19abe34cfb7769781 by pyaskevich:
[Diagnostics] Port missing explicit conversion to new abstraction- edit: lib/Sema/CSDiagnostics.cpp
- edit: lib/Sema/ConstraintSystem.h
- edit: lib/Sema/CSApply.cpp
- edit: lib/Sema/CSDiagnostics.h
-
Commit d72c204bad18822d37d1f394809ebada17674933 by pyaskevich:
[Diagnostics] Portmember access on optional base
diagnostic to new- edit: lib/Sema/CSApply.cpp
- edit: lib/Sema/CSDiagnostics.cpp
- edit: lib/Sema/CSDiagnostics.h
-
Commit 64593330a563a91afa26cdda151cee0f10aba3b8 by spestov:
Add regression test for [SR-5056] required convenience init & inheritance · Issue #47632 · apple/swift · GitHub- edit: test/decl/inherit/initializer.swift
-
Commit e2cde5acc292e91cfdd586dba93269e559729899 by pyaskevich:
[Diagnostics] Port 'missing optional unwrap' diagnostic to new- edit: lib/Sema/CSDiagnostics.h
- edit: lib/Sema/CSApply.cpp
- edit: lib/Sema/CSDiagnostics.cpp
-
Commit 6d64b1c8a588fa1b454199206f3f808e546dd308 by pyaskevich:
[Diagnostics] Some diagnostics possible only when locator is resolved- edit: lib/Sema/CSApply.cpp
- edit: lib/Sema/CSDiagnostics.cpp
- edit: lib/Sema/CSDiagnostics.h
-
Commit d50951c554ca23a897031ba0f169479537872489 by spestov:
Better test case for SR-7882- add: test/Interpreter/objc_class_resilience.swift
-
Commit 346b864fe93fdc2805fa0479a5a627c93dcc1c95 by spestov:
Better test case for rdar://problem/41308521- delete: test/IRGen/enum_resilience_objc.swift
- delete: test/IRGen/completely_fragile_class_layout.swift
- add: test/IRGen/completely_fragile_class_layout.sil
-
Commit 69be7d93b2aa7b6ce640796928c71c1dff097f6e by spestov:
IRGen: Split up- edit: lib/IRGen/GenClass.cpp
-
Commit b26f3efcedab6fbf87d4b33b4e3ebdb7a40de9dc by spestov:
IRGen: Remove ClassTypeInfo::getHeapAlignment()- edit: lib/IRGen/GenClass.cpp
-
Commit 90f01deba29bc76d9a2e6ccf6bd73fde8b7bb0ef by spestov:
IRGen: Remove tryEmitClassConstantFragileInstance{Size,AlignMask}()- edit: lib/IRGen/GenClass.h
- edit: lib/IRGen/GenMeta.cpp
- edit: lib/IRGen/GenClass.cpp
-
Commit b012d17b24dbb6cd9514415d6aa7d8e764c57905 by spestov:
IRGen: Move field offset global emission out of class metadata emission- edit: lib/IRGen/GenMeta.cpp
-
Commit 9f5505d95cad71965419c0ece1c538a3ecd95db1 by spestov:
IRGen: Don't make values constant in getAddrOfSimpleVariable()- edit: lib/IRGen/GenClass.cpp
- edit: lib/IRGen/GenDecl.cpp
- edit: lib/IRGen/GenEnum.cpp
-
Commit b26d8ca6ed9e27d7da2a1d799cdf0291f2cdbc71 by spestov:
IRGen: For classes with resiliently-sized fields, calculate both a- edit: test/IRGen/completely_fragile_class_layout.sil
- edit: lib/IRGen/GenClass.cpp
-
Commit e44721dd19adca7fafff443db444a74fe49a6bdd by spestov:
IRGen: Remove the 'access type'/'layout type' distinction from- edit: lib/IRGen/GenFunc.cpp
- edit: lib/IRGen/GenStruct.cpp
- edit: lib/IRGen/GenObjC.cpp
- edit: lib/IRGen/GenRecord.h
- edit: lib/IRGen/StructLayout.cpp
- edit: lib/IRGen/GenHeap.cpp
- edit: lib/IRGen/StructLayout.h
- edit: lib/IRGen/GenClass.cpp
-
Commit cddedb4531ced04a2e9c28389bf1b4374d8766ab by dave:
[CMake] Unbreak unified builds on Linux- edit: cmake/modules/SwiftExternal.cmake
-
Commit 7e4ce9a57556cd9fe2cde1194f6b569d3bcfb581 by aschwaighofer:
Codesign more tests- edit: validation-test/test-runner/AbortIsFailure.swift
- edit: test/Interpreter/testability.swift
- edit: validation-test/execution/testability.swift
- edit: validation-test/StdlibUnittest/CommandLine.swift
- edit: validation-test/stdlib/HashingRandomization.swift
- edit: validation-test/StdlibUnittest/Filter.swift
- edit: validation-test/test-runner/NonZeroExitCodeIsFailure.swift
- edit: validation-test/StdlibUnittest/Failure.swift
- edit: validation-test/stdlib/CommandLine.swift
-
Commit 6eca97add6020c2f5f9f894d483bf7a5614a573a by aschwaighofer:
Codesign test/Interpreter- edit: test/Interpreter/SDK/Foundation_NSLog.swift
- edit: test/Interpreter/builtin_bridge_object.swift
- edit: test/Interpreter/objc_bool.swift
- edit: test/Interpreter/subclass_existentials.swift
- edit: test/Interpreter/c_unions.swift
- edit: test/Interpreter/weak_objc.swift
- edit: test/Interpreter/extended_grapheme_cluster_literal.swift
- edit: test/Interpreter/SDK/mixed_mode_class_with_missing_properties.swift
- edit: test/Interpreter/unicode_scalar_literal.swift
- edit: test/Interpreter/conditional_conformances_runtime.swift
- edit: test/Interpreter/SDK/check_class_for_archiving.swift
- edit: test/Interpreter/generic_objc_subclass.swift
- edit: test/Interpreter/protocol_initializers_class.swift
- edit: test/Interpreter/imported_objc_generics.swift
- edit: test/Interpreter/opt_unowned_objc.swift
- edit: test/Interpreter/SDK/objc_bridge_cast_newtype.swift
- edit: test/Interpreter/conditional_conformances.swift
- edit: test/Interpreter/builtin.swift
- edit: test/Interpreter/objc_throw_in_noescape_block.swift
- edit: test/Interpreter/c_bitfields.swift
- edit: test/Interpreter/enum_bridged.swift
- edit: test/Interpreter/wildcard_dispatch_on_catch.swift
- edit: test/Interpreter/objc_runtime_visible.swift
- edit: test/Interpreter/SDK/class_as_object.swift
- edit: test/Interpreter/SDK/weak_objc_interop.swift
- edit: test/Interpreter/availability_weak_linking.swift
- edit: test/Interpreter/errors_imported.swift
- edit: test/Interpreter/generic_struct.swift
- edit: test/Interpreter/subclass_existentials_objc.swift
- edit: test/Interpreter/SDK/objc_bridge.swift
- edit: test/Interpreter/SDK/block_globals.swift
- edit: test/Interpreter/objc_class_properties.swift
- edit: test/Interpreter/objc_types_as_members.swift
- edit: test/Interpreter/enum_resilience.swift
- edit: test/Interpreter/protocol_initializers.swift
- edit: test/Interpreter/imported_objc_generics_extension.swift
- edit: test/Interpreter/objc_failable_initializers.swift
- edit: test/Interpreter/resilient_metadata_cycles.swift
- edit: test/Interpreter/SDK/Foundation_bridge.swift
- edit: test/Interpreter/objc_throwing_initializers.swift
- edit: test/Interpreter/synthesized_extension_conformances.swift
- edit: test/Interpreter/SDK/archive_compatibility.swift
- edit: test/Interpreter/class_resilience.swift
- edit: test/Interpreter/generic_class_empty_field.swift
- edit: test/Interpreter/global_resilience.swift
- edit: test/Interpreter/generic_class.swift
- edit: test/Interpreter/nested_generics.swift
- edit: test/Interpreter/enum.swift
- edit: test/Interpreter/SDK/objc_implicit_inner_pointer.swift
- edit: test/Interpreter/protocol_resilience.swift
- edit: test/Interpreter/SDK/OS_objects.swift
- edit: test/Interpreter/SDK/c_pointers.swift
- edit: test/Interpreter/tuple_casts.swift
- edit: test/Interpreter/SDK/class_getImageName-static.swift
- edit: test/Interpreter/SDK/class_getImageName.swift
- edit: test/Interpreter/unresolvable_dynamic_metadata_cycles.swift
- edit: test/Interpreter/enforce_exclusive_access.swift
- edit: test/Interpreter/enum-nonexhaustivity.swift
- edit: test/Interpreter/pinning.swift
- edit: test/Interpreter/collection_casts.swift
- edit: test/Interpreter/struct_resilience.swift
- edit: test/Interpreter/generic_casts.swift
- edit: test/Interpreter/SDK/errors.swift
- edit: test/Interpreter/unions-and-bitfields.swift
- edit: test/Interpreter/SDK/check_class_for_archiving_log.swift
- edit: test/Interpreter/SDK/multi-file-imported-enum.swift
- edit: test/Interpreter/capture_top_level.swift
- edit: test/Interpreter/string_literal.swift
- edit: test/Interpreter/SDK/objc_mangling.swift
-
Commit 2d8a1dbbfed545922030aa8d2decb00066a994f6 by aschwaighofer:
Codesign test/stdlib- edit: test/stdlib/SetTrapsObjC.swift
- edit: test/stdlib/StringMemoryTest.swift
- edit: test/stdlib/KeyPath.swift
- edit: test/stdlib/NSStringAPI+Substring.swift
- edit: test/stdlib/WeakMirror.swift
- edit: test/stdlib/CharacterTraps.swift
- edit: test/stdlib/tgmath_optimized.swift
- edit: test/stdlib/CodableMultifile.swift
- edit: test/stdlib/KeyPathMultiModule.swift
- edit: test/stdlib/Intents.swift
- edit: test/stdlib/UIKit.swift
- edit: test/stdlib/RangeTraps.swift
- edit: test/stdlib/ArrayBridge.swift.gyb
- edit: test/stdlib/IntervalTraps.swift
- edit: test/stdlib/ReflectionHashing.swift
- edit: test/stdlib/LazySlice.swift
- edit: test/stdlib/DictionaryTraps.swift
- edit: test/stdlib/NSSlowString.swift
- edit: test/stdlib/TestDecimal.swift
- edit: test/stdlib/PrintFloat.swift.gyb
- edit: test/stdlib/ReverseCompatibility.swift
- edit: test/stdlib/NumericParsing.swift.gyb
- edit: test/stdlib/RuntimeRetroactiveConformance.swift
- edit: test/stdlib/StringCompatibility.swift
- edit: test/stdlib/tgmath.swift.gyb
- edit: test/stdlib/PrintClass.swift
- edit: test/stdlib/KeyPathMultiFile.swift
- edit: test/stdlib/Builtins.swift
- edit: test/stdlib/Reflection.swift
- edit: test/stdlib/MetalKit.swift
- edit: test/stdlib/DispatchData.swift
- edit: test/stdlib/MapFilterLayerFoldingCompatibilty.swift
- edit: test/stdlib/TestData_Swift4.swift
- edit: test/stdlib/FloatingPoint.swift.gyb
- edit: test/stdlib/KeyPathObjC.swift
- edit: test/stdlib/DictionaryUnchecked.swift
- edit: test/stdlib/PrintStruct.swift
- edit: test/stdlib/Mirror.swift
- edit: test/stdlib/TestFileManager.swift
- edit: test/stdlib/PrintArray.swift
- edit: test/stdlib/TestTimeZone.swift
- edit: test/stdlib/UnicodeMetadata.swift
- edit: test/stdlib/test_runtime_function_counters.swift
- edit: test/stdlib/Reflection_objc.swift
- edit: test/stdlib/BridgeIdAsAny.swift.gyb
- edit: test/stdlib/TestNotification.swift
- edit: test/stdlib/OptionalTraps.swift
- edit: test/stdlib/NSValueBridging.swift.gyb
- edit: test/stdlib/PrintTuple.swift
- edit: test/stdlib/Runtime.swift.gyb
- edit: test/stdlib/Dispatch.swift
- edit: test/stdlib/AVFoundation_Swift4.swift
- edit: test/stdlib/Print.swift
- edit: test/stdlib/CloudKit.swift
- edit: test/stdlib/SwiftObjectNSObject.swift
- edit: test/stdlib/PrintString.swift
- edit: test/stdlib/TestLocale.swift
- edit: test/stdlib/StringFlatMap.swift
- edit: test/stdlib/StringTraps.swift
- edit: test/stdlib/RangeReplaceableFilterCompatibility.swift
- edit: test/stdlib/RuntimeObjC.swift
- edit: test/stdlib/TestData.swift
- edit: test/stdlib/Float.swift
- edit: test/stdlib/AnyHashableCasts.swift.gyb
- edit: test/stdlib/SetTraps.swift
-
Commit 18707318165a99c290017df4df3857173fd2d1e2 by aschwaighofer:
Codesign test/IRGen- edit: test/IRGen/multithread_module.swift
- edit: test/IRGen/report_dead_method_call.swift
- edit: test/IRGen/object_type.swift
- edit: test/IRGen/meta_meta_type.swift
- edit: test/IRGen/zero_size_types.swift
-
Commit cddf20baee8207f2c3f2fc541bb9e972b453b9e2 by aschwaighofer:
Codesign test/multifile- edit: test/multifile/require-layout3/main.swift
- edit: test/multifile/objc_closure_escape/main.swift
- edit: test/multifile/multiconformanceimpls/main.swift
- edit: test/multifile/require-layout/main.swift
- edit: test/multifile/require-layout2/main.swift
- edit: test/multifile/nested_types/main.swift
-
Commit adbbb5b6b7629e873beae5f68c278c3511dfb9ef by aschwaighofer:
Codesign test/SILOptimizer- edit: test/SILOptimizer/global_init_with_empty.swift
- edit: test/SILOptimizer/specialize_partial_apply.swift
- edit: test/SILOptimizer/let_properties_opts_runtime.swift
- edit: test/SILOptimizer/capture_propagation_linkage.swift
-
Commit 294edf532c4ba5dc092dd18ae5e7793a0a6a810b by aschwaighofer:
Codesign test/Prototypes- edit: test/Prototypes/UnicodeDecoders.swift
- edit: test/Prototypes/property_behaviors/delayed.swift
- edit: test/Prototypes/property_behaviors/lazy.swift
- edit: test/Prototypes/Algorithms.swift
-
Commit b077abb43e8796b124874b2a00f63d3d6ef9f2bc by aschwaighofer:
Codesign test/PrintAsObjC- edit: test/PrintAsObjC/arc-conventions.swift
-
Commit 5027df5a41e97bcc2cfb3dc6a5bb98252cd700a8 by aschwaighofer:
Codesign test/Playground- edit: test/PlaygroundTransform/defer.swift
- edit: test/PlaygroundTransform/declarations.swift
- edit: test/PlaygroundTransform/control-flow.swift
- edit: test/PlaygroundTransform/empty-tuple.swift
- edit: test/PlaygroundTransform/placeholder.swift
- edit: test/PlaygroundTransform/generics.swift
- edit: test/PlaygroundTransform/nested_function.swift
- edit: test/PlaygroundTransform/init.swift
- edit: test/PlaygroundTransform/mutation.swift
- edit: test/PlaygroundTransform/array.swift
- edit: test/PlaygroundTransform/do-catch.swift
- edit: test/PlaygroundTransform/plus_equals.swift
- edit: test/PlaygroundTransform/print.swift
- edit: test/PlaygroundTransform/high_performance.swift
- edit: test/PlaygroundTransform/array_did_set.swift
- edit: test/PlaygroundTransform/disable_transform_only.swift
- edit: test/PlaygroundTransform/bare_value.swift
- edit: test/PlaygroundTransform/do.swift
-
Commit 1691abc073e751ade9959f07139ca8664a91d8f8 by aschwaighofer:
Codesign test/PCMacro- edit: test/PCMacro/plus_equals.swift
- edit: test/PCMacro/nested_function.swift
- edit: test/PCMacro/operators.swift
- edit: test/PCMacro/pc_and_log.swift
- edit: test/PCMacro/defer.swift
- edit: test/PCMacro/for.swift
- edit: test/PCMacro/if.swift
- edit: test/PCMacro/mutation.swift
- edit: test/PCMacro/else.swift
- edit: test/PCMacro/func_decls.swift
- edit: test/PCMacro/didset.swift
- edit: test/PCMacro/switch.swift
-
Commit f04aec58b24249a38c50734dd955da6719eaf925 by aschwaighofer:
Codesign test/Parse- edit: test/Parse/ConditionalCompilation/switch_case_executable.swift
-
Commit b182f656b311666cbfa337741096067eea2568d6 by aschwaighofer:
Codesign test/Frontend- edit: test/Frontend/sil-primary-file-with-sib.swift
-
Commit d256564e89141a767857c6c1df4ab6265525b2a0 by aschwaighofer:
Codesign test/Driver- edit: test/Driver/emit-sib-single-file.swift
- edit: test/Driver/sdk-link.swift
- edit: test/Driver/batch_mode_with_supplementary_filelist_execution.swift
- edit: test/Driver/emit-sil-single-file.swift
-
Commit f397fa3be2b05b6c36b62a566e43207468459aa2 by aschwaighofer:
Codesign test/DebuggerTestingTransform- edit: test/DebuggerTestingTransform/basic-assignments.swift
-
Commit b62c6e64ffbf557f127b1356e823d806e493f8cd by aschwaighofer:
Codesign validation-test/stdlib- edit: validation-test/stdlib/Dictionary.swift
- edit: validation-test/stdlib/DictionaryTrapsObjC.swift
- edit: validation-test/stdlib/FloatingPointConversion_Debug.test-sh
- edit: validation-test/stdlib/Bool.swift
- edit: validation-test/stdlib/FloatingPointConversion_Release.test-sh
- edit: validation-test/stdlib/ArrayTrapsObjC.swift.gyb
- edit: validation-test/stdlib/Assert.swift
- edit: validation-test/stdlib/FixedPointConversion_Release.test-sh
- edit: validation-test/stdlib/Set.swift
- edit: validation-test/stdlib/FixedPointArithmeticTraps.swift.gyb
- edit: validation-test/stdlib/CoreData.swift
- edit: validation-test/stdlib/SwiftNativeNSBase.swift
- edit: validation-test/stdlib/UnicodeUTFEncoders.swift
- edit: validation-test/stdlib/CollectionCasts.swift.gyb
- edit: validation-test/stdlib/ArrayNew.swift.gyb
- edit: validation-test/stdlib/CollectionCompatibility.swift
- edit: validation-test/stdlib/Prototypes/PersistentVector.swift.gyb
- edit: validation-test/stdlib/ArrayTraps.swift.gyb
- edit: validation-test/stdlib/Arrays.swift.gyb
- edit: validation-test/stdlib/FixedPointConversion_Debug.test-sh
- edit: validation-test/stdlib/String.swift
- edit: validation-test/stdlib/HashingAvalanche.swift
-
Commit 3b0a1d40fb698cec9109c7475f66f227c012b506 by aschwaighofer:
Codesign test/Serialization- edit: test/Serialization/typealias.swift
-
Commit 9a77c14cd2baa3956ea2a73be28063acd9fc2f14 by github:
[unittests] Stop linking to swiftSIL for SwiftASTTests (#18621)- edit: unittests/AST/CMakeLists.txt
-
Commit 886475b51a7558936087615a5d65953d930e2db5 by github:
Make SILInstructionResultArray::begin() and end() inlinable (#18612)- edit: include/swift/SIL/SILInstruction.h
- edit: lib/SIL/SILInstruction.cpp
-
Commit 1b57edfc687ac260976be0a29cbd8fec013c8da1 by github:
[TBDGen] Skip @_silgen_name functions with no body (#18613)- edit: lib/TBDGen/TBDGen.cpp
- edit: test/TBD/function.swift
-
Commit 62aa9111a3c3af39bcf9b6527fc77535bde40187 by aschwaighofer:
XFAIL TestJSONEncoder.swift on armv7k- edit: test/stdlib/TestJSONEncoder.swift
-
Commit c2161435feb0736b578e5da3469e6e36a23ce4ef by mgottesman:
[gardening] Fix comment header of Link.cpp. NFC.- edit: lib/SIL/Linker.cpp
-
Commit f11b6200b1e927d8c9014b7b8f144f2af9610cc2 by spestov:
AST: Set invalid bit in ValueDecl::setInterfaceType()- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: lib/AST/ASTVerifier.cpp
- edit: lib/Sema/TypeCheckDecl.cpp
- edit: lib/AST/Decl.cpp
- edit: test/decl/func/functions.swift
- edit: lib/AST/ASTContext.cpp
- edit: lib/Sema/TypeCheckGeneric.cpp
- edit: test/Sema/circular_decl_checking.swift
-
Commit 4b258e86e644611f06c3edc22323578dcbdb8e3b by spestov:
AST: Stop setting contextual types on ParamDecls- edit: lib/AST/Builtins.cpp
- edit: lib/Sema/DerivedConformances.cpp
- edit: lib/Sema/TypeCheckREPL.cpp
- edit: lib/IRGen/LoadableByAddress.cpp
- edit: lib/Sema/DerivedConformanceRawRepresentable.cpp
- edit: lib/Sema/PCMacro.cpp
- edit: lib/SILOptimizer/Mandatory/AddressLowering.cpp
- edit: lib/Sema/PlaygroundTransform.cpp
- edit: lib/SILGen/SILGenConstructor.cpp
- edit: unittests/AST/SourceLocTests.cpp
- edit: lib/Sema/TypeCheckDecl.cpp
- edit: include/swift/AST/Decl.h
- edit: lib/SILGen/SILGenProlog.cpp
- edit: lib/Serialization/Deserialization.cpp
- edit: lib/Parse/ParseDecl.cpp
- edit: lib/Parse/ParseStmt.cpp
- edit: lib/AST/Decl.cpp
- edit: lib/Parse/ParseExpr.cpp
- edit: lib/Sema/DerivedConformanceCodable.cpp
- edit: lib/ClangImporter/ImportDecl.cpp
- edit: lib/Sema/CodeSynthesis.cpp
- edit: lib/Sema/DerivedConformanceCodingKey.cpp
- edit: lib/Sema/TypeChecker.h
- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: lib/Parse/ParsePattern.cpp
- edit: lib/Sema/TypeCheckStmt.cpp
- edit: lib/ClangImporter/ImportType.cpp
- edit: lib/Sema/DerivedConformanceEquatableHashable.cpp
-
Commit d4b6ccf99d3f188ad0b067fe1715702d14c097b7 by aprantl:
Temporarily disable tests that contain race conditions.- edit: lit/tools/lldb-mi/exec/exec-next.test
- edit: lit/tools/lldb-mi/exec/exec-step-instruction.test
- edit: lit/tools/lldb-mi/exec/exec-step.test
- edit: lit/tools/lldb-mi/exec/exec-next-instruction.test
-
Commit 512339272440058d0b2d33e557390c57f1b66050 by spestov:
[Swift] Update for VarDecl constructor API change- edit: source/Target/SwiftLanguageRuntime.cpp
- edit: source/Plugins/ExpressionParser/Swift/SwiftASTManipulator.cpp