From 67ae4d3c47e50b28fa84c59fcbc000a98e6ea702 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 14 Jun 2021 19:04:15 +0300 Subject: [PATCH] Disable std_interop_test5 on g++ 4.8 and 4.9, rather. --- test/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 49a99a0..73ce321 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -100,8 +100,8 @@ run std_interop_test4.cpp ; run std_interop_test5.cpp : : : # crash on xenial, but the real g++ 4.8 on both centos 7 and trusty works - gcc-4.7:no gcc-4.8:no + gcc-4.9:no ; run std_interop_test6.cpp ;