Searched refs:skip_test (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/cpufreq/ |
H A D | amd-pstate-ut.c | 141 goto skip_test; in amd_pstate_ut_check_perf() 153 goto skip_test; in amd_pstate_ut_check_perf() 172 goto skip_test; in amd_pstate_ut_check_perf() 183 goto skip_test; in amd_pstate_ut_check_perf() 190 skip_test: in amd_pstate_ut_check_perf() 219 goto skip_test; in amd_pstate_ut_check_freq() 226 goto skip_test; in amd_pstate_ut_check_freq() 238 goto skip_test; in amd_pstate_ut_check_freq() 243 goto skip_test; in amd_pstate_ut_check_freq() 250 skip_test: in amd_pstate_ut_check_freq()
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | stat+json_output.sh | 9 skip_test=0 196 [ $socket_id == -1 ] && skip_test=1 208 if [ $skip_test -ne 1 ]
|
H A D | stat+csv_output.sh | 69 skip_test=$(check_for_topology) 76 if [ $skip_test -ne 1 ]
|
H A D | stat+std_output.sh | 90 skip_test=$(check_for_topology) 96 if [ $skip_test -ne 1 ]
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpuset_prs.sh | 10 skip_test() { function 16 [[ $(id -u) -eq 0 ]] || skip_test "Test must be run as root!" 24 [[ -n "$CGROUP2" ]] || skip_test "Cgroup v2 mount point not found!" 27 [[ $CPUS -lt 8 ]] && skip_test "Test needs at least 8 cpus available!"
|
/openbmc/linux/tools/testing/vsock/ |
H A D | util.h | 50 void skip_test(struct test_case *test_cases, size_t test_cases_len,
|
H A D | util.c | 377 void skip_test(struct test_case *test_cases, size_t test_cases_len, in skip_test() function
|
H A D | vsock_diag_test.c | 554 skip_test(test_cases, ARRAY_SIZE(test_cases) - 1, in main()
|
H A D | vsock_test.c | 1376 skip_test(test_cases, ARRAY_SIZE(test_cases) - 1, in main()
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0/ |
H A D | 0001-tests-respect-the-idententaion-used-in-meson.patch | 19 if not skip_test
|
/openbmc/linux/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 930 function skip_test() function 990 if skip_test $TEST_ID $TARGET; then
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 4115 bool skip_test; in FIXTURE() local 4121 self->skip_test = true; in FIXTURE_SETUP() 4161 if (self->skip_test) in FIXTURE_TEARDOWN() 4195 if (self->skip_test) in TEST_F_FORK() 4361 if (self->skip_test) in TEST_F_FORK() 4514 bool skip_test; in FIXTURE() local 4580 self->skip_test = true; in FIXTURE_SETUP() 4627 if (self->skip_test) in FIXTURE_TEARDOWN() 4673 if (self->skip_test) in layer3_fs_tag_inode() 4737 if (self->skip_test) in TEST_F_FORK()
|
/openbmc/openbmc-test-automation/ |
H A D | README.md | 192 "skip_test", "skip_test_extended", etc.) or grouping them (e.g "HW_CI", 305 $ OPENBMC_HOST=x.x.x.x tox -e default -- --argumentfile test_lists/skip_test tests
|
/openbmc/linux/kernel/time/ |
H A D | clocksource.c | 267 goto skip_test; in cs_watchdog_read() 274 skip_test: in cs_watchdog_read()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 267 skip_test() function 312 if skip_test; then
|