Skip to content

Commit

Permalink
op/sprintf2.t: skip extended precision test on AIX
Browse files Browse the repository at this point in the history
This was failing in smokes on AIX
  • Loading branch information
tonycoz committed May 16, 2023
1 parent 59b4d29 commit 1515f80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/op/sprintf2.t
Expand Up @@ -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
Expand Down

0 comments on commit 1515f80

Please sign in to comment.