Aaron Holden | 6219802 | 2016-04-18 16:37:28 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2016 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | <configuration description="Config for CTS JDWP test cases"> |
jdesprez | 503a3db | 2017-12-16 04:19:31 -0800 | [diff] [blame] | 17 | <option name="test-suite-tag" value="cts" /> |
Guang Zhu | 5293679 | 2017-06-02 17:17:14 -0700 | [diff] [blame] | 18 | <option name="config-descriptor:metadata" key="component" value="art" /> |
Aaron Holden | 6219802 | 2016-04-18 16:37:28 -0700 | [diff] [blame] | 19 | <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer"> |
| 20 | <option name="run-command" value="mkdir -p /data/local/tmp/ctsjdwp/java.io.tmpdir" /> |
| 21 | <option name="run-command" value="mkdir -p /data/local/tmp/ctsjdwp/user.home" /> |
| 22 | <option name="teardown-command" value="rm -rf /data/local/tmp/ctsjdwp" /> |
| 23 | </target_preparer> |
| 24 | <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher"> |
| 25 | <option name="cleanup" value="true" /> |
| 26 | <option name="push" value="cts-dalvik-device-test-runner.jar->/data/local/tmp/ctsjdwp/cts-dalvik-device-test-runner.jar" /> |
| 27 | <option name="push" value="CtsJdwpTestCases.jar->/data/local/tmp/ctsjdwp/CtsJdwpTestCases.jar" /> |
| 28 | </target_preparer> |
| 29 | <test class="com.android.compatibility.testtype.DalvikTest" > |
| 30 | <option name="run-name" value="CtsJdwpTestCases" /> |
| 31 | <option name="classpath" value="/data/local/tmp/ctsjdwp/cts-dalvik-device-test-runner.jar" /> |
| 32 | <option name="classpath" value="/data/local/tmp/ctsjdwp/CtsJdwpTestCases.jar" /> |
| 33 | <option name="dalvik-arg" value="-Xcompiler-option" /> |
| 34 | <option name="dalvik-arg" value="--debuggable" /> |
Sebastien Hertz | a5009cc | 2017-04-21 11:38:23 +0200 | [diff] [blame] | 35 | <option name="dalvik-arg" value="-Xusejit:true" /> |
Aaron Holden | 6219802 | 2016-04-18 16:37:28 -0700 | [diff] [blame] | 36 | <option name="dalvik-arg" value="-Djpda.settings.verbose=false" /> |
Aaron Holden | 6219802 | 2016-04-18 16:37:28 -0700 | [diff] [blame] | 37 | <option name="dalvik-arg" value="-Djpda.settings.timeout=10000" /> |
| 38 | <option name="dalvik-arg" value="-Djpda.settings.waitingTime=10000" /> |
Alex Light | ced60ea | 2018-02-28 17:17:21 -0800 | [diff] [blame] | 39 | <option name="dalvik-arg-adbconnection" value="-Djpda.settings.debuggeeAgentArgument=-agentpath:" /> |
| 40 | <option name="dalvik-arg-adbconnection" value="-Djpda.settings.debuggeeAgentName=libjdwp.so" /> |
| 41 | <option name="dalvik-arg-adbconnection" value="-Djpda.settings.debuggeeJavaPath='dalvikvm|#ABI#| -XXlib:libart.so -Xplugin:libopenjdkjvmti.so -Xcompiler-option --debuggable -Xusejit:true'" /> |
| 42 | <option name="dalvik-arg-internal" value="-Djpda.settings.debuggeeJavaPath='dalvikvm|#ABI#| -XjdwpProvider:internal -XXlib:libart.so -Xcompiler-option --debuggable -Xusejit:true'" /> |
Aaron Holden | 6219802 | 2016-04-18 16:37:28 -0700 | [diff] [blame] | 43 | <option name="known-failures" value="/expectations/jdwp-known-failures.txt" /> |
Alex Light | ced60ea | 2018-02-28 17:17:21 -0800 | [diff] [blame] | 44 | <option name="known-failures-adbconnection" value="/expectations/external_oj_libjdwp_art_failures.txt" /> |
Julien Desprez | 34a8fa5 | 2016-11-02 12:11:38 +0000 | [diff] [blame] | 45 | <option name="runtime-hint" value="16m" /> |
Aaron Holden | 6219802 | 2016-04-18 16:37:28 -0700 | [diff] [blame] | 46 | |
Paul Duffin | 0b4900d | 2017-08-17 13:37:08 +0100 | [diff] [blame] | 47 | <!-- Temporary work around to avoid running android.test.AndroidTestCase. --> |
| 48 | <!-- TODO(64541592) - remove once AndroidTestCase is not statically included. --> |
| 49 | <option name="exclude-filter" value="android.test.AndroidTestCase" /> |
Aaron Holden | 6219802 | 2016-04-18 16:37:28 -0700 | [diff] [blame] | 50 | </test> |
| 51 | </configuration> |