changeset 32:2b56af735fa6

f3j, f3c, f3s: addStep check-hotspot. f3a5: addStep killall, to remove all testing zombies that slow-down the system and cause build timeouts.
author Xerxes Ranby <xerxes@zafena.se>
date Mon, 05 Sep 2011 13:41:42 +0200
parents 4490440ca358
children 51a64788c03b
files icedtea/master.cfg
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/icedtea/master.cfg	Thu Aug 11 13:00:04 2011 +0200
+++ b/icedtea/master.cfg	Mon Sep 05 13:41:42 2011 +0200
@@ -320,6 +320,9 @@
                               "--enable-jamvm"],
                               workdir="build"))
 f3j.addStep(Compile(workdir="build"))
+f3j.addStep(JTRegCheck(command=["make", "check-hotspot"],
+                      description="check-hotspot",
+                      workdir="build"))
 f3j.addStep(JTRegCheck(command=["make", "check-langtools"],
                       description="check-langtools",
                       workdir="build"))
@@ -338,6 +341,9 @@
                               "--enable-cacao"],
                               workdir="build"))
 f3c.addStep(Compile(workdir="build"))
+f3c.addStep(JTRegCheck(command=["make", "check-hotspot"],
+                      description="check-hotspot",
+                      workdir="build"))
 f3c.addStep(JTRegCheck(command=["make", "check-langtools"],
                       description="check-langtools",
                       workdir="build"))
@@ -356,6 +362,9 @@
                               "--enable-shark"],
                               workdir="build"))
 f3s.addStep(Compile(workdir="build"))
+f3s.addStep(JTRegCheck(command=["make", "check-hotspot"],
+                      description="check-hotspot",
+                      workdir="build"))
 f3s.addStep(JTRegCheck(command=["make", "check-langtools"],
                       description="check-langtools",
                       workdir="build"))
@@ -595,6 +604,9 @@
 f3a5.addStep(ShellCommand(command=["rm", "-rf", "build"],
                         workdir=".",
                         description="clean build dir"))
+f3a5.addStep(ShellCommand(command=["killall", "-kill", "java"],
+                        workdir=".",
+                        description="killall"))
 f3a5.addStep(Configure(command=["../src/configure",
                               "--disable-bootstrap",
                               "--with-parallel-jobs=1",