273 Commits (019af9c3e17d41057a4afb4c6f4f7360b1d19f0c)

Author SHA1 Message Date
Oskari Timperi 55ce324968 Changes: exit from pixelchanged when given unrecognized commandline option
RevBy: TrustMe

Details: This caused some headaches in performance testing, when the
pixelchanged binary got some bogus commandline argument. It's better
to just fail and exit the program than to wait indefinitely.
15 years ago
Oskari Timperi 600298e72a Merge remote branch 'origin/master' 15 years ago
Oskari Timperi 958c1ce736 Changes: Fix get-coordinates.rb
RevBy: TrustMe
15 years ago
Juha Lintula 52c176bc53 Changes: Removed more failing insignificant tests.
RevBy: TrustMe
15 years ago
Juha Lintula 3c93b55db9 Changes: Fixed permformance-tests test.xml files
RevBy: Trust Me

Details: xml-parser does not support -- inside comments.
15 years ago
Juha Lintula abedb0599b Changes: Grid perf tests removed temporarily. Release 0.24.1
RevBy: Antti Kervinen
15 years ago
Juha Lintula 53a410c266 Changes: Pipe between applauncherd and boosters replaced with socket pair.
RevBy: Antti Kervinen

Details: Booster passes invoker socket connection to applauncherd
and after that applaucherd takes care of boosted application
exit value and passes it to invoker. Exit value works for booster-e.
15 years ago
Oskari Timperi bece996814 Changes: use SIGTERM instead of SIGKILL in test scripts
RevBy: TrustMe
15 years ago
Oskari Timperi 497ea63dcb Changes: add a test for invokers -o param
RevBy: TrustMe
15 years ago
Nimika Keshri 16b178367e New: Test set for splash screen
RevBy: Juha Lintula, Pertti Kellomaki
Description: 1. Test for --splash parameter
             2. Test for --splash-landscape
             3. Test with no splash parameter
15 years ago
Pertti Kellomäki 47899b7607 Changes: Implementation of the applauncherd-mcompositor communication for splash screen.
Sets pid, wmclass, portrait splash image, landscape splash
         image, and pixmap id in the _MEEGO_SPLASH_SCREEN X11 property
         of the compositor window.  Pid is the booster/application
         pid, wmclass is derived from the application binary name,
         splash images are the parameters given for --splash and
         --splash-landscape. The pixmap id is set to the empty stirng.

RevBy: Antti Kervinen
15 years ago
Nimika Keshri d5a0a4994e Changes:Fixing commandline perf tests by modifying the tests.xml
RevBy: TrustMe
Description: Now launching application using invoker. Removed some extra debugs.
15 years ago
Jussi Lind 8b3322ddc4 Changes: Use QByteArray/QString in MDeclarativeCachePrivate::populate() instead of sprintf and C-arrays. Test argv in ut_dbooster. 15 years ago
Nimika Keshri 3dec75ec93 Changes: e-booster tests added. Removed .launch from test applications and scripts
RevBy: TrustMe
15 years ago
Jussi Lind 67edb111cf New: Unit tests for EBooster added. 15 years ago
Oskari Timperi 038bf86bc5 Changes: add core dump test to red tests
RevBy: TrustMe
15 years ago
Oskari Timperi 91239db5f7 New: Test for core dump generation with launched apps
RevBy: Nimika Keshri
15 years ago
Oskari Timperi 883e009706 Changes: test-perf.rb modified to be more general
Details: the script can be used to test the performance on both applauncherd
         and applifed. It can possibly be used for other apps too.

RevBy: Olli Leppänen
15 years ago
Nimika Keshri 43cd34a95c Changes: debian/changelog updated. New stable version 0.18.3
RevBy: TrustMe
15 years ago
Nimika Keshri d3eb3a7904 Changes: Perf tests splitted into different packages. Fixed the co-ordinate problem
RevBy: TrustMe
15 years ago
Oskari Timperi 9a1ad3c9a2 Changes: Remove tcb token from a testapp and fix credential test
RevBy: TrustMe
15 years ago
Alexey Shilov 50bfea727d Changes: add event loop to qdeclarative booster
RevBy: Pertti Kellomäki
15 years ago
Nimika Keshri 7f79cdef55 Changes: Added X-Demos in .desktop files for test applications
RevBy: TrustMe
15 years ago
Nimika Keshri 1a69a3b407 Changes: Performance test application and test script modified
RevBy: Juha Lintula
Description: The Test application now writes logs to a file with the name of test application
             The test script now takes log file as a command line argument
15 years ago
Nimika Keshri eb507114b1 Changes: Few modifications done for performance test
RevBy: Antti Kervinen
Description: 1. Removed dbus info from the desktop file for test application for perf test
             2. Removed startup info from the test application script
             3. Added more debugs in perf test script
15 years ago
Nimika Keshri 61175bd907 Changes: Increased delay in one_instance_test
RevBy: TrustMe
15 years ago
Oskari Timperi ef554e46ef Changes: add qml performance tests to tests.xml
RevBy: Nimika Keshri
15 years ago
Oskari Timperi 17170fc0ca Changes: removed unnecessary comments
RevBy: TrustMe
15 years ago
Nimika Keshri b74c0d0fc5 Changes: qml tests added to tests.xml 15 years ago
Oskari Timperi 6f94e54da3 New: boot mode tests
RevBy: Nimika Keshri
15 years ago
Nimika Keshri 133dce4ab1 Changes: Added checks for startup times in performance tests
RevBy: Juha Lintula
15 years ago
Oskari Timperi abb2a8aeb4 Changes: remove unnecessary wait from kill_process in utils.py
RevBy: Nimika Keshri
15 years ago
Pertti Kellomäki fd11d995ca Changes: Rename qdeclarativeboostercache -> mdeclarativecache.
RevBy: TrustMe
15 years ago
Nimika Keshri fa1166260a Chnages: Fixing a typo in perf test tests.xml
RevBy: Juha Lintula
15 years ago
Nimika Keshri 2ae954eb05 Changes: Perf test now calculates the time used in componentcache
RevBy: TrustMe
15 years ago
Nimika Keshri 0bc288ee04 Changes: Checks for applauncherd in setup and teardown of tests
RevBy: TrustMe
15 years ago
Nimika Keshri 856f65c04d Changes: fala_wid test script modified to get the window Id of application using pid
RevBy: Juha Lintula
15 years ago
Juha Lintula dc252f484e Changes: Start-up performance test script fixed. Screen lock removal added and sysuid killing removed.
RevBy: Antti Kervinen
15 years ago
Nimika Keshri 32d4b3b8f7 Changes: Disabled perf test using visibility signals
Other minor changes to fix tests failures
RevBy: TrustMe
15 years ago
Antti Kervinen 79739dae5d Changes: according to code review
Details:
- qdeclarativeboostercache linked to X11 and QtGui
- install in CMakeLists fixed to use TARGETS instead of FILES in boosters
- removed qapplication parameter checking in booster cache
15 years ago
Pertti Kellomäki 7214db5cb4 Changes: Add testing for booster-d in test_launched_app_name. 15 years ago
Pertti Kellomäki 8c3ff10eda Changes: Modify test case test_stress_boosted_apps to use booster-d as well.
Also fixes the test case to really catch multiple instances of test app.
15 years ago
Pertti Kellomäki 42d4695160 Changes: Modify test case test_booster_pid_change to use booster-d. 15 years ago
Pertti Kellomäki d0103ab2ea Changes: Modify test case test_booster_killed_or_restarted to use booster-d. 15 years ago
Pertti Kellomäki 469865b6ea Changes: Modify test case test_signal_forwarding to use booster-d. 15 years ago
Pertti Kellomäki 6eaf7e4c2f Changes: Modify test_restart_booster to test for booster-d. 15 years ago
Pertti Kellomäki cafb73187d Changes: Add test case test_fd_booster_d. 15 years ago
Pertti Kellomäki 82a9c9f0a3 Changes: Add test case test_wait_term_qml. 15 years ago
Pertti Kellomäki 02fe6edcf2 Changes: Add test case test_launch_multiple_apps_cont_qml. 15 years ago
Pertti Kellomäki 6073664885 Changes: Add test case test_one_instance_qml. 15 years ago
Pertti Kellomäki a644d9e5dc Changes: Add test case test_launch_multiple_apps_qml. 15 years ago
Pertti Kellomäki 071d0b1e3f Changes: Add test case test_zombie_state_qml. 15 years ago
Pertti Kellomäki 1a74a16901 Changes: Add QML applications to test script. 15 years ago
Pertti Kellomäki 26ddcc35d0 Changes: Add QML Helloworld test application. 15 years ago
Pertti Kellomäki c12ae5a2c0 Changes: Unit tests for the qdeclarativebooster. 15 years ago
Nimika Keshri 11dac1e489 Changes: applauncherd restarted in perf test
RevBy: Juha Lintula
15 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.
15 years ago
Oskari Timperi 01f127ba9d Changes: fix test_correct_creds
RevBy: TrustMe
15 years ago
Oskari Timperi 2ee68892f2 Changes: add a method to security tests that reads tokens application should have from /sys
RevBy: Antti Kervinen
15 years ago
Oskari Timperi eec18c8847 Changes: included single instance tests with invoker in bug tests
RevBy: TrustMe
15 years ago
Oskari Timperi 6669cb1241 Changes: include single instance tests without invoker in bug tests
RevBy: Nimika Keshri
15 years ago
Oskari Timperi 89789eed41 Changes: Refactored single instance tests so that they can be used with invoker
RevBy: Pertti Kellomäki
15 years ago
Oskari Timperi cadc1e6b9a Changes: modified single instance tests so that they can be used with invoker
RevBy: Juha Lintula
15 years ago
Oskari Timperi 2f3b82fb42 New: single-instance tests (without invoker)
RevBy: Juha Lintula
15 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.
15 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.
15 years ago
Olli Leppanen c65d8a6332 Changes:Corrected error on test-perf-mbooster.py
RevBy:TrusMe
15 years ago
Olli Leppanen 883481d7a7 Changes:Commented out the single-instance test case skeletons
RevBy:TrustMe
15 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
15 years ago
Olli Leppanen 74f4265329 Changes:Single instance test skeletons added
RevBy:Juha Lintula
15 years ago
Alexey Shilov 05abf64ae3 Merge remote branch 'origin/master' 15 years ago
Alexey Shilov 3d94bcf6d9 Changes: remove QObject as base class for Booster
RevBy: Jussi Lind
15 years ago
Olli Leppanen ed86371ce3 Changes:Removed README file of test application
RevBy:TrustMe
15 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.
15 years ago
Nimika Keshri 059e582cf0 Changes: Increased timeout for the failing test
RevBy: TrustMe
15 years ago
Nimika Keshri 2139da4de0 Changes: theme tests removed. Also fixed some tests failures.
RevBy: TrustMe
15 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
15 years ago
Nimika Keshri 8ef73be92d Changes: Test Application xsesndevent added. Launch prestarted app modified
RevBy: Olli Leppanen
15 years ago
Juha Lintula 7d65a7de19 Changes: single-instance support, invoker bad exit status removed, check file added
RevBy: Jussi Lind, Juha Lintula
15 years ago
Oskari Timperi 4c795aac1f Changes: Add a sleep to test_launch_wo_applauncherd so that boosters can rename themselves
RevBy: Nimika Keshri
15 years ago
Oskari Timperi b5339dd16f Changes: add invoker param tests to tests.xml
RevBy: TrustMe
15 years ago
Oskari Timperi 1653cce4f6 Changes: Add tests for invokers --creds, --respawn and --type parameters
RevBy: Nimika Keshri
15 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
15 years ago
Nimika Keshri 0f33b8ca67 Changes: Fixing no-aegis test failure
RevBy: Olli Leppanen
15 years ago
Nimika Keshri 1a280533e3 Changes: theme-change test removed.
RevBy: Jussi Lind
15 years ago
Olli Leppanen 29d959bf36 Changes:Added the stop of sysuid to the startup time from grid tests.
RevBy:TrustMe
15 years ago
Nimika Keshri 7477c88d34 Changes: creds test failure fixed
RevBy: Olli Leppanen
15 years ago
Jussi Lind 4a0d5de729 Changes: Boosters loaded as plugins.
Details: Boosters are in separate dirs under src/ and are compiled/loaded as plugins.
15 years ago
Nimika Keshri bbaa974f51 Changes:New test added that checks that booster pid is acquired by application started using booster
RevBy: Olli Leppanen
15 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
15 years ago
Olli Leppanen 9258944a92 Changes:Changed wait time between button press and release
from 100ms to 200ms in pixelchanged.

RevBy:TrusMe
15 years ago
Nimika Keshri 319b9d9af3 Changes: Code refactoring done for tests. Debugs added
RevBy: TrustMe
15 years ago
Oskari Timperi c0ecfcb7fa Changes: performance test uses pixelchanged with two tracked pixels
RevBy: Olli Leppänen
15 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
15 years ago
Olli Leppanen 34e0c5099e Changes:Put the 600 ms timelimit into commandline launching
startup time test.

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

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

RevBy: TrustMe
15 years ago
Olli Leppanen d194a3c77d Changes:Increased the timeout of startup time tests from grid
RevBy:TrusMe
15 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
15 years ago
Jussi Lind a05e7ddaa0 Changes: Some useless X11 modules removed from fala_windowid's CMakeLists.txt
RevBy: TrustMe
15 years ago