File tree Expand file tree Collapse file tree 3 files changed +4
-30
lines changed Expand file tree Collapse file tree 3 files changed +4
-30
lines changed Original file line number Diff line number Diff line change @@ -466,6 +466,10 @@ public static boolean jckConfigurationForMultijvmWithNoAgent() throws Exception
466
466
concurrency = Runtime .getRuntime ().availableProcessors () + 1 ;
467
467
concurrencyString = String .valueOf (concurrency );
468
468
}
469
+
470
+ if (platform .contains ("zos" )) {
471
+ extraJvmOptions += " -Dfile.encoding=UTF-8" ;
472
+ }
469
473
470
474
// Set the operating system as 'Windows' for Windows and 'other' for all other operating systems.
471
475
// If 'other' is specified when executing on Windows, then Windows specific settings such
Original file line number Diff line number Diff line change 275
275
</test >
276
276
<test >
277
277
<testCaseName >jck-runtime-api-java_lang-Class</testCaseName >
278
- <disables >
279
- <disable >
280
- <comment >Temporarily disabled on z/OS for backlog/issues/666</comment >
281
- <platform >.*zos.*</platform >
282
- <impl >ibm</impl >
283
- <version >11</version >
284
- </disable >
285
- </disables >
286
278
<variations >
287
279
<variation >NoOptions</variation >
288
280
</variations >
536
528
</test >
537
529
<test >
538
530
<testCaseName >jck-runtime-api-java_lang</testCaseName >
539
- <disables >
540
- <disable >
541
- <comment >Temporarily disabled on z/OS for backlog/issues/669</comment >
542
- <platform >.*zos.*</platform >
543
- <impl >ibm</impl >
544
- <version >11</version >
545
- </disable >
546
- </disables >
547
531
<variations >
548
532
<variation >NoOptions</variation >
549
533
</variations >
683
667
<version >17</version >
684
668
<impl >openj9</impl >
685
669
</disable >
686
- <disable >
687
- <comment >Temporarily disabled on z/OS for backlog/issues/680</comment >
688
- <platform >.*zos.*</platform >
689
- <impl >ibm</impl >
690
- <version >11</version >
691
- </disable >
692
670
</disables >
693
671
<variations >
694
672
<variation >NoOptions</variation >
Original file line number Diff line number Diff line change 136
136
</test >
137
137
<test >
138
138
<testCaseName >jck-runtime-vm-module</testCaseName >
139
- <disables >
140
- <disable >
141
- <comment >Temporarily disabled on z/OS for backlog/issues/583</comment >
142
- <platform >.*zos.*</platform >
143
- <impl >ibm</impl >
144
- <version >11</version >
145
- </disable >
146
- </disables >
147
139
<variations >
148
140
<variation >NoOptions</variation >
149
141
</variations >
You can’t perform that action at this time.
0 commit comments