zephyr/tests/kernel/poll
NingX Zhao cb4a629bc8 tests: removing incorrect testcases of poll
These two test cases both are fault injection test cases,
and there are designed for testing some negative branches
to improve code coverage. But I find that this branch
shouldn't be tested, because the spinlock will be locked
before a procedure performs here, and then it will trigger
an assert error and the process will be rescheduled to the
handler function, and terminated the current test case,
so spinlock will never be unlocked. And it will impact
the next test case in the same test suite(the next testcase
will be never get spinlock).

Signed-off-by: NingX Zhao <ningx.zhao@intel.com>
2021-11-29 18:26:02 -05:00
..
src tests: removing incorrect testcases of poll 2021-11-29 18:26:02 -05:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
prj.conf Kernel: poll: code coverage improvement 2021-03-01 15:45:57 -06:00
testcase.yaml Kernel: poll: code coverage improvement 2021-03-01 15:45:57 -06:00