Hi all. It seems I am having the same issue. Firefox 30, Mac OSX 10.9.3, MozRepl 1.1.2. I have to --force MozRepl and MozRepl::RemoteObject MozRepl module fails with
Test Summary Report ------------------- t/10-plugin-repl-enter.t (Wstat: 512 Tests: 3 Failed: 2) Failed tests: 2-3 Non-zero exit status: 2 t/16-plugin-repl-home.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1 t/18-plugin-repl-util-help_url_for.t (Wstat: 768 Tests: 4 Failed: 3) Failed tests: 2-4 Non-zero exit status: 3 t/19-plugin-repl-util-doc_for.t (Wstat: 768 Tests: 7 Failed: 3) Failed tests: 2-3, 5 Non-zero exit status: 3 t/20-plugin-json.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=14, Tests=58, 2 wallclock secs ( 0.08 usr 0.04 sys + 2.16 cus +r 0.22 csys = 2.50 CPU) Result: FAIL Failed 5/14 test programs. 10/58 subtests failed. make: *** [test_dynamic] Error 255
and RemoteObject failures:
Test Summary Report ------------------- t/01-callback.t (Wstat: 1024 Tests: 15 Failed: 4) Failed tests: 11-14 Non-zero exit status: 4 t/01-expr.t (Wstat: 256 Tests: 9 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=34, Tests=186, 85 wallclock secs ( 0.15 usr 0.06 sys + 17.89 cu +sr 1.05 csys = 19.15 CPU) Result: FAIL Failed 2/34 test programs. 5/186 subtests failed. make: *** [test_dynamic] Error 255
and then WWW::Mechanize::Firefox fails as well, even after the above 2 are forced:
Test Summary Report ------------------- t/49-mech-nav.t (Wstat: 5632 Tests: 0 Failed: 0) Non-zero exit status: 22 Parse errors: Bad plan. You planned 3 tests but ran 0. t/50-tick.t (Wstat: 4608 Tests: 19 Failed: 18) Failed tests: 2-19 Non-zero exit status: 18 t/51-click_button.t (Wstat: 5632 Tests: 0 Failed: 0) Non-zero exit status: 22 Parse errors: Bad plan. You planned 22 tests but ran 0. t/60-mech-custom-headers.t (Wstat: 5632 Tests: 5 Failed: 1) Failed test: 5 Non-zero exit status: 22 Parse errors: Bad plan. You planned 21 tests but ran 5. t/70-download-url.t (Wstat: 5632 Tests: 2 Failed: 0) Non-zero exit status: 22 Parse errors: Bad plan. You planned 5 tests but ran 2. t/70-real-status.t (Wstat: 256 Tests: 11 Failed: 1) Failed test: 11 Non-zero exit status: 1 Files=86, Tests=807, 435 wallclock secs ( 0.49 usr 0.18 sys + 55.53 c +usr 3.45 csys = 59.65 CPU) Result: FAIL Failed 6/86 test programs. 20/807 subtests failed.
Not sure I'm confident enough to find and modify all the tests necessary to make them pass. Should I force W::M::F as well? much thanks in advance.

In reply to Re: Failing Tests in MozRepl by bbrown25
in thread Failing Tests in MozRepl by choroba

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.