Home
last modified time | relevance | path

Searched refs:ASSERT_STREQ (Results 1 – 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c37 ASSERT_STREQ(btf__str_by_offset(btf, t->name_off), "int", "int_name"); in test_btf_write()
101 ASSERT_STREQ(btf__str_by_offset(btf, t->name_off), "s1", "struct_name"); in test_btf_write()
107 ASSERT_STREQ(btf__str_by_offset(btf, m->name_off), "f1", "f1_name"); in test_btf_write()
112 ASSERT_STREQ(btf__str_by_offset(btf, m->name_off), "f2", "f2_name"); in test_btf_write()
129 ASSERT_STREQ(btf__str_by_offset(btf, t->name_off), "u1", "union_name"); in test_btf_write()
135 ASSERT_STREQ(btf__str_by_offset(btf, m->name_off), "f1", "f1_name"); in test_btf_write()
149 ASSERT_STREQ(btf__str_by_offset(btf, t->name_off), "e1", "enum_name"); in test_btf_write()
154 ASSERT_STREQ(btf__str_by_offset(btf, v->name_off), "v1", "v1_name"); in test_btf_write()
157 ASSERT_STREQ(btf__str_by_offset(btf, v->name_off), "v2", "v2_name"); in test_btf_write()
164 ASSERT_STREQ(btf__str_by_offset(btf, t->name_off), "struct_fwd", "fwd_name"); in test_btf_write()
[all …]
Dbtf_dump.c181 ASSERT_STREQ(dump_buf, in test_btf_dump_incremental()
220 ASSERT_STREQ(dump_buf, in test_btf_dump_incremental()
Dbtf_endian.c94 ASSERT_STREQ(btf__str_by_offset(swap_btf, t->name_off), "some_var", "var_name"); in test_btf_endian()
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
DIt_process_plimits_ipc_009.cpp59 ASSERT_STREQ(buf, "4294967295\n"); in ItProcessPlimitsIpc009()
DIt_process_plimits_ipc_005.cpp64 ASSERT_STREQ(buf, "1024\n"); in ItProcessPlimitsIpc005()
/kernel/liteos_a/testsuites/unittest/container/smoke/
DIt_ipc_container_001.cpp128 ASSERT_STREQ(msgrcd, msgptr); in ItIpcContainer001()
DIt_ipc_container_003.cpp150 ASSERT_STREQ(msgrcd, msgptr); in IpcContainerUnshare()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_progs.h144 #define ASSERT_STREQ(actual, expected, name) ({ \ macro
/kernel/linux/linux-5.10/tools/testing/selftests/
Dkselftest_harness.h538 #define ASSERT_STREQ(expected, seen) \ macro
/kernel/linux/linux-5.10/Documentation/dev-tools/
Dkselftest.rst348 ASSERT_STREQ ASSERT_STRNE EXPECT_EQ EXPECT_NE EXPECT_LT