comparison tests/run-tests.py @ 42918:f059d6ffcdf0

merge with stable
author Augie Fackler <augie@google.com>
date Mon, 09 Sep 2019 17:26:17 -0400
parents 75bd5990d8fe 344a086bb764
children e360acfaf210
comparison
equal deleted inserted replaced
42916:96b22e58dc67 42918:f059d6ffcdf0
2536 b'race': 10, 2536 b'race': 10,
2537 b'i18n': 10, 2537 b'i18n': 10,
2538 b'check': 100, 2538 b'check': 100,
2539 b'gendoc': 100, 2539 b'gendoc': 100,
2540 b'contrib-perf': 200, 2540 b'contrib-perf': 200,
2541 b'merge-combination': 100,
2541 } 2542 }
2542 perf = {} 2543 perf = {}
2543 2544
2544 def sortkey(f): 2545 def sortkey(f):
2545 # run largest tests first, as they tend to take the longest 2546 # run largest tests first, as they tend to take the longest