Displaying 4 results from an estimated 4 matches for "4fa0414".
2014 Oct 05
0
[PATCH v5 5/7] tests/regressions: Remove executable stack test.
...if ('E' eq $1) {
- print "***** $file has an executable stack *****\n";
- exit 1;
- }
-
- next FILES;
- }
-
- die "Didn't find GNU_STACK entry";
-}
diff --git a/tests/regressions/tests.mk b/tests/regressions/tests.mk
index 4fa0414..3175d56 100644
--- a/tests/regressions/tests.mk
+++ b/tests/regressions/tests.mk
@@ -44,8 +44,7 @@ localtests_SCRIPTS = \
rhbz895904.sh \
rhbz909624.sh \
rhbz957772.sh \
- rhbz975797.sh \
- test-noexec-stack.pl
+ rhbz975797.sh
localtests_PROGRAMS = \
rhbz1055452 \
--
2.0.4
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 04
4
[PATCH v4 0/4] tests: Introduce test harness for running tests.
This converts more of the tests (basically everything under tests/) to
use the test harness, revealing some problems which have subsequently
been fixed.
Rich.