[Git][ghc/ghc][wip/slowtest] testsuite: Omit profasm way for cc017

Ben Gamari gitlab at gitlab.haskell.org
Tue Jun 4 01:20:19 UTC 2019



Ben Gamari pushed to branch wip/slowtest at Glasgow Haskell Compiler / GHC


Commits:
593d5726 by Ben Gamari at 2019-06-04T01:19:43Z
testsuite: Omit profasm way for cc017

cc017 requires TH but we can't load dynamic profiled objects.

- - - - -


1 changed file:

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


Changes:

=====================================
testsuite/tests/ffi/should_compile/all.T
=====================================
@@ -34,7 +34,8 @@ test('T11983', [omit_ways(['ghci'])], compile, ['T11983.c'])
 test('T14125', normal, compile, [''])
 test(
     'cc017',
-    normal,
+    # We need TH but can't load profiled dynamic objects
+    when(ghc_dynamic(), omit_ways(['profasm'])),
     compile,
     [
         '-optc=-DC -optcxx=-DCXX -optcxx=-std=c++11'



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/593d5726bc8f49a897f075ed9ed5a68258f2e446

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/593d5726bc8f49a897f075ed9ed5a68258f2e446
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/20190603/49c22575/attachment.html>


More information about the ghc-commits mailing list