patch-testsuite_mk_test_mk 757 B

12345678910111213141516171819202122232425
  1. $OpenBSD: patch-testsuite_mk_test_mk,v 1.6 2015/09/19 07:42:57 kili Exp $
  2. Disable LLVM tests for now (until I unslack and debug why all LLVM
  3. tests are failing).
  4. --- testsuite/mk/test.mk.orig Tue Jul 21 15:52:50 2015
  5. +++ testsuite/mk/test.mk Sun Aug 9 17:35:53 2015
  6. @@ -141,16 +141,7 @@ else
  7. RUNTEST_OPTS += -e ghc_with_smp=0
  8. endif
  9. -ifeq "$(LLC)" ""
  10. RUNTEST_OPTS += -e ghc_with_llvm=0
  11. -else ifneq "$(LLC)" "llc"
  12. -# If we have a real detected value for LLVM, then it really ought to work
  13. -RUNTEST_OPTS += -e ghc_with_llvm=1
  14. -else ifneq "$(shell $(SHELL) -c 'llc --version | grep version' 2> /dev/null)" ""
  15. -RUNTEST_OPTS += -e ghc_with_llvm=1
  16. -else
  17. -RUNTEST_OPTS += -e ghc_with_llvm=0
  18. -endif
  19. ifeq "$(WINDOWS)" "YES"
  20. RUNTEST_OPTS += -e windows=True