OSDN Git Service

Add a test for snprintf on a PTHREAD_STACK_MIN-sized stack.
authorElliott Hughes <enh@google.com>
Fri, 5 Feb 2016 19:18:41 +0000 (11:18 -0800)
committerElliott Hughes <enh@google.com>
Fri, 5 Feb 2016 19:18:41 +0000 (11:18 -0800)
commit43f7c875654cb94e589ff9d0c4ac58ca9616093e
treeb59e65b86870ef89c3965f32b18c52910f6038b4
parentb90837c3d316c6ea8d6f0b0b6a3643d0d3245a0e
Add a test for snprintf on a PTHREAD_STACK_MIN-sized stack.

This is a common thing for people to want to do, snprintf requires
a lot of stack for itself, and PTHREAD_STACK_MIN should be usable
for realistic code.

Change-Id: Ib09cfb4e0beec1c69ee0944c3ea4c5d03a94c491
tests/stdio_test.cpp
tests/time_test.cpp