# HG changeset patch # User Doug Simon # Date 1358846258 -3600 # Node ID a8b0476270cf7ebf3b509988e9ca0c2dc4cba7a5 # Parent f7ca24d268c4bd5d498adae4502ff6def87ff109 disabled running of Queens test (i.e., test_gamma) in normal HotSpot builds diff -r f7ca24d268c4 -r a8b0476270cf mx/commands.py --- 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)