File: known-issues-net_4_x

package info (click to toggle)
mono 6.8.0.105%2Bdfsg-3.3%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,284,456 kB
  • sloc: cs: 11,172,132; xml: 2,850,069; ansic: 671,653; cpp: 122,091; perl: 59,366; javascript: 30,841; asm: 22,168; makefile: 20,089; sh: 15,020; python: 4,827; pascal: 925; sql: 859; sed: 16; php: 1
file content (32 lines) | stat: -rw-r--r-- 834 bytes parent folder | download | duplicates (6)
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
# 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 

# Undocumented switch governing rules
cs0151-4.cs NO ERROR

# Operators
cs0457-2.cs
cs0457.cs

cs8129.cs NO ERROR
cs8141.cs
cs8141-2.cs
cs8144.cs
cs8157.cs NO ERROR
cs8160.cs
cs8161.cs
cs8170.cs NO ERROR
cs8170-2.cs