# HG changeset patch # User Josef Eisl # Date 1438087029 -7200 # Node ID 5464b7ab80a51ece135acb371db7ae6e58cc7434 # Parent 1c63021d4b5b5b3194a9007c7a36893ee5c0093d Backed out changeset: a30c3bf521a5 (Disable -G:+TraceRA gate temproarily on sparc) diff -r 1c63021d4b5b -r 5464b7ab80a5 mx.graal/mx_graal.py --- a/mx.graal/mx_graal.py Tue Jul 28 14:18:26 2015 +0200 +++ b/mx.graal/mx_graal.py Tue Jul 28 14:37:09 2015 +0200 @@ -1340,10 +1340,9 @@ with Task('UnitTestsNonSSA:hosted-product', tasks) as t: if t: unittest(['--enable-timing', '--verbose', '--fail-fast', '-G:-SSA_LIR']) # Run unit tests on server-hosted-jvmci with TraceRA - if platform.processor() != 'sparc': - with VM('server', 'product'): - with Task('UnitTestsTraceRA:hosted-product', tasks) as t: - if t: unittest(['--enable-timing', '--verbose', '--fail-fast', '-G:+TraceRA']) + with VM('server', 'product'): + with Task('UnitTestsTraceRA:hosted-product', tasks) as t: + if t: unittest(['--enable-timing', '--verbose', '--fail-fast', '-G:+TraceRA']) # Run ctw against rt.jar on server-hosted-jvmci with VM('server', 'product'): with Task('CTW:hosted-product', tasks) as t: