summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Update test data for improved nsoption colour rendering.Michael Drake2020-04-071-1/+1
|
* fix start stop test to set launch options correctlyVincent Sanders2020-03-231-3/+2
|
* integration test remove remaining windows when browser has been quitVincent Sanders2020-03-231-0/+2
|
* fix integration test repeat "max" handlingVincent Sanders2020-03-231-12/+30
|
* make conditionals optional in integration test sleep-ms actionVincent Sanders2020-03-231-1/+1
|
* add ability for monkey farmer to launch browser with environment variables setVincent Sanders2020-03-232-2/+22
|
* test: Add disc_cache_path to Choices-all test dataDaniel Silverstone2020-02-241-0/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkey_driver: Add launch-time option supportDaniel Silverstone2020-02-241-1/+5
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* test: Another corestringDaniel Silverstone2020-02-241-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Test: libmalloc_fig.so needs "-ldl".Michael Drake2020-02-241-1/+1
|
* utils: Add hashmap_count()Daniel Silverstone2020-02-231-1/+6
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* utils: Add iteration API to hashmapDaniel Silverstone2020-02-231-1/+100
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* utils: Add a generic hashmap and tests for itDaniel Silverstone2020-02-232-0/+472
| | | | | | | | | | | | | | In order to be able to use a generic hashmap in things such as the fs_backing_store we want one to exist. Here it is, along with some moderately comprehensive tests. Current limits: 1. All keys and values are owned by the hashmap 2. The hashmap, while capable of different bucket counts only has a single fixed count for now Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* test: Increase window destroy timeout to 30s by defaultDaniel Silverstone2020-02-221-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* test: Extra info when windows don't destroy quicklyDaniel Silverstone2020-02-221-0/+4
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* test: Bring corestring test count up to dateDaniel Silverstone2020-02-211-4/+8
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Core: Remove unused minimum GIF delay option.Michael Drake2020-02-212-2/+0
|
* improve monkey-see-monkey-do backtrace output to include function nameVincent Sanders2020-01-121-12/+20
|
* monkey-see-monkey-do: Don't use personal address decoderDaniel Silverstone2020-01-101-1/+1
| | | | | | | Fix what looks like a typo but was in fact a use of a personal wrapper around addr2line, to simply use addr2line. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkey-see-monkey-do: Decode backtracesDaniel Silverstone2020-01-101-1/+15
| | | | | | | To improve debugging, decode backtraces discovered during runs with monkey-see-monkey-do Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkeyfarmer.py: Ensure that we capture and repeat stderrDaniel Silverstone2020-01-101-1/+45
| | | | | | | | In order that we can process stderr in monkey-see-monkey-do we need to capture it in the farmer and re-echo it through Python's stderr object Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* stop bad unicode data from crashing teh test harnessVincent Sanders2019-12-311-1/+5
| | | | | | instead of exploding if monkey returns a bad unicode string instead a warning will be reported and the unicode decode performed with character replacemnt instead
* remove unused render_resample option from beos, gtk and monkey frontendsVincent Sanders2019-12-212-2/+0
|
* make RISC OS specific window_screen_ options limited to that frontendVincent Sanders2019-12-202-4/+0
|
* remove long unused plugin option from gtk and monkeyVincent Sanders2019-12-172-2/+0
|
* monkey: Support testing page info stateDaniel Silverstone2019-12-013-0/+85
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* use faster loader for yaml in test parsingDaniel Silverstone2019-11-301-1/+1
|
* add abiliy for test runner to filter by groupVincent Sanders2019-11-301-6/+15
|
* allow setting division pararameter on test plan fetchVincent Sanders2019-11-281-45/+61
|
* move the fallback text for about handler into messages handlerVincent Sanders2019-10-301-2/+1
|
* improve human_friendly_bytesize to cope with sizes up to 16 exibytesVincent Sanders2019-10-191-12/+21
|
* fix toolbar visibility checkboxes initial stateVincent Sanders2019-10-031-0/+1
|
* make options test use build directory for temporary files rather than /tmpVincent Sanders2019-09-212-1/+6
|
* make the temporary file names unique so other tests do not overwrite themVincent Sanders2019-09-211-1/+3
|
* fix options testVincent Sanders2019-09-211-1/+2
|
* monkey_driver: Make window-close take timeout=5Daniel Silverstone2019-09-071-1/+2
| | | | | | | | | | In the parallel test we run, it can sometimes take more than a second for the JS compartment of a window to close down. Since that's part of the shutdown of a window, the driver can end up timing out. Default the timeout to 5s for window-close but make it possible to specify in the yaml too. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkey_driver: Fix sleep-msDaniel Silverstone2019-08-031-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkeyfarmer: Make polling even more robustDaniel Silverstone2019-08-031-3/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkeyfarmer, driver: Add support for clicking on thingsDaniel Silverstone2019-08-032-3/+58
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkeyfarmer: Probably make handling of monkey more robustDaniel Silverstone2019-08-031-2/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* monkeyfarmer: Be a little more verbose when exitingDaniel Silverstone2019-08-021-0/+3
| | | | | | | In an effort to try and determine why we sometimes get unexpected exits, print the line queue during the handling of process exit. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Monkey: Properly support reload in farmer and driverDaniel Silverstone2019-08-022-2/+14
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* ensure monkey farmer copes with recv returnint EAGAINVincent Sanders2019-07-061-11/+18
|
* make monkey driver and farmer python files pylint and pep8 cleanVincent Sanders2019-07-042-142/+260
|
* fix monkey testing setting of options to add necessary prefixVincent Sanders2019-07-022-4/+4
|
* attempt to make monkeyfarmer process exit detection more reliableVincent Sanders2019-06-271-5/+5
|
* monkey_driver.py: Allow for no wrapper to be passedDaniel Silverstone2019-06-151-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Sleepy JS test, handy to alt+f4 during load to check shutdownDaniel Silverstone2019-06-151-0/+13
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Monkey: Support a -w argument to the monkey_driver.pyDaniel Silverstone2019-06-152-8/+25
| | | | | | | | | In order to better support valgrind and friends, add -w to the monkey driver. You can use it as: monkey_driver.py ...normalargs... -w 'valgrind -v --track-origins=yes' Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* allow repeat loops to specify values and navigation to use themVincent Sanders2019-06-121-10/+34
|