tests/run-tests.py
branchstable
changeset 42675 344a086bb764
parent 42532 9913fffd744b
child 42922 f059d6ffcdf0
equal deleted inserted replaced
42674:da2c360899c9 42675:344a086bb764
  2511                 b'race': 10,
  2511                 b'race': 10,
  2512                 b'i18n': 10,
  2512                 b'i18n': 10,
  2513                 b'check': 100,
  2513                 b'check': 100,
  2514                 b'gendoc': 100,
  2514                 b'gendoc': 100,
  2515                 b'contrib-perf': 200,
  2515                 b'contrib-perf': 200,
       
  2516                 b'merge-combination': 100,
  2516                 }
  2517                 }
  2517         perf = {}
  2518         perf = {}
  2518 
  2519 
  2519         def sortkey(f):
  2520         def sortkey(f):
  2520             # run largest tests first, as they tend to take the longest
  2521             # run largest tests first, as they tend to take the longest