mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
* common.mk (test-knownbug): ignore known bugs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a20b4568fd
commit
e8b9321a2d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Jul 1 13:00:54 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* common.mk (test-knownbug): ignore known bugs.
|
||||
|
||||
Thu Jul 1 12:59:14 2010 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* test/rubygems/test_gem_activation.rb: comment out a test for WONTFIX
|
||||
|
|
|
@ -425,10 +425,11 @@ no-test-sample: PHONY
|
|||
yes-test-sample: PHONY
|
||||
@$(RUNRUBY) $(srcdir)/tool/rubytest.rb
|
||||
|
||||
test-knownbugs: test-knownbug
|
||||
test-knownbug: miniruby$(EXEEXT) $(PROGRAM) $(RBCONFIG) $(TEST_RUNNABLE)-test-knownbug
|
||||
no-test-knownbug: PHONY
|
||||
yes-test-knownbug: PHONY
|
||||
$(RUNRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM)" $(OPTS) $(srcdir)/KNOWNBUGS.rb
|
||||
-$(RUNRUBY) "$(srcdir)/bootstraptest/runner.rb" --ruby="$(PROGRAM)" $(OPTS) $(srcdir)/KNOWNBUGS.rb
|
||||
|
||||
test: test-sample btest-ruby test-knownbug
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue