Nobuyoshi Nakada
7e33f324e1
Get rid of failures about coverage
...
Run test suites explicitly instead of auto-running, to get rid of
failures when simplecov is not installed but COVERAGE is set.
2019-07-25 20:57:32 +09:00
Nobuyoshi Nakada
8e53d18e67
Separated tool/test/runner.rb and test/runner.rb
...
As `make test-tool` does not use gems, and no Rubygems stuffs is
needed, so moved such things to test/runner.rb. Also no longer
nees `--test-target-dir` option.
2019-07-25 16:57:38 +09:00
Nobuyoshi Nakada
a850be68a5
Moved NoMemoryError hook to Test::Unit::AutoRunner
2019-07-25 08:42:16 +09:00
Nobuyoshi Nakada
dc954cbb75
@@project_dir in Gem::TestCase is no longer used
2019-07-24 20:08:40 +09:00
Nobuyoshi Nakada
d1c2b19698
Fixed exception message
2019-07-22 13:51:14 +09:00
Nobuyoshi Nakada
f6461fa890
Only the first argument can be --test-target-dir option
...
Raise the proper exception when that option is not given but
non-option argument is.
2019-07-22 13:07:03 +09:00
Yusuke Endoh
24712eeec3
tool/test/runner.rb: support --test-target-dir option
...
tool/test/runner.rb had been copied from test/runner.rb.
test/runner.rb was for `make test-all`, and tool/test/runner.rb was for
`make test-testframework` and `make test-tool`.
But I want to avoid the code clones.
This change makes tool/test/runner.rb support --test-target-dir option
which allows tool/test/runner.rb to run `make test-all`.
Now we can remove test/runner.rb.
2019-07-21 19:19:08 +09:00
Hiroshi SHIBATA
ac6d137157
Added test-tool target for the test suite of tool/test files.
2019-07-15 11:16:29 +09:00
Hiroshi SHIBATA
41c5f9a166
Put jisx0208.rb to under the library directory.
2019-07-15 11:16:29 +09:00
Nobuyoshi Nakada
83fed5a4ed
Adjust minitest file path
2019-07-02 09:37:18 +09:00
Nobuyoshi Nakada
5aed62454c
Adjust minitest file path
2019-07-02 09:26:11 +09:00
Hiroshi SHIBATA
c68781e918
Split test files for test-framework that are test-unit and minitest to tool direcotry.
2019-07-02 07:59:54 +09:00
kazu
58a4153439
tool/test/test_jisx0208.rb: Use require_relative
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-07 06:56:13 +00:00
muraken
62f8df2d3c
* enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_emoji.rb, tool/enc-emoji-citrus-gen.rb, tool/enc-emoji4unicode.rb, tool/jisx0208.rb, tool/test/test_jisx0208.rb: new encodings to support emoji charsets, which are used by Japanese mobile phones [ruby-dev:40528]. Thanks Yoji Shidara for a lot of contribution.
...
* tool/transcode-tblgen.rb: modified for enc-emoji4unicode.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-03-09 09:15:42 +00:00