Browse Source

some tests comment out for target_jvm

svn path=/trunk/mcs/; revision=71798
motym 19 years ago
parent
commit
ea68180314

+ 314 - 2
mcs/class/corlib/Test/Mscorlib.Test20.vmwcsproj

@@ -55,6 +55,7 @@
     </Reference>
     <Reference Include="System" />
     <Reference Include="System.Data" />
+    <Reference Include="System.Runtime.Remoting" />
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
@@ -66,6 +67,36 @@
     <EmbeddedResource Include="resources\MyResources.resources" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="System.Collections.Generic\DictionaryTest.cs" />
+    <Compile Include="System.Collections.Generic\ListTest.cs" />
+    <Compile Include="System.Collections.ObjectModel\CollectionTest.cs" />
+    <Compile Include="System.Collections.ObjectModel\KeyedCollectionTest.cs" />
+    <Compile Include="System.Collections\ArrayListTest.cs" />
+    <Compile Include="System.Collections\BitArrayTest.cs" />
+    <Compile Include="System.Collections\CaseInsensitiveComparerTest.cs" />
+    <Compile Include="System.Collections\CaseInsensitiveHashCodeProviderTest.cs" />
+    <Compile Include="System.Collections\CollectionBaseTest.cs" />
+    <Compile Include="System.Collections\ComparerTest.cs" />
+    <Compile Include="System.Collections\DictionaryBaseTest.cs" />
+    <Compile Include="System.Collections\DictionaryEntryTest.cs" />
+    <Compile Include="System.Collections\HashtableTest.cs" />
+    <Compile Include="System.Collections\NewArrayListTest.cs" />
+    <Compile Include="System.Collections\QueueTest.cs" />
+    <Compile Include="System.Collections\ReadOnlyCollectionBaseTest.cs" />
+    <Compile Include="System.Collections\SortedListTest.cs" />
+    <Compile Include="System.Collections\StackTest.cs" />
+    <Compile Include="System.Diagnostics\DebugTest.cs" />
+    <Compile Include="System.Diagnostics\StackFrameCas.cs" />
+    <Compile Include="System.Diagnostics\StackFrameTest.cs" />
+    <Compile Include="System.Diagnostics\StackTraceCas.cs" />
+    <Compile Include="System.Diagnostics\StackTraceTest.cs" />
+    <Compile Include="System.Diagnostics\TextWriterTraceListenerTest.cs" />
+    <Compile Include="System.Globalization\CalendarTest.cs" />
+    <Compile Include="System.Globalization\CompareInfoTest.cs" />
+    <Compile Include="System.Globalization\CultureInfoTest.cs" />
+    <Compile Include="System.Globalization\DateTimeFormatInfoTest.cs" />
+    <Compile Include="System.Globalization\DaylightTimeTest.cs" />
+    <Compile Include="System.Globalization\TextInfoTest.cs" />
     <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileCas.cs" />
     <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileStreamCas.cs" />
     <Compile Include="System.IO.IsolatedStorage\IsolatedStorageFileStreamTest.cs" />
@@ -95,6 +126,262 @@
     <Compile Include="System.IO\StringReaderTest.cs" />
     <Compile Include="System.IO\StringWriterTest.cs" />
     <Compile Include="System.IO\TextWriterTest.cs" />
+    <Compile Include="System.IO\UnmanagedMemoryStreamTest.cs" />
+    <Compile Include="System.Reflection.Emit\AssemblyBuilderAccessTest.cs" />
+    <Compile Include="System.Reflection.Emit\AssemblyBuilderTest.cs" />
+    <Compile Include="System.Reflection.Emit\ConstructorBuilderTest.cs" />
+    <Compile Include="System.Reflection.Emit\CustomAttributeBuilderTest.cs" />
+    <Compile Include="System.Reflection.Emit\DynamicMethodTest.cs" />
+    <Compile Include="System.Reflection.Emit\EnumBuilderTest.cs" />
+    <Compile Include="System.Reflection.Emit\EventBuilderTest.cs" />
+    <Compile Include="System.Reflection.Emit\FieldBuilderTest.cs" />
+    <Compile Include="System.Reflection.Emit\ILGeneratorTest.cs" />
+    <Compile Include="System.Reflection.Emit\MethodBuilderTest.cs" />
+    <Compile Include="System.Reflection.Emit\MethodRentalCas.cs" />
+    <Compile Include="System.Reflection.Emit\MethodRentalTest.cs" />
+    <Compile Include="System.Reflection.Emit\ModuleBuilderTest.cs" />
+    <Compile Include="System.Reflection.Emit\PropertyBuilderTest.cs" />
+    <Compile Include="System.Reflection.Emit\TypeBuilderTest.cs" />
+    <Compile Include="System.Reflection\AssemblyAlgorithmIdAttributeTest.cs" />
+    <Compile Include="System.Reflection\AssemblyCas.cs" />
+    <Compile Include="System.Reflection\AssemblyConfigurationAttributeTest.cs" />
+    <Compile Include="System.Reflection\AssemblyCopyrightAttributeTest.cs" />
+    <Compile Include="System.Reflection\AssemblyCultureAttributeTest.cs" />
+    <Compile Include="System.Reflection\AssemblyDelaySignAttributeTest.cs" />
+    <Compile Include="System.Reflection\AssemblyDescriptionAttributeTest.cs" />
+    <Compile Include="System.Reflection\AssemblyFileVersionAttributeTest.cs" />
+    <Compile Include="System.Reflection\AssemblyInformationalVersionAttributeTest.cs" />
+    <Compile Include="System.Reflection\AssemblyNameCas.cs" />
+    <Compile Include="System.Reflection\AssemblyNameTest.cs" />
+    <Compile Include="System.Reflection\AssemblyTest.cs" />
+    <Compile Include="System.Reflection\BinderTests.cs" />
+    <Compile Include="System.Reflection\EventInfoTest.cs" />
+    <Compile Include="System.Reflection\FieldInfoTest.cs" />
+    <Compile Include="System.Reflection\MethodInfoTest.cs" />
+    <Compile Include="System.Reflection\ModuleCas.cs" />
+    <Compile Include="System.Reflection\ModuleTest.cs" />
+    <Compile Include="System.Reflection\ParameterInfoTest.cs" />
+    <Compile Include="System.Reflection\PropertyInfoTest.cs" />
+    <Compile Include="System.Reflection\ReflectedTypeTest.cs" />
+    <Compile Include="System.Reflection\StrongNameKeyPairCas.cs" />
+    <Compile Include="System.Reflection\StrongNameKeyPairTest.cs" />
+    <Compile Include="System.Reflection\TypeDelegatorTest.cs" />
+    <Compile Include="System.Resources\ResourceManagerTest.cs" />
+    <Compile Include="System.Resources\ResourceReaderCas.cs" />
+    <Compile Include="System.Resources\ResourceReaderTest.cs" />
+    <Compile Include="System.Resources\ResourceSetCas.cs" />
+    <Compile Include="System.Runtime.CompilerServices\RuntimeHelpersTest.cs" />
+    <Compile Include="System.Runtime.CompilerServices\RuntimeWrappedExceptionCas.cs" />
+    <Compile Include="System.Runtime.CompilerServices\RuntimeWrappedExceptionTest.cs" />
+    <Compile Include="System.Runtime.InteropServices\GCHandleTest.cs" />
+    <Compile Include="System.Runtime.InteropServices\MarshalTest.cs" />
+    <Compile Include="System.Runtime.InteropServices\RuntimeEnvironmentCas.cs" />
+    <Compile Include="System.Runtime.InteropServices\RuntimeEnvironmentTest.cs" />
+    <Compile Include="System.Runtime.InteropServices\SafeHandleTest.cs" />
+    <Compile Include="System.Runtime.Remoting.Contexts\SynchronizationAttributeTest.cs" />
+    <Compile Include="System.Runtime.Remoting\ContextTest.cs" />
+    <Compile Include="System.Runtime.Remoting\RemotingConfigurationTest.cs" />
+    <Compile Include="System.Runtime.Remoting\RemotingServicesTest.cs" />
+    <Compile Include="System.Runtime.Remoting\SoapServicesTest.cs" />
+    <Compile Include="System.Runtime.Remoting\SynchronizationAttributeTest.cs" />
+    <Compile Include="System.Runtime.Serialization.Formatters.Binary\BinaryFormatterCas.cs" />
+    <Compile Include="System.Runtime.Serialization.Formatters.Binary\BinaryFormatterTest.cs" />
+    <Compile Include="System.Runtime.Serialization\ArraySerializationTest.cs" />
+    <Compile Include="System.Runtime.Serialization\FormatterServicesTests.cs" />
+    <Compile Include="System.Runtime.Serialization\ObjectIDGeneratorTests.cs" />
+    <Compile Include="System.Runtime.Serialization\ObjectManagerTest.cs" />
+    <Compile Include="System.Runtime.Serialization\SerializationCallbackTest.cs" />
+    <Compile Include="System.Runtime.Serialization\SerializationTest.cs" />
+    <Compile Include="System.Runtime.Versioning\ResourceConsumptionAttributeCas.cs" />
+    <Compile Include="System.Runtime.Versioning\ResourceConsumptionAttributeTest.cs" />
+    <Compile Include="System.Runtime.Versioning\ResourceExposureAttributeCas.cs" />
+    <Compile Include="System.Runtime.Versioning\ResourceExposureAttributeTest.cs" />
+    <Compile Include="System.Runtime.Versioning\VersioningHelperCas.cs" />
+    <Compile Include="System.Runtime.Versioning\VersioningHelperTest.cs" />
+    <Compile Include="System.Security.Cryptography.X509Certificates\X509CapiTest.cs" />
+    <Compile Include="System.Security.Cryptography.X509Certificates\X509Cert20Test.cs" />
+    <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateCas.cs" />
+    <Compile Include="System.Security.Cryptography.X509Certificates\X509CertificateTest.cs" />
+    <Compile Include="System.Security.Cryptography.X509Certificates\X509SpcTest.cs" />
+    <Compile Include="System.Security.Cryptography\AllTests2.cs" />
+    <Compile Include="System.Security.Cryptography\AsymmetricAlgorithmTest.cs" />
+    <Compile Include="System.Security.Cryptography\CipherModeTest.cs" />
+    <Compile Include="System.Security.Cryptography\CryptoAPITransformCas.cs" />
+    <Compile Include="System.Security.Cryptography\CryptoConfigCas.cs" />
+    <Compile Include="System.Security.Cryptography\CryptoConfigTest.cs" />
+    <Compile Include="System.Security.Cryptography\CryptoStreamTest.cs" />
+    <Compile Include="System.Security.Cryptography\CspProviderFlagsTest.cs" />
+    <Compile Include="System.Security.Cryptography\DESCryptoServiceProviderTest.cs" />
+    <Compile Include="System.Security.Cryptography\DESTest.cs" />
+    <Compile Include="System.Security.Cryptography\DSACryptoServiceProviderTest.cs" />
+    <Compile Include="System.Security.Cryptography\DSASignatureDeformatterTest.cs" />
+    <Compile Include="System.Security.Cryptography\DSASignatureFormatterTest.cs" />
+    <Compile Include="System.Security.Cryptography\DSATest.cs" />
+    <Compile Include="System.Security.Cryptography\FromBase64Transform.cs" />
+    <Compile Include="System.Security.Cryptography\HashAlgorithmTest.cs" />
+    <Compile Include="System.Security.Cryptography\HMACMD5Test.cs" />
+    <Compile Include="System.Security.Cryptography\HMACRIPEMD160Test.cs" />
+    <Compile Include="System.Security.Cryptography\HMACSHA1Test.cs" />
+    <Compile Include="System.Security.Cryptography\HMACSHA256Test.cs" />
+    <Compile Include="System.Security.Cryptography\HMACSHA384Test.cs" />
+    <Compile Include="System.Security.Cryptography\HMACSHA512Test.cs" />
+    <Compile Include="System.Security.Cryptography\KeyedHashAlgorithmTest.cs" />
+    <Compile Include="System.Security.Cryptography\MACTripleDESTest.cs" />
+    <Compile Include="System.Security.Cryptography\MD5Test.cs" />
+    <Compile Include="System.Security.Cryptography\PaddingModeTest.cs" />
+    <Compile Include="System.Security.Cryptography\PasswordDeriveBytesTest.cs" />
+    <Compile Include="System.Security.Cryptography\PKCS1MaskGenerationMethodTest.cs" />
+    <Compile Include="System.Security.Cryptography\RandomNumberGeneratorTest.cs" />
+    <Compile Include="System.Security.Cryptography\RC2CryptoServiceProviderTest.cs" />
+    <Compile Include="System.Security.Cryptography\RC2Test.cs" />
+    <Compile Include="System.Security.Cryptography\Rfc2898DeriveBytesTest.cs" />
+    <Compile Include="System.Security.Cryptography\RijndaelManagedTest.cs" />
+    <Compile Include="System.Security.Cryptography\RijndaelTest.cs" />
+    <Compile Include="System.Security.Cryptography\RIPEMD160ManagedTest.cs" />
+    <Compile Include="System.Security.Cryptography\RIPEMD160Test.cs" />
+    <Compile Include="System.Security.Cryptography\RNGCryptoServiceProviderTest.cs" />
+    <Compile Include="System.Security.Cryptography\RSACryptoServiceProviderTest.cs" />
+    <Compile Include="System.Security.Cryptography\RSAOAEPKeyExchangeDeformatterTest.cs" />
+    <Compile Include="System.Security.Cryptography\RSAOAEPKeyExchangeFormatterTest.cs" />
+    <Compile Include="System.Security.Cryptography\RSAPKCS1KeyExchangeDeformatterTest.cs" />
+    <Compile Include="System.Security.Cryptography\RSAPKCS1KeyExchangeFormatterTest.cs" />
+    <Compile Include="System.Security.Cryptography\RSAPKCS1SignatureDeformatterTest.cs" />
+    <Compile Include="System.Security.Cryptography\RSAPKCS1SignatureFormatterTest.cs" />
+    <Compile Include="System.Security.Cryptography\RSATest.cs" />
+    <Compile Include="System.Security.Cryptography\SHA1CryptoServiceProviderTest.cs" />
+    <Compile Include="System.Security.Cryptography\SHA1Test.cs" />
+    <Compile Include="System.Security.Cryptography\SHA256ManagedTest.cs" />
+    <Compile Include="System.Security.Cryptography\SHA256Test.cs" />
+    <Compile Include="System.Security.Cryptography\SHA384ManagedTest.cs" />
+    <Compile Include="System.Security.Cryptography\SHA384Test.cs" />
+    <Compile Include="System.Security.Cryptography\SHA512ManagedTest.cs" />
+    <Compile Include="System.Security.Cryptography\SHA512Test.cs" />
+    <Compile Include="System.Security.Cryptography\SignatureDescriptionTest.cs" />
+    <Compile Include="System.Security.Cryptography\SymmetricAlgorithm2Test.cs" />
+    <Compile Include="System.Security.Cryptography\SymmetricAlgorithmTest.cs" />
+    <Compile Include="System.Security.Cryptography\SymmetricAlgorithmTransformTest.cs" />
+    <Compile Include="System.Security.Cryptography\ToBase64TransformTest.cs" />
+    <Compile Include="System.Security.Cryptography\TripleDESCryptoServiceProviderTest.cs" />
+    <Compile Include="System.Security.Cryptography\TripleDESTest.cs" />
+    <Compile Include="System.Security.Permissions\CodeAccessSecurityAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\EnvironmentPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\EnvironmentPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\FileDialogPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\FileDialogPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\FileIOPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\FileIOPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\GacIdentityPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\GacIdentityPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\HostProtectionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\IBuiltInPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\IsolatedStorageFilePermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\IsolatedStorageFilePermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\IsolatedStoragePermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\KeyContainerPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\PermissionSetAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\PrincipalPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\PrincipalPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\PublisherIdentityPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\PublisherIdentityPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\ReflectionPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\ReflectionPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\RegistryPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\RegistryPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\SecurityAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\SecurityPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\SecurityPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\SiteIdentityPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\SiteIdentityPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\StrongNameIdentityPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\StrongNameIdentityPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\StrongNamePublicKeyBlobTest.cs" />
+    <Compile Include="System.Security.Permissions\UIPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\UIPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\UrlIdentityPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\UrlIdentityPermissionTest.cs" />
+    <Compile Include="System.Security.Permissions\ZoneIdentityPermissionAttributeTest.cs" />
+    <Compile Include="System.Security.Permissions\ZoneIdentityPermissionTest.cs" />
+    <Compile Include="System.Security.Policy\AllMembershipConditionTest.cs" />
+    <Compile Include="System.Security.Policy\ApplicationDirectoryMembershipConditionTest.cs" />
+    <Compile Include="System.Security.Policy\ApplicationDirectoryTest.cs" />
+    <Compile Include="System.Security.Policy\ApplicationMembershipConditionTest.cs" />
+    <Compile Include="System.Security.Policy\ApplicationSecurityManagerCas.cs" />
+    <Compile Include="System.Security.Policy\ApplicationSecurityManagerTest.cs" />
+    <Compile Include="System.Security.Policy\ApplicationTrustTest.cs" />
+    <Compile Include="System.Security.Policy\CodeGroupTest.cs" />
+    <Compile Include="System.Security.Policy\DomainApplicationMembershipConditionTest.cs" />
+    <Compile Include="System.Security.Policy\EvidenceTest.cs" />
+    <Compile Include="System.Security.Policy\FileCodeGroupTest.cs" />
+    <Compile Include="System.Security.Policy\FirstMatchCodeGroupTest.cs" />
+    <Compile Include="System.Security.Policy\GacMembershipConditionTest.cs" />
+    <Compile Include="System.Security.Policy\GacTest.cs" />
+    <Compile Include="System.Security.Policy\HashMembershipConditionTest.cs" />
+    <Compile Include="System.Security.Policy\HashTest.cs" />
+    <Compile Include="System.Security.Policy\IBuiltInEvidenceTest.cs" />
+    <Compile Include="System.Security.Policy\NetCodeGroupTest.cs" />
+    <Compile Include="System.Security.Policy\PermissionRequestEvidenceTest.cs" />
+    <Compile Include="System.Security.Policy\PolicyLevelTest.cs" />
+    <Compile Include="System.Security.Policy\PolicyStatementTest.cs" />
+    <Compile Include="System.Security.Policy\PublisherMembershipConditionTest.cs" />
+    <Compile Include="System.Security.Policy\PublisherTest.cs" />
+    <Compile Include="System.Security.Policy\SiteMembershipConditionTest.cs" />
+    <Compile Include="System.Security.Policy\SiteTest.cs" />
+    <Compile Include="System.Security.Policy\StrongNameMembershipConditionTest.cs" />
+    <Compile Include="System.Security.Policy\StrongNameTest.cs" />
+    <Compile Include="System.Security.Policy\UnionCodeGroupTest.cs" />
+    <Compile Include="System.Security.Policy\UrlMembershipConditionTest.cs" />
+    <Compile Include="System.Security.Policy\UrlTest.cs" />
+    <Compile Include="System.Security.Policy\ZoneMembershipConditionTest.cs" />
+    <Compile Include="System.Security.Policy\ZoneTest.cs" />
+    <Compile Include="System.Security.Principal\GenericIdentityTest.cs" />
+    <Compile Include="System.Security.Principal\GenericPrincipalTest.cs" />
+    <Compile Include="System.Security.Principal\WindowsIdentityTest.cs" />
+    <Compile Include="System.Security.Principal\WindowsPrincipalTest.cs" />
+    <Compile Include="System.Security\CodeAccessPermissionCas.cs" />
+    <Compile Include="System.Security\CodeAccessPermissionTest.cs" />
+    <Compile Include="System.Security\HostSecurityManagerTest.cs" />
+    <Compile Include="System.Security\NamedPermissionSetTest.cs" />
+    <Compile Include="System.Security\PermissionSetCas.cs" />
+    <Compile Include="System.Security\PermissionSetCollectionTest.cs" />
+    <Compile Include="System.Security\PermissionSetTest.cs" />
+    <Compile Include="System.Security\SecureStringCas.cs" />
+    <Compile Include="System.Security\SecureStringTest.cs" />
+    <Compile Include="System.Security\SecurityContextCas.cs" />
+    <Compile Include="System.Security\SecurityContextTest.cs" />
+    <Compile Include="System.Security\SecurityCriticalAttributeTest.cs" />
+    <Compile Include="System.Security\SecurityElementTest.cs" />
+    <Compile Include="System.Security\SecurityExceptionCas.cs" />
+    <Compile Include="System.Security\SecurityExceptionTest.cs" />
+    <Compile Include="System.Security\SecurityManagerCas.cs" />
+    <Compile Include="System.Security\SecurityManagerTest.cs" />
+    <Compile Include="System.Security\SecurityTransparentAttributeTest.cs" />
+    <Compile Include="System.Text\ASCIIEncodingTest.cs" />
+    <Compile Include="System.Text\DecoderReplacementFallbackBufferTest.cs" />
+    <Compile Include="System.Text\DecoderReplacementFallbackTest.cs" />
+    <Compile Include="System.Text\DecoderTest.cs" />
+    <Compile Include="System.Text\EncoderReplacementFallbackBufferTest.cs" />
+    <Compile Include="System.Text\EncoderReplacementFallbackTest.cs" />
+    <Compile Include="System.Text\EncoderTest.cs" />
+    <Compile Include="System.Text\EncodingInfoTest.cs" />
+    <Compile Include="System.Text\StringBuilderTest.cs" />
+    <Compile Include="System.Text\TestEncoding.cs" />
+    <Compile Include="System.Text\UnicodeEncodingTest.cs" />
+    <Compile Include="System.Text\UTF7EncodingTest.cs" />
+    <Compile Include="System.Text\UTF8EncodingTest.cs" />
+    <Compile Include="System.Threading\AutoResetEventTest.cs" />
+    <Compile Include="System.Threading\CompressedStackCas.cs" />
+    <Compile Include="System.Threading\CompressedStackTest.cs" />
+    <Compile Include="System.Threading\ExecutionContextCas.cs" />
+    <Compile Include="System.Threading\ExecutionContextTest.cs" />
+    <Compile Include="System.Threading\InterlockedTest.cs" />
+    <Compile Include="System.Threading\MonitorTest.cs" />
+    <Compile Include="System.Threading\MutexCas.cs" />
+    <Compile Include="System.Threading\MutexTest.cs" />
+    <Compile Include="System.Threading\ReaderWriterLockTest.cs" />
+    <Compile Include="System.Threading\ThreadCas.cs" />
+    <Compile Include="System.Threading\ThreadTest.cs" />
+    <Compile Include="System.Threading\TimerTest.cs" />
+    <Compile Include="System.Threading\WaitHandleCas.cs" />
     <Compile Include="System\ActivatorTest.cs">
       <SubType>Code</SubType>
     </Compile>
@@ -284,6 +571,31 @@
     </Compile>
   </ItemGroup>
   <ItemGroup>
+    <None Include="System.Collections.Generic\ChangeLog" />
+    <None Include="System.Collections.ObjectModel\ChangeLog" />
+    <None Include="System.Collections\ChangeLog" />
+    <None Include="System.Diagnostics\ChangeLog" />
+    <None Include="System.Globalization\ChangeLog" />
+    <None Include="System.IO.IsolatedStorage\ChangeLog" />
+    <None Include="System.IO\ChangeLog" />
+    <None Include="System.Reflection.Emit\ChangeLog" />
+    <None Include="System.Reflection\ChangeLog" />
+    <None Include="System.Resources\ChangeLog" />
+    <None Include="System.Runtime.CompilerServices\ChangeLog" />
+    <None Include="System.Runtime.InteropServices\ChangeLog" />
+    <None Include="System.Runtime.Remoting.Contexts\ChangeLog" />
+    <None Include="System.Runtime.Remoting\ChangeLog" />
+    <None Include="System.Runtime.Serialization.Formatters.Binary\ChangeLog" />
+    <None Include="System.Runtime.Serialization\ChangeLog" />
+    <None Include="System.Runtime.Versioning\ChangeLog" />
+    <None Include="System.Security.Cryptography.X509Certificates\ChangeLog" />
+    <None Include="System.Security.Cryptography\ChangeLog" />
+    <None Include="System.Security.Permissions\ChangeLog" />
+    <None Include="System.Security.Policy\ChangeLog" />
+    <None Include="System.Security.Principal\ChangeLog" />
+    <None Include="System.Security\ChangeLog" />
+    <None Include="System.Text\ChangeLog" />
+    <None Include="System.Threading\ChangeLog" />
     <None Include="System\ChangeLog" />
   </ItemGroup>
   <ItemGroup>
@@ -300,7 +612,7 @@
   -->
   <ProjectExtensions>
     <VisualStudio>
-      <UserProperties REFS-JarPath-mscorlib="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\mscorlib.jar" REFS-JarPath-system="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.jar" REFS-JarPath-system-data="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Data.jar" REFS-JarPath-system-xml="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Xml.jar" REFS-JarPath-rt="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jre5\lib\rt.jar" REFS-JarPath-nunit-framework="..\..\..\nunit20\framework\bin\Debug_Java20\nunit.framework.jar" />
+      <UserProperties REFS-JarPath-system-runtime-remoting="..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Runtime.Remoting.jar;..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Runtime.Serialization.Formatters.Soap.jar" REFS-JarPath-nunit-framework="..\..\..\nunit20\framework\bin\Debug_Java20\nunit.framework.jar" REFS-JarPath-rt="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jre5\lib\rt.jar" REFS-JarPath-system-xml="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Xml.jar" REFS-JarPath-system-data="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.Data.jar" REFS-JarPath-system="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\System.jar" REFS-JarPath-mscorlib="..\..\..\..\..\..\..\Program Files\Mainsoft\Visual MainWin for J2EE 2\jgac\vmw4j2ee_110\mscorlib.jar" />
     </VisualStudio>
   </ProjectExtensions>
-</Project>
+</Project>

+ 2 - 1
mcs/class/corlib/Test/System.Globalization/DateTimeFormatInfoTest.cs

@@ -48,7 +48,7 @@ namespace MonoTests.System.Globalization {
 			string [] two = dtfi.GetAllDateTimePatterns ();
 			Assert (one != two);
                 }
-
+#if !TARGET_JVM
 		[Test]
 		public void Bug78569 ()
 		{
@@ -58,6 +58,7 @@ namespace MonoTests.System.Globalization {
 			DateTime dt2 = DateTime.Parse (s, ci);
 			Assert.AreEqual (dt.Month, dt2.Month);
 		}
+#endif
         }
 }
 

+ 1 - 1
mcs/class/corlib/Test/System.IO/UnmanagedMemoryStreamTest.cs

@@ -7,7 +7,7 @@
 // (c) 2006 Sridhar Kulkarni.
 // Copyright (C) 2004 Novell (http://www.novell.com)
 //
-#if NET_2_0
+#if NET_2_0 && !TARGET_JVM
 using NUnit.Framework;
 using System.IO;
 using System;

+ 4 - 3
mcs/class/corlib/Test/System.Reflection/MethodInfoTest.cs

@@ -42,9 +42,10 @@ namespace MonoTests.System.Reflection
 	[TestFixture]
 	public class MethodInfoTest
 	{
+#if !TARGET_JVM
 		[DllImport ("libfoo", EntryPoint="foo", CharSet=CharSet.Unicode, ExactSpelling=false, PreserveSig=true, SetLastError=true, BestFitMapping=true, ThrowOnUnmappableChar=true)]
 		public static extern void dllImportMethod ();
-
+#endif
 		[MethodImplAttribute(MethodImplOptions.PreserveSig)]
 		public void preserveSigMethod () {
 		}
@@ -201,7 +202,7 @@ namespace MonoTests.System.Reflection
 					Assert.IsNull (mb);
 				}
 		}
-
+#if !TARGET_JVM
 		public static void locals_method () {
 			byte[] b = new byte [10];
 
@@ -211,7 +212,7 @@ namespace MonoTests.System.Reflection
 				}
 			}
 		}
-
+#endif
 		[Test]
 		public void GetMethodBody () {
 			MethodBody mb = typeof (MethodInfoTest).GetMethod ("locals_method").GetMethodBody ();

+ 2 - 2
mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs

@@ -61,13 +61,13 @@ public class ParameterInfoTest : Assertion
 
 	public static void paramMethod (int i, [In] int j, [Out] int k, [Optional] int l, [In,Out] int m, [DefaultParameterValue (ParamEnum.Foo)] ParamEnum n) {
 	}
-
+#if !TARGET_JVM
 	[DllImport ("foo")]
 	public extern static void marshalAsMethod (
 		[MarshalAs(UnmanagedType.Bool)]int p0, 
 		[MarshalAs(UnmanagedType.LPArray, ArraySubType=UnmanagedType.LPStr)] string [] p1,
 		[MarshalAs( UnmanagedType.CustomMarshaler, MarshalTypeRef = typeof (Marshal1), MarshalCookie = "5")] object p2);
-
+#endif
 	[Test]
 	public void DefaultValueEnum () {
 		ParameterInfo[] info = typeof (ParameterInfoTest).GetMethod ("paramMethod").GetParameters ();

+ 2 - 2
mcs/class/corlib/Test/System.Runtime.InteropServices/MarshalTest.cs

@@ -7,7 +7,7 @@
 //
 // Copyright (C) 2004-2006 Novell, Inc (http://www.novell.com)
 //
-
+#if !TARGET_JVM
 using NUnit.Framework;
 using System;
 using System.Runtime.InteropServices;
@@ -422,4 +422,4 @@ namespace MonoTests.System.Runtime.InteropServices
 		}
 	}
 }
-
+#endif

+ 2 - 1
mcs/class/corlib/Test/System.Security.Cryptography.X509Certificates/X509CapiTest.cs

@@ -7,7 +7,7 @@
 // (C) 2003 Motus Technologies Inc. (http://www.motus.com)
 // Copyright (C) 2005 Novell, Inc (http://www.novell.com)
 //
-
+#if !TARGET_JVM
 using NUnit.Framework;
 
 using System;
@@ -171,3 +171,4 @@ namespace MonoTests.System.Security.Cryptography.X509Certificates {
 		}
 	}
 }
+#endif

+ 4 - 3
mcs/class/corlib/Test/System.Security.Permissions/FileIOPermissionTest.cs

@@ -20,7 +20,7 @@ using System.Text;
 using NUnit.Framework;
 
 namespace MonoTests.System.Security.Permissions {
-
+#if !TARGET_JVM
 	public class FilePathUtil {
 		[DllImport("kernel32.dll")]
 		private static extern uint GetLongPathName (string shortPath, 
@@ -48,6 +48,7 @@ namespace MonoTests.System.Security.Permissions {
 				return null;
 		}
 	}
+#endif
 
 	[TestFixture]
 	public class FileIOPermissionTest : Assertion {
@@ -427,7 +428,7 @@ namespace MonoTests.System.Security.Permissions {
 			pathsInPermission = read.Split(';');
 			Assert("Path list should have 2 for Read", pathsInPermission.Length == 2);
 		}
-
+#if !TARGET_JVM
 		[Test]
 		[Ignore("should compatibility go that far ?")]
 		public void ShortToLong () 
@@ -442,7 +443,7 @@ namespace MonoTests.System.Security.Permissions {
 			// note: this will fail on Linux as kernel32.dll isn't available
 			AssertEquals ("GetLongPathName(GetTempFileName)==GetPathList[0]", FilePathUtil.GetLongPathName (filename), files [0]);
 		}
-
+#endif
 		[Test]
 		[ExpectedException (typeof (ArgumentException))]
 		public void FileUrl ()

+ 1 - 1
mcs/class/corlib/Test/System.Security.Policy/ApplicationMembershipConditionTest.cs

@@ -27,7 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && !TARGET_JVM
 
 using NUnit.Framework;
 using System;

+ 1 - 1
mcs/class/corlib/Test/System.Security.Policy/DomainApplicationMembershipConditionTest.cs

@@ -27,7 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && !TARGET_JVM
 
 using NUnit.Framework;
 using System;

+ 1 - 1
mcs/class/corlib/Test/System.Security/PermissionSetCollectionTest.cs

@@ -27,7 +27,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0
+#if NET_2_0 && !TARGET_JVM
 
 using NUnit.Framework;
 using System;

+ 2 - 0
mcs/class/corlib/Test/System.Security/SecureStringCas.cs

@@ -58,7 +58,9 @@ namespace MonoCasTests.System.Security {
 			try {
 				SecureStringTest unit = new SecureStringTest ();
 				unit.DefaultConstructor ();
+#if !TARGET_JVM
 				unit.UnsafeConstructor ();
+#endif
 				unit.ReadOnly ();
 				unit.Disposed ();
 			}

+ 4 - 4
mcs/class/corlib/Test/System.Security/SecureStringTest.cs

@@ -64,7 +64,7 @@ namespace MonoTests.System.Security {
 				Assert.Ignore (NotSupported);
 			}
 		}
-
+#if !TARGET_JVM
 		[Test]
 		public unsafe void UnsafeConstructor ()
 		{
@@ -142,7 +142,7 @@ namespace MonoTests.System.Security {
 			SecureString ss = GetMaxLength ();
 			ss.AppendChar ('a');
 		}
-
+#endif
 		[Test]
 		[ExpectedException (typeof (ArgumentOutOfRangeException))]
 		public void InsertAt_Negative ()
@@ -190,7 +190,7 @@ namespace MonoTests.System.Security {
 			SecureString ss = new SecureString ();
 			ss.RemoveAt (1);
 		}
-
+#if !TARGET_JVM
 		[Test]
 		[ExpectedException (typeof (ArgumentOutOfRangeException))]
 		public void InsertAt_BiggerThanMax ()
@@ -198,7 +198,7 @@ namespace MonoTests.System.Security {
 			SecureString ss = GetMaxLength ();
 			ss.InsertAt (ss.Length, 'a');
 		}
-
+#endif
 		private SecureString GetReadOnly ()
 		{
 			SecureString ss = new SecureString ();