diff options
author | Sabyrzhan Tasbolatov <[email protected]> | 2024-11-01 23:40:11 +0500 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-11-11 13:09:44 -0800 |
commit | 1857099c18e16a72bb7d0a84afb323663d49ee00 (patch) | |
tree | 91b52171428a323078934d0804dca96035e02239 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | c28432acf61751c2be8b36cb831dd490d2aed465 (diff) |
kasan: change kasan_atomics kunit test as KUNIT_CASE_SLOW
During running KASAN Kunit tests with CONFIG_KASAN enabled, the following
"warning" is reported by kunit framework:
# kasan_atomics: Test should be marked slow (runtime: 2.604703115s)
It took 2.6 seconds on my PC (Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz),
apparently, due to multiple atomic checks in kasan_atomics_helper().
Let's mark it with KUNIT_CASE_SLOW which reports now as:
# kasan_atomics.speed: slow
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Sabyrzhan Tasbolatov <[email protected]>
Reviewed-by: Andrey Konovalov <[email protected]>
Cc: Andrey Konovalov <[email protected]>
Cc: Andrey Ryabinin <[email protected]>
Cc: Dmitry Vyukov <[email protected]>
Cc: Marco Elver <[email protected]>
Cc: Vincenzo Frascino <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions