Run epex tests

pull/12789/head
Craig Tiller 8 years ago
parent dca3c47dfd
commit a35e6e5a0b
  1. 3
      tools/run_tests/run_tests.py

@ -63,8 +63,7 @@ _FORCE_ENVIRON_FOR_WRAPPERS = {
}
_POLLING_STRATEGIES = {
'linux': ['epollsig', 'epoll1', 'poll', 'poll-cv'],
# TODO(ctiller, sreecha): enable epollex, epoll-thread-pool
'linux': ['epollex', 'epollsig', 'epoll1', 'poll', 'poll-cv'],
'mac': ['poll'],
}

Loading…
Cancel
Save