aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-06 10:35:58 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-06 10:35:58 -0700
commit946ce7a46a7409196d563360ddf8a4139a9bde4b (patch)
tree1a1763ef5bd5563af86f47c15cbb81bb360ddf77 /tools/buildgen
parent54a7b8d6252377073648020bbc6755000f9be449 (diff)
Allow flagging tests that arent dependent on polling strategy
Diffstat (limited to 'tools/buildgen')
-rw-r--r--tools/buildgen/plugins/make_fuzzer_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildgen/plugins/make_fuzzer_tests.py b/tools/buildgen/plugins/make_fuzzer_tests.py
index 806489bcd2..d5c18a687b 100644
--- a/tools/buildgen/plugins/make_fuzzer_tests.py
+++ b/tools/buildgen/plugins/make_fuzzer_tests.py
@@ -51,6 +51,7 @@ def mako_plugin(dictionary):
'exclude_configs': [],
'platforms': ['linux', 'mac', 'windows', 'posix'],
'ci_platforms': ['linux', 'mac', 'windows', 'posix'],
+ 'uses_polling': False,
'flaky': False,
'language': 'c',
'cpu_cost': 0.1,