proot/tests
Cédric VINCENT 36aa01cc6e Fix test-2401b850: the specific support for Valgrind was missing. 2013-07-18 16:04:01 +02:00
..
GNUmakefile Ensure the sysexit stage is always hit on demand under seccomp. 2013-07-18 07:04:35 +02:00
argv0.c Fix execve() support for foreign binaries + add some execve() regression tests. 2012-08-06 12:59:09 +02:00
cat.c Fix binding support when the mount point has no parent directory. 2012-08-07 15:21:50 +02:00
chdir_getcwd.c Emulate chdir(2) and getcwd(2) in order to allow "-w" under partial reconfiguration. 2012-10-16 12:12:35 +02:00
echo.c Fix execve() support for foreign binaries + add some execve() regression tests. 2012-08-06 12:59:09 +02:00
false.c Add a new testing framework. 2011-11-07 15:00:10 +01:00
fchdir_getcwd.c Fix minor build compatibility issues. 2012-10-16 15:00:26 +02:00
pwd.c Fix detranslation of asymmetric bindings (getcwd(2) & readlink*(2)). 2012-01-23 17:08:36 +01:00
readdir.c Fix binding support when the mount point has no parent directory. 2012-08-07 15:21:50 +02:00
readlink.c Add a new testing framework. 2011-11-07 15:00:10 +01:00
symlink.c Fix the translation of symlink*: the last component shouldn't be dereferenced. 2012-06-27 15:34:09 +02:00
test-00000000.sh Fix some portability issues with the testsuite. 2012-03-05 09:53:00 +01:00
test-0cf405b0.c Fix a memory corruption when execve'ing "/proc/self/exe". 2013-01-10 13:32:31 +01:00
test-1c68c218.c Fix x86_64 ABI support: the 5th and 6th syscall arguments were swapped. 2012-05-09 10:24:34 +02:00
test-1cd9d8f9.sh Improve the build and testsuite compatibility. 2012-10-29 17:43:17 +01:00
test-1fedd9a3.sh Fix build compatibility with distros older than mine. 2013-03-13 16:28:13 +01:00
test-1ffc8309.sh Fix the "kompat" feature: don't reset "flags" if the syscall is not modified. 2013-07-11 14:43:22 +02:00
test-3dec4597.sh Fix some portability issues with the testsuite. 2012-03-05 09:53:00 +01:00
test-5bed7141.c Fix cwd support for threads, it used to work only because of a side effect. 2012-10-30 12:04:16 +01:00
test-5bed7142.sh Add a test to check "-w ." is really equivalent to "-w $PWD" + fix PROOT_RAW 2012-10-23 09:45:02 +02:00
test-6b5a254a.sh Fix support for bindings where the guest path is explicitly not dereferenced. 2013-06-06 13:35:19 +02:00
test-6d1e2650.sh Fix some portability issues with the testsuite. 2012-03-05 09:53:00 +01:00
test-6fb08ce1.sh Fix the insertion of an item in the list of host/guest bindings. 2012-05-29 13:21:15 +02:00
test-8e5fa256.sh Make nested bindings safer, "nested" from host point-of-new. 2012-04-23 13:09:38 +02:00
test-55b731d3.sh Improve the build and testsuite compatibility. 2012-10-29 17:43:17 +01:00
test-79cf6614.c Four minor changes: 2012-08-16 17:18:39 +02:00
test-82ba4ba1.c Add initial support for {s|g}etres{u|g}id syscalls. 2013-06-24 10:58:48 +02:00
test-82ba4ba1.sh Force success when changing the root directory to "/" when -0 is specified. 2012-04-20 19:50:39 +02:00
test-092c5e26.sh Four minor changes: 2012-08-16 17:18:39 +02:00
test-230f47cf.sh Improve the build and testsuite compatibility. 2012-10-29 17:43:17 +01:00
test-230f47cg.sh Improve the build and testsuite compatibility. 2012-10-29 17:43:17 +01:00
test-230f47ch.sh Disable seccomp acceleration on-demand and on a per tracee-tree basis. 2013-07-02 06:51:05 +02:00
test-0238c7f1.sh Minor changes in two tests. 2012-06-04 12:11:26 +02:00
test-305ae31d.c Fix "/proc/PID/fd/X" handling: allow final "/" + don't dereference iff very final. 2012-07-23 15:08:22 +02:00
test-305ae31d.sh Fix the initialization of bindings that point to "/proc/self". 2012-06-25 22:51:23 +02:00
test-654decce.sh Four minor changes: 2012-08-16 17:18:39 +02:00
test-1743dd3d.sh Fix some portability issues with the testsuite. 2012-03-05 09:53:00 +01:00
test-2401b850.sh Fix test-2401b850: the specific support for Valgrind was missing. 2013-07-18 16:04:01 +02:00
test-3624be91.sh Ignore terminating signals + kill all tracees on abnormal termination signals. 2012-05-11 14:42:22 +02:00
test-03969e70.sh Don't search the initial command in . if the "./" prefix isn't specified. 2013-06-24 10:59:10 +02:00
test-5467b986.sh Emulate chdir(2) and getcwd(2) in order to allow "-w" under partial reconfiguration. 2012-10-16 12:12:35 +02:00
test-16573e73.c Don't trust PTRACE_EVENT_CLONE to get the clone flags. 2013-06-26 11:04:12 +02:00
test-67972fbe.sh Update the roadmap. 2013-02-14 16:00:43 +01:00
test-071599da.sh Fix test-071599da: AT_RANDOM is emulated only on Linux 2.6.29+. 2013-07-18 14:56:17 +02:00
test-7601199b.sh Fix some portability issues with the testsuite. 2012-03-05 09:53:00 +01:00
test-11111111.sh Fix some portability issues with the testsuite. 2012-03-05 09:53:00 +01:00
test-22222222.sh Fix some portability issues with the testsuite. 2012-03-05 09:53:00 +01:00
test-33333333.c Fix a race condition that leaved the last tracee's child untraced. 2012-03-27 19:18:35 +02:00
test-44444444.c Don't fail just because the getcwd/readlink size is greater than PATH_MAX. 2012-03-22 13:25:01 +01:00
test-51943658.c Add a new testing framework. 2011-11-07 15:00:10 +01:00
test-66666666.c Leave all but the first bare SIGTRAP unhandled. 2012-05-07 11:03:30 +02:00
test-77777777.c.unreliable Remove the SIGSTOP test, it isn't reliable from one kernel version to another. 2012-05-18 13:28:10 +02:00
test-88888888.c Fix some portability issues exposed by the OBS validation. 2012-06-11 22:32:26 +02:00
test-99999999.sh Fix binding support when the mount point has no parent directory. 2012-08-07 15:21:50 +02:00
test-a4d7ed70.sh Fix "/proc/PID/fd/X" handling: allow final "/" + don't dereference iff very final. 2012-07-23 15:08:22 +02:00
test-a8e69d6f.c Add a new testing framework. 2011-11-07 15:00:10 +01:00
test-aaaaaaaa.sh Fix support for bindings where the guest path is explicitly not dereferenced. 2013-06-06 13:35:19 +02:00
test-af062114.c Use the ELF interpreter as a loader when it's necessary only. 2012-07-02 20:23:56 +02:00
test-b94dd86a.sh Fix some portability issues with the testsuite. 2012-03-05 09:53:00 +01:00
test-b161bc0a.sh Make the test-suite more portable. 2012-10-23 17:33:08 +02:00
test-bbbbbbbb.sh Fix the translation of link*: the last components shouldn't be dereferenced. 2012-07-17 16:00:02 +02:00
test-bdc90417.c.todo Don't run tests that are known to fail (fix pending). 2012-03-14 15:02:59 +01:00
test-c6b77b77.mk Fix some protability issues with the testsuite. 2012-02-15 16:31:53 +01:00
test-c6b77b77.sh Fix some portability issues with the testsuite. 2012-03-05 09:53:00 +01:00
test-c10e2073.c Fix several minor bugs reported by http://build.opensuse.org 2012-02-13 13:38:23 +01:00
test-c15999f9.sh Make glue files not executable to not pollute $PATH with invalid programs. 2013-03-11 16:31:37 +01:00
test-cb1143ab.sh Don't canonicalize beyond a non-final component that doesn't point to a directory. 2012-07-23 11:28:48 +02:00
test-cccccccc.sh Fix cwd/chroot support with threads by introducing a filesystem namespace structure. 2012-10-18 14:48:42 +02:00
test-cea75343.sh Make glue files not executable to not pollute $PATH with invalid programs. 2013-03-11 16:31:37 +01:00
test-d1be631a.sh Merge remote-tracking branch 'remi/mkfifo' into next. 2013-07-11 16:39:06 +02:00
test-d1da0d8d.sh Fix some portability issues with the testsuite. 2012-03-05 09:53:00 +01:00
test-d2175fc3.sh Fix some portability issues with the testsuite. 2012-03-05 09:53:00 +01:00
test-d2175fc4.c Add a NULL terminating byte to readlink*(2) output, when possible. 2013-03-11 16:10:51 +01:00
test-dddddddd.sh Fix the translation of *dir*: the last components shouldn't be dereferenced. 2012-08-10 11:15:47 +02:00
test-dfb0c3b6.sh Don't canonicalize beyond a non-final component that doesn't point to a directory. 2012-07-23 11:28:48 +02:00
test-e87b34ae.c Fix test-e87b34ae: don't assume so much processes can be spawned at once. 2013-06-04 11:07:00 +02:00
test-e87ca6ca.sh Make the -0 option faking the success of capset(2) and setxattr(2). 2013-07-11 16:42:52 +02:00
test-e99993c8.sh Make the test-suite more portable. 2012-10-23 17:33:08 +02:00
test-e940896f.sh Fix the creation of the glue for relative bindings, eg. ``-b .`` 2012-09-19 10:43:56 +02:00
test-eddeba0e.sh Improve the build and testsuite compatibility. 2012-10-29 17:43:17 +01:00
test-f7089d4f.sh Fix some portability issues with the testsuite. 2012-03-05 09:53:00 +01:00
test-ffffffff.sh fake_id0: Make user's files appear as if they were actually owned by root. 2013-01-25 11:07:41 +01:00
test-gggggggg.sh Make test-gggggggg.sh more portable. 2013-03-15 16:13:30 +01:00
test-hhhhhhhh.sh Fix the search of the initial command, performed by the built-in which(). 2013-06-14 10:05:37 +02:00
test-nnnnnnnn.c Add support for socketcall(2) + fix support for other socket syscalls. 2013-03-11 17:36:18 +01:00
test-pppppppp.sh Return -EACCESS when execve'ing a directory, as expected by some programs. 2013-06-14 10:05:34 +02:00
test-rrrrrrrr.sh Make /proc/self/root returns the host path currently used as rootfs. 2013-07-02 06:51:11 +02:00
test-xxxxxxxx.c Return -EACCESS when execve'ing a directory, as expected by some programs. 2013-06-14 10:05:34 +02:00
true.c Add a new testing framework. 2011-11-07 15:00:10 +01:00