1. 6542f6c Change the use of setjmp/longjmp in parameter failure callback by Simon Butcher · 7 years ago
  2. 5cb7017 Less obscure test suites template by Mohammad Azim Khan · 7 years ago
  3. d2d0112 Style fixes by Mohammad Azim Khan · 7 years ago
  4. b73159d Remove white spaces caught by check-files.py by Mohammad Azim Khan · 7 years ago
  5. b1c2d0f Use switch instead if if-else for dependency and expression checks. by Azim Khan · 8 years ago
  6. 13c6bfb Gaurd test suite headers with suite dependency by Azim Khan · 8 years ago
  7. 1de892b Update code as old template and generator is replaced with new one by Azim Khan · 8 years ago
  8. 191e904 Replace old template and code generator with new ones. Keep names by Azim Khan · 8 years ago
  9. ba91994 Merge remote-tracking branch 'public/pr/1604' into development by Simon Butcher · 7 years ago
  10. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  11. 0b3f00c Avoid -Wformat-truncation warning on gcc7 by Mohammad Azim Khan · 7 years ago
  12. f13ca95 Test suites: print error on failed platform_setup by Andrzej Kurek · 7 years ago
  13. a282270 Add explicit checks for non-zero result of platform setup in test suites by Andrzej Kurek · 7 years ago
  14. 32a675f Add conditional platform context creation & usage by Andrzej Kurek · 7 years ago
  15. 1152fa8 Add platform setup and teardown calls to test suites by Andrzej Kurek · 7 years ago
  16. 4daffe2 Merge branch 'pr_1025' into development by Gilles Peskine · 8 years ago
  17. 3f50f51 Ensure failed test_suite output is sent to stdout by Andres Amaya Garcia · 8 years ago
  18. 964faeb Cleaned up get_line for test data files by Gilles Peskine · 8 years ago
  19. b04e2c3 Allow comments in test data files by Gilles Peskine · 8 years ago
  20. 75efa79 Adapt generic test suite file to coding standard by Hanno Becker · 8 years ago
  21. 910f662 Increase readability of verbose test suite output by Hanno Becker · 8 years ago
  22. ea67eeb Remove unused var warnings in windows unittests by Andres AG · 9 years ago
  23. e019296 Fix stdio redirection memory leak in test suites by Simon Butcher · 9 years ago
  24. 8ca53b5 Fix minor style issues in test framework by Janos Follath · 9 years ago
  25. 2573136 Fix to test output in test suites by Simon Butcher · 9 years ago
  26. 65b1fa6 Fixes warnings found by Clang static analyser by Simon Butcher · 9 years ago
  27. 774180e Fix memory-leak in verbose test framework in case of unexpected input by Paul Bakker · 9 years ago
  28. 26b60bf Fox verbose test framework not to duplicate strings if not verbose by Paul Bakker · 9 years ago
  29. a30a72f Fix verbose test framework mote to use unmet_dep_count for index by Paul Bakker · 9 years ago
  30. 1594210 Adds better support to debug generated code by SimonB · 9 years ago
  31. 55abc21 Fix ci break in builds without platform.h by Janos Follath · 9 years ago
  32. 8ca7bc4 Adds verbose mode to the test suites by SimonB · 9 years ago
  33. 0269dad Refactored test suite template code by SimonB · 9 years ago
  34. 152ea18 Added support for per test suite helper functions by SimonB · 9 years ago
  35. aad787f Parameterised the test suite applications by Simon Butcher · 10 years ago
  36. 4b00f08 Fix snprintf test by Manuel Pégourié-Gonnard · 10 years ago
  37. e91e21c Simplify code in test suites by Manuel Pégourié-Gonnard · 10 years ago
  38. 7b6dcbe Add tests for snprintf by Manuel Pégourié-Gonnard · 10 years ago
  39. d14acbc Test assumptions we make about the platform by Manuel Pégourié-Gonnard · 10 years ago
  40. 7551cb9 Replace malloc with calloc by Manuel Pégourié-Gonnard · 10 years ago
  41. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  42. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  43. 012acfc modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 11 years ago
  44. 3d62e72 fix bug introduced by the addition of snprintf and assert macro which caused tests to fail without polarssl_platform_c defined by Rich Evans · 11 years ago
  45. 77d3638 modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit by Rich Evans · 11 years ago
  46. 00ab470 cleanup library and some basic tests. Includes, add guards to includes by Rich Evans · 10 years ago
  47. 3d536ba fix main_test.function to use polarssl (f)printf functions by Rich Evans · 11 years ago
  48. 0ac1d2d Fix error while removing memory.h usage by Manuel Pégourié-Gonnard · 11 years ago
  49. 765bb31 Add test_suite_memory_buffer_alloc by Manuel Pégourié-Gonnard · 11 years ago
  50. 318d0fe Auto add 'exit' label in every test function. Failed assert now goes there by Paul Bakker · 11 years ago
  51. 1630058 Potential buffer overwrite in pem_write_buffer() fixed by Paul Bakker · 11 years ago
  52. 725afd8 Fix the 'error' test suite by Manuel Pégourié-Gonnard · 12 years ago
  53. 2d5f142 Fix warning in main_test by Manuel Pégourié-Gonnard · 12 years ago
  54. 8fc30b1 Various const fixes by Paul Bakker · 12 years ago
  55. 1337aff Buffer allocator threading support by Paul Bakker · 12 years ago
  56. de56ca1 The suite specific header should only be used when the suite is active by Paul Bakker · 12 years ago
  57. bb20f4b Failing TEST_ASSERT now breaks off test by Paul Bakker · 12 years ago
  58. b34fef2 Suite dependencies handled correctly now by Paul Bakker · 12 years ago
  59. 33b43f1 Converted .function file to c-like format and adapted generator code by Paul Bakker · 12 years ago
  60. 55a7e90 Enhanced test output presentation by Paul Bakker · 12 years ago
  61. 1934318 Introduced own scripted test framework to replace fct.h and reduce compile time by Paul Bakker · 12 years ago