Try to re-enable testing with _Unwind on windows

This commit is contained in:
Jeremy 2023-11-21 10:21:09 -06:00
parent e889fa7acf
commit c80abed1cd
No known key found for this signature in database
GPG Key ID: B4C8300FEC395042

View File

@ -419,7 +419,7 @@ def main():
"unwind": [ "unwind": [
"CPPTRACE_UNWIND_WITH_WINAPI", "CPPTRACE_UNWIND_WITH_WINAPI",
"CPPTRACE_UNWIND_WITH_DBGHELP", "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", #"CPPTRACE_UNWIND_WITH_NOTHING",
], ],
"symbols": [ "symbols": [
@ -487,8 +487,7 @@ def main():
"config": [""] "config": [""]
} }
exclude = [] 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 global failed
if failed: if failed: