New issue found!
Title: Report
[FAILURE] oss-lldb-incremental-osx [#454]
Identified problems:
- Regression test failed: This build failed because a regression test in the test suite FAILed. Below is a list of all errors:
- Assertion failure: This build failed because of an assertion failure. Below is a list of all errors in the build log:
Changes
- Commit 168109ce8e7b0897bd56108009fdee0bd49b1f19 by dcoughlin:
[analyzer] Teach RetainCountChecker about CoreMedia APIs
- edit: lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
- edit: lib/Analysis/CocoaConventions.cpp
- edit: test/Analysis/retain-release.m
- Commit f0e38d2044cb51e30fa41e4f086a6c99fa18f365 by dcoughlin:
[analyzer] ObjCGenerics: Don't warn on cast conversions involving
- edit: test/Analysis/generics.m
- edit: lib/StaticAnalyzer/Checkers/DynamicTypePropagation.cpp
- Commit 492f36bc212c5e8e65fd14c9e550b728f21a4830 by mracek:
Fixup of dyld_insert_libraries_remove.cc
- edit: test/asan/TestCases/Darwin/dyld_insert_libraries_remove.cc
- Commit 29ea599f30e4f8e93e12e792673c3c5624da21ee by pyaskevich:
[CSGen] Fix `LinkedExprAnalyzer` greedy operator linking
- edit: lib/Sema/CSGen.cpp
- edit: test/Constraints/operator.swift
- Commit 97324426288af018f938a779b036f77d6d347c93 by harlan:
[Syntax] Remove LegacyASTTransformer
- edit: include/swift/AST/SyntaxASTMap.h
- edit: include/swift/Syntax/Syntax.h
- delete: include/swift/AST/LegacyASTTransformer.h
- edit: lib/AST/CMakeLists.txt
- edit: test/Syntax/Inputs/serialize_struct_decl.json
- edit: tools/swift-syntax-test/swift-syntax-test.cpp
- edit: lib/FrontendTool/FrontendTool.cpp
- delete: lib/AST/LegacyASTTransformer.cpp
- edit: test/Syntax/Inputs/serialize_multiple_decls.json
- Commit bff9edc88b397c1be1b042f8fb56f53cd0bc7688 by compnerd:
stdlib: fix the build with macOS long tests
- edit: unittests/runtime/Stdlib.cpp
- Commit 02d7fe36ba92a88fddc29a248226879ef8f964f0 by rjmccall:
Extend the addObserver/removeObserver to AnyObject lookup idioms.
- edit: lib/Sema/MiscDiagnostics.cpp
- edit: test/SILGen/pointer_conversion_nonaccessing_objc.swift
- Commit 97cfcae4a0efaac58f1d0ce75f969b9cea493f7f by pyaskevich:
[TypeChecker] NFC: Increase exponential threshold for
- edit: validation-test/Sema/type_checker_perf/fast/rdar18360240.swift.gyb
- Commit d8fddee726dffbecc40aa46c6e6071d69a882bc6 by dgregor:
[Type checker] Don’t simplify to an error type.
- edit: lib/Sema/ConstraintSystem.cpp
- Commit 1f79af750459c731d432aed14211583e047fc1e3 by spestov:
SIL: Use objc_method instruction for Objective-C protocol method calls
- edit: test/SILGen/generic_property_base_lifetime.swift
- edit: lib/IRGen/LoadableByAddress.cpp
- edit: test/SILGen/foreign_errors.swift
- edit: lib/SIL/SILVerifier.cpp
- edit: lib/SILOptimizer/Analysis/BasicCalleeAnalysis.cpp
- edit: lib/SILOptimizer/Transforms/SimplifyCFG.cpp
- edit: include/swift/SIL/SILBuilder.h
- edit: test/SILGen/witnesses.swift
- edit: test/SILGen/protocol_extensions.swift
- edit: test/SILGen/objc_protocols.swift
- edit: lib/Serialization/SerializeSIL.cpp
- edit: test/SIL/Parser/basic.sil
- edit: lib/SILGen/SILGenApply.cpp
- edit: lib/SIL/SILInstruction.cpp
- edit: include/swift/SIL/SILCloner.h
- edit: lib/SILOptimizer/Transforms/CSE.cpp
- edit: test/Serialization/objc.swift
- edit: lib/SIL/SILPrinter.cpp
- edit: lib/Serialization/DeserializeSIL.cpp
- edit: include/swift/Serialization/ModuleFormat.h
- edit: include/swift/SIL/SILInstruction.h
- edit: lib/SILGen/SILGenThunk.cpp
- edit: test/SILOptimizer/cse_objc.sil
- edit: test/SILOptimizer/simplify_cfg.sil
- edit: lib/ParseSIL/ParseSIL.cpp
- edit: lib/IRGen/IRGenSIL.cpp
- edit: test/SILOptimizer/mandatory_inlining.sil
- add: test/SILOptimizer/objc_protocol_method.swift
- edit: lib/SIL/SILInstructions.cpp
- edit: lib/SILOptimizer/SILCombiner/SILCombinerApplyVisitors.cpp
- edit: test/Serialization/Inputs/def_basic.sil
- edit: lib/SILGen/SILGenBridging.cpp
- Commit 741c4dbf7352c995ce3ec1becfaa31e2116bac1f by spestov:
SIL: Fix up an old test
- edit: test/SIL/Parser/basic.sil
- Commit 493a4e9bc972ec947606562a1482d9e4c6712507 by aschwaighofer:
IRGen: Fix a compiler memory leak by using the right parameter in a
- edit: lib/IRGen/GenProto.cpp
- Commit ec0d53f96f5cb0059d8f53dd10e01b98eed1a4e4 by airspeedswift:
[stdlib] [SR-4005] Allow heterogenous comparisons in elementsEqual
- edit: stdlib/private/StdlibCollectionUnittest/CheckSequenceType.swift
- edit: test/IDE/complete_from_stdlib.swift
- edit: stdlib/public/core/SequenceAlgorithms.swift.gyb
- edit: test/api-digester/source-stability.swift.expected
- Commit 572a37520ce6178ca6047b94c9302ea7475d75ce by github:
[build-script] Translate "RelWithDebInfo" to "Release" for Mac LLDB
- edit: utils/build-script-impl
- Commit db5229330ea3bc981703358bdfba363ae5677868 by shajrawi:
Large Types Lowering: workaround LLDB issue by adding debug_value_addr
- edit: lib/IRGen/LoadableByAddress.cpp
- Commit e360da57bbb8d08c5c3cf75bf08a540cff8a9138 by spestov:
Sema: Use the correct source range when emitting fixits for unresolved
- edit: lib/Sema/CSDiag.cpp
- edit: test/Sema/typo_correction.swift
- Commit c544a2779d6915d00883f0b43533b7d827c9afd9 by aschwaighofer:
Revert "[CSGen] Fix `LinkedExprAnalyzer` greedy operator linking"
- edit: test/Constraints/operator.swift
- edit: lib/Sema/CSGen.cpp
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev