X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fkernel%2Ftest_select_poll_epoll;h=ec034e6320c9fff90b7689c56aaad07895e0dabe;hb=85716797531014241b9bc2b2ffa01215fd9ba6d1;hp=e01866f75dcf22c0f0b6a603b9fffa08ee517ccc;hpb=612b8ed86aab0cd7549a433c50ecc9e999227077;p=lttng-tools.git diff --git a/tests/regression/kernel/test_select_poll_epoll b/tests/regression/kernel/test_select_poll_epoll index e01866f75..ec034e632 100755 --- a/tests/regression/kernel/test_select_poll_epoll +++ b/tests/regression/kernel/test_select_poll_epoll @@ -126,13 +126,13 @@ function test_timeout_cases() rm -rf $TRACE_PATH } -function test_big_pselect() +function test_pselect_invalid_fd() { TRACE_PATH=$(mktemp -d) SESSION_NAME="syscall_payload" SYSCALL_LIST="pselect6" - diag "pselect with a FD > 1023" + diag "pselect with invalid FD" create_lttng_session_ok $SESSION_NAME $TRACE_PATH @@ -384,7 +384,7 @@ skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS || test_working_cases test_timeout_cases - test_big_pselect + test_pselect_invalid_fd test_big_ppoll test_ppoll_overflow test_pselect_invalid_ptr