[Git][ghc/ghc][wip/js-staging] Skip T14373 because it requires Cmm

Sylvain Henry (@hsyl20) gitlab at gitlab.haskell.org
Mon Sep 26 21:23:58 UTC 2022



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


Commits:
3923163f by Sylvain Henry at 2022-09-26T23:27:05+02:00
Skip T14373 because it requires Cmm

- - - - -


1 changed file:

- testsuite/tests/codeGen/should_compile/all.T


Changes:

=====================================
testsuite/tests/codeGen/should_compile/all.T
=====================================
@@ -72,20 +72,28 @@ test('T14373', [],
 
 switch_skeleton_only = 'grep -e "switch \[" -e "case " -e "default: " | sed -e "s|\] .*|\]|g" -e "s|goto .*|goto |g"'
 
-test('T14373a', [],
+test('T14373a',
+      [ js_skip # JS backend doesn't produce Cmm
+      ],
      multimod_compile_filter, ['T14373a', '-fasm -O2 -c -ddump-cmm-from-stg',
      switch_skeleton_only])
-test('T14373b', [],
+test('T14373b',
+      [ js_skip # JS backend doesn't produce Cmm
+      ],
      multimod_compile_filter, ['T14373b', '-fasm -O2 -c -ddump-cmm-from-stg',
      switch_skeleton_only])
-test('T14373c', [],
+test('T14373c',
+      [ js_skip # JS backend doesn't produce Cmm
+      ],
      multimod_compile_filter, ['T14373c', '-fasm -O2 -c -ddump-cmm-from-stg',
      switch_skeleton_only])
 
 switch_skeleton_and_entries_only = ('grep -e "switch \[" -e "case " -e "default: " -e "Default_entry(" -e "R1 = .*_closure+2;"'
                                     '| sed -e "s|\] .*|\]|g" -e "s|goto .*|goto |g" -e "s|R1 = .*_closure+2;.*|R1 = XYZ_closure+2;|g" -e "s|//.*|//|g"')
 
-test('T14373d', [],
+test('T14373d',
+      [ js_skip # JS backend doesn't produce Cmm
+      ],
      multimod_compile_filter, ['T14373d', '-fasm -O2 -c -ddump-cmm-from-stg',
      switch_skeleton_and_entries_only])
 



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3923163f6fd4be00951efeb503eaa3385f546a8c
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/20220926/326b51f1/attachment-0001.html>


More information about the ghc-commits mailing list