Home
last modified time | relevance | path

Searched refs:expected_failure (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
Dbisect_test_ordering.py56 self.expected_failure = tests[-1]
62 self.buckets = [Bucket([self.expected_failure])]
63 print '%s fails when run in isolation.' % self.expected_failure
67 _log.error('%s does not fail' % self.expected_failure)
72 self.buckets = [Bucket(self.tests[:-1]), Bucket([self.expected_failure])]
81 return self.test_bucket_list_fails([Bucket([self.expected_failure])])
151 failure_string = self.expected_failure + ' failed'
/external/chromium_org/native_client_sdk/src/build_tools/tests/
Dparse_dsc_test.py34 def _validate(self, src, expected_failure): argument
38 if expected_failure:
39 self.assertEqual(str(e), expected_failure)
/external/wpa_supplicant_8/src/eap_peer/
Deap_i.h355 unsigned int expected_failure:1; member
Deap_fast.c1062 sm->expected_failure = 1; in eap_fast_process_pac()
1262 sm->expected_failure = 1; in eap_fast_process_decrypted()
Deap.c192 sm->expected_failure = 0; in SM_STATE()
2434 return sm->expected_failure; in eap_peer_was_failure_expected()