summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Tests: attempt to wait until navigation mode settles after switchingvadimt2019-05-101-10/+12
| | | | Change-Id: If2d14a062275a6cfbc81d1cb7d7ca38da302b51c
* Merge "Not using magic constants for navbar height" into ub-launcher3-qt-devVadim Tryshev2019-05-095-9/+20
|\
| * Not using magic constants for navbar heightvadimt2019-05-085-9/+20
| | | | | | | | Change-Id: I6783b8a2ebb059ce35748d8c3e818cbe732ff40d
* | Not starting calculator from ↵vadimt2019-05-081-4/+2
|/ | | | | | | | | TaplTestsLauncher3.testAppIconLaunchFromAllAppsFromHome Not sure why, but starting calculator sometimes fails. Let's see if this changes anything. Change-Id: I2934a388afe7e95bdaeb38151a2676b3297b6e94
* Reducing flakiness of swipe gesturesVadim Tryshev2019-05-073-10/+34
| | | | | | | | | | Swipe to home now injects a fixed number of points even if the test thread wakes up irregularly, and sends model (not actual) time in events. Bug: 132173901 Bug: 132107664 Change-Id: I0a19bbc2a0c3312f353ad49ebe496eef1f172276
* Removing pressing home button twicevadimt2019-05-061-10/+0
| | | | | Bug: 124239413 Change-Id: I8c14c7e939bb4442cc830dcff3ec266ed8ed7186
* Enable BindWidgetTest, RequestPinItemTestvadimt2019-05-034-11/+12
| | | | | | | | Comparing only widget provider class names, as package names (sometimes) switch to the test package, not to the ones in Launcher. Bug: 131116593 Change-Id: Ieeed69432303a86fcefb194d509cdaf9d4513f3a
* Merge "Temporary hacks to make tests pass on Taimen" into ub-launcher3-qt-devVadim Tryshev2019-05-033-10/+16
|\
| * Temporary hacks to make tests pass on Taimenvadimt2019-05-033-10/+16
| | | | | | | | Change-Id: I66a81a0407be13c15596c63f21773f8e2dea5d2d
* | Merge "Reenabling switching between nav modes in tests" into ub-launcher3-qt-devVadim Tryshev2019-05-031-68/+0
|\ \ | |/ |/|
| * Reenabling switching between nav modes in testsvadimt2019-05-011-68/+0
| | | | | | | | | | | | | | Bug: 130558787 Bug: 131419978 Bug: 131630813 Change-Id: I8d62c7f2b33ac94bd4f899f7c8ed00c8293841e7
* | Temporarily using magic constant to avoid closing all apps by scrollingvadimt2019-05-021-0/+2
| | | | | | | | Change-Id: Ic99c8ad85525e37563b3f1debb125073055ac2f0
* | Enabling some tests that seem to pass locallyvadimt2019-05-022-4/+4
| | | | | | | | | | Bug: 131116002 Change-Id: Idd158b3e55fb0591508aa1498e9f37c40091af70
* | Merge "Enabling portrait widgets tests without converting to TAPL" into ↵Vadim Tryshev2019-05-022-6/+6
|\ \ | | | | | | | | | ub-launcher3-qt-dev
| * | Enabling portrait widgets tests without converting to TAPLvadimt2019-05-022-6/+6
| |/ | | | | | | | | Bug: 131116002 Change-Id: I61e3277d4ff7aec12c8e532ce8ed68d8cd2032e9
* / Remove tracing for fixed bugsvadimt2019-05-012-21/+13
|/ | | | | | Bug: 129434166 Bug: 131170582 Change-Id: Ia9b356594001d96c69ffbb7f8b767b2f54ed5feb
* Not using Contacts appvadimt2019-05-012-1/+20
| | | | | Bug: 131628231 Change-Id: If877cc95879263330b7bbd344ddd3a526a5e6fac
* Adding more activities for inproc testsvadimt2019-04-3011-240/+72
| | | | | | So that virtual devices can scroll all apps Change-Id: I7aeca9e73e4089431624ab88fc9216a60c575039
* Slowing down gestures for virtual devicevadimt2019-04-292-2/+3
| | | | Change-Id: I636bd3c053295041d0ae4e5c97f2790f5a1e40dd
* Not switching nav mode on a virtual device for nowvadimt2019-04-292-2/+2
| | | | Change-Id: Ie089638b6252073e5e495e87c7bc0d252a58e95f
* Attempt to fix broken tests by having different nav modelsvadimt2019-04-261-4/+4
| | | | | | | Change-Id: I1adae9f5897269bda9019b1cce0479b6d4af1c72 Pixel1: 3 button Pixel2: 0 button Pixel3: 2 button
* Quick for for broken OOP testsvadimt2019-04-261-17/+19
| | | | Change-Id: I1009381a58ca28b3ef922f1c6bb872f811f88716
* Merge "Not starting Chrome for testing as it's unstable" into ↵Vadim Tryshev2019-04-261-6/+4
|\ | | | | | | ub-launcher3-qt-dev
| * Not starting Chrome for testing as it's unstablevadimt2019-04-261-6/+4
| | | | | | | | | | Bug: 131420412 Change-Id: Ief57e8a9ba37feddfc7c2bddc66209e99c796052
* | Running tests only in 1 nav modevadimt2019-04-261-0/+67
|/ | | | | | | | | | | | Pixel1: 3-button Pixel2: 2-button Pixel3: 0-button This is a temporary workaround for the listed bugs. Bug: 130558787 Bug: 131419978 Change-Id: Ic57422c7ca8e9985fc0613239c803149e66d907f
* Merge "Adding support for showing predicted apps as a floating row in ↵TreeHugger Robot2019-04-232-3/+1
|\ | | | | | | all-apps and overview" into ub-launcher3-qt-dev
| * Adding support for showing predicted apps as a floating row in all-appsSunny Goyal2019-04-232-3/+1
| | | | | | | | | | | | | | and overview Bug: 130053407 Change-Id: Idb93a0ba6cfea8406f75ab86d9e0acde2fc04b3a
* | Merge "Add tracing for non-loading model" into ub-launcher3-qt-devTreeHugger Robot2019-04-231-6/+2
|\ \ | |/ |/|
| * Add tracing for non-loading modelvadimt2019-04-231-6/+2
| | | | | | | | | | Bug: 131170582 Change-Id: Iffc3f5f38ce896c4cfd2df55bedcf43e2018a58f
* | Annotating ignored tests with requests to enable themvadimt2019-04-225-16/+16
|/ | | | | Bug: 117106893 Change-Id: Ib8e578913ceebee44a507b5e333e7da07c6120d0
* Merge "Not using browser app in testing. It may not start." into ↵Vadim Tryshev2019-04-221-1/+1
|\ | | | | | | ub-launcher3-qt-dev
| * Not using browser app in testing. It may not start.vadimt2019-04-221-1/+1
| | | | | | | | Change-Id: I48b129d84ea9cf8f97193bcb769ba20738046ef5
* | Merge "Removing ShortcutInfoCompat and directly using ShortcutInfo" into ↵TreeHugger Robot2019-04-221-176/+0
|\ \ | | | | | | | | | ub-launcher3-qt-dev
| * | Removing ShortcutInfoCompat and directly using ShortcutInfoSunny Goyal2019-04-221-176/+0
| | | | | | | | | | | | Change-Id: I2842689e192a206c0d31558c8126eae1c7904598
* | | Merge "Logging TAPL interaction model" into ub-launcher3-qt-devVadim Tryshev2019-04-221-0/+1
|\ \ \ | |_|/ |/| |
| * | Logging TAPL interaction modelvadimt2019-04-221-0/+1
| |/ | | | | | | Change-Id: I7c44d1b145677919991338fa87e736712587a695
* | Merge "Verifying that test initialization switched to workspace" into ↵Vadim Tryshev2019-04-221-0/+2
|\ \ | | | | | | | | | ub-launcher3-qt-dev
| * | Verifying that test initialization switched to workspacevadimt2019-04-221-0/+2
| |/ | | | | | | Change-Id: I4d33f831a6fbb6632dc21d056fb239d9d1dcddd8
* / Disabling all DefaultLayoutProviderTest testsvadimt2019-04-221-0/+2
|/ | | | | | | | See the bug for details. The problem is probably in DefaultLayoutProviderTest.writeLayout. Bug: 130562632 Change-Id: Ic1a14c9dd3cac4a4cf644c6bc9619d631295f92b
* Merge "Adding wellbeing toast test" into ub-launcher3-qt-devTreeHugger Robot2019-04-221-1/+1
|\
| * Adding wellbeing toast testvadimt2019-04-191-1/+1
| | | | | | | | | | Bug: 130914022 Change-Id: I777440884c122ec040e5e00bfbed41f2eb86b5b0
* | Merge "Disabling DefaultLayoutProviderTest due to flakiness" into ↵TreeHugger Robot2019-04-191-0/+2
|\ \ | | | | | | | | | ub-launcher3-qt-dev
| * | Disabling DefaultLayoutProviderTest due to flakinessvadimt2019-04-191-0/+2
| |/ | | | | | | | | Bug: 130562632 Change-Id: I332f06b52e94919612f4cb96e59528886364837f
* | Merge "Add more test diags" into ub-launcher3-qt-devVadim Tryshev2019-04-191-0/+3
|\ \
| * | Add more test diagsvadimt2019-04-191-0/+3
| |/ | | | | | | | | Bug: 129434166 Change-Id: I1e2646e2e878eb3f7c93840937b33b2837aa31ac
* | Merge "Adding more icons to Launcher for tests" into ub-launcher3-qt-devVadim Tryshev2019-04-1810-0/+240
|\ \
| * | Adding more icons to Launcher for testsvadimt2019-04-1810-0/+240
| |/ | | | | | | | | | | | | Virtual device comes with too few preinstalled icons, so All Apps can't scroll, which make tests fail. Change-Id: Ie0901f6d6fe645c530a66c417c0405ef31787543
* / Improving TAPL diagsvadimt2019-04-181-6/+8
|/ | | | Change-Id: Ic84a65e26c4d05776d7e2acd592bcc227dc86a42
* Merge "ShortcutInfo renamed to WorkspaceItemInfo" into ub-launcher3-qt-devTreeHugger Robot2019-04-162-6/+6
|\
| * ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-162-6/+6
| | | | | | | | | | | | Will get rid of ShortcutInfoCompat in a follow up cl Change-Id: I7d7d9c938635f59b216290ba28bea9d0e0721a7d