comparison mx/suite.py @ 18726:8153d8cf264c

Added unit test for StampFactoryTest.createParameterStamps.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 19 Dec 2014 14:58:50 +0100
parents cdb9c605051a
children 03861c619acb
comparison
equal deleted inserted replaced
18725:fdf29cc07ec2 18726:8153d8cf264c
714 "checkstyle" : "com.oracle.graal.graph", 714 "checkstyle" : "com.oracle.graal.graph",
715 "javaCompliance" : "1.8", 715 "javaCompliance" : "1.8",
716 "workingSets" : "Graal,Phases", 716 "workingSets" : "Graal,Phases",
717 }, 717 },
718 718
719 "com.oracle.graal.phases.common.test" : {
720 "subDir" : "graal",
721 "sourceDirs" : ["src"],
722 "dependencies" : [
723 "com.oracle.graal.phases.common",
724 "com.oracle.graal.runtime",
725 "JUNIT",
726 ],
727 "checkstyle" : "com.oracle.graal.graph",
728 "javaCompliance" : "1.8",
729 "workingSets" : "Graal,Test",
730 },
731
719 "com.oracle.graal.virtual" : { 732 "com.oracle.graal.virtual" : {
720 "subDir" : "graal", 733 "subDir" : "graal",
721 "sourceDirs" : ["src"], 734 "sourceDirs" : ["src"],
722 "dependencies" : ["com.oracle.graal.phases.common"], 735 "dependencies" : ["com.oracle.graal.phases.common"],
723 "checkstyle" : "com.oracle.graal.graph", 736 "checkstyle" : "com.oracle.graal.graph",