From 7833c8a6c843957351c2d3abf519e98cf2f5feab Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 5 Oct 2011 22:07:07 -0700 Subject: [PATCH] globvar.t: Skip PL_warn_uninit_sv MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Until someone can explain to me why these sorts of things are exported, I’ll skipping the test. Nothing is failing for me (yet), and it is not clear that we want to support this name for ever. --- t/porting/globvar.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/porting/globvar.t b/t/porting/globvar.t index f34ab43..aa26695 100644 --- a/t/porting/globvar.t +++ b/t/porting/globvar.t @@ -15,7 +15,7 @@ my %skip = map { ("PL_$_", 1) } qw( DBcv bitcount cshname force_link_funcs generation lastgotoprobe latin1_lc mod_latin1_uc modcount no_symref_sv timesbuf uudmap - watchaddr watchok + watchaddr watchok warn_uninit_sv ); my $trial = "nm globals$Config{_o} 2>&1"; -- 1.8.3.1