Home | History | Annotate | only in /external/strace/test
Up to higher level directory
NameDateSize
.gitignore05-Aug-2015132
Android.mk05-Aug-20153.8K
childthread.c05-Aug-20151.4K
clone.c05-Aug-2015343
fork.c05-Aug-2015208
leaderkill.c05-Aug-20151.2K
Makefile05-Aug-2015335
mmap_offset_decode.c05-Aug-20151.2K
mtd.c05-Aug-20151K
procpollable.c05-Aug-2015633
README05-Aug-2015660
select.c05-Aug-2015749
sfd.c05-Aug-2015675
sig.c05-Aug-2015250
sigkill_rain.c05-Aug-20151.6K
sigreturn.c05-Aug-2015658
skodic.c05-Aug-2015771
threaded_execve.c05-Aug-20153.9K
ubi.c05-Aug-20151.2K
vfork.c05-Aug-2015209
wait_must_be_interruptible.c05-Aug-20151.6K
x32_lseek.c05-Aug-20151.1K
x32_mmap.c05-Aug-20151.3K

README

      1 To run a test:
      2 * Run make
      3 * Run resulting executable(s) under strace
      4 * Check strace output and/or program's output and exitcode
      5 
      6 To add a new test:
      7 * Add its .c source to this dir
      8 * Add it to "all" and "clean" targets in Makefile
      9 * Add it to .gitignore file
     10 
     11 Please spend some time making your testcase understandable.
     12 For example, it may print an explanation how it should be used
     13 (which strace options to use, and what to look for in strace output).
     14 
     15 If possible, make it so that your testcase detects error/bug
     16 it is intended to test for, and prints error message and exits with 1
     17 if the bug is detected, instead of relying on user to peruse strace output.
     18