freebsd-dev/lib/libc/tests/stdio
Enji Cooper 9a41ce4a69 Expect :int_within_limits to fail when ptrdiff_t/*intmax_t differ in base type
The %t{d,u} (ptrdiff_t) tests fail for the following reasons:
- ptrdiff_t is by definition int32_t on !LP64 architectures and int64_t on
  LP64 architectures.
- intmax_t is by definition fixed to int64_t on all architectures.
- Some of the code in lib/libc/stdio/... is promoting ptrdiff_t to *intmax_t
  when parsing/representing the value.

PR:		191674
MFC after:	1 week
Sponsored by:	Dell EMC Isilon
2017-02-07 05:39:00 +00:00
..
fdopen_test.c Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite 2015-11-08 06:37:50 +00:00
fmemopen2_test.c Make sure fmemopen succeeds in :test_append_binary_pos before calling ftell 2016-04-19 23:59:10 +00:00
fopen_test.c Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite 2015-11-08 06:37:50 +00:00
freopen_test.c Fix double fclose of fp1 when freopen fails 2016-04-20 00:19:04 +00:00
getdelim_test.c Remove last traces of _WITH_GETLINE 2016-07-30 01:13:54 +00:00
Makefile Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
Makefile.depend DIRDEPS_BUILD: Connect MK_TESTS. 2016-03-09 22:46:01 +00:00
mkostemp_test.c Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite 2015-11-08 06:37:50 +00:00
open_memstream2_test.c Similar to r305920, remove spurious newlines from ATF_REQUIRE_MSG calls 2016-09-18 06:00:07 +00:00
open_wmemstream_test.c Similar to r305920, remove spurious newlines from ATF_REQUIRE_MSG calls 2016-09-18 06:00:07 +00:00
perror_test.c Remove unused variables to fix building world 2015-11-15 12:48:42 +00:00
print_positional_test.c print_positional_test: Fix misuse of wchar APIs 2016-05-12 04:08:45 +00:00
printbasic_test.c Expect :int_within_limits to fail when ptrdiff_t/*intmax_t differ in base type 2017-02-07 05:39:00 +00:00
printfloat_test.c Fix :hexadecimal_floating_point on i386 2017-02-07 03:46:48 +00:00
scanfloat_test.c Remove unused variables to fix building world 2015-11-15 12:48:42 +00:00