17 Oct, 2020

1 commit

  • A build condition was missing around a compilation test, this compilation
    test comes from the original test_bitfield code.

    And removed unnecessary code for this test.

    Fixes: d2585f5164c2 ("lib: kunit: add bitfield test conversion to KUnit")
    Reported-by: Stephen Rothwell
    Signed-off-by: Vitor Massaru Iha
    Link: https://lore.kernel.org/linux-next/20201015163056.56fcc835@canb.auug.org.au/
    Reviewed-by: Brendan Higgins
    Signed-off-by: Shuah Khan

    Vitor Massaru Iha
     

14 Oct, 2020

1 commit

  • This adds the conversion of the runtime tests of test_bitfield,
    from `lib/test_bitfield.c` to KUnit tests.

    Code Style Documentation: [0]

    Signed-off-by: Vitor Massaru Iha
    Link: [0] https://lore.kernel.org/linux-kselftest/20200620054944.167330-1-davidgow@google.com/T/#u
    Reviewed-by: Brendan Higgins
    Signed-off-by: Shuah Khan

    Vitor Massaru Iha