summaryrefslogtreecommitdiff
path: root/libs/androidfw/ZipFileRO.cpp
diff options
context:
space:
mode:
author Rupesh Bansal <brup@google.com> 2024-02-05 09:18:29 +0000
committer Rupesh Bansal <brup@google.com> 2024-02-15 05:42:12 +0000
commit45a0ff7ae7246f83234402e6eaef7ba39bfe8f94 (patch)
treeb26bda4a4823a7f8602e63389dfb012e1b72f473 /libs/androidfw/ZipFileRO.cpp
parent4c1bdc28c6d91af5e4bfb0ebd48118150748602a (diff)
Fixed the failing tests in com.android.server.dreams
We were seeing the issue where DreamManagerServiceMockingTest::testSettingsQueryUserChange was failing because of lack of a permission, but when that permission was given, other tests in the same module started to fail. The issue was we were not waiting for the handler thread to be successfully executed before moving onto the next test. This is now being fixed using a TestHandler. However, given DreamManagerService is using DreamHandler, we had to change the handler type in DreamManagerService to Handler. This means we might face an issue with this test if we were to add a new utility in DreamHandler, but given we have not seen any such usecases soo far, lets defer to solving for that scenario for the future. Test: atest com.android.server.dreams Bug: 293443309 Change-Id: I19d235021077ca39cf14d0593ac5a8f5aa0f98a9
Diffstat (limited to 'libs/androidfw/ZipFileRO.cpp')
0 files changed, 0 insertions, 0 deletions