Disable std_interop_test5 on g++ 4.8 and 4.9, rather.

This commit is contained in:
Peter Dimov
2021-06-14 19:04:15 +03:00
parent ee028e2f9d
commit 67ae4d3c47

View File

@@ -100,8 +100,8 @@ 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 # 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 <toolset>gcc-4.8:<build>no
<toolset>gcc-4.9:<build>no
; ;
run std_interop_test6.cpp ; run std_interop_test6.cpp ;