summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_progs.c
AgeCommit message (Expand)Author
2021-12-14selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko
2021-11-16selftests/bpf: Mark variable as staticYucong Sun
2021-11-16selftests/bpf: Variable naming fixYucong Sun
2021-11-16selftests/bpf: Move summary line after the error logsYucong Sun
2021-10-29selftests/bpf: Fix fclose/pclose mismatch in test_progsAndrea Righi
2021-10-08selftests/bpf: Allow some tests to be executed in sequenceYucong Sun
2021-10-08selftests/bpf: Add parallelism to test_progsYucong Sun
2021-10-08bpf/selftests: Add test for writable bare tracepointHou Tao
2021-09-13selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu
2021-08-17selftests/bpf: Support glob matching for test selector.Yucong Sun
2021-08-17selftests/bpf: Also print test name in subtest status messageYucong Sun
2021-08-17selftests/bpf: Correctly display subtest skip statusYucong Sun
2021-08-17selftests/bpf: Skip loading bpf_testmod when using -l to list tests.Yucong Sun
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko
2021-01-26selftests/bpf: Don't exit on failed bpf_testmod unloadAndrii Nakryiko
2021-01-12selftests/bpf: Sync RCU before unloading bpf_testmodAndrii Nakryiko
2020-12-10selftests/bpf: Silence ima_setup.sh when not running in verbose mode.KP Singh
2020-12-03selftests/bpf: Add support for marking sub-tests as skippedAndrii Nakryiko
2020-12-03selftests/bpf: Add bpf_testmod kernel module for testingAndrii Nakryiko
2020-08-24selftests/bpf: Fix test_progs-flavor run getting number of testsJesper Dangaard Brouer
2020-07-09selftests/bpf: test_progs avoid minus shell exit codesJesper Dangaard Brouer
2020-07-09selftests/bpf: test_progs use another shell exit on non-actionsJesper Dangaard Brouer
2020-07-02bpf: selftests: Restore netns after each testMartin KaFai Lau
2020-07-01selftests/bpf: Test_progs option for listing test namesJesper Dangaard Brouer
2020-07-01selftests/bpf: Test_progs option for getting number of testsJesper Dangaard Brouer
2020-07-01selftests/bpf: Test_progs indicate to shell on non-actionsJesper Dangaard Brouer
2020-05-13selftests/bpf: Extract parse_num_list into generic testing_helpers.cAndrii Nakryiko
2020-05-09selftests/bpf: Move existing common networking parts into network_helpersStanislav Fomichev
2020-04-28selftests/bpf: Fix memory leak in extract_build_id()Andrii Nakryiko
2020-04-28selftests/bpf: Fix memory leak in test selectorAndrii Nakryiko
2020-03-17selftests/bpf: Reset process and thread affinity after each test/sub-testAndrii Nakryiko
2020-03-17selftests/bpf: Fix test_progs's parsing of test numbersAndrii Nakryiko
2020-03-17selftests/bpf: Fix nanosleep for real this timeAndrii Nakryiko
2020-03-13selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko
2020-03-13selftests/bpf: Fix usleep() implementationAndrii Nakryiko
2020-03-13selftests/bpf: Guarantee that useep() calls nanosleep() syscallAndrii Nakryiko
2020-02-25selftests/bpf: Print backtrace on SIGSEGV in test_progsAndrii Nakryiko
2020-01-15selftests/bpf: Add whitelist/blacklist of test names to test_progsAndrii Nakryiko
2019-11-24selftests/bpf: Integrate verbose verifier log into test_progsAndrii Nakryiko
2019-10-21selftests/bpf: Make a copy of subtest nameAndrii Nakryiko
2019-10-17selftests/bpf: Teach test_progs to cd into subdirAndrii Nakryiko
2019-09-06selftests/bpf: test_progs: add test__join_cgroup helperStanislav Fomichev
2019-09-03selftests/bpf: test_progs: fix verbose mode garbageStanislav Fomichev
2019-08-28selftests/bpf: test_progs: remove global fail/success countsStanislav Fomichev
2019-08-28selftests/bpf: test_progs: test__skipStanislav Fomichev
2019-08-06selftests/bpf: test_progs: drop extra trailing tabStanislav Fomichev
2019-08-06selftests/bpf: test_progs: test__printf -> printfStanislav Fomichev
2019-08-06selftests/bpf: test_progs: switch to open_memstreamStanislav Fomichev
2019-07-30selftests/bpf: fix clearing buffered output between tests/subtestsAndrii Nakryiko
2019-07-27selftests/bpf: add sub-tests support for test_progsAndrii Nakryiko