Fixed in 684e660. -Chris
> On May 6, 2016, at 9:30 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-osx [#3898] > > Build URL: https://ci.swift.org/job/oss-swift-incremental-RA-osx/3898/ > <https://ci.swift.org/job/oss-swift-incremental-RA-osx/3898/> > Project: oss-swift-incremental-RA-osx > Date of build: Fri, 06 May 2016 21:09:47 -0700 > Build duration: 20 min > Identified problems: > > Compile Error: This build failed because of a compile error. Below is a list > of all errors in the build log: > Indication 1 > <https://ci.swift.org//job/oss-swift-incremental-RA-osx/3898/consoleFull#706321148ee1a197b-acac-4b17-83cf-a53b95139a76> > Regression test failed: This build failed because a regression test in the > test suite FAILed. Below is a list of all errors: > Indication 1 > <https://ci.swift.org//job/oss-swift-incremental-RA-osx/3898/consoleFull#-1706325296fca400bf-2f4a-462e-b517-e058d770b2d7> > Tests: > > Name: Swift > Failed: 1 test(s), Passed: 7891 test(s), Total: 7892 test(s) > Failed: > Swift.compiler_crashers_fixed.00323-swift-apply-generic-protocol.swift > <https://ci.swift.org/job/oss-swift-incremental-RA-osx/3898/testReport/junit/Swift/compiler_crashers_fixed/00323_swift_apply_generic_protocol_swift> > Name: Swift-Unit > Failed: 0 test(s), Passed: 351 test(s), Total: 351 test(s) > > Changes > > Commit 8d3f88735df2372980965bc85c9bb0465cdf151f by clattner: > Add parens to the few cases in the stdlib that lack them for function > > edit: stdlib/internal/SwiftExperimental/SwiftExperimental.swift > edit: stdlib/private/StdlibUnittest/StdlibUnittest.swift.gyb > > Commit c990fc15950aa9eca054df9aacd27615fbc2af32 by clattner: > Add some parens to function types in sil tests. NFC. > > edit: test/SILGen/same_type_abstraction.swift > edit: test/SILGen/generic_signatures.swift > edit: test/SILGen/objc_currying.swift > edit: test/SILGen/noescape_reabstraction.swift > edit: test/SILOptimizer/sink.sil > edit: test/SILGen/closures.swift > edit: test/SILGen/guaranteed_self.swift > edit: test/SILOptimizer/cse.sil > edit: test/SILGen/partial_apply_init.swift > edit: test/SILGen/addressors.swift > edit: test/SILGen/let_decls.swift > edit: test/SILGen/function_conversion.swift > edit: test/SILOptimizer/inlinecaches_objc.sil > edit: test/SILOptimizer/function_order.sil > edit: test/SILOptimizer/inline_devirtualize_specialize.sil > edit: test/SILOptimizer/inline_caches.sil > edit: test/SILOptimizer/polymorphic_inline_caches.sil > edit: test/SILGen/apply_abstraction_nested.swift > edit: test/SILOptimizer/looprotate.sil > edit: test/SILGen/objc_ownership_conventions.swift > edit: test/SILOptimizer/closure_specialize_consolidated.sil > edit: test/SILOptimizer/optimize_never.sil > edit: test/SILOptimizer/devirt_ctors.sil > edit: test/SILGen/types.swift > edit: test/SILOptimizer/latecodemotion.sil > edit: test/SILOptimizer/simplify_cfg.sil > edit: test/SILGen/local_recursion.swift > edit: test/SILOptimizer/dead_func_init_method.sil > edit: test/SILGen/dependent_member_lowering.swift > edit: test/SILOptimizer/mm_inlinecaches_multiple.sil > edit: test/SILOptimizer/inlinecaches_arc.sil > edit: test/SILGen/coverage_default_args.swift > edit: test/SILGen/optional_lvalue.swift > edit: test/SILOptimizer/devirt_override.sil > edit: test/SILGen/reabstract.swift > edit: test/SILOptimizer/devirt_try_apply.sil > edit: test/SILOptimizer/earlycodemotion.sil > edit: test/SILOptimizer/basic-instruction-properties.sil > edit: test/SILGen/switch_abstraction.swift > edit: test/SILGen/struct_resilience.swift > edit: test/SILOptimizer/basic-callee-printer.sil > edit: test/SILGen/capture_typed_boxes.swift > edit: test/SILOptimizer/inlinecaches_invalidate_failure.sil > edit: test/SILOptimizer/devirt_access.sil > edit: test/SILOptimizer/devirt_concrete_subclass_of_generic_class.swift > edit: test/SILOptimizer/recursive_single.sil > edit: test/SILGen/materializeForSet.swift > edit: test/SILOptimizer/cast_foldings.sil > edit: test/SILOptimizer/cse_objc.sil > edit: test/SIL/Parser/overloaded_member.sil > edit: test/SILOptimizer/devirt_jump_thread.sil > edit: test/SILOptimizer/devirtualize2.sil > edit: test/SILGen/witnesses.swift > edit: test/SILOptimizer/sil_combine_enums.sil > edit: test/SILGen/generic_objc_block_bridge.swift > edit: test/SILOptimizer/devirt_alloc_ref_dynamic.sil > edit: test/SILOptimizer/devirtualize.sil > edit: test/SILGen/cdecl.swift > edit: test/SILOptimizer/capture_promotion.sil > edit: test/SILGen/generic_closures.swift > edit: test/SILOptimizer/sil_combine_devirt.sil > edit: test/SIL/Parser/basic.sil > edit: test/SILGen/vtable_thunks.swift > edit: test/SILGen/protocol_resilience.swift > edit: test/SILGen/result_abstraction.swift > edit: test/SILGen/indirect_enum.swift > edit: test/SILOptimizer/recursive_func.sil > edit: test/SILGen/property_abstraction.swift > edit: test/SILGen/objc_bridging.swift > > Commit 226a675ffc0182b67335fd8faaa90573e223d390 by clattner: > Update more tests to use ()'s around function types. > > edit: test/Interpreter/SDK/objc_block_generic.swift > edit: test/Interpreter/SDK/block_calls.swift > edit: test/IRGen/enum_function_payload.swift > edit: test/Interpreter/layout_reabstraction.swift > edit: test/IRGen/dynamic_init.sil > edit: test/IRGen/partial_apply_generic.swift > edit: test/IRGen/enum_resilience.swift > edit: test/IRGen/partial_apply.sil > edit: test/Interpreter/currying_protocols.swift > edit: test/IRGen/objc_type_encoding.swift > edit: test/IRGen/objc_methods.swift > edit: test/IRGen/objc_bridge.swift > edit: test/Interpreter/repl.swift > edit: test/Interpreter/optional.swift > edit: test/IRGen/struct_resilience.swift > edit: test/IRGen/super.sil > edit: test/IRGen/objc_dealloc.sil > edit: test/Interpreter/closures.swift > edit: test/Interpreter/currying_generics.swift > edit: test/IRGen/class_isa_pointers.sil > edit: test/IRGen/objc_factory_method.sil > edit: test/IRGen/exactcast2.sil > edit: test/Reflection/Inputs/GenericTypes.swift > edit: test/Reflection/capture_descriptors.sil > > Commit 7e201996e8cec7731afe4abc3a636776bf84758a by clattner: > Update the reflection printer to not omit parens from single argument > > edit: stdlib/public/runtime/Casting.cpp > edit: test/1_stdlib/TypeName.swift > > Commit 8c1c0bed8ca60e0fb0626d4fe17e5a02e65bb4aa by clattner: > update the last of the testsuite to have parens around function type > > edit: test/1_stdlib/Runtime.swift > edit: test/1_stdlib/Optional.swift > edit: test/PrintAsObjC/blocks.swift > edit: test/PrintAsObjC/cdecl.swift > edit: test/DebugInfo/thunks.swift > edit: test/1_stdlib/RuntimeObjC.swift > edit: test/1_stdlib/UnsafePointer.swift.gyb > edit: test/PrintAsObjC/classes.swift > edit: test/Serialization/Inputs/def_basic.sil > > Commit 3d2b5bcc5350e1dea2ed8a0a95cd12ff5c760f24 by clattner: > Implement SE-0066 - Standardize function type argument syntax to require > > edit: lib/Sema/TypeCheckType.cpp > edit: include/swift/AST/DiagnosticsSema.def > edit: test/type/types.swift > edit: include/swift/AST/TypeRepr.h
_______________________________________________ swift-dev mailing list swift-dev@swift.org https://lists.swift.org/mailman/listinfo/swift-dev