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

gap-system / gap / 9534
4%

Build:
DEFAULT BRANCH: master
Ran 26 Mar 2019 10:50PM UTC
Jobs 8
Files 750
Run time 29min
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
9534

push

travis-ci

fingolfin
Make some interpreter / reader errors a bit nicer

Previously, we produced errors like this:

    gap> function() 123; end;
    Syntax error: inside a function, statement or 'end' expected
    function() 123; end;
               ^^^

This now is slightly more helpful and reads as follows.

    gap> function() 123; end;
    Syntax error: while parsing a function: statement or 'end' expected
    function() 123; end;
               ^^^

Similar adjustments are made for loops, atomic blocks and if statements.

6 of 6 new or added lines in 1 file covered. (100.0%)

2 existing lines in 1 file now uncovered.

286198 of 336098 relevant lines covered (85.15%)

23230101.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9534.1 (TEST_SUITES="docomp testtravis") 26 Mar 2019 10:54PM UTC 0
77.32
Travis Job 9534.1
2 9534.2 (TEST_SUITES="docomp testtravis" ABI=32 CONFIGFLAGS="") 26 Mar 2019 10:52PM UTC 0
77.28
Travis Job 9534.2
3 9534.3 (TEST_SUITES="docomp testtravis" ABI=64 HPCGAP=yes) 26 Mar 2019 10:52PM UTC 0
77.25
Travis Job 9534.3
4 9534.4 (TEST_SUITES="testpackages testinstall-loadall" ABI=64 CFLAGS=-O2 CXXFLAGS=-O2 LDFLAGS=) 26 Mar 2019 10:50PM UTC 0
73.36
Travis Job 9534.4
6 9534.6 (TEST_SUITES="docomp testinstall") 26 Mar 2019 10:56PM UTC 0
74.55
Travis Job 9534.6
8 9534.8 (TEST_SUITES=testmanuals) 26 Mar 2019 11:08PM UTC 0
71.87
Travis Job 9534.8
9 9534.9 (TEST_SUITES=testbugfix) 26 Mar 2019 11:15PM UTC 0
60.5
Travis Job 9534.9
13 9534.13 (TEST_SUITES="testinstall" JULIA=yes CONFIGFLAGS="--disable-Werror") 26 Mar 2019 11:18PM UTC 0
74.39
Travis Job 9534.13
Source Files on build 9534
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9534
  • bf9bec2a on github
  • Prev Build on master (#9528)
  • Next Build on master (#9545)
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