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

gap-system / gap / 10478 / 3
4%
master: 4%

Build:
DEFAULT BRANCH: master
Ran 27 Aug 2019 07:31PM UTC
Files 676
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 Aug 2019 07:04PM UTC coverage: 76.925% (-0.004%) from 76.929%
TEST_SUITES="docomp testtravis" ABI=64 HPCGAP=yes

push

travis-ci

web-flow
ENHANCE: Work around ErrorQuit in abelianized Rrs (#3623)

The Abelianized Rrs uses kernel routines that are haerd-coded for
small integers. If an integer becomes larger, they used to exit with
ErrorQuit, thus not makeing it possible to recover from this situation in a
larger calculation. This commit changes this behavior:

1) Instead of calling `ErrorQuit` a failure value is returned by the inner
kernel routines, the outer kernel routines accordingly have `ApplyRel2`
(which used to return no value) returns `true` or `false` accordingly.
2) The code for abelianized Rrs catches this case and changes to a (slow)
library calculation based on the non-abelianized Rrs. Not great, but at
least no error. (This should be improved in future to abelianize in the
library.)
3) The "cheap" option skips such hard calculations (with a return value of
`fail`). This is recognized in `LargerQuotientBySubgroupAbelianization` and in
turn by `FpGroupCocycle` to continue a candidate search, even if
encountering such a situation.

Replace MTC in error message by "coset enumeration" as it actually is an Rrs.

246962 of 321044 relevant lines covered (76.92%)

8639723.52 hits per line

Source Files on job 10478.3 (TEST_SUITES="docomp testtravis" ABI=64 HPCGAP=yes)
  • Tree
  • List 0
  • Changed 96
  • Source Changed 4
  • Coverage Changed 95
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2558
  • Travis Job 10478.3
  • 8a17599c on github
  • Prev Job for TEST_SUITES="docomp testtravis" ABI=64 HPCGAP=yes on master (#10468.3)
  • Next Job for TEST_SUITES="docomp testtravis" ABI=64 HPCGAP=yes on master (#10482.3)
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