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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/tests/README.tests')
-rw-r--r--mcs/tests/README.tests6
1 files changed, 5 insertions, 1 deletions
diff --git a/mcs/tests/README.tests b/mcs/tests/README.tests
index 27c11d806c8..b7d0d90ffab 100644
--- a/mcs/tests/README.tests
+++ b/mcs/tests/README.tests
@@ -39,7 +39,7 @@ Test cases listed by Category:
* Flow Analysis
- test-154.cs test-162.cs
+ test-154.cs test-162.cs test-185.cs
* Type Containers
@@ -170,6 +170,10 @@ test-175.cs
Check for user-defined implicit conversions if both arguments of a
binary operator are of a user-defined type. Bug #30443.
+test-185.cs
+-----------
+Flow analysis wrt. infinite loops. Bug #37708.
+
verify-1.cs
-----------
Test whether we do not jump out of the method in a Try/Finally block.