Skip to content
Snippets Groups Projects
Select Git revision
  • 783955f03de770e94a1200b8f719975f8768e76c
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

linux

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    Merge tag 'linux-kselftest-kunit-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
    
    Pull KUnit updates from Shuah Khan
    
     - support for filtering test suites using glob from Daniel Latypov.
    
         "kunit_filter.glob" command line option is passed to the UML
         kernel, which currently only supports filtering by suite name.
         This support allows running different subsets of tests, e.g.
    
          $ ./tools/testing/kunit/kunit.py build
          $ ./tools/testing/kunit/kunit.py exec 'list*'
          $ ./tools/testing/kunit/kunit.py exec 'kunit*'
    
     - several fixes and cleanups also from Daniel Latypov.
    
    * tag 'linux-kselftest-kunit-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
      kunit: tool: fix unintentional statefulness in run_kernel()
      kunit: tool: add support for filtering suites by glob
      kunit: add kunit.filter_glob cmdline option to filter suites
      kunit: don't show `1 == 1` in failed assertion messages
      kunit: make kunit_tool accept optional path to .kunitconfig fragment
      Documentation: kunit: add tips.rst for small examples
      KUnit: Docs: make start.rst example Kconfig follow style.rst
      kunit: tool: simplify kconfig is_subset_of() logic
      minor: kunit: tool: fix unit test so it can run from non-root dir
      kunit: tool: use `with open()` in unit test
      kunit: tool: stop using bare asserts in unit test
      kunit: tool: fix unit test cleanup handling
    783955f0
    History
    Name Last commit Last update