Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow parallel execution of tests | Vincent Danjean | 2012-07-10 | 1 | -8/+9 |
| | | | | Each test use its own subdirectory in scratch/ | ||||
* | * On FreeBSD, running a program by calling the ELF interpreter | Eelco Dolstra | 2009-11-04 | 1 | -4/+8 |
| | | | | | | | directly (e.g. “/libexec/ld-elf.so.1 /bin/ls”) hangs, and on OpenBSD the interpreter is not executable. Let’s assume that it only works on Linux. | ||||
* | * Regression test: Doing "/lib/ld-linux-x86-64.so.2 <program>" should | Eelco Dolstra | 2009-01-30 | 1 | -0/+6 |
| | | | | | work on a patched executable (it doesn't right now on x86_64). | ||||
* | * `--interpreter' -> `--set-interpreter'. | Eelco Dolstra | 2005-10-11 | 1 | -1/+1 |
| | |||||
* | * Revert. | Eelco Dolstra | 2005-09-30 | 1 | -1/+1 |
| | |||||
* | * Refactoring continued: `--set-interpreter' works again. | Eelco Dolstra | 2005-09-30 | 1 | -1/+1 |
| | |||||
* | * Also try a interpreter with a long name. | Eelco Dolstra | 2005-09-30 | 1 | -0/+23 |