Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 25 of 1808) sorted by relevance

12345678910>>...73

/external/tcpdump/tests/
Dcrypto.sh9 passed=`cat .passed`
13 passed=`expr $passed + 1`
14 echo $passed >.passed
22 passed=`expr $passed + 1`
23 echo $passed >.passed
31 passed=`expr $passed + 1`
32 echo $passed >.passed
50 passed=`expr $passed + 1`
51 echo $passed >.passed
59 passed=`expr $passed + 1`
[all …]
DTESTrun.sh5 passed=0
20 passed=`cat .passed`
33 passed=`expr $passed + 1`
34 echo $passed >.passed
42 passed=`cat .passed`
46 echo $passed >.passed
63 printf "%4u tests passed\n" $passed
Dnflog-e.sh9 passed=`cat .passed`
13 passed=`expr $passed + 1`
14 echo $passed >.passed
Dlmp-v.sh18 passed=`cat .passed`
22 passed=`expr $passed + 1`
23 echo $passed >.passed
Disis-seg-fault-1-v.sh15 passed=`cat .passed`
19 passed=`expr $passed + 1`
20 echo $passed >.passed
/external/e2fsprogs/tests/f_ind_inode_collision/
Dexpect.15 Illegal block number passed to ext2fs_test_block_bitmap #16777215 for metadata block map
17 Multiply-claimed block(s) in inode 12: 41 40Illegal block number passed to ext2fs_test_block_bitmap…
18 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
19 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
20 Illegal block number passed to ext2fs_test_block_bitmap #16877 for multiply claimed block map
21 Illegal block number passed to ext2fs_test_block_bitmap #4096 for multiply claimed block map
22 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
23 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
24 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
25 Illegal block number passed to ext2fs_test_block_bitmap #196608 for multiply claimed block map
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp221 bool passed = true; in getUniformLocations() local
227 passed &= (0 <= location); in getUniformLocations()
228 if (passed) in getUniformLocations()
331 …LayoutBindingTestResult(bool passed = true, const String& reason = String(), bool notRunforThisCon… in LayoutBindingTestResult() argument
332 : m_passed(passed), m_notRunForThisContext(notRunforThisContext), m_reason(reason) in LayoutBindingTestResult()
1099 bool passed = true; in iterate() local
1139 passed &= result.testPassed(); in iterate()
1149 getContext().getTestContext().setTestResult(passed ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
1150 passed ? "Pass" : "Fail"); in iterate()
1162 bool passed = true; in drawTestCompute() local
[all …]
/external/testng/src/test/java/test/
DJUnitTest1.java30 String[] passed = { in methodsThatStartWithTest() local
36 verifyTests("Passed", passed, getPassedTests()); in methodsThatStartWithTest()
44 String[] passed = { in methodsWithSetup() local
50 verifyTests("Passed", passed, getPassedTests()); in methodsWithSetup()
58 String[] passed = { in testSuite() local
65 verifyTests("Passed", passed, getPassedTests()); in testSuite()
73 String[] passed = { in testNewInstance() local
79 verifyTests("Passed", passed, getPassedTests()); in testNewInstance()
87 String[] passed = { in setUpFailingShouldCauseMethodsToBeSkipped() local
95 verifyTests("Passed", passed, getPassedTests()); in setUpFailingShouldCauseMethodsToBeSkipped()
[all …]
DTest1.java25 String[] passed = { in includedGroups() local
30 verifyTests("Passed", passed, getPassedTests()); in includedGroups()
45 String passed[] = { in groupsOfGroupsSimple() local
50 verifyTests("Passed", passed, getPassedTests()); in groupsOfGroupsSimple()
68 String[] passed = { in groupsOfGroupsWithIndirections() local
73 verifyTests("Passed", passed, getPassedTests()); in groupsOfGroupsWithIndirections()
85 String[] passed = { in groupsOfGroupsWithCycle() local
89 verifyTests("Passed", passed, getPassedTests()); in groupsOfGroupsWithCycle()
98 String passed[] = { in excludedGroups() local
106 verifyTests("Passed", passed, getPassedTests()); in excludedGroups()
[all …]
DCommandLineTest.java34 List<ITestResult> passed = tla.getPassedTests(); in junitParsing() local
35 assertEquals(passed.size(), 2); in junitParsing()
36 String test1 = passed.get(0).getMethod().getMethodName(); in junitParsing()
37 String test2 = passed.get(1).getMethod().getMethodName(); in junitParsing()
56 List<ITestResult> passed = tla.getPassedTests(); in junitParsing2() local
57 assertEquals(passed.size(), 0); in junitParsing2()
123 List<ITestResult> passed = tla.getPassedTests(); in testMethodParameter() local
124 Assert.assertEquals(passed.size(), 2); in testMethodParameter()
125 Assert.assertTrue((passed.get(0).getName().equals("method1") && in testMethodParameter()
126 passed.get(1).getName().equals("method3")) in testMethodParameter()
[all …]
DJUnit4Test.java27 String[] passed = JUnit4Sample2.EXPECTED; in testTests() local
31 verifyTests("Passed", passed, getPassedTests()); in testTests()
42 String[] passed = JUnit4SampleSuite.EXPECTED; in testSuite() local
46 verifyTests("Passed", passed, getPassedTests()); in testSuite()
57 String[] passed = JUnit4Child.EXPECTED; in testSuiteInheritance() local
61 verifyTests("Passed", passed, getPassedTests()); in testSuiteInheritance()
73 String[] passed = {"t1", "t1"}; in testTestInheritance() local
77 verifyTests("Passed", passed, getPassedTests()); in testTestInheritance()
88 String[] passed = JUnit4ParameterizedTest.EXPECTED; in testTestParameterized() local
92 verifyTests("Passed", passed, getPassedTests()); in testTestParameterized()
/external/testng/src/test/java/test/methodselectors/
DCommandLineTest.java56 String[] passed = { in commandLineNegativePriorityAllGroups() local
61 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineNegativePriorityAllGroups()
70 String[] passed = { in commandLineNegativePriorityGroup2() local
75 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineNegativePriorityGroup2()
85 String[] passed = { in commandLineLessThanPriorityTest1Test() local
90 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineLessThanPriorityTest1Test()
100 String[] passed = { in commandLineGreaterThanPriorityTest1Test2() local
105 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineGreaterThanPriorityTest1Test2()
114 String[] passed = { in commandLineLessThanPriorityAllTests() local
119 verifyTests("Passed", passed, tla.getPassedTests()); in commandLineLessThanPriorityAllTests()
[all …]
DMethodSelectorTest.java14 String[] passed = { in negativePriorityAllGroups() local
19 verifyTests("Passed", passed, getPassedTests()); in negativePriorityAllGroups()
28 String[] passed = { in negativePriorityGroup2() local
33 verifyTests("Passed", passed, getPassedTests()); in negativePriorityGroup2()
43 String[] passed = { in lessThanPriorityTest1Test() local
48 verifyTests("Passed", passed, getPassedTests()); in lessThanPriorityTest1Test()
58 String[] passed = { in greaterThanPriorityTest1Test2() local
63 verifyTests("Passed", passed, getPassedTests()); in greaterThanPriorityTest1Test2()
73 String[] passed = { in lessThanPriorityAllTests() local
78 verifyTests("Passed", passed, getPassedTests()); in lessThanPriorityAllTests()
/external/libmojo/mojo/public/cpp/bindings/tests/
Dpickle_unittest.cc320 [&](const std::vector<PickledStructChromium>& passed) { in TEST_F() argument
321 ASSERT_EQ(2u, passed.size()); in TEST_F()
322 EXPECT_EQ(1, passed[0].foo()); in TEST_F()
323 EXPECT_EQ(2, passed[0].bar()); in TEST_F()
324 EXPECT_EQ(0, passed[0].baz()); in TEST_F()
325 EXPECT_EQ(3, passed[1].foo()); in TEST_F()
326 EXPECT_EQ(4, passed[1].bar()); in TEST_F()
327 EXPECT_EQ(0, passed[1].baz()); in TEST_F()
359 [&](const std::vector<std::vector<PickledStructChromium>>& passed) { in TEST_F() argument
360 ASSERT_EQ(2u, passed.size()); in TEST_F()
[all …]
/external/testng/src/test/java/test/pkg/
DPackageTest.java22 String[] passed = { in stringSingle() local
28 verifyTests("Passed", passed, getPassedTests()); in stringSingle()
43 String[] passed = { in packageWithRegExp1() local
48 verifyTests("Passed", passed, getPassedTests()); in packageWithRegExp1()
56 String[] passed = { in packageWithRegExp2() local
61 verifyTests("Passed", passed, getPassedTests()); in packageWithRegExp2()
69 String[] passed = { in packageWithRegExp3() local
74 verifyTests("Passed", passed, getPassedTests()); in packageWithRegExp3()
82 String[] passed = { in packageWithRegExp4() local
87 verifyTests("Passed", passed, getPassedTests()); in packageWithRegExp4()
[all …]
/external/testng/src/test/java/test/dependent/
DImplicitGroupInclusionTest.java15 String[] passed = { in verifyImplicitGroupInclusion() local
23 verifyTests("Passed", passed, getPassedTests()); in verifyImplicitGroupInclusion()
33 String[] passed = { in verifyImplicitGroupInclusion2() local
41 verifyTests("Passed", passed, getPassedTests()); in verifyImplicitGroupInclusion2()
51 String[] passed = { in verifyImplicitGroupInclusion4() local
59 verifyTests("Passed", passed, getPassedTests()); in verifyImplicitGroupInclusion4()
70 String[] passed = { in verifyImplicitGroupInclusion3() local
78 verifyTests("Passed", passed, getPassedTests()); in verifyImplicitGroupInclusion3()
88 String[] passed = { in verifyImplicitMethodInclusion() local
96 verifyTests("Passed", passed, getPassedTests()); in verifyImplicitMethodInclusion()
DDependentTest.java19 String[] passed = {}; in simpleSkip() local
22 verifyTests("Passed", passed, getPassedTests()); in simpleSkip()
31 String[] passed = { "oneA", "oneB", "secondA", "thirdA", "canBeRunAnytime" }; in dependentMethods() local
34 verifyTests("Passed", passed, getPassedTests()); in dependentMethods()
43 String[] passed = { "step1", }; in dependentMethodsWithSkip() local
46 verifyTests("Passed", passed, getPassedTests()); in dependentMethodsWithSkip()
56 String[] passed = { "step1", "step2" }; in dependentMethodsWithNonExistentMethod() local
59 verifyTests("Passed", passed, getPassedTests()); in dependentMethodsWithNonExistentMethod()
80 String[] passed = { "init", }; in multipleSkips() local
83 verifyTests("Passed", passed, getPassedTests()); in multipleSkips()
DDependentAlwaysRunTest.java13 String[] passed = { in verifyDependsOnMethodsAlwaysRun() local
22 verifyTests("Passed", passed, getPassedTests()); in verifyDependsOnMethodsAlwaysRun()
31 String[] passed = { in verifyDependsOnGroups1AlwaysRun() local
40 verifyTests("Passed", passed, getPassedTests()); in verifyDependsOnGroups1AlwaysRun()
49 String[] passed = { in verifyDependsOnGroups2AlwaysRun() local
58 verifyTests("Passed", passed, getPassedTests()); in verifyDependsOnGroups2AlwaysRun()
/external/shflags/test_results/1.0.1/
DLinux-Ubuntu_Hardy-8.04.txt34 tests passed: 65 100%
58 tests passed: 179 100%
76 tests passed: 50 100%
92 tests passed: 8 89%
119 tests passed: 65 100%
143 tests passed: 179 100%
161 tests passed: 50 100%
177 tests passed: 8 89%
201 tests passed: 65 100%
225 tests passed: 179 100%
[all …]
DLinux-Ubuntu_Dapper-6.06.txt34 tests passed: 65 100%
58 tests passed: 179 100%
76 tests passed: 50 100%
92 tests passed: 8 89%
119 tests passed: 65 100%
143 tests passed: 179 100%
161 tests passed: 50 100%
177 tests passed: 8 89%
203 tests passed: 65 100%
227 tests passed: 179 100%
[all …]
DSolaris-nv-77-x86.txt34 tests passed: 65 100%
62 tests passed: 89 50%
80 tests passed: 50 100%
96 tests passed: 5 56%
123 tests passed: 65 100%
151 tests passed: 89 50%
169 tests passed: 50 100%
185 tests passed: 5 56%
211 tests passed: 65 100%
239 tests passed: 89 50%
[all …]
/external/e2fsprogs/tests/f_itable_collision/
Dexpect.13 Illegal block number passed to ext2fs_test_block_bitmap #268435455 for in-use block map
4 Illegal block number passed to ext2fs_mark_block_bitmap #268435455 for in-use block map
15 Illegal block number passed to ext2fs_test_block_bitmap #4294967295 for metadata block map
19 Illegal block number passed to ext2fs_test_block_bitmap #4294967295 for metadata block map
21 Illegal block number passed to ext2fs_test_block_bitmap #4294967295 for metadata block map
23 Illegal block number passed to ext2fs_test_block_bitmap #4294967295 for metadata block map
25 Illegal block number passed to ext2fs_test_block_bitmap #4294967295 for metadata block map
27 Illegal block number passed to ext2fs_test_block_bitmap #4294967295 for metadata block map
29 Illegal block number passed to ext2fs_test_block_bitmap #4294967295 for metadata block map
31 Illegal block number passed to ext2fs_test_block_bitmap #4294967295 for metadata block map
[all …]
/external/e2fsprogs/tests/progs/test_data/
Dexpect.icount4 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
8 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
10 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
12 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
16 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
18 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
61 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
93 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
[all …]
/external/libmojo/mojo/public/interfaces/bindings/tests/
Dstruct_with_traits.mojom63 EchoStructWithTraits(StructWithTraits s) => (StructWithTraits passed);
66 (TrivialStructWithTraits passed);
69 (MoveOnlyStructWithTraits passed);
72 (MoveOnlyStructWithTraits? passed);
74 EchoEnumWithTraits(EnumWithTraits e) => (EnumWithTraits passed);
77 StructWithTraitsForUniquePtr passed);
80 StructWithTraitsForUniquePtr? passed);
82 EchoUnionWithTraits(UnionWithTraits u) => (UnionWithTraits passed);
/external/clang/test/SemaObjC/
Dnonnull.m34 …func1(0, cp2, i1); // expected-warning {{null passed to a callee that requires a non-null argumen…
35 …func1(cp1, 0, i1); // expected-warning {{null passed to a callee that requires a non-null argumen…
39 …func3(0, i2, cp3, i3); // expected-warning {{null passed to a callee that requires a non-null argu…
40 …func3(cp3, i2, 0, i3); // expected-warning {{null passed to a callee that requires a non-null arg…
42 func4(0, cp1); // expected-warning {{null passed to a callee that requires a non-null argument}}
43 func4(cp1, 0); // expected-warning {{null passed to a callee that requires a non-null argument}}
67 …_dispatch_queue_push_list(0); // expected-warning {{null passed to a callee that requires a non-nu…
94 …[object doSomethingWithNonNullPointer:NULL:1:NULL]; // expected-warning 2 {{null passed to a calle…
95 …[object doSomethingWithNonNullPointer:vp:1:NULL]; // expected-warning {{null passed to a callee th…
96 …[NSObject doSomethingClassyWithNonNullPointer:NULL]; // expected-warning {{null passed to a callee…
[all …]

12345678910>>...73