2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[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 # Missing runtime support for variance should cause Execution Error only
15 gtest-variance-1.cs
16 gtest-variance-2.cs
17 gtest-variance-3.cs
18 gtest-variance-4.cs
19 gtest-variance-5.cs IGNORE
20 gtest-variance-8.cs
21 gtest-variance-10.cs
22 gtest-variance-12.cs
23
24 test-416.cs bug #504085
25 test-418.cs bug #504085
26 test-704.cs IGNORE #472845