This seems to be the same failure as here from yesterday:
https://ci.swift.org/job/oss-swift-package-linux-ubuntu-14_04/164/console
I'm pretty confident there haven't been any changes in XCTest in weeks that
would account for a memory error like this.
On Fri, Jan 27, 2017 at 1:33 PM Jordan Rose
When I was working this summer on getting SourceKit to build on Linux, one
challenge I encountered with getting the build to work cleanly was that
SourceKit is in the Swift repo, but it has a dependency on libdispatch.
Moving the dispatch overlay code such that libdispatch could always be
built bef
I'm not sure where the resiliency work stands, but I wonder if we've caught
incremental-compilation issue here? I added a field to XCTestCase,
TestFoundation
which links to XCTest.so wasn't recompiled at all, and proceeded to crash
upon launch.
torsdag 12 maj 2016 skrev :
> [FAILURE] oss-swift-in