This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
62b985409e
zephyr
/
tests
/
kernel
/
lifo
/
lifo_usage
/
testcase.yaml
6 lines
95 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: lifo: Add lifo test with scenario Add different scenario for testing LIFO. Signed-off-by: Punit Vara <punit.vara@intel.com>
2018-03-12 18:02:47 +08:00
tests
:
kernel.lifo.usage
:
min_ram
:
32
sanitycheck: CONFIG_TEST_USERSPACE / userspace tag cleanup - Delete CONFIG_TEST_USERSPACE=n no-ops because it's the default since commit 7b1ee5cf13dc4 - Some tests have a "userspace" tag pretending to TEST_USERSPACE but don't and vice versa: fix missing or spurious "userspace" tags in testcase.yaml files. Tests have a _spurious_ "userspace" tag when they PASS this command cause none should pass: ./scripts/sanitycheck --tag=userspace -p qemu_x86 \ --extra-args=CONFIG_TEST_USERSPACE=n \ --extra-args=CONFIG_USERSPACE=n | tee userspace.log All tests run by this command must either fail to build or fail to run with some userspace related error. Shortcut to look at all test failures: zephyr_failure_logs() { awk '/see.*log/ {print $2}' "$@" } Tests _missing_ "userspace" tag FAIL to either build or to run with some userspace related error when running this: ./scripts/sanitycheck --exclude=userspace -p qemu_x86 \ --extra-args=CONFIG_TEST_USERSPACE=n \ --extra-args=CONFIG_USERSPACE=n | tee excludeuserspace.log Note the detection methods above are not 100% perfect because some flexible tests like tests/kernel/queue/src/main.c evade them with #ifdef CONFIG_USERSPACE smarts. Considering they never break, it is purely the test author's decision to include or not such flexible tests in the "userspace" subset. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
2019-05-22 07:09:35 +08:00
tags
:
kernel
m2gl025_miv: Ignore lifo_usage tests These tests fail on hardware. An appropriate issue will be filed on GitHub, but it doesn't make sense to hold the CI from going green. Fixes #13960. Signed-off-by: Piotr Zierhoffer <pzierhoffer@antmicro.com>
2019-03-04 21:06:06 +08:00
platform_exclude
:
m2gl025_miv