From: Marek Safar Date: Sun, 10 Dec 2006 12:24:05 +0000 (-0000) Subject: New tests + update. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=c88921c516186b2e8dedc270026e80bc796ed280;p=mono.git New tests + update. svn path=/trunk/mcs/; revision=69269 --- diff --git a/mcs/tests/known-issues-gmcs b/mcs/tests/known-issues-gmcs index 5515c9c24e6..745d805ba99 100644 --- a/mcs/tests/known-issues-gmcs +++ b/mcs/tests/known-issues-gmcs @@ -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 diff --git a/mcs/tests/known-issues-mcs b/mcs/tests/known-issues-mcs index c159f76e6c5..fb7eb42a4db 100644 --- a/mcs/tests/known-issues-mcs +++ b/mcs/tests/known-issues-mcs @@ -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 diff --git a/mcs/tests/test-60.cs b/mcs/tests/test-60.cs index 65435862c7c..5fe57a0b0dd 100644 --- a/mcs/tests/test-60.cs +++ b/mcs/tests/test-60.cs @@ -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