Report
Build URL: https://ci.swift.org/job/swift-master-source-compat-suite/2417/ Project: swift-master-source-compat-suite Date of build: Tue, 28 Aug 2018 20:00:16 -0500 Build duration: 4 hr 31 min
Commit 4d9b85b6708f0c97533d5805bf8b820d370feda5 by jordan_rose: [Driver] Drop redundant arguments in various helper functions
Commit 845e8bef5f5b16321c4b9e9e836755d470233b0b by jordan_rose: [Driver] Add -experimental-emit-interface for textual interfaces
Commit b6b3a1b4a72df7f5fc0a91942b2a155e56c41ffb by jordan_rose: [CMake] Generate swiftinterface files next to the stdlib swiftmodules
Commit a4d464fb94eefaaded748db45e318eeaf388ff45 by dgregor: [Conformance lookup] Don’t form an inherited conformance to an error
Commit 0d054fbd3c7f4435ff652030a094081c9d247b2d by jordan_rose: Honor #sourceLocation filenames in serialized diagnostics
Commit 115a6644e9edce8e60666bae9dc9e926cde61135 by jordan_rose: Add a test that serialized diagnostics respect VFS filenames too
Commit 83823f5f7f940a3b506ffbca92487d25391d0ca5 by github: [stdlib] Obsolete various compatibility shims in 5.0 (#19008)
Commit 65edce7591c561e96ab43b24f5a005de0baa5c19 by spestov: Sema: Add FunctionInput and FunctionResult constraints
Commit 5de10fd70c2dffe0700bc891b0231031214f8c46 by spestov: Sema: Stop using FunctionType::getOld() when generating constraints for
Commit 5aabd814569a1ee8e3b12574fdbaa4fd061885e9 by spestov: Sema: Stop using FunctionType::getOld() when simplifying construction
Commit 865b613d5e9c9031dd825125c0be3d8184bd2fe9 by spestov: Sema: Stop using FunctionType::getOld() in CSDiag
Commit 8928cb5b8af8ecad404c11c81546ab6630f417bc by spestov: Sema: Stop using FunctionType::getOld() when generating constraints for
Commit b7f1a40e52147af486cb27bb8eaaf270a7e57a4e by spestov: AST: Stop using FunctionType::getOld() in AnyFunctionType::withExtInfo()
Commit 2d62849f673e8d3bbcacc1057dc2db7a77558319 by spestov: AST: Stop using FunctionType::getOld() in computeCanonicalType()
Commit 765b8844cf66bbcac0bc518be464c837b7ff33fb by spestov: Sema: Move removeArgumentLabels() to a method on TypeBase
Commit 8e3ee9033b0c34779cee5dd65a4a4224cb5a1a21 by spestov: SIL: Use TypeBase::removeArgumentLabels() instead of getUnlabeledType()
Commit 5eb75f0139595af5196caa00358cfe05e39a21ae by spestov: AST: Stop using FunctionType::getOld() in transformRec()
Commit 05c557a4882735a82360f13e192b85a55164ba53 by spestov: AST: Remove {Generic,}FunctionType::getOld()
Commit a002aae495f4d5995f00b0c3db70dbdf4abcfeff by spestov: Sema: Remove matchFunctionParamTypes()
Commit 383e93b428c4484a48a343ff8279a0b0786e4a5b by spestov: Sema: Call matchCallArguments() directly instead of matchTypes()
Commit 2975f145a19ce4c17edbab892347b8a239196f53 by spestov: Sema: Remove ArgumentTupleConversion constraint now that its no longer
Commit 0e670df941f6688b765ee46a4440c4b57471e922 by mikeash: XFAIL the DebugInfo/local-vars.swift.gyb test on Linux until it's fixed.
Commit c89ce68359f1fe8e2075576c6b086d86824ead98 by github: Fix comment typo in e224e31720 (#19019)