Try to re-enable testing with _Unwind on windows
This commit is contained in:
parent
e889fa7acf
commit
c80abed1cd
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user