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

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

Build:
DEFAULT BRANCH: master
Ran 21 Nov 2019 09:03PM 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: 77.225%. Remained the same
TEST_SUITES="docomp testtravis"

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.

243788 of 315687 relevant lines covered (77.22%)

10708616.05 hits per line

Source Files on job 10963.1 (TEST_SUITES="docomp testtravis")
  • Tree
  • List 0
  • Changed 75
  • Source Changed 2
  • Coverage Changed 74
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2962
  • Travis Job 10963.1
  • ab30ec0a on github
  • Prev Job for TEST_SUITES="docomp testtravis" on master (#10960.1)
  • Next Job for TEST_SUITES="docomp testtravis" on master (#10964.1)
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