[前][次][番号順一覧][スレッド一覧]

ruby-changes:51889

From: k0kubun <ko1@a...>
Date: Sun, 29 Jul 2018 19:32:04 +0900 (JST)
Subject: [ruby-changes:51889] k0kubun:r64103 (trunk): common.mk: test-all requires install for now

k0kubun	2018-07-29 19:31:57 +0900 (Sun, 29 Jul 2018)

  New Revision: 64103

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=64103

  Log:
    common.mk: test-all requires install for now

  Modified files:
    trunk/common.mk
Index: common.mk
===================================================================
--- common.mk	(revision 64102)
+++ common.mk	(revision 64103)
@@ -735,7 +735,9 @@ test: btest-ruby test-knownbug test-basi https://github.com/ruby/ruby/blob/trunk/common.mk#L735
 # $ make test-all TESTOPTS="--help" displays more detail
 # for example, make test-all TESTOPTS="-j2 -v -n test-name -- test-file-name"
 test-all: $(TEST_RUNNABLE)-test-all
-yes-test-all: programs PHONY
+# `make test-all` depends on `make install`: Since r62262, test_jit.rb fails if installed MJIT header is not updated
+# and --enable-load-relative is not specified. We don't have solution for this yet. See also: https://bugs.ruby-lang.org/issues/13620
+yes-test-all: programs install PHONY
 	$(gnumake_recursive)$(Q)$(exec) $(RUNRUBY) "$(srcdir)/test/runner.rb" --ruby="$(RUNRUBY)" $(TEST_EXCLUDES) $(TESTOPTS) $(TESTS)
 TESTS_BUILD = mkmf
 no-test-all: PHONY

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]