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

gap-system / gap / 12290
4%

Build:
DEFAULT BRANCH: master
Ran 08 Oct 2020 09:36PM UTC
Jobs 13
Files 735
Run time 49min
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

pending completion
12290

push

travis-ci-com

fingolfin
kernel: introduce streq() helper

`streq` is a simple wrapper around the standard C function `strcmp`, with
the advantage that code using it is often easier to understand for human
beings. For example, compare

    if (!strcmp("*errin*", filename) || !strcmp("*stdin*", filename))

to

    if (streq("*errin*", filename) || streq("*stdin*", filename))

65 of 67 new or added lines in 12 files covered. (97.01%)

752332 of 802682 relevant lines covered (93.73%)

19090576.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12290.1 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="docomp teststandard") 08 Oct 2020 09:44PM UTC 0
35.46
Travis Job 12290.1
2 12290.2 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="docomp teststandard" ABI=32 CONFIGFLAGS="") 08 Oct 2020 09:36PM UTC 0
35.4
Travis Job 12290.2
3 12290.3 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="docomp teststandard" ABI=64 HPCGAP=yes) 08 Oct 2020 09:40PM UTC 0
38.97
Travis Job 12290.3
4 12290.4 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="testpackages testinstall-loadall" ABI=64) 08 Oct 2020 09:41PM UTC 0
69.86
Travis Job 12290.4
6 12290.6 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="docomp testinstall testspecial test-compile testlibgap testkernel") 08 Oct 2020 10:05PM UTC 0
70.77
Travis Job 12290.6
7 12290.7 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES=makemanuals) 08 Oct 2020 09:51PM UTC 0
39.37
Travis Job 12290.7
8 12290.8 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES=testmanuals) 08 Oct 2020 09:54PM UTC 0
88.71
Travis Job 12290.8
9 12290.9 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES=testbugfix CONFIGFLAGS="--enable-memory-checking") 08 Oct 2020 09:50PM UTC 0
59.77
Travis Job 12290.9
12 12290.12 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="testspecial test-compile testlibgap testkernel") 08 Oct 2020 09:59PM UTC 0
49.2
Travis Job 12290.12
13 12290.13 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="testinstall" JULIA=yes CONFIGFLAGS="--enable-debug --disable-Werror") 08 Oct 2020 10:03PM UTC 0
69.84
Travis Job 12290.13
14 12290.14 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="docomp testinstall") 08 Oct 2020 10:20PM UTC 0
70.07
Travis Job 12290.14
15 12290.15 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="docomp testinstall") 08 Oct 2020 10:14PM UTC 0
70.08
Travis Job 12290.15
16 12290.16 (CFLAGS="--coverage -O2 -g" CXXFLAGS="--coverage -O2 -g" LDFLAGS="--coverage" CONFIGFLAGS="--enable-debug" COVERALLS_PARALLEL=true TEST_SUITES="docomp testinstall") 08 Oct 2020 10:23PM UTC 0
70.08
Travis Job 12290.16
Source Files on build 12290
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #12290
  • abdfc93a on github
  • Prev Build on master (#12286)
  • Next Build on master (#12294)
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