Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: de05a3dc13c9866907d46aa499187be02e79d607
      
https://github.com/Perl/perl5/commit/de05a3dc13c9866907d46aa499187be02e79d607
  Author: David Mitchell <da...@iabyn.com>
  Date:   2024-02-25 (Sun, 25 Feb 2024)

  Changed paths:
    M t/harness

  Log Message:
  -----------
  Fix parallel smoke failure in Encode.

These two tests shouldn't be run in parallel:

    cpan/Encode/t/CJKT.t
    cpan/Encode/t/Unicode.t


  Commit: de42fb9fd3c557a8064eadd20256cc97805bae6f
      
https://github.com/Perl/perl5/commit/de42fb9fd3c557a8064eadd20256cc97805bae6f
  Author: David Mitchell <da...@iabyn.com>
  Date:   2024-02-25 (Sun, 25 Feb 2024)

  Changed paths:
    M dist/Tie-File/t/29_downcopy.t
    M dist/Tie-File/t/29a_upcopy.t

  Log Message:
  -----------
  Tie-File: make some test files give better output

For 29_downcopy.t and 29a_upcopy.t, which both just call a function
try() many times with different args, make the 'ok NNN' line and any
diagnotics display the parameters and the line number of the caller.


  Commit: 6c203a272128bb43e2b788ae06e534046f0d31e4
      
https://github.com/Perl/perl5/commit/6c203a272128bb43e2b788ae06e534046f0d31e4
  Author: David Mitchell <da...@iabyn.com>
  Date:   2024-02-25 (Sun, 25 Feb 2024)

  Changed paths:
    M dist/Tie-File/t/29_downcopy.t

  Log Message:
  -----------
  Tie-File: slightly simplify t/29_downcopy.t

The try() function tail-calls itself with $len set to undef, so each
call to try() carries out *two* sets of (almost identical) tests.

Make the code simpler by removing the recursion and instead make try() a
small wrapper function which calls the main test function (now renamed
try0) twice, the second time with $len set to undef.

This makes it easier to see what's going on.

This should make no changes to what gets tested.


  Commit: 71114dea2386a44414f0db835bd01fac2697df4f
      
https://github.com/Perl/perl5/commit/71114dea2386a44414f0db835bd01fac2697df4f
  Author: David Mitchell <da...@iabyn.com>
  Date:   2024-02-25 (Sun, 25 Feb 2024)

  Changed paths:
    M dist/Tie-File/t/29_downcopy.t

  Log Message:
  -----------
  Tie-File: 29_downcopy.t: improve 'ok' output

Each call to try does two ok's: make the description vary slightly
between the two ok outputs to distinguish them.


  Commit: dc16024220239adbacd408285d27aa31c89b90e6
      
https://github.com/Perl/perl5/commit/dc16024220239adbacd408285d27aa31c89b90e6
  Author: David Mitchell <da...@iabyn.com>
  Date:   2024-02-25 (Sun, 25 Feb 2024)

  Changed paths:
    M dist/Tie-File/t/29_downcopy.t
    M dist/Tie-File/t/29a_upcopy.t
    M t/harness

  Log Message:
  -----------
  [MERGE] assorted smoke fixes

Stop some tests running in parallel which aren't safe to so so, and
improve the diagnostics on some Tie::File tests which randomly timeout
on slow hosts.


Compare: https://github.com/Perl/perl5/compare/ad4a6d926044...dc1602422023

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to