mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 20:47:14 +02:00
Disable std_interop_test5 on g++ 4.7 and 4.8; these crash on Xenial, but the real g++ 4.8 on CentOS 7 and Trusty works
This commit is contained in:
@ -97,5 +97,11 @@ run snprintf_test.cpp ;
|
||||
run std_interop_test2.cpp ;
|
||||
run std_interop_test3.cpp ;
|
||||
run std_interop_test4.cpp ;
|
||||
run std_interop_test5.cpp ;
|
||||
run std_interop_test5.cpp
|
||||
: : :
|
||||
# crash on xenial, but the real g++ 4.8 on both centos 7 and trusty works
|
||||
<toolset>gcc-4.7:<build>no
|
||||
<toolset>gcc-4.8:<build>no
|
||||
;
|
||||
|
||||
run std_interop_test6.cpp ;
|
||||
|
Reference in New Issue
Block a user