Report
[FAILURE] oss-lldb-swift-5.1-osx [#370]
Build URL:
https://ci.swift.org/job/oss-lldb-swift-5.1-osx/370/
Project:
oss-lldb-swift-5.1-osx
Date of build:
Fri, 19 Apr 2019 17:40:36 -0500
Build duration:
4 min 17 sec
Changes
-
Commit 1ee831327c27c31e287f77d8dc9e4ca239ed1fe1 by nhawes:
Add an attribute to inhert a param's default value from the overridden- edit: lib/AST/Decl.cpp
- edit: lib/Parse/ParsePattern.cpp
- edit: lib/AST/ASTPrinter.cpp
- edit: lib/Sema/TypeCheckAttr.cpp
- add: test/ParseableInterface/default-args.swift
- edit: lib/Sema/TypeCheckDeclOverride.cpp
- edit: include/swift/AST/Attr.def
-
Commit 55b809e2627ba103ee7c53449ea9d6ca6d867283 by nhawes:
Add diagnostics for the new @_inheritedDefaultValue attribute- edit: lib/Sema/TypeCheckStmt.cpp
- add: test/ParseableInterface/inherited-defaults-checks.swiftinterface
- edit: include/swift/AST/DiagnosticsSema.def
-
Commit df71afbeec7e3145f4dd57f3e36fbb44b64d4fbe by nhawes:
Change from using the @_inheritedDefaultValue attribute to mark- edit: include/swift/Parse/Parser.h
- edit: lib/AST/ASTPrinter.cpp
- edit: lib/Parse/ParsePattern.cpp
- edit: include/swift/AST/DiagnosticsSema.def
- edit: lib/Sema/TypeCheckStmt.cpp
- edit: lib/Sema/TypeCheckDeclOverride.cpp
- edit: lib/AST/Decl.cpp
- edit: lib/Sema/TypeCheckAttr.cpp
-
Commit 9b22179b3d6fdbb77c0299a0b353a0f3dc83595b by nhawes:
Update tests from @_inheritedDefaultValue to '= super'- edit: test/ParseableInterface/default-args.swift
- edit: test/ParseableInterface/inherited-defaults-checks.swiftinterface
- edit: include/swift/AST/Attr.def
-
Commit cb882b8a26e2f3d445c5650c7445fc2d1e4376d8 by nhawes:
Add test for the SwiftSyntax tree produced when parsing '= super' in a- add: test/Syntax/round_trip_module_interface.swiftinterface
- edit: tools/swift-syntax-test/swift-syntax-test.cpp
- add: test/Syntax/Outputs/round_trip_module_interface.swiftinterface.withkinds
-
Commit 14a9ab30e2b57103f058141112f8c48a4364043d by nhawes:
Simplify diagnostics for inherited default argument values in module- edit: lib/Sema/TypeCheckStmt.cpp
- edit: lib/Parse/ParsePattern.cpp
- edit: test/ParseableInterface/default-args.swift
- edit: test/ParseableInterface/inherited-defaults-checks.swiftinterface
- edit: include/swift/AST/DiagnosticsSema.def
-
Commit fc2bc07dcd9dc2da8996f7039e7d59753efce299 by nhawes:
Check '= super' is actually parsed correctly in module interfaces via an- add: test/ParseableInterface/inherited-defaults-execution.swift
- edit: lib/Sema/TypeCheckStmt.cpp
-
Commit 7df3e8a48b1db016768a063b3e03118dfba01ce1 by nhawes:
[ParseableInterface][test] Also pass the built dylib to %target-run in- edit: test/ParseableInterface/inherited-defaults-execution.swift