diff mx.graal/suite.py @ 22711:3ffc0d85d79a

exclude JAVA_ALLOCATION_INSTRUMENTER from GRAAL_TEST due to license conflict
author Doug Simon <doug.simon@oracle.com>
date Mon, 28 Sep 2015 15:08:41 +0200
parents 55a04976902d
children 265e4cfa1f9f f8a090c89bf4
line wrap: on
line diff
--- a/mx.graal/suite.py	Mon Sep 28 11:06:21 2015 +0200
+++ b/mx.graal/suite.py	Mon Sep 28 15:08:41 2015 +0200
@@ -999,6 +999,10 @@
         "GRAAL_HOTSPOT",
         "jvmci:JVMCI_HOTSPOT",
       ],
+      "exclude" : [
+        "mx:JUNIT",
+        "JAVA_ALLOCATION_INSTRUMENTER"
+      ],
     },
 
     "GRAAL_TRUFFLE" : {