Skip to content

Instantly share code, notes, and snippets.

@larskanis
Created October 27, 2013 19:34
Show Gist options
  • Save larskanis/7186885 to your computer and use it in GitHub Desktop.
Save larskanis/7186885 to your computer and use it in GitHub Desktop.
Failing test for nokogiri-1.6.0 on Windows
$ rake test
Run options: --seed 55946
# Running tests:
*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************S**********S****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************FFEF************************************************************************************************S**********************************************************************************************************************************************************************************************************************************************************
Fabulous tests in 5.975030s, 209.5387 tests/s, 462.9265 assertions/s.
1) Failure:
Nokogiri::XML::TestSaxEntityReference#test_more_sax_entity_reference_with_absolute_path [c:/Users/kanis/nokogiri/test/xml/test_entity_reference.rb:198]:
Expected: ["Entity 'bar' not defined"]
Actual: ["(\u00010"]
2) Failure:
Nokogiri::XML::TestSaxEntityReference#test_sax_entity_reference_with_absolute_path [c:/Users/kanis/nokogiri/test/xml/test_entity_reference.rb:185]:
Expected: ["Entity 'bar' not defined"]
Actual: ["\u0016\u0001r"]
3) Error:
Nokogiri::XML::TestSaxEntityReference#test_sax_entity_reference:
ArgumentError: invalid byte sequence in UTF-8
c:/Users/kanis/nokogiri/test/xml/test_entity_reference.rb:185:in `strip'
c:/Users/kanis/nokogiri/test/xml/test_entity_reference.rb:185:in `map'
c:/Users/kanis/nokogiri/test/xml/test_entity_reference.rb:185:in `block in <class:TestSaxEntityReference>'
c:/Users/kanis/nokogiri/test/xml/test_entity_reference.rb:58:in `instance_eval'
c:/Users/kanis/nokogiri/test/xml/test_entity_reference.rb:58:in `block in test_relative_path'
4) Failure:
Nokogiri::XML::TestSaxEntityReference#test_more_sax_entity_reference [c:/Users/kanis/nokogiri/test/xml/test_entity_reference.rb:198]:
Expected: ["Entity 'bar' not defined"]
Actual: ["u\u0001r"]
1252 tests, 2766 assertions, 3 failures, 1 errors, 3 skips
WARNING: cross compilation not available: No MinGW tools or unknown setup platform?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment