summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Do not define print_list() unless used (tests)Ivan Maidanski2016-11-142-0/+4
* Add *_and/or/xor* and *_[fetch_]compare_and_swap* tests to test_atomicIvan Maidanski2016-11-011-0/+182
* Fix reporting about missing and/or/xor_dd_acquire_read (test_atomic)Ivan Maidanski2016-11-011-3/+18
* Workaround 'function is never used' cppcheck style warningsIvan Maidanski2016-10-251-0/+15
* Add dd_acquire_read case to test_atomicIvan Maidanski2016-10-252-0/+2
* Fix 'variable new value is never used' cppcheck style warningIvan Maidanski2016-10-171-1/+4
* Eliminate 'ISO C90 does not support long long' compiler pedantic warningIvan Maidanski2016-10-121-7/+6
* Eliminate 'cast to long from void*' compiler warning in test_atomicIvan Maidanski2016-10-121-6/+2
* Fix missing printed value names (test_stack)Ivan Maidanski2016-10-111-4/+4
* Workaround 'condition always true', 'unused stored value' cppcheck warningsIvan Maidanski2016-08-241-2/+2
* Fix assertions style in test_atomic_includeIvan Maidanski2016-08-241-3/+3
* Eliminate 'scope of variable can be reduced' cppcheck warningsIvan Maidanski2016-08-241-5/+6
* Fix missing output folder on making auto-generated test files (Automake)Ivan Maidanski2014-10-251-0/+3
* Eliminate 'variable set but not used' Cppcheck warnings in test_stackIvan Maidanski2014-06-131-11/+14
* Fix missing casts to match printf format specifier in test_atomicIvan Maidanski2014-06-131-2/+2
* Tests: workaround GCC 4.4.3 warning reported for list_atomic.c 'val'Ivan Maidanski2013-08-171-1/+1
* tests: Fix makefile sed rule for list_atomicIvan Maidanski2013-08-171-53/+53
* tests: Add char/short/int/AO_double_t and dd_acquire cases to list_atomicIvan Maidanski2013-08-142-2/+46
* tests: Add and/or/xor entries to list_atomicIvan Maidanski2013-08-111-1/+22
* tests: Parameterize list_atomic template with XSIZEIvan Maidanski2013-08-112-46/+47
* list_atomic: Add makefile rule to test list_atomic.template syntaxIvan Maidanski2013-08-112-31/+48
* tests: Do not use deprecated AO_T and AO_TS_TIvan Maidanski2013-08-112-3/+4
* Enable build using toolchain without pthreadsGilles Talis2013-05-261-0/+12
* Add AO_double_store pthread-based implementation and testsIvan Maidanski2013-01-121-1/+20
* Fix missing abort() usage in atomic_ops_malloc and tests on WinCEIvan Maidanski2013-01-072-0/+8
* Add generic implementation of AO_double_load primitivesIvan Maidanski2013-01-061-1/+15
* Improve debug printing in test_stackThorsten Glaser2012-12-091-0/+5
* Adjust fprintf arguments type matching format specifier in test_stackIvan Maidanski2012-10-231-2/+2
* Specify AO_fetch_and_add/sub1 result is unused in test_atomicIvan Maidanski2012-10-181-5/+5
* Eliminate warning for fetch_and_add argument in test_atomic_includeIvan Maidanski2012-10-091-4/+4
* Fix variable type to match printf format specifier in test_stackIvan Maidanski2012-10-091-1/+1
* Enable test_stack for Win32 (with native threads)Ivan Maidanski2012-10-081-19/+60
* Fix double old/new_w local variables declaration in test_atomic_includeIvan Maidanski2012-10-071-4/+4
* Remove redundant include atomic_ops.h in test_stackIvan Maidanski2012-10-051-2/+2
* Perform only few list reversals in test_malloc if AO based on pthreadsIvan Maidanski2012-10-051-1/+5
* Enable test_stack for pthreads-w32Ivan Maidanski2012-10-041-4/+14
* Do not report absence of meaningless nop, load and store in test_atomicIvan Maidanski2012-10-021-9/+43
* Test double_compare_and_swap in test_atomicIvan Maidanski2012-10-021-1/+47
* Add negative double-CAS test cases to test_atomic_includeIvan Maidanski2012-10-021-1/+14
* tests: Log messages to stdout instead of stderrIvan Maidanski2012-09-183-36/+37
* Remove useless 'perror' call in tests run_parallel.hIvan Maidanski2012-09-181-4/+0
* Terminate tests with abort after error reportedIvan Maidanski2012-09-183-4/+18
* test_stack: check_list() code refactoring and 'marks' size optimizationIvan Maidanski2012-01-191-6/+9
* Change function prototype specifications to follow strict ANSI C styleIvan Maidanski2012-01-192-2/+2
* Merge branch 'master' into ao_val_casIvan Maidanski2011-11-141-1/+2
|\
| * Define 'w' local variable in test_atomic_include.h only if usedIvan Maidanski2011-11-141-1/+2
* | Implement most AO_fetch_compare_and_swap primitivesIvan Maidanski2011-11-112-2/+15
* | Add FIXMEs to add AO_fetch_compare_and_swap primitivesIvan Maidanski2011-11-112-0/+2
|/
* Fix test_atomic_include for the case of missing CAS primitiveIvan Maidanski2011-10-241-0/+1
* Move names of committers from source files to AUTHORS listIvan Maidanski2011-10-153-3/+0