tests/run-tests.py
branchstable
changeset 960 d1f0b4802c19
parent 956 e39ab51937a2
child 962 b5a4f9f5ec49
equal deleted inserted replaced
958:e763012a55e5 960:d1f0b4802c19
   731             skip("doesn't exist")
   731             skip("doesn't exist")
   732             return None
   732             return None
   733     else:
   733     else:
   734         return None # not a supported test, don't record
   734         return None # not a supported test, don't record
   735 
   735 
   736     if options.blacklist and filename in options.blacklist:
   736     if options.blacklist and test in options.blacklist:
   737         skip("blacklisted")
   737         skip("blacklisted")
   738         return None
   738         return None
   739 
   739 
   740     if options.retest and not os.path.exists(test + ".err"):
   740     if options.retest and not os.path.exists(test + ".err"):
   741         ignore("not retesting")
   741         ignore("not retesting")