1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/lib
ko1 7476be4def * test/lib/iseq_loader_checker.rb: add iseq dumper/loader checker.
If you enable this checker (remove `#' in test/runner.rb),
  you can see comparison results between an original iseq disassembed
  result and dumped and loaded iseq disassembed result.

  There are several bugs around there, because of inexact stack depth
  calculation. Now, I leave these bugs because they are not critical
  and difficult to solve completely.

* test/runner.rb: require test/lib/iseq_loader_checker.rb but
  disabled at default (commented out).




git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-07 19:01:29 +00:00
..
minitest unit.rb: no insult method 2015-01-04 02:04:31 +00:00
test assertions.rb: fallback encoding error 2015-12-05 08:33:38 +00:00
envutil.rb SIGTERM should be also captured 2015-11-29 11:45:59 +00:00
find_executable.rb * test/lib/envutil.rb: Moved from test/ruby/. 2014-11-13 16:05:37 +00:00
iseq_loader_checker.rb * test/lib/iseq_loader_checker.rb: add iseq dumper/loader checker. 2015-12-07 19:01:29 +00:00
leakchecker.rb leakchecker.rb: close console 2015-07-08 11:35:59 +00:00
memory_status.rb * test/lib/memory_status.rb: removed redundant path. 2015-07-06 08:27:41 +00:00
profile_test_all.rb * test/profile_test_all.rb: move into test library directory. 2014-06-26 09:16:56 +00:00
tracepointchecker.rb tracepointchecker.rb: for older TracePoint 2015-01-02 19:03:23 +00:00
with_different_ofs.rb * test/with_different_ofs.rb: move into test library directory. 2014-06-26 09:27:22 +00:00
zombie_hunter.rb * test/runner.rb: extracted test helper. 2015-11-06 11:18:30 +00:00