zephyr/tests/kernel/common
Andy Ross e9174c6dde tests/kernel/common: Add rigorous integer typing test
Zephyr code routinely assumes conventional ILP32/LP64 integer
behavior, and occasionally relies on it to perform some nice tricks.
This is despite the fact that this behavior (while pervasively adopted
and in use on all architectures we care about supporting) isn't
actually guaranteed by the language standard which allows much looser
semantics than actual exist on hardware.

Put it into the intmath section of this test as a build time thing.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-05-23 19:40:07 -07:00
..
src tests/kernel/common: Add rigorous integer typing test 2018-05-23 19:40:07 -07:00
CMakeLists.txt tests: allow unsupported tests to be skipped 2018-04-25 14:18:15 +05:30
multilib.txt tests: move multilib test to common/ 2018-02-18 09:16:40 -05:00
prj.conf tests: crypto: rand32: move rand32 test out of kernel 2018-03-23 07:29:18 -04:00
testcase.yaml sanitycheck: add min_flash option for 32K devices 2018-04-21 06:57:38 -07:00