1 Do not build a supposed-to-crash test which may or may not even compile
4 Bug: https://bugs.gentoo.org/955831
6 --- boost_1_88_0/libs/system/test/Jamfile.v2~ 2025-04-03 13:37:30.000000000 +0200
7 +++ boost_1_88_0/libs/system/test/Jamfile.v2 2025-05-11 14:28:16.187753266 +0200
8 @@ -68,7 +68,7 @@ system-run before_main_test.cpp ;
10 run-fail throws_assign_fail.cpp : : :
11 # GCC 12 catches this at compile time with a warning
12 - <toolset>gcc,<variant>release:<build>no ;
13 + <toolset>gcc:<build>no ;
15 system-run constexpr_test.cpp ;
16 system-run win32_hresult_test.cpp ;