Report
[FAILURE] oss-swift-incremental-ASAN-RA-osx [#1017]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/1017/
Project:
oss-swift-incremental-ASAN-RA-osx
Date of build:
Thu, 25 Jan 2018 22:53:51 -0600
Build duration:
3 hr 17 min
Changes
-
Commit cbf07dae195402941ba8075ca877cd27e52296b3 by nhawes:
[CursorInfo] Fix crash on init call of inner NTD with generic outer NTD- add: test/SourceKit/CursorInfo/rdar_35819975.swift
- edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
-
Commit d13f83df1441b1c2b88e030bccf6a5d5fbad5339 by github:
SwiftSyntax: Factor out an API to decode serialized SourceFileSyntax.- edit: tools/SwiftSyntax/SwiftSyntax.swift
-
Commit 950e55d8998b62f07cada39bb474165ccc86b522 by mgottesman:
[sil][typelowering] Inline (i.e. eliminate) the confusing method- add: test/Executable/Inputs/arc_36509461.m
- add: test/Executable/Inputs/arc_36509461.h
- edit: test/SILOptimizer/loweraggregateinstrs.sil
- edit: include/swift/SIL/TypeLowering.h
- edit: lib/SILOptimizer/Transforms/SILLowerAggregateInstrs.cpp
- edit: lib/SIL/TypeLowering.cpp
- edit: test/SILOptimizer/mem2reg.sil
- add: test/SILOptimizer/loweraggregateinstrs_expandall.sil
- add: test/Executable/arc_36509461.swift
- edit: lib/SILOptimizer/Transforms/SILMem2Reg.cpp
-
Commit fdbf76e9f5437add8082e26392fbd4f032307f3d by mishal_shah:
Update master to build with Xcode 9.3 beta 1- edit: stdlib/public/SDK/ARKit/ARKit.swift
- edit: stdlib/public/SDK/Foundation/NSCoder.swift
- edit: README.md
- edit: test/stdlib/Foundation_NewGenericAPIs.swift
- edit: stdlib/public/SwiftShims/NSKeyedArchiverShims.h
- edit: test/stdlib/NSKeyedArchival.swift
- edit: test/stdlib/DispatchRenames.swift
-
Commit ee99c8af99d4f1e9f4e2f992d6635becef49edad by dgregor:
[Type checker] Validate class constraints for generic arguments of- edit: lib/Sema/TypeCheckType.cpp
- edit: lib/Sema/CSSimplify.cpp
- edit: lib/Sema/TypeCheckConstraints.cpp
- edit: include/swift/AST/DiagnosticsSema.def
- edit: lib/AST/Type.cpp
- edit: lib/Sema/TypeCheckGeneric.cpp
- edit: lib/Sema/TypeCheckProtocol.cpp
- edit: include/swift/AST/Types.h
- edit: lib/SIL/TypeLowering.cpp
- add: test/Generics/class_constraint.swift
-
Commit 4672c1160750ea396925f754a8e587e653006232 by dgregor:
Fix up some test cases whose diagnostics changed for the better.- edit: test/Constraints/diagnostics.swift
- edit: test/Constraints/generics.swift
-
Commit 405079984f9a64503006dafb44d7dadf082e4998 by dgregor:
Another test whose diagnostics improved- edit: test/Generics/existential_restrictions.swift
-
Commit bb5310c13d9690cd952c92fccc07f8c0993f069e by vsapsai:
[Lex] Fix crash on code completion in comment in included file.- edit: lib/Lex/PPLexerChange.cpp
- edit: lib/Lex/PPCaching.cpp
- add: test/CodeCompletion/comments.cpp
- add: test/CodeCompletion/Inputs/comments.h