HomeSort by relevance Sort by last modified time
    Searched refs:fail_terms (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/bluetooth_AdapterSanity/
bluetooth_AdapterSanity.py 23 fail_terms = ['[^a-z]err[^a-z]']
30 for term in fail_terms:
  /external/autotest/client/site_tests/touch_UpdateErrors/
touch_UpdateErrors.py 98 fail_terms = ['error[^s]', 'err[^a-z]']
106 for term in pass_terms + fail_terms:
109 if term in fail_terms and len(log_entries) > 0:

Completed in 159 milliseconds