summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/_gcvt/test2/testinfo.dat
blob: 3e0759afb048c5e15bcb0ce794abbfc9fee8a03d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (c) Microsoft Corporation.  All rights reserved.
#

Version = 1.0
Section = C Runtime
Function = _gcvt
Name = Call _gcvt on normal values, negatives, exponents and hex digits.
TYPE = DEFAULT
EXE1 = test2
Description
= Call the _gcvt function on a number of cases.  Check that it
= handles negatives, exponents and hex digits properly.  Also check that 
= the 'digit' specification works. (And that it doesn't truncate negative
= signs or decimals)