In perl.git, the branch smoke-me/jkeenan/harness-investigation has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/23631b86622c2f3eb8258164aa581e23a355a06b?hp=212499e758146d9258c18b7ada72966dad4248cb>

  discards  212499e758146d9258c18b7ada72966dad4248cb (commit)
  discards  4e414f7aead3803716327fe936a3c01ab24d4a66 (commit)
  discards  d1bcd52bee58314193cba58badc5278fde9923f4 (commit)
  discards  bbca2bb75e1c677d67fda64f4cdca8ee3ca6de3b (commit)
  discards  443f195184423614b9f31791f3dbedfad080f542 (commit)
  discards  51161b722afea923446ccda93b9f2f3399c7b31c (commit)
  discards  b189439e333775e84ad02759d5cce207c6093629 (commit)
- Log -----------------------------------------------------------------
commit 23631b86622c2f3eb8258164aa581e23a355a06b
Author: James E Keenan <[email protected]>
Date:   Sat Feb 25 21:57:08 2017 -0500

    Trigger new SHA.

M       INSTALL

commit be18f3fa391191d983d875b6e8fd3f30ef191329
Author: James E Keenan <[email protected]>
Date:   Wed Feb 22 09:50:46 2017 -0500

    Reposition ext/XS-APItest/t/*.t in t/TEST.
    
    Add debugging code to t/TEST and t/harness.

M       t/TEST
M       t/harness

commit c41063e1a2e6534d3ea53fa2180ab855df57ed92
Author: Karl Williamson <[email protected]>
Date:   Sat Feb 18 17:12:59 2017 -0700

    Move API testing to earlier

M       t/TEST
M       t/harness
-----------------------------------------------------------------------

Summary of changes:
 myconfig.SH         |  1 +
 t/comp/parser_run.t | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/myconfig.SH b/myconfig.SH
index 61c0f66cb1..717c3d3b24 100755
--- a/myconfig.SH
+++ b/myconfig.SH
@@ -46,6 +46,7 @@ Summary of my $package (revision $revision 
$version_patchlevel_string) configura
     use64bitall=$use64bitall
     uselongdouble=$uselongdouble
     usemymalloc=$usemymalloc
+    default_inc_excludes_dot=$default_inc_excludes_dot
     bincompat5005=undef
   Compiler:
     cc='$cc'
diff --git a/t/comp/parser_run.t b/t/comp/parser_run.t
index 2543f499b5..e74644d3fb 100644
--- a/t/comp/parser_run.t
+++ b/t/comp/parser_run.t
@@ -14,14 +14,14 @@ plan(1);
 
 # [perl #130814] can reallocate lineptr while looking ahead for
 # "Missing $ on loop variable" diagnostic.
-my $result = runperl(
-    prog => " foreach m0\n\$" . ("0" x 0x2000),
-    stderr => 1,
+my $result = fresh_perl(
+    " foreach m0\n\$" . ("0" x 0x2000),
+    { stderr => 1 },
 );
-is($result, <<EXPECT);
-syntax error at -e line 3, near "foreach m0
+is($result . "\n", <<EXPECT);
+syntax error at - line 3, near "foreach m0
 "
-Identifier too long at -e line 3.
+Identifier too long at - line 3.
 EXPECT
 
 __END__

--
Perl5 Master Repository

Reply via email to