[Git][ghc/ghc][wip/js-staging] testsuite: rts disable rtsflags001 for JS backend

doyougnu (@doyougnu) gitlab at gitlab.haskell.org
Tue Oct 18 03:43:26 UTC 2022



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


Commits:
0182a993 by doyougnu at 2022-10-17T23:42:20-04:00
testsuite: rts disable rtsflags001 for JS backend

- - - - -


1 changed file:

- testsuite/tests/rts/all.T


Changes:

=====================================
testsuite/tests/rts/all.T
=====================================
@@ -156,7 +156,12 @@ test('T3424',
      compile_and_run, [''])
 
 # Test for out-of-range heap size
-test('rtsflags001', [ only_ways(['normal']), exit_code(1), extra_run_opts('+RTS -H0m -RTS') ], compile_and_run, [''])
+test('rtsflags001', [ only_ways(['normal']),
+                      exit_code(1),
+                      extra_run_opts('+RTS -H0m -RTS'),
+                      js_skip # JS backend uses its own rts.
+                    ],
+                     compile_and_run, [''])
 
 # Crashed with 7.2 and earlier
 test('rtsflags002', [ only_ways(['normal']) ], compile_and_run, ['-with-rtsopts="-B -B -B"'])



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/0182a993fd3d628e19761c2cbe235f08992373cf
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/20221017/e13eac30/attachment.html>


More information about the ghc-commits mailing list