Report
[FAILURE] swift-master-source-compat-suite [#4721]
Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite/4721/
Project:
swift-master-source-compat-suite
Date of build:
Tue, 10 Mar 2020 14:59:29 -0500
Build duration:
5 hr 22 min
Changes
-
Commit 6df132de1a5fe4dfd943be7e49b3bb54a9e6ff2b by passos.luciano:
[ConstraintSystem] Make getCalleLocator to support an apply involving an- edit: lib/Sema/ConstraintSystem.cpp
-
Commit c1e517a798e320b2eff93d5fbe503bcddd74c376 by passos.luciano:
[tests] Adding tests for SR-12019- edit: test/attr/attr_dynamic_callable.swift
-
Commit f796e27b657a382ef6cd956615ea85f6e8a25377 by passos.luciano:
[TypeChecker] Requestify DynamicCallableAttribute check- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: include/swift/AST/TypeCheckerTypeIDZone.def
- edit: lib/Sema/ConstraintSystem.cpp
- edit: lib/AST/Type.cpp
- edit: include/swift/AST/TypeCheckRequests.h
- edit: include/swift/AST/Types.h
-
Commit 6ca7e383a9925aa12dc4b8ce0024c894ba05d244 by passos.luciano:
[tests] Add more test cases for SR-12019 dynamic callable- edit: test/attr/attr_dynamic_callable.swift
- edit: lib/Sema/TypeCheckConstraints.cpp
-
Commit 5aaf2ce7b666ce340023c2c47e6113688e1d044f by passos.luciano:
[tests] Fix broken Misc/stats_dir_tracer.swift tests- edit: test/Misc/stats_dir_tracer.swift
-
Commit c1c6a884a4fb5f05af411abc8256cb548484e041 by hborla:
[ConstraintSystem] Respect the constraint solver performance thresholds,- add: validation-test/Sema/type_checker_perf/slow/rdar53589951.swift
- edit: lib/Sema/ConstraintSystem.h
- edit: lib/Sema/CSStep.cpp
-
Commit 8f7340cd6e9ce79114557ce6cd0c012937817008 by rishizaki:
[CodeCompletion] Re-typecheck TypeExpr without call arguments- edit: lib/IDE/ExprContextAnalysis.cpp
- edit: test/IDE/complete_call_arg.swift
-
Commit e8bcd90647fe1bcdd138ecc5ade1deb7edb52127 by compnerd:
test: add missing tool dependency- edit: test/CMakeLists.txt
-
Commit 01145c04aa42bd06a1f03c1b1648f2dbb02e2d4f by passos.luciano:
[Type] Return early on hasDynamicCallable/DynamicMemberLookup if it may- edit: lib/AST/Type.cpp
-
Commit eea07b318d931ac0d2fc93e83b107da26b7d88c2 by rjmccall:
Preserve PrettyStackTrace context in the interface worker thread.- edit: lib/Frontend/ModuleInterfaceBuilder.cpp
-
Commit bac7e6b07b92e94728a7bcd040fcb9a9da2b10ad by rjmccall:
Add some helpers to the SILFunctionType component types.- edit: include/swift/AST/Types.h
-
Commit 7ce6753231bbbbed560c206bfd8873a7aea20c47 by acgarland:
[SymbolGraph] Track conditional conformance- edit: lib/SymbolGraphGen/Symbol.h
- edit: lib/SymbolGraphGen/JSON.cpp
- edit: lib/SymbolGraphGen/SymbolGraph.cpp
- edit: lib/SymbolGraphGen/SymbolGraphASTWalker.cpp
- edit: lib/SymbolGraphGen/Edge.h
- edit: lib/SymbolGraphGen/SymbolGraphASTWalker.h
- add: test/SymbolGraph/Relationships/Synthesized/ConditionalConformance.swift
- edit: lib/SymbolGraphGen/SymbolGraph.h
- edit: lib/SymbolGraphGen/Edge.cpp
- edit: lib/SymbolGraphGen/JSON.h
- edit: lib/SymbolGraphGen/Symbol.cpp
- edit: lib/SymbolGraphGen/SymbolGraphGen.cpp
-
Commit 07f03bd287b5f5297ef7a30a49622d0ad29243eb by rjmccall:
Use pattern substitutions to consistently abstract yields.- edit: lib/SILGen/SILGenPoly.cpp
- edit: include/swift/SIL/SILType.h
- add: test/SILGen/coroutine_subst_function_types.swift
- edit: lib/AST/ASTMangler.cpp
- edit: lib/AST/ASTPrinter.cpp
- edit: lib/Sema/TypeCheckType.cpp
- edit: test/SILGen/apply_abstraction_nested.swift
- edit: lib/AST/Type.cpp
- edit: lib/SILOptimizer/Utils/Generics.cpp
- edit: lib/SIL/SILVerifier.cpp
- edit: include/swift/AST/Types.h
- edit: test/SILGen/function_type_lowering.swift
- add: include/swift/AST/TypeDifferenceVisitor.h
- edit: lib/SIL/TypeLowering.cpp
- edit: lib/SIL/SILFunctionType.cpp
- edit: include/swift/SIL/SILFunction.h
- edit: test/SILGen/multi_file.swift
-
Commit 68137626423cca7905beb2045a17f04a76041470 by gribozavr:
[SILGen] Remove incomplete support for generic bridging functions in- edit: lib/SILGen/SILGen.cpp
-
Commit 7f426d15a8fdb16aa95b19a317618a30db2cc129 by rishizaki:
Revert "[semantic-arc-opts] Refactor out reinitializing the worklist- edit: lib/SILOptimizer/Transforms/SemanticARCOpts.cpp
-
Commit fad1b431c2342f8dec633ef30bdfdd58188ddf5b by rishizaki:
Revert "[semantic-arc-opts] Implement @owned phi web elimination for phi- edit: test/SILOptimizer/semantic-arc-opts.sil
- edit: lib/SILOptimizer/Transforms/SemanticARCOpts.cpp
- edit: include/swift/SIL/OwnershipUtils.h
- edit: include/swift/Basic/FrozenMultiMap.h
- edit: unittests/Basic/FrozenMultiMapTest.cpp
-
Commit 2374502a04ce10ba21b1940a096910ff6c8209a5 by github:
Revert "[Typechecker] Diagnose key paths with contextual type but no- edit: test/expr/unary/keypath/keypath.swift
- edit: include/swift/AST/DiagnosticsSema.def
- edit: lib/Sema/TypeCheckConstraints.cpp
-
Commit 5405a159df9b4ab96c8bc9cb46976156583a48ce by github:
Revert "[test/Index] Add a test case for cross-language USR generation- edit: test/Index/Inputs/cross_language.m
- edit: test/Index/cross_language.swift
-
Commit c728d7a4d2ca1e3f9ba25fcc4f702334d3503cc9 by github:
Fix failing IRGen arm64e tests (#30296)- edit: test/IRGen/metadata.swift
- edit: test/IRGen/yield_once_indirect.sil
- edit: test/Inputs/conditional_conformance_basic_conformances.swift
- edit: test/Inputs/conditional_conformance_subclass_future.swift
- edit: test/IRGen/partial_apply_forwarder.sil
- edit: test/IRGen/conditional_conformances.swift
- edit: test/IRGen/mixed_mode_class_with_unimportable_fields.swift
- edit: test/IRGen/yield_once_big.sil
- edit: test/Inputs/conditional_conformance_with_assoc.swift
- edit: test/lit.cfg
- edit: lib/AST/Availability.cpp
- edit: test/IRGen/witness_table_indirect_conformances.swift
- edit: test/IRGen/yield_once_biggish.sil
- edit: test/IRGen/class_resilience.swift
- edit: test/Inputs/conditional_conformance_subclass.swift
- edit: test/IRGen/conditional_conformances_future.swift
- edit: test/IRGen/enum_resilience.swift
- edit: test/IRGen/yield_once.sil
- edit: test/IRGen/c_globals.swift
-
Commit 31593c96c660c2c7a962f8726b2794c4c8176b6f by github:
Mark ptrauth_generalized_accessors.swift as UNSUPPORTED (#30305)- edit: test/IRGen/ptrauth_generalized_accessors.swift
-
Commit 557295686aed0362aaabb835cd4398c8c12a9d01 by github:
Mark typeref_lowering.swift and typeref_decoding_imported.swift as- edit: test/Reflection/typeref_decoding_imported.swift
- edit: test/Reflection/typeref_lowering.swift
-
Commit 13b9915c6fed5c1aefe1c93d89a8b69cad736205 by github:
Use in_guaranteed for let captures (#29812)- edit: lib/SILOptimizer/Transforms/TempRValueElimination.cpp
- edit: test/SILGen/default_arguments_local.swift
- edit: lib/SIL/TypeLowering.cpp
- edit: test/SILOptimizer/specialize_partial_apply.swift
- edit: lib/IRGen/GenFunc.cpp
- edit: test/SILGen/guaranteed_closure_context.swift
- edit: lib/IRGen/NecessaryBindings.h
- edit: lib/SIL/SILFunctionType.cpp
- edit: test/Reflection/typeref_decoding.swift
- edit: lib/IRGen/GenProto.cpp
- edit: test/SILGen/generic_closures.swift
- edit: test/Reflection/typeref_decoding_asan.swift
- edit: validation-test/Reflection/functions.swift
- edit: lib/SIL/SILVerifier.cpp
- edit: lib/SILOptimizer/Utils/InstOptUtils.cpp
- edit: include/swift/SIL/TypeLowering.h
- edit: lib/SILGen/SILGenProlog.cpp
- edit: test/IRGen/closure.swift
- edit: lib/SILGen/SILGenFunction.cpp
- edit: include/swift/SILOptimizer/Utils/InstOptUtils.h
- edit: test/SILGen/capture_resilience.swift
- edit: lib/SILOptimizer/Mandatory/ClosureLifetimeFixup.cpp
- edit: test/SILGen/struct_resilience.swift