File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 4040 run : bundle install
4141 - name : Run test
4242 run : rake compile test
43- continue-on-error : ${{ contains(matrix.ruby, 'truffleruby') }}
4443
4544 spec :
4645 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -491,6 +491,7 @@ def obj.to_str; "a/b"; end
491491 end
492492
493493 def test_initialize_nul
494+ omit "https://github.com/truffleruby/truffleruby/issues/4047" if RUBY_ENGINE == "truffleruby"
494495 assert_raise ( ArgumentError ) { Pathname . new ( "a\0 " ) }
495496 end
496497
@@ -612,6 +613,7 @@ def test_destructive_update
612613 end
613614
614615 def test_null_character
616+ omit "https://github.com/truffleruby/truffleruby/issues/4047" if RUBY_ENGINE == "truffleruby"
615617 assert_raise ( ArgumentError ) { Pathname . new ( "\0 " ) }
616618 end
617619
You can’t perform that action at this time.
0 commit comments