Re: [swift-corelibs-dev] libdispatch Arch Linux

2016-08-15 Thread Ryan Lovelett via swift-corelibs-dev
That seems about right. The tests run in a chroot, where the script is root, to ensure that I control dependencies and such. Not sure what I I can do about this test. 🤔 Thanks for the help Dave! On Mon, Aug 15, 2016, at 10:57 AM, David P Grove wrote: > Ryan Lovelett wrote on 08/14/2016 > 05:10:

Re: [swift-corelibs-dev] libdispatch Arch Linux

2016-08-15 Thread David P Grove via swift-corelibs-dev
Ryan Lovelett wrote on 08/14/2016 05:10:34 PM: > > However, the `dispatch_io` test is still failing. I've added the > test-suite.log once more. > Hi Ryan, The test that is failing creates a temporary directory, sets it to be read-only, and then attempts to write into the directory. I

Re: [swift-corelibs-dev] libdispatch Arch Linux

2016-08-14 Thread Ryan Lovelett via swift-corelibs-dev
n Lovelett via swift-corelibs-dev d...@swift.org> > To:swift-corelibs-dev@swift.org > Date:13/08/2016 22:11 > Subject:[swift-corelibs-dev] libdispatch Arch Linux > Sent by:swift-corelibs-dev-boun...@swift.org > > > > (I know that this is

Re: [swift-corelibs-dev] libdispatch Arch Linux

2016-08-14 Thread Chris Bailey via swift-corelibs-dev
swift-corelibs-dev@swift.org Date: 13/08/2016 22:11 Subject:[swift-corelibs-dev] libdispatch Arch Linux Sent by:swift-corelibs-dev-boun...@swift.org (I know that this is not 100% expected to work yet. AND I'm working on an unsupported distro... but I thought I'd a

[swift-corelibs-dev] libdispatch Arch Linux

2016-08-13 Thread Ryan Lovelett via swift-corelibs-dev
(I know that this is not 100% expected to work yet. AND I'm working on an unsupported distro... but I thought I'd ask). Trying to build libdispatch on Linux (Arch Linux 4.6.4-1-ARCH). The build seems to go fine up until the tests. At this point there are 3 failing tests (see the attached test-suit