Skip to content

Commit 3027ced

Browse files
committed
disable broken test mingw debug
"g++" -fvisibility-inlines-hidden -m32 -mthreads -O0 -fno-inline -Wall -g -fvisibility=hidden -march=i686 -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wunused-function -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_THROW_IF_PRECONDITION_NOT_SATISFIED -DBOOST_THREAD_USE_DLL=1 -DBOOST_THREAD_WIN32 -I"." -c -o "bin.v2\libs\thread\test\ex_executor.test\gcc-5\dbg\thrdp-wn32\thrd-mlt\vsblt-hdn\executor.o" "libs\thread\test\..\example\executor.cpp" ...failed gcc.compile.c++ bin.v2\libs\thread\test\ex_executor.test\gcc-5\dbg\thrdp-wn32\thrd-mlt\vsblt-hdn\executor.o... https://ci.appveyor.com/project/pdimov/thread/builds/40207198/job/qu7mtpfr0lngi6ca
1 parent 43d0f68 commit 3027ced

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

appveyor.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ environment:
4545
TOOLSET: gcc
4646
VARIANT: release
4747

48-
- ADDPATH: C:\mingw\bin;
49-
TOOLSET: gcc
50-
VARIANT: debug
48+
# FIXME:
49+
# - ADDPATH: C:\mingw\bin;
50+
# TOOLSET: gcc
51+
# VARIANT: debug
5152

5253
# The following configurations fail with
5354
# ./boost/thread/detail/invoke.hpp:101:43: internal compiler error: in gimplify_expr, at gimplify.c:12039

0 commit comments

Comments
 (0)