[libmill] Re: Anyone to test on OSX?

  • From: Joseph Stewart <joseph.stewart@xxxxxxxxx>
  • To: libmill@xxxxxxxxxxxxx
  • Date: Sat, 25 Jul 2015 17:16:09 -0400

FYI, here's the output of "make check" as run on OSX 10.10.4:

============================================================================
Testsuite summary for libmill 0.11-beta
============================================================================
# TOTAL: 8
# PASS: 8
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================


(output of "gcc --version")

$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr
--with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.4.0
Thread model: posix

On Sat, Jul 25, 2015 at 2:50 PM, Bent Cardan <bent@xxxxxxxxxxxxxxxxxxxx>
wrote:

ok cool, it took them about 24 hours to get back to me in the past.

On Sat, Jul 25, 2015 at 11:46 AM, Martin Sustrik <sustrik@xxxxxxxxxx>
wrote:

Good to hear!

I've also sent the email to Travis people.

Martin



On 2015-07-25 20:44, Bent Cardan wrote:

Also no runtime error on my apple after building/testing current master.
Looks fine here.


On Sat, Jul 25, 2015 at 11:30 AM, Bent Cardan <bent@xxxxxxxxxxxxxxxxxxxx

wrote:

Hi Martin, it looks like travis ci is enabling the OS X feature again.
http://docs.travis-ci.com/user/multi-os/

Please send an email now requesting to enable multi-os testing. You can
send something like the following to support@xxxxxxxxxxxxx:


“Hi Travis Team! Can you please enable os x to run on libmill? Here’s
the
repo: https://github.com/sustrik/libmill Thank you."


Once they email you back to confirm it’s been enabled you can uncomment
this line in .travis.yml:
https://github.com/sustrik/libmill/blob/master/.travis.yml#L6


Cheers! -Bent


On Sat, Jul 25, 2015 at 8:48 AM, Jim Jagielski <jimjag@xxxxxxxxx>
wrote:

It's my main dev system. I will test when I return.

--
Jim Jagielski
Brief? Mobile

On Jul 25, 2015, at 10:48 AM, Martin Sustrik <sustrik@xxxxxxxxxx>
wrote:

Hi all,

Is there anyone out there with access to an OSX box? If so could you
try running make check on the current master?

I've started using CLOCK_MONOTONIC internally (so that deadlines
don't
go haywire when there's a daylight saving change) but it seems that
OSX may
lack support for it. I've added an #ifdef to test for its presence but
I
suspect that the constant may be defined although it causes a runtime
error
when used. Can anyone confirm?

Thanks!
Martin







Other related posts: