commit | 51aceed13b32961f5a78624d7858c3d149f0407d | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue Feb 06 15:32:23 2024 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Tue Feb 06 15:38:07 2024 +0000 |
tree | b77e8baf108831d81284d9267af62de1bc6ca014 | |
parent | 9c4716a7318e160d68e06bce424a59ebd0db1f39 [diff] |
Don't test unspecified behavior VirtualMachineConfig#isCompatibleWith is defined to reject some differences, and allow others, but in many cases doesn't specify what the implementation should do. Remove the test for one of the unspecified cases, since there are valid implementations that treat it in different ways. This CL should not merge to main as the code and test there has changed; the Merged-In below refers to the commit that changed it. Bug: 323448288 Bug: 321184334 Test: atest MicrodroidTests#compatibleConfigTests Change-Id: Ib7b33c8e313ff7ae5c9616a6d4d67ffb5d57b174 Merged-In: I384360b0d19013b12da338af95cbc5ae104fa983
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.