From 32522cd92f51ddacd55736e555c754fe15b43ac4 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Wed, 25 Mar 2015 16:58:41 -0700 Subject: add comment on why spec does not run on windows --- spec/ffi_yajl/parser_spec.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'spec') diff --git a/spec/ffi_yajl/parser_spec.rb b/spec/ffi_yajl/parser_spec.rb index 6ef587f..ea67879 100644 --- a/spec/ffi_yajl/parser_spec.rb +++ b/spec/ffi_yajl/parser_spec.rb @@ -453,6 +453,8 @@ describe "FFI_Yajl::Parser" do end end + # NOTE: parsing floats with 8 million digits on windows has some kind of huge + # perf issues likely in ruby and/or the underlying windows libs context "when parsing big floats", :ruby_gte_193 => true, :unix_only => true do let(:json) { '[0.' + '1' * 2**23 + ']' } -- cgit v1.2.1