169 Commits (c12ae5a2c0f61ba2c394ec8e57a7c1908f9775dc)

Author SHA1 Message Date
Pertti Kellomäki c12ae5a2c0 Changes: Unit tests for the qdeclarativebooster. 16 years ago
Nimika Keshri 11dac1e489 Changes: applauncherd restarted in perf test
RevBy: Juha Lintula
16 years ago
Nimika Keshri c350cfa520 Changes: Broken tests Fixed
RevBy: Antti Kervinen
Details: 1. Test launch_wo_applauncherd fixed. Now the applications cannot be launched
            if applauncherd is not running.
         2. One of the unit test is started as user.
16 years ago
Oskari Timperi 01f127ba9d Changes: fix test_correct_creds
RevBy: TrustMe
16 years ago
Oskari Timperi 2ee68892f2 Changes: add a method to security tests that reads tokens application should have from /sys
RevBy: Antti Kervinen
16 years ago
Oskari Timperi eec18c8847 Changes: included single instance tests with invoker in bug tests
RevBy: TrustMe
16 years ago
Oskari Timperi 6669cb1241 Changes: include single instance tests without invoker in bug tests
RevBy: Nimika Keshri
16 years ago
Oskari Timperi 89789eed41 Changes: Refactored single instance tests so that they can be used with invoker
RevBy: Pertti Kellomäki
16 years ago
Oskari Timperi cadc1e6b9a Changes: modified single instance tests so that they can be used with invoker
RevBy: Juha Lintula
16 years ago
Oskari Timperi 2f3b82fb42 New: single-instance tests (without invoker)
RevBy: Juha Lintula
16 years ago
Juha Lintula 0b74f94152 Changes: Test application xsendevent modified and test application fala_multi-hello added
RevBy: Antti Kervinen

Details: Added support for parameter "iconify" to xsendevent which puts the application window to
task switcher. fala_multi-hello is boostable test application which is possible to start
as a multiple instances.
16 years ago
Jussi Lind 0ff715fb64 Fixes: NB#212024 - Application launcher should be usable (improve performance) also at boot
RevBy: Antti Kervinen

Details:
--boot-mode starts applauncherd in the boot mode:
* Boosters won't initialize cache
* Booster respawn delay is zero

Sending SIGUSR1 forces the launcher to enter the normal mode again.
16 years ago
Olli Leppanen c65d8a6332 Changes:Corrected error on test-perf-mbooster.py
RevBy:TrusMe
16 years ago
Olli Leppanen 883481d7a7 Changes:Commented out the single-instance test case skeletons
RevBy:TrustMe
16 years ago
Antti Kervinen 0d74c5c35d Fixes: NB#217662 - applauncherd depends on WRT
Changes: Library preloading warnings not printed unless --debug is given.

RevBy: Jussi Lind
16 years ago
Olli Leppanen 74f4265329 Changes:Single instance test skeletons added
RevBy:Juha Lintula
16 years ago
Alexey Shilov 05abf64ae3 Merge remote branch 'origin/master' 16 years ago
Alexey Shilov 3d94bcf6d9 Changes: remove QObject as base class for Booster
RevBy: Jussi Lind
16 years ago
Olli Leppanen ed86371ce3 Changes:Removed README file of test application
RevBy:TrustMe
16 years ago
Jussi Lind 1d459029c2 Changes: Booster::renameProcess() refactored.
RevBy: Antti Kervinen

Details: New arguments copied as a contiguous, NULL-separated block. Unit tests refactored.
16 years ago
Nimika Keshri 059e582cf0 Changes: Increased timeout for the failing test
RevBy: TrustMe
16 years ago
Nimika Keshri 2139da4de0 Changes: theme tests removed. Also fixed some tests failures.
RevBy: TrustMe
16 years ago
Nimika Keshri 2682546821 Changes: Failing tests modified
RevBy: Antti Kervinen
Descrition: Stress test now waits for the queue of applications to be 0
            Search path test now uses delay
16 years ago
Nimika Keshri 8ef73be92d Changes: Test Application xsesndevent added. Launch prestarted app modified
RevBy: Olli Leppanen
16 years ago
Juha Lintula 7d65a7de19 Changes: single-instance support, invoker bad exit status removed, check file added
RevBy: Jussi Lind, Juha Lintula
16 years ago
Oskari Timperi 4c795aac1f Changes: Add a sleep to test_launch_wo_applauncherd so that boosters can rename themselves
RevBy: Nimika Keshri
16 years ago
Oskari Timperi b5339dd16f Changes: add invoker param tests to tests.xml
RevBy: TrustMe
16 years ago
Oskari Timperi 1653cce4f6 Changes: Add tests for invokers --creds, --respawn and --type parameters
RevBy: Nimika Keshri
16 years ago
Nimika Keshri cd10f31e43 Changes: New tests Added
RevBy: Antti Kervinen, Olli Leppanen
Description: 1. Stress test for launched application
             2. Launched application name have .launch at the end
             3. oom.adj is 0 for launched application process
16 years ago
Nimika Keshri 0f33b8ca67 Changes: Fixing no-aegis test failure
RevBy: Olli Leppanen
16 years ago
Nimika Keshri 1a280533e3 Changes: theme-change test removed.
RevBy: Jussi Lind
16 years ago
Olli Leppanen 29d959bf36 Changes:Added the stop of sysuid to the startup time from grid tests.
RevBy:TrustMe
16 years ago
Nimika Keshri 7477c88d34 Changes: creds test failure fixed
RevBy: Olli Leppanen
16 years ago
Jussi Lind 4a0d5de729 Changes: Boosters loaded as plugins.
Details: Boosters are in separate dirs under src/ and are compiled/loaded as plugins.
16 years ago
Nimika Keshri bbaa974f51 Changes:New test added that checks that booster pid is acquired by application started using booster
RevBy: Olli Leppanen
16 years ago
Nimika Keshri a901b154ef Changes: Test modifactions done.
RevBy: Juha Lintula
Description: Harmonize test case names and descriptions in tests.xml.
             Stable tests moved to functioanl tests and marked as insignificant as false
16 years ago
Olli Leppanen 9258944a92 Changes:Changed wait time between button press and release
from 100ms to 200ms in pixelchanged.

RevBy:TrusMe
16 years ago
Nimika Keshri 319b9d9af3 Changes: Code refactoring done for tests. Debugs added
RevBy: TrustMe
16 years ago
Oskari Timperi c0ecfcb7fa Changes: performance test uses pixelchanged with two tracked pixels
RevBy: Olli Leppänen
16 years ago
Oskari Timperi 0e73119b56 Changes: Add possibility to track 2 pixels at a time to pixelchanged
and increase the delay between mouse press and release to 100ms

RevBy: Olli Leppänen
16 years ago
Olli Leppanen 34e0c5099e Changes:Put the 600 ms timelimit into commandline launching
startup time test.

RevBy:TrusMe
16 years ago
Olli Leppanen ee305be5ca Changes:Removed XMapRaised call from pixelchanged to prevent
windowstack failures.

RevBy:Antti Kervinen
16 years ago
Olli Leppanen 0cfab350bf Changes:Added the meegotouch home restart into startup time test
script.

RevBy: TrustMe
16 years ago
Olli Leppanen d194a3c77d Changes:Increased the timeout of startup time tests from grid
RevBy:TrusMe
16 years ago
Olli Leppanen c20c54fb4d Changes: Added a workaround to startup time tests to prevent
windowstack failures when starting test application from
application grid.

RevBy:TrusMe
16 years ago
Jussi Lind a05e7ddaa0 Changes: Some useless X11 modules removed from fala_windowid's CMakeLists.txt
RevBy: TrustMe
16 years ago
Olli Leppanen 18fe457de4 Changes:Added the meegotouchhome restart into teardown
function of the perf-test.rb

RevBy:TrustMe
16 years ago
Olli Leppanen 592db9a0bf Changes:Polishing which daemons are stopped at the start of
the startup time tests.

RevBy:TrustMe
16 years ago
Olli Leppanen f7366a300e Changes:Corrected perf tests to raise meegotouch to the top of the
screen home after launching the test application.

RevBy:TrustMe
16 years ago
Olli Leppanen 484069c528 Changes:Removed the useless Matti calls when executing
startup time tests from command line

RevBy:TrusMe
16 years ago