From d41838c8d4c5b6fe956b07ade79f2d4954fd7c68 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 3 Sep 2015 05:22:41 +0000 Subject: common.mk: exclude memory leak tests * common.mk (TEST_EXCLUDES): exclude tests for memory leak, often too expensive and/or false-positive. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 84ff456209..ded9bc239c 100644 --- a/common.mk +++ b/common.mk @@ -143,7 +143,7 @@ PRE_LIBRUBY_UPDATE = $(MINIRUBY) -e 'ARGV[1] or File.unlink(ARGV[0]) rescue nil' $(LIBRUBY_EXTS) $(LIBRUBY_SO_UPDATE) TESTSDIR = $(srcdir)/test -TEST_EXCLUDES = --excludes=$(TESTSDIR)/excludes +TEST_EXCLUDES = --excludes=$(TESTSDIR)/excludes -x /memory_leak/ TESTWORKDIR = testwork TESTOPTS = $(RUBY_TESTOPTS) -- cgit v1.2.3