Welcome to mirror list, hosted at ThFree Co, Russian Federation.

known-issues-gmcs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb882007483ed030447814ed253c603262c642ca (plain)
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
# This file contains test files which cause any type of error.

# This file supports extended syntax
# csXXXX.cs		: test case causes error
# csXXXX.cs IGNORE 	: adds test to ignore list

test-xml-027.cs
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.

gtest-230.cs
gtest-437.cs

# Missing runtime support for variance should cause Execution Error only
gtest-variance-1.cs
gtest-variance-2.cs
gtest-variance-3.cs
gtest-variance-4.cs
gtest-variance-5.cs IGNORE
gtest-variance-8.cs
gtest-variance-10.cs
gtest-variance-12.cs

test-416.cs bug #504085
test-418.cs bug #504085
test-682.cs bug #530861
test-704.cs IGNORE #472845