Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix wrongly quoted reasons for fudges
  • Loading branch information
usev6 committed May 5, 2015
1 parent 80933b1 commit c6ffcf7
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion S03-metaops/hyper.t
Expand Up @@ -407,7 +407,7 @@ my @e;
=end todo_unspecced
#?niecza skip 'does not work; recurses into hash'
#?rakudo skip 'nom regression: possible spec change/improvement RT # possible spec change/improvement' RT#:124513'
#?rakudo skip 'nom regression: possible spec change/improvement RT #124513'
#?DOES 2
{ # hyper dereferencing
my @array = (
Expand Down
2 changes: 1 addition & 1 deletion S03-operators/identity.t
Expand Up @@ -127,7 +127,7 @@ class TestObj { has $!a }
ok(($foo =:= $frop), "binding makes two objects the same object");
}

#?rakudo todo 'misuse of =:= RT #=' RT#:124537'
#?rakudo todo 'misuse of =:= RT #124537'
#?niecza skip 'Failure NYI'
{
ok (Mu =:= Mu) ~~ Failure, 'misuse of =:= is failure (Mu)';
Expand Down
2 changes: 1 addition & 1 deletion S04-declarations/my.t
Expand Up @@ -254,7 +254,7 @@ my $z = 42; #OK not used
}

# used to be RT #76366, #76466
#?rakudo skip 'nom regression, OUR:: RT #:' RT#:125068'
#?rakudo skip 'nom regression, OUR:: RT #125068'
{
nok OUR::access_lexical_a().defined,
'can call our-sub that accesses a lexical before the block was run';
Expand Down
4 changes: 2 additions & 2 deletions S12-enums/thorough.t
Expand Up @@ -48,7 +48,7 @@ sub test_stuff($x) {
}


#?rakudo skip 'does day::Tue RT #:Tue' RT#:124830'
#?rakudo skip 'does day::Tue RT #124830'
{
my $x = 3;
is $x, 3, "basic sanity (3)";
Expand All @@ -57,7 +57,7 @@ sub test_stuff($x) {
}

#?DOES 16
#?rakudo skip 'does &day::("Tue") RT #:(Tue)' RT#:124831'
#?rakudo skip 'does &day::("Tue") RT #124831'
{
my $x = 4;
is $x, 4, "basic sanity (4)";
Expand Down
2 changes: 1 addition & 1 deletion S12-introspection/meta-class.t
Expand Up @@ -21,7 +21,7 @@ class Foo:ver<0.0.1> {
ok(Foo.HOW.can(Foo, 'bar'), '... Foo can bar');
#?rakudo skip 'precedence of HOW RT #125015'
ok(HOW(Foo).can(Foo, 'bar'), '... Foo can bar (anthoer way)');
#?rakudo skip 'precedence of prefix:<^> RT #<^>' RT#:125016'
#?rakudo skip 'precedence of prefix:<^> RT #125016'
ok(^Foo.can(Foo, 'bar'), '... Foo can bar (another way)');
ok(Foo.^can('bar'), '... Foo can bar (as class method)');
ok(Foo.HOW.isa(Foo, Foo), '... Foo is-a Foo (of course)');
Expand Down
2 changes: 1 addition & 1 deletion S12-methods/parallel-dispatch.t
Expand Up @@ -116,7 +116,7 @@ class Bar is Foo {

# test postcircumfix parallel dispatch
#?niecza skip 'Cannot use hash access on an object of type Pair'
#?rakudo skip 'No such method postcircumfix:<( )> for invocant of type Pair RT #<( )> for invocant of type Pair' RT#:124849'
#?rakudo skip 'No such method postcircumfix:<( )> for invocant of type Pair RT #124849'
{
is (a => 1, a => 2)>>.<a>, '1 2', # METHOD TO SUB CASUALTY
'>>.<a>';
Expand Down
2 changes: 1 addition & 1 deletion S32-io/dir.t
Expand Up @@ -13,7 +13,7 @@ ok (@files = dir()), "dir() runs in cwd()";
#?rakudo todo 'directories are not marked with trailing / yet RT #124784'
ok @files>>.relative.grep('t/'), 'current directory contains a t/ dir';
ok @files.grep(*.basename eq 't'), 'current directory contains a t/ dir';
#?rakudo todo 'entries are still IO::Path RT #:Path' RT#:124785'
#?rakudo todo 'entries are still IO::Path RT #124785'
ok @files[0] ~~ IO::Local, 'dir() returns IO::Local';
#?rakudo todo 'dirname is not yet absolute RT #124786'
is @files[0].dirname, $*CWD, 'dir() returns IO::Path object in the current directory';
Expand Down
2 changes: 1 addition & 1 deletion S32-io/io-path-cygwin.t
Expand Up @@ -61,7 +61,7 @@ is IO::Path::Cygwin.new("/usr/bin").relative("/usr"), "bin", "relative path spec

is $relpath.absolute.IO.relative, "foo/bar", "relative inverts absolute";
is $relpath.absolute("/foo").IO.relative("\\foo"), "foo/bar", "absolute inverts relative";
#?rakudo 1 todo 'resolve NYI, needs nqp::readlink RT #:readlink' RT#:124781'
#?rakudo 1 todo 'resolve NYI, needs nqp::readlink RT #124781'
is $abspath.relative.IO.absolute.IO.resolve, "\\foo\\bar", "absolute inverts relative with resolve";

is IO::Path::Cygwin.new("foo/bar").parent, "foo", "parent of 'foo/bar' is 'foo'";
Expand Down
2 changes: 1 addition & 1 deletion S32-io/io-path-unix.t
Expand Up @@ -46,7 +46,7 @@ is $relpath.absolute.IO.relative, "foo/bar",
"relative inverts absolute";
is $relpath.absolute("/foo").IO.relative("/foo"),
"foo/bar","absolute inverts relative";
#?rakudo 1 todo 'resolve NYI, needs nqp::readlink RT #:readlink' RT#:124782'
#?rakudo 1 todo 'resolve NYI, needs nqp::readlink RT #124782'
is $abspath.relative.IO.absolute.IO.resolve, "/foo/bar", "absolute inverts relative with resolve";

is IO::Path::Unix.new("foo/bar").parent, "foo", "parent of 'foo/bar' is 'foo'";
Expand Down
2 changes: 1 addition & 1 deletion S32-io/io-path-win.t
Expand Up @@ -61,7 +61,7 @@ is IO::Path::Win32.new("\\usr\\bin").relative("/usr"), "bin", "rel

is $relpath.absolute.IO.relative, "foo\\bar", "relative inverts absolute";
is $relpath.absolute("/foo").IO.relative("\\foo"), "foo\\bar","absolute inverts relative";
#?rakudo 1 todo 'resolve NYI, needs nqp::readlink RT #:readlink' RT#:124783'
#?rakudo 1 todo 'resolve NYI, needs nqp::readlink RT #124783'
is $abspath.relative.IO.absolute.IO.resolve, "\\foo\\bar", "absolute inverts relative with resolve";

is IO::Path::Win32.new("foo/bar").parent, "foo", "parent of 'foo/bar' is 'foo'";
Expand Down

0 comments on commit c6ffcf7

Please sign in to comment.