Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-04 | packaging: Add packaging for generating RPM packagetizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasetizen_5.5.m2_releasetizen_4.0.m2_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_6.5/20211028.163301submit/tizen_6.0_hotfix/20201103.115101submit/tizen_6.0_hotfix/20201102.192901submit/tizen_6.0/20201029.205501submit/tizen_5.5_wearable_hotfix/20201026.184306submit/tizen_5.5_mobile_hotfix/20201026.185106submit/tizen_5.5/20191031.000006submit/tizen_5.0/20181101.000006submit/tizen_4.0/20170828.100005submit/tizen_4.0/20170811.094300submit/tizen/20170705.094846accepted/tizen/unified/20170705.163442accepted/tizen/7.0/unified/hotfix/20221116.110646accepted/tizen/7.0/unified/20221110.063320accepted/tizen/6.5/unified/20211028.223301accepted/tizen/6.0/unified/hotfix/20201102.235931accepted/tizen/6.0/unified/20201030.104412accepted/tizen/5.5/unified/wearable/hotfix/20201027.102659accepted/tizen/5.5/unified/mobile/hotfix/20201027.062459accepted/tizen/5.5/unified/20191031.004702accepted/tizen/5.0/unified/20181102.024057accepted/tizen/4.0/unified/20170828.222418accepted/tizen/4.0/unified/20170816.013514tizen_7.0_hotfixtizen_7.0tizen_6.5tizen_6.0_hotfixtizen_6.0tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5tizen_5.0tizen_4.0sandbox/backup/cmocka_1.1.1_20221227accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedaccepted/tizen_5.0_unifiedaccepted/tizen_4.0_unified | Krzysztof Opasiak | 3 | -0/+68 | |
Change-Id: I0f6792555797b758c2bdca16fb424b2ae83a613c Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> | |||||
2017-06-22 | src: Initialize teardown_name to fix a build warningsandbox/kopasiak/upstream | Andreas Schneider | 1 | -1/+1 | |
BUG #60 | |||||
2017-04-07 | Bump version to 1.1.1cmocka-1.1.1 | Andreas Schneider | 2 | -2/+8 | |
2017-04-07 | cmocka: Change define to HAVE_CLOCK_REALTIME | Andreas Schneider | 3 | -3/+3 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2017-04-05 | src: Do not use C++ keywords as local variables | Andreas Schneider | 1 | -5/+5 | |
2017-04-05 | Fix TAP output and summary. | Stas Kobzar | 2 | -20/+20 | |
Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2017-03-07 | Update doxygen config | Andreas Schneider | 2 | -117/+201 | |
2017-01-22 | doxygen: Allow space in path names | Martin Fischer | 1 | -8/+8 | |
Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-12-17 | Remove dangling unit test source file. | Terje Runde | 1 | -95/+0 | |
2016-11-12 | cmake: Add -Wstrict-prototypes during build | Andreas Schneider | 1 | -1/+1 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-11-12 | src: Add support for compile flag -Wstrict-prototypes | Adrian Friedli | 3 | -6/+6 | |
2016-11-07 | cmocka: Leave if expected_call is NULL | Andreas Schneider | 1 | -2/+3 | |
CID 1365415 Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-10-04 | Fixed xUnit output durations | Adrien Marc | 1 | -2/+2 | |
Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-10-03 | This patch allows cmocka to be run under windows 64-bit | Nikos Mavrogiannopoulos | 1 | -1/+1 | |
In that system while the maximum word size is 64-bits, the 'unsigned long int' type is only 32-bits. Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-09-21 | cpack: Ignore all object directories | Andreas Schneider | 1 | -1/+1 | |
2016-09-21 | Bump version to 1.1.0 | Andreas Schneider | 2 | -3/+15 | |
2016-09-21 | tests: Add test_groups test to validate xml output | David Schneider | 2 | -15/+127 | |
This is for multiple groups in one test to make sure they do not create invalid xml. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-09-21 | cmocka: Do not add xml headers twice | Andreas Schneider | 2 | -6/+34 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-09-21 | cmocka: Add file pattern to create xml file for each group | Andreas Schneider | 1 | -0/+46 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-09-21 | Fixed format specifier width mismatch | Joseph Ates | 2 | -7/+28 | |
On some platforms PRIu64 is not necessarily the width of the LargestIntegralType. A new decimal format specifier for LargestIntegralType was added and replaces the invocations of PRIu64. | |||||
2016-09-21 | cmocka: Use defines for WILL_RETURN values | Andreas Schneider | 2 | -3/+6 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-06-02 | vcm_print_error: fix segfault on long messages | Aris Adamantiadis | 1 | -5/+7 | |
Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-03-03 | cmake: Fix possible issues with librt during configure | Andreas Schneider | 1 | -7/+9 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-02-10 | cmake: Add MinGW DLL Prefix Workaround | Joseph Ates | 3 | -25/+43 | |
CMake assigns "lib" as the prefix to shared libraries on MinGW GCC, but MinGW does not expect such a prefix when linking to DLLs. By setting, CMAKE_SHARED_LIBRARY_PREFIX to "" the example tests were able to run with the exception of the calculator_test which segfaults (SIGSEGV) on the setjmp in test_divide_by_zero. This fault is specific to MinGW and does not occur within runs on Cygwin or Visual Studio. calculator_test was enabled only for static linking on MinGW Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-02-10 | cmocka: Add VS2015 support | Joseph Ates | 2 | -2/+6 | |
Visual Studio now includes support for vsnprintf and snprintf but does so as an inline functions. check_symbol_exists is used to check for its existence within stdio. [3] All tests are passing when run from within the IDE or via NMake. Command line builds via msbuild seem to error for the first few example tests. Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-02-10 | cmocka: Add will_return_maybe() for ignoring mock returns | Joseph Ates | 6 | -7/+289 | |
As both parameter and function call order checking allow for ignoring cases where they are never invoked, the mock return values are at somewhat of a mismatch in that they must always be returned at least once (even in the case of will_return_always()). Therefore, the ability to set the count to -2 on will_return_count was added with a new macro (will_return_maybe) that indicates that that the value field may never be returned and still allow a successful test. Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-02-10 | cmocka: Fix indentation | Joseph Ates | 1 | -3/+3 | |
Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-02-10 | cmocka: Include strings.h for strcasecmp | Emil Velikov | 1 | -0/+4 | |
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-02-10 | tests: Add a group setup assert test | Andreas Schneider | 2 | -0/+45 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2016-02-10 | cmocka: Print group setup and teardown errors | Andreas Schneider | 1 | -1/+15 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2015-12-18 | tests: Add test for call ordering functionality | Joseph Ates | 3 | -1/+218 | |
Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2015-12-18 | cmocka: Add support to verify call ordering | Joseph Ates | 3 | -12/+322 | |
2015-10-28 | Ignore all build and obj* directores | Andreas Schneider | 2 | -3/+3 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2015-10-19 | INSTALL: Add Testing section | Andreas Schneider | 1 | -0/+22 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2015-10-07 | INSTALL: Add example for Windows | Andreas Schneider | 1 | -1/+6 | |
Looks like it isn't clear for some people reading that file that we support Windows and MSVC ... | |||||
2015-10-05 | src: Fix some compiler warnings | Andreas Schneider | 1 | -5/+5 | |
BUG: https://open.cryptomilk.org/issues/43 | |||||
2015-09-30 | src: Use variable name for accessing the array elements | Andreas Schneider | 1 | -3/+3 | |
2015-09-30 | include: Improve documentation for prestate macros | Andreas Schneider | 1 | -8/+10 | |
2015-09-23 | cmocka: Allow to pass initial data to test cases | Pawel Szewczyk | 4 | -4/+63 | |
Sometimes multiple test cases share the same test function, running it on different data. To pass this data to test functions we must define setup function for each data set. It's not very convienient when there are many states to test. This commit introduce more elegant way to pass data to tests. The initial_state field of CMUnitTest structure can be defined by user. It will be either passed to setup function, which makes any preparation needed, or it will be passed directly to test function when setup func is NULL. Signed-off-by: Pawel Szewczyk <p.szewczyk@samsung.com> | |||||
2015-09-14 | src: Simplify exception_handler() | Andreas Schneider | 1 | -3/+6 | |
2015-09-14 | test: update test_segfault_recovery to try multiple faults | Jonathon Reinhart | 1 | -0/+2 | |
Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2015-09-14 | Use sigsetjmp()/siglongjmp() when available | Jonathon Reinhart | 3 | -4/+22 | |
Without using siglongjmp, the signal mask is not restored when longjmp-ing from the signal handler, and whichever signal was being handled remains blocked for the remainder of the tests. As a result, the same signal cannot be caught twice, and will cause process termination when being raised the second time. This does not change 'jmp_buf global_expect_assert_env', because it is part of the public API, and isn't used from a signal handler. Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2015-09-09 | src: Improve error reporting with cmocka default output | Andreas Schneider | 1 | -2/+13 | |
Reviewed-by: Jakub Hrozek <jakub.hrozek@posteo.se> | |||||
2015-09-07 | src: Filter out invalid tests. | Andreas Schneider | 1 | -9/+16 | |
2015-08-04 | include: Protect config.h inclusion | Andreas Schneider | 1 | -0/+2 | |
Thanks to Gregory Pakosz. Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2015-08-01 | include: Add va_copy macro if MSVC doesn't provide it | Andreas Schneider | 1 | -0/+4 | |
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2015-07-07 | cmake: Fix warning on OSX | Andreas Schneider | 1 | -0/+6 | |
2015-07-07 | def: Add missing cmocka_set_message_output symbol | Andreas Schneider | 1 | -0/+1 | |
2015-05-11 | cmocka: Print skipped tests in group summary | Pawel Szewczyk | 1 | -0/+14 | |
When running tests with standard output, information about skipped tests can be useful, especially when there are many tests. This commit add number of skipped tests and list of them to group summary. Signed-off-by: Pawel Szewczyk <p.szewczyk@samsung.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org> | |||||
2015-05-11 | gitignor: Ignore all object file directories | Andreas Schneider | 1 | -1/+1 | |