Skip to content

Commit

Permalink
untodo coretests
Browse files Browse the repository at this point in the history
3 new failing SIG-302 tests,
passing: t/C-COMPILED/CORE--op--gv.t
  • Loading branch information
Reini Urban committed Feb 19, 2014
1 parent bb47fa9 commit 922ddb8
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions MANIFEST
Expand Up @@ -179,7 +179,7 @@ t/C-COMPILED/CORE--io--iprefix.t
t/C-COMPILED/CORE--io--layers==BADTEST-203.t
t/C-COMPILED/CORE--io--nargv.t
t/C-COMPILED/CORE--io--open.t
t/C-COMPILED/CORE--io--openpid.t
t/C-COMPILED/CORE--io--openpid==SIG-302.t
t/C-COMPILED/CORE--io--perlio.t
t/C-COMPILED/CORE--io--perlio_fail.t
t/C-COMPILED/CORE--io--perlio_leaks.t
Expand Down Expand Up @@ -250,7 +250,7 @@ t/C-COMPILED/CORE--op--goto.t
t/C-COMPILED/CORE--op--grent.t
t/C-COMPILED/CORE--op--grep.t
t/C-COMPILED/CORE--op--groups.t
t/C-COMPILED/CORE--op--gv==BADPLAN-280.t
t/C-COMPILED/CORE--op--gv.t
t/C-COMPILED/CORE--op--hash.t
t/C-COMPILED/CORE--op--hashassign.t
t/C-COMPILED/CORE--op--hashwarn.t
Expand All @@ -267,7 +267,7 @@ t/C-COMPILED/CORE--op--lc_user.t
t/C-COMPILED/CORE--op--leaky-magic.t
t/C-COMPILED/CORE--op--length.t
t/C-COMPILED/CORE--op--lex.t
t/C-COMPILED/CORE--op--lex_assign.t
t/C-COMPILED/CORE--op--lex_assign==SIG-302.t
t/C-COMPILED/CORE--op--lfs.t
t/C-COMPILED/CORE--op--list.t
t/C-COMPILED/CORE--op--local.t
Expand Down Expand Up @@ -350,7 +350,7 @@ t/C-COMPILED/CORE--op--undef.t
t/C-COMPILED/CORE--op--universal==BADTEST-275.t
t/C-COMPILED/CORE--op--unshift.t
t/C-COMPILED/CORE--op--upgrade.t
t/C-COMPILED/CORE--op--utf8cache.t
t/C-COMPILED/CORE--op--utf8cache==SIG-302.t
t/C-COMPILED/CORE--op--utf8decode.t
t/C-COMPILED/CORE--op--utf8magic.t
t/C-COMPILED/CORE--op--utfhash.t
Expand All @@ -360,7 +360,7 @@ t/C-COMPILED/CORE--op--ver.t
t/C-COMPILED/CORE--op--wantarray.t
t/C-COMPILED/CORE--op--warn.t
t/C-COMPILED/CORE--op--while_readdir.t
t/C-COMPILED/CORE--op--write===BADTEST-238.t
t/C-COMPILED/CORE--op--write==BADTEST-238.t
t/C-COMPILED/CORE--op--yadayada.t
t/C-COMPILED/template.pl
t/CORE/TEST
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion t/CORE/op/lex_assign.t
@@ -1,6 +1,6 @@
#!./perl

BEGIN {
INIT {
unshift @INC, 't/CORE/lib';
}

Expand Down
2 changes: 1 addition & 1 deletion t/CORE/op/utf8cache.t
@@ -1,7 +1,7 @@
#!./perl -w
# Test for malfunctions of utf8 cache

BEGIN {
INIT {
unshift @INC, 't/CORE/lib';
require 't/CORE/test.pl';
}
Expand Down

0 comments on commit 922ddb8

Please sign in to comment.