equal
deleted
inserted
replaced
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") |