# HG changeset patch # User Xerxes Ranby # Date 1315222902 -7200 # Node ID 2b56af735fa6a6cbbeadc15149dfc54012607565 # Parent 4490440ca358e0223ec023bf52bacead86648d3b f3j, f3c, f3s: addStep check-hotspot. f3a5: addStep killall, to remove all testing zombies that slow-down the system and cause build timeouts. diff -r 4490440ca358 -r 2b56af735fa6 icedtea/master.cfg --- 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",