Home
last modified time | relevance | path

Searched refs:TEST_P (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-thumb.c130 TEST_P( "mov sp, r",8,-8, "") in kprobe_thumb16_test_cases()
185 TEST_P( "ldr r0, [r",1, 24,", #120]") in kprobe_thumb16_test_cases()
186 TEST_P( "ldr r7, [r",6, 24,", #120]") in kprobe_thumb16_test_cases()
189 TEST_P( "ldrb r0, [r",1, 24,", #30]") in kprobe_thumb16_test_cases()
190 TEST_P( "ldrb r7, [r",6, 24,", #30]") in kprobe_thumb16_test_cases()
193 TEST_P( "ldrh r0, [r",1, 24,", #60]") in kprobe_thumb16_test_cases()
194 TEST_P( "ldrh r7, [r",6, 24,", #60]") in kprobe_thumb16_test_cases()
202 TEST_P( "ldr r0, [r",0, 24,"]") in kprobe_thumb16_test_cases()
299 TEST_P("ldmia r",4, 16*4,"!, {r0,r7}") in kprobe_thumb16_test_cases()
300 TEST_P("ldmia r",7, 16*4,"!, {r0-r6}") in kprobe_thumb16_test_cases()
[all …]
H A Dtest-arm.c182 TEST_P( "mov sp, r",10,0,"") in kprobe_arm_test_cases()
513 TEST_P( "ldrh r0, [r",0, 24,", #-2]") in kprobe_arm_test_cases()
514 TEST_P( "ldrhvs r14, [r",13,0, ", #2]") in kprobe_arm_test_cases()
515 TEST_P( "ldrh r1, [r",2, 24,", #4]!") in kprobe_arm_test_cases()
516 TEST_P( "ldrhvc r12, [r",11,24,", #-4]!") in kprobe_arm_test_cases()
517 TEST_P( "ldrh r2, [r",3, 24,"], #48") in kprobe_arm_test_cases()
518 TEST_P( "ldrh r10, [r",9, 64,"], #-48") in kprobe_arm_test_cases()
532 TEST_P( "ldrsb r0, [r",0, 24,", #-1]") in kprobe_arm_test_cases()
533 TEST_P( "ldrsbge r14, [r",13,0, ", #1]") in kprobe_arm_test_cases()
534 TEST_P( "ldrsb r1, [r",2, 24,", #4]!") in kprobe_arm_test_cases()
[all …]
H A Dtest-core.h266 #define TEST_P(code1, reg1, val1, code2) \ macro
/openbmc/telemetry/tests/src/
H A Dtest_trigger_actions.cpp75 TEST_P(TestLogToJournalNumeric, commitAnActionDoesNotThrow) in TEST_P() function
85 TEST_P(TestLogToJournalNumericThrow, commitAnActionExpectThrow) in TEST_P() function
97 TEST_P(TestLogToRedfishEventLogNumeric, commitExpectNoThrow) in TEST_P() function
109 TEST_P(TestLogToRedfishEventLogNumericThrow, commitExpectToThrow) in TEST_P() function
167 TEST_P(TestLogToJournalDiscrete, commitAnActionWIthDiscreteValueDoesNotThrow) in TEST_P() function
178 TEST_P(TestLogToJournalDiscreteThrow, commitAnActionExpectThrow) in TEST_P() function
H A Dtest_path_append.cpp34 TEST_P(TestPathAppend, pathAppendsCorrectly) in TEST_P() function
54 TEST_P(TestPathAppendFail, pathAppendsCorrectly) in TEST_P() function
H A Dtest_discrete_threshold.cpp84 TEST_P(TestDiscreteThresholdValues, thresholdValueIsNumericAndStoredCorrectly) in TEST_P() function
100 TEST_P(TestBadDiscreteThresholdValues, throwsWhenNotNumericValues) in TEST_P() function
284 TEST_P(TestDiscreteThresholdNoDwellTime, senorsIsUpdatedMultipleTimes) in TEST_P() function
335 TEST_P(TestDiscreteThresholdWithDwellTime, senorsIsUpdatedMultipleTimes) in TEST_P() function
H A Dtest_report.cpp672 TEST_P(TestReportStore, settingPersistencyToTrueStoresReport) in TEST_P() function
692 TEST_P(TestReportStore, reportIsSavedToStorageAfterCreated) in TEST_P() function
718 TEST_P(TestReportValidNames, reportCtorDoesNotThrowOnValidName) in TEST_P() function
738 TEST_P(TestReportInvalidIds, failsToCreateReportWithInvalidName) in TEST_P() function
764 TEST_P(TestReportAllReportTypes, returnPropertValueOfReportType) in TEST_P() function
771 TEST_P(TestReportAllReportTypes, readingsAreUpdated) in TEST_P() function
782 TEST_P(TestReportAllReportTypes, readingsAreNotUpdatedWhenReportIsDisabled) in TEST_P() function
794 TEST_P(TestReportAllReportTypes, readingsAreNotUpdatedWhenReportIdDiffers) in TEST_P() function
855 TEST_P(TestReportNonOnRequestType, readingsAreNotUpdateOnUpdateCall) in TEST_P() function
879 TEST_P(TestReportNonPeriodicReport, readingsAreNotUpdatedAfterIntervalExpires) in TEST_P() function
[all …]
H A Dtest_metric.cpp345 TEST_P(TestMetricCalculationFunctions, calculatesReadingValue) in TEST_P() function
362 TEST_P(TestMetricCalculationFunctions, in TEST_P() function
381 TEST_P(TestMetricCalculationFunctions, returnsIsTimerRequired) in TEST_P() function
H A Dtest_labeled_tuple.cpp39 TEST_P(TestLabeledTupleDoubleSpecialization, in TEST_P() function
H A Dtest_sensor_cache.cpp65 TEST_P(TestSensorCacheP, shouldReturnDifferentSensorWhenIdsAreDifferent) in TEST_P() function
H A Dtest_on_change_threshold.cpp137 TEST_P(TestOnChangeThresholdUpdates, senorsIsUpdatedMultipleTimes) in TEST_P() function
H A Dtest_numeric_threshold.cpp358 TEST_P(TestNumericThresholdNoDwellTime, senorsIsUpdatedMultipleTimes) in TEST_P() function
539 TEST_P(TestNumericThresholdWithDwellTime, senorsIsUpdatedMultipleTimes) in TEST_P() function
H A Dtest_report_manager.cpp512 TEST_P(TestReportManagerWithAggregationOperationType, in TEST_P() function
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfirmware_open_unittest.cpp21 TEST_P(FirmwareOpenFailTest, WithFlags) in TEST_P() function
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_pci_unittest.cpp197 TEST_P(PciSetupTest, NotFound) in TEST_P() function
214 TEST_P(PciSetupTest, ProbeFail) in TEST_P() function
234 TEST_P(PciSetupTest, MapFail) in TEST_P() function
260 TEST_P(PciSetupTest, UnmapFail) in TEST_P() function
323 TEST_P(PciSetupTest, Success) in TEST_P() function
/openbmc/libbej/test/
H A Dbej_decoder_test.cpp59 TEST_P(BejDecoderTest, Decode) in TEST_P() function
H A Dbej_encoder_test.cpp339 TEST_P(BejEncoderTest, Encode) in TEST_P() function
383 TEST_P(BejEncoderTest, EncodeWrapper) in TEST_P() function
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/
H A Dversion_stat_unittest.cpp55 TEST_P(VersionStatSizeBlobTest, StatWithSize) in TEST_P() function
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_stat_unittest.cpp69 TEST_P(LogStatSizeBlobTest, StatWithSize) in TEST_P() function
/openbmc/phosphor-pid-control/test/
H A Ddbus_util_unittest.cpp27 TEST_P(GetSensorPathTest, ReturnsExpectedValue) in TEST_P() function