On Thu, 2006-07-27 at 19:35 -0700, Bryce Harrington wrote:
make check is reporting a failure in the style-test unit test.
Specifically, here are the failures:
sp_style_new, sp_style_write_string...Assertion `streq(str0_all, str0_all_exp)' failed sp_style_merge_from_style_string(whitespace, always...Assertion `streq(str0_all, str0_all_exp)' failed sp_style_merge_from_style_string("font-family:", always)...Assertion `streq(str0_all, str0_all_exp)' failed sp_style_merge_from_style_string("font-family: ", always)...Assertion `streq(str0_all, str0_all_exp)' failed sp_style_merge_from_style_string(default): always...Assertion `streq(ifset_str, str0_all_exp)' failed sp_style_merge_from_style_string...Assertion `streq(str0_all, str0_all_exp)' failed
My guess is that it's r12768, though unfortunately style-test won't be done building for a while yet. I think in the near future we need to sit down and figure out how to make individual tests depend on as little of the codebase as possible so they build quicker (which may require better factoring of the code under test and/or introducing mock objects).
-mental