third_party.pigweed.src/pw_string
Wyatt Hepler 956ea9dd52 pw_string: Fix test for limited snprintfs
snprintf should return a negative number if there is a formatting error.
Limited snprintf implementations may not detect these errors. This
caused the test to fail on the STM32 Discovery F429i.

Change-Id: I1da8593c258508c0d3e2fa6c440a58493ce15597
2019-12-03 11:11:13 -08:00
..
public/pw_string Fix copyright notices 2019-11-27 22:34:02 +00:00
size_report Fix copyright notices 2019-11-27 22:34:02 +00:00
BUILD Fix bazel build. 2019-12-02 21:44:15 +00:00
BUILD.gn
docs.rst
format_test.cc pw_string: Fix test for limited snprintfs 2019-12-03 11:11:13 -08:00
format.cc Fix copyright notices 2019-11-27 22:34:02 +00:00
string_builder_test.cc Fix copyright notices 2019-11-27 22:34:02 +00:00
string_builder.cc Fix copyright notices 2019-11-27 22:34:02 +00:00
to_string_test.cc Fix copyright notices 2019-11-27 22:34:02 +00:00
type_to_string_test.cc Fix copyright notices 2019-11-27 22:34:02 +00:00
type_to_string.cc Fix copyright notices 2019-11-27 22:34:02 +00:00
util_test.cc Fix copyright notices 2019-11-27 22:34:02 +00:00