[swift-dev] Validation test failures on swift-4.0-branch

2017-08-18 Thread Vivian Kong via swift-dev
While running validation tests on swift-4.0-branch on Ubuntu 16.04, I got ~20 failures but I don't see them on ci.swift.org. Wondering if there are any build settings/pre-reqs I might be missing. I'm doing a RelWithDebInfo (-r) build. Failing Tests (22): Swift-Unit :: run

Re: [swift-dev] Building swift-3.1-branch from source

2017-04-25 Thread Vivian Kong via swift-dev
worked fine. best regards, Florian Friedrich (CTO / CIO, Senior Developer @ ser.soft GmbH) On 25. Apr 2017, at 16:35, Vivian Kong via swift-dev < swift-dev@swift.org> wrote: I actually have a question regarding build as well. I haven't been able to build

Re: [swift-dev] Building swift-3.1-branch from source

2017-04-25 Thread Vivian Kong via swift-dev
I actually have a question regarding build as well. I haven't been able to build 3.1 branch from source on Ubuntu 16.04 x86_64. I hit this error: ./swift/utils/build-script -r ... swift: using gold linker + /usr/bin/cmake --build /home/vivkong/swift31/build/Ninja-RelWithDebInfoAssert/swift-l

Re: [swift-dev] Building swift-3.1-branch from source

2017-04-25 Thread Vivian Kong via swift-dev
I had to remove swift/utils/swift_build_support/__init__.pyc if it is there (it got generated when I use the checkout script from the master branch). Wonder if that might help you. Regards, Vivian Kong Linux on z Systems Open Source Ecosystem IBM Canada Toronto Lab From: Ian Partridge via s

Re: [swift-dev] Build failure on s390x

2016-08-10 Thread Vivian Kong via swift-dev
lling convention isn’t consistent across declarations, but that’s a separate issue. Maybe the lack of an annotation isn’t strong enough information to produce a warning.) Thanks, Jordan On Aug 9, 2016, at 07:42, Vivian Kong via swift-dev < swift-dev@swift.org> wrote:

[swift-dev] Build failure on s390x

2016-08-09 Thread Vivian Kong via swift-dev
After apply this commit, the s390x build started to fail: https://github.com/apple/swift/commit/dc88e51321e0a4f281406c265a91308a06aa517f The commit added 2 new functions in stdlib/public/SwiftShims/RuntimeStubs.h. They are used in stdlib/public/stubs/CommandLine.cpp with SWIFT_CC(swift) macro.