commit | 3203c9010060806ff88c9989aeab4dc8d9a474dc | [log] [tgz] |
---|---|---|
author | Kleber Sacilotto de Souza <kleber.souza@canonical.com> | Wed Jun 27 17:19:21 2018 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Thu Jun 28 23:58:39 2018 +0200 |
tree | 95d8bced600e62c779cdfd4e42b8a73ca6d0f29e | |
parent | dd349c3ffd93d15d01f4f5ace73870ca45ea249d [diff] |
test_bpf: flag tests that cannot be jited on s390 Flag with FLAG_EXPECTED_FAIL the BPF_MAXINSNS tests that cannot be jited on s390 because they exceed BPF_SIZE_MAX and fail when CONFIG_BPF_JIT_ALWAYS_ON is set. Also set .expected_errcode to -ENOTSUPP so the tests pass in that case. Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com> Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>