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