travis: Exclude some uasyncio tests on OSX.
This commit is contained in:
parent
5d09a40df9
commit
3667effff1
|
@ -213,7 +213,8 @@ jobs:
|
|||
- make ${MAKEOPTS} -C ports/unix submodules
|
||||
- make ${MAKEOPTS} -C ports/unix deplibs
|
||||
- make ${MAKEOPTS} -C ports/unix
|
||||
- make ${MAKEOPTS} -C ports/unix test
|
||||
# OSX has poor time resolution and the following tests do not have the correct output
|
||||
- (cd tests && ./run-tests --exclude 'uasyncio_(basic|heaplock|lock|wait_task)')
|
||||
after_failure:
|
||||
- (cd tests && for exp in *.exp; do testbase=$(basename $exp .exp); echo -e "\nFAILURE $testbase"; diff -u $testbase.exp $testbase.out; done)
|
||||
|
||||
|
|
Loading…
Reference in New Issue