aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-05-31 13:45:38 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-05-31 13:45:38 -0700
commitc29298dada839ae5af83a0cc488036b15147b2cb (patch)
treeb68205e25d07100cfa427609248df8e5b4977016
parent69f3e2bf2edf4f51b7ef2f73db3bb3e101549d78 (diff)
Revert "Disable legacy poller testing: seems like there is a bug, its legacy"
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 5f0943b440..0a5625c3f5 100755
--- a/tools/run_tests/run_tests.py
+++ b/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]