commit | 5108b5ac3789d60385d60aad0abe86e8e627cbd0 | [log] [tgz] |
---|---|---|
author | guile <guile@google.com> | Thu Aug 25 09:04:41 2022 +0800 |
committer | Guile Chao <guile@google.com> | Mon Aug 29 01:00:48 2022 +0000 |
tree | a8d74fae68b123dbe9eec6e804cf099d04b871b5 | |
parent | 8e4630cc4cdeb0765dbbd70e8273ec8cf587f9d4 [diff] |
Add AVFHostTestCases to postsubmit and fix boot time is not as expected issue. 1. abtd run post submit and confirm result is PASS. http://sponge2/0ef87667-7f24-4ca7-a3fa-eb31bbc0bf23 2. dalvik.vm.systemservercompilerfilter=speed will cause boot time is not as expected so remove it in this CL. Trace in b/243926823 Bug: 243197801 Test: atest AVFHostTestCases Change-Id: Ie8cd9e5f6868f1cb3e297807ae651da08282b795
diff --git a/TEST_MAPPING b/TEST_MAPPING index ea81bc4..11648c4 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING
@@ -28,6 +28,9 @@ }, { "name": "ComposBenchmarkApp" + }, + { + "name": "AVFHostTestCases" } ], "imports": [
diff --git a/tests/benchmark_hostside/java/android/avf/test/AVFHostTestCase.java b/tests/benchmark_hostside/java/android/avf/test/AVFHostTestCase.java index 135bcf0..b9d9d25 100644 --- a/tests/benchmark_hostside/java/android/avf/test/AVFHostTestCase.java +++ b/tests/benchmark_hostside/java/android/avf/test/AVFHostTestCase.java
@@ -84,7 +84,6 @@ // Boot time with compilation OS test. reInstallApex(REINSTALL_APEX_TIMEOUT_SEC); - getDevice().setProperty(SYSTEM_SERVER_COMPILER_FILTER_PROP_NAME, "speed"); compileStagedApex(COMPILE_STAGED_APEX_TIMEOUT_SEC); long start = System.nanoTime(); rebootAndWaitBootCompleted();