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

0x7f454c46 / criu
63%
master: 66%

Build:
Build:
LAST BUILD BRANCH: wip/vdso-kdat
DEFAULT BRANCH: master
Repo Added 01 Jun 2016 05:33PM UTC
Files 2
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

LAST BUILD ON BRANCH criu-dev
branch: criu-dev
CHANGE BRANCH
x
Reset
  • criu-dev
  • 0x-fix
  • 32-vdso
  • HEAD
  • PAGE_SIZE-v3
  • PAGE_SIZE-v4
  • arm-fixes
  • arm32
  • arm64
  • bind-nested
  • bind-upwards
  • cgroup-fix
  • clang
  • clang-fixes
  • common-config
  • compat-3
  • compat-4
  • compat-config
  • compat-vz
  • compat-vz-fixes
  • compel-arch-5
  • compel-tool-1
  • compel-tool-1-vers
  • coverity
  • cr-exec
  • cyrill-32
  • cyrill-32-2
  • cyrill-compat-style
  • dsafonov
  • headers
  • headers-soccr
  • helper-sigchild
  • ia32
  • ia32/R_X86_64_32
  • ia32/feature-test
  • ia32/make-debug-fix
  • ia32/mmap-bug-check
  • ia32/robust_list
  • ia32/unmap-mv
  • linux-next
  • make
  • make-fix
  • make-nmk
  • makeflags
  • master
  • master-top-dir
  • misc
  • mount-fix
  • mxcsr-bug
  • new-vdso
  • page-xfer-msg
  • parasite-args-fix
  • remove-CONFIG_VDSO
  • rm-unmap
  • signals-arm-fix
  • soccr-headers
  • sub-ns
  • sysv-shmem
  • test-make
  • test-printf
  • tmp
  • toy-poison
  • travis
  • travis-gcov
  • tty-fix
  • tty-fix2
  • tun-kdat
  • v3.0-fixes
  • wip/PAGE_SIZE
  • wip/bind-upwards
  • wip/cgroup-fix
  • wip/helper-sigchild
  • wip/kerndat
  • wip/new-vdso
  • wip/vdso-kdat
  • x86-64-relocs
  • x86-tls-fix
  • zdtm-gnu-source
  • zdtm-ifpriomap

pending completion
1065

push

travis-ci

0x7f454c46
zdtm/make: Include Makefile.inc after defining $(DEP)

Otherwise, tests dependencies are not considered for build.
Add an error in Makefile.inc so this won't happen again.

Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Reported-by: Andrei Vagin <avagin@virtuozzo.com>
Signed-off-by: Dmitry Safonov <dima@arista.com>

20900 of 33055 relevant lines covered (63.23%)

67349.75 hits per line

Relevant lines Covered
Build:
Build:
33055 RELEVANT LINES 20900 COVERED LINES
67349.75 HITS PER LINE
Source Files on criu-dev
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1065 criu-dev zdtm/make: Include Makefile.inc after defining $(DEP) Otherwise, tests dependencies are not considered for build. Add an error in Makefile.inc so this won't happen again. Cc: Cyrill Gorcunov <gorcunov@openvz.org> Reported-by: Andrei Vagin <avagi... push 30 Apr 2018 06:25PM UTC 0x7f454c46 travis-ci pending completion  
1064 criu-dev zdtm: include lock.h after zdtmtst.h In file included from s390x_gs_threads.c:10:0: ../lib/lock.h: In function 'mutex_lock': ../lib/lock.h:148:4: error: implicit declaration of function 'pr_perror' [-Werror=implicit-function-declaration] pr_p... push 30 Apr 2018 03:38PM UTC avagin travis-ci pending completion  
1046 criu-dev Print CRIU and kernel version also in RPC mode The newly introduced output of the CRIU and kernel version does not happen when running CRIU under RPC. This moves the print_versions() function util.c and calls it from cr-service.c Signed-off-by: ... push 20 Mar 2018 09:18PM UTC avagin travis-ci pending completion  
996 criu-dev tests: do not try to read more than packet in AutoFS test The intention was to make sure, that only one packet is sent at a time. And thus read has to return exactly the size of one packet. But it doesnt' work as expected, because size of autofs... push 22 Sep 2017 05:30PM UTC Andrei Vagin travis-ci pending completion  
953 criu-dev page-xfer: Don't send zero pages if none found When page-server gets a request for an absent pagemap from lazy-pages daemon, it should not reply with "zero pages"'. The pagemap should be completely in sync between src and dst and dst should neve... push 13 Jul 2017 05:16PM UTC avagin travis-ci pending completion  
901 criu-dev vma: Fix badly inherited FD in filemap_open Previous patch (5a1e1aac) tried to minimize the amount of open()s called when mmap()ing the files. Unfortunatley, there was a mistake and wrong flags were compared which resulted in the whole optimizati... push 14 Jun 2017 12:20PM UTC avagin travis-ci pending completion  
892 criu-dev zdtm: pidns03: Wait till child dead Wait child before daemonization to do not allow zdtm.py to see child fds and maps before it becomes zombie. Signed-off-by: Andrei Vagin <avagin@virtuozzo.com> push 09 Jun 2017 11:15AM UTC avagin travis-ci pending completion  
872 criu-dev restorer: Report child's death reason correctly E.g, if child was killed by SIGSEGV, this message previously was "exited, status=11", as si_code == CLD_DUMPED == 3 in this case will result in (si_code & CLD_KILLED) == (si_code & 1). Which is misl... push 05 Jun 2017 07:27PM UTC 0x7f454c46 travis-ci pending completion  
866 criu-dev criu: Add raw fork() implementation Glibc has BUG with process creation: https://sourceware.org/bugzilla/show_bug.cgi?id=21386 It doesn't behave well when parent and child are from different pid namespaces and have the same pid. Use raw syscall... push 04 Jun 2017 02:24PM UTC avagin travis-ci pending completion  
849 criu-dev utils: Make call_in_child_process() use parent's stack 1)Use CLONE_VFORK to create subprocess, as it's safe after patch "clone_noasan: Allow to create CLONE_VM|CLONE_VFORK processe". 2)add more CLONE_XXX to flags to speedup the syscall. 3)Do no... push 18 May 2017 02:38PM UTC avagin travis-ci pending completion  
See All Builds (352)
  • Repo on GitHub
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