From 6aa2775381bb50174041d2f78b8431f2046a5bf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Sun, 16 Jul 2017 22:28:43 +0200 Subject: [PATCH] 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 --- .travis.yml | 3 ++- appveyor.yml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 42ca64e..dccf42b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/appveyor.yml b/appveyor.yml index 9de1e95..fceaab0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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: