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

  /external/chromium-trace/catapult/telemetry/telemetry/testing/
progress_reporter.py 128 def addSkip(self, test, reason):
129 super(TestResult, self).addSkip(test, reason)
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
support.py 78 def addSkip(self, *args):
79 self._events.append('addSkip')
80 super(LoggingResult, self).addSkip(*args)
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
support.py 78 def addSkip(self, *args):
79 self._events.append('addSkip')
80 super(LoggingResult, self).addSkip(*args)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
support.py 78 def addSkip(self, *args):
79 self._events.append('addSkip')
80 super(LoggingResult, self).addSkip(*args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
support.py 78 def addSkip(self, *args):
79 self._events.append('addSkip')
80 super(LoggingResult, self).addSkip(*args)
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
suite.py 194 addSkip = getattr(result, 'addSkip', None)
195 if addSkip is not None and isinstance(exception, case.SkipTest):
196 addSkip(error, str(exception))
runner.py 81 def addSkip(self, test, reason):
82 super(TextTestResult, self).addSkip(test, reason)
result.py 130 def addSkip(self, test, reason):
case.py 289 addSkip = getattr(result, 'addSkip', None)
290 if addSkip is not None:
291 addSkip(self, reason)
293 warnings.warn("TestResult has no addSkip method, skips not reported",
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
suite.py 194 addSkip = getattr(result, 'addSkip', None)
195 if addSkip is not None and isinstance(exception, case.SkipTest):
196 addSkip(error, str(exception))
runner.py 81 def addSkip(self, test, reason):
82 super(TextTestResult, self).addSkip(test, reason)
result.py 130 def addSkip(self, test, reason):
case.py 289 addSkip = getattr(result, 'addSkip', None)
290 if addSkip is not None:
291 addSkip(self, reason)
293 warnings.warn("TestResult has no addSkip method, skips not reported",
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
suite.py 194 addSkip = getattr(result, 'addSkip', None)
195 if addSkip is not None and isinstance(exception, case.SkipTest):
196 addSkip(error, str(exception))
runner.py 81 def addSkip(self, test, reason):
82 super(TextTestResult, self).addSkip(test, reason)
result.py 130 def addSkip(self, test, reason):
case.py 289 addSkip = getattr(result, 'addSkip', None)
290 if addSkip is not None:
291 addSkip(self, reason)
293 warnings.warn("TestResult has no addSkip method, skips not reported",
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
suite.py 194 addSkip = getattr(result, 'addSkip', None)
195 if addSkip is not None and isinstance(exception, case.SkipTest):
196 addSkip(error, str(exception))
runner.py 81 def addSkip(self, test, reason):
82 super(TextTestResult, self).addSkip(test, reason)
result.py 130 def addSkip(self, test, reason):
case.py 289 addSkip = getattr(result, 'addSkip', None)
290 if addSkip is not None:
291 addSkip(self, reason)
293 warnings.warn("TestResult has no addSkip method, skips not reported",
    [all...]
  /external/autotest/client/common_lib/test_utils/
unittest.py 229 def addSkip(self, test, reason):
459 result.addSkip(self, str(e))
475 result.addSkip(self, str(e))
    [all...]

Completed in 2676 milliseconds