Report
[FAILURE] swift-master-source-compat-suite [#3340]
Build URL:
https://ci.swift.org/job/swift-master-source-compat-suite/3340/
Project:
swift-master-source-compat-suite
Date of build:
Thu, 21 Mar 2019 23:39:35 -0500
Build duration:
2 hr 41 min
Changes
-
Commit 6ab83122acf6cc8f98e24a3d47e62483d63c4df9 by mike.munday:
Fix storeEnumTagSinglePayload on big-endian systems- edit: stdlib/public/runtime/EnumImpl.h
-
Commit 43bfbd5f38bbc72a4d79f103c962f4a9e9adefff by mike.munday:
Use llvm::Triple to test target endianness- edit: lib/IRGen/EnumPayload.cpp
- edit: lib/IRGen/GenEnum.cpp
-
Commit 0b9aac05ea5654095614384e7062dcab7154f2ed by nhawes:
[sourcekitd][RelatedIdents] Fix handling of var decls in fallthrough- edit: tools/SourceKit/lib/SwiftLang/SwiftSourceDocInfo.cpp
- edit: test/SourceKit/RelatedIdents/related_idents.swift
-
Commit 6d5309a6c4d47e4c36b28d9124b0118c08d497d6 by danielrodriguez:
[android] Modify test scripts for aarch64 and modern NDKs.- edit: validation-test/lit.site.cfg.in
- edit: test/CMakeLists.txt
- edit: test/lit.cfg
- edit: test/lit.site.cfg.in
-
Commit 9291201e32911714da61de62bc0e17ba54601789 by nhawes:
[sourcekitd][Refactoring] Fix renaming of var decls in fallthrough case- edit: test/refactoring/rename/Outputs/local/casebind_1.swift.expected
- edit: lib/Parse/ParseStmt.cpp
- edit: test/refactoring/rename/Outputs/local/localvar_1.swift.expected
- edit: test/refactoring/rename/Outputs/local/param_1.swift.expected
- edit: test/refactoring/rename/Outputs/local/ifbind_2.swift.expected
- edit: test/refactoring/rename/local.swift
- edit: test/refactoring/rename/Outputs/local/localvar_2.swift.expected
- edit: test/refactoring/rename/Outputs/local/param_2.swift.expected
- edit: lib/Index/Index.cpp
- edit: test/refactoring/rename/Outputs/local/catch_1.swift.expected
- edit: test/refactoring/rename/Outputs/local/casebind_2.swift.expected
- edit: test/Index/local.swift
- edit: lib/AST/USRGeneration.cpp
- edit: lib/Sema/MiscDiagnostics.cpp
- edit: test/refactoring/rename/Outputs/local/catch_2.swift.expected
- edit: test/refactoring/rename/Outputs/local/ifbind_1.swift.expected
-
Commit e568d97e72d954f3dd7c22556d2e1015abcbd2a6 by nhawes:
[sourcekitd][CursorInfo] Make sure we handle the implict VarDelcs being- edit: lib/IDE/SwiftSourceDocInfo.cpp
- add: test/SourceKit/CursorInfo/cursor_vardecl_across_fallthrough.swift
-
Commit 3a17628611868525047cdaaaabb531d73fe15b75 by ditaliano:
[Reflection] Add an utility to stress test the metadata reader.- edit: tools/CMakeLists.txt
- add: tools/swift-reflection-fuzzer/CMakeLists.txt
- add: tools/swift-reflection-fuzzer/swift-reflection-fuzzer.cpp
-
Commit d655c3dfa05cd4c4747a2d582add9097853f05cb by compnerd:
test: improve test coverage rate for Windows- edit: test/lit.cfg
-
Commit 72a093da52982cec8635f790c436ace7936a76fb by mgottesman:
[semantic-arc-opts] Teach the guaranteed copy_value peephole how to- edit: lib/SIL/OperandOwnership.cpp
- edit: include/swift/SIL/SILValue.h
- edit: test/SILOptimizer/semantic-arc-opts.sil
- edit: lib/SILOptimizer/Mandatory/SemanticARCOpts.cpp
- edit: include/swift/SIL/SILInstruction.h
-
Commit d2a59e0edf53c2d5915e7619ff68709fd6d50bda by david_smith:
Add new benchmarks for NSString bridging to cover non-tagged cases- edit: benchmark/single-source/NSStringConversion.swift
- edit: benchmark/utils/main.swift
-
Commit 219fbe9f157c00e7c425bea21715aea5e6d1c612 by atrick:
Fix a comment in AccessEnforcementOpts.- edit: test/SILOptimizer/access_enforcement_opts.sil
- edit: lib/SILOptimizer/Transforms/AccessEnforcementOpts.cpp
-
Commit 61d3b0d4ece2d70e90460037c660222ebdb6fb0b by jordan_rose:
[ClangImporter] Avoid unneeded copy for getExportedModuleName- edit: include/swift/ClangImporter/ClangModule.h
- edit: lib/ClangImporter/ClangImporter.cpp
- edit: lib/Serialization/Deserialization.cpp
- edit: lib/Serialization/ModuleFile.cpp
-
Commit 93616cd49ee86d42b343617cefc9eb61ff108627 by jordan_rose:
Push Clang's "exported module name" notion up to Swift's FileUnit- edit: include/swift/AST/Module.h
- edit: lib/Serialization/Serialization.h
- edit: include/swift/ClangImporter/ClangModule.h
- edit: lib/Serialization/Serialization.cpp
- edit: lib/Serialization/ModuleFile.cpp
-
Commit 0366343681e8c93c009350e484c2e5d6b0169051 by jordan_rose:
[ParseableInterface] Honor "exported module names"- add: test/ParseableInterface/Inputs/exported-module-name-after/module.modulemap
- add: test/ParseableInterface/Inputs/exported-module-name-before/ExportAsCoreKit.h
- edit: lib/AST/ASTPrinter.cpp
- edit: include/swift/AST/PrintOptions.h
- add: test/ParseableInterface/Inputs/exported-module-name-after/CoreKit.h
- add: test/ParseableInterface/Inputs/exported-module-name-after/ExportAsCoreKit.h
- add: test/ParseableInterface/exported-module-name.swift
- add: test/ParseableInterface/Inputs/exported-module-name-before/CoreKit.h
- add: test/ParseableInterface/Inputs/exported-module-name-before/module.modulemap
-
Commit dae15989e8f6dd7c69a8c988a22c6847cae659a4 by shajrawi:
ARCEntryPointBuilder: Don't mark the call instructions as tail-calls- edit: lib/LLVMPasses/ARCEntryPointBuilder.h
- edit: test/LLVMPasses/contract.ll