commit | 2b8d3c8060c20ea96efbbaf9d86eb7f28284dbd6 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Tue Nov 03 11:52:40 2020 -0800 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Fri Nov 06 17:42:51 2020 +0000 |
tree | 5cdbcd718195c9641349f59c93b82dcc77faca89 | |
parent | 8f2eb25ca40136a36a5d7002c8ca5a05723e334e [diff] |
Avoid using hidden-api when running in CTS Some JVMTI tests attempt to call hiddenapis. This is generally fine on host but can cause problems when run on CTS. Update the tests to avoid this. Test: treehugger Test: atest CtsJvmtiRunTest993HostTestCases Test: atest CtsJvmtiRunTest931HostTestCases Bug: 172263916 Bug: 172313849 Bug: 172313193 Bug: 172351915 Change-Id: I0feaa9565719438e37877c34e971a5a8b5ba3f33