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

gap-system / gap / 12025 / 2
4%
master: 4%

Build:
DEFAULT BRANCH: master
Ran 27 May 2020 09:56AM UTC
Files 655
Run time 1min
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

27 May 2020 09:35AM UTC coverage: 76.912%. Remained the same
CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="docomp teststandard" ABI=32 CONFIGFLAGS=""

push

travis-ci

fingolfin
buildsys: fix two regressions and add more tests

That first change modified $DEPFLAGS to ensure that .d files contain
targets for .lo files and not for the .d files -- the bug here was use
of the $@ variable which can have two values: the name of the .lo file
or the name of the .d file, depending on why the combined build rule for
the .lo/.d pair was triggered. This is easily fixed by using $OBJFILE
instead.

This bug meant that e.g. `make print-VAR` which should never lead to
anything being compiled could trigger compilation of stuff anyway.

Secondly, we want all *.lo files to depend on config.h; but the old way
to do that, which was to just let $(OBJS) depend on config.h, does not
work reliably anymore due to our combined .lo/.d rule: if the
compilation is triggered by the .d file being regenerated, we end up
calling the C compiler before config.h was regenerated. We could have
fixed this by adding a dependency from $(DEPFILES) to config.h, but it
seemed more natural to add config.h as a dependency to the rules which
actually invoke the compiler.

Finally we add a bunch of tests to `testbuildsys`, which ought to have
caught the two issues fixed above, plus some more.

238317 of 309858 relevant lines covered (76.91%)

4652952.87 hits per line

Source Files on job 12025.2 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="docomp teststandard" ABI=32 CONFIGFLAGS="")
  • Tree
  • List 0
  • Changed 75
  • Source Changed 0
  • Coverage Changed 75
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3846
  • Travis Job 12025.2
  • 8a0a1291 on github
  • Prev Job for CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="docomp teststandard" ABI=32 CONFIGFLAGS="" on master (#12022.2)
  • Next Job for CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="docomp teststandard" ABI=32 CONFIGFLAGS="" on master (#12035.2)
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