Path: blob/master/test/functional/cmdLineTests/gputests/gputests.xml
6004 views
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>1<!--2Copyright (c) 2022, 2022 IBM Corp. and others34This program and the accompanying materials are made available under5the terms of the Eclipse Public License 2.0 which accompanies this6distribution and is available at https://www.eclipse.org/legal/epl-2.0/7or the Apache License, Version 2.0 which accompanies this distribution and8is available at https://www.apache.org/licenses/LICENSE-2.0.910This Source Code may also be made available under the following11Secondary Licenses when the conditions for such availability set12forth in the Eclipse Public License, v. 2.0 are satisfied: GNU13General Public License, version 2 with the GNU Classpath14Exception [1] and GNU General Public License, version 2 with the15OpenJDK Assembly Exception [2].1617[1] https://www.gnu.org/software/classpath/license.html18[2] http://openjdk.java.net/legal/assembly-exception.html1920SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0 WITH Assembly-exception21-->22<!DOCTYPE suite SYSTEM "cmdlinetester.dtd">23<suite id="GPU test" timeout="300">24<!--25Verify that System.initGPUAssist() has access to the relevent system properties.26With com.ibm.gpu.verbose set, an illegal value for com.ibm.gpu.enable should elicit27a warning. The absence of that warning signals a failure.28-->29<test id="initGPUAssist">30<command>$EXE$ -Dcom.ibm.gpu.verbose -Dcom.ibm.gpu.enable=test -version</command>31<output type="success" regex="no">Invalid value "test" given on system property com.ibm.gpu.enable</output>32</test>33</suite>343536