From c80abed1cd37bcdd4a8b99e977d4bc44ac857779 Mon Sep 17 00:00:00 2001 From: Jeremy <51220084+jeremy-rifkin@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:21:09 -0600 Subject: [PATCH] Try to re-enable testing with _Unwind on windows --- ci/test-all-configs.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ci/test-all-configs.py b/ci/test-all-configs.py index 5396203..16ddbbf 100644 --- a/ci/test-all-configs.py +++ b/ci/test-all-configs.py @@ -419,7 +419,7 @@ def main(): "unwind": [ "CPPTRACE_UNWIND_WITH_WINAPI", "CPPTRACE_UNWIND_WITH_DBGHELP", - #"CPPTRACE_UNWIND_WITH_UNWIND", # Broken on github actions for some reason + "CPPTRACE_UNWIND_WITH_UNWIND", # Broken on github actions for some reason #"CPPTRACE_UNWIND_WITH_NOTHING", ], "symbols": [ @@ -487,8 +487,7 @@ def main(): "config": [""] } exclude = [] - # TODO: Disabled for now due to unwind - #run_matrix(matrix, exclude, build_and_test_full_or_auto) + run_matrix(matrix, exclude, build_and_test_full_or_auto) global failed if failed: