New test.
[mono.git] / mcs / class / Mono.Posix / Test / Mono.Unix / ChangeLog
1 2006-07-02  Jonathan Pryor  <jonpryor@vt.edu>
2
3         * UnixPathTest.cs: Added; test UnixPath.Combine().
4
5 2005-12-07  Jonathan Pryor  <jonpryor@vt.edu>
6
7         * UnixMarshalTest.cs: Make test public so that it's actually executed by
8           NUnit; NUnit doesn't like private Test* methods -- rename; test
9           UnixMarshal.PtrToString for a string containing 0 characters (this used to
10           cause an ArgumentOutOfRangeException due to a bug).
11
12 2005-12-05  Jonathan Pryor  <jonpryor@vt.edu>
13
14         * UnixUserTest.cs: s/UnixUser/UnixUserInfo/g (UnixUser is obsolete).
15
16 2005-12-05  Jonathan Pryor  <jonpryor@vt.edu>
17
18         * UnixMarshalTest.cs: s/Free/FreeHeap/g (UnixMarshal.Free will be removed).
19
20 2005-11-28  Jonathan Pryor  <jonpryor@vt.edu>
21
22         * UnixGroupTest.cs: The type of UnixGroupInfo.GroupId changed.  UnixGroup is
23           deprecated; use UnixGroupInfo instead.
24         * UnixUserTest.cs: The type of UnixUserInfo.UserId changed.  UnixUser if
25           deprecated; use UnixUserInfo instead.
26
27 2005-10-26  Jonathan Pryor  <jonpryor@vt.edu>
28
29         * UnixMarshalTest.cs: s/StringToAlloc/StringToHeap/g (UnixMarshal change).
30         * UnixEncodingTest.cs: Deal with UnixEncoding.EscapeByte value change.
31
32 2005-10-25  Jonathan Pryor  <jonpryor@vt.edu>
33
34         * UnixEncodingTest.cs: Added string/byte[] encoding tests for
35           Mono.Unix.UnixEncoding.
36
37 2005-10-17  Jonathan Pryor  <jonpryor@vt.edu>
38
39         * UnixMarshalTest.cs: Added string marshaling tests for Mono.Unix.UnixMarshal.
40
41 2005-06-29  Miguel de Icaza  <miguel@ximian.com>
42
43         * StdioFileStreamTest.cs: comment out tests that depend on the
44         underlying Stdio implementation.
45
46 2005-05-21  Ben Maurer  <bmaurer@ximian.com>
47
48         * UnixUserTest.cs, UnixGroupTest.cs: Disable tests that might not
49         work on a Solaris box with NIS. Bug #72293.
50
51 2005-04-29  Jonathan Pryor  <jonpryor@vt.edu>
52
53         * StdioFileStreamTest.cs: Add FilePosition tests; remove `var = var` 
54           lines (added to remove warnings, but now produces other warnings).
55
56 2005-04-28  Jonathan Pryor  <jonpryor@vt.edu>
57
58         * StdlibTest.cs: Calling a P/Invoke function from signal-handler context is
59           *bad*, which is why I've had so much trouble getting consistent results
60           getting this test to work -- it was broken by design.  Instead, just save
61           the signum passed to the handler (which is reentrant safe), and compare
62           the saved value with the expected value after the signal handler returns.
63           This should always work.  Use SIGURG instead of SIGUSR1 because SIGURG is
64           ignored by default (allowing us to call it without adding your own
65           handler), unlike SIGUSR1 which terminates the program.
66
67 2005-03-28  Jonathan Pryor  <jonpryor@vt.edu>
68
69         * StdioFileStreamTest.cs: Added; based on MonoTests.System.IO.FileStreamTest.
70
71 2005-02-09  Jonathan Pryor  <jonpryor@vt.edu>
72
73         * StdlibTest.cs: Signal is currently ignored, but add Category(NotDotNet) so
74           it isn't run even when we fix it.  .NET 1.1 doesn't marshal delegates
75           properly for signal (different calling conventions).
76           Add Category(NotDotNet) for Snprintf(), as MSVCRT.dll doesn't export it.
77         * UnixGroupTest.cs, UnixUserTest.cs: Don't run these under .NET, as Windows
78           doesn't support the Syscall and related classes.
79
80 2005-02-01  Raja R Harinath  <rharinath@novell.com>
81
82         * UnixUserTest.cs (UnixUserTest.ReentrantConstructors): Don't
83         assume userid<->username mapping is a bijection.
84         (UnixUserTest.NonReentrantSyscalls): Likewise.
85
86 2005-01-20  Jonathan Pryor  <jonpryor@vt.edu>
87
88         * StdlibTest.cs: Ignore the signal(3) test, as it's currently hanging Mono.
89
90 2005-01-13  Jonathan Pryor  <jonpryor@vt.edu>
91
92         * StdlibTest.cs: Added tests for signal(3) and snprintf(3).
93
94 2005-01-05  Jonathan Pryor  <jonpryor@vt.edu>
95
96         * ChangeLog: Started.
97         * UnixGroupTest.cs, UnixUserTest.cs: Added.
98