New test.
[mono.git] / mono / tests / cas / demand / ChangeLog
1 2006-06-27  Wade Berrier <wberrier@novell.com>
2
3         * Makefile.am: Use mcs from the mcs tree instead of
4         what's in the path.  Rename targets so tests are not compiled at
5         build time.
6
7 2006-06-26  Sebastien Pouliot  <sebastien@ximian.com>
8
9         * Makefile.am: Use mono-wrapper (and not the installed mono).
10
11 2006-06-22  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * Makefile.am: Updated Makefile to add the CAS tests to the tarball
14         and enable them to be more broadly tested;
15         * Makefile: Removed and replaced by Makefile.am
16
17 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * pinvoke1-3.cs: Fixed RunningOnWindows to run under NET_2_0.
20         * Makefile: Changed --debug for -debug to avoid compiler warning.
21
22 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * pinvoke1-3.cs: Changed RunningOnMono for RunningOnWindows as it's an
25         OS issue not a runtime issue being tested.
26
27 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
28
29         * pinvoke1-3.cs: New. Tests that P/Invoking unmanaged methods provoke
30         a stack walk (Demand) for SecurityPermissionFlag.UnmanagedCode.
31         * sucs1-4.cs: New. Tests that [SuppressUnmanagedCodeSecurity] removes
32         the stack walk when present on either the p/invoked definition or on
33         it's class.
34         * Makefile: New. Build/execute new tests.
35         * README: New. Instruction and details about the tests.