Report
[FAILURE] swift-master-source-compat-suite [#4629]
Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite/4629/
Project:
swift-master-source-compat-suite
Date of build:
Thu, 13 Feb 2020 05:22:08 -0600
Build duration:
7 hr 28 min
Changes
-
Commit 607c2984939dab5395ded1dcf41ede12de261d66 by pyaskevich:
[Diagnostics] Refactor diagnoseAmbigutiyWithFixes to use the differences- edit: lib/Sema/ConstraintSystem.cpp
- edit: test/Constraints/closures.swift
- edit: test/Constraints/one_way_constraints.swift
- edit: lib/Sema/ConstraintSystem.h
-
Commit 54706ba79b84fbdf9c753e8ca08a62cb229d7ec6 by pyaskevich:
[Diagnostics] Simplify diagnoseAmbiguityWithFixes by removing- edit: test/Constraints/diagnostics.swift
- edit: test/decl/subscript/subscripting.swift
- edit: lib/Sema/ConstraintSystem.cpp
-
Commit 651c27b50baafad32a4dc8149759a8d01dba1cc0 by pyaskevich:
[Diagnostics] Add CSFix::diagnoseForAmbiguity for diagnosing common- edit: lib/Sema/CSFix.cpp
- edit: test/Sema/diag_ambiguous_overloads.swift
- edit: test/type/protocol_composition.swift
- edit: lib/Sema/CSFix.h
- edit: test/Constraints/closures.swift
- edit: test/Misc/misc_diagnostics.swift
- edit: lib/Sema/ConstraintSystem.cpp
-
Commit 1a628f31077ca60f9f5a415b0ed7b8c3b4729212 by pyaskevich:
[Diagnostics] Simplify logic in diagnoseAmbiguityWithFixes for emitting- edit: include/swift/AST/DiagnosticsSema.def
- edit: test/Sema/diag_non_ephemeral.swift
- edit: lib/Sema/ConstraintSystem.cpp
- edit: test/decl/ext/protocol.swift
-
Commit d1f6b3e2efc536b6cf2c5610c8113fe757989f02 by pyaskevich:
[Diagnostics] When diagnosing an ambiguous overload, don't mention- edit: include/swift/AST/DiagnosticsSema.def
- edit: test/NameBinding/import-resolution-overload.swift
- edit: test/Parse/super.swift
- edit: test/Constraints/diagnostics.swift
- edit: lib/Sema/ConstraintSystem.cpp
- edit: test/Constraints/patterns.swift
-
Commit ab59032ebbe36bf2cb72cc46412688f0315d2152 by pyaskevich:
[CSDiag] Remove obsolete ambiguity code.- edit: lib/Sema/CSDiag.cpp
- edit: include/swift/AST/DiagnosticsSema.def
-
Commit 12dfcc495157c13f22f2c22f5c783739130147e3 by eeckstein:
Inliner: allow the inliner generate partial_apply with an open- edit: lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp
-
Commit 66474ed5a2602e9059c31faa1e84957054920594 by eeckstein:
Inliner: inline generic thunks which return a partial_apply.- add: test/SILOptimizer/curry-thunk-elimination.swift
- edit: lib/SILOptimizer/Transforms/PerformanceInliner.cpp
-
Commit 55dd1c7a9459618816471190942ff0e863097a09 by spestov:
SILGen: Small cleanup for SILGenVTable- edit: lib/SILGen/SILGenType.cpp
-
Commit d47d5e93239ad73134bc9e53f4754c1b5c7c61f6 by spestov:
SILGen: Fix a formatting nit in a test- edit: test/SILGen/subclass_existentials.swift
-
Commit 06855f758d0d572b8d05562026cd8ad830de693e by spestov:
AST: Remove a couple of redundant statistics- edit: validation-test/compiler_scale/scale_neighbouring_getset.gyb
- edit: lib/Sema/TypeCheckStmt.cpp
- edit: include/swift/Basic/Statistics.def
- edit: test/Misc/stats_dir_profiler.swift
-
Commit efd357e7c709b290b4251d160394ffce07429240 by dgregor:
[Constraint system] Factor out application to a- edit: lib/Sema/ConstraintSystem.h
- edit: lib/Sema/CSApply.cpp
-
Commit 7f9029071d734670834a1cff06537ef376fbc4c8 by dgregor:
[Constraint system] Adopt rewriteTarget for function builder transform.- edit: lib/Sema/CSApply.cpp
- edit: lib/Sema/BuilderTransform.cpp
- edit: lib/Sema/ConstraintSystem.h
-
Commit 2347829324ce1cea88e8687e2a5e8ae9fe6c6ef7 by dgregor:
[Constraint System] Allow initialized let/var declarations in function- edit: test/Constraints/function_builder_diags.swift
- edit: lib/Sema/BuilderTransform.cpp
- edit: lib/Sema/ConstraintSystem.h
- edit: test/Constraints/function_builder.swift
-
Commit 5437622d2da556b23ab459452d2d4bcfb0dd0d13 by pyaskevich:
[Diagnostics] Diagnose ambiguity with conflicting arguments to generic- edit: lib/Sema/ConstraintSystem.cpp
- edit: test/Sema/suppress-argument-labels-in-types.swift
- edit: test/Sema/type_join.swift
- edit: lib/Sema/CSFix.h
- edit: test/Generics/deduction.swift
- edit: test/type/opaque.swift
- edit: lib/Sema/ConstraintSystem.h
- edit: include/swift/AST/DiagnosticsSema.def
- edit: lib/Sema/CSFix.cpp
- edit: lib/Sema/CSDiagnostics.cpp
- edit: test/decl/func/default-values.swift
-
Commit af65c0e2f360be7d99ec44d51470fc609250b6b9 by pyaskevich:
[Diagnostics] Prioritize contextual type mismatch other ambiguities- edit: lib/Sema/ConstraintSystem.cpp
-
Commit 4d5c676ca9e897765f3382e0c66fb663d60f2ae4 by pyaskevich:
[ConstraintSystem] NFC: Remove obsolete code related to fixes from- edit: lib/Sema/ConstraintSystem.h
-
Commit 3f10bfa74e4a946d6bb6650141d667e994e377a4 by pyaskevich:
[Diagnostics] NFC: RenamediagnoseConflictingArguments
into- edit: lib/Sema/ConstraintSystem.cpp
-
Commit 3c7f6d88e21f16fd42980b6aa08a53185568bdb9 by rkandhadaimadhav:
[stdlib/private][OSLog] Add basic support for interpolating- edit: stdlib/private/OSLog/OSLogNSObjectType.swift
- edit: stdlib/private/OSLog/OSLogStringAlignment.swift
- edit: stdlib/private/OSLog/OSLog.swift
- add: stdlib/private/OSLog/OSLogFloatingPointTypes.swift
- edit: stdlib/private/OSLog/OSLogIntegerTypes.swift
- edit: test/stdlib/OSLogPrototypeExecTest.swift
- edit: test/SILOptimizer/OSLogPrototypeCompileDiagnostics.swift
- edit: stdlib/private/OSLog/OSLogIntegerFormatting.swift
- edit: stdlib/private/OSLog/OSLogMessage.swift
- edit: stdlib/private/OSLog/OSLogStringTypes.swift
- edit: test/SILOptimizer/OSLogPrototypeFullOptTest.swift
- edit: test/SILOptimizer/OSLogConstantEvaluableTest.swift
- edit: test/SILOptimizer/OSLogPrototypeCompileTest.swift
- edit: stdlib/private/OSLog/CMakeLists.txt
-
Commit 202ee5b02029fae485f8e2269518952c22cdf35b by compnerd:
build: help pave the road for a mixed Python build- edit: cmake/modules/SwiftHandleGybSources.cmake
-
Commit 60a210b6575d41470a454099940edc5f8b03a72f by pyaskevich:
[ConstraintSystem] NFC: Fix a couple of typos in comments- edit: lib/Sema/ConstraintSystem.cpp
- edit: test/type/opaque.swift
-
Commit b872bdfca1be8a86735c2ab13226097d5072c972 by pyaskevich:
[Diagnostics] Replacellvm::find_if
withllvm::any_of
in- edit: lib/Sema/ConstraintSystem.cpp
-
Commit 172c2003ea5bbafa5ccd267bcbd83ea72f4f20d8 by pyaskevich:
[Diagnostics] NFC: Add a comment about special handling of opaque result- edit: lib/Sema/ConstraintSystem.cpp