Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a sleep before clickingDaniel Narvaez2012-11-111-0/+3
| | | | Apparently if we click immediately sometimes it doesn't work.
* Actually indent node dumpDaniel Narvaez2012-11-111-1/+1
|
* Cannot use find_children to iterateDaniel Narvaez2012-11-111-5/+2
| | | | It's recursive
* Swapped list and single childDaniel Narvaez2012-11-111-2/+2
|
* Return the last resultDaniel Narvaez2012-11-111-1/+2
|
* Return empty list for childrenDaniel Narvaez2012-11-111-2/+2
|
* LeftoverDaniel Narvaez2012-11-111-1/+0
|
* Fix node/accessible mismatchDaniel Narvaez2012-11-111-5/+5
|
* Missing returnDaniel Narvaez2012-11-111-1/+1
|
* Find on the child when crawlingDaniel Narvaez2012-11-111-1/+2
|
* Don't retry when dumping the treeDaniel Narvaez2012-11-111-1/+4
|
* Dump the tree on find failuresDaniel Narvaez2012-11-111-0/+2
|
* Don't die if name is not specifiedDaniel Narvaez2012-11-111-1/+3
|
* Missing parameterDaniel Narvaez2012-11-111-1/+1
|
* Print information about retriesDaniel Narvaez2012-11-111-6/+9
|
* Sleep inside the while loopDaniel Narvaez2012-11-111-2/+4
|
* Remove now unnecessary sleepsDaniel Narvaez2012-11-111-6/+0
|
* Retry atspi calls to avoid timing issuesDaniel Narvaez2012-11-111-0/+22
|
* Check for gstream 1.0 typelib in 3.6Daniel Narvaez2012-11-113-2/+3
|
* Use pygobject stable branchDaniel Narvaez2012-11-111-1/+1
|
* Fix xml errorDaniel Narvaez2012-11-111-1/+1
|
* Build a pygobject with a fix for bgo 688067Daniel Narvaez2012-11-111-0/+7
|
* Fix malformed xmlDaniel Narvaez2012-11-111-0/+1
|
* Drop support for Ubuntu 12.04Daniel Narvaez2012-11-118-7/+44
| | | | Add support for Ubuntu 12.10 and Fedora 18
* Check for python, Ubuntu doesn't have python2Daniel Narvaez2012-11-112-2/+2
|
* Add a few missing dependenciesDaniel Narvaez2012-11-113-1/+19
|
* Split distro checks to a python fileDaniel Narvaez2012-11-112-28/+31
|
* Avoid duplicates in the list of packages to installDaniel Narvaez2012-11-111-1/+1
|
* Add i686, which is what uname repost on Ubuntu 12.10Daniel Narvaez2012-11-111-1/+1
|
* Work around script bugDaniel Narvaez2012-11-111-1/+1
| | | | | It always returns an error without -t. Now fixed upstream but not yet in the distros.
* Allow to specify a check nameDaniel Narvaez2012-11-115-46/+68
| | | | | | | It's useful for python checks for example, where the check is more than just a name. Still use check if check_name doesn't exist mostly to avoid a bunch of changes to the json.
* Refactor check groupsDaniel Narvaez2012-11-119-21/+18
|
* Split dependencies info out of check-systemDaniel Narvaez2012-11-119-313/+371
|
* Move modules in their own dirDaniel Narvaez2012-11-113-2/+6
|
* Hack for 64 bit ubuntuDaniel Narvaez2012-11-101-0/+4
|
* Update to latest jhbuildDaniel Narvaez2012-11-101-0/+0
|
* Add gstreamer depDaniel Narvaez2012-11-101-0/+4
|
* Add a couple of missing dependenciesDaniel Narvaez2012-11-091-0/+8
|
* More dogtail -> ui-tests renamingDaniel Narvaez2012-11-072-12/+5
|
* Rework tests to be based on pyatspi onlyDaniel Narvaez2012-11-076-33/+92
| | | | | | | | dogtail is not packaged for ubuntu at the moment and dogtail adds another layer which can make it difficult to debug intermittent failures. We might switch back at some point but for now I think it's easier to stay lower level and try to figure out how to improve reliability there.
* Use a tarball for glibDaniel Narvaez2012-11-061-1/+5
| | | | | Building leaves the tree dirty which confuses jhbuild. It's fixed on master but not on the branch we use.
* Use a tag for libxklavierDaniel Narvaez2012-11-051-1/+1
|
* Bump gtk+Daniel Narvaez2012-11-051-1/+1
| | | | This is going to break the UI tests, we will fix it.
* Bump atk modulesDaniel Narvaez2012-11-051-3/+3
|
* Bump glib and related modulesDaniel Narvaez2012-11-051-3/+3
|
* Bump gstreamer modulesDaniel Narvaez2012-11-051-7/+8
|
* Exit with error if pre-checks failsDaniel Narvaez2012-11-021-6/+8
|
* If pre-checks fails stopDaniel Narvaez2012-11-021-7/+10
|
* Fix broken variable nameDaniel Narvaez2012-11-021-1/+1
|
* Update TODODaniel Narvaez2012-11-021-2/+0
|