Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (master) #509

2017-10-17 Thread Nate Cook via swift-dev
I have a fix for this here: https://github.com/apple/swift-corelibs-foundation/pull/1274 > On Oct 17, 2017, at 4:02 PM, Pavel Yaskevich wrote: > > This one failed one of the Foundation tests - > TestFoundation/TestNSNumberBridging.swift > >> On Oct 17, 2017, at 1:41 PM, no-re...@swift.org

Re: [swift-dev] [Swift CI] Build Failure: OSS - Swift Package - Ubuntu 14.04 (swift 4.1) #111

2017-11-07 Thread Nate Cook via swift-dev
Hi Pavel, I’m not seeing that failure, but I do see TestNSNumberBridging.testNSNumberBridgeFromInt32, which is from my changes. I have a PR for disabling the failing parts of that test here: https://github.com/apple/swift-corelibs-foundation/pull/1302#issuecomment-342508115 Thanks! Nat