Hi,
I move “bootstraptest/test_knownbug.rb” to “./KNOWNBUGS.rb”.
Before this change, “make test” runs:
- run sample/test.rb
- run bootstraptest/test_*.rb
(2) runs all of test codes and results of test_knownbug.rb is mixed
in normal test results. It’s inconvenience to find regression test.
I fixed this process as:
- run sample/test.rb
- run bootstraptest/test_*.rb (exclude test_knownbug.rb)
- run KNOWNBUGS.rb (renamed from bootstraptest/test_knownbug.rb)
) Nobu pointed out that file name such as "test_.rb" in top-level
directory is strange, so I rename it to “KNOWNBUGS.rb”.
Please add your test cases which show the bug of 1.9, into KNOWNBUGS.rb.
Regards,