mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 20:41:27 -04:00
Reorder backends in test.sh to match preference order in event.c
This commit is contained in:
parent
aed7e02979
commit
ece974fbba
32
test/test.sh
32
test/test.sh
@ -110,11 +110,27 @@ run_tests () {
|
|||||||
announce "Running tests:"
|
announce "Running tests:"
|
||||||
|
|
||||||
# Need to do this by hand?
|
# Need to do this by hand?
|
||||||
|
setup
|
||||||
|
unset EVENT_NOEVPORT
|
||||||
|
announce "EVPORT"
|
||||||
|
run_tests
|
||||||
|
|
||||||
setup
|
setup
|
||||||
unset EVENT_NOKQUEUE
|
unset EVENT_NOKQUEUE
|
||||||
announce "KQUEUE"
|
announce "KQUEUE"
|
||||||
run_tests
|
run_tests
|
||||||
|
|
||||||
|
setup
|
||||||
|
unset EVENT_NOEPOLL
|
||||||
|
announce "EPOLL"
|
||||||
|
run_tests
|
||||||
|
|
||||||
|
setup
|
||||||
|
unset EVENT_NOEPOLL
|
||||||
|
EVENT_EPOLL_USE_CHANGELIST=yes; export EVENT_EPOLL_USE_CHANGELIST
|
||||||
|
announce "EPOLL (changelist)"
|
||||||
|
run_tests
|
||||||
|
|
||||||
setup
|
setup
|
||||||
unset EVENT_NODEVPOLL
|
unset EVENT_NODEVPOLL
|
||||||
announce "DEVPOLL"
|
announce "DEVPOLL"
|
||||||
@ -130,22 +146,6 @@ unset EVENT_NOSELECT
|
|||||||
announce "SELECT"
|
announce "SELECT"
|
||||||
run_tests
|
run_tests
|
||||||
|
|
||||||
setup
|
|
||||||
unset EVENT_NOEPOLL
|
|
||||||
announce "EPOLL"
|
|
||||||
run_tests
|
|
||||||
|
|
||||||
setup
|
|
||||||
unset EVENT_NOEPOLL
|
|
||||||
EVENT_EPOLL_USE_CHANGELIST=yes; export EVENT_EPOLL_USE_CHANGELIST
|
|
||||||
announce "EPOLL (changelist)"
|
|
||||||
run_tests
|
|
||||||
|
|
||||||
setup
|
|
||||||
unset EVENT_NOEVPORT
|
|
||||||
announce "EVPORT"
|
|
||||||
run_tests
|
|
||||||
|
|
||||||
setup
|
setup
|
||||||
unset EVENT_NOWIN32
|
unset EVENT_NOWIN32
|
||||||
announce "WIN32"
|
announce "WIN32"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user