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

facebook / ds2 / 2610 / 19
44%
master: 44%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2017 08:24AM UTC
Files 229
Run time 15s
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

31 Aug 2017 08:08AM UTC coverage: 43.584% (+0.2%) from 43.394%
TARGET="Linux-X86_64" LLDB_TESTS="all" CLANG="1" COVERAGE="1" PLATFORM="1"

push

travis-ci

sas
Implement fast memory read/write on Linux

Instead of sticking with ptrace for every POSIX system, we can use
process_vm_readv and process_vm_writev on Linux. This will allow us to
do our memory operation with one syscall instead of many 4-byte reads
with ptrace.

If these fail, we still have a fallback to use the ptrace mechanism.

3750 of 8604 relevant lines covered (43.58%)

29747.02 hits per line

Source Files on job 2610.19 (TARGET="Linux-X86_64" LLDB_TESTS="all" CLANG="1" COVERAGE="1" PLATFORM="1")
  • Tree
  • List 0
  • Changed 79
  • Source Changed 4
  • Coverage Changed 79
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2610
  • Travis Job 2610.19
  • 3d5c6cf6 on github
  • Prev Job for TARGET="Linux-X86_64" LLDB_TESTS="all" CLANG="1" COVERAGE="1" PLATFORM="1" on master (#2600.19)
  • Next Job for TARGET="Linux-X86_64" LLDB_TESTS="all" CLANG="1" COVERAGE="1" PLATFORM="1" on master (#2611.19)
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