changeset 22799:cc6f3fe172a3

gate: remove NonSSA/TraceRA unit tests and NonSSA bootstrap.
author Josef Eisl <josef.eisl@jku.at>
date Mon, 12 Oct 2015 11:49:07 +0200
parents 509a9eadd120
children bfb7523ffc03
files mx.graal/mx_graal.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mx.graal/mx_graal.py	Mon Oct 12 10:42:19 2015 +0200
+++ b/mx.graal/mx_graal.py	Mon Oct 12 11:49:07 2015 +0200
@@ -315,8 +315,6 @@
 
 graal_unit_test_runs = [
     UnitTestRun('UnitTests', []),
-    UnitTestRun('UnitTestsNonSSA', ['-G:-SSA_LIR']),
-    UnitTestRun('UnitTestsTraceRA', ['-G:+TraceRA']),
 ]
 
 _registers = 'o0,o1,o2,o3,f8,f9,d32,d34' if mx.get_arch() == 'sparcv9' else 'rbx,r11,r10,r14,xmm3,xmm11,xmm14'
@@ -329,7 +327,6 @@
     BootstrapTest('BootstrapEconomyWithSystemAssertions', 'fastdebug', ['-esa', '-Djvmci.compiler=graal-economy']),
     BootstrapTest('BootstrapWithExceptionEdges', 'fastdebug', ['-esa', '-G:+StressInvokeWithExceptionNode']),
     BootstrapTest('BootstrapWithRegisterPressure', 'product', ['-esa', '-G:RegisterPressure=' + _registers]),
-    BootstrapTest('BootstrapNonSSAWithRegisterPressure', 'product', ['-esa', '-G:-SSA_LIR', '-G:RegisterPressure=' + _registers]),
     BootstrapTest('BootstrapTraceRAWithRegisterPressure', 'product', ['-esa', '-G:+TraceRA', '-G:RegisterPressure=' + _registers]),
     BootstrapTest('BootstrapWithImmutableCode', 'product', ['-esa', '-G:+ImmutableCode', '-G:+VerifyPhases']),
 ]