Commit Graph

  • 781f294654 Helper: write recording only if needed Daniel Zaoui 2016-11-06 10:19:37 +0200
  • ee1e8f77e1 Print command line when verbose is on Daniel Zaoui 2016-11-06 08:43:47 +0200
  • dd4c1caade Store and compare objects information at every shot Daniel Zaoui 2016-10-13 07:46:39 +0300
  • 8e0a638b19 Rename static variable Daniel Zaoui 2016-10-16 08:26:11 +0300
  • 33730b5dcd Destination directory is not needed during simulation Daniel Zaoui 2016-10-10 10:42:23 +0300
  • 0eb607e7df Separate code related to recording and to playing hooks. Daniel Zaoui 2016-10-09 10:15:37 +0300
  • 081a86902c Rename internal file Daniel Zaoui 2016-10-09 07:41:20 +0300
  • 66347ba6a7 Modify internal functions scope. Daniel Zaoui 2016-10-09 07:38:07 +0300
  • 389c05bb5c Remove unused structure Daniel Zaoui 2016-10-09 07:14:21 +0300
  • 905a507ab0 Centralize run command string generation Daniel Zaoui 2016-09-29 08:00:00 +0300
  • 1ad03a2e49 Modify macro to prevent simple-but-hard-to-find bugs Daniel Zaoui 2016-09-22 07:52:27 +0300
  • 95327a0f7c Recording: support new EFL input events Daniel Zaoui 2016-09-22 07:28:56 +0300
  • fefa31d7b2 Fix compilation after Emile API change Daniel Zaoui 2016-09-11 13:14:03 +0300
  • 365630b8db Use correct output dir for reports Daniel Hirt 2016-07-13 16:25:39 +0000
  • a21c2f39cc Add an new executable to help on recordings maintenance Daniel Zaoui 2016-03-23 14:41:47 +0200
  • 4effc37ab0 Support reference timestamp Daniel Zaoui 2016-03-23 11:42:47 +0200
  • b5900b27af Don't record an event with incorrect timestamp Daniel Zaoui 2016-03-23 11:41:53 +0200
  • 1a35f7e8ba Remove struct member that has no reason to be Daniel Zaoui 2016-03-23 09:05:46 +0200
  • 33787ceb6a Revert "replace "compare" utility with custom compare function using only EFL." Stefan Schmidt 2016-03-22 14:13:56 +0100
  • 06811238a1 Recording: stop recording consecutive duplicates events Daniel Zaoui 2016-03-17 11:44:56 +0200
  • 4b2887721b Force scale and finger size Daniel Zaoui 2016-03-02 12:46:26 +0200
  • ef0b0ae89b Modify the verbose rectangle color on clicked and shot Daniel Zaoui 2016-02-28 14:58:23 +0200
  • 83b9e632dc Add F3 key to record scenario Daniel Zaoui 2016-02-28 14:55:21 +0200
  • 7989552b29 replace "compare" utility with custom compare function using only EFL. kabeer khan 2015-07-29 23:27:19 +0200
  • bb051fce2b Prevent deletion of shots having same prefix as test name kabeer khan 2015-06-09 13:52:53 +0100
  • 773e539083 Avoid comparing of tests in play step having common prefix kabeer khan 2015-06-04 10:50:33 +0100
  • 834021b743 Enabled exactness to use efl beta API's kabeer khan 2015-05-27 13:12:40 +0100
  • c0b95e61cd Fixed DSO error which occured in auto build kabeer khan 2015-05-27 12:56:08 +0100
  • e02ad005f1 Using sha1 to compare two images in play step instead of md5 kabeer khan 2015-05-27 11:41:28 +0100
  • 9be2fb5747 Remove useless file that is not related to the project. Stefan Schmidt 2015-05-13 15:43:30 +0200
  • f5d21bf0ad build: Use silent rules for automake by deafult. Stefan Schmidt 2015-05-13 15:42:16 +0200
  • a701d336ca Make exactness independant of elementary kabeer khan 2015-03-05 13:03:08 +0000
  • e2c1fa0636 Remove unused variable. Tom Hacohen 2015-03-05 12:03:55 +0000
  • 079dbb6dd5 added code to enable shots capturing of ecore_evas and evas examples kabeer khan 2015-03-04 15:00:05 +0000
  • 450d2888eb Add key up/down with keycode event handler kabeer khan 2015-03-04 14:55:17 +0000
  • 93620e389f Add arc config. Tom Hacohen 2015-02-26 13:10:22 +0000
  • c883067d4b Added .gitignore in bin folder to ignore exactness binary kabeer khan 2015-02-26 13:10:01 +0000
  • 3b0eb3b873 Fixed a bug preventing it from working on some setups. Tom Hacohen 2013-10-20 11:21:12 +0100
  • 37655cbab1 Updated README. Tom Hacohen 2013-07-31 13:08:21 +0100
  • 163567f0cc Added a more verbose "Shot taken" message. Tom Hacohen 2013-06-14 14:41:55 +0100
  • a2c36ec82a Fix memory leak of filename when running in simulation mode. Tom Hacohen 2013-06-14 14:41:04 +0100
  • 7f40296382 Sort exactness errors. Tom Hacohen 2013-06-14 13:33:32 +0100
  • 4b8326ad60 Change image files naming template: name_%d.png -> name_%03d.png. Tom Hacohen 2013-06-14 13:33:23 +0100
  • 5500a3c0b1 Add an hook to evas_event_input_mouse_move. Tom Hacohen 2013-06-13 15:38:03 +0100
  • b606de65cc Hook on evas_new instead of elm_win_add when tracking Evas. Tom Hacohen 2013-06-13 13:47:10 +0100
  • b4b7e65edd Fix initialization issues (and thus some segfaults). Tom Hacohen 2013-06-13 13:44:44 +0100
  • b5523094af Print an error if report file can't be opened for writing. Tom Hacohen 2013-06-12 15:15:02 +0100
  • 2d5cc83ed5 Also fail if exit signal is non-zero. Tom Hacohen 2013-06-10 16:57:07 +0100
  • f94850e84a ecore_init/shutdown: Proper refcounting for wrappers Daniel Willmann 2013-06-10 16:41:30 +0100
  • aeb6fcb28c Also fail if exit signal is non-zero. devs/tasn/jenkins Tom Hacohen 2013-06-10 16:57:07 +0100
  • bfffc6e17d unsegfault Tom Hacohen 2013-06-10 16:47:39 +0100
  • 5aa5fbec06 ecore_init/shutdown: Proper refcounting for wrappers Daniel Willmann 2013-06-10 16:41:30 +0100
  • 9b0fb72d66 More output + possible fix Tom Hacohen 2013-06-10 16:34:54 +0100
  • 61c3e288c6 more prints Tom Hacohen 2013-06-10 16:20:29 +0100
  • ed1d015b8f Added more verbose output to test buildbot. Tom Hacohen 2013-06-10 13:44:36 +0100
  • afb0cd3cd1 Added the 'wrap' parameter, to use a wrapping command around the tests. Tom Hacohen 2013-05-21 15:33:20 +0100
  • eac1c58b97 There is not data/ dir, don't try to generate Makefiles for it Daniel Willmann 2013-05-21 14:00:26 +0100
  • c99fdfb239 Added some verbose support (including cursor in simulation). Tom Hacohen 2013-05-17 15:47:08 +0100
  • 36fe181d8e Moved recordings to exactness-data-elm. Tom Hacohen 2013-05-17 11:23:24 +0100
  • 3e4c93bd83 Make the Exactness error report valid XHTML 1.0 Strict. Tom Hacohen 2013-05-15 17:20:00 +0100
  • 11cc575120 Added html output for easier viewing of the errors. Tom Hacohen 2013-05-15 16:48:04 +0100
  • feac36f368 Fix destdir usage for destdir != ./ Daniel Willmann 2013-05-09 12:55:24 +0100
  • 93ed31024e Removed accidentally added printf. Tom Hacohen 2013-05-08 15:48:21 +0100
  • c5860fc6e6 Fixed exactness compilation. Thanks seoz. Tom Hacohen 2013-05-08 15:43:19 +0100
  • b421382985 Fixed button test following last change. Tom Hacohen 2013-05-08 14:41:55 +0100
  • 3a7ab8daa1 Fixed tests list to run the correct buttons test. Tom Hacohen 2013-05-08 14:25:46 +0100
  • c2547c0199 Made the exactness script a C program (with improvements). Tom Hacohen 2013-05-03 11:53:37 +0100
  • c3340d7909 Fixed anchorview and anchorblock and use " instead of backslash escaping. Tom Hacohen 2013-04-30 14:59:20 +0100
  • 6d474175e2 More clean-ups. Tom Hacohen 2013-04-30 10:35:52 +0100
  • a1b35c44ac Reduced some code duplicity. Tom Hacohen 2013-04-29 17:57:42 +0100
  • 2a31033738 Fixed info message. Tom Hacohen 2013-04-26 14:29:50 +0100
  • 110ae5c4a7 Also ship tests.txt. Tom Hacohen 2013-04-26 14:28:50 +0100
  • c00c3aaa29 Added explanations to the flags to the help message. Tom Hacohen 2013-04-26 14:19:05 +0100
  • 33df8ecb2c Get rid of the compare option, useless. Tom Hacohen 2013-04-26 14:15:41 +0100
  • 381bd401f8 Get rid of the useless TSUITE_BASE_DIR env var. Tom Hacohen 2013-04-26 14:04:05 +0100
  • 6873cad582 Implement VERBOSE the same way as DEBUG. Tom Hacohen 2013-04-26 14:01:10 +0100
  • 50cef78346 Fixed usage of backtick that broke in a previous commit. Tom Hacohen 2013-04-26 13:50:47 +0100
  • fdb791a421 Changed base dir to a sane default. Tom Hacohen 2013-04-26 13:50:12 +0100
  • bf5f589310 Fixed up indentation and some general style. Tom Hacohen 2013-04-26 10:25:57 +0100
  • 802baf489f Cleaned up script generation and got rid of the atrocious write.sh Tom Hacohen 2013-04-19 17:12:00 +0100
  • 7b1df1a40f Fixed out of source builds. Tom Hacohen 2013-03-18 16:36:10 +0000
  • 2f559b6a63 trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it. Cedric BAIL 2013-01-04 05:49:26 +0000
  • 869704c31c autotools: move to AC_CONFIG_HEADERS. Cedric BAIL 2013-01-04 00:55:00 +0000
  • 76f5b7e9c0 Exactness: Compilation is fun, lets make it do that. Tom Hacohen 2012-02-23 14:06:50 +0000
  • 98ca2a29fb Exactness: Comment out broken test. Aharon Hillel 2012-02-23 13:59:47 +0000
  • eed1c5afdb exactness: Fixed warnings. Aharon Hillel 2012-02-23 13:59:44 +0000
  • aa29394723 exactness: Added new-format REC files. Aharon Hillel 2012-02-23 13:59:34 +0000
  • cc3aaf2d94 exactness: updated file test list. Aharon Hillel 2012-02-22 13:44:15 +0000
  • 8afb58e764 exactness: Fixed evas function in tsuite_shot_do Aharon Hillel 2012-02-22 13:44:12 +0000
  • 52bc4e785e exactness: added -v (verbose) option Aharon Hillel 2012-02-22 13:44:08 +0000
  • 6d68ce3439 exactness: Make it possible to run only selected tests from list file. Aharon Hillel 2012-02-15 09:56:07 +0000
  • f51a7e4835 Exactness: Removed useless bin dir. Merging that into elm_test. Tom Hacohen 2012-02-14 13:52:58 +0000
  • bb8a3bfc46 exactness: Added list.txt TestFile Aharon Hillel 2012-02-14 13:52:54 +0000
  • e0f206ad62 exactness: Updated README file to match working with TestFile Aharon Hillel 2012-02-14 13:52:51 +0000
  • 7a99abbbb0 exactness: Fixed test command Using eval to handle test-names containing spaces Aharon Hillel 2012-02-14 13:52:49 +0000
  • 733147a272 exactness: removed debug message Aharon Hillel 2012-02-14 13:52:46 +0000
  • 63b9b57ec4 exactness: fixed HELP shown with exactness -h Aharon Hillel 2012-02-14 13:52:43 +0000
  • eb03cf9f84 exactness: Fixed Multuple-evas support Aharon Hillel 2012-02-14 13:52:41 +0000
  • 64137e1da6 exactness: added report of executable return code Aharon Hillel 2012-02-14 13:52:38 +0000
  • b5bfa0f8aa exactness: Changed script to work with command-file Aharon Hillel 2012-02-14 13:52:35 +0000