]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-misc-test-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Tue, 27 Aug 2019 22:35:40 +0000 (00:35 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 27 Aug 2019 22:35:40 +0000 (00:35 +0200)
commitb7cb4b8757951f1f65f69c5026e07355e3f9783f
tree655d18d477eac4e67179af7be663a04050bd1f6b
parent5bfc289b23528a84c0571c4af5a5de4bb5d45ff7
parent99b25a740bf3ea73929fa3067cb41b96eff099dc
Merge branch 'bpf-misc-test-fixes'

Stanislav Fomichev says:

====================
* add test__skip to indicate skipped tests
* remove global success/error counts (use environment)
* remove asserts from the tests
* remove unused ret from send_signal test

v3:
* QCHECK -> CHECK_FAIL (Daniel Borkmann)

v2:
* drop patch that changes output to keep consistent with test_verifier
  (Alexei Starovoitov)
* QCHECK instead of test__fail (Andrii Nakryiko)
* test__skip count number of subtests (Andrii Nakryiko)
====================

Cc: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>