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:
Peter Dimov
2021-06-14 18:07:06 +03:00
parent 210c54b09a
commit 7657188802

View File

@ -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 ;