https://bugzilla.novell.com/show_bug.cgi?id=889740 https://bugzilla.novell.com/show_bug.cgi?id=889740#c1 Dinar Valeev <dvaleev@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fstrba@suse.com --- Comment #1 from Dinar Valeev <dvaleev@suse.com> 2014-07-31 14:53:06 UTC --- Here are my findings: 1)it passes outside of the chroot without any modifications 2)tree-construction/tests7.dat have 32 testcases if I remove any random testcase it passes. Means there is a new line between (0) [2 : html] and PASS 3) following patch also workarounds the problem: --- a/test/tree2.c +++ b/test/tree2.c @@ -462,7 +462,7 @@ hubbub_error unref_node(void *ctx, void *node) n->refcnt--; - printf("Unreferencing node %p (%d) [%d : %s]\n", node, + printf("Unreferencing node %p (%d) [%d : %s] \n", node, n->refcnt, n->type, n->type == ELEMENT ? n->data.element.name : ""); -- 1.8.5.2 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.