From f382ce8c657db83a8494b474e94473027b63d4e1 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Thu, 10 Apr 2014 21:35:25 +0200 Subject: [PATCH] tests: added README.md for test_float --- tests/test_float/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/test_float/README.md diff --git a/tests/test_float/README.md b/tests/test_float/README.md new file mode 100644 index 0000000000..b136c6e325 --- /dev/null +++ b/tests/test_float/README.md @@ -0,0 +1,10 @@ +Expected result +=============== +This application should infinitely print '-' characters. If it prints only a single '+' characters the test must be considered as failed. + +Background +========== +This test was introduced due to an error for floating point handling in an older newlib version. + +The idea for this test is taken from: +http://sourceware.org/ml/newlib/2010/msg00149.html