commit | 83db6ee7f582ea64036a9460e02257bb31f76812 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Fri Oct 13 17:28:24 2023 -0700 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Oct 26 10:06:35 2023 -0400 |
tree | 83d6885cbfd9c806c05d5b44dea8e794c5c11412 | |
parent | e4681a0634f882a33a1ec59675a4df92e2578486 [diff] |
test/c_lib: Skip strerror invalid input test for EXTERNAL_LIBC Passing an invalid errno value to strerror is undefined behavior in POSIX. While all Zephyr-specific C libraries may be required to return a specific value, we can't hold an external C library to that standard. Signed-off-by: Keith Packard <keithp@keithp.com>