Hiroshi SHIBATA
2982464a8e
Revert "Resolved conflict initializers"
...
This reverts commit 62db6e47b6
.
308183fffa
is the correct solution
about this.
2021-09-13 11:07:32 +09:00
Nobuyoshi Nakada
bbd105c445
Exclude option_parser from Test::Unit::Runner#inspect
2021-09-12 03:51:19 +09:00
Nobuyoshi Nakada
308183fffa
Prepend the modules in Test::Unit
...
Needs to override Test::Unit::Runner#run, so that RunCount#run
runs which increments @@run_count. Previously it worked because
these methods were inserted between Test::Unit::Runner#run and
MiniTest::Unit#run.
2021-09-12 03:45:58 +09:00
Hiroshi SHIBATA
8d0315a2bb
Removed unsed assertions for rubygems
2021-09-11 21:05:15 +09:00
Hiroshi SHIBATA
d58e0ffc24
Removed unused alias for run_test
2021-09-11 20:35:18 +09:00
Hiroshi SHIBATA
a13ee1f33c
Removed rubinius support from test suite
2021-09-11 18:10:15 +09:00
Hiroshi SHIBATA
aebd0a873e
Removed maglev related code because it's not active status now
2021-09-11 18:10:15 +09:00
Nobuyoshi Nakada
952806cdec
Update comments for minitest
2021-09-11 17:37:49 +09:00
Nobuyoshi Nakada
cd83e716d0
Update an option message
2021-09-11 17:32:42 +09:00
Nobuyoshi Nakada
911f62e681
Directly alias orig_run_suite
2021-09-11 17:19:02 +09:00
Nobuyoshi Nakada
46bde60df3
Remove method filter hack for minitest
2021-09-11 17:12:27 +09:00
Hiroshi SHIBATA
f73f9e1f89
Replace minitest to test for backtrace_filter
2021-09-11 15:17:38 +09:00
Hiroshi SHIBATA
b178929469
Fixed uninitialized constant Test::Unit::Assertions::MIN_MEASURABLE.
...
I'm not sure why it's failed under the chkbuild and rubyci.
20210911
T000007Z.fail.html.gz
2021-09-11 11:21:37 +09:00
Hiroshi SHIBATA
d05383812a
Replace Test::Assertion and Test::Skip to Test::Unit::AssertionFailedError and Test::Unit::PendedError
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
7cec81e073
Removed needless require
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
151a1cd45e
Fixed inconsistent require order for assertions and core_assertions
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
a3b0518672
Removed obsoleted constant
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
9b026ca39b
Integrate Minitest to Test
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
0598e87abf
Use prepend for override to status line
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
8ee38bdd7d
Removed duplicated autorun method
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
62db6e47b6
Resolved conflict initializers
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
7ef0a4634c
Removed unused _run_suites
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
988eda744c
Removed deprecated process_args
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
206af4727c
Merge poke methods
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
1fd2a66a93
Merge run methods
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
374cc7231e
Removed VERSION constant
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
8ec187c091
Replace MiniTest::Unit to Test::Unit::Runner
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
c18e953937
Move MiniTest::Unit to under Test::Unit::Runner
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
48933a3409
Added default test-class for parallel tests
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
e4b5ac9b9a
Use Test::Unit namespace
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
df86d78a26
Use self class for diff
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
3e32412e08
Fixed broken runner for make test-all
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
871e7b5f55
Use MiniTest
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
7456cbdd09
Move test_order under the Test::Unit::TestCase
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
93c44c4ed2
Move constants under the TestCase
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
54d2d70629
Migrate MiniTest::Unit::TestCase class under the Test::Unit
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
1bec4f251d
Move MiniTest::Assertions to Test::Unit::Assertions
2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
ecfbf1df33
Use Test::Unit::PendedError instead of MiniTest::Skip for test-unit migration
2021-09-06 19:33:56 +09:00
Hiroshi SHIBATA
544e37f184
Simplify conditions for CoreAssertion initialization
2021-09-06 19:31:24 +09:00
Nobuyoshi Nakada
265a725830
Handle non-succeeding reports mingled with dots
2021-08-29 16:32:55 +09:00
Koichi Sasada
228b3e43be
check GC.enable'd status
...
Check GC.enable'd status before and after test execution.
Write this checker in gc_checker.rb, it was renamed from
gc_compact_checker.rb.
2021-08-05 17:11:50 +09:00
Nobuyoshi Nakada
690385014a
Move core_assertions.rb from test/unit
...
This file contains extended assertions for ruby core which do not
belong to test/unit.
2021-07-11 19:56:53 +09:00
Nobuyoshi Nakada
e1c3cb9357
test: imply random test order by --seed option
2021-06-24 18:52:35 +09:00
Hiroshi SHIBATA
6e7e9a80ad
Expose assert_all? for ruby/csv repo
2021-06-01 19:38:05 +09:00
Hiroshi SHIBATA
ded7dd9ccc
Use require_relative to use Minitest library for testing.
...
There is no reason to care for minitest gem.
2021-05-28 11:38:37 +09:00
Nobuyoshi Nakada
0d29c3179c
[ruby/stringio] Include all modules included into Test::Unit::TestCase
...
Some methods are separated into modules in test-unit now.
d289848994
2021-03-08 09:35:46 +09:00
Nobuyoshi Nakada
21e255913c
[ruby/stringio] Pass IOs as separate list for ruby 2.x
...
74e39858eb
2021-03-08 09:35:25 +09:00
Nobuyoshi Nakada
416956afa6
Set verbose flag at retrying
2021-02-14 17:47:46 +09:00
Takashi Kokubun
e1fee7f949
Rename RubyVM::MJIT to RubyVM::JIT
...
because the name "MJIT" is an internal code name, it's inconsistent with
--jit while they are related to each other, and I want to discourage future
JIT implementation-specific (e.g. MJIT-specific) APIs by this rename.
[Feature #17490 ]
2021-01-13 22:46:51 -08:00
Nobuyoshi Nakada
fb54574393
Pass keyword options in assert_syntax_error
2020-12-24 01:24:30 +09:00