Skip to content

Commit

Permalink
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions test/mri_truffle.index
Original file line number Diff line number Diff line change
@@ -30,9 +30,9 @@ date/test_date_compat.rb
date/test_date_conv.rb
date/test_date_marshal.rb
date/test_date_new.rb
# date/test_date_parse.rb # passes alone but not in suite
# date/test_date_strftime.rb # passes alone but not in suite
# date/test_date_strptime.rb
date/test_date_parse.rb
date/test_date_strftime.rb
date/test_date_strptime.rb
date/test_switch_hitter.rb
# digest/test_digest.rb
# digest/test_digest_extend.rb
Original file line number Diff line number Diff line change
@@ -792,7 +792,7 @@ public Object stringCharacterIndex(RubyString string, RubyString pattern, int of

}

@RubiniusPrimitive(name = "string_byte_index", needsSelf = false)
@RubiniusPrimitive(name = "string_byte_index", needsSelf = false, lowerFixnumParameters = {2, 3})
public static abstract class StringByteIndexPrimitiveNode extends RubiniusPrimitiveNode {

public StringByteIndexPrimitiveNode(RubyContext context, SourceSection sourceSection) {
@@ -955,7 +955,7 @@ public RubyString stringCopyFrom(RubyString string, RubyString other, int start,

}

@RubiniusPrimitive(name = "string_resize_capacity", needsSelf = false)
@RubiniusPrimitive(name = "string_resize_capacity", needsSelf = false, lowerFixnumParameters = 2)
public static abstract class StringResizeCapacityPrimitiveNode extends RubiniusPrimitiveNode {

public StringResizeCapacityPrimitiveNode(RubyContext context, SourceSection sourceSection) {

0 comments on commit 69c3acf

Please sign in to comment.