mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 11:53:00 -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:"
|
||||
|
||||
# Need to do this by hand?
|
||||
setup
|
||||
unset EVENT_NOEVPORT
|
||||
announce "EVPORT"
|
||||
run_tests
|
||||
|
||||
setup
|
||||
unset EVENT_NOKQUEUE
|
||||
announce "KQUEUE"
|
||||
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_NODEVPOLL
|
||||
announce "DEVPOLL"
|
||||
@ -130,22 +146,6 @@ unset EVENT_NOSELECT
|
||||
announce "SELECT"
|
||||
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
|
||||
unset EVENT_NOWIN32
|
||||
announce "WIN32"
|
||||
|
Loading…
x
Reference in New Issue
Block a user