2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / known-issues-dmcs
blobe953c391a571825e46e96d9da3a15ef66a005e16
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.
5 # If you fix the compiler so that it emits the correct error,
6 # the file should be removed.
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.
14 cs0158-5.cs
15 cs0162-7.cs NO ERROR
16 cs0619-42.cs
17 cs1041.cs # new in GMCS; grammar issue
19 # Operators
20 cs0457-2.cs
21 cs0457.cs
23 cs1540-6.cs
24 cs1540-9.cs
26 # the error message has an assembly version in it
27 cs1685.cs
28 gcs1685.cs
30 dcs0121.cs NO ERROR # Bug 593368
31 dcs0165.cs NO ERROR # Bug 593369