Displaying 4 results from an estimated 4 matches for "d8a6ec0".
2014 Oct 05
0
[PATCH v5 5/7] tests/regressions: Remove executable stack test.
...regressions/test-noexec-stack.pl | 78 ----------------------------------
tests/regressions/tests.mk | 3 +-
4 files changed, 2 insertions(+), 83 deletions(-)
delete mode 100755 tests/regressions/test-noexec-stack.pl
diff --git a/generator/tests.ml b/generator/tests.ml
index 4ffbec4..d8a6ec0 100644
--- a/generator/tests.ml
+++ b/generator/tests.ml
@@ -351,7 +351,6 @@ let tests = [
"rhbz1044014.sh";
"rhbz1054761.sh";
"rhbz1091803.sh";
- "test-noexec-stack.pl";
];
check_slow = [
"rhbz909624.sh"
d...
2014 Oct 05
12
[PATCH v5 0/7] tests: Introduce test harness for running tests.
Since v4:
- More tests have been converted.
- Testing local guests fixed.
- Drop no-exec-stack test.
2014 Oct 23
10
[PATCH v6 00/10] tests: Introduce test harness for running tests.
For v6:
This is mainly just a rebase, but I have also added tests in the
ocaml/ language bindings directory, and for all the OCaml-written virt
tools.
Rich.
2014 Oct 24
10
[PATCH v7 00/10] tests: Introduce test harness for running tests.
v7:
The only changes since v6 are those suggested by Pino in the review
of v5.