summaryrefslogtreecommitdiff
path: root/mcs/errors/known-issues-net_4_5
blob: a2f951235f75fc19955fb37374a3c73c59602f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# These files are give the wrong warning when compiled.
# If you add a new test that should generate an error but generates the
# wrong one, it should be added here.

# If you fix the compiler so that it emits the correct error,
# the file should be removed.

# This file supports extended syntax
# csXXXX.cs		: error test case reports wrong error
# csXXXX.cs IGNORE 	: adds test to ignore list (should ONLY be used if the runtime crashes)
# csXXXX.cs NO ERROR	: error test case doesn't report any error. An exception is considered
#			  as NO ERROR and CS5001 is automatically ignored.

# Parser problems
cs0080.cs 

# Operators
cs0457-2.cs
cs0457.cs

cs1060.cs NO ERROR
cs1060-2.cs NO ERROR
cs1060-3.cs NO ERROR