Open domcleal opened 8 years ago
Perhaps the same bug in actionview's tests on EL6:
7 1) Failure: 6 TextHelperTest#test_highlight_pending [/builddir/build/BUILD/rubygem-actionview-4.2.5/opt/rh/sclo-ror42/root/usr/share/gems/gems/actionview-4.2.5/test/template/text_helper_test.rb:193]: 5 Expected: " " 4 Actual: "" 3 1553 runs, 3526 assertions, 1 failures, 0 errors, 1 skips
rails-html-sanitizer tests fail on EL6 with:
Also nokogiri tests (which are ignored) fail with:
which looks related.
The html-sanitizer source says it's entirely reliant upon nokogiri and the underlying XML parser, which is probably libxml2, so could be a base OS bug or something.