Revert "Disable legacy poller testing: seems like there is a bug, its legacy"

This reverts commit f1cde58049.
pull/6734/head
Craig Tiller 9 years ago
parent 69f3e2bf2e
commit c29298dada
  1. 2
      tools/run_tests/run_tests.py

@ -157,7 +157,7 @@ class CLanguage(object):
'windows': ['all'],
'mac': ['all'],
'posix': ['all'],
'linux': ['poll'], # DISABLED DUE TO BUGS: 'legacy'
'linux': ['poll', 'legacy']
}
for target in binaries:
polling_strategies = (POLLING_STRATEGIES[self.platform]

Loading…
Cancel
Save