Searched refs:RUN_SUCCESS (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | exceptions.c | 48 RUN_SUCCESS(exception_throw_always_1, 64); in test_exceptions_success() 49 RUN_SUCCESS(exception_throw_always_2, 32); in test_exceptions_success() 50 RUN_SUCCESS(exception_throw_unwind_1, 16); in test_exceptions_success() 51 RUN_SUCCESS(exception_throw_unwind_2, 32); in test_exceptions_success() 52 RUN_SUCCESS(exception_throw_default, 0); in test_exceptions_success() 54 RUN_SUCCESS(exception_tail_call, 24); in test_exceptions_success() 55 RUN_SUCCESS(exception_ext, 0); in test_exceptions_success() 57 RUN_SUCCESS(exception_throw_subprog, 1); in test_exceptions_success() 58 RUN_SUCCESS(exception_assert_nz_gfunc, 1); in test_exceptions_success() 60 RUN_SUCCESS(exception_assert_neg_gfunc, 1); in test_exceptions_success() [all …]
|