mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
* stdio-common/tst-printf.c (main): Comment out one test which checked the compiler's ability to fold floating-point constants but not really printf. (rfg3): Make s const. * stdio-common/tst-printf.sh: Adjust for removed test.
This commit is contained in:
@@ -132,7 +132,6 @@ prefix 6d 6o 6x 6X 6u
|
||||
1e+06 should be 1e+06
|
||||
10 should be 10
|
||||
0.02 should be 0.02
|
||||
0.10000000000000009
|
||||
Test ok.
|
||||
sprintf (buf, "%07Lo", 040000000000ll) = 40000000000
|
||||
printf ("%hhu", 257) = 1
|
||||
@@ -243,7 +242,6 @@ prefix 6d 6o 6x 6X 6u
|
||||
1e+06 should be 1e+06
|
||||
10 should be 10
|
||||
0.02 should be 0.02
|
||||
0.10000000000000009
|
||||
Test ok.
|
||||
sprintf (buf, "%07Lo", 040000000000ll) = 40000000000
|
||||
printf ("%hhu", 257) = 1
|
||||
|
Reference in New Issue
Block a user