Merge pull request #5255 from harfbuzz/subset-test-less

Reduce tested combinations of subset & threads tests
This commit is contained in:
Behdad Esfahbod 2025-04-05 17:26:09 -06:00 committed by GitHub
commit 52a4bea109
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
289 changed files with 10 additions and 30 deletions

View file

@ -57,8 +57,7 @@ def main():
fails = 0
batch_index = 0
# Run in batches of up to 64 files
for chunk in chunkify(files_to_test, 64):
for chunk in chunkify(files_to_test):
batch_index += 1
cmd_line = [fuzzer] + chunk
output, returncode = run_command(cmd_line)

View file

@ -1,5 +1,5 @@
subdir('subset')
subdir('fuzzing')
subdir('threads')
subdir('subset')
subdir('shape')
subdir('api')

Some files were not shown because too many files have changed in this diff Show more