Revert "Disable tests that fail on Windows due to a bug in Boost <= 1.76"

This reverts commit a801c12a8b89a7353a4339510aedc94739e9c46f.
This commit is contained in:
Kamil Śliwak
2021-09-27 13:15:57 +02:00
parent e3a3829f97
commit 77aa1707e1
2 changed files with 7 additions and 22 deletions
@@ -272,10 +272,7 @@ BOOST_FIXTURE_TEST_CASE(allow_path_should_work_with_various_path_forms, AllowPat
// Paths going beyond root allowed
BOOST_TEST(checkImport(import, {"--allow-paths=/../../"}));
BOOST_TEST(checkImport(import, {"--allow-paths=/../.."}));
#if !defined(_WIN32) || BOOST_VERSION > 107600
// This throws on Windows due to a bug in Boost: https://github.com/boostorg/filesystem/issues/201
BOOST_TEST(checkImport(import, {"--allow-paths=/../../a/../"}));
#endif
BOOST_TEST(checkImport(import, {"--allow-paths=/../../" + m_portablePrefix}));
// File named like a directory