bpf/tests: Remove duplicate JSGT tests
authorYujie Liu <yujie.liu@intel.com>
Thu, 30 Nov 2023 03:40:18 +0000 (11:40 +0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Thu, 30 Nov 2023 11:17:33 +0000 (12:17 +0100)
commitf690ff9122d2ca8e38769f3bcf217bd3df681a36
tree50e26a16ffd821ff4715c363f22e9e230a4da3c7
parentb5145153a7f33e33f729ee67a11a8901a5609064
bpf/tests: Remove duplicate JSGT tests

It seems unnecessary that JSGT is tested twice (one before JSGE and one
after JSGE) since others are tested only once. Remove the duplicate JSGT
tests.

Fixes: 0bbaa02b4816 ("bpf/tests: Add tests to check source register zero-extension")
Signed-off-by: Yujie Liu <yujie.liu@intel.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Johan Almbladh <johan.almbladh@anyfinetworks.com>
Link: https://lore.kernel.org/bpf/20231130034018.2144963-1-yujie.liu@intel.com
lib/test_bpf.c