Merge remote branch 'upstream/master'
[mono.git] / mcs / errors / known-issues-dmcs
1 # These files are give the wrong warning when compiled.
2 # If you add a new test that should generate an error but generates the
3 # wrong one, it should be added here.
4
5 # If you fix the compiler so that it emits the correct error,
6 # the file should be removed.
7
8 # This file supports extended syntax
9 # csXXXX.cs             : error test case reports wrong error
10 # csXXXX.cs IGNORE      : adds test to ignore list (should ONLY be used if the runtime crashes)
11 # csXXXX.cs NO ERROR    : error test case doesn't report any error. An exception is considered
12 #                         as NO ERROR and CS5001 is automatically ignored.
13
14 cs0162-7.cs NO ERROR
15
16 # Operators
17 cs0457-2.cs
18 cs0457.cs
19
20 cs1540-6.cs NO ERROR
21
22 dcs0165.cs NO ERROR # Bug 593369
23
24 # all the following are from bug #628673
25 cs0122-35.cs
26 cs0012.cs
27 cs0012-2.cs
28 cs0012-3.cs NO ERROR
29 cs0012-4.cs NO ERROR
30 cs0012-5.cs NO ERROR
31 cs0012-6.cs
32 cs0012-7.cs
33 cs0012-8.cs
34 cs0012-9.cs
35 cs0012-10.cs
36 dcs1979.cs
37 cs0023-11.cs
38 cs0111-3.cs
39 cs0122-19.cs
40 cs0122-28.cs
41 cs0122-8.cs
42 cs0168-2.cs
43 cs0177-8.cs NO ERROR
44 cs0307-6.cs
45 cs0308-7.cs
46 cs0315.cs NO ERROR
47 cs0520.cs
48 cs1501-2.cs NO ERROR # Needs clarification
49 cs1509.cs
50 cs1542.cs NO ERROR
51 cs1574-3.cs NO ERROR
52 cs1574-6.cs NO ERROR
53 cs1574-8.cs NO ERROR
54 cs1581-2.cs
55 cs1581.cs
56 cs1584.cs
57 cs1612-6.cs NO ERROR
58 cs3006-7.cs NO ERROR