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

gap-system / gap / 10963 / 4
4%
master: 4%

Build:
DEFAULT BRANCH: master
Ran 21 Nov 2019 08:52PM UTC
Files 648
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

21 Nov 2019 08:28PM UTC coverage: 73.14%. Remained the same
TEST_SUITES="testpackages testinstall-loadall" ABI=64

push

travis-ci

ChrisJefferson
Sync some diffs between hpcgap/lib and lib

Also fix what looks like a race condition in TYPE_VEC8BIT resp.
TYPE_VEC8BIT_LOCKED: if two threads called these at the same time, they
might create two different type object A and B for the same parameters.
Then the first thread might call InstallTypeSerializationTag with type
A, which installs that type; then execution switches to the second
thread, which also calls InstallTypeSerializationTag (overriding the
installed value with B); the execution switches back to the first
thread, which sets TYPES_VEC8BIT[col][q] to A; and then thread 2
resumes; it also tries to set TYPES_VEC8BIT[col][q], but since there is
already a value in this write-once atomic list, it does nothing.

In the end, A is in TYPES_VEC8BIT and B in DESERIALIZATION_TAG_INT_NEW,
which is not what we want.

So instead, we first set TYPES_VEC8BIT[col][q]; then read back the value
from there and pass that to InstallTypeSerializationTag.

230903 of 315701 relevant lines covered (73.14%)

2452171.44 hits per line

Source Files on job 10963.4 (TEST_SUITES="testpackages testinstall-loadall" ABI=64)
  • Tree
  • List 0
  • Changed 71
  • Source Changed 2
  • Coverage Changed 70
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2962
  • Travis Job 10963.4
  • ab30ec0a on github
  • Prev Job for TEST_SUITES="testpackages testinstall-loadall" ABI=64 on master (#10960.4)
  • Next Job for TEST_SUITES="testpackages testinstall-loadall" ABI=64 on master (#10964.4)
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