Report
[FAILURE] oss-swift-package-linux-ubuntu-16_10 [#1604]
Build URL:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-16_10/1604/
Project:
oss-swift-package-linux-ubuntu-16_10
Date of build:
Wed, 25 Apr 2018 18:53:35 -0500
Build duration:
1 hr 9 min
Changes
-
Commit c6a11097e8b9a03ef7def53702c866d3ec6d911b by ahoppen:
[libSyntax] Fix parsing of #if inside type declarations- edit: utils/gyb_syntax_support/DeclNodes.py
- edit: lib/Parse/ParseDecl.cpp
-
Commit 28973f23b67e56a6207acf09705014c8d441c8b5 by ahoppen:
[libSyntax] Fix parsing of member declarations with trailing semicolon- edit: test/Syntax/Inputs/serialize_struct_decl.json
- edit: utils/gyb_syntax_support/DeclNodes.py
- edit: lib/Parse/ParseDecl.cpp
- edit: test/Syntax/Inputs/serialize_multiple_decls.json
- edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
-
Commit d5f4c2a888b68bf838a3d1d5efb58b8aa053fd46 by bob.wilson:
Temporarily disable an optimization to avoid some crashes.- edit: lib/IRGen/GenValueWitness.cpp
-
Commit 94b8a3545b1d86efe85dffb2a7da6885c20ada97 by ahoppen:
[libSyntax] Fix parsing for KeyPath- edit: lib/Parse/ParseDecl.cpp
- edit: lib/Parse/ParseExpr.cpp
- edit: test/Syntax/Outputs/round_trip_parse_gen.swift.withkinds
- edit: utils/gyb_syntax_support/ExprNodes.py
-
Commit 8980bee42d7b41ba212081e4281aecab23ddd1cc by francisvm:
[MIR] Add support for debug metadata for fixed stack objects- edit: test/CodeGen/AArch64/GlobalISel/debug-insts.ll
- edit: test/CodeGen/AMDGPU/sched-crash-dbg-value.mir
- add: test/CodeGen/MIR/X86/fixed-stack-di.mir
- add: test/CodeGen/X86/fixed-stack-di-mir.ll
- edit: test/CodeGen/MIR/X86/invalid-metadata-node-type.mir
- edit: test/CodeGen/X86/movtopush.mir
- edit: test/CodeGen/AMDGPU/twoaddr-mad.mir
- edit: test/CodeGen/MIR/X86/spill-slot-fixed-stack-objects.mir
- edit: test/DebugInfo/X86/live-debug-vars-dse.mir
- edit: test/CodeGen/MIR/X86/stack-object-debug-info.mir
- edit: test/CodeGen/MIR/X86/variable-sized-stack-objects.mir
- edit: test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll
- edit: lib/CodeGen/MIRPrinter.cpp
- edit: test/CodeGen/AArch64/reverse-csr-restore-seq.mir
- edit: test/CodeGen/AMDGPU/vop-shrink-frame-index.mir
- edit: test/CodeGen/MIR/X86/stack-objects.mir
- edit: include/llvm/CodeGen/MachineFunction.h
- edit: test/CodeGen/MIR/AArch64/stack-object-local-offset.mir
- edit: test/CodeGen/MIR/X86/expected-metadata-node-in-stack-object.mir
- edit: test/DebugInfo/MIR/AArch64/implicit-def-dead-scope.mir
- edit: test/CodeGen/MIR/AMDGPU/memory-legalizer-multiple-mem-operands-atomics.mir
- edit: test/CodeGen/PowerPC/convert-rr-to-ri-instrs.mir
- edit: include/llvm/CodeGen/MIRYamlMapping.h
- edit: test/CodeGen/AMDGPU/undefined-physreg-sgpr-spill.mir
- edit: test/CodeGen/AArch64/GlobalISel/select-gv-cmodel-large.mir
- edit: test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll
- edit: test/CodeGen/AArch64/GlobalISel/fp128-legalize-crash-pr35690.mir
- edit: lib/CodeGen/MIRParser/MIRParser.cpp
- edit: test/CodeGen/MIR/AMDGPU/memory-legalizer-multiple-mem-operands-nontemporal-2.mir
- edit: test/CodeGen/MIR/AMDGPU/memory-legalizer-multiple-mem-operands-nontemporal-1.mir
- edit: test/CodeGen/MIR/X86/callee-saved-info.mir
- edit: test/CodeGen/Mips/msa/emergency-spill.mir
-
Commit 52b16e3f095999867b19c7fceaaddab092ed642f by aleksei_lorenz:
Split test/Driver/darwin-sdkroot.c into two tests- add: test/Driver/darwin-infer-simulator-sdkroot.c
- edit: test/Driver/darwin-sdkroot.c
-
Commit 54be038ab79c6db6628552d3fcc5bdbcb318ef40 by aleksei_lorenz:
[driver][darwin] Do not infer -simulator environment for OS version env- edit: lib/Driver/ToolChains/Darwin.cpp
- edit: test/Driver/darwin-infer-simulator-sdkroot.c
-
Commit 0d83232af5a3ac95979d618918137ffc9f4f4df9 by jingham:
Revert "test/functionalities/signal/raise seems to be passing on macOS,- edit: packages/Python/lldbsuite/test/functionalities/signal/raise/TestRaise.py
-
Commit 72b29023b0850ba13787fd64d0d127099b5c2199 by friss:
[debugserver] Return 'ios' instead of 'iphoneos' for the ostype.- edit: packages/Python/lldbsuite/test/tools/lldb-server/TestAppleSimulatorOSType.py
- edit: tools/debugserver/source/MacOSX/MachProcess.mm
-
Commit 062649a282980e6c30c8c95fcb47ac5cf31eacae by anders.hasselqvist:
Added basic FileHandle.truncateFile tests- edit: TestFoundation/TestFileHandle.swift
- edit: TestFoundation/TestUtils.swift
- edit: TestFoundation/TestProcess.swift
-
Commit fb1e71bbe58329267b799695ff8ea1d307a752d2 by anders.hasselqvist:
FileHandle.truncateFile should reposition on truncate- edit: Foundation/FileHandle.swift
-
Commit 2556c03f38415d6c2a39073ea6bcefdad09016be by github:
Fix bug of "/" crashing- edit: Foundation/NSPathUtilities.swift