Skip to content

Commit

Permalink
Remove tests for release and codename on Compiler
Browse files Browse the repository at this point in the history
They're not used anymore.

rakudo/rakudo#2993 rakudo/rakudo#3064
  • Loading branch information
vrurg committed Jul 18, 2019
1 parent 4581e61 commit c193e0f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions S02-magicals/PERL.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use v6;

use Test;

plan 46;
plan 42;

# $?PERL.name is the Perl we were compiled in.
#?rakudo skip 'unimpl $?PERL RT #124581'
Expand All @@ -28,8 +28,6 @@ plan 46;
ok $C.version, "Version is '{$C.version}'";
ok $C.signature, "Signature is '{$C.signature}'";
ok $C.desc, "Description is '{$C.desc}'";
ok $C.release, "Release is '{$C.release}'";
ok $C.codename, "Codename is '{$C.codename}'";

ok $C.perl, 'We can do a $?PERL.compiler.perl';
ok $C.gist, 'We can do a $?PERL.compiler.gist';
Expand Down Expand Up @@ -64,10 +62,6 @@ ok $C.version, "Version is '{$C.version}'";
ok $C.signature, "Signature is '{$C.signature}'";
#?rakudo todo 'no Perl.compiler.desc yet RT #124594'
ok $C.desc, "Description is '{$C.desc}'";
#?rakudo todo 'no Perl.compiler.release yet RT #124597'
ok $C.release, "Release is '{$C.release}'";
#?rakudo todo 'no Perl.compiler.codename yet RT #124600'
ok $C.codename, "Codename is '{$C.codename}'";

ok $C.perl, 'We can do a $?PERL.compiler.perl';
ok $C.gist, 'We can do a $?PERL.compiler.gist';
Expand Down

0 comments on commit c193e0f

Please sign in to comment.