Home
last modified time | relevance | path

Searched refs:TEST_CASE (Results 1 – 8 of 8) sorted by relevance

/openbmc/libmctp/tests/
H A Dtest_astlpc.c1456 #define TEST_CASE(test) { #test, test } macro
1461 TEST_CASE(astlpc_test_simple_init),
1462 TEST_CASE(astlpc_test_bad_version),
1463 TEST_CASE(astlpc_test_incompatible_versions),
1464 TEST_CASE(astlpc_test_choose_bmc_ver_cur),
1465 TEST_CASE(astlpc_test_choose_host_ver_cur),
1466 TEST_CASE(astlpc_test_version_host_fails_negotiation),
1467 TEST_CASE(astlpc_test_version_bmc_fails_negotiation),
1468 TEST_CASE(astlpc_test_host_before_bmc),
1469 TEST_CASE(astlpc_test_simple_message_bmc_to_host),
[all …]
H A Dtest_core.c676 #define TEST_CASE(test) { #test, test } macro
681 TEST_CASE(mctp_core_test_simple_rx),
682 TEST_CASE(mctp_core_test_receive_equal_length_fragments),
683 TEST_CASE(mctp_core_test_receive_unexpected_smaller_middle_fragment),
684 TEST_CASE(mctp_core_test_receive_unexpected_bigger_middle_fragment),
685 TEST_CASE(mctp_core_test_receive_smaller_end_fragment),
686 TEST_CASE(mctp_core_test_receive_bigger_end_fragment),
687 TEST_CASE(mctp_core_test_drop_large_fragments),
688 TEST_CASE(mctp_core_test_exhaust_context_buffers),
689 TEST_CASE(mctp_core_test_rx_with_tag),
[all …]
/openbmc/qemu/tests/tcg/tricore/asm/
H A Dmacros.h44 #define TEST_CASE(num, testreg, correct, code...) \ macro
103 TEST_CASE(num, DREG_CALC_RESULT, result, \
116 TEST_CASE(num, DREG_CALC_RESULT, result, \
142 TEST_CASE(num, DREG_CALC_RESULT, result, \
158 TEST_CASE(num, DREG_CALC_RESULT, result, \
166 TEST_CASE(num, DREG_CALC_RESULT, result, \
174 TEST_CASE(num, DREG_CALC_RESULT, result, \
183 TEST_CASE(num, DREG_CALC_RESULT, result, \
/openbmc/linux/tools/perf/tests/
H A Dcpumap.c251 TEST_CASE("Synthesize cpu map", cpu_map_synthesize),
252 TEST_CASE("Print cpu map", cpu_map_print),
253 TEST_CASE("Merge cpu map", cpu_map_merge),
254 TEST_CASE("Intersect cpu map", cpu_map_intersect),
255 TEST_CASE("Equal cpu map", cpu_map_equal),
H A Dtests.h50 #define TEST_CASE(description, _name) \ macro
67 TEST_CASE(description, _name), \
H A Dpmu-events.c1037 TEST_CASE("PMU event table sanity", pmu_event_table),
1038 TEST_CASE("PMU event map aliases", aliases),
1041 TEST_CASE("Parsing of PMU event table metrics with fake PMUs", parsing_fake),
1042 TEST_CASE("Parsing of metric thresholds with fake PMUs", parsing_threshold),
H A Dparse-events.c2723 TEST_CASE("Parsing of aliased events", pmu_events_alias2),
2724 TEST_CASE("Parsing of terms (event modifiers)", terms2),
/openbmc/linux/tools/perf/arch/x86/tests/
H A Darch-tests.c12 TEST_CASE("Intel PT packet decoder", intel_pt_pkt_decoder),
13 TEST_CASE("Intel PT hybrid CPU compatibility", intel_pt_hybrid_compat),