This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
skip SEGVing test in t/uni/overload.t
authorDavid Mitchell <davem@iabyn.com>
Thu, 3 Nov 2016 11:20:50 +0000 (11:20 +0000)
committerDavid Mitchell <davem@iabyn.com>
Thu, 3 Nov 2016 11:20:50 +0000 (11:20 +0000)
commit822e6f87f8ae528661f480d9358c11b81f8d5487
treea9e33a33ea6bbc6ad1ae541d35ca2d5f476ba059
parent7bfdd8260c4e963865603619e956b96e0ad73646
skip SEGVing test in t/uni/overload.t

This TODO test is expected to SEGV, and is run using fresh_perl().
But that doesn't stop the shell issuing this scary noise to STDERR:

    sh: line 1:  5106 Segmentation fault      (core dumped) /home/davem/perl5/gi
t/bleed/perl "-I../lib" "tmp5097A" 2>&1

So until this is fixed, just skip the test. See [perl #129933]
t/uni/overload.t