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

Version = 1.0
Section = C Runtime
Function = ferror
Name = Positive Test for ferror
TYPE = DEFAULT
EXE1 = test1
Description
= Tests the PAL implementation of the ferror function.
= Open a file, and read some characters.  Check that ferror states that
= no error has occured. Then close the file pointer.  Attempt to read 
= some more.  Check ferror now, and it should indicate that an error has 
= occured.