This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c49582c
)
test skip under miniperl
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 8 Feb 2015 13:52:41 +0000
(08:52 -0500)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 8 Feb 2015 13:53:46 +0000
(08:53 -0500)
t/re/reg_eval_scope.t
patch
|
blob
|
blame
|
history
diff --git
a/t/re/reg_eval_scope.t
b/t/re/reg_eval_scope.t
index
dc9c1c8
..
2c176ef
100644
(file)
--- a/
t/re/reg_eval_scope.t
+++ b/
t/re/reg_eval_scope.t
@@
-244,7
+244,8
@@
pass "undef *_ in a re-eval does not cause a double free";
# make sure regexp warnings are reported on the right line
# (we don't care what warning */
-{
+SKIP: {
+ skip("no \\p{Unassigned} under miniperl", 1) if is_miniperl;
use warnings;
my $w;
local $SIG{__WARN__} = sub { $w = "@_" };