mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Solaris 10 x86 raseis SEGV
20170527
T221806Z.diff.html.gz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
11954049fa
commit
58d8d65281
1 changed files with 4 additions and 2 deletions
|
@ -193,8 +193,10 @@ describe "C-API Kernel function" do
|
|||
@s.rb_yield(1) { break 73 }.should == 73
|
||||
end
|
||||
|
||||
it "rb_yield through a callback to a block that breaks with a value returns the value" do
|
||||
@s.rb_yield_indirected(1) { break 73 }.should == 73
|
||||
platform_is_not :"solaris2.10" do # NOTE: i386-pc-solaris2.10
|
||||
it "rb_yield through a callback to a block that breaks with a value returns the value" do
|
||||
@s.rb_yield_indirected(1) { break 73 }.should == 73
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue