1. 27 May, 2016 23 commits
  2. 16 May, 2016 2 commits
  3. 13 May, 2016 3 commits
  4. 10 May, 2016 10 commits
  5. 06 May, 2016 2 commits
    • Andrei Vagin's avatar
      zdtm/atomic: atomic_inc should return the old value · 7fdbfba4
      Andrei Vagin authored
      00:24:30.269:    44: ERR: test.c:208: Test exited on unexpected signal
      
      It's a correct name for this function. For example, we use this name
      here criu/arch/ppc64/include/asm/atomic.h
      
      And you can find the same set of functions here:
      test/zdtm/lib/arch/aarch64/include/asm/atomic.h
      
      I think this code is more readable (understandable) than just
      return t - 1.
      Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
      7fdbfba4
    • Andrew Vagin's avatar
      zdtm: check a ghost file in a read-only directory · 9d03d77f
      Andrew Vagin authored
      =[log]=> dump/zdtm/static/unlink_fstat00/39/1/restore.log
      ------------------------ grep Error ------------------------
      (00.097701)      4: Error (files-reg.c:1231): Can't link zdtm/static/unlink_fstat00.test/test\file'
      (00.097707)      4: Error (files-reg.c:1431): Can't link zdtm/static/unlink_fstat00.test/test\file'
      (00.097952)      1: Error (cr-restore.c:1404): 4 exited, status=1
      (00.108085) Error (cr-restore.c:1407): 64 killed by signal 9: Killed
      (00.114341) Error (cr-restore.c:2246): Restoring FAILED.
      ------------------------ ERROR OVER ------------------------
      
      v2: add a new test instead of changing the existing one.
      Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
      Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
      9d03d77f