Mail Archives: cygwin-developers/2001/03/10/11:47:31
Hi!
Saturday, 10 March, 2001 Christopher Faylor cgf AT redhat DOT com wrote:
>>> > X_OK is defined as a constant unsigned in file.h cygwin_S_IEXEC.cc
>>> >and /src/cygwin/src/winsup/testsuite/winsup.api/ltp/access01.c:147:
>>> >gives the error: initializer element is not constant
>>> >
>>> >file -- access01.c
>>> >..
>>> >static struct test_case_t {
>>> > char *file;
>>> > int mode;
>>> > char *string;
>>> > int experrno;
>>> >} Test_cases[] = {
>>> > { Fname, F_OK, "F_OK", 0 },
>>> > { Fname, X_OK, "X_OK", 0 }, <------ access01.c:147
>>> > { Fname, W_OK, "W_OK", 0 },
>>> > { Fname, R_OK, "R_OK", 0 },
>>> >};
>>> >
>>> >I think X_OK has to be an int in your "interesting" changes
>>>
>>> Actually, to circumvent this, it has to be a constant. That would
>>> blow my change out of the water.
>>
>>Good, but can we fix the test. I have found the tests are very good
>>indicator into the health of my cygwin1.dll build
i've just checked in the change to testsuite to fix this one.
Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19
- Raw text -