New tests.
[mono.git] / mcs / errors / known-issues-gmcs
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 cs0158-5.cs
15 cs0162-7.cs NO ERROR
16 cs0214-10.cs NO ERROR
17 cs0547-2.cs # new in GMCS; grammar issue
18 cs0547.cs
19 cs1041.cs # new in GMCS; grammar issue
20 cs1521-3.cs
21 cs1525.cs
22 cs1528.cs
23 cs1586.cs
24 gcs1644-10.cs NO ERROR
25
26 # Operators
27 cs0457-2.cs
28 cs0457.cs
29
30 # Errors fixed in version 2.0 only
31 cs1533.cs IGNORE
32
33 gcs0820.cs # temporary disabled
34
35 # Reported as csc issues
36 gcs0133.cs NO ERROR
37