Report
[FAILURE] oss-swift-incremental-RA-linux-ubuntu-16_04 [#8280]
Build URL:
https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-16_04/8280/
Project:
oss-swift-incremental-RA-linux-ubuntu-16_04
Date of build:
Fri, 19 Apr 2019 00:35:42 -0500
Build duration:
1 hr 2 min
Identified problems:
- Timeout: This build was marked as FAIL because it timed out.
Changes
-
Commit 9639bcededc22085b66dfa031a085ac80f04bb71 by nhawes:
Add an attribute to inhert a param's default value from the overridden- edit: lib/Sema/TypeCheckAttr.cpp
- edit: lib/AST/Decl.cpp
- edit: lib/Parse/ParsePattern.cpp
- edit: lib/AST/ASTPrinter.cpp
- edit: lib/Sema/TypeCheckDeclOverride.cpp
- edit: include/swift/AST/Attr.def
- edit: test/ParseableInterface/default-args.swift
-
Commit b425987e455f29c859e77ddbdaf496a185034c05 by nhawes:
Add diagnostics for the new @_inheritedDefaultValue attribute- edit: include/swift/AST/DiagnosticsSema.def
- add: test/ParseableInterface/inherited-defaults-checks.swiftinterface
- edit: lib/Sema/TypeCheckStmt.cpp
-
Commit c95252e1e53b05797d772819b39044f94323a232 by nhawes:
Change from using the @_inheritedDefaultValue attribute to mark- edit: include/swift/AST/Attr.def
- edit: lib/AST/ASTPrinter.cpp
- edit: include/swift/Parse/Parser.h
- edit: include/swift/AST/DiagnosticsSema.def
- edit: lib/Sema/TypeCheckStmt.cpp
- edit: lib/Parse/ParsePattern.cpp
- edit: lib/Sema/TypeCheckAttr.cpp
- edit: lib/Sema/TypeCheckDeclOverride.cpp
- edit: lib/AST/Decl.cpp
-
Commit 1d4b6df411432e9971303e461932107257c61639 by nhawes:
Update tests from @_inheritedDefaultValue to '= super'- edit: test/ParseableInterface/default-args.swift
- edit: test/ParseableInterface/inherited-defaults-checks.swiftinterface
-
Commit 1e1025291dde4b58a81a1d2f7593d760eb9d3dca by nhawes:
Add test for the SwiftSyntax tree produced when parsing '= super' in a- add: test/Syntax/Outputs/round_trip_module_interface.swiftinterface.withkinds
- edit: tools/swift-syntax-test/swift-syntax-test.cpp
- add: test/Syntax/round_trip_module_interface.swiftinterface
-
Commit d4f18943473593e274a83bd82c55fec82a3564e4 by nhawes:
Simplify diagnostics for inherited default argument values in module- edit: test/ParseableInterface/default-args.swift
- edit: lib/Sema/TypeCheckStmt.cpp
- edit: test/ParseableInterface/inherited-defaults-checks.swiftinterface
- edit: include/swift/AST/DiagnosticsSema.def
- edit: lib/Parse/ParsePattern.cpp
-
Commit 32497c7f19c97a09e08f9e93c55c65eaff8eac06 by nhawes:
Check '= super' is actually parsed correctly in module interfaces via an- edit: lib/Sema/TypeCheckStmt.cpp
- add: test/ParseableInterface/inherited-defaults-execution.swift