Control: tag -1 pending

Hi Matthias,

Indeed, there are still test failures and errors: among 

  1) Error: Nokogiri::XSLT::TestCustomFunctions#test_function_arguments:
NoMethodError: undefined method `assertions' for 
#<#<Class:0x2ae36edc6cf8>:0x2ae36edc67a8>

  2) Error: Nokogiri::HTML::TestNode#test_css_path_round_trip:
NoMethodError: undefined method `css_path' for nil:NilClass

  3) Error: Nokogiri::HTML::TestNode#test_path_round_trip:
NoMethodError: undefined method `path' for nil:NilClass

  4) Error: TestConvertXPath#test_multiple_filters:
NoMethodError: undefined method `inner_text' for nil:NilClass

  5) Failure: 
Nokogiri::XML::TestReaderEntityReference#test_reader_entity_reference_without_dtdload
 [./test/xml/test_entity_reference.rb:236]:
Nokogiri::XML::SyntaxError expected but nothing was raised.

  6) Failure: 
Nokogiri::XML::TestReaderEntityReference#test_reader_entity_reference_without_dtdload_with_absolute_path
 [./test/xml/test_entity_reference.rb:236]:
Nokogiri::XML::SyntaxError expected but nothing was raised.

from your build log, remain 1, 5, and 6.

1) is caused by the transition to Minitest 5. It will be fixed thanks to
an upstream patch.

5) and 6) are caused to the newer versions of libxml2/libxslt, as the
tests pass with: libxml2-dev 2.8.0+dfsg1-7+nmu1 and libxslt1-dev 1.1.26-13.
I will just skip these tests for the moment, until the issue with
libxml2 is identified and fixed.

Cheers,

Cédric

Attachment: signature.asc
Description: Digital signature

Reply via email to