Skip to content
Snippets Groups Projects
  1. Sep 25, 2020
  2. Sep 14, 2020
  3. Aug 25, 2020
  4. Jun 17, 2020
  5. May 27, 2020
  6. Apr 14, 2020
    • Bartosz Golaszewski's avatar
      tools: tests: fix regex patterns for timestamps in gpiomon test cases · 36d7e44b
      Bartosz Golaszewski authored
      
      Commit f8850206e160 ("gpio: Switch timestamps to ktime_get_ns()") in the
      linux kernel (released in v5.7-rc1) changed the clock used to generate
      line events from real-time to monotonic. This has the effect of making
      the timestamp values much smaller and it uncovered a bug in regex
      patterns used to verify gpiomon output: they don't expect there to be
      any whitespace characters in the timestamp part of the line.
      
      Fix it by accepting any number of whitespace chars between the opening
      '[' and the first digit of the timestamp.
      
      Fixes: 9c5a6f31 ("tests: use GLib for library test cases and bats for gpio-tools")
      Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
      36d7e44b
  7. Mar 31, 2020
  8. Feb 07, 2020
  9. Jan 27, 2020
  10. Jan 25, 2020
  11. Jan 15, 2020
  12. Jan 14, 2020
  13. Jan 06, 2020
  14. Jan 03, 2020
  15. Jan 02, 2020
  16. Dec 30, 2019
  17. Dec 18, 2019
  18. Dec 17, 2019
  19. Dec 16, 2019
  20. Dec 14, 2019
  21. Dec 12, 2019
  22. Dec 11, 2019
  23. Dec 10, 2019
Loading