Skip failing test configurations.

- the libasync tests are disabled for now, since the libevent driver in eventcore isn't implemented.
- LDC 1.0.0 on Windows fails with a stack overflow - added to allowed_failures due to the age of the underlying front end
This commit is contained in:
Sönke Ludwig 2017-07-16 22:28:43 +02:00
parent 4f69b1eaf3
commit 6aa2775381
2 changed files with 8 additions and 1 deletions

View file

@ -18,7 +18,8 @@ d:
env:
- CONFIG=select
- CONFIG=epoll
- CONFIG=libasync
# disabled until the libasync driver of eventcore is more than a stub
#- CONFIG=libasync
matrix:
allow_failures:

View file

@ -26,6 +26,12 @@ environment:
DVersion: 1.0.0
arch: x64
matrix:
allow_failures:
- DC: ldc
DVersion: 1.0.0
arch: x64
skip_tags: false
install: