[mcs] Initial by ref returns and variables support
[mono.git] / mcs / errors / known-issues-net_4_x
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 # Parser problems
15 cs0080.cs 
16
17 # Operators
18 cs0457-2.cs
19 cs0457.cs
20
21 cs8129.cs NO ERROR
22 cs8141.cs
23 cs8141-2.cs
24 cs8144.cs
25 cs8157.cs NO ERROR
26 cs8160.cs
27 cs8161.cs
28 cs8170.cs NO ERROR
29 cs8170-2.cs