changeset 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 c2484dfe93e3 f8a090c89bf4
files .hgignore mx.graal/suite.py
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Mon Sep 28 11:06:21 2015 +0200
+++ b/.hgignore	Mon Sep 28 15:08:41 2015 +0200
@@ -1,3 +1,4 @@
+^mxbuild/
 ^build/
 ^build-nograal/
 ^build-nojvmci/
--- 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" : {