From 4d249c28d9b736882ea26fd1494199733d4df68e Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Sat, 24 Apr 2021 12:04:08 +0900 Subject: Skip tests that use `Float` inside; ref #5421 --- mrbgems/mruby-bin-mruby/bintest/mruby.rb | 7 ------- 1 file changed, 7 deletions(-) (limited to 'mrbgems/mruby-bin-mruby') diff --git a/mrbgems/mruby-bin-mruby/bintest/mruby.rb b/mrbgems/mruby-bin-mruby/bintest/mruby.rb index a1952ca6d..bc25f18c1 100644 --- a/mrbgems/mruby-bin-mruby/bintest/mruby.rb +++ b/mrbgems/mruby-bin-mruby/bintest/mruby.rb @@ -44,13 +44,6 @@ assert 'ARGV value' do assert_mruby("[]\n", "", true, %w[-e p(ARGV)]) end -assert('float literal') do - script, bin = Tempfile.new('test.rb'), Tempfile.new('test.mrb') - File.write script.path, 'p [3.21, 2e308.infinite?, -2e308.infinite?]' - system "#{cmd('mrbc')} -g -o #{bin.path} #{script.path}" - assert_equal "[3.21, 1, -1]", `#{cmd('mruby')} #{bin.path}`.chomp! -end - assert '__END__', '8.6' do script = Tempfile.new('test.rb') -- cgit v1.2.3