| commit | fee9e066931f407a4df48c9c1c4f6b304ec27063 | [log] [tgz] |
|---|---|---|
| author | Stephen Crane <cranes@google.com> | Tue Dec 20 20:27:04 2022 +0000 |
| committer | Stephen Crane <cranes@google.com> | Wed Dec 21 00:37:22 2022 +0000 |
| tree | 9f11ced38dafb78667e30a1a0abf190ba7b005f9 | |
| parent | 95fa20bd4106b8c127afc09db3867f92c9ff139f [diff] |
rust: Make rust test apps non_critical Rust test apps may panic under unexpected conditions (unwrap, expect, expect_err, etc.). While we shouldn't be using these at all, this style is not currently enforced. To make debugging easier, we shouldn't take the entire OS down if these tests fail. Test: com.android.trusty.rust.*.test Bug: None Change-Id: Ie7d3b444c86786dee3f714d01a13d93ebb12c184