[Git][ghc/ghc][wip/js-staging] testsuite: skip T3837, hsc2hs003 typecheck.testeq1

doyougnu (@doyougnu) gitlab at gitlab.haskell.org
Fri Oct 21 01:13:56 UTC 2022



doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC


Commits:
e6d8f466 by doyougnu at 2022-10-20T21:12:40-04:00
testsuite: skip T3837, hsc2hs003 typecheck.testeq1

- - - - -


2 changed files:

- testsuite/tests/hsc2hs/all.T
- testsuite/tests/typecheck/testeq1/test.T


Changes:

=====================================
testsuite/tests/hsc2hs/all.T
=====================================
@@ -3,12 +3,12 @@ test('hsc2hs001', [], makefile_test, [])
 
 test('hsc2hs002', [], makefile_test, [])
 
-test('hsc2hs003', [], makefile_test, [])
+test('hsc2hs003', js_skip, makefile_test, [])
 
 test('hsc2hs004', [], makefile_test, [])
 
 
-test('T3837', [], makefile_test, [])
+test('T3837', js_skip, makefile_test, [])
 
 # These are broken on CI (and potentially elsewhere) since we
 # are building ARMv7 # binaries on an AArch64 machine.


=====================================
testsuite/tests/typecheck/testeq1/test.T
=====================================
@@ -1,4 +1,6 @@
 
-test('typecheck.testeq1', [extra_files(['FakePrelude.hs', 'Main.hs', 'TypeCast.hs', 'TypeEq.hs']),
-                           when(fast(), skip)], multimod_compile_and_run,
+test('typecheck.testeq1', [ extra_files(['FakePrelude.hs', 'Main.hs', 'TypeCast.hs', 'TypeEq.hs'])
+                          , when(fast(), skip)
+                          , js_skip
+                          ], multimod_compile_and_run,
      ['Main', '-v0'])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e6d8f466340f4c350b7b06c556cd27666f01d1c4

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e6d8f466340f4c350b7b06c556cd27666f01d1c4
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221020/fcb55b56/attachment-0001.html>


More information about the ghc-commits mailing list