Reorder backends in test.sh to match preference order in event.c

This commit is contained in:
Nick Mathewson 2010-11-22 14:13:24 -05:00
parent aed7e02979
commit ece974fbba

View File

@ -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"