summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2023-05-11 06:21:03 +0200
committerTony Cook <tony@develop-help.com>2023-05-17 09:53:37 +1000
commit1515f807817872eac26fdb0ff7469e2b71ebc6b5 (patch)
tree3e79fd0734a62268eaa74c993780a22fdf45c9b4
parent59b4d2932ceb16662879bca2a22315c3597276ae (diff)
downloadperl-blead.tar.gz
op/sprintf2.t: skip extended precision test on AIXHEADblead
This was failing in smokes on AIX
-rw-r--r--t/op/sprintf2.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/sprintf2.t b/t/op/sprintf2.t
index 53f410c8b7..f8dd302e80 100644
--- a/t/op/sprintf2.t
+++ b/t/op/sprintf2.t
@@ -1191,6 +1191,8 @@ if($Config{nvsize} == 8) {
or
$^O eq 'hpux'
or
+ $^O eq 'aix'
+ or
($^O eq 'MSWin32' and
$Config{cc} eq 'cl' and
$Config{ccversion} =~ /^(\d+)/ and