Home
last modified time | relevance | path

Searched refs:RUN (Results 1 – 23 of 23) sorted by relevance

/tools/tradefederation/core/tests/res/testtype/
Dgtest_output4.txt5 [ RUN ] CommandLineFlagsTest.CanBeAccessedInCodeOnceGTestHIsIncluded
10 [ RUN ] GetTypeIdTest.ReturnsSameValueForSameType
12 [ RUN ] GetTypeIdTest.ReturnsDifferentValuesForDifferentTypes
17 [ RUN ] GetTestTypeIdTest.ReturnsTheSameValueInsideOrOutsideOfGoogleTest
22 [ RUN ] NullLiteralTest.IsTrueForNullLiterals
24 [ RUN ] NullLiteralTest.IsFalseForNonNullLiterals
29 [ RUN ] CodePointToUtf8Test.CanEncodeNul
31 [ RUN ] CodePointToUtf8Test.CanEncodeAscii
33 [ RUN ] CodePointToUtf8Test.CanEncode8To11Bits
35 [ RUN ] CodePointToUtf8Test.CanEncode12To16Bits
[all …]
Dgtest_output2.txt5 [ RUN ] GtestCheckSyntaxTest.BehavesLikeASingleStatement
7 [ RUN ] GtestCheckSyntaxTest.WorksWithSwitch
10 [ RUN ] IsInSetTest.NulCharIsNotInAnySet
12 [ RUN ] IsInSetTest.WorksForNonNulChars
15 [ RUN ] IsDigitTest.IsFalseForNonDigit
17 [ RUN ] IsDigitTest.IsTrueForDigit
20 [ RUN ] IsPunctTest.IsFalseForNonPunct
22 [ RUN ] IsPunctTest.IsTrueForPunct
25 [ RUN ] IsRepeatTest.IsFalseForNonRepeatChar
27 [ RUN ] IsRepeatTest.IsTrueForRepeatChar
[all …]
Dgtest_output5.txt4 [ RUN ] BarDeathTest.ThreadSafeAndFast
9 [ RUN ] FooTest.ShouldFail
15 [ RUN ] FooTest.ShouldPass
20 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/0
22 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/1
24 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/2
26 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/3
33 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/4
36 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/5
38 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/6
[all …]
Dgtest_output7.txt5 [ RUN ] TestPartResultTest.type
7 [ RUN ] TestPartResultTest.file_name
9 [ RUN ] TestPartResultTest.line_number
11 [ RUN ] TestPartResultTest.message
13 [ RUN ] TestPartResultTest.Passed
16 [ RUN ] TestPartResultTest.Failed
18 [ RUN ] TestPartResultTest.FatallyFailed
20 [ RUN ] TestPartResultTest.NonfatallyFailed
25 [ RUN ] TestPartResultArrayTest.InitialSizeIsZero
27 [ RUN ] TestPartResultArrayTest.ContainsGivenResultAfterAppend
[all …]
Dgtest_output11.txt5 [ RUN ] TestPartResultTest.type
7 [ RUN ] TestPartResultTest.file_name
9 [ RUN ] TestPartResultTest.line_number
11 [ RUN ] TestPartResultTest.message
13 [ RUN ] TestPartResultTest.Passed
15 [ RUN ] TestPartResultTest.Failed
17 [ RUN ] TestPartResultTest.FatallyFailed
19 [ RUN ] TestPartResultTest.NonfatallyFailed
24 [ RUN ] TestPartResultArrayTest.InitialSizeIsZero
26 [ RUN ] TestPartResultArrayTest.ContainsGivenResultAfterAppend
[all …]
Dgtest_output1.txt5 [ RUN ] TestPartResultTest.type
7 [ RUN ] TestPartResultTest.file_name
9 [ RUN ] TestPartResultTest.line_number
11 [ RUN ] TestPartResultTest.message
13 [ RUN ] TestPartResultTest.Passed
15 [ RUN ] TestPartResultTest.Failed
17 [ RUN ] TestPartResultTest.FatallyFailed
19 [ RUN ] TestPartResultTest.NonfatallyFailed
24 [ RUN ] TestPartResultArrayTest.InitialSizeIsZero
26 [ RUN ] TestPartResultArrayTest.ContainsGivenResultAfterAppend
[all …]
Dgtest_output6.txt4 [ RUN ] BarDeathTest.ThreadSafeAndFast
9 [ RUN ] FooTest.ShouldFail
15 [ RUN ] FooTest.ShouldPass
20 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/0
22 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/1
24 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/2
26 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/3
28 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/4
30 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/5
32 [ RUN ] MyParamSequence/MyParamTest.ShouldPass/6
Dgtest_output12.txt5 [ RUN ] TestPartResultTest.TestMethod
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/module/
DNativeBridgeModuleControllerTest.java59 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testStubDevice()
70 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testNoBridgeSupport()
86 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testBridgeSupport()
102 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testBridgeSupport_differentBitness()
DMainlineTestModuleControllerTest.java73 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testModuleExistsRun()
100 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testControllerDisabled()
111 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testControllerEnabledNoMainlineModuleSpecified()
DDeviceFeatureModuleControllerTest.java66 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testDeviceHasRequiredFeature()
DCarModuleControllerTest.java82 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testAutomotive()
DMinApiLevelModuleControllerTest.java83 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testDeviceApiLevelHigherThanMinApiLevel()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/module/
DMainlineTestModuleController.java52 return RunStrategy.RUN; in shouldRun()
59 return RunStrategy.RUN; in shouldRun()
86 return RunStrategy.RUN; in shouldRun()
DIModuleController.java26 RUN, enumConstant
DDeviceFeatureModuleController.java50 return RunStrategy.RUN; in shouldRun()
DMinSdkModuleController.java75 return RunStrategy.RUN; in shouldRun()
DMinApiLevelModuleController.java67 return RunStrategy.RUN; in shouldRun()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/module/
DTestFailureModuleController.java28 return RunStrategy.RUN; in shouldRun()
DCarModuleController.java37 return RunStrategy.RUN; in shouldRun()
DNativeBridgeModuleController.java65 return RunStrategy.RUN; in shouldRun()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java79 RUN("run", PerformanceTest::run, true), enumConstant
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleDefinition.java1048 return RunStrategy.RUN; in applyConfigurationControl()