diff options
author | Daniel Norman <danielnorman@google.com> | 2019-10-14 11:56:57 -0700 |
---|---|---|
committer | Daniel Norman <danielnorman@google.com> | 2019-10-14 11:56:57 -0700 |
commit | 095bb297670f9734b64a0ea832904d23ada03cbf (patch) | |
tree | 3026009ec745b19086865f771cf6fd1da0a6f9b9 /libs/gui/tests/EndToEndNativeInputTest.cpp | |
parent | 99cdd397c1dfe488bee0a786bb845320dddd42fc (diff) | |
parent | 36d810c2e71a1fdd4bcc391befe8c64d5c8d6121 (diff) |
Merge RP1A.190923.001
Change-Id: If55a795bdcc08bc6b932b65f835fd7ec0971fc39
Diffstat (limited to 'libs/gui/tests/EndToEndNativeInputTest.cpp')
-rw-r--r-- | libs/gui/tests/EndToEndNativeInputTest.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/gui/tests/EndToEndNativeInputTest.cpp b/libs/gui/tests/EndToEndNativeInputTest.cpp index c1e753241a..f533700e9a 100644 --- a/libs/gui/tests/EndToEndNativeInputTest.cpp +++ b/libs/gui/tests/EndToEndNativeInputTest.cpp @@ -439,6 +439,9 @@ TEST_F(InputSurfacesTest, input_ignores_transparent_region) { surface->expectTap(1, 1); } +/** + * TODO(b/139494112) fix tests once we define expected behavior + * // Ensure we send the input to the right surface when the surface visibility changes due to the // first buffer being submitted. ref: b/120839715 TEST_F(InputSurfacesTest, input_respects_buffer_layer_buffer) { @@ -490,6 +493,7 @@ TEST_F(InputSurfacesTest, input_respects_color_layer_alpha) { injectTap(11, 11); bgSurface->expectTap(1, 1); } +*/ TEST_F(InputSurfacesTest, input_respects_container_layer_visiblity) { std::unique_ptr<InputSurface> bgSurface = makeSurface(100, 100); |