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

rakhimov / scram / 912 / 1
0%
develop: 0%

Build:
DEFAULT BRANCH: develop
Ran 18 Apr 2016 10:13AM UTC
Files 28
Run time 1s
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

18 Apr 2016 09:56AM UTC coverage: 96.93% (-0.001%) from 96.931%
RELEASE=

push

travis-ci

rakhimov
Remove assertion from MOCUS sort order predicate

The predicate is passed to std::sort.
On AppleClang,
the sort is comparing the pivot with itself,
which is inefficiency,
or it is doing something different from quick sort.
My assertion was that the arguments passed to the sort predicate
are different objects. (which is always the case with GCC).
Probably, this is not required by the C++ standard,
so it is not an STL bug on AppleClang.

5589 of 5766 relevant lines covered (96.93%)

27653.51 hits per line

Source Files on job 912.1 (RELEASE=)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 912
  • Travis Job 912.1
  • d0ea4e0e on github
  • Prev Job for RELEASE= on develop (#906.1)
  • Next Job for RELEASE= on develop (#913.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