diff options
author | Cheng Shao <terrorjack@type.dance> | 2023-04-01 20:30:46 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-04-27 16:00:35 -0400 |
commit | b174a1101289f2287d9194a229314badcb72ca1f (patch) | |
tree | df0202923c85f535c50ab11c66c6b8b86312aabb /testsuite/tests/rename/should_fail | |
parent | cb9336657ce885a6d7f8b4f3171fdf32f1e241b2 (diff) | |
download | haskell-b174a1101289f2287d9194a229314badcb72ca1f.tar.gz |
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).
Diffstat (limited to 'testsuite/tests/rename/should_fail')
-rw-r--r-- | testsuite/tests/rename/should_fail/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_fail/all.T b/testsuite/tests/rename/should_fail/all.T index 8d3029bd06..53f6028f9c 100644 --- a/testsuite/tests/rename/should_fail/all.T +++ b/testsuite/tests/rename/should_fail/all.T @@ -188,7 +188,7 @@ test('T21605b', normal, compile_fail, ['']) test('T21605c', normal, compile_fail, ['']) test('T21605d', normal, compile_fail, ['']) test('T22839', normal, compile_fail, ['']) -test('RnPatternSynonymFail', js_broken(22261), compile_fail, ['']) +test('RnPatternSynonymFail', [js_broken(22261), req_th], compile_fail, ['']) test('RnMultipleFixityFail', normal, compile_fail, ['']) test('RnEmptyCaseFail', normal, compile_fail, ['']) test('RnDefaultSigFail', normal, compile_fail, ['']) |