Skip to content

Commit

Permalink
sulong: clean-up test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Jul 19, 2019
1 parent 41f7f82 commit 6fc474e
Show file tree
Hide file tree
Showing 1,448 changed files with 41 additions and 41 deletions.
82 changes: 41 additions & 41 deletions sulong/mx.sulong/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@

"projects" : {

"com.oracle.truffle.llvm.test" : {
"subDir" : "projects",
"com.oracle.truffle.llvm.tests" : {
"subDir" : "tests",
"sourceDirs" : ["src"],
"dependencies" : [
"com.oracle.truffle.llvm",
"com.oracle.truffle.llvm.pipe",
"com.oracle.truffle.llvm.tests.pipe",
"truffle:TRUFFLE_TCK",
"mx:JUNIT",
],
Expand All @@ -98,8 +98,8 @@
"testProject" : True,
"jacoco" : "exclude",
},
"com.oracle.truffle.llvm.test.native" : {
"subDir" : "projects",
"com.oracle.truffle.llvm.tests.native" : {
"subDir" : "tests",
"native" : True,
"vpath" : True,
"results" : [
Expand All @@ -113,8 +113,8 @@
"testProject" : True,
"defaultBuild" : False,
},
"com.oracle.truffle.llvm.types.test" : {
"subDir" : "projects",
"com.oracle.truffle.llvm.tests.types" : {
"subDir" : "tests",
"sourceDirs" : ["src"],
"dependencies" : [
"com.oracle.truffle.llvm.runtime",
Expand Down Expand Up @@ -344,8 +344,8 @@
"jacoco" : "include",
},

"com.oracle.truffle.llvm.pipe" : {
"subDir" : "projects",
"com.oracle.truffle.llvm.tests.pipe" : {
"subDir" : "tests",
"sourceDirs" : ["src"],
"jniHeaders" : True,
"javaProperties" : {
Expand All @@ -359,18 +359,18 @@
"jacoco" : "exclude",
},

"com.oracle.truffle.llvm.pipe.native" : {
"subDir" : "projects",
"com.oracle.truffle.llvm.tests.pipe.native" : {
"subDir" : "tests",
"native" : True,
"vpath" : True,
"results" : [
"bin/<lib:pipe>",
],
"buildDependencies" : [
"com.oracle.truffle.llvm.pipe",
"com.oracle.truffle.llvm.tests.pipe",
],
"buildEnv" : {
"CPPFLAGS" : "-I<jnigen:com.oracle.truffle.llvm.pipe>",
"CPPFLAGS" : "-I<jnigen:com.oracle.truffle.llvm.tests.pipe>",
"LIBPIPE" : "<lib:pipe>",
"OS" : "<os>",
},
Expand Down Expand Up @@ -424,7 +424,7 @@
"prefix": "",
},

"com.oracle.truffle.llvm.tests.debug" : {
"com.oracle.truffle.llvm.tests.debug.native" : {
"subDir" : "tests",
"class" : "SulongTestSuite",
"variants" : ["O1", "O0", "O0_MEM2REG"],
Expand All @@ -442,7 +442,7 @@
"testProject" : True,
"defaultBuild" : False,
},
"com.oracle.truffle.llvm.tests.irdebug" : {
"com.oracle.truffle.llvm.tests.irdebug.native" : {
"subDir" : "tests",
"class" : "SulongTestSuite",
"variants" : ["O0"],
Expand All @@ -460,7 +460,7 @@
"testProject" : True,
"defaultBuild" : False,
},
"com.oracle.truffle.llvm.tests.interop" : {
"com.oracle.truffle.llvm.tests.interop.native" : {
"subDir" : "tests",
"class" : "SulongTestSuite",
"variants" : ["O0_MEM2REG"],
Expand Down Expand Up @@ -496,7 +496,7 @@
"testProject" : True,
"defaultBuild" : False,
},
"com.oracle.truffle.llvm.tests.other" : {
"com.oracle.truffle.llvm.tests.other.native" : {
"subDir" : "tests",
"class" : "SulongTestSuite",
"variants" : ["O0_MEM2REG"],
Expand All @@ -513,7 +513,7 @@
"testProject" : True,
"defaultBuild" : False,
},
"com.oracle.truffle.llvm.tests.sulong" : {
"com.oracle.truffle.llvm.tests.sulong.native" : {
"subDir" : "tests",
"class" : "SulongTestSuite",
"variants" : ["O0", "O0_MISC_OPTS", "O1", "O2", "O3", "gcc_O0"],
Expand All @@ -527,7 +527,7 @@
"testProject" : True,
"defaultBuild" : False,
},
"com.oracle.truffle.llvm.tests.bitcode" : {
"com.oracle.truffle.llvm.tests.bitcode.native" : {
"subDir" : "tests",
"class" : "SulongTestSuite",
"variants" : ["O0"],
Expand All @@ -540,7 +540,7 @@
"testProject" : True,
"defaultBuild" : False,
},
"com.oracle.truffle.llvm.tests.sulongavx" : {
"com.oracle.truffle.llvm.tests.sulongavx.native" : {
"subDir" : "tests",
"class" : "SulongTestSuite",
"variants" : ["O1", "O2", "O3"],
Expand All @@ -555,7 +555,7 @@
"testProject" : True,
"defaultBuild" : False,
},
"com.oracle.truffle.llvm.tests.sulongcpp" : {
"com.oracle.truffle.llvm.tests.sulongcpp.native" : {
"subDir" : "tests",
"class" : "SulongTestSuite",
"variants" : ["O0", "O0_MISC_OPTS", "O1"],
Expand All @@ -568,7 +568,7 @@
"testProject" : True,
"defaultBuild" : False,
},
"com.oracle.truffle.llvm.tests.libc" : {
"com.oracle.truffle.llvm.tests.libc.native" : {
"subDir" : "tests",
"class" : "SulongTestSuite",
"variants" : ["O0"],
Expand Down Expand Up @@ -609,7 +609,7 @@
"testProject" : True,
"defaultBuild" : False,
},
"com.oracle.truffle.llvm.tests.bitcodeformat": {
"com.oracle.truffle.llvm.tests.bitcodeformat.native": {
"subDir": "tests",
"native": True,
"vpath": True,
Expand All @@ -636,7 +636,7 @@
"testProject": True,
"defaultBuild": False,
},
"com.oracle.truffle.llvm.tests.linker" : {
"com.oracle.truffle.llvm.tests.linker.native" : {
"class" : "GlobNativeProject",
"subDir" : "tests",
"native": True,
Expand Down Expand Up @@ -966,11 +966,11 @@


"SULONG_TEST" : {
"subDir" : "projects",
"subDir" : "tests",
"dependencies" : [
"com.oracle.truffle.llvm.test",
"com.oracle.truffle.llvm.types.test",
"com.oracle.truffle.llvm.pipe"
"com.oracle.truffle.llvm.tests",
"com.oracle.truffle.llvm.tests.types",
"com.oracle.truffle.llvm.tests.pipe"
],
"exclude" : [
"mx:JUNIT"
Expand All @@ -996,8 +996,8 @@
"platformDependent" : True,
"output" : "mxbuild/<os>-<arch>/sulong-test-native",
"dependencies" : [
"com.oracle.truffle.llvm.pipe.native",
"com.oracle.truffle.llvm.test.native",
"com.oracle.truffle.llvm.tests.pipe.native",
"com.oracle.truffle.llvm.tests.native",
],
"license" : "BSD-new",
"testDistribution" : True,
Expand All @@ -1010,17 +1010,17 @@
"platformDependent" : True,
"output" : "mxbuild/<os>-<arch>/sulong-test-suites",
"dependencies" : [
"com.oracle.truffle.llvm.tests.bitcode",
"com.oracle.truffle.llvm.tests.bitcodeformat",
"com.oracle.truffle.llvm.tests.debug",
"com.oracle.truffle.llvm.tests.irdebug",
"com.oracle.truffle.llvm.tests.interop",
"com.oracle.truffle.llvm.tests.other",
"com.oracle.truffle.llvm.tests.sulong",
"com.oracle.truffle.llvm.tests.sulongavx",
"com.oracle.truffle.llvm.tests.sulongcpp",
"com.oracle.truffle.llvm.tests.libc",
"com.oracle.truffle.llvm.tests.linker",
"com.oracle.truffle.llvm.tests.bitcode.native",
"com.oracle.truffle.llvm.tests.bitcodeformat.native",
"com.oracle.truffle.llvm.tests.debug.native",
"com.oracle.truffle.llvm.tests.irdebug.native",
"com.oracle.truffle.llvm.tests.interop.native",
"com.oracle.truffle.llvm.tests.other.native",
"com.oracle.truffle.llvm.tests.sulong.native",
"com.oracle.truffle.llvm.tests.sulongavx.native",
"com.oracle.truffle.llvm.tests.sulongcpp.native",
"com.oracle.truffle.llvm.tests.libc.native",
"com.oracle.truffle.llvm.tests.linker.native",
],
"license" : "BSD-new",
"testDistribution" : True,
Expand Down
Loading

0 comments on commit 6fc474e

Please sign in to comment.