I downloaded patch for Windows and successfully applied the patch. then `perl Makefile.PL`, `dmake` and `dmake test`. But I will got my same errors:
C:\Users\thequietcenter\prg\Glib-1.224>dmake test C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_h +arness(0, 'blib\lib', 'blib\arch')" t/*.t t/1.t ...................... ok t/2.t ...................... ok t/3.t ...................... ok t/4.t ...................... ok t/5.t ...................... ok t/6.t ...................... ok t/64bit.t .................. ok t/7.t ...................... ok t/8.t ...................... ok t/9.t ...................... ok t/a.t ...................... ok t/b.t ...................... ok t/c.t ...................... ok t/d.t ...................... ok t/e.t ...................... 1/243 # Failed test at t/e.t line 229. # got: '1' # expected: '2' # Failed test 'value 30 value unchanged' # at t/e.t line 231. # got: undef # expected: '30' # Failed test 'clamp 70 down to be in range' # at t/e.t line 235. # got: undef # expected: '50' # Failed test 'clamp -70 down to be in range' # at t/e.t line 238. # got: undef # expected: '20' # Looks like you failed 4 tests of 243. t/e.t ...................... Dubious, test returned 4 (wstat 1024, 0x4 +00) Failed 4/243 subtests t/f.t ...................... ok t/filename.t ............... ok t/g.t ...................... 1/33 # Failed test at t/g.t line 155. # got: undef # expected: 'C:\Users\thequietcenter\prg\Glib-1.224\tmp.ini' # Looks like you failed 1 test of 33. t/g.t ...................... Dubious, test returned 1 (wstat 256, 0x10 +0) Failed 1/33 subtests t/h.t ...................... ok t/lazy_loader.t ............ ok t/make_helper.t ............ ok t/options.t ................ ok t/signal_emission_hooks.t .. ok t/signal_marshal.t ......... ok t/signal_query.t ........... ok t/tied_definedness.t ....... ok Test Summary Report ------------------- t/e.t (Wstat: 1024 Tests: 243 Failed: 4) Failed tests: 234, 236, 238, 240 Non-zero exit status: 4 t/g.t (Wstat: 256 Tests: 33 Failed: 1) Failed test: 32 Non-zero exit status: 1 Files=26, Tests=828, 7 wallclock secs ( 0.36 usr + 0.13 sys = 0.48 +CPU) Result: FAIL Failed 2/26 test programs. 5/828 subtests failed. dmake: Error code 255, while making 'test_dynamic' C:\Users\thequietcenter\prg\Glib-1.224>




The mantra of every experienced web application developer is the same: thou shalt separate business logic from display. Ironically, almost all template engines allow violation of this separation principle, which is the very impetus for HTML template engine development.

-- Terence Parr, "Enforcing Strict Model View Separation in Template Engines"


In reply to Re^2: XS Mentor Requested - debugging the Glib test suite by metaperl
in thread XS Mentor Requested - debugging the Glib test suite by metaperl

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.