kabeer khan
c0b95e61cd
Fixed DSO error which occured in auto build
...
Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>
Reviewers: tasn, cedric
Differential Revision: https://phab.enlightenment.org/D2584
8 years ago
kabeer khan
e02ad005f1
Using sha1 to compare two images in play step instead of md5
...
Summary:
Using using emile to calculate image sha1 instead of md5 to compare
two images, hence making exactness independant of md5.
Signed-off-by: kabeer khan <kabeer.khan@samsung.com>
Reviewers: cedric, tasn
Differential Revision: https://phab.enlightenment.org/D2569
8 years ago
Stefan Schmidt
9be2fb5747
Remove useless file that is not related to the project.
8 years ago
Stefan Schmidt
f5d21bf0ad
build: Use silent rules for automake by deafult.
...
This allows us to have a sane clean build ouput and spot problems easier.
Using V=1 is still possible to get a verbose output.
8 years ago
kabeer khan
a701d336ca
Make exactness independant of elementary
...
Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>
Reviewers: tasn
Differential Revision: https://phab.enlightenment.org/D2105
8 years ago
Tom Hacohen
e2c1fa0636
Remove unused variable.
8 years ago
kabeer khan
079dbb6dd5
added code to enable shots capturing of ecore_evas and evas examples
...
Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>
Reviewers: cedric, tasn
Reviewed By: tasn
Differential Revision: https://phab.enlightenment.org/D2082
8 years ago
kabeer khan
450d2888eb
Add key up/down with keycode event handler
...
Summary:
To catch key press event added key up/down with keycode event handler
Signed-off-by: kabeer khan <kabeer.khan@samsung.com>
Reviewers: cedric, tasn
Differential Revision: https://phab.enlightenment.org/D2052
8 years ago
Tom Hacohen
93620e389f
Add arc config.
8 years ago
kabeer khan
c883067d4b
Added .gitignore in bin folder to ignore exactness binary
...
Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>
Reviewers: tasn
Differential Revision: https://phab.enlightenment.org/D2057
8 years ago
Tom Hacohen
3b0eb3b873
Fixed a bug preventing it from working on some setups.
10 years ago
Tom Hacohen
37655cbab1
Updated README.
10 years ago
Tom Hacohen
163567f0cc
Added a more verbose "Shot taken" message.
...
Include the filename in the message.
10 years ago
Tom Hacohen
a2c36ec82a
Fix memory leak of filename when running in simulation mode.
10 years ago
Tom Hacohen
7f40296382
Sort exactness errors.
10 years ago
Tom Hacohen
4b8326ad60
Change image files naming template: name_%d.png -> name_%03d.png.
10 years ago
Tom Hacohen
5500a3c0b1
Add an hook to evas_event_input_mouse_move.
...
Apparently this one is what the new function that is used by ecore_input
(and should be used by input providers) to get input to Evas.
10 years ago
Tom Hacohen
b606de65cc
Hook on evas_new instead of elm_win_add when tracking Evas.
...
This makes it more general and thus suitable for non-elm applications.
10 years ago
Tom Hacohen
b4b7e65edd
Fix initialization issues (and thus some segfaults).
...
Init ecore before using it, shutdown after done.
Init eet, as we need it as well.
10 years ago
Tom Hacohen
b5523094af
Print an error if report file can't be opened for writing.
10 years ago
Tom Hacohen
2d5cc83ed5
Also fail if exit signal is non-zero.
...
We should fail if we segfault, or exit because of another error that
ecore_exe reports a zero exit code for.
10 years ago
Daniel Willmann
f94850e84a
ecore_init/shutdown: Proper refcounting for wrappers
...
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
10 years ago
Tom Hacohen
ed1d015b8f
Added more verbose output to test buildbot.
10 years ago
Tom Hacohen
afb0cd3cd1
Added the 'wrap' parameter, to use a wrapping command around the tests.
...
A good example would be valgrind.
10 years ago
Daniel Willmann
eac1c58b97
There is not data/ dir, don't try to generate Makefiles for it
...
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
10 years ago
Tom Hacohen
c99fdfb239
Added some verbose support (including cursor in simulation).
10 years ago
Tom Hacohen
36fe181d8e
Moved recordings to exactness-data-elm.
10 years ago
Tom Hacohen
3e4c93bd83
Make the Exactness error report valid XHTML 1.0 Strict.
10 years ago
Tom Hacohen
11cc575120
Added html output for easier viewing of the errors.
10 years ago
Daniel Willmann
feac36f368
Fix destdir usage for destdir != ./
...
Some more checks would be good, but this fixes basic usage for now.
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
10 years ago
Tom Hacohen
93ed31024e
Removed accidentally added printf.
10 years ago
Tom Hacohen
c5860fc6e6
Fixed exactness compilation. Thanks seoz.
10 years ago
Tom Hacohen
b421382985
Fixed button test following last change.
10 years ago
Tom Hacohen
3a7ab8daa1
Fixed tests list to run the correct buttons test.
10 years ago
Tom Hacohen
c2547c0199
Made the exactness script a C program (with improvements).
...
It's now considerably faster thanks to concurrency.
It's cleaner (almost the same loc).
Better error output.
Easier to use.
10 years ago
Tom Hacohen
c3340d7909
Fixed anchorview and anchorblock and use " instead of backslash escaping.
10 years ago
Tom Hacohen
6d474175e2
More clean-ups.
10 years ago
Tom Hacohen
a1b35c44ac
Reduced some code duplicity.
10 years ago
Tom Hacohen
2a31033738
Fixed info message.
10 years ago
Tom Hacohen
110ae5c4a7
Also ship tests.txt.
10 years ago
Tom Hacohen
c00c3aaa29
Added explanations to the flags to the help message.
...
Also fixed indentation.
10 years ago
Tom Hacohen
33df8ecb2c
Get rid of the compare option, useless.
10 years ago
Tom Hacohen
381bd401f8
Get rid of the useless TSUITE_BASE_DIR env var.
10 years ago
Tom Hacohen
6873cad582
Implement VERBOSE the same way as DEBUG.
10 years ago
Tom Hacohen
50cef78346
Fixed usage of backtick that broke in a previous commit.
...
commit that broke it: 802baf489f
10 years ago
Tom Hacohen
fdb791a421
Changed base dir to a sane default.
10 years ago
Tom Hacohen
bf5f589310
Fixed up indentation and some general style.
10 years ago
Tom Hacohen
802baf489f
Cleaned up script generation and got rid of the atrocious write.sh
10 years ago
Tom Hacohen
7b1df1a40f
Fixed out of source builds.
10 years ago
Cedric BAIL
2f559b6a63
trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it.
...
Patch by Doug Newgard <scimmia22@outlook.com>
SVN revision: 82148
11 years ago