Skip to content

Commit 0a1e8ed

Browse files
committed
[GR-50375] Move test resource with space into a jar
PullRequest: graal/16263
2 parents b05c231 + d2d2f3c commit 0a1e8ed

File tree

4 files changed

+10
-1
lines changed

4 files changed

+10
-1
lines changed
962 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
270bffd158c92b04b16db147f4ef336dcb4d830bf3503cc25be1227b351597a3254544b3c4a5183dcc53f2f3ab10b282722dbf7f1b5e9d9a2741878a7057eb40

substratevm/mx.substratevm/suite.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,14 @@
194194
}
195195
}
196196
},
197+
"SVM_TEST_RESOURCE_WITH_SPACE": {
198+
# This jar only contains a resource with a space in its path.
199+
# We cannot have folder with spaces in the source tree, as it
200+
# does not work well with certain build tools, for example
201+
# make. [GR-50375]
202+
"path": "mx.substratevm/jar-with-space-in-resource-dir.jar",
203+
"digest": "sha512:270bffd158c92b04b16db147f4ef336dcb4d830bf3503cc25be1227b351597a3254544b3c4a5183dcc53f2f3ab10b282722dbf7f1b5e9d9a2741878a7057eb40",
204+
},
197205
},
198206

199207
"projects": {
@@ -2000,6 +2008,7 @@
20002008
"com.oracle.svm.test",
20012009
"com.oracle.svm.configure.test",
20022010
"com.oracle.svm.graal.test",
2011+
"SVM_TEST_RESOURCE_WITH_SPACE",
20032012
],
20042013
"distDependencies": [
20052014
"mx:JUNIT_TOOL",

substratevm/src/com.oracle.svm.test/src/resources/dir with space/.mxkeep

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)