diff options
author | Rae Moar <rmoar@google.com> | 2023-07-25 23:25:18 +0200 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2023-07-26 21:29:35 +0200 |
commit | a547c4ce10bde42d4e9ea63d1155970fbfd77db2 (patch) | |
tree | 1253afe01a09eda84e7d505857839d5d035e7f7b /lib/kunit/executor_test.c | |
parent | kunit: memcpy: Mark tests as slow using test attributes (diff) | |
download | linux-a547c4ce10bde42d4e9ea63d1155970fbfd77db2.tar.xz linux-a547c4ce10bde42d4e9ea63d1155970fbfd77db2.zip |
kunit: time: Mark test as slow using test attributes
Mark the time KUnit test, time64_to_tm_test_date_range, as slow using test
attributes.
This test ran relatively much slower than most other KUnit tests.
By marking this test as slow, the test can now be filtered using the KUnit
test attribute filtering feature. Example: --filter "speed>slow". This will
run only the tests that have speeds faster than slow. The slow attribute
will also be outputted in KTAP.
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Rae Moar <rmoar@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'lib/kunit/executor_test.c')
0 files changed, 0 insertions, 0 deletions