Commit graph

52 commits

Author SHA1 Message Date
Ghislain MARY
a8418666e4 Fix deprecation warnings. 2017-03-20 11:15:26 +01:00
Ghislain MARY
46d894caf6 Use correct macro to detect Android build. 2017-03-08 13:12:02 +01:00
Ghislain MARY
b4e9988c00 Add arm64 support for Android. 2017-01-20 11:19:30 +01:00
Ghislain MARY
33b72ce6b5 Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
Ghislain MARY
a49af3e965 Fix build for Windows 10. 2016-11-10 11:42:13 +01:00
Erwan Croze
006a19db02 Fix getline prototype: warning size_t != ssize_t 2016-10-20 11:34:07 +02:00
Gautier Pelloux-Prayer
dca7132fe4 tester: fix crash on iOS, and do NOT check for stun when not in ICE test 2016-06-07 14:30:35 +02:00
Ghislain MARY
f7ae768d3e Fix memory leak in log collection. 2016-03-10 16:26:54 +01:00
Gautier Pelloux-Prayer
2eea827121 tester: add non-regression check for memory leaks 2016-02-29 16:26:15 +01:00
Ghislain MARY
6988c44011 Pass correct argument to linphone_core_enable_log_collection(). 2016-02-29 10:59:01 +01:00
Simon Morlat
1a372e360e read/write logs with file open as binary 2016-02-27 11:51:36 +01:00
Ghislain MARY
142891969e Add possibility to assiocate tags with tests and to run the only the tests corresponding with a specific tag with the --tag option. 2016-01-27 15:04:47 +01:00
Ghislain MARY
cafb1dfa3e Fix strict-prototypes warnings. 2015-11-20 17:56:11 +01:00
Sylvain Berfini
8f327cf558 Fix another compilation issue in tester for bb10 2015-10-13 10:52:03 +02:00
Ghislain MARY
90427700c2 Fix compilation warnings when building tester for Windows 10. 2015-10-01 15:33:24 +02:00
Gautier Pelloux-Prayer
8a2f20ceae tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
Gautier Pelloux-Prayer
b1ae7bf028 tester: add before_each and after_each functions to allow init/cleanup of tests individually 2015-09-17 11:06:35 +02:00
Gautier Pelloux-Prayer
4ade5326e1 tester: replace some BC_ASSERT_TRUE with better BC_ASSERT_LOWER/GREATER/EQUAL ones 2015-08-05 11:42:51 +02:00
Ghislain MARY
03d71b27e4 Add tester for Windows 10. 2015-07-06 11:35:18 +02:00
Gautier Pelloux-Prayer
3f86b78b2a tester: update common and display test duration and fix some non removed core managers 2015-07-02 17:04:25 +02:00
Gautier Pelloux-Prayer
369d675171 tester: check that no linphone core exists before each test fixing crash on iOS 2015-07-01 15:49:47 +02:00
Gautier Pelloux-Prayer
da2c63a6a9 tester: change transport_supported to not take linphonecore argument since we dont need it 2015-06-22 11:56:26 +02:00
Jehan Monnier
7a67f94090 improve logs upload 2015-05-28 11:04:26 +02:00
Gautier Pelloux-Prayer
03287d93cf tester: do not execute TLS tests when it is not available, and avoid using TLS when it is not necessary 2015-05-21 11:28:12 +02:00
Ghislain MARY
fd159f62cd Fix build on Linux. 2015-05-18 11:11:28 +02:00
Gautier Pelloux-Prayer
b2d2d6ec2f tester: remove unused/unneeded includes 2015-05-18 09:50:23 +02:00
Gautier Pelloux-Prayer
2fced27fe9 tester: use new macros instead of CUnit ones to get better error logs 2015-05-13 17:38:19 +02:00
Gautier Pelloux-Prayer
873d01e1de log_collection_tester.c: fix daylight save time / invalid time computation 2015-03-30 12:56:41 +02:00
Gautier Pelloux-Prayer
0887089bc6 Tester: continuing 2015-03-13 13:55:32 +01:00
Gautier Pelloux-Prayer
d3d0573d13 Tester: create tester_utils which contain factorized code for all testers (in progress) 2015-03-13 10:48:21 +01:00
Jehan Monnier
5035992c64 Merge remote-tracking branch 'private/dev_lime'
Conflicts:
	coreapi/linphonecall.c
2015-03-12 15:08:35 +01:00
Simon Morlat
147b143d40 update ms2, factorize code, clean logs 2015-03-05 15:13:33 +01:00
Simon Morlat
847713bb82 fix beautiful bug in getline() implementation, causing crash on windows 2015-02-14 22:45:19 +01:00
François Grisez
eb82b8abc7 Initialize a tm structur 2015-02-04 17:27:49 +01:00
Ghislain MARY
1af933de41 Fix compilation on Windows. 2015-01-28 16:53:59 +01:00
Simon Morlat
dd75242642 fix multiple compilation problems with mingw 2015-01-23 22:38:31 +01:00
Gautier Pelloux-Prayer
8164e9434c Correctly write in file: do not use fprintf but fputs... 2015-01-13 12:10:15 +01:00
Gautier Pelloux-Prayer
b2748f5283 Log collection suite: collect_init and collect_cleanup should be call between each tests, not at end/start of the suite execution... 2015-01-13 11:25:44 +01:00
Gautier Pelloux-Prayer
c0870da1e7 Fix logcollection suite in case of ZLIB enabled 2015-01-12 12:09:52 +01:00
Guillaume BIENKOWSKI
9033898be9 Fix 32 bits warnings 2014-12-18 10:33:57 +01:00
Guillaume BIENKOWSKI
369e6930d0 Fix log collection tester 2014-12-17 16:22:19 +01:00
Guillaume BIENKOWSKI
e22eb31deb Remove unused variable 2014-12-16 10:42:01 +01:00
Guillaume BIENKOWSKI
60c5edf397 Factor check_file in tester and fix last log time check 2014-12-15 17:01:12 +01:00
Gautier Pelloux-Prayer
570ed0f598 Invert check order in log collection because file checking consumes lot of time 2014-12-04 15:55:37 +01:00
Gautier Pelloux-Prayer
d249550e0a Fix log collection test suite for Android 2014-11-12 15:33:23 +01:00
Gautier Pelloux-Prayer
4caf475724 Readd log collection test on Android but do not check timestamps yet 2014-11-12 14:58:19 +01:00
Gautier Pelloux-Prayer
77f4e6d2d6 Fix log collection test: 1000 bytes for 25 lines in a file is a little undersized (actually, it fits 24 lines!) 2014-11-07 15:36:47 +01:00
Gautier Pelloux-Prayer
b7e3d3f4ed Fix compilation for strptime issue: declare __USE_XOPEN instead of declaring function prototype 2014-11-06 14:53:30 +01:00
Gautier Pelloux-Prayer
dee580f5e8 Fix compilation on Darwin 2014-11-05 11:22:29 +01:00
Gautier Pelloux-Prayer
4b7b43974d Fix log collection tests & API 2014-11-05 11:09:48 +01:00