This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
test skip under miniperl
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 8 Feb 2015 13:52:41 +0000 (08:52 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 8 Feb 2015 13:53:46 +0000 (08:53 -0500)
t/re/reg_eval_scope.t

index dc9c1c8..2c176ef 100644 (file)
@@ -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 = "@_" };