diff options
author | Andrii Nakryiko <[email protected]> | 2021-04-26 12:29:45 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2021-04-26 18:37:13 -0700 |
commit | 7a2fa70aaffc2f8823feca22709a00f5c069a8a9 (patch) | |
tree | c1b6ec1d78c4d6cdcc24fb8920a97c20393d9a2d /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 87bd9e602e39585c5280556a2b6a6363bb334257 (diff) |
selftests/bpf: Add remaining ASSERT_xxx() variants
Add ASSERT_TRUE/ASSERT_FALSE for conditions calculated with custom logic to
true/false. Also add remaining arithmetical assertions:
- ASSERT_LE -- less than or equal;
- ASSERT_GT -- greater than;
- ASSERT_GE -- greater than or equal.
This should cover most scenarios where people fall back to error-prone
CHECK()s.
Also extend ASSERT_ERR() to print out errno, in addition to direct error.
Also convert few CHECK() instances to ensure new ASSERT_xxx() variants work as
expected. Subsequent patch will also use ASSERT_TRUE/ASSERT_FALSE more
extensively.
Signed-off-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: Lorenz Bauer <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions