linux-packaging-mono/mcs/errors/known-issues-net_4_x
Xamarin Public Jenkins f3e3aab35a Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
2016-02-22 11:00:01 -05:00

20 lines
652 B
Plaintext

# 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
# Operators
cs0457-2.cs
cs0457.cs