testsuite: add missing annotations for some tests
This patch adds missing annotations (req_th, req_dynamic_lib_support, req_rts_linker) to some tests. They were discovered when testing wasm32, though it's better to be explicit about what features they require, rather than simply adding when(arch('wasm32'), skip).
Showing
- testsuite/tests/rename/should_fail/all.T 1 addition, 1 deletiontestsuite/tests/rename/should_fail/all.T
- testsuite/tests/rts/linker/all.T 6 additions, 4 deletionstestsuite/tests/rts/linker/all.T
- testsuite/tests/tcplugins/all.T 7 additions, 0 deletionstestsuite/tests/tcplugins/all.T
- testsuite/tests/type-data/should_compile/all.T 1 addition, 1 deletiontestsuite/tests/type-data/should_compile/all.T
- testsuite/tests/typecheck/should_compile/all.T 2 additions, 2 deletionstestsuite/tests/typecheck/should_compile/all.T
Loading