aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_progs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-29selftests/bpf: Bump internal send_signal/send_signal_tracepoint timeoutDaniel Müller1-5/+2
2022-05-20selftests/bpf: Remove filtered subtests from outputMykola Lysenko1-2/+6
2022-05-20selftests/bpf: Fix subtest number formatting in test_progsMykola Lysenko1-3/+9
2022-04-28selftests/bpf: Fix two memory leaks in prog_testsMykola Lysenko1-6/+11
2022-04-27bpf/selftests: Add granular subtest output for prog_testMykola Lysenko1-168/+458
2022-04-18selftests/bpf: Refactor prog_tests logging and test executionMykola Lysenko1-211/+117
2022-04-10selftests/bpf: Improve by-name subtest selection logic in prog_testsMykola Lysenko1-83/+74
2022-04-03selftests/bpf: Fix cd_flavor_subdir() of test_progsYuntao Wang1-2/+4
2021-12-14selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko1-2/+0
2021-11-16selftests/bpf: Mark variable as staticYucong Sun1-2/+2
2021-11-16selftests/bpf: Variable naming fixYucong Sun1-8/+8
2021-11-16selftests/bpf: Move summary line after the error logsYucong Sun1-4/+4
2021-10-29selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi1-2/+2
2021-10-08selftests/bpf: Allow some tests to be executed in sequenceYucong Sun1-6/+54
2021-10-08selftests/bpf: Add parallelism to test_progsYucong Sun1-36/+575
2021-10-08bpf/selftests: Add test for writable bare tracepointHou Tao1-2/+2
2021-09-13selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu1-0/+39
2021-08-17selftests/bpf: Support glob matching for test selector.Yucong Sun1-16/+62
2021-08-17selftests/bpf: Also print test name in subtest status messageYucong Sun1-2/+2
2021-08-17selftests/bpf: Correctly display subtest skip statusYucong Sun1-12/+13
2021-08-17selftests/bpf: Skip loading bpf_testmod when using -l to list tests.Yucong Sun1-2/+2
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko1-0/+3
2021-01-26selftests/bpf: Don't exit on failed bpf_testmod unloadAndrii Nakryiko1-1/+1
2021-01-12selftests/bpf: Sync RCU before unloading bpf_testmodAndrii Nakryiko1-0/+11
2020-12-10selftests/bpf: Silence ima_setup.sh when not running in verbose mode.KP Singh1-0/+10
2020-12-03selftests/bpf: Add support for marking sub-tests as skippedAndrii Nakryiko1-3/+3
2020-12-03selftests/bpf: Add bpf_testmod kernel module for testingAndrii Nakryiko1-0/+59
2020-08-24selftests/bpf: Fix test_progs-flavor run getting number of testsJesper Dangaard Brouer1-1/+3
2020-07-09selftests/bpf: test_progs avoid minus shell exit codesJesper Dangaard Brouer1-4/+5
2020-07-09selftests/bpf: test_progs use another shell exit on non-actionsJesper Dangaard Brouer1-1/+3
2020-07-02bpf: selftests: Restore netns after each testMartin KaFai Lau1-2/+21
2020-07-01selftests/bpf: Test_progs option for listing test namesJesper Dangaard Brouer1-0/+15
2020-07-01selftests/bpf: Test_progs option for getting number of testsJesper Dangaard Brouer1-0/+18
2020-07-01selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer1-0/+3
2020-05-13selftests/bpf: Extract parse_num_list into generic testing_helpers.cAndrii Nakryiko1-63/+4
2020-05-09selftests/bpf: Move existing common networking parts into network_helpersStanislav Fomichev1-30/+0
2020-04-28selftests/bpf: Fix memory leak in extract_build_id()Andrii Nakryiko1-0/+1
2020-04-28selftests/bpf: Fix memory leak in test selectorAndrii Nakryiko1-4/+16
2020-03-17selftests/bpf: Reset process and thread affinity after each test/sub-testAndrii Nakryiko1-1/+41
2020-03-17selftests/bpf: Fix test_progs's parsing of test numbersAndrii Nakryiko1-6/+7
2020-03-17selftests/bpf: Fix nanosleep for real this timeAndrii Nakryiko1-10/+6
2020-03-13selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko1-5/+5
2020-03-13selftests/bpf: Fix usleep() implementationAndrii Nakryiko1-1/+10
2020-03-13selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko1-0/+9
2020-02-25selftests/bpf: Print backtrace on SIGSEGV in test_progsAndrii Nakryiko1-0/+25
2020-01-15selftests/bpf: Add whitelist/blacklist of test names to test_progsAndrii Nakryiko1-10/+73
2019-11-24selftests/bpf: Integrate verbose verifier log into test_progsAndrii Nakryiko1-6/+12
2019-10-21selftests/bpf: Make a copy of subtest nameAndrii Nakryiko1-5/+12
2019-10-17selftests/bpf: Teach test_progs to cd into subdirAndrii Nakryiko1-1/+32
2019-09-06selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev1-0/+38