X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/4221d7c5eb104778a9335f0f89b12f122d99e425..dfba4714a9dc4c35123b4df0a5e1721ccb081d97:/t/lib/warnings/7fatal diff --git a/t/lib/warnings/7fatal b/t/lib/warnings/7fatal index 40c649f..2056d01 100644 --- a/t/lib/warnings/7fatal +++ b/t/lib/warnings/7fatal @@ -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" : '' +# SKIP ? $Config{ccflags} =~ /sanitize/ 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" : '' +# SKIP ? $Config{ccflags} =~ /sanitize/ use warnings ;