aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2013-03-11 09:42:02 +0200
committerPekka Enberg <penberg@kernel.org>2013-03-11 09:43:19 +0200
commit895f0f733017853b7717953bc0889727e2fad7ee (patch)
treeccdeffa7d3d86ac5f16c94ba8a3ab804568cf3ad
parent832d206782a1ea0b0c2130e1187480e347a19401 (diff)
downloadjato-895f0f733017853b7717953bc0889727e2fad7ee.tar.gz
x86-64: Enable StackTraceTest
Signed-off-by: Pekka Enberg <penberg@kernel.org>
-rwxr-xr-xtools/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index dbb7b776..06930bf7 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -78,7 +78,7 @@ TESTS = [
, ( "jvm.PutstaticPatchingTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.PutstaticTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.RegisterAllocatorTortureTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
-, ( "jvm.StackTraceTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386" ] )
+, ( "jvm.StackTraceTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.StringTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.SubroutineTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )
, ( "jvm.SwitchTest", 0, NO_SYSTEM_CLASSLOADER, [ "i386", "x86_64" ] )