2003-02-16 Daniel Morgan <danmorg@sc.rr.com>
[mono.git] / mcs / errors / README.tests
1 Test cases listed by Category:
2 ==============================
3
4 * Flow Analysis
5
6   error-1.cs error-3.cs
7
8 * Type Containers
9
10   error-2.cs
11
12 Test cases listed by Number:
13 ============================
14
15 error-1.cs
16 ----------
17 Flow analysis: Check whether mcs correctly reports all errors.
18
19 error-2.cs
20 ----------
21 Base types are less accessible than the current type.
22
23 error-3.cs
24 ----------
25 Flow analysis: Check struct members.
26
27 error-4.cs
28 ----------
29 Ensure that we do not allow void types to be converted to anything else
30
31 error-5.cs
32 ----------
33 Catch invalid access to a private event of a class