Index: trunk/build/make/test.properties =================================================================== --- trunk/build/make/test.properties (revision 507816) +++ trunk/build/make/test.properties (working copy) @@ -5,7 +5,7 @@ # #--------------------------------------------- # -# kernel.test.mode +# test.mode # # configures how tests are run wrt # which jit or interpreter @@ -14,7 +14,15 @@ # of VM execution modes, # like defined below "jet", "opt" and "int" # -kernel.test.mode=jet,opt,int +test.mode=jet,opt,int + +#-------------------------------------------- +# +# test.timeout +# +# time limit to complete test run +# in units of milliseconds +test.timeout=3600000 # -------------------------------------------- # @@ -37,14 +45,6 @@ #-------------------------------------------- # -# kernel.test.timeout -# -# time limit to complete kernel test run -# in units of milliseconds -kernel.test.timeout=3600000 - -#-------------------------------------------- -# # VM execution modes definitions # # .name human readable description of the mode @@ -60,6 +60,9 @@ opt.name=jitrino.OPT opt.switch=-Xem:opt +srv.name=jitrino.SRV +srv.switch=-Xem:server + int.name=interpreter int.switch=-Xint Index: trunk/build/make/targets/kernel.test.xml =================================================================== --- trunk/build/make/targets/kernel.test.xml (revision 507809) +++ trunk/build/make/targets/kernel.test.xml (working copy) @@ -47,11 +47,11 @@ depends="compile-kernel-test, run-kernel-test, report-kernel-test, check-kernel-test"/> - + - + @@ -61,7 +61,7 @@ - @@ -150,7 +150,7 @@ filtertrace="no" printsummary="on" showoutput="off" haltonfailure="${kernel.test.failfast}" forkmode="${kernel.test.forkmode}" - timeout="${kernel.test.timeout}" + timeout="${test.timeout}" jvm="${test.jvm.exe}"> Index: trunk/build/make/targets/smoke.test.xml =================================================================== --- trunk/build/make/targets/smoke.test.xml (revision 507811) +++ trunk/build/make/targets/smoke.test.xml (working copy) @@ -22,6 +22,7 @@ + @@ -108,14 +109,16 @@ - - - - + + + + + + + + + + @@ -135,6 +138,9 @@ + + + @@ -208,7 +214,7 @@ + --> @@ -216,15 +222,10 @@ - - - - - - + - + @@ -230,21 +231,9 @@ - - - - - - - - - - - - - + + --> @@ -257,7 +246,7 @@ - + @@ -263,7 +252,7 @@ - + @@ -293,7 +282,7 @@ - + @@ -300,14 +289,14 @@ ]]> - + - + - + @@ -314,7 +303,7 @@ ]]> - + @@ -319,14 +308,14 @@ - + - + - + @@ -331,14 +320,14 @@ - + - + - + Index: trunk/build/make/targets/test.xml =================================================================== --- trunk/build/make/targets/test.xml (revision 507809) +++ trunk/build/make/targets/test.xml (working copy) @@ -15,6 +15,7 @@ -->