Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 615120 - dev-perl/Class-MakeMethods fails tests on perl 5.26 (Unescaped left brace in regex is illegal)
Summary: dev-perl/Class-MakeMethods fails tests on perl 5.26 (Unescaped left brace in ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Low minor (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: perl-5.26
  Show dependency tree
 
Reported: 2017-04-10 01:53 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2017-10-07 01:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-04-10 01:53:26 UTC
./tests/xemulator/class_methodmaker/abstract.t .......... Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/(TEST\s{ <-- HERE )/ at tests/xemulator/class_methodmaker/Test.pm line 51.
Compilation failed in require at ./tests/xemulator/class_methodmaker/abstract.t line 18.
BEGIN failed--compilation aborted at ./tests/xemulator/class_methodmaker/abstract.t line 18.
./tests/xemulator/class_methodmaker/abstract.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
./tests/xemulator/class_methodmaker/boolean.092.t ....... Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/(TEST\s{ <-- HERE )/ at tests/xemulator/class_methodmaker/Test.pm line 51.
Compilation failed in require at ./tests/xemulator/class_methodmaker/boolean.092.t line 6.
BEGIN failed--compilation aborted at ./tests/xemulator/class_methodmaker/boolean.092.t line 6.
./tests/xemulator/class_methodmaker/boolean.092.t ....... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
./tests/xemulator/class_methodmaker/boolean.t ........... Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/(TEST\s{ <-- HERE )/ at tests/xemulator/class_methodmaker/Test.pm line 51.
Compilation failed in require at ./tests/xemulator/class_methodmaker/boolean.t line 23.
BEGIN failed--compilation aborted at ./tests/xemulator/class_methodmaker/boolean.t line 23.
./tests/xemulator/class_methodmaker/boolean.t ........... Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
./tests/xemulator/class_methodmaker/code.t .............. Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/(TEST\s{ <-- HERE )/ at tests/xemulator/class_methodmaker/Test.pm line 51.
Compilation failed in require at ./tests/xemulator/class_methodmaker/code.t line 6.
BEGIN failed--compilation aborted at ./tests/xemulator/class_methodmaker/code.t line 6.
./tests/xemulator/class_methodmaker/code.t .............. Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Comment 1 Larry the Git Cow gentoo-dev 2017-10-07 01:20:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6520b638af4c576d480a3c6bda21ba9630cee739

commit 6520b638af4c576d480a3c6bda21ba9630cee739
Author:     Kent Fredric <kentnl@gentoo.org>
AuthorDate: 2017-10-07 01:18:55 +0000
Commit:     Kent Fredric <kentnl@gentoo.org>
CommitDate: 2017-10-07 01:20:02 +0000

    dev-perl/Class-MakeMethods: Fix broken tests on Perl 5.26 re bug #615120
    
    Closes: https://bugs.gentoo.org/615120
    Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../Class-MakeMethods-1.10.0-r1.ebuild             |  3 ++-
 .../files/Class-MakeMethods-1.10.0-perl526.patch   | 27 ++++++++++++++++++++++
 2 files changed, 29 insertions(+), 1 deletion(-)