[Git][ghc/ghc][wip/armv7-ci] testsuite: Skip regalloc_unit_tests unless have_ncg

Ben Gamari gitlab at gitlab.haskell.org
Fri Jun 14 20:13:27 UTC 2019



Ben Gamari pushed to branch wip/armv7-ci at Glasgow Haskell Compiler / GHC


Commits:
076336f8 by Ben Gamari at 2019-06-14T20:12:25Z
testsuite: Skip regalloc_unit_tests unless have_ncg

This is a unit test for the native code generator's register allocator;
naturally. the NCG is required.

- - - - -


1 changed file:

- testsuite/tests/regalloc/all.T


Changes:

=====================================
testsuite/tests/regalloc/all.T
=====================================
@@ -1,5 +1,6 @@
 test('regalloc_unit_tests',
      [ when(unregisterised(), skip), extra_files(['no_spills.cmm']),
+       when(not have_ncg(), skip),
        [ignore_stderr, only_ways(['normal'])], extra_run_opts('"' + config.libdir + '"') ],
      compile_and_run,
      ['-package ghc'])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/076336f877f0ccc514f1563ec6d5ac77c59638ea

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/076336f877f0ccc514f1563ec6d5ac77c59638ea
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/20190614/a2a6cfc5/attachment-0001.html>


More information about the ghc-commits mailing list