Skip to content
Snippets Groups Projects
  1. Jan 22, 2020
    • Petr Pisar's avatar
      tests: Fix building with GCC 10 · ce92ec26
      Petr Pisar authored
      GCC 10 defaults to -fno-common resulting into errors about a multiple
      definitions of variables that where defined instead of declared by
      a mistake in a header file that is included into more compilations
      units.
      ce92ec26
  2. Sep 09, 2019
  3. Sep 04, 2019
  4. Sep 03, 2019
  5. Sep 01, 2019
  6. Jul 11, 2019
  7. Jul 09, 2019
  8. Jun 26, 2019
  9. Jun 24, 2019
  10. May 29, 2019
  11. May 24, 2019
  12. Apr 24, 2019
  13. Apr 22, 2019
    • Petr Pisar's avatar
      dcb6b555
    • Petr Pisar's avatar
      test: Try C.UTF-8 in offline/utf82locale test · 4126746d
      Petr Pisar authored
      Some distributions started to remove en_US.UTF-8 from their build
      infrastructure and use C.UTF-8 instead.
      
      This patch actually tries using C.UTF-8.
      4126746d
    • Petr Pisar's avatar
      test: Skip tests in offline/utf82locale if a locale is not available · cee3800c
      Petr Pisar authored
      To test a conversion to a UTF-8 locale, we need to have a UTF-8 locale
      supported by the standard library. We tried en_US.UTF-8 that is widely
      available and then cs_CZ.UTF-8. However, some distributions started to
      remove en_US.UTF-8 from their build infrastructure and use C.UTF-8
      instead.
      
      This patch skips the inapplicable tests.
      cee3800c
    • Petr Pisar's avatar
      test: Allow skipping tests · fafe559f
      Petr Pisar authored
      This patch extends testing library to allow skipping tests.
      
      A new SKIP_TEST(reason) macro can be used to exit a test function because
      a current test cannot proceed for outer reasons.
      
      A new SKIP_TESTS(number, reason) macro can be used to skip a number
      of tests. The skipped tests must not be invoked by a program control
      flow. SUM_TEST() still must be called at the end of the unit. This is
      different from ABORT_UNIT() that reports a unit failure.
      fafe559f
  14. Jun 19, 2018
  15. Jun 18, 2018
  16. Jul 09, 2017
    • Petr Pisar's avatar
      doc: Annotate documentation for new box types · 6b8ce825
      Petr Pisar authored
      It's funny there is still no official documentation despite the testing
      instance implements these changes because latest available Provozní řád
      is from 2017-03-05.
      
      The changes were announced only in a short extraordinary change
      advisory.
      6b8ce825
  17. Jul 04, 2017
  18. Apr 08, 2017
  19. Mar 29, 2017