Skip to content

Commit

Permalink
disable iostreams tests for Darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Apr 12, 2024
1 parent 4f78e06 commit 1ef9bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ test-suite conversion

# Make sure that LexicalCast works the same way as some of the C++ Standard Libraries
[ run float_types_test.cpp : : : <define>BOOST_LEXICAL_CAST_DETAIL_TEST_ON_OLD
<toolset>msvc:<build>no # could have outdated behavior in some border cases
<toolset>msvc:<build>no # could have outdated behavior in some border cases
<toolset>darwin:<build>no # may have outdated behavior in some border cases
: float_types_non_opt
]

Expand Down

0 comments on commit 1ef9bd2

Please sign in to comment.