Gregory Hainaut
|
8ab46827de
|
tests: be more user friendly
Default inis dir
Use 8 CPU by default
Print a nice gdb command to replay the test
|
2016-02-12 19:10:36 +01:00 |
Gregory Hainaut
|
91e46a94f5
|
tests: disable spu sound in test
Avoid spurious alsa error message
|
2016-01-30 12:39:17 +01:00 |
Gregory Hainaut
|
eaa211212d
|
ee-fpu: upgrade the FPU to 3.0
properly return reserved register
Fix FCR test :)
|
2016-01-29 23:24:11 +01:00 |
Gregory Hainaut
|
65daf74d0e
|
tests: sort the blacklisted test
|
2016-01-29 19:53:21 +01:00 |
Gregory Hainaut
|
1d4e2cedf8
|
tests: update the list of bad test
|
2016-01-27 22:39:40 +01:00 |
Gregory Hainaut
|
522149f503
|
tests: remove some carriage returns
|
2016-01-26 18:15:47 +01:00 |
Gregory Hainaut
|
75ec16fd72
|
test: redo run phase to support windows
|
2016-01-26 09:18:15 +01:00 |
Gregory Hainaut
|
393e56a604
|
tests: handle better timeout
Relying on the timeout program
|
2016-01-24 22:32:00 +01:00 |
Gregory Hainaut
|
411010e6e6
|
tests: add --bad option to run only blacklisted test
|
2016-01-24 20:11:25 +01:00 |
Gregory Hainaut
|
64718e576f
|
test: fix path mess
Not a good idea to compute the absolute path 2 times. Add more logging.
|
2016-01-24 19:27:24 +01:00 |
Gregory Hainaut
|
3f5ac02697
|
tests: take 431414...
restore cwd after the find
just put the front letter in cyg_abs_path (as previous working bash script)
|
2016-01-24 18:53:46 +01:00 |
Gregory Hainaut
|
8b1c465bf6
|
fix a typo
|
2016-01-24 18:28:38 +01:00 |
Gregory Hainaut
|
00dea566f2
|
tests: auto detect cygwin
|
2016-01-24 18:18:22 +01:00 |
Gregory Hainaut
|
e8f8d55010
|
tests: uses standard perl path for perl operation
|
2016-01-24 16:37:36 +01:00 |
Gregory Hainaut
|
e985488471
|
tests: create a common cygpath function to ease future test
|
2016-01-24 15:21:47 +01:00 |
Gregory Hainaut
|
91362f938d
|
tests: use cygpath on cfg destination dir
|
2016-01-23 18:58:36 +01:00 |
Gregory Hainaut
|
82fe0148f2
|
tests:chomp cygpath
|
2016-01-23 18:50:43 +01:00 |
Gregory Hainaut
|
b174f4736f
|
tests: replace cygwin auto detection by an option
Until I found a better solution
|
2016-01-23 18:42:17 +01:00 |
Gregory Hainaut
|
e0ac3cfb12
|
test: add an useful print
|
2016-01-23 18:37:22 +01:00 |
Gregory Hainaut
|
8ff78378cd
|
tests: try to be compatible with cygwin
|
2016-01-23 18:35:34 +01:00 |
Gregory Hainaut
|
e36f1d3128
|
tests: requires a double escape due to double evaluation
|
2016-01-23 13:45:16 +01:00 |
Gregory Hainaut
|
c00b427efa
|
tests: add irx support
|
2016-01-23 13:37:39 +01:00 |
Gregory Hainaut
|
6b513239f8
|
tests: add --option k=v to overload PCSX2 option
Allow to easily switch rounding/clamping/Interpreter vs recompiler
|
2016-01-20 20:31:55 +01:00 |
Gregory Hainaut
|
7b2dc697fb
|
tests: add dry_run and regression option
dry_run to quickly test the script
regression to blacklist bad test
|
2016-01-20 19:37:45 +01:00 |
Gregory Hainaut
|
8a9a56707c
|
tests: fix diff bug and use default option value
You can use the 2 following variables to give a default --suite and --cfg options
* PS2_AUTOTESTS_ROOT
* PS2_AUTOTESTS_CFG
|
2016-01-20 07:56:32 +01:00 |
Gregory Hainaut
|
30c4456b85
|
tests: port shell code to pure PERL
|
2016-01-19 22:59:20 +01:00 |
Gregory Hainaut
|
fd237244a2
|
tests: add a testname option to filter tests
[skip ci]
|
2016-01-18 23:53:28 +01:00 |
Gregory Hainaut
|
39f661c5f5
|
tests: show replay command for timed-out test
|
2016-01-18 23:40:04 +01:00 |
Gregory Hainaut
|
807ec04229
|
tests: help + replay command
Remove useless debug info too
|
2016-01-18 21:41:16 +01:00 |
Gregory Hainaut
|
44f1281915
|
tests: add a show diff opt
|
2016-01-18 20:26:36 +01:00 |
Gregory Hainaut
|
c6794733ca
|
tests: detect timeout
Unfortunately I doesn't manage to kill the bad process.
|
2016-01-18 20:20:57 +01:00 |
Gregory Hainaut
|
157b68a29f
|
tests: add a nice reporting status, fix MT test
|
2016-01-18 18:54:43 +01:00 |
Gregory Hainaut
|
68daf5f0ad
|
test: improve the test runner
Improve the configuration of the build (log)
Run on multiple CPU (not tested)
Remove the logging hack in the GUI
Still miss:
* result
* help
|
2016-01-18 18:19:38 +01:00 |
Gregory Hainaut
|
b9c5ab08a8
|
test: add a new PERL test runner
Miss all importants features.
* Multi thread
* Self Configuration
* Result report
* help ;)
|
2016-01-18 10:34:58 +01:00 |