Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up compilation flags | Robert Tari | 2022-02-11 | 1 | -8/+1 |
| | |||||
* | tests/run-xvfb.sh: Allow sourcing run-xvfb.sh with /bin/sh. | Mike Gabriel | 2022-02-08 | 1 | -1/+1 |
| | |||||
* | Use /bin/sh for running tests | Luca Weiss | 2022-02-08 | 1 | -4/+4 |
| | | | | The tests run fine with busybox ash as /bin/sh and do not require bash. | ||||
* | tests/CMakeLists.txt: Assure that modified outside environment variables ↵ | Mike Gabriel | 2021-10-24 | 1 | -4/+4 |
| | | | | | | | (see debian/rules) survive into the dbus-test-runner wrapped environment. This hopefully fixes build failures in sbuild build chroots where we build our upstream DEBs for Debian and Ubuntu. | ||||
* | Re-introduce (CMake based) build support against GTK+ 2.0. | Mike Gabriel | 2021-10-23 | 1 | -16/+22 |
| | |||||
* | Drop Automake files | Robert Tari | 2021-06-09 | 1 | -207/+0 |
| | |||||
* | Add CMakeLists.txt files + cmake/ helpers | Robert Tari | 2021-06-09 | 1 | -0/+184 |
| | |||||
* | {src,tests}/Makefile.am: Drop -Werror flag for now. Needs to be re-added later. | Mike Gabriel | 2021-05-25 | 1 | -8/+8 |
| | |||||
* | tests/Makefile.am: Add --keep-env option to dbus-test-runner calls. Allows ↵ | Mike Gabriel | 2021-04-30 | 1 | -1/+1 |
| | | | | propagating e.g. a build HOME into the DBus test environment. | ||||
* | Make test-simple-app really working. | Dmitry Shachnev | 2017-05-15 | 1 | -14/+13 |
| | |||||
* | tests/run-xvfb.sh: Give tests even more time (10s). | Mike Gabriel | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | tests/run-xvfb.sh: Give tests more time (4s instead of 2s) to complete. This ↵ | Mike Gabriel | 2015-11-11 | 1 | -1/+1 |
| | | | | may help with observed / arbitrary test failures when built on jenkins.arctica-project.org. | ||||
* | Fork from Ubuntu's libappindicator project. | Mike Gabriel | 2015-11-10 | 1 | -9/+9 |
| | |||||
* | * Build with -Wno-error=deprecated-declarations. | Matthias Klose | 2013-12-19 | 1 | -8/+8 |
| | | | | | | * Don't build the mono bindings on ppc64el, not available. * Disable building the example, vala build error. | ||||
* | We don't need to kill at-spi2-registry, that was only meant for testing. | Mathieu Trudel-Lapierre | 2013-02-04 | 1 | -4/+0 |
| | |||||
* | flush the dbus connection before exiting test-libappindicator-status-server | Charles Kerr | 2013-01-29 | 2 | -16/+23 |
| | |||||
* | Increase dbus-test-runner timeout to 5 minutes to give tests enough time to ↵ | Mathieu Trudel-Lapierre | 2013-01-23 | 1 | -1/+1 |
| | | | | start up and run on buildds, especially on slow architectures. | ||||
* | Remove deprecated calls to g_type_init() | Mathieu Trudel-Lapierre | 2013-01-16 | 4 | -8/+0 |
| | |||||
* | Adjust timeouts and log handlers to not fail tests unnecessarily. | Mathieu Trudel-Lapierre | 2013-01-16 | 4 | -3/+32 |
|\ | |||||
| * | increase another test timeout to make amd64 build | Michael Terry | 2013-01-14 | 1 | -1/+1 |
| | | |||||
| * | some packaging fixes to make tests more resistant to timing issues and ↵ | Michael Terry | 2013-01-10 | 3 | -2/+31 |
| | | | | | | | | warnings from sub-libraries | ||||
* | | More traces | Mathieu Trudel-Lapierre | 2013-01-08 | 1 | -0/+8 |
|/ | |||||
* | Update to new actions format in libindicator | Ted Gould | 2012-03-09 | 1 | -8/+7 |
| | |||||
* | Adding a test to track setting of the title | Ted Gould | 2012-01-28 | 1 | -0/+2 |
| | |||||
* | Adding a TargetEnvironment to the desktop file | Ted Gould | 2011-03-10 | 1 | -3/+4 |
| | |||||
* | Blocking the menu proxy from our test | Ted Gould | 2011-02-10 | 1 | -0/+1 |
| | |||||
* | GTK3 fixes | Ken VanDine | 2011-01-25 | 1 | -8/+14 |
| | |||||
* | Adding the dbus test as an expected failure as it's pretty fragile right ↵ | Ted Gould | 2010-12-08 | 1 | -0/+1 |
| | | | | now. Needs to be refactored when we switch to GDBus | ||||
* | Switching around so that this test passes even if it's not perfect. | Ted Gould | 2010-12-08 | 1 | -8/+8 |
| | |||||
* | Drop the need and use of dbus-glib | Ted Gould | 2010-12-08 | 1 | -4/+0 |
| | |||||
* | Adding a build for dbus-glib for tests so that we can pass them unmodified. | Ted Gould | 2010-12-08 | 1 | -16/+16 |
| | |||||
* | Merging from trunk with the desktop convience function. | Ted Gould | 2010-12-03 | 3 | -1/+153 |
|\ | |||||
| * | Fleshing out a function to see if an invalid name results in no entries | Ted Gould | 2010-11-11 | 1 | -0/+25 |
| | | |||||
| * | Changing the ID to ensure we get different paths | Ted Gould | 2010-11-11 | 1 | -1/+1 |
| | | |||||
| * | Test fix for property test | Ted Gould | 2010-11-11 | 1 | -0/+7 |
| |\ | |||||
| | * | Clearing the events before unrefing | Ted Gould | 2010-11-11 | 1 | -0/+7 |
| | | | |||||
| * | | Switching to be dbusmenu based instead of GTK menu based | Ted Gould | 2010-11-11 | 1 | -4/+15 |
| | | | |||||
| * | | Adding a property for getting the dbusmenu server | Ted Gould | 2010-11-11 | 1 | -0/+48 |
| |\| | |||||
| | * | Test setting the menu and verify it comes out | Ted Gould | 2010-11-11 | 1 | -0/+48 |
| | | | |||||
| * | | Adding a test to check the number of items in the desktop file | Ted Gould | 2010-11-08 | 1 | -0/+17 |
| | | | |||||
| * | | Adding the srcdir to the build command line | Ted Gould | 2010-11-08 | 1 | -0/+1 |
| | | | |||||
| * | | Adding a desktop file for testing | Ted Gould | 2010-11-08 | 2 | -1/+26 |
| | | | |||||
| * | | Adding in a couple of desktop tests | Ted Gould | 2010-11-08 | 1 | -0/+18 |
| |/ | |||||
* / | Removing the approver test and switching the build flags | Ted Gould | 2010-12-02 | 2 | -223/+16 |
|/ | |||||
* | Fix approver for function change | Ted Gould | 2010-08-19 | 1 | -1/+1 |
| | |||||
* | More signalling tests. | Ted Gould | 2010-08-03 | 1 | -0/+28 |
| | |||||
* | Setting up a basic signals test | Ted Gould | 2010-08-03 | 1 | -0/+42 |
| | |||||
* | Stupid reverse logic in the string comparison. | Ted Gould | 2010-08-03 | 1 | -7/+7 |
| | |||||
* | Adding a test to set the label and guides a bunch. | Ted Gould | 2010-08-03 | 1 | -0/+63 |
| | |||||
* | Add a fail timeout so this test can't block. | Ted Gould | 2010-07-12 | 1 | -0/+9 |
| |