From: Zoltan Varga Date: Thu, 19 Mar 2009 17:58:09 +0000 (-0000) Subject: 2009-03-19 Zoltan Varga X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=2c669dd3961e2faa1cadab1d33122f53795c3e88;p=mono.git 2009-03-19 Zoltan Varga * Makefile.am (fullaotcheck): Don't run the generics tests, some of them don't run yet. svn path=/trunk/mono/; revision=129802 --- diff --git a/mono/mini/ChangeLog b/mono/mini/ChangeLog index 16ec37b3f1e..118ffabd197 100644 --- a/mono/mini/ChangeLog +++ b/mono/mini/ChangeLog @@ -1,5 +1,8 @@ 2009-03-19 Zoltan Varga + * Makefile.am (fullaotcheck): Don't run the generics tests, some of + them don't run yet. + * basic-simd.cs: Fix the names of some test methods. 2009-03-18 Geoff Norton diff --git a/mono/mini/Makefile.am b/mono/mini/Makefile.am index ce5e933abcb..3cc4efa9269 100644 --- a/mono/mini/Makefile.am +++ b/mono/mini/Makefile.am @@ -505,7 +505,7 @@ fullaotcheck: mono $(regtests) cp $(CLASS)/mscorlib.dll $(CLASS)/Mono.Simd.dll $(regtests) generics-variant-types.dll TestDriver.dll fullaot-tmp/ cp $(regtests) fullaot-tmp/ MONO_PATH=fullaot-tmp $(top_builddir)/runtime/mono-wrapper --aot=full fullaot-tmp/* || exit 1 - for i in $(regtests); do echo $$i; MONO_PATH=fullaot-tmp $(top_builddir)/runtime/mono-wrapper --full-aot fullaot-tmp/$$i || exit 1; done + for i in $(regtests); do echo $$i; if [ $$i != generics.exe ]; then MONO_PATH=fullaot-tmp $(top_builddir)/runtime/mono-wrapper --full-aot fullaot-tmp/$$i || exit 1; fi; done bench: mono test.exe time env $(RUNTIME) --ncompile $(count) --compile Test:$(mtest) test.exe