Searched refs:tests (Results 1 - 25 of 228) sorted by relevance

12345678910

/linux-master/net/mac80211/tests/
H A DMakefile1 mac80211-tests-y += module.o elems.o mfp.o
3 obj-$(CONFIG_MAC80211_KUNIT_TEST) += mac80211-tests.o
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dobj_name.c10 } tests[] = { local
23 for (i = 0; i < ARRAY_SIZE(tests); i++) {
24 size_t name_len = strlen(tests[i].name) + 1;
37 memcpy(attr.prog_name, tests[i].name, ncopy);
40 CHECK((tests[i].success && fd < 0) ||
41 (!tests[i].success && fd >= 0) ||
42 (!tests[i].success && errno != tests[i].expected_errno),
45 fd, tests[i].success, errno, tests[
[all...]
H A Darg_parsing.c9 set->tests = NULL;
17 for (j = 0; j < set->tests[i].subtest_cnt; j++)
18 free((void *)set->tests[i].subtests[j]);
19 free(set->tests[i].subtests);
20 free(set->tests[i].name);
23 free(set->tests);
36 if (!ASSERT_OK_PTR(set.tests, "test filters initialized"))
38 ASSERT_EQ(set.tests[0].subtest_cnt, 0, "subtest filters count");
39 ASSERT_OK(strcmp("arg_parsing", set.tests[0].name), "subtest name");
46 if (!ASSERT_OK_PTR(set.tests, "tes
[all...]
H A Dglobal_data.c18 } tests[] = { local
32 for (i = 0; i < ARRAY_SIZE(tests); i++) {
33 err = bpf_map_lookup_elem(map_fd, &tests[i].key, &num);
34 CHECK(err || num != tests[i].num, tests[i].name,
36 err, num, tests[i].num);
53 } tests[] = { local
61 for (i = 0; i < ARRAY_SIZE(tests); i++) {
62 err = bpf_map_lookup_elem(map_fd, &tests[i].key, str);
63 CHECK(err || memcmp(str, tests[
88 } tests[] = { local
[all...]
/linux-master/tools/testing/selftests/hid/
H A Dhid-apple.sh3 # Runs tests for the HID subsystem
7 bash ./run-hid-tools-tests.sh
H A Dhid-core.sh3 # Runs tests for the HID subsystem
7 bash ./run-hid-tools-tests.sh
H A Dhid-gamepad.sh3 # Runs tests for the HID subsystem
7 bash ./run-hid-tools-tests.sh
H A Dhid-ite.sh3 # Runs tests for the HID subsystem
7 bash ./run-hid-tools-tests.sh
H A Dhid-keyboard.sh3 # Runs tests for the HID subsystem
7 bash ./run-hid-tools-tests.sh
H A Dhid-mouse.sh3 # Runs tests for the HID subsystem
7 bash ./run-hid-tools-tests.sh
H A Dhid-multitouch.sh3 # Runs tests for the HID subsystem
7 bash ./run-hid-tools-tests.sh
H A Dhid-sony.sh3 # Runs tests for the HID subsystem
7 bash ./run-hid-tools-tests.sh
H A Dhid-tablet.sh3 # Runs tests for the HID subsystem
7 bash ./run-hid-tools-tests.sh
H A Dhid-usb_crash.sh3 # Runs tests for the HID subsystem
7 bash ./run-hid-tools-tests.sh
H A Dhid-wacom.sh3 # Runs tests for the HID subsystem
7 bash ./run-hid-tools-tests.sh
/linux-master/drivers/net/wireless/intel/iwlwifi/tests/
H A DMakefile3 iwlwifi-tests-y += module.o devinfo.o
7 obj-$(CONFIG_IWLWIFI_KUNIT_TESTS) += iwlwifi-tests.o
/linux-master/net/wireless/tests/
H A DMakefile1 cfg80211-tests-y += module.o fragmentation.o scan.o util.o chan.o
3 obj-$(CONFIG_CFG80211_KUNIT_TEST) += cfg80211-tests.o
/linux-master/tools/testing/selftests/lkdtm/
H A DMakefile2 # Makefile for LKDTM regression tests
7 TEST_FILES := tests.txt
9 TEST_GEN_PROGS = $(patsubst %,$(OUTPUT)/%.sh,$(shell awk '{print $$1}' tests.txt | sed -e 's/\#//'))
12 $(OUTPUT)/%: run.sh tests.txt
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_engine.c11 static int (* const tests[])(struct intel_gt *) = {
16 typeof(*tests) *fn;
18 for (fn = tests; *fn; fn++) {
/linux-master/drivers/gpu/drm/vc4/
H A DMakefile29 tests/vc4_mock.o \
30 tests/vc4_mock_crtc.o \
31 tests/vc4_mock_output.o \
32 tests/vc4_mock_plane.o \
33 tests/vc4_test_pv_muxing.o
/linux-master/net/mptcp/
H A Dcrypto_test.c15 static struct test_case tests[] = { variable in typeref:struct:test_case
41 for (i = 0; i < ARRAY_SIZE(tests); ++i) {
43 key1 = be64_to_cpu(*((__be64 *)&tests[i].key[0]));
44 key2 = be64_to_cpu(*((__be64 *)&tests[i].key[8]));
45 nonce1 = be32_to_cpu(*((__be32 *)&tests[i].msg[0]));
46 nonce2 = be32_to_cpu(*((__be32 *)&tests[i].msg[4]));
56 KUNIT_EXPECT_STREQ(test, &hmac_hex[0], tests[i].result);
73 MODULE_DESCRIPTION("KUnit tests for MPTCP Crypto");
/linux-master/tools/perf/tests/shell/coresight/asm_pure_loop/
H A DMakefile21 install-tests: all
25 $(call QUIET_INSTALL, tests) \
34 .PHONY: all clean install-tests
/linux-master/tools/perf/tests/shell/coresight/memcpy_thread/
H A DMakefile20 install-tests: all
24 $(call QUIET_INSTALL, tests) \
33 .PHONY: all clean install-tests
/linux-master/tools/perf/tests/shell/coresight/thread_loop/
H A DMakefile20 install-tests: all
24 $(call QUIET_INSTALL, tests) \
33 .PHONY: all clean install-tests
/linux-master/tools/perf/tests/shell/coresight/unroll_loop_thread/
H A DMakefile20 install-tests: all
24 $(call QUIET_INSTALL, tests) \
33 .PHONY: all clean install-tests

Completed in 202 milliseconds

12345678910