[loader] LoadFrom of problematic images should reprobe
[mono-project.git] / mcs / errors / known-issues-net_4_x
blob54902e03e7beb427cdc9f8cb069ea1993a95e0f1
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 # Parser problems
15 cs0080.cs 
17 # Undocumented switch governing rules
18 cs0151-4.cs NO ERROR
20 # Operators
21 cs0457-2.cs
22 cs0457.cs
24 cs8129.cs NO ERROR
25 cs8141.cs
26 cs8141-2.cs
27 cs8144.cs
28 cs8157.cs NO ERROR
29 cs8160.cs
30 cs8161.cs
31 cs8170.cs NO ERROR
32 cs8170-2.cs