Home
last modified time | relevance | path

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

12345678910>>...96

/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/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt1 Misc.tests.cpp:<line number>: passed: with 1 message: 'yay'
2 Decomposition.tests.cpp:<line number>: passed: fptr == 0 for: 0 == 0
3 Decomposition.tests.cpp:<line number>: passed: fptr == 0l for: 0 == 0
4 Compilation.tests.cpp:<line number>: passed: y.v == 0 for: 0 == 0
5 Compilation.tests.cpp:<line number>: passed: 0 == y.v for: 0 == 0
6 Compilation.tests.cpp:<line number>: passed: t1 == t2 for: {?} == {?}
7 Compilation.tests.cpp:<line number>: passed: t1 != t2 for: {?} != {?}
8 Compilation.tests.cpp:<line number>: passed: t1 < t2 for: {?} < {?}
9 Compilation.tests.cpp:<line number>: passed: t1 > t2 for: {?} > {?}
10 Compilation.tests.cpp:<line number>: passed: t1 <= t2 for: {?} <= {?}
[all …]
/external/e2fsprogs/tests/f_ind_inode_collision/
Dexpect.116 Multiply-claimed block(s) in inode 12: 41 40Illegal block number passed to ext2fs_test_block_bitmap…
17 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed block map
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 #16877 for multiply claimed block map
20 Illegal block number passed to ext2fs_test_block_bitmap #4096 for multiply claimed block map
21 Illegal block number passed to ext2fs_test_block_bitmap #1421529376 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 #196608 for multiply claimed block map
25 …34 8 3Illegal block number passed to ext2fs_test_block_bitmap #1421529376 for multiply claimed blo…
[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/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/libchrome/mojo/public/cpp/bindings/tests/
Dpickle_unittest.cc334 [&](std::vector<PickledStructChromium> passed) { in TEST_F() argument
335 ASSERT_EQ(2u, passed.size()); in TEST_F()
336 EXPECT_EQ(1, passed[0].foo()); in TEST_F()
337 EXPECT_EQ(2, passed[0].bar()); in TEST_F()
338 EXPECT_EQ(0, passed[0].baz()); in TEST_F()
339 EXPECT_EQ(3, passed[1].foo()); in TEST_F()
340 EXPECT_EQ(4, passed[1].bar()); in TEST_F()
341 EXPECT_EQ(0, passed[1].baz()); in TEST_F()
373 [&](std::vector<std::vector<PickledStructChromium>> passed) { in TEST_F() argument
374 ASSERT_EQ(2u, passed.size()); in TEST_F()
[all …]
Dlazy_serialization_unittest.cc96 const test::StructWithUnreachableTraitsImpl& passed) { in TEST_F() argument
97 *received_number = passed.magic_number; in TEST_F()
122 [&](const test::StructForceSerializeImpl& passed) { in TEST_F() argument
123 EXPECT_EQ(kTestValue, passed.value()); in TEST_F()
124 EXPECT_TRUE(passed.was_deserialized()); in TEST_F()
125 EXPECT_FALSE(passed.was_serialized()); in TEST_F()
152 [&](const test::StructNestedForceSerializeImpl& passed) { in TEST_F() argument
153 EXPECT_EQ(kTestValue, passed.force().value()); in TEST_F()
154 EXPECT_TRUE(passed.was_deserialized()); in TEST_F()
155 EXPECT_FALSE(passed.was_serialized()); in TEST_F()
/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 …]
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dstruct_with_traits.mojom67 EchoStructWithTraits(StructWithTraits s) => (StructWithTraits passed);
70 (TrivialStructWithTraits passed);
73 (MoveOnlyStructWithTraits passed);
76 (MoveOnlyStructWithTraits? passed);
78 EchoEnumWithTraits(EnumWithTraits e) => (EnumWithTraits passed);
81 StructWithTraitsForUniquePtr passed);
84 StructWithTraitsForUniquePtr? passed);
86 EchoUnionWithTraits(UnionWithTraits u) => (UnionWithTraits passed);
91 => (StructWithUnreachableTraits passed);
109 => (StructForceSerialize passed);
[all …]
/external/catch2/include/internal/
Dcatch_totals.cpp14 diff.passed = passed - other.passed; in operator -()
21 passed += other.passed; in operator +=()
28 return passed + failed + failedButOk; in total()
57 ++diff.testCases.passed; in delta()
/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 …]

12345678910>>...96