• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

c-ares / c-ares / #538
81%
main: 92%

Build:
Build:
LAST BUILD BRANCH: fix-buf-ensure-overflow
DEFAULT BRANCH: main
Ran 16 Jan 2024 02:42PM UTC
Jobs 1
Files 142
Run time 16s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Jan 2024 02:31PM UTC coverage: 80.558% (+0.002%) from 80.556%
#538

push

travis-ci

bradh352
autotools: fix building for 32bit windows due to stdcall symbol mangling (#689)

Use AC_CHECK_DECL not AC_CHECK_FUNCS, while this doesn't do a linkage test, it just makes sure the headers define it, this is the only thing without a complex workaround on Windows that will do what we need. 

See:

https://github.com/msys2/msys2/wiki/Porting/f87a22211#calling-conventions-stdcall-and-autotools

and

https://lists.gnu.org/archive/html/autoconf/2013-05/msg00085.html

and for a more complex workaround, we'd need to use AC_LINK_IFELSE like:

https://mailman.videolan.org/pipermail/vlc-devel/2015-March/101802.html

which would require we check each individually and provide function arguments for the test.  I don't think that is worthwhile.

Fixes Issue: #688
Fix By: Brad House (@bradh352)

7707 of 9567 relevant lines covered (80.56%)

1935.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #538.1 16 Jan 2024 02:42PM UTC 0
80.56
Source Files on build #538
Detailed source file information is not available for this build.
  • Back to Repo
  • cf392dab on github
  • Prev Build on v1.25
  • Next Build on v1.25
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc