Welcome to mirror list, hosted at ThFree Co, Russian Federation.

known-issues-gmcs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14afbc1d64a0a084bbcaace32183fd85ad2f4cab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# 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.

cs0019-20.cs
cs0162-7.cs NO ERROR
cs0267.cs
cs0267-2.cs
cs0525.cs
cs0526.cs
cs0531.cs
cs0547-2.cs # new in GMCS; grammar issue
cs0547.cs
cs0548-4.cs
cs0548.cs
cs0567.cs
cs0619-42.cs
cs0631-2.cs
cs1041.cs # new in GMCS; grammar issue
cs1501-5.cs
cs1513.cs
cs1518.cs
cs1521-3.cs
cs1525.cs
cs1528.cs
cs1540-9.cs
cs1586.cs
cs1641.cs
cs1670-2.cs

# Operators
cs0035.cs
cs0266-11.cs
cs0266-9.cs
cs0457-2.cs
cs0457.cs