Skip to content

Commit

Permalink
Disable test_assign.cpp under MinGW debug (string table overflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jul 10, 2023
1 parent 8638401 commit e35b2f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/Jamfile.jam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ run test_callable.cpp /boost//unit_test_framework ;
run test_reference.cpp /boost//unit_test_framework ;
run test_construct.cpp /boost//unit_test_framework ;
run test_relaxed.cpp /boost//unit_test_framework ;
run test_assign.cpp /boost//unit_test_framework : : : <toolset>gcc,<target-os>windows:<cxxflags>-Wa,-mbig-obj ;
run test_assign.cpp /boost//unit_test_framework : : :
<toolset>gcc,<target-os>windows:<cxxflags>-Wa,-mbig-obj
<toolset>gcc,<target-os>windows,<variant>debug:<build>no
;
run test_construct_ref.cpp /boost//unit_test_framework ;
run test_construct_cref.cpp /boost//unit_test_framework ;
run test_any_cast.cpp /boost//unit_test_framework ;
Expand Down

0 comments on commit e35b2f2

Please sign in to comment.