swift-ci
(Swift CI)
1
Report
[FAILURE] swift-master-source-compat-suite-enable-verify-exclusivity [#2675]
Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite-enable-verify-exclusivity/2675/
Project:
swift-master-source-compat-suite-enable-verify-exclusivity
Date of build:
Thu, 13 Feb 2020 08:45:14 -0600
Build duration:
7 hr 32 min
Changes
-
Commit 607c2984939dab5395ded1dcf41ede12de261d66 by pyaskevich:
[Diagnostics] Refactor diagnoseAmbigutiyWithFixes to use the differences
-
edit: test/Constraints/one_way_constraints.swift
-
edit: test/Constraints/closures.swift
-
edit: lib/Sema/ConstraintSystem.cpp
-
edit: lib/Sema/ConstraintSystem.h
-
Commit 54706ba79b84fbdf9c753e8ca08a62cb229d7ec6 by pyaskevich:
[Diagnostics] Simplify diagnoseAmbiguityWithFixes by removing
-
edit: lib/Sema/ConstraintSystem.cpp
-
edit: test/Constraints/diagnostics.swift
-
edit: test/decl/subscript/subscripting.swift
-
Commit 651c27b50baafad32a4dc8149759a8d01dba1cc0 by pyaskevich:
[Diagnostics] Add CSFix::diagnoseForAmbiguity for diagnosing common
-
edit: lib/Sema/CSFix.cpp
-
edit: test/Constraints/closures.swift
-
edit: test/Sema/diag_ambiguous_overloads.swift
-
edit: test/type/protocol_composition.swift
-
edit: test/Misc/misc_diagnostics.swift
-
edit: lib/Sema/CSFix.h
-
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: test/Constraints/diagnostics.swift
-
edit: test/Parse/super.swift
-
edit: lib/Sema/ConstraintSystem.cpp
-
edit: test/NameBinding/import-resolution-overload.swift
-
edit: test/Constraints/patterns.swift
-
edit: include/swift/AST/DiagnosticsSema.def
-
Commit ab59032ebbe36bf2cb72cc46412688f0315d2152 by pyaskevich:
[CSDiag] Remove obsolete ambiguity code.
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: lib/Sema/CSDiag.cpp
-
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 5437622d2da556b23ab459452d2d4bcfb0dd0d13 by pyaskevich:
[Diagnostics] Diagnose ambiguity with conflicting arguments to generic
-
edit: include/swift/AST/DiagnosticsSema.def
-
edit: test/Sema/suppress-argument-labels-in-types.swift
-
edit: lib/Sema/ConstraintSystem.cpp
-
edit: test/Sema/type_join.swift
-
edit: lib/Sema/CSFix.h
-
edit: lib/Sema/CSFix.cpp
-
edit: test/type/opaque.swift
-
edit: lib/Sema/CSDiagnostics.cpp
-
edit: lib/Sema/ConstraintSystem.h
-
edit: test/decl/func/default-values.swift
-
edit: test/Generics/deduction.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: Rename diagnoseConflictingArguments into
-
edit: lib/Sema/ConstraintSystem.cpp
-
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] Replace llvm::find_if with llvm::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