Searched refs:expected_str (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/pcie_bwctrl/ |
| H A D | set_pcie_speed.sh | 41 expected_str="${PCIELINKSPEED[$expected_linkspeed]}" 42 if [ ! "${expected_str}" = "${linkspeed}" ]; then 43 echo "$TESTNAME failed: expected: ${expected_str}; got ${linkspeed}"
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | fib_lookup.c | 256 static void assert_ip_address(int family, void *addr, const char *expected_str) in assert_ip_address() argument 265 ret = inet_pton(AF_INET6, expected_str, expected_addr); in assert_ip_address() 270 ret = inet_pton(AF_INET, expected_str, expected_addr); in assert_ip_address() 281 PRINT_FAIL("expected %s actual %s ", expected_str, str); in assert_ip_address()
|
| /linux-6.15/arch/powerpc/sysdev/ |
| H A D | msi_bitmap.c | 218 const char *expected_str = "0-9,20-24,28-39,41-99,220-255"; in test_of_node() local 256 WARN_ON(bitmap_parselist(expected_str, expected, SIZE_EXPECTED)); in test_of_node()
|
| /linux-6.15/drivers/of/ |
| H A D | unittest.c | 931 const char *expected_str) in changeset_check_string() argument 940 unittest(strcmp(str, expected_str) == 0, in changeset_check_string() 942 prop_name, str, expected_str); in changeset_check_string()
|