[Perl/perl5] c540ad: XXX skip croak.t under sanitizer

2023-05-22 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/smoke-me/khw-env
  Home:   https://github.com/Perl/perl5
  Commit: c540ade94f3aa32034a680b71fc89e933c123332
  
https://github.com/Perl/perl5/commit/c540ade94f3aa32034a680b71fc89e933c123332
  Author: Karl Williamson 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M t/harness

  Log Message:
  ---
  XXX skip croak.t under sanitizer


  Commit: f54f2b9dfd9c65beedc1a3b7807984f5c5451aab
  
https://github.com/Perl/perl5/commit/f54f2b9dfd9c65beedc1a3b7807984f5c5451aab
  Author: Karl Williamson 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M t/op/sub.t

  Log Message:
  ---
  op/sub.t: Cancel watchdog when done

A watchdog timer should be cancelled after the test(s) it guards.
Otherwise, when someone adds new tests after it in the file, and doesn't
notice that the tests are under the watchdog, those new tests can fail.
These failures may be intermittent, only happening under heavy load.


  Commit: f75669a47adcb645ac62dd39dc1e38f162da9648
  
https://github.com/Perl/perl5/commit/f75669a47adcb645ac62dd39dc1e38f162da9648
  Author: Karl Williamson 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M t/test.pl

  Log Message:
  ---
  test.pl: Add comment that should clear watchdog

As it says, failure to cancel a timer can lead to failing (or worse:
flapping) tests


  Commit: 45c1137d821f72685ba2e4d4381b0c1c70b68503
  
https://github.com/Perl/perl5/commit/45c1137d821f72685ba2e4d4381b0c1c70b68503
  Author: Karl Williamson 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M t/TEST

  Log Message:
  ---
  XXX skip cpan testing


  Commit: 03d567268f0813d3b21f6e3ded3f0a44e6b53e6d
  
https://github.com/Perl/perl5/commit/03d567268f0813d3b21f6e3ded3f0a44e6b53e6d
  Author: Karl Williamson 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M MANIFEST
M charclass_invlists.h
M lib/unicore/mktables
M lib/unicore/uni_keywords.pl
M regcharclass.h
A t/re/uniprops11.t
A t/re/uniprops12.t
A t/re/uniprops13.t
A t/re/uniprops14.t
A t/re/uniprops15.t
A t/re/uniprops16.t
A t/re/uniprops17.t
A t/re/uniprops18.t
A t/re/uniprops19.t
A t/re/uniprops20.t
A t/re/uniprops21.t
A t/re/uniprops22.t
A t/re/uniprops23.t
A t/re/uniprops24.t
M uni_keywords.h

  Log Message:
  ---
  uniprops 24


  Commit: 65e84c136c53b00ad365b543682b4d331f466769
  
https://github.com/Perl/perl5/commit/65e84c136c53b00ad365b543682b4d331f466769
  Author: Karl Williamson 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M MANIFEST
A t/uni/idstart.pl
A t/uni/idstart00.t
A t/uni/idstart01.t
A t/uni/idstart02.t
A t/uni/idstart03.t
A t/uni/idstart04.t
A t/uni/idstart05.t
A t/uni/idstart06.t
A t/uni/idstart07.t
A t/uni/idstart08.t
A t/uni/idstart09.t
A t/uni/idstart10.t
A t/uni/idstart11.t
A t/uni/idstart12.t
A t/uni/idstart13.t
A t/uni/idstart14.t
A t/uni/idstart15.t
A t/uni/idstart16.t
A t/uni/idstart17.t
A t/uni/idstart18.t
A t/uni/idstart19.t
A t/uni/idstart20.t
A t/uni/idstart21.t
A t/uni/idstart22.t
A t/uni/idstart23.t
M t/uni/variables.t

  Log Message:
  ---
  Split t/uni/variables.t into multiple tests

These can be done in parallel; otherwise this is often the test that
finishes last, holding up the test suite completion.


  Commit: a57dec563c81ef0a9e5ca99183d714cc68029c76
  
https://github.com/Perl/perl5/commit/a57dec563c81ef0a9e5ca99183d714cc68029c76
  Author: Karl Williamson 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M t/test.pl

  Log Message:
  ---
  XXX test.pl: dont unlink temps


  Commit: 759cc545398acb3f7ebf6b732563c40f3646925f
  
https://github.com/Perl/perl5/commit/759cc545398acb3f7ebf6b732563c40f3646925f
  Author: Karl Williamson 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M t/test.pl

  Log Message:
  ---
  Revert "XXX test.pl: dont unlink temps"

This reverts commit 1579ce0dbce549cb594214ba27d4e2fa389f891b.


  Commit: 598a143e28e5daf824995dfdf5f4b47be43e5c7a
  
https://github.com/Perl/perl5/commit/598a143e28e5daf824995dfdf5f4b47be43e5c7a
  Author: Karl Williamson 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M t/run/locale.t

  Log Message:
  ---
  run/locale.t: more debug


  Commit: c50220bdea814dfded9fbccde6a6a49c83dcf92c
  
https://github.com/Perl/perl5/commit/c50220bdea814dfded9fbccde6a6a49c83dcf92c
  Author: Karl Williamson 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M t/run/locale.t

  Log Message:
  ---
  XXX run/locale.t: maybe f move test


  Commit: b5593521d725b31ab9a3eef43637b0d8ccadad43
  
https://github.com/Perl/perl5/commit/b5593521d725b31ab9a3eef43637b0d8ccadad43
  Author: Karl Williamson 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M vutil.c


[Perl/perl5] 6a541b: Add vsfos to AUTHORS

2023-05-22 Thread Leon Timmermans via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 6a541b132cdeadcf0f93ab599ef5c4600e33c5fe
  
https://github.com/Perl/perl5/commit/6a541b132cdeadcf0f93ab599ef5c4600e33c5fe
  Author: Leon Timmermans 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M AUTHORS

  Log Message:
  ---
  Add vsfos to AUTHORS




perl5-changes@perl.org

2023-05-22 Thread Elvin Aslanov via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: debb0f41760beb64e3bca1229fa70aa098f3702a
  
https://github.com/Perl/perl5/commit/debb0f41760beb64e3bca1229fa70aa098f3702a
  Author: Elvin Aslanov 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M hints/aix.sh
M hints/dec_osf.sh

  Log Message:
  ---
  hints: Fix >&4

Fix the redirection in the two hints files




perl5-changes@perl.org

2023-05-22 Thread SimonQian via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 2979f5f3436153530a20c28829934b7d1d90a9f6
  
https://github.com/Perl/perl5/commit/2979f5f3436153530a20c28829934b7d1d90a9f6
  Author: vsfos 
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
M Configure

  Log Message:
  ---
  fix typo in Configure, ">& 4" to ">&4"