Update contrib.
2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
20 #include <stdlib.h> /* definition of exit() */
25 #include <unistd.h> /* for getcwd */
26 #include <sys/fcntl.h> /* for O_RDONLY */
27 #include <sys/types1.h>
30 test_Data; /* needed for logging */
35 @SYMTestCaseID SYSLIB-STDLIB-CT-1120
36 @SYMTestCaseDesc Tests for defect number 050968
38 @SYMTestActions Tests for stdlib defect
39 @SYMTestExpectedResults Test must not fail
44 unsigned char p = 0xFF;
46 test_Next("Check DEF050968");
71 test_Title("TStdlibDefect");
75 test_Next("Do it again using the CPosixServer (for them, not me)");
78 start_posix_server(); /* calls SpawnPosixServer from C++ code */
81 client=create_thread(doTests, "TSTDLIBDEFECT tests");
84 err=wait_for_thread(client);