[libcxx-commits] [PATCH] D155554: [libcxx] [test] Fix running tests with Clang-cl in Debug mode
Andrew Ng via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 19 07:43:07 PDT 2023
andrewng added inline comments.
================
Comment at: libcxx/test/support/set_windows_crt_report_mode.h:29-31
_CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_DEBUG);
_CrtSetReportMode(_CRT_ERROR, _CRTDBG_MODE_DEBUG);
_CrtSetReportMode(_CRT_ASSERT, _CRTDBG_MODE_DEBUG);
----------------
Does this work for you? I had to change this in my patch otherwise the pop-up for which version of Visual Studio to use would come up and stall testing, IIRC. Perhaps this depends on some specific Windows environment/configuration?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155554/new/
https://reviews.llvm.org/D155554
More information about the libcxx-commits
mailing list