[Git][ghc/ghc][wip/js-staging] testsuite: skip EventlogOutput{1,2} for JS backend

doyougnu (@doyougnu) gitlab at gitlab.haskell.org
Thu Oct 20 19:06:55 UTC 2022



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


Commits:
43081a40 by doyougnu at 2022-10-20T15:05:45-04:00
testsuite: skip EventlogOutput{1,2} for JS backend

- - - - -


1 changed file:

- testsuite/tests/rts/all.T


Changes:

=====================================
testsuite/tests/rts/all.T
=====================================
@@ -184,13 +184,17 @@ test('traceBinaryEvent', [ omit_ways(['dyn', 'ghci'] + prof_ways),
 # Test that -ol flag works as expected
 test('EventlogOutput1',
      [ extra_files(["EventlogOutput.hs"]),
-       omit_ways(['dyn', 'ghci'] + prof_ways) ],
+       omit_ways(['dyn', 'ghci'] + prof_ways),
+       js_skip
+     ],
      makefile_test, ['EventlogOutput1'])
 
 # Test that -ol flag defaults to <program>.eventlog
 test('EventlogOutput2',
      [ extra_files(["EventlogOutput.hs"]),
-       omit_ways(['dyn', 'ghci'] + prof_ways) ],
+       omit_ways(['dyn', 'ghci'] + prof_ways),
+       js_skip
+     ],
      makefile_test, ['EventlogOutput2'])
 
 test('EventlogOutputNull',



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/43081a40ef420989e05868470d2909a9f0a73f87
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/06c57ed1/attachment-0001.html>


More information about the ghc-commits mailing list