New tests + update.
authorMarek Safar <marek.safar@gmail.com>
Sun, 10 Dec 2006 12:24:05 +0000 (12:24 -0000)
committerMarek Safar <marek.safar@gmail.com>
Sun, 10 Dec 2006 12:24:05 +0000 (12:24 -0000)
svn path=/trunk/mcs/; revision=69269

mcs/tests/known-issues-gmcs
mcs/tests/known-issues-mcs
mcs/tests/test-60.cs

index 5515c9c24e609243e7a79721473c4fcc01ba965a..745d805ba996774be3de93438afc4d0f82c81a51 100644 (file)
@@ -7,7 +7,6 @@
 test-50.cs IGNORE      # Windows-only test
 test-67.cs IGNORE      # Windows-only test
 test-xml-027.cs
-test-476.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
index c159f76e6c51dfb8b2f9b43dea4e4b10817d5d7d..fb7eb42a4db35c4717585be2442866b5b344ef9f 100644 (file)
@@ -7,6 +7,4 @@
 test-50.cs IGNORE      # Windows-only tests
 test-67.cs IGNORE      # Windows-only test
 
-test-476.cs
-
 test-xml-027.cs
index 65435862c7c8eebfb8a020b30f41ff46994f67be..5fe57a0b0dd8e41202795fef975da65003153278 100644 (file)
@@ -6,13 +6,26 @@
 #region "dunno"
 #endregion
 
+#if FALSE
+       #region Fields
+               #if B
+                       int a;
+               #else
+                       bool a;
+               #endif
+       #endregion
+#endif
+
 #if FLAG_FALSE
+        #pragma foo
         namespace ns1
 #else
         #if FLAG_FALSE
                         #if FLAG_FALSE
+                                #error No error
                                 namespace ns2
                         #else
+                                #line aa
                                 namespace ns3
                         #endif
         #else