diff options
| author | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-12-28 09:20:21 +0000 |
|---|---|---|
| committer | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-12-28 09:20:21 +0000 |
| commit | 64241b0921e2ae24dd69d225e5d59de5dde77ac5 (patch) | |
| tree | 78f889b6d1f260100ebbd94e929c014304b291cb /ChangeLog | |
| parent | cb5c2f07f1fec26fea713286cdcd5813c9643b48 (diff) | |
test_iseq_load: expand tests with stack mismatches
We can ensure the loader works for these cases even if the
reoptimized bytecode is not a match for the original.
* test/-ext-/iseq_load/test_iseq_load.rb
(test_next_in_block_in_block): test using ISeq#eval
(test_break_ensure): ditto
[ruby-core:66988]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sun Dec 28 18:19:28 2014 Eric Wong <e@80x24.org> + + * test/-ext-/iseq_load/test_iseq_load.rb + (test_next_in_block_in_block): test using ISeq#eval + (test_break_ensure): ditto + [ruby-core:66988] + Sun Dec 28 16:25:12 2014 Nobuyoshi Nakada <nobu@ruby-lang.org> * cygwin/GNUmakefile.in (EXTOBJS): override to add resource files |
