Dont run fuzzer outputs on windows, mac (save some CPU)

pull/6160/head
Craig Tiller 9 years ago
parent 482ce5e3a4
commit 11c83e9056
  1. 4
      tools/buildgen/plugins/make_fuzzer_tests.py
  2. 25652
      tools/run_tests/tests.json

@ -50,8 +50,8 @@ def mako_plugin(dictionary):
'name': new_target['name'],
'args': [fn],
'exclude_configs': [],
'platforms': ['linux', 'mac', 'windows', 'posix'],
'ci_platforms': ['linux', 'mac', 'windows', 'posix'],
'platforms': ['linux'],
'ci_platforms': ['linux'],
'flaky': False,
'language': 'c',
'cpu_cost': 0.1,

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save