]> granicus.if.org Git - libevent/commit
Disable parallel jobs for the osx (due to CPU time deficit) in travis-ci
authorAzat Khuzhin <a3at.mail@gmail.com>
Sun, 21 Oct 2018 22:06:48 +0000 (01:06 +0300)
committerAzat Khuzhin <a3at.mail@gmail.com>
Sun, 21 Oct 2018 22:11:03 +0000 (01:11 +0300)
commit2f43d1d4091f4f87b8679de4b4967561861141de
tree272f910700815223a742bebb971689565a2c85a7
parent5d3e8c15e7482c35ae7c9768f6f61a5e6850c035
Disable parallel jobs for the osx (due to CPU time deficit) in travis-ci

As you can see right now linux workers has zero failed tests, while osx
workers has 18 failed tests:
  [bufferevent_connect_hostname_emfile FAILED]
  [bufferevent_pair_release_lock FAILED]
  [bufferevent_timeout FAILED]
  [bufferevent_timeout_filter FAILED]
  [bufferevent_timeout_pair FAILED]
  [common_timeout FAILED]
  [del_wait FAILED]
  [immediatesignal FAILED]
  [loopexit FAILED]
  [loopexit_multiple FAILED]
  [monotonic_res FAILED]
  [no_events FAILED]
  [persistent_active_timeout FAILED]
  [persistent_timeout_jump FAILED]
  [signal_switchbase FAILED]
  [signal_while_processing FAILED]
  [simpletimeout FAILED]
  [usleep FAILED]

And this patch should remove from this list time related failures
(though maybe not all of them).
.travis.yml