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

  /external/chromium_org/tools/telemetry/telemetry/unittest/
progress_reporter.py 127 def addSkip(self, test, reason):
128 super(TestResult, self).addSkip(test, reason)
  /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)
  /external/lldb/test/unittest2/
suite.py 184 addSkip = getattr(result, 'addSkip', None)
185 if addSkip is not None and isinstance(exception, case.SkipTest):
186 addSkip(error, str(exception))
runner.py 91 def addSkip(self, test, reason):
92 super(TextTestResult, self).addSkip(test, reason)
result.py 122 def addSkip(self, test, reason):
case.py 316 addSkip = getattr(result, 'addSkip', None)
317 if addSkip is not None:
318 addSkip(self, reason)
320 warnings.warn("Use of a TestResult without an addSkip method is deprecated",
    [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/lldb/test/unittest2/test/
support.py 73 def addSkip(self, *args):
74 self._events.append('addSkip')
75 super(LoggingResult, self).addSkip(*args)
  /external/lldb/test/
dotest.py     [all...]
  /external/chromium_org/third_party/cython/src/
runtests.py     [all...]

Completed in 202 milliseconds