summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoyougnu <jeffrey.young@iohk.io>2022-10-21 08:24:43 -0400
committerdoyougnu <jeffrey.young@iohk.io>2022-10-21 08:28:48 -0400
commit5d28ef72a5ecb7369bf65a03c38481d9c25770b2 (patch)
tree5de9dba7287c68aa62d0be0599fca94af84f545c
parent3c4a512f1b45cd7fa5d763a7f1aa25cfd32f4dea (diff)
downloadhaskell-5d28ef72a5ecb7369bf65a03c38481d9c25770b2.tar.gz
testsuite: skip T11155 T21336a T21869 for JS
-rw-r--r--libraries/base/tests/IO/T21336/all.T2
-rw-r--r--testsuite/tests/driver/all.T2
-rw-r--r--testsuite/tests/simplCore/should_compile/all.T2
3 files changed, 3 insertions, 3 deletions
diff --git a/libraries/base/tests/IO/T21336/all.T b/libraries/base/tests/IO/T21336/all.T
index 715318c165..55664afd3a 100644
--- a/libraries/base/tests/IO/T21336/all.T
+++ b/libraries/base/tests/IO/T21336/all.T
@@ -1,6 +1,6 @@
# N.B. /dev/full exists on Darwin but cannot be opened, failing with -EPERM
test('T21336a',
- [unless(opsys('linux') or opsys('freebsd'), skip)],
+ [unless(opsys('linux') or opsys('freebsd'), skip), js_skip],
compile_and_run, [''])
test('T21336b',
[unless(opsys('linux') or opsys('freebsd'), skip)],
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T
index 5347462063..6f949b62d2 100644
--- a/testsuite/tests/driver/all.T
+++ b/testsuite/tests/driver/all.T
@@ -315,6 +315,6 @@ test('T16476b', normal, makefile_test, [])
test('T20569', extra_files(["T20569/"]), makefile_test, [])
test('T21866', normal, multimod_compile, ['T21866','-no-link'])
test('T21349', extra_files(['T21349']), makefile_test, [])
-test('T21869', [normal, when(unregisterised(), skip)], makefile_test, [])
+test('T21869', [js_skip, when(unregisterised(), skip)], makefile_test, [])
test('T22044', normal, makefile_test, [])
test('T22048', [only_ways(['normal']), grep_errmsg("_rule")], compile, ["-O -fomit-interface-pragmas -ddump-simpl"])
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index d814b20780..a93757b9ac 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -199,7 +199,7 @@ test('T10083',
makefile_test, ['T10083'])
test('T10689', normal, compile, [''])
test('T11155',
- normal,
+ js_skip,
makefile_test, ['T11155'])
test('T11232', normal, compile, ['-O2'])
test('T11562', normal, compile, ['-O2'])