summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@cpan.org>2016-02-18 08:23:08 -0600
committerRicardo Signes <rjbs@cpan.org>2016-03-17 20:51:17 -0400
commitae7b788c6804194e309f6825713ee60b2cb1396e (patch)
tree8b2efb4e1c456221db0e805151548cdeca0c13cb /t
parent14f3031b13a4d4c094ca37dc42e1cbb34863a050 (diff)
downloadperl-ae7b788c6804194e309f6825713ee60b2cb1396e.tar.gz
Remove no longer valid tests
Diffstat (limited to 't')
-rw-r--r--t/lib/warnings/sv10
-rw-r--r--t/op/packagev.t3
-rw-r--r--t/op/sprintf.t1
3 files changed, 0 insertions, 14 deletions
diff --git a/t/lib/warnings/sv b/t/lib/warnings/sv
index 3d396efbae..5ddd4fe130 100644
--- a/t/lib/warnings/sv
+++ b/t/lib/warnings/sv
@@ -397,16 +397,6 @@ EXPECT
Subroutine main::f렏 redefined at - line 7.
########
# sv.c
-sprintf "%vd", new version v1.1_0;
-use warnings 'printf' ;
-sprintf "%vd", new version v1.1_0;
-no warnings 'printf' ;
-sprintf "%vd", new version v1.1_0;
-EXPECT
-vector argument not supported with alpha versions at - line 2.
-vector argument not supported with alpha versions at - line 4.
-########
-# sv.c
my $x = "a_c";
++$x;
use warnings "numeric";
diff --git a/t/op/packagev.t b/t/op/packagev.t
index 86fb46286b..d485f58e5b 100644
--- a/t/op/packagev.t
+++ b/t/op/packagev.t
@@ -166,9 +166,6 @@ v01.02.03 fail pass pass no leading zeros
1.02_03 fail pass pass underscore
v1.2_3 fail pass pass underscore
v1.02_03 fail pass pass underscore
-v1.2_3_4 fail fail fail underscore
-v1.2_3.4 fail fail fail underscore
-1.2_3.4 fail fail fail underscore
0_ fail fail na underscore
1_ fail fail na underscore
1_. fail fail na underscore
diff --git a/t/op/sprintf.t b/t/op/sprintf.t
index c6550d0d54..7ccb88df4f 100644
--- a/t/op/sprintf.t
+++ b/t/op/sprintf.t
@@ -338,7 +338,6 @@ __END__
>%vd< >[version->new("1.002")]< >1.2<
>%vd< >[version->new("1048576.5")]< >1048576.5<
>%vd< >[version->new("50")]< >50<
->[%vd]< >[version->new(v1.1_1)]< >[] ALPHA<
>%v.3d< >"\01\02\03"< >001.002.003<
>%0v3d< >"\01\02\03"< >001.002.003<
>%v.3d< >[version::qv("1.2.3")]< >001.002.003<