#------------------------------------------------------------------------------- # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. #------------------------------------------------------------------------------- #tck.configure.class=com.ibm.dtfj.tck.harness.Configure #tck.java.executeable.path=${tck.java.location.${vendor}.${vmtype}.${version}} #tck.java.test.executeable.path=${tck.java.location.sun.hotspot.${version}} #tck.dump.generator=${tck.dump.generator.${vendor}.${vmtype}} #tck.dump.generator.classpath=${tck.dump.generator.classpath.${vendor}.${vmtype}} #tck.testcases.path=${workspace}/com.ibm.dtfj.tck.tests/bin #tck.launcher.classpath=${tck.dump.generator.classpath},${java.class.path},${tck.testcases.path} #tck.testcases.type=all #tck.working.dir=${user.home}/dtfj-tck-dumps #tck.dump.generator.dir=${tck.working.dir}/${version}/${vmtype}/${vendor} #tck.image.generator=${tck.image.generator.${vendor}.${vmtype}} #tck.verbose=true #tck.environment.variables.report.file=${tck.working.dir}/envlist.properties #tck.jvm.arguments.report.file=${tck.working.dir}/jvmarg.properties #tck.junit.results=${tck.working.dir}/junit-results #tck.vmtype.options= #tck.harness.classpath=${workspace}/com.ibm.dtfj.tck.harness/bin #tck.dtfj.path=${workspace}/com.ibm.dtfj.api/bin tck.output=${user.home}/kato.output/tck.output tck.environment.variables.report.file=${tck.output}/env.list tck.jvm.arguments.report.file=${tck.output}/jvm.list #tck.junit.runner=junit.textui.TestRunner tck.junit.runner=com.ibm.dtfj.tck.harness.TCKTestcaseRunner