../../bin/test.unit.std.stdio.puts.gcc40.debug --verbosity=2
../../test/unit/std/stdio/test.unit.std.stdio.puts/test.unit.std.stdio.puts.cpp(401): test condition failed: actual string value 'a' should equal the expected value 'abc' in function test_3_0
../../test/unit/std/stdio/test.unit.std.stdio.puts/test.unit.std.stdio.puts.cpp(402): test condition failed: actual string value 'a' should equal the expected value 'abcdefghijklmnopqrstuvwxyz' in function test_3_0
Test case 'test_3_0': 5 assertions; 3 succeeded; 2 failed; 0 unexpected exceptions; 0 missing expected exceptions; result=FAILURE
../../test/unit/std/stdio/test.unit.std.stdio.puts/test.unit.std.stdio.puts.cpp(430): test condition failed: actual string value 'a' should equal the expected value 'abc' in function test_3_1
../../test/unit/std/stdio/test.unit.std.stdio.puts/test.unit.std.stdio.puts.cpp(431): test condition failed: actual string value 'a' should equal the expected value 'abcdefghijklmnopqrstuvwxyz' in function test_3_1
Test case 'test_3_1': 5 assertions; 3 succeeded; 2 failed; 0 unexpected exceptions; 0 missing expected exceptions; result=FAILURE
../../test/unit/std/stdio/test.unit.std.stdio.puts/test.unit.std.stdio.puts.cpp(459): test condition failed: actual string value 'a' should equal the expected value 'abc' in function test_3_2
../../test/unit/std/stdio/test.unit.std.stdio.puts/test.unit.std.stdio.puts.cpp(460): test condition failed: actual string value 'a' should equal the expected value 'abcdefghijklmnopqrstuvwxyz' in function test_3_2
Test case 'test_3_2': 5 assertions; 3 succeeded; 2 failed; 0 unexpected exceptions; 0 missing expected exceptions; result=FAILURE
../../test/unit/std/stdio/test.unit.std.stdio.puts/test.unit.std.stdio.puts.cpp(488): test condition failed: actual string value 'a' should equal the expected value 'abc' in function test_4_0
../../test/unit/std/stdio/test.unit.std.stdio.puts/test.unit.std.stdio.puts.cpp(489): test condition failed: actual string value 'a' should equal the expected value 'abcdefghijklmnopqrstuvwxyz' in function test_4_0
Test case 'test_4_0': 5 assertions; 3 succeeded; 2 failed; 0 unexpected exceptions; 0 missing expected exceptions; result=FAILURE
../../test/unit/std/stdio/test.unit.std.stdio.puts/test.unit.std.stdio.puts.cpp(517): test condition failed: actual string value 'a' should equal the expected value 'abc' in function test_4_1
../../test/unit/std/stdio/test.unit.std.stdio.puts/test.unit.std.stdio.puts.cpp(518): test condition failed: actual string value 'a' should equal the expected value 'abcdefghijklmnopqrstuvwxyz' in function test_4_1
Test case 'test_4_1': 5 assertions; 3 succeeded; 2 failed; 0 unexpected exceptions; 0 missing expected exceptions; result=FAILURE
../../test/unit/std/stdio/test.unit.std.stdio.puts/test.unit.std.stdio.puts.cpp(546): test condition failed: actual string value 'a' should equal the expected value 'abc' in function test_4_2
../../test/unit/std/stdio/test.unit.std.stdio.puts/test.unit.std.stdio.puts.cpp(547): test condition failed: actual string value 'a' should equal the expected value 'abcdefghijklmnopqrstuvwxyz' in function test_4_2
Test case 'test_4_2': 5 assertions; 3 succeeded; 2 failed; 0 unexpected exceptions; 0 missing expected exceptions; result=FAILURE
------------------------------------------------------------
Test runner 'test.unit.std.stdio.puts' complete:
13 test case(s)
65 total assertion(s)
53 total assertion(s) succeeded
12 total assertion(s) failed
0 total unexpected exception(s)
0 total missing expected exception(s)
result=FAILURE
make: *** [test.unit_] Error 1
Logged In: YES
user_id=452543
Originator: YES
Change line 65 of impl_putws to
65 # if __GNUC__ > 3 && \
66 defined(_WIN32)