Commit dbeee1f
committed
WIP: github: Skip cxxabi tests on arm64ec
cxxabi has a few expectedly failing tests on arm64ec:
llvm-libc++abi-mingw.cfg.in :: forced_unwind1.pass.cpp
llvm-libc++abi-mingw.cfg.in :: forced_unwind2.pass.cpp
llvm-libc++abi-mingw.cfg.in :: forced_unwind3.pass.cpp
Additionally, the following tests are failing:
llvm-libc++-mingw.cfg.in :: std/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp
llvm-libc++-mingw.cfg.in :: std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array.pass.cpp
llvm-libc++-mingw.cfg.in :: std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete.pass.cpp
The sized_delete ones can be fixed by adding recognition of arm64ec
as mingw target triple for a workaround in those tests.
The noop_coroutine.pass.cpp case is not analyzed yet.1 parent 2adff29 commit dbeee1f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
0 commit comments