New tests.
[mono.git] / mcs / tests / known-issues-gmcs
1 # This file contains test files which cause any type of error.
2
3 # This file supports extended syntax
4 # csXXXX.cs             : test case causes error
5 # csXXXX.cs IGNORE      : adds test to ignore list
6
7 test-xml-027.cs
8 test-539.cs IGNORE      # In 2.0 profile, RuntimeCompatilityAttribute is added by default with WrapNonExceptionThrows set to true and conditional compilation symbols are not provided yet.
9
10 gtest-230.cs
11 gtest-437.cs
12 gtest-443.cs # see #487738.  This is expected to fail until the generated IL is fixed
13
14 gtest-variance-1.cs IGNORE      # Runtime support for variance is not yet in place
15 gtest-variance-2.cs IGNORE 
16 gtest-variance-3.cs
17 gtest-variance-4.cs
18 gtest-variance-5.cs IGNORE
19
20 test-704.cs IGNORE #472845