From 1515f807817872eac26fdb0ff7469e2b71ebc6b5 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 11 May 2023 06:21:03 +0200 Subject: op/sprintf2.t: skip extended precision test on AIX This was failing in smokes on AIX --- t/op/sprintf2.t | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1