2004-01-03 Ben Maurer <bmaurer@users.sourceforge.net>
[mono.git] / mcs / tests / README.tests
index 422fb7c3508ebb063c29c3bc51772b292962b402..4e261ba2fbf51cf82b90bf07549f4ed74bd5ff38 100644 (file)
@@ -35,7 +35,7 @@ Test cases listed by Category:
 
 * Invocation and Casts
 
-  test-153.cs test-163.c test-207.cs test-210.cs test-211.cs
+  test-153.cs test-163.c test-207.cs test-210.cs test-211.cs test-223.cs
 
 * Flow Analysis
 
@@ -408,6 +408,16 @@ test-221.cs:
 ------------
 Test for correct scanning for base properties.
 
+test-222.cs:
+------------
+Compilation test to check overload resolution. We should prefer int->uint over int->ulong.
+
+test-223.cs:
+------------
+This tests that conversions from Enum and ValueType to structs
+are treated as unboxing conversions, and the `unbox' opcode
+is emitted. #52569.
+
 verify-1.cs
 -----------
 Test whether we do not jump out of the method in a Try/Finally block.