tests/run-tests.py
changeset 27394 b4d7743e174a
parent 27393 a40b623e6380
child 27396 64c584070fc7
equal deleted inserted replaced
27393:a40b623e6380 27394:b4d7743e174a
  1742         if self.options.random:
  1742         if self.options.random:
  1743             random.shuffle(tests)
  1743             random.shuffle(tests)
  1744         else:
  1744         else:
  1745             # keywords for slow tests
  1745             # keywords for slow tests
  1746             slow = {b'svn': 10,
  1746             slow = {b'svn': 10,
  1747                     b'gendoc': 10,
  1747                     b'cvs': 10,
  1748                     b'check-code-hg': 100,
  1748                     b'hghave': 10,
       
  1749                     b'largefiles-update': 10,
       
  1750                     b'run-tests': 10,
       
  1751                     b'corruption': 10,
       
  1752                     b'race': 10,
       
  1753                     b'i18n': 10,
       
  1754                     b'check': 100,
       
  1755                     b'gendoc': 100,
  1749                     b'contrib-perf': 200,
  1756                     b'contrib-perf': 200,
  1750                    }
  1757                    }
  1751             def sortkey(f):
  1758             def sortkey(f):
  1752                 # run largest tests first, as they tend to take the longest
  1759                 # run largest tests first, as they tend to take the longest
  1753                 try:
  1760                 try: