
make check is reporting a failure in the style-test unit test.
Bryce
----- Forwarded message from root <root@...1070...> -----
Date: Wed, 26 Jul 2006 05:23:01 -0700 From: root <root@...1070...> To: inkscape-tester@lists.sourceforge.net Subject: [Inkscape-tester] inkscape build report
= Analysis Report for inkscape = Report Time: Wed Jul 26 05:14:13 2006 (Run 4197) Snapshot: inkscape-20060726-0400.tar.bz2 Status: finished
Platform Unpack Config Build Install WRNS ERRS ------------------------------------------------------------------------ debian x86 0 0 0 0 8 0
Test Status Score Info ------------------------------------------------------------------------ make check FAIL 17/18
== Errors ==
none
== Warnings ==
selection-chemistry.cpp:1913: warning: statement has no effect sp-flowtext.cpp:339: warning: 'sp_item_bbox_desktop' is deprecated (declared at sp-item.h:229) sp-shape.cpp:672: warning: 'sp_item_bbox_desktop' is deprecated (declared at sp-item.h:229) sp-text.cpp:488: warning: 'sp_item_bbox_desktop' is deprecated (declared at sp-item.h:229) display/canvas-arena.cpp:85: warning: invalid access to non-static data member 'SPCanvasArenaClass::arena_event' of NULL object display/canvas-arena.cpp:85: warning: (perhaps the 'offsetof' macro was used incorrectly) display/sp-canvas.cpp:132: warning: invalid access to non-static data member 'SPCanvasItemClass::event' of NULL object display/sp-canvas.cpp:132: warning: (perhaps the 'offsetof' macro was used incorrectly)
== Unit Tests ==
FAIL: style-test PASS: test-all PASS: display/bezier-utils-test PASS: helper/units-test PASS: libnr/in-svg-plane-test PASS: libnr/nr-matrix-test PASS: libnr/nr-point-fns-test PASS: libnr/nr-rotate-test PASS: libnr/nr-rotate-fns-test PASS: libnr/nr-scale-test PASS: libnr/nr-translate-test PASS: libnr/nr-types-test PASS: libnr/test-nr PASS: svg/test-svg PASS: util/list-container-test PASS: xml/test-xml PASS: xml/quote-test PASS: xml/repr-action-test
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=D... _______________________________________________ Inkscape-tester mailing list Inkscape-tester@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-tester
----- End forwarded message -----

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
participants (2)
-
Bryce Harrington
-
MenTaLguY