From e1be6ddf37c90553048041188ad06745e0077ec1 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Wed, 11 Nov 2020 13:16:54 +0000 Subject: More Windows install fixes, disable issue0009 test on 32 bit, yet more debug printing on clang inside path_discovery. --- test/tests/issue0009.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/tests/issue0009.cpp b/test/tests/issue0009.cpp index a3b7b8bd..4ebd0d45 100644 --- a/test/tests/issue0009.cpp +++ b/test/tests/issue0009.cpp @@ -24,6 +24,8 @@ Distributed under the Boost Software License, Version 1.0. #include "../test_kernel_decl.hpp" +#if !defined(__GNUC__) || __SIZE_WIDTH__ > 32 + static inline void TestIssue09a() { namespace llfio = LLFIO_V2_NAMESPACE; @@ -127,3 +129,4 @@ KERNELTEST_TEST_KERNEL(regression, llfio, issues, 9b, "Tests issue #9 map_handle and mapped_file_handle are very slow with large address reservations on Windows", TestIssue09b()) KERNELTEST_TEST_KERNEL(regression, llfio, issues, 9c, "Tests issue #9 map_handle and mapped_file_handle are very slow with large address reservations on Windows", TestIssue09c()) +#endif -- cgit v1.2.3