tests/run-tests.py
branchstable
changeset 966 e6f112b6f14b
parent 962 b5a4f9f5ec49
child 970 e42946273064
equal deleted inserted replaced
964:aaafe06aaa5f 966:e6f112b6f14b
   739          test.endswith('.bat') or test.endswith('.t'))):
   739          test.endswith('.bat') or test.endswith('.t'))):
   740         if not os.path.exists(test):
   740         if not os.path.exists(test):
   741             skip("doesn't exist")
   741             skip("doesn't exist")
   742             return None
   742             return None
   743     else:
   743     else:
       
   744         vlog('# Test file', test, 'not supported, ignoring')
   744         return None # not a supported test, don't record
   745         return None # not a supported test, don't record
   745 
   746 
   746     if not (options.whitelisted and test in options.whitelisted):
   747     if not (options.whitelisted and test in options.whitelisted):
   747         if options.blacklist and test in options.blacklist:
   748         if options.blacklist and test in options.blacklist:
   748             skip("blacklisted")
   749             skip("blacklisted")