On Apr 21, 2017, at 2:45 PM, no-reply@swift.org <mailto:no-reply@swift.org> wrote:
[FAILURE] oss-swift-incremental-ASAN-RA-osx [#498]
Build URL: https://ci.swift.org/job/oss-swift-incremental-ASAN-RA-osx/498/
Project: oss-swift-incremental-ASAN-RA-osx
Date of build: Fri, 21 Apr 2017 12:26:23 -0700
Build duration: 2 hr 19 min
Changes
Commit 599cca2f1b4ce358b3e32dbfd197fdee789e2dbf by Arnold Schwaighofer:
ASTContext: Add trivially representable types even if we loaded their
edit: lib/AST/ASTContext.cpp
add: test/Interpreter/late_import_cgfloat.swift
Commit 4db092ec81090667e6f49c29f9aa3ffc4fe14f66 by Nathan Hawes:
[migrator] Add test for objc inference changes (fixit migration)
add: test/Migrator/objc_inference.swift
Commit 8ff9bb602ff9bd7087c5865fe24ed8be890aa17e by Michael Ilseman:
[stdlib] Speed up char iteration on ASCII strings.
edit: stdlib/public/core/StringCharacterView.swift
Commit 8b5777fdd2f3ce08c22dc2b209c875d96a6ae578 by Michael Ilseman:
[stdlib] Bug fix in reverse ASCII grapheme breaking
edit: test/stdlib/Character.swift
edit: stdlib/public/core/StringCharacterView.swift
Commit 87e00762725b06b16041fa0c88d3421ac1624a1b by Michael Ilseman:
[stdlib] un-_fastPath ASCII path, it implies coldness of other branch
edit: stdlib/public/core/StringCharacterView.swift
Commit 72e8642a059cb3e5f6e740e551a018d825843af9 by David Farler:
[Migrator] Refactor fixit filter from JSONFixitWriter to common code
edit: lib/Migrator/FixitApplyDiagnosticConsumer.cpp
add: include/swift/Migrator/FixitFilter.h
edit: include/swift/Migrator/FixitApplyDiagnosticConsumer.h
edit: lib/FrontendTool/FrontendTool.cpp
Commit 13c950d7c2800d731c8fb17892f85e1c38575378 by Jordan Rose:
[Serialization] Handle UnboundGenericTypes of generic typealiases.
edit: lib/Serialization/Deserialization.cpp
edit: test/Serialization/typealias.swift
edit: test/Serialization/Inputs/alias.swift
Commit 6287fc2ddabe9a1e3c6afbd5acdc3b934da53de1 by Tim Northover:
ARM: don't try to create an i8 -> i32 vpaddl.
edit: lib/Target/ARM/ARMISelLowering.cpp
edit: test/CodeGen/ARM/vpadd.ll
Commit ed6a4a3a79ddcbe865c37c75d6a1a6074c25046a by Matthias Braun:
X86FrameLowering: Fix getFrameIndexReference() for 'fixed' objects
edit: lib/Target/X86/X86FrameLowering.cpp
add: test/CodeGen/X86/dbg-baseptr.ll
edit: lib/Target/X86/X86RegisterInfo.h
Commit aabaa32628359ee6b01d789e8a5b665a3ad97288 by Mike Ferris:
Generate v4 manifests from Creating library
edit: Tests/CommandsTests/PackageToolTests.swift
edit: Sources/Workspace/InitPackage.swift
edit: Tests/WorkspaceTests/InitTests.swift
Commit 294ecd29a99fe8988fbf92e2d0d2646740650d39 by Ankit Aggarwal:
Emit diagnostic location when if fail to parse a manifest during
edit: Sources/Workspace/Workspace.swift
edit: Sources/Utility/Diagnostics.swift
edit: Sources/PackageGraph/RepositoryPackageContainerProvider.swift
Commit f2bcc45c5928a51af034b119247f989cf08cae04 by Ankit Aggarwal:
[Workspace] Include path in checkingOut() delegate
edit: Sources/Workspace/Workspace.swift
edit: Tests/WorkspaceTests/WorkspaceTests.swift
edit: Sources/Commands/SwiftTool.swift
Commit c402133bca9021383008c30b93e367aa94376470 by Ankit Aggarwal:
[Utility] Update the type of PackageLocation
edit: Sources/PackageGraph/PackageGraphLoader.swift
edit: Sources/Workspace/Workspace.swift
edit: Sources/Utility/Diagnostics.swift
Commit 5334aecfeba9996eeb91f1bd114b4211ebf924e4 by Ankit Aggarwal:
[BuildPlan] Move product outname to buildplan
edit: Sources/Build/BuildPlan.swift
edit: Sources/PackageModel/Product.swift
edit: Sources/PackageModel/ResolvedModels.swift