This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
warnings.t: skip some leaky tests
[perl5.git] / t / lib / warnings / 7fatal
index 40c649f..2056d01 100644 (file)
@@ -278,6 +278,7 @@ EXPECT
 Reversed += operator at - line 8.
 ########
 # TODO ? !$Config{usethreads} && $::UTF8 && ($ENV{PERL_DESTRUCT_LEVEL} || 0) > 1 ? "Parser leaks OPs, which leak shared hash keys" : ''
 Reversed += operator at - line 8.
 ########
 # TODO ? !$Config{usethreads} && $::UTF8 && ($ENV{PERL_DESTRUCT_LEVEL} || 0) > 1 ? "Parser leaks OPs, which leak shared hash keys" : ''
+# SKIP ? $Config{ccflags} =~ /sanitize/
 
 use warnings 'void' ;
 
 
 use warnings 'void' ;
 
@@ -297,6 +298,7 @@ Useless use of time in void context at - line 4.
 Useless use of length in void context at - line 9.
 ########
 # TODO ? !$Config{usethreads} && $::UTF8 && ($ENV{PERL_DESTRUCT_LEVEL} || 0) > 1 ? "Parser leaks OPs, which leak shared hash keys" : ''
 Useless use of length in void context at - line 9.
 ########
 # TODO ? !$Config{usethreads} && $::UTF8 && ($ENV{PERL_DESTRUCT_LEVEL} || 0) > 1 ? "Parser leaks OPs, which leak shared hash keys" : ''
+# SKIP ? $Config{ccflags} =~ /sanitize/
 
 use warnings ;
 
 
 use warnings ;