HomeSort by relevance Sort by last modified time
    Searched full:skipped (Results 1 - 25 of 2231) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/e_brel_bma/
script 1 echo "$test_name: $test_description: skipped"
  /external/e2fsprogs/tests/e_irel_ima/
script 1 echo "$test_name: $test_description: skipped"
  /external/e2fsprogs/tests/f_h_badnode/
script 4 echo "$test_name: $test_description: skipped"
  /external/e2fsprogs/tests/f_h_badroot/
script 4 echo "$test_name: $test_description: skipped"
  /external/e2fsprogs/tests/f_h_normal/
script 4 echo "$test_name: $test_description: skipped"
  /external/e2fsprogs/tests/f_h_reindex/
script 4 echo "$test_name: $test_description: skipped"
  /external/e2fsprogs/tests/f_h_unsigned/
script 4 echo "$test_name: $test_description: skipped"
  /external/e2fsprogs/tests/m_quota/
script 5 echo "$test_name: $DESCRIPTION: skipped"
  /external/libpng/tests/
pngstest-error 2 code=77 # skipped
7 # not skipped, test it
  /external/e2fsprogs/tests/f_imagic_fs/
script 8 echo "$test_name: $test_description: skipped"
  /external/chromium_org/content/test/data/accessibility/
readme.txt 10 * Skipped files: if first line of file begins with #<skip then the entire file is ignored,
11 but listed in the output as skipped
  /external/e2fsprogs/tests/r_64bit_big_expand/
script 19 echo "$test_name: $test_description: skipped"
29 echo "$test_name: $test_description: skipped"
  /external/e2fsprogs/tests/r_bigalloc_big_expand/
script 19 echo "$test_name: $test_description: skipped"
29 echo "$test_name: $test_description: skipped"
  /external/e2fsprogs/tests/r_ext4_big_expand/
script 19 echo "$test_name: $test_description: skipped"
29 echo "$test_name: $test_description: skipped"
  /external/lldb/test/
blacklist.py 7 should be skipped because 'This test class crashed' and the test case
8 FoundationTestCase.test_data_type_and_expr_with_dsym should be skipped because
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
try_status.js 13 buildbot.SKIPPED = 3;
  /external/chromium_org/media/tools/layout_tests/graph/
graph.html 13 data.addColumn('number', '#Skipped tests');
16 data.addColumn('number', '#Non-skipped tests');
25 '(100-(#Non-skipped tests)/' +
26 '((#Tests)-(#Skipped tests))*100)');
  /external/chromium_org/media/tools/layout_tests/test_data/
graph.html.bak 13 data.addColumn('number', '#Skipped tests');
16 data.addColumn('number', '#Non-skipped tests');
25 '(100-(#Non-skipped tests)/' +
26 '((#Tests)-(#Skipped tests))*100)');
  /external/e2fsprogs/tests/m_mmp/
script 10 echo "$test_name: $test_description: skipped for tmpfs (no O_DIRECT)"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 6 """Test skipped because it requested a disallowed resource.
54 """Return a list of skipped test modules, and a list of test cases."""
56 skipped = []
59 skipped.append(modname)
61 print >> sys.stderr, "Skipped %s: excluded" % modname
66 skipped.append(modname)
68 print >> sys.stderr, "Skipped %s: %s" % (modname, detail)
76 return skipped, tests
116 def run(self, test, skipped):
119 # skipped tests
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ctypes.py 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 6 """Test skipped because it requested a disallowed resource.
54 """Return a list of skipped test modules, and a list of test cases."""
56 skipped = []
59 skipped.append(modname)
61 print >> sys.stderr, "Skipped %s: excluded" % modname
66 skipped.append(modname)
68 print >> sys.stderr, "Skipped %s: %s" % (modname, detail)
76 return skipped, tests
116 def run(self, test, skipped):
119 # skipped tests
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ctypes.py 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
  /external/chromium_org/android_webview/browser/net/
input_stream_reader.cc 84 int64_t skipped = 0; local
85 if (!stream_->Skip(bytes_to_skip, &skipped))
88 if (skipped <= 0)
90 DCHECK(skipped <= bytes_to_skip);
92 bytes_to_skip -= skipped;
  /external/chromium_org/tools/telemetry/telemetry/results/
page_test_results.py 21 self.skipped = []
55 self.skipped.append((page, reason))
81 if self.skipped:
82 logging.warning('Skipped pages:\n%s', '\n'.join(
83 p.display_name for p in zip(*self.skipped)[0]))

Completed in 1785 milliseconds

1 2 3 4 5 6 7 8 91011>>