File tree 4 files changed +31
-17
lines changed
4 files changed +31
-17
lines changed Original file line number Diff line number Diff line change 53
53
</target >
54
54
55
55
<import file =" ${ TEST_ROOT } /TKG/scripts/getDependencies.xml" />
56
-
57
- <!-- Call getJtregVersion, getJtreg target from getDependencies.xml -->
58
- <target name =" invokeGetJtreg" depends =" getJtregVersion,getJtreg" >
59
- </target >
60
-
61
- <target name =" dist" depends =" invokeGetJtreg,getCryptoTest" description =" generate the distribution" >
56
+
57
+ <target name =" dist" depends =" getJtreg,getCryptoTest" description =" generate the distribution" >
62
58
<copy todir =" ${ DEST } " >
63
59
<fileset dir =" ${ src } " includes =" *.xml,*.mk" />
64
60
</copy >
Original file line number Diff line number Diff line change 53
53
</target >
54
54
55
55
<import file =" ${ TEST_ROOT } /TKG/scripts/getDependencies.xml" />
56
-
57
- <!-- Call getJtregVersion, getJtreg target from getDependencies.xml -->
58
- <target name =" invokeGetJtreg" depends =" getJtregVersion,getJtreg" >
59
- </target >
60
-
61
- <target name =" dist" depends =" invokeGetJtreg,getSsltestsTest" description =" generate the distribution" >
56
+
57
+ <target name =" dist" depends =" getJtreg,getSsltestsTest" description =" generate the distribution" >
62
58
<copy todir =" ${ DEST } " >
63
59
<fileset dir =" ${ src } " includes =" *.xml,*.mk" />
64
60
</copy >
Original file line number Diff line number Diff line change 43
43
44
44
<import file =" ${ TEST_ROOT } /TKG/scripts/getDependencies.xml" />
45
45
46
- <!-- Call getJtregVersion, getJtreg target from getDependencies.xml -->
47
- <target name =" invokeGetJtreg" depends =" getJtregVersion,getJtreg" >
48
- </target >
49
-
50
46
<target name =" getOpenjdk" depends =" openjdk-jdk.check" unless =" jdkdir.exists" >
51
47
<!-- Windows API limitation of file paths having 260 characters or fewer,
52
48
run the config command to allow file paths of 4096 characters
242
238
</condition >
243
239
</target >
244
240
245
- <target name =" dist" depends =" invokeGetJtreg , getOpenjdk" description =" generate the distribution" >
241
+ <target name =" dist" depends =" getJtreg , getOpenjdk" description =" generate the distribution" >
246
242
<copy todir =" ${ DEST } " >
247
243
<fileset dir =" ${ src } " includes =" *.xml,excludes/ProblemList*.txt,*.mk" />
248
244
</copy >
Original file line number Diff line number Diff line change 1047
1047
</test >
1048
1048
<test >
1049
1049
<testCaseName >jdk_security1</testCaseName >
1050
+ <disables >
1051
+ <disable >
1052
+ <comment >https://github.ibm.com/runtimes/backlog/issues/1089</comment >
1053
+ <impl >openj9</impl >
1054
+ <testflag >fips140_2</testflag >
1055
+ </disable >
1056
+ </disables >
1050
1057
<variations >
1051
1058
<variation >Mode150</variation >
1052
1059
<variation >Mode650</variation >
1073
1080
</test >
1074
1081
<test >
1075
1082
<testCaseName >jdk_security2</testCaseName >
1083
+ <disables >
1084
+ <disable >
1085
+ <comment >https://github.ibm.com/runtimes/backlog/issues/1089</comment >
1086
+ <impl >openj9</impl >
1087
+ <testflag >fips140_2</testflag >
1088
+ </disable >
1089
+ </disables >
1076
1090
<variations >
1077
1091
<variation >Mode150</variation >
1078
1092
<variation >Mode650</variation >
1105
1119
<platform >.*windows.*</platform >
1106
1120
<version >8</version >
1107
1121
</disable >
1122
+ <disable >
1123
+ <comment >https://github.ibm.com/runtimes/backlog/issues/1089</comment >
1124
+ <impl >openj9</impl >
1125
+ <testflag >fips140_2</testflag >
1126
+ </disable >
1108
1127
</disables >
1109
1128
<variations >
1110
1129
<variation >Mode150</variation >
1852
1871
</test >
1853
1872
<test >
1854
1873
<testCaseName >jdk_security_infra</testCaseName >
1874
+ <disables >
1875
+ <disable >
1876
+ <comment >https://github.ibm.com/runtimes/backlog/issues/1089</comment >
1877
+ <impl >openj9</impl >
1878
+ <testflag >fips140_2</testflag >
1879
+ </disable >
1880
+ </disables >
1855
1881
<variations >
1856
1882
<variation >Mode150</variation >
1857
1883
<variation >Mode650</variation >
You can’t perform that action at this time.
0 commit comments