Re: [swift-corelibs-dev] Building Foundation

2017-03-02 Thread Mohit Athwani via swift-corelibs-dev
Hi Alex, I can see that all of the tests mentioned in my last mail failed on: SwiftRuntimeTests: /home/mohit/Documents/swift-source/swift/unittests/runtime/Refcounting.cpp:26: void destroyTestObject(swift::HeapObject *): Assertion `object->Addr && "object already deallocated"' failed. I am on

Re: [swift-corelibs-dev] Building Foundation

2017-03-02 Thread Alex Blewitt via swift-corelibs-dev
> On 2 Mar 2017, at 01:51, Mohit Athwani via swift-corelibs-dev > wrote: > > I am trying to build Foundation on my Ubuntu 16.04 LTS version using: > > swift/utils/build-script --xctest --foundation -t > > And it fails with the following tests failing: OK, what

[swift-corelibs-dev] Building Foundation

2017-03-01 Thread Mohit Athwani via swift-corelibs-dev
I am trying to build Foundation on my Ubuntu 16.04 LTS version using: swift/utils/build-script --xctest --foundation -t And it fails with the following tests failing: Failing Tests (11): Swift-Unit :: runtime/SwiftRuntimeTests/RefcountingTest.release Swift-Unit ::

Re: [swift-corelibs-dev] Building Foundation in Xcode

2016-03-15 Thread Taylor Franklin via swift-corelibs-dev
t/blob/a11e911f662c02c14e28286d76d154370ce5f5e1/utils/build-presets.ini#L711-L712 > > > > That disables the tests. Your toolchain builds much faster, but beware: > you > > may have a bug or two in there! ;) > > > > - Brian Gesiak > > > > > >