New test.
[mono.git] / mcs / tests / known-issues-dmcs
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
13 # Missing runtime support for variance should cause Execution Error only
14 gtest-variance-1.cs
15 gtest-variance-2.cs
16 gtest-variance-3.cs
17 gtest-variance-4.cs
18 gtest-variance-5.cs IGNORE
19 gtest-variance-8.cs
20 gtest-variance-10.cs
21 gtest-variance-12.cs
22
23 test-416.cs bug #504085
24 test-418.cs bug #504085
25 test-682.cs bug #530861
26 test-704.cs IGNORE #472845