/openbmc/linux/mm/kfence/ |
H A D | kfence_test.c | 775 #define KFENCE_KUNIT_CASE(test_name) \ argument 776 { .run_case = test_name, .name = #test_name }, \ 777 { .run_case = test_name, .name = #test_name "-memcache" }
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sharedbuffer_configuration.py | 132 def log_test(test_name, err_msg=None): argument 135 print("TEST: %-80s [FAIL]" % test_name) 137 print("TEST: %-80s [ OK ]" % test_name)
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | userspace_pm.sh | 62 test_name="" 76 test_name="${1}" 78 _printf "%-68s" "${test_name}" 89 mptcp_lib_result_pass "${test_name}" 95 mptcp_lib_result_skip "${test_name}" 108 mptcp_lib_result_fail "${test_name}"
|
/openbmc/linux/tools/testing/selftests/drivers/net/ocelot/ |
H A D | psfp.sh | 255 local test_name=$3 288 log_test "${test_name}"
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
H A D | 0001-tests-respect-the-idententaion-used-in-meson.patch | 20 exe = executable(test_name, fname,
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | qgraph.c | 595 char *test_name = g_strdup_printf("%s-tests/%s", interface, name); in qos_add_test() local 601 node = create_node(test_name, QNODE_TEST); in qos_add_test() 610 add_edge(interface, test_name, QEDGE_CONSUMED_BY, &opts->edge); in qos_add_test() 611 g_free(test_name); in qos_add_test()
|
/openbmc/openbmc/poky/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing/ |
H A D | 0001-fix-non-literal-format-string-issue-with-clang.patch | 28 const char *test_name,
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | extent-io-tests.c | 672 const char *test_name) in dump_eb_and_memory_contents() argument 679 test_err("%s failed", test_name); in dump_eb_and_memory_contents() 688 const char *test_name) in verify_eb_and_memory() argument 694 dump_eb_and_memory_contents(eb, memory, test_name); in verify_eb_and_memory()
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/ |
H A D | runner.py | 209 test_name = case._testMethodName 210 if hasattr(case, test_name): 211 method = getattr(case, test_name)
|
/openbmc/linux/lib/ |
H A D | test_vmalloc.c | 398 const char *test_name; member 583 test_case_array[j].test_name, in do_concurrent_test()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | devlink_lib.sh | 526 local test_name=$1; shift 533 log_test "$test_name"
|
H A D | lib.sh | 389 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str" 401 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str" 410 printf "TEST: %-60s [SKIP]\n" "$test_name $opt_str"
|
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | 179 my $test_name; 342 "TEST_NAME" => \$test_name, 1529 if (defined($test_name)) { 1530 $name = "$test_name:$test_type"; 1828 if (defined($test_name)) { 1829 $name = " ($test_name)"; 2725 if (defined($test_name)) { 2726 $name = " ($test_name)"; 4432 if (defined($test_name)) { 4433 $name = " ($test_name)";
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_hangcheck.c | 963 const char *test_name, in __igt_reset_engines() argument 1007 engine->name, test_name); in __igt_reset_engines() 1091 engine->name, test_name, err); in __igt_reset_engines() 1110 engine->name, test_name, in __igt_reset_engines() 1127 engine->name, test_name, in __igt_reset_engines() 1152 engine->name, test_name); in __igt_reset_engines() 1173 engine->name, test_name, count); in __igt_reset_engines() 1181 engine->name, test_name, count, reported); in __igt_reset_engines()
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | sha512.c | 664 const char *test_name, ...) in _gen_result() argument 675 if(test_name != NULL) { in _gen_result() 676 va_start(ap, test_name); in _gen_result() 677 if (vasprintf(&local_test_name, test_name, ap) < 0) in _gen_result() 708 if(test_name != NULL) { in _gen_result()
|
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_gpio-test.c | 374 g_autofree char *test_name = in main() local 376 qtest_add_data_func(test_name, (void *)(intptr_t)i, test_gpion_irq); in main()
|
/openbmc/boost-dbus/ |
H A D | CMakeLists.txt | 84 add_test(dbustests dbustests "--gtest_output=xml:${test_name}.xml")
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | regression.py | 90 …t_least_one_matching_tag(test_result, tag_list) or test_name.startswith("ptestresult") for (test_n…
|
/openbmc/u-boot/tools/dtoc/ |
H A D | test_fdt.py | 527 test_name = args and args[0] or None 529 if test_name: 531 suite = unittest.TestLoader().loadTestsFromName(test_name, module)
|
H A D | test_fdt | 527 test_name = args and args[0] or None 529 if test_name: 531 suite = unittest.TestLoader().loadTestsFromName(test_name, module)
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | running_tips.rst | 280 Test cases can be marked using the ``KUNIT_CASE_ATTR(test_name, attributes)`` 281 macro to define the test case instead of ``KUNIT_CASE(test_name)``. 294 To mark a test case as slow, you can also use ``KUNIT_CASE_SLOW(test_name)``. 422 The macro ``KUNIT_CASE_SLOW(test_name)`` can be easily used to set the speed
|
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 106 '{} memory leak check'.format(self.args.test_name))
|
/openbmc/linux/tools/testing/selftests/futex/ |
H A D | README | 42 test_name: Description of the test
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | user_ringbuf.c | 669 const char *test_name; member 690 if (!test__start_subtest(success_tests[i].test_name)) in test_user_ringbuf()
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 389 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str" 401 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str" 410 printf "TEST: %-60s [SKIP]\n" "$test_name $opt_str"
|