mbed-os/TESTS/mbed_platform
Hugues Kamba ceffb6ddeb minimal-printf: Fix handling of the two character sequence %%
The two character sequence %% is used in standard implementations of
printf to print a single %. This is because % is essentially printf's
escape character for format specifiers and as \% cannot work printf
uses %%.
Therefore to be compatible with string buffers containing
%%, minimal-printf also needs to only print a single %.
2019-10-23 11:30:54 +01:00
..
CircularBuffer Refactor circular buffer test to platform folder 2018-08-27 09:33:07 -05:00
FileHandle Add ftruncate / fstat(st_size) unit test 2018-12-14 19:29:29 +02:00
SharedPtr Add Greentea tests for shared pointer 2018-08-20 18:49:26 +01:00
SingletonPtr Add SingletonPtr test 2017-12-04 11:42:23 +01:00
Stream Tests: Stream: Use a quote from C99 spec 2018-12-10 16:30:16 +01:00
Transaction tests: astyle fix 2018-08-03 10:23:38 +01:00
atomic tweak atomic_test timeout 2019-08-07 14:33:24 +02:00
crash_reporting Newline at the end of files 2019-08-01 08:44:58 +02:00
critical_section Critical tests: use atomics 2019-04-26 13:12:35 +03:00
error_handling Replace deprecated wait calls 2019-07-15 10:13:50 +03:00
minimal-printf/compliance minimal-printf: Fix handling of the two character sequence %% 2019-10-23 11:30:54 +01:00
stats_cpu Change stack sizes. 2019-09-06 16:09:05 +02:00
stats_heap Newline at the end of files 2019-08-01 08:44:58 +02:00
stats_sys Newline at the end of files 2019-08-01 08:44:58 +02:00
stats_thread Newline at the end of files 2019-08-01 08:44:58 +02:00
system_reset use forced_reset_timeout as delay after reset 2018-10-02 18:01:08 -05:00
wait_ns Newline at the end of files 2019-08-01 08:44:58 +02:00