This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ccdc0
)
Bogus skip count.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Fri, 12 Aug 2016 21:30:25 +0000
(17:30 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sat, 13 Aug 2016 02:35:25 +0000
(22:35 -0400)
Didn't break anything but still bogus.
t/op/sprintf2.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/sprintf2.t
b/t/op/sprintf2.t
index
52bb23c
..
1dcfa93
100644
(file)
--- a/
t/op/sprintf2.t
+++ b/
t/op/sprintf2.t
@@
-851,7
+851,7
@@
SKIP: {
# x86 80-bit long-double tests for
# rt.perl.org #128843, #128888, #128889, #128890, #128893
SKIP: {
- skip("non-80-bit-long-double",
scalar @subnormals + 34
)
+ skip("non-80-bit-long-double",
7
)
unless ($Config{uselongdouble} &&
($Config{nvsize} == 16 || $Config{nvsize} == 12) &&
($Config{longdblkind} == 3 ||