Commit Graph

22 Commits

Author SHA1 Message Date
Tom Hacohen fdb791a421 Changed base dir to a sane default. 2013-04-26 13:54:39 +01:00
Tom Hacohen bf5f589310 Fixed up indentation and some general style. 2013-04-26 10:25:57 +01:00
Tom Hacohen 802baf489f Cleaned up script generation and got rid of the atrocious write.sh 2013-04-19 17:12:00 +01:00
Tom Hacohen 7b1df1a40f Fixed out of source builds. 2013-03-18 16:36:10 +00:00
Aharon Hillel 52bc4e785e exactness: added -v (verbose) option
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68272
2012-02-22 13:44:08 +00:00
Aharon Hillel 6d68ce3439 exactness: Make it possible to run only selected tests from list file.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 67970
2012-02-15 09:56:07 +00:00
Aharon Hillel 7a99abbbb0 exactness: Fixed test command Using eval to handle test-names containing spaces
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 67931
2012-02-14 13:52:49 +00:00
Aharon Hillel 733147a272 exactness: removed debug message
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 67930
2012-02-14 13:52:46 +00:00
Aharon Hillel 63b9b57ec4 exactness: fixed HELP shown with exactness -h
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 67929
2012-02-14 13:52:43 +00:00
Aharon Hillel 64137e1da6 exactness: added report of executable return code
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 67927
2012-02-14 13:52:38 +00:00
Aharon Hillel b5bfa0f8aa exactness: Changed script to work with command-file
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 67926
2012-02-14 13:52:35 +00:00
Aharon Hillel f31c5c0234 Exactness: First version of script working with env-vars
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 67925
2012-02-14 13:52:31 +00:00
Aharon Hillel 87c02c6117 exactness: Changed user message.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66392
2011-12-20 13:41:39 +00:00
Aharon Hillel 17815fa441 exactness: added simulate mode
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66378
2011-12-20 09:12:18 +00:00
Aharon Hillel 21b1c61796 exactness: Refined error-summery messages
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66370
2011-12-20 08:54:49 +00:00
Aharon Hillel 111c5f2259 exactness: reteruning non-zero value on failure
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66369
2011-12-20 08:53:38 +00:00
Aharon Hillel d4e0182e05 exactness: Automatically compare outputs when running "play".
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66313
2011-12-18 14:12:01 +00:00
Aharon Hillel 059b2933cf exactness: removed force-flag on file removal
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66249
2011-12-15 10:00:27 +00:00
Aharon Hillel 4cf2e20323 exactness: fixed file-removal to be more safe
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66239
2011-12-15 09:04:34 +00:00
Aharon Hillel 85ffe5ac15 exactness: Added BaseDir arg,using GETOPT to process command line 1. Added BaseDir argument [-b BaseDir] to tell exactness where to find rec 2. tsuite.c now using ecore getopt to process command line args
Signed-off-by: Aharon Hillel <aharon@aharon-linux-sm.(none)>

SVN revision: 66117
2011-12-12 13:55:05 +00:00
Aharon Hillel b771ef56bc exactness: Added basedir argument for rec.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66116
2011-12-12 13:55:02 +00:00
Aharon Hillel e820a4033d Exactness: initial commit.
(Commit message by TAsn):
Exactness is a pixel perfect test suite for elm/evas/edje.
Exactness lets you write tests, and then record a specific interaction
with them, while taking windowshots in the process. The tests can later
be played back (windowshots will be automatically taken) and the
pictures will be compared for differences (usage of fail_if is also
      supported).
There is a premade set of tests and recordings for all (most?) of the
elementary widgets in various scenarios.
Because of the nature of this test suite, it doesn't handle well any
tests with continued running animations/viedos (timing can never be 100%
      right). But you can use it to test widgets with transition
animations. Bottom line: just give it a go.

Read the README for more inforamtion.

I hope it'll be deployed on our servers soon, as we really need
automatic testing.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 65961
2011-12-06 16:05:14 +00:00