diff options
author | Paul Gortmaker <[email protected]> | 2021-02-21 03:08:20 -0500 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2021-03-08 14:16:58 -0800 |
commit | 494215fbf298787e4ead16e4c68634d241336b02 (patch) | |
tree | 27646d35adf01529131c4f203b4c582b509bb7d6 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | a38fd8748464831584a19438cbb3082b5a2dab15 (diff) |
lib: test_bitmap: clearly separate ERANGE from EINVAL tests.
This block of tests was meant to find/flag incorrect use of the ":"
and "/" separators (syntax errors) and invalid (zero) group len.
However they were specified with an 8 bit width and 32 bit operations,
so they really contained two errors (EINVAL and ERANGE).
Promote them to 32 bit so it is clear what they are meant to target.
Then we can add tests specific for ERANGE (no syntax errors, just
doing 32bit op on 8 bit width, plus a typical 9-on-8 fencepost error).
Cc: Yury Norov <[email protected]>
Cc: Rasmus Villemoes <[email protected]>
Cc: Andy Shevchenko <[email protected]>
Acked-by: Yury Norov <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions