aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2012-08-29 15:44:56 +0300
committerPekka Enberg <penberg@kernel.org>2012-08-29 17:38:59 +0300
commit0f4e1ad25148f3fea7f8a926da43a111103f1a47 (patch)
tree8b6e0e8f7b42056137074b629e112b8a66403396
parent96d758beff8719d9341802f373df517defa73831 (diff)
downloadjato-0f4e1ad25148f3fea7f8a926da43a111103f1a47.tar.gz
tools/test, x86-64: Enable passing test cases
Signed-off-by: Pekka Enberg <penberg@kernel.org>
-rwxr-xr-xtools/test.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/tools/test.py b/tools/test.py
index 15ab3874..a213aeba 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -34,7 +34,7 @@ TESTS = [
, ( "jvm.CFGCrashTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.ClinitFloatTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.ClassExceptionsTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
-, ( "jvm.ClassLoaderTest", 0, [ ], [ "i386" ] )
+, ( "jvm.ClassLoaderTest", 0, [ ], [ "i386", "x86_64" ] )
, ( "jvm.CloneTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.ControlTransferTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.ConversionTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
@@ -63,7 +63,7 @@ TESTS = [
, ( "jvm.MethodInvocationAndReturnTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.MethodInvokeVirtualTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.MethodInvocationExceptionsTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
-, ( "jvm.MultithreadingTest", 0, [ ], [ "i386" ] )
+, ( "jvm.MultithreadingTest", 0, [ ], [ "i386", "x86_64" ] )
, ( "jvm.MethodOverridingFinal", 1, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.NoSuchMethodErrorTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386" ] )
, ( "jvm.ObjectArrayTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
@@ -73,7 +73,7 @@ TESTS = [
, ( "jvm.ParameterPassingTest", 100, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.ParameterPassingLivenessTest", 1, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.PopTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
-, ( "jvm.PrintTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386" ] )
+, ( "jvm.PrintTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.PutfieldTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.PutstaticPatchingTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.PutstaticTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
@@ -87,14 +87,14 @@ TESTS = [
, ( "jvm.TrampolineBackpatchingTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.VirtualAbstractInterfaceMethodTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.WideTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
-, ( "test.java.lang.ClassTest", 0, [ ], [ "i386" ] )
-, ( "test.java.lang.DoubleTest", 0, [ ], [ "i386" ] )
-, ( "test.java.lang.JNITest", 0, NO_SYSTEM_CLASSLOADER, [ "i386" ] )
+, ( "test.java.lang.ClassTest", 0, [ ], [ "i386", "x86_64" ] )
+, ( "test.java.lang.DoubleTest", 0, [ ], [ "i386", "x86_64" ] )
+, ( "test.java.lang.JNITest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "test.java.lang.ref.ReferenceTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "test.java.lang.reflect.FieldAccessorsTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
-, ( "test.java.lang.reflect.FieldTest", 0, [ ], [ "i386" ] )
-, ( "test.java.lang.reflect.MethodTest", 0, [ ], [ "i386" ] )
-, ( "test.java.util.HashMapTest", 0, [ ], [ "i386" ] )
+, ( "test.java.lang.reflect.FieldTest", 0, [ ], [ "i386", "x86_64" ] )
+, ( "test.java.lang.reflect.MethodTest", 0, [ ], [ "i386", "x86_64" ] )
+, ( "test.java.util.HashMapTest", 0, [ ], [ "i386", "x86_64" ] )
, ( "test.sun.misc.UnsafeTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "corrupt.CorruptedExceptionTableEndsAfterCode", 1, [ ], [ "i386", "x86_64" ] )
, ( "corrupt.CorruptedExceptionTableInvalidHandlerPC", 1, [ ], [ "i386", "x86_64" ] )