(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / errors / README.tests
blob1091452de78c958b2a198d9d45fdc0fb2e1ce527
1 Test cases listed by Category:
2 ==============================
4 * Flow Analysis
6   error-1.cs error-3.cs
8 * Type Containers
10   error-2.cs
12 Test cases listed by Number:
13 ============================
15 error-1.cs
16 ----------
17 Flow analysis: Check whether mcs correctly reports all errors.
19 error-2.cs
20 ----------
21 Base types are less accessible than the current type.
23 error-3.cs
24 ----------
25 Flow analysis: Check struct members.
27 error-4.cs
28 ----------
29 Ensure that we do not allow void types to be converted to anything else
31 error-5.cs
32 ----------
33 Catch invalid access to a private event of a class
35 error-6.cs
36 ----------
37 Catch invalid (multiple) assignments.