/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/pdfium/testing/ |
SUPPRESSIONS_linux | 1 # List of tests to be skipped on linux platforms, one per line.
|
/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/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/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/clang/test/CoverageMapping/ |
preprocessor.c | 6 #ifdef MACRO // CHECK-NEXT: Skipped,File 0, [[@LINE]]:2 -> [[@LINE+2]]:2 = 0 20 #if 0 // CHECK-NEXT: Skipped,File 0, [[@LINE]]:2 -> [[@LINE+4]]:2 = 0 31 #else // CHECK-NEXT: Skipped,File 0, [[@LINE]]:2 -> [[@LINE+5]]:2 = 0
|
/external/lldb/test/unittest2/test/ |
test_skipping.py | 17 self.assertEqual(result.skipped, [(test, "skip")]) 29 self.assertEqual(result.skipped, [(test, "testing")]) 51 self.assertEqual(len(result.skipped), 1) 56 self.assertEqual(result.skipped, [(test_do_skip, "testing")]) 71 self.assertEqual(result.skipped, [(test, "testing")]) 119 self.assertEqual(result.skipped, [(test, "testing")]) 139 self.assertEqual(result.skipped, [(test, "testing")])
|
/external/icu/icu4c/source/i18n/ |
collationiterator.cpp | 54 // State of combining marks skipped in discontiguous contraction. 83 // Goes backward through the skipped-marks buffer. 84 // Returns the number of code points read beyond the skipped marks 117 // Replaces the characters we consumed with the newly skipped ones. 128 // Combining marks skipped in previous discontiguous-contraction matching. 131 // Combining marks newly skipped in current discontiguous-contraction matching. 138 // When a partial match fails, we back out skipped and partial-matching input characters. 150 skipped(NULL), 166 delete skipped; 174 // Ignore skipped since that should be unused between calls to nextCE() [all...] |
/external/clang/test/CodeGen/ |
2002-02-13-ReloadProblem.c | 6 * now it is skipped entirely, and since reload doesn't run, it can't cause
|
/external/clang/test/Index/skip-parsed-bodies/ |
compile_commands.json | 39 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped 41 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isContainer: skipped 44 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped 58 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped 60 // CHECK-NEXT: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedecl: 1 | isDef: 1 | isContainer: skipped 63 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped 65 // CHECK-NEXT: [indexDeclaration]: kind: function | name: foo2 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped 67 // CHECK: [indexDeclaration]: kind: c++-instance-method | name: tsmeth | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped 69 // CHECK: [indexDeclaration]: kind: function | name: imp_foo | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped
|