diff mx/commands.py @ 7548:a8b0476270cf

disabled running of Queens test (i.e., test_gamma) in normal HotSpot builds
author Doug Simon <doug.simon@oracle.com>
date Tue, 22 Jan 2013 10:17:38 +0100
parents 442668d41bc2
children a200d10867f1
line wrap: on
line diff
--- a/mx/commands.py	Mon Jan 21 17:09:31 2013 +0100
+++ b/mx/commands.py	Tue Jan 22 10:17:38 2013 +0100
@@ -574,6 +574,9 @@
             # This removes the need to unzip the *.diz files before debugging in gdb
             env.setdefault('ZIP_DEBUGINFO_FILES', '0')
 
+            # We don't need to run the Queens test (i.e. test_gamma)
+            env.setdefault('TEST_IN_BUILD', 'false')
+
             # Clear these 2 variables as having them set can cause very confusing build problems
             env.pop('LD_LIBRARY_PATH', None)
             env.pop('CLASSPATH', None)