Delete redundant API tests (#20336)
authorJan Kotas <jkotas@microsoft.com>
Wed, 10 Oct 2018 06:31:39 +0000 (23:31 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Oct 2018 06:31:39 +0000 (23:31 -0700)
Contributes to dotnet/coreclr#12782

1254 files changed:
tests/arm/Tests.lst
tests/arm64/Tests.lst
tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj [deleted file]
tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj [deleted file]
tests/src/CoreMangLib/cti/system/action/actionctor.cs [deleted file]
tests/src/CoreMangLib/cti/system/action/actioninvoke.cs [deleted file]
tests/src/CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/activator/activatorcreateinstance2.cs [deleted file]
tests/src/CoreMangLib/cti/system/argumentexception/ArgumentExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/argumentexception/argumentexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/argumentnullexception/ArgumentNullExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/argumentnullexception/argumentnullexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionCtor.csproj [deleted file]
tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionMessage.csproj [deleted file]
tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/argumentoutofrangeexceptionctor.cs [deleted file]
tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/argumentoutofrangeexceptionmessage.cs [deleted file]
tests/src/CoreMangLib/cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/arithmeticexception/arithmeticexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/arraytypemismatchexception/arraytypemismatchexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/arraytypemismatchexception/arraytypemismatchexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/arraytypemismatchexception/arraytypemismatchexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj [deleted file]
tests/src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj [deleted file]
tests/src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj [deleted file]
tests/src/CoreMangLib/cti/system/comparison/comparisonbegininvoke.cs [deleted file]
tests/src/CoreMangLib/cti/system/comparison/comparisonendinvoke.cs [deleted file]
tests/src/CoreMangLib/cti/system/comparison/comparisoninvoke.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString10.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString11.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString12.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString13.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString14.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString15.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString17.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString18.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString19.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString20.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString21.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString22.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString23.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString24.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString25.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString28.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString29.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString30.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString31.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString32.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString33.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj [deleted file]
tests/src/CoreMangLib/cti/system/convert/convertchangetype2.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/convertfrombase64chararray.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/convertfrombase64string.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttobase64chararray.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttobase64string1.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttobase64string2.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoboolean.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoboolean2.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoboolean4.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoboolean5.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoboolean6.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoboolean7.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoboolean8.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttobyte.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttobyte1.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttobyte2.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttobyte3.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttobyte4.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttobyte6.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttobyte7.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttobyte8.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar10.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar11.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar12.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar13.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar14.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar15.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar16.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar5.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar6.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar7.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar8.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttochar9.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodatetime.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal1.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal10.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal11.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal12.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal13.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal14.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal15.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal16.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal17.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal18.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal2.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal5.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal6.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal8.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodecimal9.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble10.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble11.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble12.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble13.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble14.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble15.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble16.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble17.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble5.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble6.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble7.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble8.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttodouble9.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_1.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_10.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_11.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_16.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_17.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_18.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_2.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_3.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_4.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_5.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_6.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_7.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_8.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint16_9.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_1.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_10.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_11.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_16.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_17.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_18.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_2.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_3.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_4.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_5.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_6.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_7.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_8.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint32_9.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_1.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_10.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_11.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_16.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_17.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_18.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_2.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_3.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_4.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_5.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_6.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_7.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_8.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttoint64_9.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte1.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte10.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte11.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte16.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte2.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte3.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte4.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte5.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte6.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte7.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte8.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosbyte9.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosingle.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosingle13.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosingle14.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosingle15.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosingle16.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttosingle17.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring1.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring10.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring11.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring12.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring13.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring14.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring15.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring16.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring17.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring18.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring19.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring2.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring20.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring21.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring22.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring23.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring24.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring25.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring28.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring29.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring30.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring31.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring32.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring33.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring4.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring5.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring6.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring7.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring8.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttostring9.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint16.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint161.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint1610.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint1611.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint1612.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint1613.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint1614.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint1615.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint1616.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint1617.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint1618.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint162.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint163.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint164.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint165.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint166.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint167.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint168.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint169.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint32.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint321.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint3210.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint3211.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint3212.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint3213.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint3215.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint3216.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint3217.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint3218.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint3219.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint322.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint323.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint324.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint325.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint326.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint327.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint328.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint329.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint64.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint641.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint6410.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint6411.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint6412.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint6413.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint6414.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint6415.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint6416.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint6417.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint6418.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint642.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint643.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint644.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint645.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint646.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint647.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint648.cs [deleted file]
tests/src/CoreMangLib/cti/system/convert/converttouint649.cs [deleted file]
tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj [deleted file]
tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/dividebyzeroexception/dividebyzeroexceptionctor.cs [deleted file]
tests/src/CoreMangLib/cti/system/dividebyzeroexception/dividebyzeroexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/dividebyzeroexception/dividebyzeroexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/formatexception/formatexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/formatexception/formatexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/formatexception/formatexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/indexoutofrangeexception/indexoutofrangeexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/indexoutofrangeexception/indexoutofrangeexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/indexoutofrangeexception/indexoutofrangeexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/invalidcastexception/invalidcastexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/invalidcastexception/invalidcastexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/invalidcastexception/invalidcastexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/invalidoperationexception/invalidoperationexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/invalidoperationexception/invalidoperationexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/invalidoperationexception/invalidoperationexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/invalidprogramexception/invalidprogramexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/invalidprogramexception/invalidprogramexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/invalidprogramexception/invalidprogramexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/directorynotfoundexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/directorynotfoundexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileaccess/fileaccessenum.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileaccess/fileaccessread.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileaccess/fileaccessreadwrite.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileaccess/fileaccesswrite.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesArchive.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesCompressed.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDeivce.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDirectory.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEncrypted.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEnum.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesHidden.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNormal.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNotContentIndexed.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesOffline.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReadOnly.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReparsePoint.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesSystem.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesTemporary.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesarchive.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributescompressed.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesdeivce.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesdirectory.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesencrypted.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesenum.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributeshidden.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesnormal.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesnotcontentindexed.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesoffline.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesreadonly.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesreparsepoint.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributessystem.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributestemporary.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/filemodeappend.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/filemodecreate.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/filemodecreatenew.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/filemodeenum.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/filemodeopen.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/filemodeopenorcreate.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filemode/filemodetruncate.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionMessage.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionToString.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionctor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionctor.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptiongetmessage.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionmessage.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptiontostring.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/fileshare/fileshareenum.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileshare/filesharenone.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileshare/fileshareread.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileshare/filesharereadwrite.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/fileshare/filesharewrite.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/pathtoolongexception/pathtoolongexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/pathtoolongexception/pathtoolongexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/seekorigin/seekoriginbegin.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/seekorigin/seekorigincurrent.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/seekorigin/seekoriginend.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/seekorigin/seekoriginenum.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/streamreader/StreamReaderNull_PSC.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/streamreader/streamreadernull.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/textreader/textreadernull.cs [deleted file]
tests/src/CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj [deleted file]
tests/src/CoreMangLib/cti/system/io/textwriter/textwriternull.cs [deleted file]
tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/memberaccessexception/memberaccessexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/memberaccessexception/memberaccessexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/memberaccessexception/memberaccessexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/notimplementedexception/notimplementedexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/notimplementedexception/notimplementedexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/notimplementedexception/notimplementedexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/notsupportedexception/notsupportedexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/notsupportedexception/notsupportedexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/notsupportedexception/notsupportedexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/nullreferenceexception/NullReferenceExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/nullreferenceexception/nullreferenceexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionMessage.csproj [deleted file]
tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionObjectName.csproj [deleted file]
tests/src/CoreMangLib/cti/system/objectdisposedexception/objectdisposedexceptionmessage.cs [deleted file]
tests/src/CoreMangLib/cti/system/objectdisposedexception/objectdisposedexceptionobjectname.cs [deleted file]
tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/outofmemoryexception/outofmemoryexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/outofmemoryexception/outofmemoryexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/outofmemoryexception/outofmemoryexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/overflowexception/overflowexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/overflowexception/overflowexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/overflowexception/overflowexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/platformnotsupportedexception/platformnotsupportedexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/platformnotsupportedexception/platformnotsupportedexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/platformnotsupportedexception/platformnotsupportedexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj [deleted file]
tests/src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj [deleted file]
tests/src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj [deleted file]
tests/src/CoreMangLib/cti/system/predicate/predicatebegininvoke.cs [deleted file]
tests/src/CoreMangLib/cti/system/predicate/predicateendinvoke.cs [deleted file]
tests/src/CoreMangLib/cti/system/predicate/predicateinvoke.cs [deleted file]
tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/rankexception/rankexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/rankexception/rankexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/rankexception/rankexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsRetargetable.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagsenablejitcompileoptimizer.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagsenablejitcompiletracking.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagsnone.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagspublickey.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagsretargetable.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsAny.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsExplicitThis.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsHasThis.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsStandard.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsVarArgs.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionsany.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionsexplicitthis.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionshasthis.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionsstandard.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionsvarargs.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolbranch.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolcall.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolcond_branch.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolmeta.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolnext.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolreturn.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolthrow.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypemacro.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypenternal.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypeobjmodel.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypeprefix.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypeprimitive.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineField.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineMethod.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineNone.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSig.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineString.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSwitch.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineTok.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineType.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineVar.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineBrTarget.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineI.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineR.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineVar.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinebrtarget.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinefield.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinei.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinei8.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinemethod.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinenone.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinliner.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinesig.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinestring.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlineswitch.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinetok.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinetype.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinevar.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeshortinlinebrtarget.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeshortinlinei.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeshortinliner.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeshortinlinevar.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeUnspecified.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsize16.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsize2.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsize4.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize1.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize128.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize32.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize64.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize8.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizeunspecified.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushref.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpop0.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpop1.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpop1_pop1.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_pop1.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popi.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popi8.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popi_popi.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popr4.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popr8.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_pop1.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_pop1.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popi.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popi8.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popr4.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popr8.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popref.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpush0.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpush1.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpush1_push1.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushi.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushi8.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushr4.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushr8.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushref.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourvarpop.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourvarpush.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesNone.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesRTSpecialName.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesSpecialName.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/eventattributes/eventattributesnone.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/eventattributes/eventattributesrtspecialname.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/eventattributes/eventattributesspecialname.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesAssembly.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamANDAssem.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamORAssem.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamily.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasDefault.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesInitOnly.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesLiteral.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesNotSerialized.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivate.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivateScope.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPublic.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesRTSpecialName.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesSpecialName.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesStatic.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesassembly.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesfamandassem.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesfamily.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesfamorassem.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesfieldaccessmask.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributeshasdefault.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributeshasfieldrva.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesinitonly.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesliteral.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesnotserialized.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributespinvokeimpl.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesprivate.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesprivatescope.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributespublic.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesrtspecialname.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesspecialname.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesstatic.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesAbstract.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamANDAssem.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamORAssem.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamily.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFinal.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHasSecurity.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHideBySig.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesMemberAccessMask.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesNewSlot.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPinvokeImpl.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivate.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivateScope.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPublic.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRTSpecialName.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRequireSecObject.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesReuseSlot.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesSpecialName.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesStatic.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesUnmanagedExport.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVirtual.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVtableLayoutMask.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesabstract.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesfamandassem.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesfamily.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesfamorassem.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesfinal.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributeshassecurity.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributeshidebysig.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesmemberaccessmask.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesnewslot.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributespinvokeimpl.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesprivate.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesprivatescope.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributespublic.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesrequiresecobject.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesreuseslot.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesrtspecialname.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesspecialname.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesstatic.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesunmanagedexport.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesvirtual.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesvtablelayoutmask.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesCodeTypeMask.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesForwardRef.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesIL.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesInternalCall.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManaged.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManagedMask.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNative.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNoInlining.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesPreserveSig.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesRuntime.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesSynchronized.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesUnmanaged.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributescodetypemask.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesforwardref.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesil.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesinternalcall.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesmanaged.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesmanagedmask.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesnative.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesnoinlining.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesoptil.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributespreservesig.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesruntime.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributessynchronized.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesunmanaged.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesHasDefault.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesIn.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesNone.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOptional.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOut.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesRetval.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributeshasdefault.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesin.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesnone.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesoptional.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesout.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesretval.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesHasDefault.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesNone.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesRTSpecialName.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesSpecialName.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/propertyattributeshasdefault.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/propertyattributesnone.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/propertyattributesrtspecialname.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/propertyattributes/propertyattributesspecialname.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAbstract.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAnsiClass.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoClass.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoLayout.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClass.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClassSemanticsMask.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesExplicitLayout.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesHasSecurity.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesImport.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesInterface.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesLayoutMask.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedAssembly.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamily.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPrivate.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPublic.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesPublic.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesRTSpecialName.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSealed.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSequentialLayout.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSerializable.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSpecialName.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesStringFormatMask.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesUnicodeClass.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesVisibilityMask.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttribytesNotPublic.csproj [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesabstract.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesansiclass.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesautoclass.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesautolayout.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesbeforefieldinit.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesclass.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesclasssemanticsmask.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesexplicitlayout.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributeshassecurity.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesimport.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesinterface.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributeslayoutmask.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedassembly.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedfamandassem.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedfamily.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedfamorassem.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedprivate.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedpublic.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributespublic.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesrtspecialname.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributessealed.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributessequentiallayout.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesserializable.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesspecialname.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesstringformatmask.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesunicodeclass.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesvisibilitymask.cs [deleted file]
tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattribytesnotpublic.cs [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerCompare2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerGetType.csproj [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparer/stringcomparercompare2.cs [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparer/stringcomparerequals1.cs [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparer/stringcomparerequals3.cs [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparer/stringcomparergettype.cs [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCulture.csproj [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinal.csproj [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparison/stringcomparisoncurrentculture.cs [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparison/stringcomparisoncurrentcultureignorecase.cs [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparison/stringcomparisonordinal.cs [deleted file]
tests/src/CoreMangLib/cti/system/stringcomparison/stringcomparisonordinalignorecase.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/decoder/decoderctor.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/decoder/decoderreset.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoder/encoderctor.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingBigEndianUnicode.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxByteCount.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxCharCount.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodingbigendianunicode.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodingclone.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodingconvert1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodingconvert2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodingctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodingequals.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytecount.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytecount1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytecount2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytecount3.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes3.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes4.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes5.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetcharcount.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetcharcount1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetcharcount2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetchars1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetchars2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetchars3.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetdecoder.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetencoder.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetencoding2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetmaxbytecount.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetmaxcharcount.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetpreamble.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodinggetstring.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodingunicode.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodingutf8.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/encoding/encodingwebname.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend10.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend11.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend12.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend13.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend14.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend15.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend17.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend18.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend19.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend5.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend6.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend7.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend8.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend9.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderChars.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength_cti.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderRemove.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor4.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor5.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor6.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend10.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend11.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend12.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend13.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend14.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend15.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend16.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend17.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend18.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend19.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend3.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend4.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend5.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend6.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend7.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend8.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend9.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuildercapacity.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuildercapacity_cti.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderchars.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor4.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor5.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor6.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderinsert.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderinsert3.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderinsert4.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderlength.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderlength_cti.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderremove.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderreplace1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderreplace2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderreplace3.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderreplace4.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuildertostring1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuildertostring2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingequals.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytes2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetcharcount.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetchars.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetdecoder.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetencoder.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggethashcode.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxbytecount.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxcharcount.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetpreamble.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetstring.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingEquals.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetString.csproj [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingequals.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytecount1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytecount2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytes1.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytes2.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetcharcount.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetchars.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetdecoder.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetencoder.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggethashcode.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetmaxbytecount.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetmaxcharcount.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetpreamble.cs [deleted file]
tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetstring.cs [deleted file]
tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor1.csproj [deleted file]
tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor2.csproj [deleted file]
tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor3.csproj [deleted file]
tests/src/CoreMangLib/cti/system/timeoutexception/timeoutexceptionctor1.cs [deleted file]
tests/src/CoreMangLib/cti/system/timeoutexception/timeoutexceptionctor2.cs [deleted file]
tests/src/CoreMangLib/cti/system/timeoutexception/timeoutexceptionctor3.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodeboolean.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodebyte.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodechar.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodedatetime.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodedecimal.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodedouble.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodeempty.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodeint16.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodeint32.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodeint64.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodeobject.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodesbyte.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodesingle.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodestring.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodeuint16.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodeuint32.cs [deleted file]
tests/src/CoreMangLib/cti/system/typecode/typecodeuint64.cs [deleted file]

index 0bd502a..2798afd 100644 (file)
@@ -44,14 +44,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt3212.cmd_6]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3212\ConvertToUInt3212.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3212
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [boxunboxvaluetype_do.cmd_7]
 RelativePath=JIT\Directed\nullabletypes\Desktop\boxunboxvaluetype_do\boxunboxvaluetype_do.cmd
 WorkingDir=JIT\Directed\nullabletypes\Desktop\boxunboxvaluetype_do
@@ -140,14 +132,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetByteCount1.cmd_19]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount1\EncodingGetByteCount1.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ByteEquals2.cmd_20]
 RelativePath=CoreMangLib\cti\system\byte\ByteEquals2\ByteEquals2.cmd
 WorkingDir=CoreMangLib\cti\system\byte\ByteEquals2
@@ -228,14 +212,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt32_10.cmd_30]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_10\ConvertToInt32_10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_10
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_dbghanoi.cmd_31]
 RelativePath=JIT\Methodical\VT\etc\_dbghanoi\_dbghanoi.cmd
 WorkingDir=JIT\Methodical\VT\etc\_dbghanoi
@@ -460,14 +436,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UTF8EncodingGetMaxCharCount.cmd_59]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetMaxCharCount\UTF8EncodingGetMaxCharCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetMaxCharCount
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [branchbackwardswithfinally_d.cmd_60]
 RelativePath=JIT\Methodical\eh\leaves\branchbackwardswithfinally_d\branchbackwardswithfinally_d.cmd
 WorkingDir=JIT\Methodical\eh\leaves\branchbackwardswithfinally_d
@@ -740,14 +708,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ArrayTypeMismatchExceptionctor3.cmd_97]
-RelativePath=CoreMangLib\cti\system\arraytypemismatchexception\ArrayTypeMismatchExceptionctor3\ArrayTypeMismatchExceptionctor3.cmd
-WorkingDir=CoreMangLib\cti\system\arraytypemismatchexception\ArrayTypeMismatchExceptionctor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbghuge_gcref.cmd_98]
 RelativePath=JIT\Methodical\VT\port\_il_dbghuge_gcref\_il_dbghuge_gcref.cmd
 WorkingDir=JIT\Methodical\VT\port\_il_dbghuge_gcref
@@ -892,14 +852,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UnicodeEncodingGetHashCode.cmd_117]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetHashCode\UnicodeEncodingGetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetHashCode
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [vsw307137.cmd_118]
 RelativePath=Loader\classloader\regressions\vsw307137\vsw307137\vsw307137.cmd
 WorkingDir=Loader\classloader\regressions\vsw307137\vsw307137
@@ -1044,22 +996,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAttributesDirectory.cmd_136]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesDirectory\FileAttributesDirectory.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesDirectory
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[OpCodeTypeObjmodel.cmd_137]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypeObjmodel\OpCodeTypeObjmodel.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypeObjmodel
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [baseclass01.cmd_138]
 RelativePath=JIT\Generics\Instantiation\Classes\baseclass01\baseclass01.cmd
 WorkingDir=JIT\Generics\Instantiation\Classes\baseclass01
@@ -1236,14 +1172,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToChar.cmd_161]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar\ConvertToChar.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_dbgcastclass_call.cmd_162]
 RelativePath=JIT\Methodical\casts\coverage\_dbgcastclass_call\_dbgcastclass_call.cmd
 WorkingDir=JIT\Methodical\casts\coverage\_dbgcastclass_call
@@ -1436,14 +1364,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt646.cmd_188]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt646\ConvertToUInt646.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt646
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated679.cmd_189]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest679\Generated679\Generated679.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest679\Generated679
@@ -1540,14 +1460,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetString.cmd_203]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetString\EncodingGetString.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetString
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [beq_i4.cmd_204]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\beq_i4\beq_i4.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\beq_i4
@@ -1852,14 +1764,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt64_1.cmd_242]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_1\ConvertToInt64_1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1394.cmd_243]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1394\Generated1394\Generated1394.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1394\Generated1394
@@ -1868,14 +1772,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileModeOpen.cmd_244]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeOpen\FileModeOpen.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeOpen
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [loop6_cs_r.cmd_245]
 RelativePath=JIT\Directed\UnrollLoop\loop6_cs_r\loop6_cs_r.cmd
 WorkingDir=JIT\Directed\UnrollLoop\loop6_cs_r
@@ -1884,14 +1780,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderToString1.cmd_246]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderToString1\StringBuilderToString1.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderToString1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [multipleWRs_1.cmd_247]
 RelativePath=GC\API\WeakReference\multipleWRs_1\multipleWRs_1.cmd
 WorkingDir=GC\API\WeakReference\multipleWRs_1
@@ -2172,14 +2060,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UTF8EncodingGetEncoder.cmd_282]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetEncoder\UTF8EncodingGetEncoder.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetEncoder
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [L-1-1-1.cmd_283]
 RelativePath=Loader\classloader\v1\Beta1\Layout\Matrix\cs\L-1-1-1\L-1-1-1.cmd
 WorkingDir=Loader\classloader\v1\Beta1\Layout\Matrix\cs\L-1-1-1
@@ -2324,14 +2204,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt1616.cmd_301]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1616\ConvertToUInt1616.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1616
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [AttributeTargetsEvent.cmd_302]
 RelativePath=CoreMangLib\cti\system\attributetargets\AttributeTargetsEvent\AttributeTargetsEvent.cmd
 WorkingDir=CoreMangLib\cti\system\attributetargets\AttributeTargetsEvent
@@ -2380,14 +2252,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ParameterAttributesOut.cmd_308]
-RelativePath=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesOut\ParameterAttributesOut.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesOut
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated527.cmd_309]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest527\Generated527\Generated527.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest527\Generated527
@@ -2668,14 +2532,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringComparisonOrdinal.cmd_345]
-RelativePath=CoreMangLib\cti\system\stringcomparison\StringComparisonOrdinal\StringComparisonOrdinal.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparison\StringComparisonOrdinal
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Test7685.cmd_346]
 RelativePath=Regressions\coreclr\GitHub_7685\Test7685\Test7685.cmd
 WorkingDir=Regressions\coreclr\GitHub_7685\Test7685
@@ -3012,14 +2868,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[CallingConventionsStandard.cmd_391]
-RelativePath=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsStandard\CallingConventionsStandard.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsStandard
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1257.cmd_392]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1257\Generated1257\Generated1257.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1257\Generated1257
@@ -3044,14 +2892,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[IndexOutOfRangeExceptionctor2.cmd_396]
-RelativePath=CoreMangLib\cti\system\indexoutofrangeexception\IndexOutOfRangeExceptionctor2\IndexOutOfRangeExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\indexoutofrangeexception\IndexOutOfRangeExceptionctor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated285.cmd_397]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest285\Generated285\Generated285.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest285\Generated285
@@ -3068,14 +2908,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt322.cmd_399]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt322\ConvertToUInt322.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt322
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Ctors_r.cmd_400]
 RelativePath=JIT\SIMD\Ctors_r\Ctors_r.cmd
 WorkingDir=JIT\SIMD\Ctors_r
@@ -3092,14 +2924,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt64_5.cmd_402]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_5\ConvertToInt64_5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated971.cmd_403]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest971\Generated971\Generated971.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest971\Generated971
@@ -3244,14 +3068,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesPublic.cmd_421]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPublic\FieldAttributesPublic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPublic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [CnsBool.cmd_422]
 RelativePath=JIT\CodeGenBringUpTests\CnsBool_ro\CnsBool_ro.cmd
 WorkingDir=JIT\CodeGenBringUpTests\CnsBool_ro
@@ -3420,14 +3236,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileModeCreateNew.cmd_443]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeCreateNew\FileModeCreateNew.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeCreateNew
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [staticFieldExpr1_r_loop_try.cmd_444]
 RelativePath=JIT\jit64\opt\cse\staticFieldExpr1_r_loop_try\staticFieldExpr1_r_loop_try.cmd
 WorkingDir=JIT\jit64\opt\cse\staticFieldExpr1_r_loop_try
@@ -3452,14 +3260,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt3213.cmd_447]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3213\ConvertToUInt3213.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3213
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Box_Unbox.cmd_448]
 RelativePath=JIT\IL_Conformance\Old\objectmodel\Box_Unbox\Box_Unbox.cmd
 WorkingDir=JIT\IL_Conformance\Old\objectmodel\Box_Unbox
@@ -3484,14 +3284,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString23.cmd_451]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString23\ConvertToString23.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString23
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [hfa_nd0A_r.cmd_452]
 RelativePath=JIT\jit64\hfa\main\testA\hfa_nd0A_r\hfa_nd0A_r.cmd
 WorkingDir=JIT\jit64\hfa\main\testA\hfa_nd0A_r
@@ -3612,22 +3404,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PropertyAttributesHasDefault.cmd_467]
-RelativePath=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesHasDefault\PropertyAttributesHasDefault.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesHasDefault
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[StackBehaviourPopref_popi_popi8.cmd_468]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popi8\StackBehaviourPopref_popi_popi8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popi8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [expl_double_1.cmd_469]
 RelativePath=Regressions\coreclr\0041\expl_double_1\expl_double_1.cmd
 WorkingDir=Regressions\coreclr\0041\expl_double_1
@@ -3660,14 +3436,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt32_1.cmd_474]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_1\ConvertToInt32_1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [bne_dbg.cmd_475]
 RelativePath=JIT\jit64\opt\regress\vswhidbey\223862\bne_dbg\bne_dbg.cmd
 WorkingDir=JIT\jit64\opt\regress\vswhidbey\223862\bne_dbg
@@ -3836,14 +3604,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesPrivate.cmd_497]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPrivate\MethodAttributesPrivate.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPrivate
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [div_dbg.cmd_498]
 RelativePath=JIT\jit64\opt\regress\vswhidbey\223862\div_dbg\div_dbg.cmd
 WorkingDir=JIT\jit64\opt\regress\vswhidbey\223862\div_dbg
@@ -3924,14 +3684,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToByte.cmd_508]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte\ConvertToByte.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated79.cmd_509]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest79\Generated79\Generated79.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest79\Generated79
@@ -4300,14 +4052,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSByte5.cmd_559]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte5\ConvertToSByte5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [testExplicitOverride2.cmd_560]
 RelativePath=Loader\classloader\generics\regressions\395780\testExplicitOverride2\testExplicitOverride2.cmd
 WorkingDir=Loader\classloader\generics\regressions\395780\testExplicitOverride2
@@ -4380,14 +4124,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt1614.cmd_569]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1614\ConvertToUInt1614.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1614
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Int16IConvertibleToDouble.cmd_570]
 RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToDouble\Int16IConvertibleToDouble.cmd
 WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToDouble
@@ -4644,14 +4380,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[DirectoryNotFoundExceptionctor1.cmd_605]
-RelativePath=CoreMangLib\cti\system\io\directorynotfoundexception\DirectoryNotFoundExceptionctor1\DirectoryNotFoundExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\io\directorynotfoundexception\DirectoryNotFoundExceptionctor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_speed_dbghanoi.cmd_606]
 RelativePath=JIT\Methodical\VT\etc\_speed_dbghanoi\_speed_dbghanoi.cmd
 WorkingDir=JIT\Methodical\VT\etc\_speed_dbghanoi
@@ -4660,14 +4388,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StreamReaderNull_PSC.cmd_607]
-RelativePath=CoreMangLib\cti\system\io\streamreader\StreamReaderNull_PSC\StreamReaderNull_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\streamreader\StreamReaderNull_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [TryCatchInFinally.cmd_608]
 RelativePath=baseservices\exceptions\unittests\TryCatchInFinally\TryCatchInFinally.cmd
 WorkingDir=baseservices\exceptions\unittests\TryCatchInFinally
@@ -4852,14 +4572,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[EventAttributesRTSpecialName.cmd_632]
-RelativePath=CoreMangLib\cti\system\reflection\eventattributes\EventAttributesRTSpecialName\EventAttributesRTSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\eventattributes\EventAttributesRTSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [EnumIConvertibleToUint32.cmd_633]
 RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToUint32\EnumIConvertibleToUint32.cmd
 WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToUint32
@@ -5628,14 +5340,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToChar15.cmd_735]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar15\ConvertToChar15.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar15
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_speed_dbgiface1.cmd_736]
 RelativePath=JIT\Methodical\casts\iface\_speed_dbgiface1\_speed_dbgiface1.cmd
 WorkingDir=JIT\Methodical\casts\iface\_speed_dbgiface1
@@ -5652,14 +5356,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[AssemblyNameFlagsPublicKey.cmd_738]
-RelativePath=CoreMangLib\cti\system\reflection\assemblynameflags\AssemblyNameFlagsPublicKey\AssemblyNameFlagsPublicKey.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblynameflags\AssemblyNameFlagsPublicKey
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [add_ovf_i2.cmd_739]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\add_ovf_i2\add_ovf_i2.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\add_ovf_i2
@@ -5668,14 +5364,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[PackingSizeSize8.cmd_740]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize8\PackingSizeSize8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [box-unbox041.cmd_741]
 RelativePath=JIT\jit64\valuetypes\nullable\box-unbox\box-unbox\box-unbox041\box-unbox041.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\box-unbox\box-unbox\box-unbox041
@@ -6068,14 +5756,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[FileModeTruncate.cmd_792]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeTruncate\FileModeTruncate.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeTruncate
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [103087.cmd_793]
 RelativePath=JIT\jit64\regress\ddb\103087\103087\103087.cmd
 WorkingDir=JIT\jit64\regress\ddb\103087\103087
@@ -6412,14 +6092,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt163.cmd_839]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt163\ConvertToUInt163.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt163
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b91377.cmd_840]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b91377\b91377\b91377.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b91377\b91377
@@ -6452,14 +6124,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt64_9.cmd_844]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_9\ConvertToInt64_9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_9
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_dbghan3_ctor.cmd_845]
 RelativePath=JIT\Methodical\VT\etc\_dbghan3_ctor\_dbghan3_ctor.cmd
 WorkingDir=JIT\Methodical\VT\etc\_dbghan3_ctor
@@ -6468,14 +6132,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt3210.cmd_846]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3210\ConvertToUInt3210.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3210
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [nonlocalgotoinatryblockinahandler_ro.cmd_847]
 RelativePath=JIT\Methodical\eh\finallyexec\nonlocalgotoinatryblockinahandler_ro\nonlocalgotoinatryblockinahandler_ro.cmd
 WorkingDir=JIT\Methodical\eh\finallyexec\nonlocalgotoinatryblockinahandler_ro
@@ -6572,14 +6228,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt32_17.cmd_859]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_17\ConvertToInt32_17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_17
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated848.cmd_860]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest848\Generated848\Generated848.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest848\Generated848
@@ -6812,14 +6460,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToChar8.cmd_889]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar8\ConvertToChar8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [throwinfinally_50_d.cmd_890]
 RelativePath=JIT\Methodical\eh\nested\nonlocalexit\throwinfinally_50_d\throwinfinally_50_d.cmd
 WorkingDir=JIT\Methodical\eh\nested\nonlocalexit\throwinfinally_50_d
@@ -6948,14 +6588,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[OpCodeTypeNternal.cmd_906]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypeNternal\OpCodeTypeNternal.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypeNternal
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1479.cmd_907]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1479\Generated1479\Generated1479.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1479\Generated1479
@@ -7076,14 +6708,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ComparisonBeginInvoke.cmd_922]
-RelativePath=CoreMangLib\cti\system\comparison\ComparisonBeginInvoke\ComparisonBeginInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\comparison\ComparisonBeginInvoke
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [simple-repro.cmd_923]
 RelativePath=JIT\jit64\regress\vsw\528315\simple-repro\simple-repro.cmd
 WorkingDir=JIT\jit64\regress\vsw\528315\simple-repro
@@ -7244,14 +6868,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[OperandTypeInlineBrTarget.cmd_944]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineBrTarget\OperandTypeInlineBrTarget.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineBrTarget
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [i4rem_cs_do.cmd_945]
 RelativePath=JIT\Methodical\divrem\rem\i4rem_cs_do\i4rem_cs_do.cmd
 WorkingDir=JIT\Methodical\divrem\rem\i4rem_cs_do
@@ -7268,14 +6884,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_9.cmd_947]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_9\ConvertToInt16_9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_9
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [UInt32GetHashCode.cmd_948]
 RelativePath=CoreMangLib\cti\system\uint32\UInt32GetHashCode\UInt32GetHashCode.cmd
 WorkingDir=CoreMangLib\cti\system\uint32\UInt32GetHashCode
@@ -7332,14 +6940,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderctor1.cmd_955]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor1\StringBuilderctor1.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [getgeneration.cmd_956]
 RelativePath=GC\LargeMemory\API\gc\getgeneration\getgeneration.cmd
 WorkingDir=GC\LargeMemory\API\gc\getgeneration
@@ -7524,14 +7124,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesSerializable.cmd_979]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSerializable\TypeAttributesSerializable.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSerializable
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated990.cmd_980]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest990\Generated990\Generated990.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest990\Generated990
@@ -7732,14 +7324,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt32.cmd_1005]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt32\ConvertToUInt32.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt32
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1078.cmd_1006]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1078\Generated1078\Generated1078.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1078\Generated1078
@@ -7756,14 +7340,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UnicodeEncodingEquals.cmd_1008]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingEquals\UnicodeEncodingEquals.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingEquals
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [switchinfinally_r.cmd_1009]
 RelativePath=JIT\Methodical\eh\interactions\switchinfinally_r\switchinfinally_r.cmd
 WorkingDir=JIT\Methodical\eh\interactions\switchinfinally_r
@@ -8028,14 +7604,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UnicodeEncodingGetPreamble.cmd_1043]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetPreamble\UnicodeEncodingGetPreamble.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetPreamble
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [VectorArrayInit_r.cmd_1044]
 RelativePath=JIT\SIMD\VectorArrayInit_r\VectorArrayInit_r.cmd
 WorkingDir=JIT\SIMD\VectorArrayInit_r
@@ -8580,14 +8148,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesSpecialName.cmd_1115]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesSpecialName\MethodAttributesSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_speed_dbggc_nested.cmd_1116]
 RelativePath=JIT\Methodical\VT\etc\_speed_dbggc_nested\_speed_dbggc_nested.cmd
 WorkingDir=JIT\Methodical\VT\etc\_speed_dbggc_nested
@@ -8692,14 +8252,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt648.cmd_1131]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt648\ConvertToUInt648.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt648
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Delegate010.cmd_1132]
 RelativePath=JIT\Generics\Instantiation\delegates\Delegate010\Delegate010.cmd
 WorkingDir=JIT\Generics\Instantiation\delegates\Delegate010
@@ -8756,14 +8308,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString18.cmd_1139]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString18\ConvertToString18.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString18
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [JTrueGeInt1.cmd_1140]
 RelativePath=JIT\CodeGenBringUpTests\JTrueGeInt1_ro\JTrueGeInt1_ro.cmd
 WorkingDir=JIT\CodeGenBringUpTests\JTrueGeInt1_ro
@@ -9044,14 +8588,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[NotSupportedExceptionCtor2.cmd_1175]
-RelativePath=CoreMangLib\cti\system\notsupportedexception\NotSupportedExceptionCtor2\NotSupportedExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\notsupportedexception\NotSupportedExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [r4NaNsub_cs_r.cmd_1176]
 RelativePath=JIT\Methodical\NaN\r4NaNsub_cs_r\r4NaNsub_cs_r.cmd
 WorkingDir=JIT\Methodical\NaN\r4NaNsub_cs_r
@@ -9164,14 +8700,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16_6.cmd_1190]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_6\ConvertToInt16_6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated245.cmd_1191]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest245\Generated245\Generated245.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest245\Generated245
@@ -9188,14 +8716,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble10.cmd_1193]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble10\ConvertToDouble10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble10
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_speed_relunsafe-2.cmd_1194]
 RelativePath=JIT\Methodical\unsafecsharp\_speed_relunsafe-2\_speed_relunsafe-2.cmd
 WorkingDir=JIT\Methodical\unsafecsharp\_speed_relunsafe-2
@@ -9204,14 +8724,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesImport.cmd_1195]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesImport\TypeAttributesImport.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesImport
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [tryfinally_do.cmd_1196]
 RelativePath=JIT\Methodical\eh\basics\tryfinally_do\tryfinally_do.cmd
 WorkingDir=JIT\Methodical\eh\basics\tryfinally_do
@@ -9548,14 +9060,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UTF8EncodingGetCharCount.cmd_1240]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetCharCount\UTF8EncodingGetCharCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetCharCount
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [UInt16IConvertibleToInt16.cmd_1241]
 RelativePath=CoreMangLib\cti\system\uint16\UInt16IConvertibleToInt16\UInt16IConvertibleToInt16.cmd
 WorkingDir=CoreMangLib\cti\system\uint16\UInt16IConvertibleToInt16
@@ -9932,14 +9436,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PredicateEndInvoke.cmd_1289]
-RelativePath=CoreMangLib\cti\system\predicate\PredicateEndInvoke\PredicateEndInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\predicate\PredicateEndInvoke
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [chaos55915408cs.cmd_1290]
 RelativePath=JIT\Generics\Coverage\chaos55915408cs\chaos55915408cs.cmd
 WorkingDir=JIT\Generics\Coverage\chaos55915408cs
@@ -10020,14 +9516,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal18.cmd_1300]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal18\ConvertToDecimal18.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal18
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1221.cmd_1301]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1221\Generated1221\Generated1221.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1221\Generated1221
@@ -10060,14 +9548,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[AssemblyNameFlagsRetargetable.cmd_1305]
-RelativePath=CoreMangLib\cti\system\reflection\assemblynameflags\AssemblyNameFlagsRetargetable\AssemblyNameFlagsRetargetable.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblynameflags\AssemblyNameFlagsRetargetable
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [mcc_i00.cmd_1306]
 RelativePath=JIT\jit64\mcc\interop\mcc_i00\mcc_i00.cmd
 WorkingDir=JIT\jit64\mcc\interop\mcc_i00
@@ -10628,14 +10108,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UnicodeEncodingCtor1.cmd_1378]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingCtor1\UnicodeEncodingCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [MathFMax.cmd_1379]
 RelativePath=CoreMangLib\cti\system\mathf\MathFMax\MathFMax.cmd
 WorkingDir=CoreMangLib\cti\system\mathf\MathFMax
@@ -10708,14 +10180,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OverflowExceptionCtor2.cmd_1388]
-RelativePath=CoreMangLib\cti\system\overflowexception\OverflowExceptionCtor2\OverflowExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\overflowexception\OverflowExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [UnsafeBlockCopy.cmd_1389]
 RelativePath=JIT\opt\Inline\tests\UnsafeBlockCopy\UnsafeBlockCopy.cmd
 WorkingDir=JIT\opt\Inline\tests\UnsafeBlockCopy
@@ -10764,14 +10228,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetBytes2.cmd_1395]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetBytes2\UTF8EncodingGetBytes2.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetBytes2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [cascadedcatch_r.cmd_1396]
 RelativePath=JIT\Methodical\eh\nested\general\cascadedcatch_r\cascadedcatch_r.cmd
 WorkingDir=JIT\Methodical\eh\nested\general\cascadedcatch_r
@@ -10884,14 +10340,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[PlatformNotSupportedExceptionCtor1.cmd_1410]
-RelativePath=CoreMangLib\cti\system\platformnotsupportedexception\PlatformNotSupportedExceptionCtor1\PlatformNotSupportedExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\platformnotsupportedexception\PlatformNotSupportedExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [5w1d-04_cs_do.cmd_1411]
 RelativePath=JIT\Methodical\fp\exgen\5w1d-04_cs_do\5w1d-04_cs_do.cmd
 WorkingDir=JIT\Methodical\fp\exgen\5w1d-04_cs_do
@@ -11108,14 +10556,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[FileAccessWrite.cmd_1440]
-RelativePath=CoreMangLib\cti\system\io\fileaccess\FileAccessWrite\FileAccessWrite.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileaccess\FileAccessWrite
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated606.cmd_1441]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest606\Generated606\Generated606.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest606\Generated606
@@ -11300,14 +10740,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend2.cmd_1464]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend2\StringBuilderAppend2.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgsimple.cmd_1465]
 RelativePath=JIT\Methodical\Boxing\boxunbox\_il_dbgsimple\_il_dbgsimple.cmd
 WorkingDir=JIT\Methodical\Boxing\boxunbox\_il_dbgsimple
@@ -11404,14 +10836,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FormatExceptionCtor1.cmd_1477]
-RelativePath=CoreMangLib\cti\system\formatexception\FormatExceptionCtor1\FormatExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\formatexception\FormatExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [waitallex5.cmd_1478]
 RelativePath=baseservices\threading\waithandle\waitall\waitallex5\waitallex5.cmd
 WorkingDir=baseservices\threading\waithandle\waitall\waitallex5
@@ -11548,14 +10972,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend11.cmd_1495]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend11\StringBuilderAppend11.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend11
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relrecurse_tail_calli.cmd_1496]
 RelativePath=JIT\Methodical\Invoke\fptr\_il_relrecurse_tail_calli\_il_relrecurse_tail_calli.cmd
 WorkingDir=JIT\Methodical\Invoke\fptr\_il_relrecurse_tail_calli
@@ -11580,14 +10996,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderReplace2.cmd_1499]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace2\StringBuilderReplace2.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [hfa_sd0E_d.cmd_1500]
 RelativePath=JIT\jit64\hfa\main\testE\hfa_sd0E_d\hfa_sd0E_d.cmd
 WorkingDir=JIT\jit64\hfa\main\testE\hfa_sd0E_d
@@ -11596,14 +11004,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesHasSecurity.cmd_1501]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesHasSecurity\TypeAttributesHasSecurity.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesHasSecurity
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1050.cmd_1502]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1050\Generated1050\Generated1050.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1050\Generated1050
@@ -11668,14 +11068,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderReplace1.cmd_1510]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace1\StringBuilderReplace1.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [method006.cmd_1511]
 RelativePath=Loader\classloader\generics\GenericMethods\method006\method006.cmd
 WorkingDir=Loader\classloader\generics\GenericMethods\method006
@@ -11732,14 +11124,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesRequireSecObject.cmd_1519]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesRequireSecObject\MethodAttributesRequireSecObject.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesRequireSecObject
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Bool_No_Op_cs_d.cmd_1520]
 RelativePath=JIT\Directed\cmov\Bool_No_Op_cs_d\Bool_No_Op_cs_d.cmd
 WorkingDir=JIT\Directed\cmov\Bool_No_Op_cs_d
@@ -11876,14 +11260,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderInsert3.cmd_1541]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderInsert3\StringBuilderInsert3.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderInsert3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_speed_dbgstress3.cmd_1542]
 RelativePath=JIT\Methodical\refany\_speed_dbgstress3\_speed_dbgstress3.cmd
 WorkingDir=JIT\Methodical\refany\_speed_dbgstress3
@@ -11980,14 +11356,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt165.cmd_1554]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt165\ConvertToUInt165.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt165
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [FPSmall.cmd_1555]
 RelativePath=JIT\CodeGenBringUpTests\FPSmall_ro\FPSmall_ro.cmd
 WorkingDir=JIT\CodeGenBringUpTests\FPSmall_ro
@@ -12012,14 +11380,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[MethodAttributesAbstract.cmd_1558]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesAbstract\MethodAttributesAbstract.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesAbstract
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [box-unbox-value003.cmd_1559]
 RelativePath=JIT\jit64\valuetypes\nullable\box-unbox\value\box-unbox-value003\box-unbox-value003.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\box-unbox\value\box-unbox-value003
@@ -12204,14 +11564,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringComparerCompare2.cmd_1585]
-RelativePath=CoreMangLib\cti\system\stringcomparer\StringComparerCompare2\StringComparerCompare2.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparer\StringComparerCompare2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated332.cmd_1586]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest332\Generated332\Generated332.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest332\Generated332
@@ -12236,14 +11588,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt325.cmd_1589]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt325\ConvertToUInt325.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt325
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgrefloc_i2.cmd_1590]
 RelativePath=JIT\Methodical\explicit\basic\_il_dbgrefloc_i2\_il_dbgrefloc_i2.cmd
 WorkingDir=JIT\Methodical\explicit\basic\_il_dbgrefloc_i2
@@ -12540,22 +11884,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UnicodeEncodingGetBytes2.cmd_1629]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetBytes2\UnicodeEncodingGetBytes2.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetBytes2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[UTF8EncodingGetByteCount1.cmd_1630]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetByteCount1\UTF8EncodingGetByteCount1.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetByteCount1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [invocation_ro.cmd_1631]
 RelativePath=JIT\Directed\nullabletypes\invocation_ro\invocation_ro.cmd
 WorkingDir=JIT\Directed\nullabletypes\invocation_ro
@@ -12612,14 +11940,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TimeoutExceptionCtor1.cmd_1639]
-RelativePath=CoreMangLib\cti\system\timeoutexception\TimeoutExceptionCtor1\TimeoutExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\timeoutexception\TimeoutExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Collect_Forced_2.cmd_1640]
 RelativePath=GC\API\GC\Collect_Forced_2\Collect_Forced_2.cmd
 WorkingDir=GC\API\GC\Collect_Forced_2
@@ -12668,14 +11988,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt64.cmd_1646]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt64\ConvertToUInt64.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt64
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [waitallex10.cmd_1647]
 RelativePath=baseservices\threading\waithandle\waitall\waitallex10\waitallex10.cmd
 WorkingDir=baseservices\threading\waithandle\waitall\waitallex10
@@ -12996,14 +12308,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSByte3.cmd_1689]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte3\ConvertToSByte3.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1326.cmd_1690]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1326\Generated1326\Generated1326.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1326\Generated1326
@@ -13412,14 +12716,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_FAIL;9462;EXCLUDED;VARARG;Pri1
 HostStyle=0
 
-[TypeCodeInt32.cmd_1741]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeInt32\TypeCodeInt32.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeInt32
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [shl_u4.cmd_1742]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\shl_u4\shl_u4.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\shl_u4
@@ -13484,14 +12780,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal14.cmd_1750]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal14\ConvertToDecimal14.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal14
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [InterlockedAddLong_1.cmd_1751]
 RelativePath=baseservices\threading\interlocked\add\InterlockedAddLong_1\InterlockedAddLong_1.cmd
 WorkingDir=baseservices\threading\interlocked\add\InterlockedAddLong_1
@@ -13556,14 +12844,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16_17.cmd_1759]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_17\ConvertToInt16_17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_17
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_speed_relisinst_ldarg.cmd_1760]
 RelativePath=JIT\Methodical\casts\coverage\_speed_relisinst_ldarg\_speed_relisinst_ldarg.cmd
 WorkingDir=JIT\Methodical\casts\coverage\_speed_relisinst_ldarg
@@ -13692,22 +12972,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[OperandTypeInlineField.cmd_1776]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineField\OperandTypeInlineField.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineField
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[ConvertToByte6.cmd_1777]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte6\ConvertToByte6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [threads1_cs_d.cmd_1778]
 RelativePath=JIT\Methodical\cctor\misc\threads1_cs_d\threads1_cs_d.cmd
 WorkingDir=JIT\Methodical\cctor\misc\threads1_cs_d
@@ -13780,14 +13044,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodImplAttributesRuntime.cmd_1787]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesRuntime\MethodImplAttributesRuntime.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesRuntime
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_opt_relexplicit1.cmd_1788]
 RelativePath=JIT\Methodical\explicit\misc\_opt_relexplicit1\_opt_relexplicit1.cmd
 WorkingDir=JIT\Methodical\explicit\misc\_opt_relexplicit1
@@ -13820,14 +13076,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[DivideByZeroExceptionCtor3.cmd_1792]
-RelativePath=CoreMangLib\cti\system\dividebyzeroexception\DivideByZeroExceptionCtor3\DivideByZeroExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\dividebyzeroexception\DivideByZeroExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GThread15.cmd_1793]
 RelativePath=baseservices\threading\generics\syncdelegate\GThread15\GThread15.cmd
 WorkingDir=baseservices\threading\generics\syncdelegate\GThread15
@@ -13868,14 +13116,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EventAttributesNone.cmd_1798]
-RelativePath=CoreMangLib\cti\system\reflection\eventattributes\EventAttributesNone\EventAttributesNone.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\eventattributes\EventAttributesNone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b35455.cmd_1799]
 RelativePath=JIT\Regression\CLR-x86-EJIT\V1-M12-Beta2\b35455\b35455\b35455.cmd
 WorkingDir=JIT\Regression\CLR-x86-EJIT\V1-M12-Beta2\b35455\b35455
@@ -13932,14 +13172,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FlowControlThrow.cmd_1806]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlThrow\FlowControlThrow.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlThrow
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated922.cmd_1807]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest922\Generated922\Generated922.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest922\Generated922
@@ -14420,14 +13652,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderRemove.cmd_1870]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderRemove\StringBuilderRemove.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderRemove
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Mul_ro.cmd_1871]
 RelativePath=JIT\SIMD\Mul_ro\Mul_ro.cmd
 WorkingDir=JIT\SIMD\Mul_ro
@@ -14436,14 +13660,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StackBehaviourPush1.cmd_1872]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPush1\StackBehaviourPush1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPush1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [r8rem_cs_ro.cmd_1873]
 RelativePath=JIT\Methodical\divrem\rem\r8rem_cs_ro\r8rem_cs_ro.cmd
 WorkingDir=JIT\Methodical\divrem\rem\r8rem_cs_ro
@@ -14452,22 +13668,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PackingSizeSize64.cmd_1874]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize64\PackingSizeSize64.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize64
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[FileAttributesEncrypted.cmd_1875]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesEncrypted\FileAttributesEncrypted.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesEncrypted
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b402701.cmd_1876]
 RelativePath=JIT\Regression\CLR-x86-JIT\dev10\b402701\b402701\b402701.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\dev10\b402701\b402701
@@ -14628,14 +13828,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt64.cmd_1898]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64\ConvertToInt64.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [box-unbox030.cmd_1899]
 RelativePath=JIT\jit64\valuetypes\nullable\box-unbox\box-unbox\box-unbox030\box-unbox030.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\box-unbox\box-unbox\box-unbox030
@@ -14740,14 +13932,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt641.cmd_1914]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt641\ConvertToUInt641.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt641
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [NG_Standard.cmd_1915]
 RelativePath=CoreMangLib\system\delegate\generics\NG_Standard\NG_Standard.cmd
 WorkingDir=CoreMangLib\system\delegate\generics\NG_Standard
@@ -14812,14 +13996,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodImplAttributesSynchronized.cmd_1923]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesSynchronized\MethodImplAttributesSynchronized.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesSynchronized
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [hashcode_d.cmd_1924]
 RelativePath=JIT\Directed\nullabletypes\hashcode_d\hashcode_d.cmd
 WorkingDir=JIT\Directed\nullabletypes\hashcode_d
@@ -15292,14 +14468,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[FieldAttributesPrivate.cmd_1984]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPrivate\FieldAttributesPrivate.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPrivate
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [singlinkgen.cmd_1985]
 RelativePath=GC\Scenarios\SingLinkList\singlinkgen\singlinkgen.cmd
 WorkingDir=GC\Scenarios\SingLinkList\singlinkgen
@@ -15436,14 +14604,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt649.cmd_2005]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt649\ConvertToUInt649.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt649
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [InterlockedExchange6.cmd_2006]
 RelativePath=CoreMangLib\cti\system\threading\interlocked\InterlockedExchange6\InterlockedExchange6.cmd
 WorkingDir=CoreMangLib\cti\system\threading\interlocked\InterlockedExchange6
@@ -15540,14 +14700,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesFieldAccessMask.cmd_2019]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFieldAccessMask\FieldAttributesFieldAccessMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFieldAccessMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [unwind02_small.cmd_2020]
 RelativePath=JIT\jit64\localloc\unwind\unwind02_small\unwind02_small.cmd
 WorkingDir=JIT\jit64\localloc\unwind\unwind02_small
@@ -15612,22 +14764,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[TypeAttributesNestedFamANDAssem.cmd_2028]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedFamANDAssem\TypeAttributesNestedFamANDAssem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedFamANDAssem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[FieldAttributesNotSerialized.cmd_2029]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesNotSerialized\FieldAttributesNotSerialized.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesNotSerialized
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated51.cmd_2030]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest51\Generated51\Generated51.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest51\Generated51
@@ -15748,14 +14884,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ArgumentNullExceptionCtor1.cmd_2047]
-RelativePath=CoreMangLib\cti\system\argumentnullexception\ArgumentNullExceptionCtor1\ArgumentNullExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\argumentnullexception\ArgumentNullExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b11553.cmd_2048]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b11553\b11553\b11553.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b11553\b11553
@@ -15916,14 +15044,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToChar10.cmd_2068]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar10\ConvertToChar10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar10
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [TestCase5_Nested_J.cmd_2069]
 RelativePath=Loader\classloader\InterfaceFolding\TestCase5_Nested_J\TestCase5_Nested_J.cmd
 WorkingDir=Loader\classloader\InterfaceFolding\TestCase5_Nested_J
@@ -15948,14 +15068,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend4.cmd_2072]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend4\StringBuilderAppend4.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [arithm64_cs_ro.cmd_2073]
 RelativePath=JIT\Methodical\NaN\arithm64_cs_ro\arithm64_cs_ro.cmd
 WorkingDir=JIT\Methodical\NaN\arithm64_cs_ro
@@ -16204,14 +15316,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PackingSize16.cmd_2106]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSize16\PackingSize16.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSize16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [HelloWorld.cmd_2107]
 RelativePath=Loader\classloader\TSAmbiguities\Variance\Variant_CollapsedInterfaces\HelloWorld\HelloWorld.cmd
 WorkingDir=Loader\classloader\TSAmbiguities\Variance\Variant_CollapsedInterfaces\HelloWorld
@@ -16236,14 +15340,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAttributesHidden.cmd_2110]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesHidden\FileAttributesHidden.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesHidden
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b31547.cmd_2111]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b31547\b31547\b31547.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b31547\b31547
@@ -16260,14 +15356,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal2.cmd_2114]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal2\ConvertToDecimal2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_dbglcsmixed.cmd_2115]
 RelativePath=JIT\Methodical\Arrays\lcs\_dbglcsmixed\_dbglcsmixed.cmd
 WorkingDir=JIT\Methodical\Arrays\lcs\_dbglcsmixed
@@ -16372,14 +15460,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal1.cmd_2129]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal1\ConvertToDecimal1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ccse_cs_ro.cmd_2130]
 RelativePath=JIT\Directed\perffix\commutativecse\ccse_cs_ro\ccse_cs_ro.cmd
 WorkingDir=JIT\Directed\perffix\commutativecse\ccse_cs_ro
@@ -16620,14 +15700,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetBytes5.cmd_2162]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetBytes5\EncodingGetBytes5.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetBytes5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_398.cmd_2163]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_398\GCSimulator_398.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_398
@@ -16788,14 +15860,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPush1_push1.cmd_2183]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPush1_push1\StackBehaviourPush1_push1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPush1_push1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [nonlocalgotoinatryblockinahandler_do.cmd_2184]
 RelativePath=JIT\Methodical\eh\finallyexec\nonlocalgotoinatryblockinahandler_do\nonlocalgotoinatryblockinahandler_do.cmd
 WorkingDir=JIT\Methodical\eh\finallyexec\nonlocalgotoinatryblockinahandler_do
@@ -16844,14 +15908,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToByte2.cmd_2191]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte2\ConvertToByte2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relint32_0_5b.cmd_2192]
 RelativePath=JIT\Methodical\Arrays\range\_il_relint32_0_5b\_il_relint32_0_5b.cmd
 WorkingDir=JIT\Methodical\Arrays\range\_il_relint32_0_5b
@@ -16964,14 +16020,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt6412.cmd_2207]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6412\ConvertToUInt6412.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6412
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [NullCheckAssertion5.cmd_2208]
 RelativePath=JIT\opt\AssertionPropagation\NullCheckAssertion5\NullCheckAssertion5.cmd
 WorkingDir=JIT\opt\AssertionPropagation\NullCheckAssertion5
@@ -17412,14 +16460,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingCtor3.cmd_2264]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingCtor3\UTF8EncodingCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ldfldstatic1_il_r.cmd_2265]
 RelativePath=JIT\Directed\coverage\importer\Desktop\ldfldstatic1_il_r\ldfldstatic1_il_r.cmd
 WorkingDir=JIT\Directed\coverage\importer\Desktop\ldfldstatic1_il_r
@@ -17732,14 +16772,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt64_11.cmd_2305]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_11\ConvertToInt64_11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_11
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated103.cmd_2306]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest103\Generated103\Generated103.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest103\Generated103
@@ -17948,14 +16980,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPushi8.cmd_2334]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushi8\StackBehaviourPushi8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushi8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_reltailjump_cs.cmd_2335]
 RelativePath=JIT\Methodical\Boxing\misc\_reltailjump_cs\_reltailjump_cs.cmd
 WorkingDir=JIT\Methodical\Boxing\misc\_reltailjump_cs
@@ -18148,14 +17172,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToBoolean7.cmd_2360]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean7\ConvertToBoolean7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ldc_conv_ovf_u4_i4.cmd_2361]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\ldc_conv_ovf_u4_i4\ldc_conv_ovf_u4_i4.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\ldc_conv_ovf_u4_i4
@@ -18204,14 +17220,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringComparerEquals3.cmd_2368]
-RelativePath=CoreMangLib\cti\system\stringcomparer\StringComparerEquals3\StringComparerEquals3.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparer\StringComparerEquals3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated410.cmd_2369]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest410\Generated410\Generated410.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest410\Generated410
@@ -18244,22 +17252,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString1.cmd_2373]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString1\ConvertToString1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[ConvertToString12.cmd_2374]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString12\ConvertToString12.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString12
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [UInt16ToString3.cmd_2375]
 RelativePath=CoreMangLib\cti\system\uint16\UInt16ToString3\UInt16ToString3.cmd
 WorkingDir=CoreMangLib\cti\system\uint16\UInt16ToString3
@@ -18572,14 +17564,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;GCSTRESS_EXCLUDE
 HostStyle=0
 
-[ConvertToSByte11.cmd_2416]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte11\ConvertToSByte11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte11
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [VectorIntEquals_ro.cmd_2417]
 RelativePath=JIT\SIMD\VectorIntEquals_ro\VectorIntEquals_ro.cmd
 WorkingDir=JIT\SIMD\VectorIntEquals_ro
@@ -18868,14 +17852,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16_4.cmd_2453]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_4\ConvertToInt16_4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_opt_relrefarg_i1.cmd_2454]
 RelativePath=JIT\Methodical\explicit\basic\_opt_relrefarg_i1\_opt_relrefarg_i1.cmd
 WorkingDir=JIT\Methodical\explicit\basic\_opt_relrefarg_i1
@@ -18916,14 +17892,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetByteCount.cmd_2459]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount\EncodingGetByteCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated637.cmd_2460]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest637\Generated637\Generated637.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest637\Generated637
@@ -19172,14 +18140,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend13.cmd_2491]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend13\StringBuilderAppend13.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend13
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [expl_gc_obj_1_r.cmd_2492]
 RelativePath=JIT\Methodical\explicit\coverage\expl_gc_obj_1_r\expl_gc_obj_1_r.cmd
 WorkingDir=JIT\Methodical\explicit\coverage\expl_gc_obj_1_r
@@ -19276,14 +18236,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt1611.cmd_2504]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1611\ConvertToUInt1611.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1611
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b32345.cmd_2505]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b32345\b32345\b32345.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b32345\b32345
@@ -19380,14 +18332,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDouble.cmd_2518]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble\ConvertToDouble.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [waitanyex9.cmd_2519]
 RelativePath=baseservices\threading\waithandle\waitany\waitanyex9\waitanyex9.cmd
 WorkingDir=baseservices\threading\waithandle\waitany\waitanyex9
@@ -19396,14 +18340,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FlowControlReturn.cmd_2521]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlReturn\FlowControlReturn.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlReturn
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [MathMin5.cmd_2522]
 RelativePath=CoreMangLib\cti\system\math\MathMin5\MathMin5.cmd
 WorkingDir=CoreMangLib\cti\system\math\MathMin5
@@ -19532,14 +18468,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSByte8.cmd_2539]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte8\ConvertToSByte8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b02051.cmd_2540]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M10\b02051\b02051\b02051.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M10\b02051\b02051
@@ -19804,14 +18732,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PropertyAttributesNone.cmd_2573]
-RelativePath=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesNone\PropertyAttributesNone.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesNone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated977.cmd_2574]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest977\Generated977\Generated977.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest977\Generated977
@@ -20004,14 +18924,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesSequentialLayout.cmd_2599]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSequentialLayout\TypeAttributesSequentialLayout.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSequentialLayout
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ctorchk.cmd_2601]
 RelativePath=baseservices\threading\monitor\ctorchk\ctorchk\ctorchk.cmd
 WorkingDir=baseservices\threading\monitor\ctorchk\ctorchk
@@ -20132,14 +19044,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt6418.cmd_2616]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6418\ConvertToUInt6418.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6418
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [badcodeafterfault_d.cmd_2617]
 RelativePath=JIT\Methodical\eh\deadcode\badcodeafterfault_d\badcodeafterfault_d.cmd
 WorkingDir=JIT\Methodical\eh\deadcode\badcodeafterfault_d
@@ -20516,14 +19420,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[CallingConventionsHasThis.cmd_2667]
-RelativePath=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsHasThis\CallingConventionsHasThis.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsHasThis
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [unwind01_small.cmd_2668]
 RelativePath=JIT\jit64\localloc\unwind\unwind01_small\unwind01_small.cmd
 WorkingDir=JIT\jit64\localloc\unwind\unwind01_small
@@ -20564,14 +19460,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PackingSize2.cmd_2673]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSize2\PackingSize2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSize2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1100.cmd_2674]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1100\Generated1100\Generated1100.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1100\Generated1100
@@ -20964,14 +19852,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TimeoutExceptionCtor3.cmd_2725]
-RelativePath=CoreMangLib\cti\system\timeoutexception\TimeoutExceptionCtor3\TimeoutExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\timeoutexception\TimeoutExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [NormalException.cmd_2726]
 RelativePath=baseservices\exceptions\regressions\V1\SEH\VJ\NormalException\NormalException.cmd
 WorkingDir=baseservices\exceptions\regressions\V1\SEH\VJ\NormalException
@@ -21140,14 +20020,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[IndexOutOfRangeExceptionctor3.cmd_2748]
-RelativePath=CoreMangLib\cti\system\indexoutofrangeexception\IndexOutOfRangeExceptionctor3\IndexOutOfRangeExceptionctor3.cmd
-WorkingDir=CoreMangLib\cti\system\indexoutofrangeexception\IndexOutOfRangeExceptionctor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [try3_r.cmd_2749]
 RelativePath=JIT\Directed\leave\try3_r\try3_r.cmd
 WorkingDir=JIT\Directed\leave\try3_r
@@ -21204,14 +20076,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OverflowExceptionCtor3.cmd_2757]
-RelativePath=CoreMangLib\cti\system\overflowexception\OverflowExceptionCtor3\OverflowExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\overflowexception\OverflowExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [eh1.cmd_2758]
 RelativePath=JIT\jit64\gc\misc\eh1\eh1.cmd
 WorkingDir=JIT\jit64\gc\misc\eh1
@@ -21332,14 +20196,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt6417.cmd_2774]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6417\ConvertToUInt6417.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6417
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [trycatchtrycatch_r.cmd_2775]
 RelativePath=JIT\Methodical\eh\basics\trycatchtrycatch_r\trycatchtrycatch_r.cmd
 WorkingDir=JIT\Methodical\eh\basics\trycatchtrycatch_r
@@ -21420,14 +20276,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeCodeUInt64.cmd_2786]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeUInt64\TypeCodeUInt64.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeUInt64
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [openmutexneg8.cmd_2787]
 RelativePath=baseservices\threading\mutex\openexisting\openmutexneg8\openmutexneg8.cmd
 WorkingDir=baseservices\threading\mutex\openexisting\openmutexneg8
@@ -21876,14 +20724,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[PathTooLongExceptionctor2.cmd_2844]
-RelativePath=CoreMangLib\cti\system\io\pathtoolongexception\PathTooLongExceptionctor2\PathTooLongExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\io\pathtoolongexception\PathTooLongExceptionctor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Double_No_Op_cs_d.cmd_2845]
 RelativePath=JIT\Directed\cmov\Double_No_Op_cs_d\Double_No_Op_cs_d.cmd
 WorkingDir=JIT\Directed\cmov\Double_No_Op_cs_d
@@ -21964,14 +20804,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[FlowControlBranch.cmd_2855]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlBranch\FlowControlBranch.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlBranch
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_reltypedref.cmd_2856]
 RelativePath=JIT\Methodical\Boxing\misc\_reltypedref\_reltypedref.cmd
 WorkingDir=JIT\Methodical\Boxing\misc\_reltypedref
@@ -22036,14 +20868,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAttributesSystem.cmd_2864]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesSystem\FileAttributesSystem.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesSystem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [1000w1d_cs_r.cmd_2865]
 RelativePath=JIT\Methodical\fp\exgen\1000w1d_cs_r\1000w1d_cs_r.cmd
 WorkingDir=JIT\Methodical\fp\exgen\1000w1d_cs_r
@@ -22196,14 +21020,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesAssembly.cmd_2884]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesAssembly\FieldAttributesAssembly.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesAssembly
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b49101.cmd_2885]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M11-Beta1\b49101\b49101\b49101.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M11-Beta1\b49101\b49101
@@ -22284,14 +21100,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble11.cmd_2896]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble11\ConvertToDouble11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble11
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1139.cmd_2897]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1139\Generated1139\Generated1139.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1139\Generated1139
@@ -22372,14 +21180,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UTF8EncodingGetByteCount2.cmd_2907]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetByteCount2\UTF8EncodingGetByteCount2.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetByteCount2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_dbgrefarg_f4.cmd_2908]
 RelativePath=JIT\Methodical\explicit\basic\_dbgrefarg_f4\_dbgrefarg_f4.cmd
 WorkingDir=JIT\Methodical\explicit\basic\_dbgrefarg_f4
@@ -22572,14 +21372,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[FileNotFoundExceptionctor1.cmd_2934]
-RelativePath=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionctor1\FileNotFoundExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionctor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated725.cmd_2935]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest725\Generated725\Generated725.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest725\Generated725
@@ -22596,14 +21388,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToBase64CharArray.cmd_2937]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBase64CharArray\ConvertToBase64CharArray.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBase64CharArray
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b40269.cmd_2938]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M11-Beta1\b40269\b40269\b40269.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M11-Beta1\b40269\b40269
@@ -22804,14 +21588,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UTF8EncodingGetMaxByteCount.cmd_2965]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetMaxByteCount\UTF8EncodingGetMaxByteCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetMaxByteCount
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [StreamNull_PSC.cmd_2966]
 RelativePath=CoreMangLib\cti\system\io\stream\StreamNull_PSC\StreamNull_PSC.cmd
 WorkingDir=CoreMangLib\cti\system\io\stream\StreamNull_PSC
@@ -22964,22 +21740,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend18.cmd_2985]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend18\StringBuilderAppend18.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend18
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[ConvertToUInt161.cmd_2986]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt161\ConvertToUInt161.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt161
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1494.cmd_2987]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1494\Generated1494\Generated1494.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1494\Generated1494
@@ -23012,14 +21772,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OperandTypeInlineSig.cmd_2991]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineSig\OperandTypeInlineSig.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineSig
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [CgStress2_do.cmd_2992]
 RelativePath=JIT\jit64\opt\cg\cgstress\CgStress2_do\CgStress2_do.cmd
 WorkingDir=JIT\jit64\opt\cg\cgstress\CgStress2_do
@@ -23076,14 +21828,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_FAIL;9462;EXCLUDED;VARARG;Pri1
 HostStyle=0
 
-[OperandTypeInlineI8.cmd_3000]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineI8\OperandTypeInlineI8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineI8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated563.cmd_3001]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest563\Generated563\Generated563.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest563\Generated563
@@ -23164,14 +21908,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt321.cmd_3011]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt321\ConvertToUInt321.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt321
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_dbgunsafe-1.cmd_3012]
 RelativePath=JIT\Methodical\unsafecsharp\_dbgunsafe-1\_dbgunsafe-1.cmd
 WorkingDir=JIT\Methodical\unsafecsharp\_dbgunsafe-1
@@ -23236,14 +21972,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[SeekOriginCurrent.cmd_3021]
-RelativePath=CoreMangLib\cti\system\io\seekorigin\SeekOriginCurrent\SeekOriginCurrent.cmd
-WorkingDir=CoreMangLib\cti\system\io\seekorigin\SeekOriginCurrent
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesLeave.cmd_3022]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLeave\OpCodesLeave.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLeave
@@ -23404,14 +22132,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesFamORAssem.cmd_3043]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFamORAssem\MethodAttributesFamORAssem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFamORAssem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1161.cmd_3044]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1161\Generated1161\Generated1161.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1161\Generated1161
@@ -23604,14 +22324,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetMaxByteCount.cmd_3069]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetMaxByteCount\EncodingGetMaxByteCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetMaxByteCount
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated803.cmd_3070]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest803\Generated803\Generated803.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest803\Generated803
@@ -23660,14 +22372,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt169.cmd_3076]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt169\ConvertToUInt169.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt169
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b31182.cmd_3077]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b31182\b31182\b31182.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b31182\b31182
@@ -23836,14 +22540,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ArgumentOutOfRangeExceptionMessage.cmd_3099]
-RelativePath=CoreMangLib\cti\system\argumentoutofrangeexception\ArgumentOutOfRangeExceptionMessage\ArgumentOutOfRangeExceptionMessage.cmd
-WorkingDir=CoreMangLib\cti\system\argumentoutofrangeexception\ArgumentOutOfRangeExceptionMessage
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [localloc.cmd_3100]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\localloc\localloc.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\localloc
@@ -24092,14 +22788,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[MethodAttributesMemberAccessMask.cmd_3133]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesMemberAccessMask\MethodAttributesMemberAccessMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesMemberAccessMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated351.cmd_3134]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest351\Generated351\Generated351.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest351\Generated351
@@ -24108,14 +22796,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesStatic.cmd_3135]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesStatic\FieldAttributesStatic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesStatic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b52593.cmd_3136]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b52593\b52593\b52593.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b52593\b52593
@@ -24196,14 +22876,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[EncoderCtor.cmd_3147]
-RelativePath=CoreMangLib\cti\system\text\encoder\EncoderCtor\EncoderCtor.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoder\EncoderCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_reli_conv.cmd_3148]
 RelativePath=JIT\Methodical\ELEMENT_TYPE_IU\_il_reli_conv\_il_reli_conv.cmd
 WorkingDir=JIT\Methodical\ELEMENT_TYPE_IU\_il_reli_conv
@@ -24228,14 +22900,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDouble7.cmd_3152]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble7\ConvertToDouble7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b59857.cmd_3153]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b59857\b59857\b59857.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b59857\b59857
@@ -24508,14 +23172,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPopref_popi.cmd_3187]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi\StackBehaviourPopref_popi.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [CS_TSNullRefEx.cmd_3188]
 RelativePath=baseservices\threading\coverage\Nullref\CS_TSNullRefEx\CS_TSNullRefEx.cmd
 WorkingDir=baseservices\threading\coverage\Nullref\CS_TSNullRefEx
@@ -24588,14 +23244,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt1615.cmd_3197]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1615\ConvertToUInt1615.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1615
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [structret3_1.cmd_3198]
 RelativePath=JIT\jit64\gc\misc\structret3_1\structret3_1.cmd
 WorkingDir=JIT\jit64\gc\misc\structret3_1
@@ -24644,14 +23292,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt162.cmd_3204]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt162\ConvertToUInt162.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt162
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_speed_dbgisinst_ldarg.cmd_3205]
 RelativePath=JIT\Methodical\casts\coverage\_speed_dbgisinst_ldarg\_speed_dbgisinst_ldarg.cmd
 WorkingDir=JIT\Methodical\casts\coverage\_speed_dbgisinst_ldarg
@@ -24748,14 +23388,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDouble17.cmd_3217]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble17\ConvertToDouble17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble17
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated311.cmd_3218]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest311\Generated311\Generated311.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest311\Generated311
@@ -24892,14 +23524,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderChars.cmd_3235]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderChars\StringBuilderChars.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderChars
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [CompareExchangeLong_2.cmd_3236]
 RelativePath=baseservices\threading\interlocked\compareexchange\CompareExchangeLong_2\CompareExchangeLong_2.cmd
 WorkingDir=baseservices\threading\interlocked\compareexchange\CompareExchangeLong_2
@@ -24996,14 +23620,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToBoolean5.cmd_3249]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean5\ConvertToBoolean5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [DoubleIsInfinity.cmd_3250]
 RelativePath=CoreMangLib\cti\system\double\DoubleIsInfinity\DoubleIsInfinity.cmd
 WorkingDir=CoreMangLib\cti\system\double\DoubleIsInfinity
@@ -25012,14 +23628,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToByte7.cmd_3251]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte7\ConvertToByte7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [VectorUnused_ro.cmd_3252]
 RelativePath=JIT\SIMD\VectorUnused_ro\VectorUnused_ro.cmd
 WorkingDir=JIT\SIMD\VectorUnused_ro
@@ -25124,14 +23732,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal15.cmd_3265]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal15\ConvertToDecimal15.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal15
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [DevDiv_794631_do.cmd_3266]
 RelativePath=JIT\Regression\JitBlue\DevDiv_794631\DevDiv_794631_do\DevDiv_794631_do.cmd
 WorkingDir=JIT\Regression\JitBlue\DevDiv_794631\DevDiv_794631_do
@@ -25276,14 +23876,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileNotFoundExceptionCtor2.cmd_3286]
-RelativePath=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionCtor2\FileNotFoundExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Int64Equals2.cmd_3287]
 RelativePath=CoreMangLib\cti\system\int64\Int64Equals2\Int64Equals2.cmd
 WorkingDir=CoreMangLib\cti\system\int64\Int64Equals2
@@ -25524,14 +24116,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderInsert4.cmd_3317]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderInsert4\StringBuilderInsert4.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderInsert4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [throwinfinallyrecursive_20_d.cmd_3318]
 RelativePath=JIT\Methodical\eh\nested\nonlocalexit\throwinfinallyrecursive_20_d\throwinfinallyrecursive_20_d.cmd
 WorkingDir=JIT\Methodical\eh\nested\nonlocalexit\throwinfinallyrecursive_20_d
@@ -25676,22 +24260,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToBase64String2.cmd_3336]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBase64String2\ConvertToBase64String2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBase64String2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[FileShareNone.cmd_3337]
-RelativePath=CoreMangLib\cti\system\io\fileshare\FileShareNone\FileShareNone.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileshare\FileShareNone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [SafeHandleIsClosed_PSC.cmd_3338]
 RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleIsClosed_PSC\SafeHandleIsClosed_PSC.cmd
 WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleIsClosed_PSC
@@ -25772,14 +24340,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDouble14.cmd_3348]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble14\ConvertToDouble14.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble14
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Test.cmd_3349]
 RelativePath=Loader\classloader\generics\regressions\341477\Test\Test.cmd
 WorkingDir=Loader\classloader\generics\regressions\341477\Test
@@ -26412,14 +24972,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString8.cmd_3430]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString8\ConvertToString8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Ambiguous.cmd_3431]
 RelativePath=Loader\classloader\InterfaceFolding\Ambiguous\Ambiguous.cmd
 WorkingDir=Loader\classloader\InterfaceFolding\Ambiguous
@@ -26620,14 +25172,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt32_8.cmd_3456]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_8\ConvertToInt32_8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [seq_funcptr_gc_d.cmd_3457]
 RelativePath=JIT\Methodical\explicit\funcptr\seq_funcptr_gc_d\seq_funcptr_gc_d.cmd
 WorkingDir=JIT\Methodical\explicit\funcptr\seq_funcptr_gc_d
@@ -26684,14 +25228,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt64_10.cmd_3464]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_10\ConvertToInt64_10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_10
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [NestedGenericStructs.cmd_3465]
 RelativePath=Loader\classloader\generics\Instantiation\Nesting\NestedGenericStructs\NestedGenericStructs.cmd
 WorkingDir=Loader\classloader\generics\Instantiation\Nesting\NestedGenericStructs
@@ -26868,14 +25404,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAttributesNormal.cmd_3487]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesNormal\FileAttributesNormal.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesNormal
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [eh12_small.cmd_3488]
 RelativePath=JIT\jit64\localloc\ehverify\eh12_small\eh12_small.cmd
 WorkingDir=JIT\jit64\localloc\ehverify\eh12_small
@@ -26908,14 +25436,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ActivatorCreateInstance2.cmd_3492]
-RelativePath=CoreMangLib\cti\system\activator\ActivatorCreateInstance2\ActivatorCreateInstance2.cmd
-WorkingDir=CoreMangLib\cti\system\activator\ActivatorCreateInstance2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [threadstartclass.cmd_3493]
 RelativePath=baseservices\threading\paramthreadstart\threadstartclass\threadstartclass.cmd
 WorkingDir=baseservices\threading\paramthreadstart\threadstartclass
@@ -26956,14 +25476,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeCodeChar.cmd_3498]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeChar\TypeCodeChar.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeChar
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated673.cmd_3499]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest673\Generated673\Generated673.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest673\Generated673
@@ -27364,22 +25876,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetByteCount2.cmd_3553]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount2\EncodingGetByteCount2.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[MemberAccessExceptionCtor3.cmd_3554]
-RelativePath=CoreMangLib\cti\system\memberaccessexception\MemberAccessExceptionCtor3\MemberAccessExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\memberaccessexception\MemberAccessExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [samethrowtwice_ro.cmd_3555]
 RelativePath=JIT\Methodical\eh\rethrow\samethrowtwice_ro\samethrowtwice_ro.cmd
 WorkingDir=JIT\Methodical\eh\rethrow\samethrowtwice_ro
@@ -27492,14 +25988,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal13.cmd_3569]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal13\ConvertToDecimal13.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal13
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [try1_d.cmd_3570]
 RelativePath=JIT\Directed\leave\try1_d\try1_d.cmd
 WorkingDir=JIT\Directed\leave\try1_d
@@ -27916,22 +26404,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt1613.cmd_3623]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1613\ConvertToUInt1613.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1613
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[FormatExceptionCtor2.cmd_3624]
-RelativePath=CoreMangLib\cti\system\formatexception\FormatExceptionCtor2\FormatExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\formatexception\FormatExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [try-catch-finally-struct01.cmd_3625]
 RelativePath=baseservices\exceptions\generics\try-catch-finally-struct01\try-catch-finally-struct01.cmd
 WorkingDir=baseservices\exceptions\generics\try-catch-finally-struct01
@@ -27956,14 +26428,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt32_2.cmd_3629]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_2\ConvertToInt32_2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [test2.cmd_3630]
 RelativePath=JIT\jit64\regress\vsw\524070\test2\test2.cmd
 WorkingDir=JIT\jit64\regress\vsw\524070\test2
@@ -28004,14 +26468,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[MethodImplAttributesManagedMask.cmd_3636]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesManagedMask\MethodImplAttributesManagedMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesManagedMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [StringConcat5.cmd_3637]
 RelativePath=CoreMangLib\cti\system\string\StringConcat5\StringConcat5.cmd
 WorkingDir=CoreMangLib\cti\system\string\StringConcat5
@@ -28148,14 +26604,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_11.cmd_3654]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_11\ConvertToInt32_11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_11
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodeStackBehaviourPop.cmd_3655]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeStackBehaviourPop\OpCodeStackBehaviourPop.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeStackBehaviourPop
@@ -28164,14 +26612,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAttributesDeivce.cmd_3656]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesDeivce\FileAttributesDeivce.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesDeivce
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [tryfinallytrycatch_r.cmd_3657]
 RelativePath=JIT\Methodical\eh\basics\tryfinallytrycatch_r\tryfinallytrycatch_r.cmd
 WorkingDir=JIT\Methodical\eh\basics\tryfinallytrycatch_r
@@ -28236,14 +26676,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt323.cmd_3665]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt323\ConvertToUInt323.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt323
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b04319.cmd_3666]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1.2-M01\b04319\b04319\b04319.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1.2-M01\b04319\b04319
@@ -28972,14 +27404,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt329.cmd_3761]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt329\ConvertToUInt329.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt329
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [intarr_cs_do.cmd_3762]
 RelativePath=JIT\Methodical\MDArray\InnerProd\intarr_cs_do\intarr_cs_do.cmd
 WorkingDir=JIT\Methodical\MDArray\InnerProd\intarr_cs_do
@@ -29052,14 +27476,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAttributesReparsePoint.cmd_3771]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesReparsePoint\FileAttributesReparsePoint.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesReparsePoint
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [DevDiv2_10623.cmd_3772]
 RelativePath=JIT\Regression\Dev11\DevDiv2_10623\DevDiv2_10623\DevDiv2_10623.cmd
 WorkingDir=JIT\Regression\Dev11\DevDiv2_10623\DevDiv2_10623
@@ -29132,14 +27548,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetChars1.cmd_3782]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetChars1\EncodingGetChars1.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetChars1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated530.cmd_3783]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest530\Generated530\Generated530.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest530\Generated530
@@ -29148,14 +27556,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesReuseSlot.cmd_3784]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesReuseSlot\MethodAttributesReuseSlot.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesReuseSlot
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [CGRecurseAAA_r.cmd_3785]
 RelativePath=JIT\jit64\opt\cg\CGRecurse\CGRecurseAAA_r\CGRecurseAAA_r.cmd
 WorkingDir=JIT\jit64\opt\cg\CGRecurse\CGRecurseAAA_r
@@ -29388,14 +27788,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingEquals.cmd_3815]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingEquals\EncodingEquals.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingEquals
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated728.cmd_3816]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest728\Generated728\Generated728.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest728\Generated728
@@ -29540,14 +27932,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[NotSupportedExceptionCtor1.cmd_3834]
-RelativePath=CoreMangLib\cti\system\notsupportedexception\NotSupportedExceptionCtor1\NotSupportedExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\notsupportedexception\NotSupportedExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [LPTSTRTest.cmd_3835]
 RelativePath=Interop\StringMarshalling\LPTSTR\LPTSTRTest\LPTSTRTest.cmd
 WorkingDir=Interop\StringMarshalling\LPTSTR\LPTSTRTest
@@ -29716,14 +28100,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToByte8.cmd_3856]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte8\ConvertToByte8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [DelegateRemove.cmd_3857]
 RelativePath=CoreMangLib\cti\system\delegate\DelegateRemove\DelegateRemove.cmd
 WorkingDir=CoreMangLib\cti\system\delegate\DelegateRemove
@@ -29828,22 +28204,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend12.cmd_3870]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend12\StringBuilderAppend12.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend12
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[FileModeOpenOrCreate.cmd_3871]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeOpenOrCreate\FileModeOpenOrCreate.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeOpenOrCreate
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [simplenonlocalexitnestedintrycatch_ro.cmd_3873]
 RelativePath=JIT\Methodical\eh\finallyexec\simplenonlocalexitnestedintrycatch_ro\simplenonlocalexitnestedintrycatch_ro.cmd
 WorkingDir=JIT\Methodical\eh\finallyexec\simplenonlocalexitnestedintrycatch_ro
@@ -29916,14 +28276,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[MethodImplAttributesManaged.cmd_3882]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesManaged\MethodImplAttributesManaged.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesManaged
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [StrSwitchFinally.cmd_3883]
 RelativePath=baseservices\exceptions\unittests\StrSwitchFinally\StrSwitchFinally.cmd
 WorkingDir=baseservices\exceptions\unittests\StrSwitchFinally
@@ -30100,14 +28452,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PathTooLongExceptionctor1.cmd_3906]
-RelativePath=CoreMangLib\cti\system\io\pathtoolongexception\PathTooLongExceptionctor1\PathTooLongExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\io\pathtoolongexception\PathTooLongExceptionctor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [StringIConvertibleToSByte.cmd_3907]
 RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToSByte\StringIConvertibleToSByte.cmd
 WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToSByte
@@ -30156,14 +28500,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodImplAttributesPreserveSig.cmd_3913]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesPreserveSig\MethodImplAttributesPreserveSig.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesPreserveSig
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [mcc_i82.cmd_3914]
 RelativePath=JIT\jit64\mcc\interop\mcc_i82\mcc_i82.cmd
 WorkingDir=JIT\jit64\mcc\interop\mcc_i82
@@ -30220,22 +28556,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PropertyAttributesSpecialName.cmd_3921]
-RelativePath=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesSpecialName\PropertyAttributesSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[EncodingUnicode.cmd_3923]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingUnicode\EncodingUnicode.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingUnicode
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GoryNativePast.cmd_3924]
 RelativePath=baseservices\exceptions\unittests\GoryNativePast\GoryNativePast.cmd
 WorkingDir=baseservices\exceptions\unittests\GoryNativePast
@@ -30316,14 +28636,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal10.cmd_3934]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal10\ConvertToDecimal10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal10
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_rels_ldfld_mulovf.cmd_3935]
 RelativePath=JIT\Methodical\int64\signed\_il_rels_ldfld_mulovf\_il_rels_ldfld_mulovf.cmd
 WorkingDir=JIT\Methodical\int64\signed\_il_rels_ldfld_mulovf
@@ -30548,14 +28860,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetBytes4.cmd_3964]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetBytes4\EncodingGetBytes4.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetBytes4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GitHub_7906.cmd_3965]
 RelativePath=JIT\Regression\JitBlue\GitHub_7906\GitHub_7906\GitHub_7906.cmd
 WorkingDir=JIT\Regression\JitBlue\GitHub_7906\GitHub_7906
@@ -30620,14 +28924,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[MethodAttributesFamily.cmd_3974]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFamily\MethodAttributesFamily.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFamily
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgconv_i8_i.cmd_3975]
 RelativePath=JIT\Methodical\ELEMENT_TYPE_IU\_il_dbgconv_i8_i\_il_dbgconv_i8_i.cmd
 WorkingDir=JIT\Methodical\ELEMENT_TYPE_IU\_il_dbgconv_i8_i
@@ -30676,14 +28972,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToChar13.cmd_3981]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar13\ConvertToChar13.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar13
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [loop4_cs_r.cmd_3982]
 RelativePath=JIT\Directed\UnrollLoop\loop4_cs_r\loop4_cs_r.cmd
 WorkingDir=JIT\Directed\UnrollLoop\loop4_cs_r
@@ -30820,14 +29108,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileShareReadWrite.cmd_4000]
-RelativePath=CoreMangLib\cti\system\io\fileshare\FileShareReadWrite\FileShareReadWrite.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileshare\FileShareReadWrite
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [structret2_1.cmd_4001]
 RelativePath=JIT\jit64\gc\misc\structret2_1\structret2_1.cmd
 WorkingDir=JIT\jit64\gc\misc\structret2_1
@@ -31004,14 +29284,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt32_18.cmd_4024]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_18\ConvertToInt32_18.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_18
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relcompat_enum.cmd_4025]
 RelativePath=JIT\Methodical\tailcall\_il_relcompat_enum\_il_relcompat_enum.cmd
 WorkingDir=JIT\Methodical\tailcall\_il_relcompat_enum
@@ -31172,14 +29444,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesNestedFamORAssem.cmd_4046]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedFamORAssem\TypeAttributesNestedFamORAssem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedFamORAssem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [structfp6_1.cmd_4048]
 RelativePath=JIT\jit64\gc\misc\structfp6_1\structfp6_1.cmd
 WorkingDir=JIT\jit64\gc\misc\structfp6_1
@@ -31332,14 +29596,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToChar6.cmd_4067]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar6\ConvertToChar6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ArraySort12.cmd_4068]
 RelativePath=CoreMangLib\cti\system\array\ArraySort12\ArraySort12.cmd
 WorkingDir=CoreMangLib\cti\system\array\ArraySort12
@@ -31348,14 +29604,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesFamily.cmd_4069]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFamily\FieldAttributesFamily.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFamily
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [castclass-null043.cmd_4070]
 RelativePath=JIT\jit64\valuetypes\nullable\castclass\null\castclass-null043\castclass-null043.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\castclass\null\castclass-null043
@@ -31412,14 +29660,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSingle13.cmd_4077]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSingle13\ConvertToSingle13.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSingle13
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [interface_struct01.cmd_4078]
 RelativePath=JIT\Generics\MemberAccess\interface_struct01\interface_struct01.cmd
 WorkingDir=JIT\Generics\MemberAccess\interface_struct01
@@ -31612,14 +29852,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal16.cmd_4105]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal16\ConvertToDecimal16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_relrefarg_f4.cmd_4106]
 RelativePath=JIT\Methodical\explicit\basic\_relrefarg_f4\_relrefarg_f4.cmd
 WorkingDir=JIT\Methodical\explicit\basic\_relrefarg_f4
@@ -31668,14 +29900,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAttributesArchive.cmd_4112]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesArchive\FileAttributesArchive.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesArchive
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [193825_udo.cmd_4113]
 RelativePath=JIT\jit64\opt\regress\vswhidbey\193825\193825_udo\193825_udo.cmd
 WorkingDir=JIT\jit64\opt\regress\vswhidbey\193825\193825_udo
@@ -31764,14 +29988,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[FormatExceptionCtor3.cmd_4124]
-RelativePath=CoreMangLib\cti\system\formatexception\FormatExceptionCtor3\FormatExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\formatexception\FormatExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgdeep1.cmd_4125]
 RelativePath=JIT\Methodical\Invoke\deep\_il_dbgdeep1\_il_dbgdeep1.cmd
 WorkingDir=JIT\Methodical\Invoke\deep\_il_dbgdeep1
@@ -31780,14 +29996,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble12.cmd_4126]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble12\ConvertToDouble12.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble12
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Co1727ctor_OO.cmd_4127]
 RelativePath=Regressions\coreclr\1386\Co1727ctor_OO\Co1727ctor_OO.cmd
 WorkingDir=Regressions\coreclr\1386\Co1727ctor_OO
@@ -32020,14 +30228,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal.cmd_4162]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal\ConvertToDecimal.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated112.cmd_4163]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest112\Generated112\Generated112.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest112\Generated112
@@ -32044,14 +30244,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[TextReaderNull_PSC.cmd_4165]
-RelativePath=CoreMangLib\cti\system\io\textreader\TextReaderNull_PSC\TextReaderNull_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\textreader\TextReaderNull_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [hfa_nf2C_d.cmd_4166]
 RelativePath=JIT\jit64\hfa\main\testC\hfa_nf2C_d\hfa_nf2C_d.cmd
 WorkingDir=JIT\jit64\hfa\main\testC\hfa_nf2C_d
@@ -32068,14 +30260,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal11.cmd_4168]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal11\ConvertToDecimal11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal11
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [volatileLocal1.cmd_4169]
 RelativePath=JIT\Methodical\flowgraph\dev10_bug679955\volatileLocal1\volatileLocal1.cmd
 WorkingDir=JIT\Methodical\flowgraph\dev10_bug679955\volatileLocal1
@@ -32220,14 +30404,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[NotImplementedExceptionCtor1.cmd_4188]
-RelativePath=CoreMangLib\cti\system\notimplementedexception\NotImplementedExceptionCtor1\NotImplementedExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\notimplementedexception\NotImplementedExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1184.cmd_4189]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1184\Generated1184\Generated1184.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1184\Generated1184
@@ -32300,14 +30476,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt326.cmd_4198]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt326\ConvertToUInt326.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt326
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated40.cmd_4199]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest40\Generated40\Generated40.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest40\Generated40
@@ -32468,14 +30636,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderReplace4.cmd_4219]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace4\StringBuilderReplace4.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_rellocalloc.cmd_4220]
 RelativePath=JIT\Methodical\xxobj\operand\_il_rellocalloc\_il_rellocalloc.cmd
 WorkingDir=JIT\Methodical\xxobj\operand\_il_rellocalloc
@@ -32580,14 +30740,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend15.cmd_4233]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend15\StringBuilderAppend15.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend15
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [127931.cmd_4234]
 RelativePath=JIT\jit64\regress\ddb\127931\127931\127931.cmd
 WorkingDir=JIT\jit64\regress\ddb\127931\127931
@@ -32604,14 +30756,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ArithmeticExceptionCtor1.cmd_4236]
-RelativePath=CoreMangLib\cti\system\arithmeticexception\ArithmeticExceptionCtor1\ArithmeticExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\arithmeticexception\ArithmeticExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_22.cmd_4237]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_22\GCSimulator_22.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_22
@@ -32652,14 +30796,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UTF8EncodingGetChars.cmd_4242]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetChars\UTF8EncodingGetChars.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetChars
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_431.cmd_4243]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_431\GCSimulator_431.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_431
@@ -32708,14 +30844,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToChar9.cmd_4250]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar9\ConvertToChar9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar9
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgcastclass_ldloc.cmd_4251]
 RelativePath=JIT\Methodical\casts\coverage\_il_dbgcastclass_ldloc\_il_dbgcastclass_ldloc.cmd
 WorkingDir=JIT\Methodical\casts\coverage\_il_dbgcastclass_ldloc
@@ -32916,14 +31044,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToBoolean2.cmd_4281]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean2\ConvertToBoolean2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_dbgval_ctor.cmd_4282]
 RelativePath=JIT\Methodical\Invoke\ctor\_dbgval_ctor\_dbgval_ctor.cmd
 WorkingDir=JIT\Methodical\Invoke\ctor\_dbgval_ctor
@@ -32988,14 +31108,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal8.cmd_4290]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal8\ConvertToDecimal8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1103.cmd_4291]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1103\Generated1103\Generated1103.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1103\Generated1103
@@ -33300,22 +31412,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeCodeSingle.cmd_4330]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeSingle\TypeCodeSingle.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeSingle
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[StringComparisonOrdinalIgnoreCase.cmd_4331]
-RelativePath=CoreMangLib\cti\system\stringcomparison\StringComparisonOrdinalIgnoreCase\StringComparisonOrdinalIgnoreCase.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparison\StringComparisonOrdinalIgnoreCase
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [waitallex9a.cmd_4332]
 RelativePath=baseservices\threading\waithandle\waitall\waitallex9a\waitallex9a.cmd
 WorkingDir=baseservices\threading\waithandle\waitall\waitallex9a
@@ -33612,14 +31708,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend14.cmd_4369]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend14\StringBuilderAppend14.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend14
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_Simpletest4.cmd_4370]
 RelativePath=JIT\Methodical\stringintern\_Simpletest4\_Simpletest4.cmd
 WorkingDir=JIT\Methodical\stringintern\_Simpletest4
@@ -33716,14 +31804,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesHideBySig.cmd_4382]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesHideBySig\MethodAttributesHideBySig.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesHideBySig
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b40006.cmd_4383]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b40006\b40006\b40006.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b40006\b40006
@@ -33828,14 +31908,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[CallingConventionsVarArgs.cmd_4396]
-RelativePath=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsVarArgs\CallingConventionsVarArgs.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsVarArgs
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated685.cmd_4397]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest685\Generated685\Generated685.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest685\Generated685
@@ -33900,14 +31972,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDouble8.cmd_4405]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble8\ConvertToDouble8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ExternalException.cmd_4406]
 RelativePath=baseservices\exceptions\regressions\V1\SEH\VJ\ExternalException\ExternalException.cmd
 WorkingDir=baseservices\exceptions\regressions\V1\SEH\VJ\ExternalException
@@ -33916,22 +31980,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1;GCSTRESS_EXCLUDE
 HostStyle=0
 
-[ConvertToString6.cmd_4407]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString6\ConvertToString6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[InvalidCastExceptionctor1.cmd_4408]
-RelativePath=CoreMangLib\cti\system\invalidcastexception\InvalidCastExceptionctor1\InvalidCastExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\invalidcastexception\InvalidCastExceptionctor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [i4div_cs_d.cmd_4409]
 RelativePath=JIT\Methodical\divrem\div\i4div_cs_d\i4div_cs_d.cmd
 WorkingDir=JIT\Methodical\divrem\div\i4div_cs_d
@@ -34220,14 +32268,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetPreamble.cmd_4446]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetPreamble\EncodingGetPreamble.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetPreamble
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Xor1.cmd_4447]
 RelativePath=JIT\CodeGenBringUpTests\Xor1_ro\Xor1_ro.cmd
 WorkingDir=JIT\CodeGenBringUpTests\Xor1_ro
@@ -34316,14 +32356,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend8.cmd_4459]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend8\StringBuilderAppend8.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b18049.cmd_4460]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1.2-M01\b18049\b18049\b18049.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1.2-M01\b18049\b18049
@@ -34332,14 +32364,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSByte.cmd_4461]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte\ConvertToSByte.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [JTrueLtFP.cmd_4462]
 RelativePath=JIT\CodeGenBringUpTests\JTrueLtFP_ro\JTrueLtFP_ro.cmd
 WorkingDir=JIT\CodeGenBringUpTests\JTrueLtFP_ro
@@ -34412,14 +32436,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDouble13.cmd_4471]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble13\ConvertToDouble13.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble13
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [StringCopyTo.cmd_4472]
 RelativePath=CoreMangLib\cti\system\string\StringCopyTo\StringCopyTo.cmd
 WorkingDir=CoreMangLib\cti\system\string\StringCopyTo
@@ -34556,14 +32572,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesPublic.cmd_4490]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPublic\MethodAttributesPublic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPublic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b71093.cmd_4492]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b71093\b71093\b71093.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b71093\b71093
@@ -34716,14 +32724,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ParameterAttributesOptional.cmd_4512]
-RelativePath=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesOptional\ParameterAttributesOptional.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesOptional
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated632.cmd_4513]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest632\Generated632\Generated632.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest632\Generated632
@@ -34740,14 +32740,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble15.cmd_4516]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble15\ConvertToDouble15.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble15
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [loopstrswitchgoto_d.cmd_4517]
 RelativePath=JIT\Methodical\eh\deadcode\loopstrswitchgoto_d\loopstrswitchgoto_d.cmd
 WorkingDir=JIT\Methodical\eh\deadcode\loopstrswitchgoto_d
@@ -34772,14 +32764,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16.cmd_4521]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16\ConvertToInt16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Base02a_seq_ser.cmd_4522]
 RelativePath=Loader\classloader\generics\Layout\General\Base02a_seq_ser\Base02a_seq_ser.cmd
 WorkingDir=Loader\classloader\generics\Layout\General\Base02a_seq_ser
@@ -34916,14 +32900,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ObjectDisposedExceptionObjectName.cmd_4539]
-RelativePath=CoreMangLib\cti\system\objectdisposedexception\ObjectDisposedExceptionObjectName\ObjectDisposedExceptionObjectName.cmd
-WorkingDir=CoreMangLib\cti\system\objectdisposedexception\ObjectDisposedExceptionObjectName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [castclass-interface016.cmd_4540]
 RelativePath=JIT\jit64\valuetypes\nullable\castclass\interface\castclass-interface016\castclass-interface016.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\castclass\interface\castclass-interface016
@@ -34932,14 +32908,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt3211.cmd_4541]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3211\ConvertToUInt3211.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3211
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [fault.cmd_4542]
 RelativePath=baseservices\exceptions\simple\fault\fault.cmd
 WorkingDir=baseservices\exceptions\simple\fault
@@ -35252,22 +33220,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertFromBase64String.cmd_4584]
-RelativePath=CoreMangLib\cti\system\convert\ConvertFromBase64String\ConvertFromBase64String.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertFromBase64String
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[PredicateInvoke.cmd_4585]
-RelativePath=CoreMangLib\cti\system\predicate\PredicateInvoke\PredicateInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\predicate\PredicateInvoke
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1076.cmd_4586]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1076\Generated1076\Generated1076.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1076\Generated1076
@@ -35540,14 +33492,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesFinal.cmd_4620]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFinal\MethodAttributesFinal.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFinal
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [overlddiv_cs_r.cmd_4621]
 RelativePath=JIT\Methodical\divrem\div\overlddiv_cs_r\overlddiv_cs_r.cmd
 WorkingDir=JIT\Methodical\divrem\div\overlddiv_cs_r
@@ -35580,14 +33524,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAttributesTemporary.cmd_4626]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesTemporary\FileAttributesTemporary.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesTemporary
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_relisinst_newobj.cmd_4627]
 RelativePath=JIT\Methodical\casts\coverage\_relisinst_newobj\_relisinst_newobj.cmd
 WorkingDir=JIT\Methodical\casts\coverage\_relisinst_newobj
@@ -35868,14 +33804,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesStatic.cmd_4664]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesStatic\MethodAttributesStatic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesStatic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [SingleIsInfinity.cmd_4665]
 RelativePath=CoreMangLib\cti\system\single\SingleIsInfinity\SingleIsInfinity.cmd
 WorkingDir=CoreMangLib\cti\system\single\SingleIsInfinity
@@ -36212,14 +34140,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt324.cmd_4708]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt324\ConvertToUInt324.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt324
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [semaphoreopenneg2.cmd_4709]
 RelativePath=baseservices\threading\semaphore\ctoropen\semaphoreopenneg2\semaphoreopenneg2.cmd
 WorkingDir=baseservices\threading\semaphore\ctoropen\semaphoreopenneg2
@@ -36380,14 +34300,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[SeekOriginBegin.cmd_4729]
-RelativePath=CoreMangLib\cti\system\io\seekorigin\SeekOriginBegin\SeekOriginBegin.cmd
-WorkingDir=CoreMangLib\cti\system\io\seekorigin\SeekOriginBegin
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [box-unbox-null011.cmd_4730]
 RelativePath=JIT\jit64\valuetypes\nullable\box-unbox\null\box-unbox-null011\box-unbox-null011.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\box-unbox\null\box-unbox-null011
@@ -36404,14 +34316,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[DivideByZeroExceptionCtor.cmd_4732]
-RelativePath=CoreMangLib\cti\system\dividebyzeroexception\DivideByZeroExceptionCtor\DivideByZeroExceptionCtor.cmd
-WorkingDir=CoreMangLib\cti\system\dividebyzeroexception\DivideByZeroExceptionCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_opt_relrotarg_double.cmd_4733]
 RelativePath=JIT\Methodical\explicit\rotate\_opt_relrotarg_double\_opt_relrotarg_double.cmd
 WorkingDir=JIT\Methodical\explicit\rotate\_opt_relrotarg_double
@@ -36796,14 +34700,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPopi.cmd_4783]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi\StackBehaviourPopi.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesLdloc_1.cmd_4784]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_1\OpCodesLdloc_1.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_1
@@ -36868,14 +34764,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_FAIL;10635;EXCLUDED;REQUIRES_SOURCES
 HostStyle=0
 
-[FieldAttributesFamANDAssem.cmd_4792]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFamANDAssem\FieldAttributesFamANDAssem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFamANDAssem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [box-unbox-null022.cmd_4793]
 RelativePath=JIT\jit64\valuetypes\nullable\box-unbox\null\box-unbox-null022\box-unbox-null022.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\box-unbox\null\box-unbox-null022
@@ -37124,14 +35012,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MemberAccessExceptionCtor2.cmd_4824]
-RelativePath=CoreMangLib\cti\system\memberaccessexception\MemberAccessExceptionCtor2\MemberAccessExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\memberaccessexception\MemberAccessExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_opt_relrefarg_c.cmd_4825]
 RelativePath=JIT\Methodical\explicit\basic\_opt_relrefarg_c\_opt_relrefarg_c.cmd
 WorkingDir=JIT\Methodical\explicit\basic\_opt_relrefarg_c
@@ -37260,14 +35140,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte2.cmd_4841]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte2\ConvertToSByte2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgcatchfault_jmp.cmd_4842]
 RelativePath=JIT\Methodical\Invoke\SEH\_il_dbgcatchfault_jmp\_il_dbgcatchfault_jmp.cmd
 WorkingDir=JIT\Methodical\Invoke\SEH\_il_dbgcatchfault_jmp
@@ -37388,14 +35260,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[TypeAttributesNestedAssembly.cmd_4858]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedAssembly\TypeAttributesNestedAssembly.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedAssembly
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [bestfit.cmd_4859]
 RelativePath=GC\Features\HeapExpansion\bestfit\bestfit.cmd
 WorkingDir=GC\Features\HeapExpansion\bestfit
@@ -37620,14 +35484,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString29.cmd_4888]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString29\ConvertToString29.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString29
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ArrayMD1.cmd_4889]
 RelativePath=JIT\CodeGenBringUpTests\ArrayMD1_ro\ArrayMD1_ro.cmd
 WorkingDir=JIT\CodeGenBringUpTests\ArrayMD1_ro
@@ -37660,14 +35516,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt6416.cmd_4894]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6416\ConvertToUInt6416.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6416
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b77950.cmd_4895]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b77950\b77950\b77950.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b77950\b77950
@@ -37940,14 +35788,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAttributesCompressed.cmd_4929]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesCompressed\FileAttributesCompressed.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesCompressed
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_146.cmd_4931]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_146\GCSimulator_146.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_146
@@ -38332,14 +36172,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToByte4.cmd_4981]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte4\ConvertToByte4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesLdind_U1.cmd_4982]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U1\OpCodesLdind_U1.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U1
@@ -38636,14 +36468,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetMaxCharCount.cmd_5020]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetMaxCharCount\EncodingGetMaxCharCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetMaxCharCount
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [seq_double_1_d.cmd_5021]
 RelativePath=JIT\Methodical\explicit\coverage\seq_double_1_d\seq_double_1_d.cmd
 WorkingDir=JIT\Methodical\explicit\coverage\seq_double_1_d
@@ -38652,14 +36476,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetBytes2.cmd_5022]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetBytes2\EncodingGetBytes2.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetBytes2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [arrayexpr2_r_loop.cmd_5023]
 RelativePath=JIT\jit64\opt\cse\arrayexpr2_r_loop\arrayexpr2_r_loop.cmd
 WorkingDir=JIT\jit64\opt\cse\arrayexpr2_r_loop
@@ -38764,14 +36580,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesPublic.cmd_5037]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesPublic\TypeAttributesPublic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesPublic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [bne_s.cmd_5038]
 RelativePath=JIT\IL_Conformance\Old\Base\bne_s\bne_s.cmd
 WorkingDir=JIT\IL_Conformance\Old\Base\bne_s
@@ -38876,14 +36684,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToChar11.cmd_5051]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar11\ConvertToChar11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar11
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [HelloWorld.cmd_5052]
 RelativePath=Loader\classloader\TSAmbiguities\CollapsedMethods\InterfaceImplementation\HelloWorld\HelloWorld.cmd
 WorkingDir=Loader\classloader\TSAmbiguities\CollapsedMethods\InterfaceImplementation\HelloWorld
@@ -38916,14 +36716,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_FAIL;2451;EXCLUDED;RVA_STATIC;Pri1
 HostStyle=0
 
-[CallingConventionsExplicitThis.cmd_5056]
-RelativePath=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsExplicitThis\CallingConventionsExplicitThis.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsExplicitThis
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [overflow01_sub.cmd_5057]
 RelativePath=JIT\jit64\rtchecks\overflow\overflow01_sub\overflow01_sub.cmd
 WorkingDir=JIT\jit64\rtchecks\overflow\overflow01_sub
@@ -39084,14 +36876,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16_16.cmd_5078]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_16\ConvertToInt16_16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [DecimalCtor2.cmd_5079]
 RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor2\DecimalCtor2.cmd
 WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor2
@@ -39188,14 +36972,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[PackingSizeSize32.cmd_5093]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize32\PackingSizeSize32.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize32
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Delegate026.cmd_5094]
 RelativePath=JIT\Generics\Instantiation\delegates\Delegate026\Delegate026.cmd
 WorkingDir=JIT\Generics\Instantiation\delegates\Delegate026
@@ -39380,14 +37156,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt1618.cmd_5118]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1618\ConvertToUInt1618.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1618
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [fact.cmd_5119]
 RelativePath=JIT\opt\Inline\tests\fact\fact.cmd
 WorkingDir=JIT\opt\Inline\tests\fact
@@ -39420,14 +37188,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt16.cmd_5123]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt16\ConvertToUInt16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [div_u4.cmd_5124]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\div_u4\div_u4.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\div_u4
@@ -39772,14 +37532,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPopi_popi_popi.cmd_5167]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popi_popi\StackBehaviourPopi_popi_popi.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popi_popi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [UInt64IConvertibleToUInt16.cmd_5168]
 RelativePath=CoreMangLib\cti\system\uint64\UInt64IConvertibleToUInt16\UInt64IConvertibleToUInt16.cmd
 WorkingDir=CoreMangLib\cti\system\uint64\UInt64IConvertibleToUInt16
@@ -39892,14 +37644,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32.cmd_5183]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32\ConvertToInt32.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbghanoi.cmd_5184]
 RelativePath=JIT\Methodical\VT\etc\_il_dbghanoi\_il_dbghanoi.cmd
 WorkingDir=JIT\Methodical\VT\etc\_il_dbghanoi
@@ -39908,14 +37652,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[NotSupportedExceptionCtor3.cmd_5185]
-RelativePath=CoreMangLib\cti\system\notsupportedexception\NotSupportedExceptionCtor3\NotSupportedExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\notsupportedexception\NotSupportedExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Float_Xor_Op_cs_d.cmd_5186]
 RelativePath=JIT\Directed\cmov\Float_Xor_Op_cs_d\Float_Xor_Op_cs_d.cmd
 WorkingDir=JIT\Directed\cmov\Float_Xor_Op_cs_d
@@ -39972,14 +37708,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString14.cmd_5193]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString14\ConvertToString14.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString14
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [switch11.cmd_5194]
 RelativePath=JIT\Methodical\switch\switch11\switch11.cmd
 WorkingDir=JIT\Methodical\switch\switch11
@@ -40284,14 +38012,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt3216.cmd_5233]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3216\ConvertToUInt3216.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3216
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated692.cmd_5234]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest692\Generated692\Generated692.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest692\Generated692
@@ -40756,14 +38476,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PredicateBeginInvoke.cmd_5295]
-RelativePath=CoreMangLib\cti\system\predicate\PredicateBeginInvoke\PredicateBeginInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\predicate\PredicateBeginInvoke
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [NullCheckAssertion2.cmd_5296]
 RelativePath=JIT\opt\AssertionPropagation\NullCheckAssertion2\NullCheckAssertion2.cmd
 WorkingDir=JIT\opt\AssertionPropagation\NullCheckAssertion2
@@ -41284,22 +38996,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeCodeBoolean.cmd_5362]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeBoolean\TypeCodeBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeBoolean
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[EncodingUTF8.cmd_5363]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingUTF8\EncodingUTF8.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingUTF8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Alloc.cmd_5364]
 RelativePath=GC\API\GCHandle\Alloc\Alloc.cmd
 WorkingDir=GC\API\GCHandle\Alloc
@@ -41308,14 +39004,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderReplace3.cmd_5365]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace3\StringBuilderReplace3.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated776.cmd_5366]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest776\Generated776\Generated776.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest776\Generated776
@@ -41364,14 +39052,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetEncoding2.cmd_5372]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetEncoding2\EncodingGetEncoding2.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetEncoding2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [TypeParameter012.cmd_5373]
 RelativePath=baseservices\exceptions\generics\TypeParameter012\TypeParameter012.cmd
 WorkingDir=baseservices\exceptions\generics\TypeParameter012
@@ -41460,14 +39140,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16_3.cmd_5384]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_3\ConvertToInt16_3.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b04583.cmd_5385]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M10\b04583\b04583\b04583.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M10\b04583\b04583
@@ -41572,14 +39244,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend17.cmd_5398]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend17\StringBuilderAppend17.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend17
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b07704.cmd_5399]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M10\b07704\b07704\b07704.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M10\b07704\b07704
@@ -41716,14 +39380,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[InvalidProgramExceptionctor3.cmd_5416]
-RelativePath=CoreMangLib\cti\system\invalidprogramexception\InvalidProgramExceptionctor3\InvalidProgramExceptionctor3.cmd
-WorkingDir=CoreMangLib\cti\system\invalidprogramexception\InvalidProgramExceptionctor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Inline_Many.cmd_5417]
 RelativePath=JIT\opt\Inline\tests\Inline_Many\Inline_Many.cmd
 WorkingDir=JIT\opt\Inline\tests\Inline_Many
@@ -41988,14 +39644,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[NotImplementedExceptionCtor3.cmd_5450]
-RelativePath=CoreMangLib\cti\system\notimplementedexception\NotImplementedExceptionCtor3\NotImplementedExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\notimplementedexception\NotImplementedExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_dbgbox.cmd_5451]
 RelativePath=JIT\Methodical\int64\misc\_dbgbox\_dbgbox.cmd
 WorkingDir=JIT\Methodical\int64\misc\_dbgbox
@@ -42004,14 +39652,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileShareWrite.cmd_5452]
-RelativePath=CoreMangLib\cti\system\io\fileshare\FileShareWrite\FileShareWrite.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileshare\FileShareWrite
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b56149.cmd_5453]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b56149\b56149\b56149.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b56149\b56149
@@ -42268,14 +39908,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt64_7.cmd_5488]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_7\ConvertToInt64_7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [prefldinit1_il_r.cmd_5489]
 RelativePath=JIT\Methodical\cctor\simple\prefldinit1_il_r\prefldinit1_il_r.cmd
 WorkingDir=JIT\Methodical\cctor\simple\prefldinit1_il_r
@@ -42404,14 +40036,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ParameterAttributesIn.cmd_5505]
-RelativePath=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesIn\ParameterAttributesIn.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesIn
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Int16Equals2.cmd_5506]
 RelativePath=CoreMangLib\cti\system\int16\Int16Equals2\Int16Equals2.cmd
 WorkingDir=CoreMangLib\cti\system\int16\Int16Equals2
@@ -42524,14 +40148,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPopref_popi_pop1.cmd_5521]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_pop1\StackBehaviourPopref_popi_pop1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_pop1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [tailcall.cmd_5522]
 RelativePath=JIT\Directed\tailcall\tailcall\tailcall.cmd
 WorkingDir=JIT\Directed\tailcall\tailcall
@@ -42652,14 +40268,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[AssemblyNameFlagsNone.cmd_5537]
-RelativePath=CoreMangLib\cti\system\reflection\assemblynameflags\AssemblyNameFlagsNone\AssemblyNameFlagsNone.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblynameflags\AssemblyNameFlagsNone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [case12.cmd_5538]
 RelativePath=Loader\classloader\explicitlayout\objrefandnonobjrefoverlap\case12\case12.cmd
 WorkingDir=Loader\classloader\explicitlayout\objrefandnonobjrefoverlap\case12
@@ -42820,14 +40428,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt6410.cmd_5558]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6410\ConvertToUInt6410.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6410
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [DevDiv_142976.cmd_5559]
 RelativePath=JIT\Regression\JitBlue\DevDiv_142976\DevDiv_142976\DevDiv_142976.cmd
 WorkingDir=JIT\Regression\JitBlue\DevDiv_142976\DevDiv_142976
@@ -43164,14 +40764,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt32_6.cmd_5603]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_6\ConvertToInt32_6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgvalftn.cmd_5604]
 RelativePath=JIT\Methodical\Invoke\fptr\_il_dbgvalftn\_il_dbgvalftn.cmd
 WorkingDir=JIT\Methodical\Invoke\fptr\_il_dbgvalftn
@@ -43268,14 +40860,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MemberAccessExceptionCtor1.cmd_5617]
-RelativePath=CoreMangLib\cti\system\memberaccessexception\MemberAccessExceptionCtor1\MemberAccessExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\memberaccessexception\MemberAccessExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated552.cmd_5618]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest552\Generated552\Generated552.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest552\Generated552
@@ -43372,14 +40956,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OperandTypeShortInlineR.cmd_5630]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineR\OperandTypeShortInlineR.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineR
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated20.cmd_5631]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest20\Generated20\Generated20.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest20\Generated20
@@ -43500,14 +41076,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt644.cmd_5647]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt644\ConvertToUInt644.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt644
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated480.cmd_5648]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest480\Generated480\Generated480.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest480\Generated480
@@ -43700,14 +41268,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSByte16.cmd_5676]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte16\ConvertToSByte16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated37.cmd_5677]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest37\Generated37\Generated37.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest37\Generated37
@@ -44108,14 +41668,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OperandTypeShortInlineVar.cmd_5731]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineVar\OperandTypeShortInlineVar.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineVar
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated639.cmd_5732]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest639\Generated639\Generated639.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest639\Generated639
@@ -44468,14 +42020,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PropertyAttributesRTSpecialName.cmd_5778]
-RelativePath=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesRTSpecialName\PropertyAttributesRTSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesRTSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [AssemblyDefaultAliasAttribute.cmd_5779]
 RelativePath=CoreMangLib\cti\system\reflection\assemblydefaultaliasattribute\AssemblyDefaultAliasAttribute\AssemblyDefaultAliasAttribute.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\assemblydefaultaliasattribute\AssemblyDefaultAliasAttribute
@@ -44516,14 +42060,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OutOfMemoryExceptionCtor2.cmd_5784]
-RelativePath=CoreMangLib\cti\system\outofmemoryexception\OutOfMemoryExceptionCtor2\OutOfMemoryExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\outofmemoryexception\OutOfMemoryExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relldelema.cmd_5785]
 RelativePath=JIT\Methodical\xxobj\operand\_il_relldelema\_il_relldelema.cmd
 WorkingDir=JIT\Methodical\xxobj\operand\_il_relldelema
@@ -44556,14 +42092,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ActionInvoke.cmd_5789]
-RelativePath=CoreMangLib\cti\system\action\ActionInvoke\ActionInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\action\ActionInvoke
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b16935.cmd_5790]
 RelativePath=JIT\Regression\CLR-x86-EJIT\V1-M09.5-PDC\b16935\b16935\b16935.cmd
 WorkingDir=JIT\Regression\CLR-x86-EJIT\V1-M09.5-PDC\b16935\b16935
@@ -44572,14 +42100,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt32_4.cmd_5791]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_4\ConvertToInt32_4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1118.cmd_5792]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1118\Generated1118\Generated1118.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1118\Generated1118
@@ -44620,14 +42140,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OpCodeTypePrimitive.cmd_5797]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypePrimitive\OpCodeTypePrimitive.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypePrimitive
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesClt.cmd_5798]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesClt\OpCodesClt.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesClt
@@ -44796,14 +42308,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPopref.cmd_5819]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref\StackBehaviourPopref.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1054.cmd_5820]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1054\Generated1054\Generated1054.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1054\Generated1054
@@ -44876,14 +42380,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString11.cmd_5829]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString11\ConvertToString11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString11
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [DoubleIConvertibleToDateTime.cmd_5830]
 RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToDateTime\DoubleIConvertibleToDateTime.cmd
 WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToDateTime
@@ -45020,14 +42516,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderctor2.cmd_5847]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor2\StringBuilderctor2.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated432.cmd_5848]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest432\Generated432\Generated432.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest432\Generated432
@@ -45172,14 +42660,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSByte9.cmd_5867]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte9\ConvertToSByte9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte9
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b31289.cmd_5868]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b31289\b31289\b31289.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b31289\b31289
@@ -45236,14 +42716,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[endofstreamexceptionctor2_PSC.cmd_5875]
-RelativePath=CoreMangLib\cti\system\io\endofstreamexception\endofstreamexceptionctor2_PSC\endofstreamexceptionctor2_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\endofstreamexception\endofstreamexceptionctor2_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Case2.cmd_5876]
 RelativePath=Loader\classloader\v1\M10\Acceptance\Case2\Case2.cmd
 WorkingDir=Loader\classloader\v1\M10\Acceptance\Case2
@@ -45252,14 +42724,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OpCodeTypeMacro.cmd_5877]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypeMacro\OpCodeTypeMacro.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypeMacro
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Ldind_ro.cmd_5878]
 RelativePath=JIT\SIMD\Ldind_ro\Ldind_ro.cmd
 WorkingDir=JIT\SIMD\Ldind_ro
@@ -45380,14 +42844,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt643.cmd_5894]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt643\ConvertToUInt643.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt643
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [CharIsLetterOrDigit1.cmd_5895]
 RelativePath=CoreMangLib\cti\system\char\CharIsLetterOrDigit1\CharIsLetterOrDigit1.cmd
 WorkingDir=CoreMangLib\cti\system\char\CharIsLetterOrDigit1
@@ -45492,14 +42948,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ParameterAttributesRetval.cmd_5908]
-RelativePath=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesRetval\ParameterAttributesRetval.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesRetval
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated178.cmd_5909]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest178\Generated178\Generated178.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest178\Generated178
@@ -45572,14 +43020,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPopi_pop1.cmd_5918]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_pop1\StackBehaviourPopi_pop1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_pop1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated798.cmd_5919]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest798\Generated798\Generated798.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest798\Generated798
@@ -45628,14 +43068,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToByte1.cmd_5925]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte1\ConvertToByte1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [UInt32IConvertibleToBoolean.cmd_5926]
 RelativePath=CoreMangLib\cti\system\uint32\UInt32IConvertibleToBoolean\UInt32IConvertibleToBoolean.cmd
 WorkingDir=CoreMangLib\cti\system\uint32\UInt32IConvertibleToBoolean
@@ -45916,14 +43348,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString17.cmd_5961]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString17\ConvertToString17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString17
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [25param2a_cs_d.cmd_5962]
 RelativePath=JIT\Methodical\Invoke\25params\25param2a_cs_d\25param2a_cs_d.cmd
 WorkingDir=JIT\Methodical\Invoke\25params\25param2a_cs_d
@@ -45932,14 +43356,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[DivideByZeroExceptionCtor2.cmd_5963]
-RelativePath=CoreMangLib\cti\system\dividebyzeroexception\DivideByZeroExceptionCtor2\DivideByZeroExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\dividebyzeroexception\DivideByZeroExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [classic_d.cmd_5964]
 RelativePath=JIT\Methodical\nonvirtualcall\classic_d\classic_d.cmd
 WorkingDir=JIT\Methodical\nonvirtualcall\classic_d
@@ -45956,14 +43372,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToBoolean8.cmd_5966]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean8\ConvertToBoolean8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b130333.cmd_5967]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1.1-M1-Beta1\b130333\b130333\b130333.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1.1-M1-Beta1\b130333\b130333
@@ -46004,14 +43412,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OperandTypeShortInlineI.cmd_5973]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineI\OperandTypeShortInlineI.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineI
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ctest1_cs_do.cmd_5974]
 RelativePath=JIT\opt\virtualstubdispatch\hashcode\ctest1_cs_do\ctest1_cs_do.cmd
 WorkingDir=JIT\opt\virtualstubdispatch\hashcode\ctest1_cs_do
@@ -46244,14 +43644,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OperandTypeInlineI.cmd_6004]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineI\OperandTypeInlineI.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineI
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [TypeHasElementTypeImpl.cmd_6005]
 RelativePath=CoreMangLib\cti\system\type\TypeHasElementTypeImpl\TypeHasElementTypeImpl.cmd
 WorkingDir=CoreMangLib\cti\system\type\TypeHasElementTypeImpl
@@ -46324,14 +43716,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesClass.cmd_6014]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesClass\TypeAttributesClass.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesClass
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [objectusedonlyinhandler.cmd_6015]
 RelativePath=JIT\jit64\regress\ndpw\14888\objectusedonlyinhandler\objectusedonlyinhandler.cmd
 WorkingDir=JIT\jit64\regress\ndpw\14888\objectusedonlyinhandler
@@ -46500,14 +43884,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDouble16.cmd_6038]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble16\ConvertToDouble16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b12053.cmd_6039]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b12053\b12053\b12053.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b12053\b12053
@@ -46732,14 +44108,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodImplAttributesCodeTypeMask.cmd_6069]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesCodeTypeMask\MethodImplAttributesCodeTypeMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesCodeTypeMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b35348.cmd_6070]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b35348\b35348\b35348.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b35348\b35348
@@ -46860,22 +44228,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[TypeCodeDateTime.cmd_6087]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeDateTime\TypeCodeDateTime.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeDateTime
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[ConvertToInt64_17.cmd_6088]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_17\ConvertToInt64_17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_17
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b08109.cmd_6089]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M10\b08109\b08109\b08109.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M10\b08109\b08109
@@ -46988,14 +44340,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPop0.cmd_6103]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPop0\StackBehaviourPop0.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPop0
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [class2_il_r.cmd_6104]
 RelativePath=JIT\Generics\ConstrainedCall\class2_il_r\class2_il_r.cmd
 WorkingDir=JIT\Generics\ConstrainedCall\class2_il_r
@@ -47012,14 +44356,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt1617.cmd_6106]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1617\ConvertToUInt1617.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1617
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [CctorOpenFile.cmd_6107]
 RelativePath=Loader\classloader\TypeInitialization\CctorsWithSideEffects\CctorOpenFile\CctorOpenFile.cmd
 WorkingDir=Loader\classloader\TypeInitialization\CctorsWithSideEffects\CctorOpenFile
@@ -47060,14 +44396,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal17.cmd_6112]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal17\ConvertToDecimal17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal17
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [try1_r.cmd_6114]
 RelativePath=JIT\Directed\leave\try1_r\try1_r.cmd
 WorkingDir=JIT\Directed\leave\try1_r
@@ -47612,14 +44940,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PackingSizeSize128.cmd_6188]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize128\PackingSizeSize128.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize128
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [method003.cmd_6189]
 RelativePath=Loader\classloader\generics\GenericMethods\method003\method003.cmd
 WorkingDir=Loader\classloader\generics\GenericMethods\method003
@@ -47788,14 +45108,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ComparisonEndInvoke.cmd_6211]
-RelativePath=CoreMangLib\cti\system\comparison\ComparisonEndInvoke\ComparisonEndInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\comparison\ComparisonEndInvoke
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_324.cmd_6212]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_324\GCSimulator_324.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_324
@@ -48052,14 +45364,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAttributesOffline.cmd_6246]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesOffline\FileAttributesOffline.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesOffline
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [CharIConvertibleToBoolean.cmd_6247]
 RelativePath=CoreMangLib\cti\system\char\CharIConvertibleToBoolean\CharIConvertibleToBoolean.cmd
 WorkingDir=CoreMangLib\cti\system\char\CharIConvertibleToBoolean
@@ -48076,14 +45380,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt167.cmd_6249]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt167\ConvertToUInt167.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt167
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgconv_i8_u.cmd_6252]
 RelativePath=JIT\Methodical\ELEMENT_TYPE_IU\_il_dbgconv_i8_u\_il_dbgconv_i8_u.cmd
 WorkingDir=JIT\Methodical\ELEMENT_TYPE_IU\_il_dbgconv_i8_u
@@ -48332,14 +45628,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetHashCode.cmd_6286]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetHashCode\UTF8EncodingGetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetHashCode
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [box-unbox024.cmd_6287]
 RelativePath=JIT\jit64\valuetypes\nullable\box-unbox\box-unbox\box-unbox024\box-unbox024.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\box-unbox\box-unbox\box-unbox024
@@ -48364,14 +45652,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt64_8.cmd_6290]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_8\ConvertToInt64_8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [r8rem_cs_do.cmd_6291]
 RelativePath=JIT\Methodical\divrem\rem\r8rem_cs_do\r8rem_cs_do.cmd
 WorkingDir=JIT\Methodical\divrem\rem\r8rem_cs_do
@@ -48556,22 +45836,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeCodeEmpty.cmd_6314]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeEmpty\TypeCodeEmpty.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeEmpty
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[FlowControlMeta.cmd_6315]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlMeta\FlowControlMeta.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlMeta
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b44297.cmd_6316]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M11-Beta1\b44297\b44297\b44297.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M11-Beta1\b44297\b44297
@@ -48700,14 +45964,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetEncoder.cmd_6334]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetEncoder\EncodingGetEncoder.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetEncoder
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [EnterExit13.cmd_6335]
 RelativePath=baseservices\threading\generics\Monitor\EnterExit13\EnterExit13.cmd
 WorkingDir=baseservices\threading\generics\Monitor\EnterExit13
@@ -48804,14 +46060,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_8.cmd_6347]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_8\ConvertToInt16_8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [cgt_r8.cmd_6348]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\cgt_r8\cgt_r8.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\cgt_r8
@@ -48844,14 +46092,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StackBehaviourPopref_popi_popr4.cmd_6352]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popr4\StackBehaviourPopref_popi_popr4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popr4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b81938.cmd_6354]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b81938\b81938\b81938.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b81938\b81938
@@ -48900,14 +46140,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[DecoderReset.cmd_6362]
-RelativePath=CoreMangLib\cti\system\text\decoder\DecoderReset\DecoderReset.cmd
-WorkingDir=CoreMangLib\cti\system\text\decoder\DecoderReset
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [bestfit_1.cmd_6363]
 RelativePath=GC\Features\HeapExpansion\bestfit_1\bestfit_1.cmd
 WorkingDir=GC\Features\HeapExpansion\bestfit_1
@@ -48956,14 +46188,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[IndexOutOfRangeExceptionctor1.cmd_6369]
-RelativePath=CoreMangLib\cti\system\indexoutofrangeexception\IndexOutOfRangeExceptionctor1\IndexOutOfRangeExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\indexoutofrangeexception\IndexOutOfRangeExceptionctor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [mcc_i71.cmd_6370]
 RelativePath=JIT\jit64\mcc\interop\mcc_i71\mcc_i71.cmd
 WorkingDir=JIT\jit64\mcc\interop\mcc_i71
@@ -49188,14 +46412,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[InvalidOperationExceptionctor1.cmd_6399]
-RelativePath=CoreMangLib\cti\system\invalidoperationexception\InvalidOperationExceptionctor1\InvalidOperationExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\invalidoperationexception\InvalidOperationExceptionctor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b29456.cmd_6400]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b29456\b29456\b29456.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b29456\b29456
@@ -49260,14 +46476,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringComparerGetType.cmd_6408]
-RelativePath=CoreMangLib\cti\system\stringcomparer\StringComparerGetType\StringComparerGetType.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparer\StringComparerGetType
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b47886.cmd_6409]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b47886\b47886\b47886.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b47886\b47886
@@ -49300,14 +46508,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSingle17.cmd_6413]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSingle17\ConvertToSingle17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSingle17
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b58690.cmd_6414]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b58690\b58690\b58690.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b58690\b58690
@@ -49388,14 +46588,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[InvalidOperationExceptionctor3.cmd_6424]
-RelativePath=CoreMangLib\cti\system\invalidoperationexception\InvalidOperationExceptionctor3\InvalidOperationExceptionctor3.cmd
-WorkingDir=CoreMangLib\cti\system\invalidoperationexception\InvalidOperationExceptionctor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesInitblk.cmd_6425]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesInitblk\OpCodesInitblk.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesInitblk
@@ -49452,14 +46644,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[NotImplementedExceptionCtor2.cmd_6432]
-RelativePath=CoreMangLib\cti\system\notimplementedexception\NotImplementedExceptionCtor2\NotImplementedExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\notimplementedexception\NotImplementedExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [unboxnullable_r.cmd_6433]
 RelativePath=JIT\Directed\nullabletypes\unboxnullable_r\unboxnullable_r.cmd
 WorkingDir=JIT\Directed\nullabletypes\unboxnullable_r
@@ -49596,14 +46780,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UTF8EncodingGetPreamble.cmd_6450]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetPreamble\UTF8EncodingGetPreamble.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetPreamble
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [precise2_cs_do.cmd_6451]
 RelativePath=JIT\Methodical\cctor\simple\precise2_cs_do\precise2_cs_do.cmd
 WorkingDir=JIT\Methodical\cctor\simple\precise2_cs_do
@@ -49772,14 +46948,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderctor3.cmd_6472]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor3\StringBuilderctor3.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ldc_ret_i.cmd_6473]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\ldc_ret_i\ldc_ret_i.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\ldc_ret_i
@@ -49900,14 +47068,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar7.cmd_6488]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar7\ConvertToChar7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated448.cmd_6489]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest448\Generated448\Generated448.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest448\Generated448
@@ -49924,14 +47084,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PackingSizeSize1.cmd_6491]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize1\PackingSizeSize1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b610750.cmd_6492]
 RelativePath=JIT\Regression\CLR-x86-JIT\v2.1\b610750\b610750\b610750.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\v2.1\b610750\b610750
@@ -49940,14 +47092,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderCapacity.cmd_6493]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderCapacity\StringBuilderCapacity.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderCapacity
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b61640.cmd_6494]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b61640\b61640\b61640.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b61640\b61640
@@ -50124,14 +47268,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt3219.cmd_6517]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3219\ConvertToUInt3219.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3219
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCHandleAlloc1_PSC.cmd_6518]
 RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleAlloc1_PSC\GCHandleAlloc1_PSC.cmd
 WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleAlloc1_PSC
@@ -50196,14 +47332,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[InvalidOperationExceptionctor2.cmd_6526]
-RelativePath=CoreMangLib\cti\system\invalidoperationexception\InvalidOperationExceptionctor2\InvalidOperationExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\invalidoperationexception\InvalidOperationExceptionctor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [mixed_cs_d.cmd_6527]
 RelativePath=JIT\opt\virtualstubdispatch\mixed\mixed_cs_d\mixed_cs_d.cmd
 WorkingDir=JIT\opt\virtualstubdispatch\mixed\mixed_cs_d
@@ -50468,14 +47596,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString31.cmd_6560]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString31\ConvertToString31.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString31
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [106011.cmd_6561]
 RelativePath=baseservices\exceptions\regressions\whidbeym3.3\106011\106011\106011.cmd
 WorkingDir=baseservices\exceptions\regressions\whidbeym3.3\106011\106011
@@ -50516,14 +47636,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetBytes1.cmd_6566]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetBytes1\EncodingGetBytes1.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetBytes1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_dbgexplicit4.cmd_6567]
 RelativePath=JIT\Methodical\explicit\misc\_dbgexplicit4\_dbgexplicit4.cmd
 WorkingDir=JIT\Methodical\explicit\misc\_dbgexplicit4
@@ -50628,14 +47740,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesHasSecurity.cmd_6580]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesHasSecurity\MethodAttributesHasSecurity.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesHasSecurity
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [SByteIConvertibleToDouble.cmd_6581]
 RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToDouble\SByteIConvertibleToDouble.cmd
 WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToDouble
@@ -50748,14 +47852,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingCtor1.cmd_6595]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingCtor1\EncodingCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [waitanyex6.cmd_6597]
 RelativePath=baseservices\threading\waithandle\waitany\waitanyex6\waitanyex6.cmd
 WorkingDir=baseservices\threading\waithandle\waitany\waitanyex6
@@ -50804,14 +47900,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingBigEndianUnicode.cmd_6604]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingBigEndianUnicode\EncodingBigEndianUnicode.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingBigEndianUnicode
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated674.cmd_6605]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest674\Generated674\Generated674.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest674\Generated674
@@ -50868,14 +47956,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeCodeUInt32.cmd_6612]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeUInt32\TypeCodeUInt32.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeUInt32
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ArrayReverse2.cmd_6613]
 RelativePath=CoreMangLib\cti\system\array\ArrayReverse2\ArrayReverse2.cmd
 WorkingDir=CoreMangLib\cti\system\array\ArrayReverse2
@@ -50908,14 +47988,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte7.cmd_6617]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte7\ConvertToSByte7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [MarshalAsAttributeMarshalType.cmd_6618]
 RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalType\MarshalAsAttributeMarshalType.cmd
 WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalType
@@ -51308,14 +48380,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UTF8EncodingEquals.cmd_6668]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingEquals\UTF8EncodingEquals.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingEquals
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated388.cmd_6669]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest388\Generated388\Generated388.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest388\Generated388
@@ -51428,14 +48492,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString13.cmd_6685]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString13\ConvertToString13.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString13
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [waitallex7.cmd_6686]
 RelativePath=baseservices\threading\waithandle\waitall\waitallex7\waitallex7.cmd
 WorkingDir=baseservices\threading\waithandle\waitall\waitallex7
@@ -51468,22 +48524,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString21.cmd_6690]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString21\ConvertToString21.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString21
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[FlowControlNext.cmd_6692]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlNext\FlowControlNext.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlNext
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [castclass-generics003.cmd_6693]
 RelativePath=JIT\jit64\valuetypes\nullable\castclass\generics\castclass-generics003\castclass-generics003.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\castclass\generics\castclass-generics003
@@ -51644,14 +48684,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16_7.cmd_6713]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_7\ConvertToInt16_7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relisinst_ldlen.cmd_6714]
 RelativePath=JIT\Methodical\casts\array\_il_relisinst_ldlen\_il_relisinst_ldlen.cmd
 WorkingDir=JIT\Methodical\casts\array\_il_relisinst_ldlen
@@ -51676,14 +48708,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16_11.cmd_6717]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_11\ConvertToInt16_11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_11
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated478.cmd_6718]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest478\Generated478\Generated478.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest478\Generated478
@@ -51716,14 +48740,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesSealed.cmd_6722]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSealed\TypeAttributesSealed.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSealed
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b14777.cmd_6723]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b14777\b14777\b14777.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b14777\b14777
@@ -51780,14 +48796,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt168.cmd_6731]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt168\ConvertToUInt168.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt168
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1080.cmd_6732]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1080\Generated1080\Generated1080.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1080\Generated1080
@@ -51828,14 +48836,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString7.cmd_6737]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString7\ConvertToString7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_opt_relrefarg_o.cmd_6738]
 RelativePath=JIT\Methodical\explicit\basic\_opt_relrefarg_o\_opt_relrefarg_o.cmd
 WorkingDir=JIT\Methodical\explicit\basic\_opt_relrefarg_o
@@ -51940,14 +48940,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesExplicitLayout.cmd_6751]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesExplicitLayout\TypeAttributesExplicitLayout.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesExplicitLayout
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b268908.cmd_6752]
 RelativePath=JIT\Regression\CLR-x86-JIT\V2.0-Beta2\b268908\b268908\b268908.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V2.0-Beta2\b268908\b268908
@@ -52180,14 +49172,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal9.cmd_6781]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal9\ConvertToDecimal9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal9
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b91074.cmd_6782]
 RelativePath=JIT\Regression\VS-ia64-JIT\V1.2-Beta1\b91074\b91074\b91074.cmd
 WorkingDir=JIT\Regression\VS-ia64-JIT\V1.2-Beta1\b91074\b91074
@@ -52348,14 +49332,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[InvalidCastExceptionctor2.cmd_6803]
-RelativePath=CoreMangLib\cti\system\invalidcastexception\InvalidCastExceptionctor2\InvalidCastExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\invalidcastexception\InvalidCastExceptionctor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_relinstance_il.cmd_6804]
 RelativePath=JIT\Methodical\Boxing\callconv\_relinstance_il\_relinstance_il.cmd
 WorkingDir=JIT\Methodical\Boxing\callconv\_relinstance_il
@@ -52396,14 +49372,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar12.cmd_6809]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar12\ConvertToChar12.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar12
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b33135.cmd_6810]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b33135\b33135\b33135.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b33135\b33135
@@ -52412,14 +49380,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt327.cmd_6811]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt327\ConvertToUInt327.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt327
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_speed_dbgmuldiv.cmd_6812]
 RelativePath=JIT\Methodical\int64\unsigned\_speed_dbgmuldiv\_speed_dbgmuldiv.cmd
 WorkingDir=JIT\Methodical\int64\unsigned\_speed_dbgmuldiv
@@ -52428,14 +49388,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[OperandTypeInlineVar.cmd_6813]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineVar\OperandTypeInlineVar.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineVar
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [r8_cs_r.cmd_6814]
 RelativePath=JIT\Methodical\AsgOp\r8\r8_cs_r\r8_cs_r.cmd
 WorkingDir=JIT\Methodical\AsgOp\r8\r8_cs_r
@@ -52724,14 +49676,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSByte1.cmd_6855]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte1\ConvertToSByte1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [castclass-generics026.cmd_6856]
 RelativePath=JIT\jit64\valuetypes\nullable\castclass\generics\castclass-generics026\castclass-generics026.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\castclass\generics\castclass-generics026
@@ -52788,14 +49732,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesFamORAssem.cmd_6863]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFamORAssem\FieldAttributesFamORAssem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFamORAssem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [10w5d_cs_ro.cmd_6864]
 RelativePath=JIT\Methodical\fp\exgen\10w5d_cs_ro\10w5d_cs_ro.cmd
 WorkingDir=JIT\Methodical\fp\exgen\10w5d_cs_ro
@@ -52900,14 +49836,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[FieldAttributesHasFieldRVA.cmd_6877]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesHasFieldRVA\FieldAttributesHasFieldRVA.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesHasFieldRVA
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [25param3a_cs_d.cmd_6878]
 RelativePath=JIT\Methodical\Invoke\25params\25param3a_cs_d\25param3a_cs_d.cmd
 WorkingDir=JIT\Methodical\Invoke\25params\25param3a_cs_d
@@ -53068,14 +49996,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString28.cmd_6898]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString28\ConvertToString28.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString28
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [object-pin.cmd_6899]
 RelativePath=JIT\Directed\pinning\object-pin\object-pin\object-pin.cmd
 WorkingDir=JIT\Directed\pinning\object-pin\object-pin
@@ -53108,14 +50028,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_FAIL;9462;EXCLUDED;VARARG;Pri1
 HostStyle=0
 
-[TypeCodeUInt16.cmd_6903]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeUInt16\TypeCodeUInt16.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeUInt16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [box-unbox-value013.cmd_6904]
 RelativePath=JIT\jit64\valuetypes\nullable\box-unbox\value\box-unbox-value013\box-unbox-value013.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\box-unbox\value\box-unbox-value013
@@ -53324,14 +50236,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesRTSpecialName.cmd_6933]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesRTSpecialName\FieldAttributesRTSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesRTSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [instance_passing_struct01.cmd_6934]
 RelativePath=JIT\Generics\Parameters\instance_passing_struct01\instance_passing_struct01.cmd
 WorkingDir=JIT\Generics\Parameters\instance_passing_struct01
@@ -53436,14 +50340,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetBytes1.cmd_6947]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetBytes1\UTF8EncodingGetBytes1.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetBytes1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_reli_ref.cmd_6948]
 RelativePath=JIT\Methodical\ELEMENT_TYPE_IU\_il_reli_ref\_il_reli_ref.cmd
 WorkingDir=JIT\Methodical\ELEMENT_TYPE_IU\_il_reli_ref
@@ -53468,14 +50364,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UnicodeEncodingGetChars.cmd_6951]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetChars\UnicodeEncodingGetChars.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetChars
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [tryfinallytryfinally_d.cmd_6952]
 RelativePath=JIT\Methodical\eh\basics\tryfinallytryfinally_d\tryfinallytryfinally_d.cmd
 WorkingDir=JIT\Methodical\eh\basics\tryfinallytryfinally_d
@@ -53540,14 +50428,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString33.cmd_6960]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString33\ConvertToString33.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString33
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [BugWithAVX_ro.cmd_6961]
 RelativePath=JIT\SIMD\BugWithAVX_ro\BugWithAVX_ro.cmd
 WorkingDir=JIT\SIMD\BugWithAVX_ro
@@ -53668,22 +50548,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDouble6.cmd_6977]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble6\ConvertToDouble6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[TextWriterNull_PSC.cmd_6978]
-RelativePath=CoreMangLib\cti\system\io\textwriter\TextWriterNull_PSC\TextWriterNull_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\textwriter\TextWriterNull_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [tryfinally_r.cmd_6979]
 RelativePath=JIT\Methodical\eh\basics\tryfinally_r\tryfinally_r.cmd
 WorkingDir=JIT\Methodical\eh\basics\tryfinally_r
@@ -53836,14 +50700,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesRTSpecialName.cmd_6998]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesRTSpecialName\TypeAttributesRTSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesRTSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [stloc_r8.cmd_6999]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\stloc_r8\stloc_r8.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\stloc_r8
@@ -53924,14 +50780,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString30.cmd_7012]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString30\ConvertToString30.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString30
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b25491.cmd_7013]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b25491\b25491\b25491.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b25491\b25491
@@ -54028,14 +50876,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16_5.cmd_7025]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_5\ConvertToInt16_5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [eh12_large.cmd_7026]
 RelativePath=JIT\jit64\localloc\ehverify\eh12_large\eh12_large.cmd
 WorkingDir=JIT\jit64\localloc\ehverify\eh12_large
@@ -54108,14 +50948,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderctor6.cmd_7035]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor6\StringBuilderctor6.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b28597.cmd_7036]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b28597\b28597\b28597.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b28597\b28597
@@ -54284,14 +51116,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderCapacity_cti.cmd_7057]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderCapacity_cti\StringBuilderCapacity_cti.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderCapacity_cti
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [call03_small.cmd_7058]
 RelativePath=JIT\jit64\localloc\call\call03_small\call03_small.cmd
 WorkingDir=JIT\jit64\localloc\call\call03_small
@@ -54324,14 +51148,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt647.cmd_7062]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt647\ConvertToUInt647.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt647
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesLdc_I4_1.cmd_7064]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_1\OpCodesLdc_I4_1.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_1
@@ -54340,14 +51156,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSByte10.cmd_7067]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte10\ConvertToSByte10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte10
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b10940b.cmd_7068]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b10940\b10940b\b10940b.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b10940\b10940b
@@ -54412,14 +51220,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToByte3.cmd_7076]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte3\ConvertToByte3.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [InterfaceInheritanceTest2.cmd_7077]
 RelativePath=Loader\classloader\generics\Variance\IL\InterfaceInheritanceTest2\InterfaceInheritanceTest2.cmd
 WorkingDir=Loader\classloader\generics\Variance\IL\InterfaceInheritanceTest2
@@ -54628,14 +51428,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetDecoder.cmd_7104]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetDecoder\EncodingGetDecoder.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetDecoder
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [L-2-5-3.cmd_7105]
 RelativePath=Loader\classloader\v1\Beta1\Layout\Matrix\cs\L-2-5-3\L-2-5-3.cmd
 WorkingDir=Loader\classloader\v1\Beta1\Layout\Matrix\cs\L-2-5-3
@@ -54652,14 +51444,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend10.cmd_7107]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend10\StringBuilderAppend10.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend10
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Call_instance01_ro.cmd_7108]
 RelativePath=JIT\Generics\Constraints\Call_instance01_ro\Call_instance01_ro.cmd
 WorkingDir=JIT\Generics\Constraints\Call_instance01_ro
@@ -54668,14 +51452,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OutOfMemoryExceptionCtor1.cmd_7109]
-RelativePath=CoreMangLib\cti\system\outofmemoryexception\OutOfMemoryExceptionCtor1\OutOfMemoryExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\outofmemoryexception\OutOfMemoryExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated509.cmd_7110]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest509\Generated509\Generated509.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest509\Generated509
@@ -54876,14 +51652,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPopref_pop1.cmd_7135]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_pop1\StackBehaviourPopref_pop1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_pop1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [StringComparerCtor.cmd_7137]
 RelativePath=CoreMangLib\cti\system\stringcompare\StringComparerCtor\StringComparerCtor.cmd
 WorkingDir=CoreMangLib\cti\system\stringcompare\StringComparerCtor
@@ -54900,14 +51668,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodImplAttributesIL.cmd_7139]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesIL\MethodImplAttributesIL.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesIL
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b02062.cmd_7140]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M10\b02062\b02062\b02062.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M10\b02062\b02062
@@ -54924,14 +51684,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesFamANDAssem.cmd_7142]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFamANDAssem\MethodAttributesFamANDAssem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFamANDAssem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b59782.cmd_7143]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b59782\b59782\b59782.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b59782\b59782
@@ -54972,14 +51724,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString32.cmd_7148]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString32\ConvertToString32.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString32
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated949.cmd_7149]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest949\Generated949\Generated949.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest949\Generated949
@@ -55164,14 +51908,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAttributesReadOnly.cmd_7173]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesReadOnly\FileAttributesReadOnly.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesReadOnly
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated235.cmd_7174]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest235\Generated235\Generated235.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest235\Generated235
@@ -55492,14 +52228,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[InvalidCastExceptionctor3.cmd_7216]
-RelativePath=CoreMangLib\cti\system\invalidcastexception\InvalidCastExceptionctor3\InvalidCastExceptionctor3.cmd
-WorkingDir=CoreMangLib\cti\system\invalidcastexception\InvalidCastExceptionctor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [VectorHWAccel_ro.cmd_7217]
 RelativePath=JIT\SIMD\VectorHWAccel_ro\VectorHWAccel_ro.cmd
 WorkingDir=JIT\SIMD\VectorHWAccel_ro
@@ -55932,14 +52660,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PackingSize4.cmd_7273]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSize4\PackingSize4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSize4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ref2byref_il_r.cmd_7274]
 RelativePath=JIT\Directed\refbyref\ref2byref_il_r\ref2byref_il_r.cmd
 WorkingDir=JIT\Directed\refbyref\ref2byref_il_r
@@ -56428,22 +53148,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[MethodAttributesNewSlot.cmd_7338]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesNewSlot\MethodAttributesNewSlot.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesNewSlot
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[FileModeCreate.cmd_7339]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeCreate\FileModeCreate.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeCreate
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_dbgbinop.cmd_7340]
 RelativePath=JIT\Methodical\int64\misc\_dbgbinop\_dbgbinop.cmd
 WorkingDir=JIT\Methodical\int64\misc\_dbgbinop
@@ -57332,14 +54036,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal12.cmd_7455]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal12\ConvertToDecimal12.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal12
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ThreadStartString_3.cmd_7456]
 RelativePath=baseservices\threading\paramthreadstart\ThreadStartString_3\ThreadStartString_3.cmd
 WorkingDir=baseservices\threading\paramthreadstart\ThreadStartString_3
@@ -57412,14 +54108,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ComparisonInvoke.cmd_7465]
-RelativePath=CoreMangLib\cti\system\comparison\ComparisonInvoke\ComparisonInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\comparison\ComparisonInvoke
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [init_int64.cmd_7466]
 RelativePath=JIT\Directed\zeroinit\init_int64\init_int64.cmd
 WorkingDir=JIT\Directed\zeroinit\init_int64
@@ -57524,14 +54212,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16_18.cmd_7480]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_18\ConvertToInt16_18.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_18
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgrotarg_valref.cmd_7481]
 RelativePath=JIT\Methodical\explicit\rotate\_il_dbgrotarg_valref\_il_dbgrotarg_valref.cmd
 WorkingDir=JIT\Methodical\explicit\rotate\_il_dbgrotarg_valref
@@ -57556,14 +54236,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesBeforeFieldInit.cmd_7484]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesBeforeFieldInit\TypeAttributesBeforeFieldInit.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesBeforeFieldInit
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [TestCase5.cmd_7485]
 RelativePath=Loader\classloader\InterfaceFolding\TestCase5\TestCase5.cmd
 WorkingDir=Loader\classloader\InterfaceFolding\TestCase5
@@ -57964,14 +54636,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend5.cmd_7540]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend5\StringBuilderAppend5.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [MathFCosh.cmd_7541]
 RelativePath=CoreMangLib\cti\system\mathf\MathFCosh\MathFCosh.cmd
 WorkingDir=CoreMangLib\cti\system\mathf\MathFCosh
@@ -58148,14 +54812,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString4.cmd_7566]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString4\ConvertToString4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ConstToString.cmd_7567]
 RelativePath=JIT\Regression\CLR-x86-JIT\v2.1\DDB\b121938\ConstToString\ConstToString.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\v2.1\DDB\b121938\ConstToString
@@ -58220,14 +54876,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FlowControlCond_Branch.cmd_7575]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlCond_Branch\FlowControlCond_Branch.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlCond_Branch
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [cond64_il_r.cmd_7576]
 RelativePath=JIT\Methodical\NaN\cond64_il_r\cond64_il_r.cmd
 WorkingDir=JIT\Methodical\NaN\cond64_il_r
@@ -58236,14 +54884,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16_1.cmd_7577]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_1\ConvertToInt16_1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [r8NaNdiv_cs_r.cmd_7578]
 RelativePath=JIT\Methodical\NaN\r8NaNdiv_cs_r\r8NaNdiv_cs_r.cmd
 WorkingDir=JIT\Methodical\NaN\r8NaNdiv_cs_r
@@ -58356,14 +54996,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPopref_popi_popref.cmd_7592]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popref\StackBehaviourPopref_popi_popref.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popref
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b147816.cmd_7593]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-QFE\b147816\b147816\b147816.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-QFE\b147816\b147816
@@ -58700,14 +55332,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodImplAttributesNative.cmd_7635]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesNative\MethodImplAttributesNative.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesNative
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [call01_small.cmd_7636]
 RelativePath=JIT\Methodical\localloc\call\call01_small\call01_small.cmd
 WorkingDir=JIT\Methodical\localloc\call\call01_small
@@ -59100,14 +55724,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OutOfMemoryExceptionCtor3.cmd_7687]
-RelativePath=CoreMangLib\cti\system\outofmemoryexception\OutOfMemoryExceptionCtor3\OutOfMemoryExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\outofmemoryexception\OutOfMemoryExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [SByteIConvertibleToInt16.cmd_7689]
 RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt16\SByteIConvertibleToInt16.cmd
 WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt16
@@ -59204,14 +55820,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetCharCount1.cmd_7701]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetCharCount1\EncodingGetCharCount1.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetCharCount1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b12487.cmd_7702]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b12487\b12487\b12487.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b12487\b12487
@@ -59508,14 +56116,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingWebName.cmd_7740]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingWebName\EncodingWebName.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingWebName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [TestCase3_Nested_I.cmd_7741]
 RelativePath=Loader\classloader\InterfaceFolding\TestCase3_Nested_I\TestCase3_Nested_I.cmd
 WorkingDir=Loader\classloader\InterfaceFolding\TestCase3_Nested_I
@@ -59572,22 +56172,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodImplAttributesInternalCall.cmd_7748]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesInternalCall\MethodImplAttributesInternalCall.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesInternalCall
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[ConvertToInt64_18.cmd_7749]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_18\ConvertToInt64_18.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_18
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ldc_sub_ovf_i1.cmd_7751]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\ldc_sub_ovf_i1\ldc_sub_ovf_i1.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\ldc_sub_ovf_i1
@@ -59644,14 +56228,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OperandTypeInlineTok.cmd_7759]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineTok\OperandTypeInlineTok.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineTok
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [conv_ovf.cmd_7760]
 RelativePath=JIT\IL_Conformance\Old\Base\conv_ovf\conv_ovf.cmd
 WorkingDir=JIT\IL_Conformance\Old\Base\conv_ovf
@@ -59820,14 +56396,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAccessRead.cmd_7782]
-RelativePath=CoreMangLib\cti\system\io\fileaccess\FileAccessRead\FileAccessRead.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileaccess\FileAccessRead
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [simple.cmd_7783]
 RelativePath=JIT\opt\Devirtualization\simple\simple.cmd
 WorkingDir=JIT\opt\Devirtualization\simple
@@ -60148,14 +56716,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[MethodAttributesPrivateScope.cmd_7823]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPrivateScope\MethodAttributesPrivateScope.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPrivateScope
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b76511.cmd_7824]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b76511\b76511\b76511.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b76511\b76511
@@ -60180,14 +56740,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ArgumentExceptionCtor1.cmd_7827]
-RelativePath=CoreMangLib\cti\system\argumentexception\ArgumentExceptionCtor1\ArgumentExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\argumentexception\ArgumentExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgrefarg_box_f8.cmd_7828]
 RelativePath=JIT\Methodical\explicit\misc\_il_dbgrefarg_box_f8\_il_dbgrefarg_box_f8.cmd
 WorkingDir=JIT\Methodical\explicit\misc\_il_dbgrefarg_box_f8
@@ -60260,14 +56812,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StackBehaviourPushr8.cmd_7837]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushr8\StackBehaviourPushr8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushr8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated49.cmd_7838]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest49\Generated49\Generated49.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest49\Generated49
@@ -60308,14 +56852,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt6413.cmd_7843]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6413\ConvertToUInt6413.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6413
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [NestedStruct04.cmd_7844]
 RelativePath=Loader\classloader\generics\Instantiation\Positive\NestedStruct04\NestedStruct04.cmd
 WorkingDir=Loader\classloader\generics\Instantiation\Positive\NestedStruct04
@@ -60348,14 +56884,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[RankExceptionCtor3.cmd_7848]
-RelativePath=CoreMangLib\cti\system\rankexception\RankExceptionCtor3\RankExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\rankexception\RankExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b17023.cmd_7849]
 RelativePath=JIT\Regression\VS-ia64-JIT\V1.2-M02\b17023\b17023\b17023.cmd
 WorkingDir=JIT\Regression\VS-ia64-JIT\V1.2-M02\b17023\b17023
@@ -60428,14 +56956,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16_10.cmd_7858]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_10\ConvertToInt16_10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_10
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [test.cmd_7860]
 RelativePath=JIT\jit64\regress\phoenix\62322\test\test.cmd
 WorkingDir=JIT\jit64\regress\phoenix\62322\test
@@ -60492,14 +57012,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodImplAttributesUnmanaged.cmd_7867]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesUnmanaged\MethodImplAttributesUnmanaged.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesUnmanaged
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated744.cmd_7868]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest744\Generated744\Generated744.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest744\Generated744
@@ -60572,14 +57084,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToChar14.cmd_7877]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar14\ConvertToChar14.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar14
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1020.cmd_7878]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1020\Generated1020\Generated1020.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1020\Generated1020
@@ -60908,14 +57412,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesAnsiClass.cmd_7920]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAnsiClass\TypeAttributesAnsiClass.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAnsiClass
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ThreadStartOperations.cmd_7921]
 RelativePath=baseservices\threading\paramthreadstart\ThreadStartOperations\ThreadStartOperations.cmd
 WorkingDir=baseservices\threading\paramthreadstart\ThreadStartOperations
@@ -61156,14 +57652,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesStringFormatMask.cmd_7952]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesStringFormatMask\TypeAttributesStringFormatMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesStringFormatMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesLdc_I4.cmd_7953]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4\OpCodesLdc_I4.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4
@@ -61188,22 +57676,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString9.cmd_7956]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString9\ConvertToString9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString9
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[ConvertToUInt6411.cmd_7957]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6411\ConvertToUInt6411.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6411
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [5w1d-06_cs_do.cmd_7958]
 RelativePath=JIT\Methodical\fp\exgen\5w1d-06_cs_do\5w1d-06_cs_do.cmd
 WorkingDir=JIT\Methodical\fp\exgen\5w1d-06_cs_do
@@ -61276,14 +57748,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[MethodAttributesPinvokeImpl.cmd_7967]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPinvokeImpl\MethodAttributesPinvokeImpl.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPinvokeImpl
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b70909.cmd_7968]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b70909\b70909\b70909.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b70909\b70909
@@ -61396,14 +57860,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ActionCtor.cmd_7984]
-RelativePath=CoreMangLib\cti\system\action\ActionCtor\ActionCtor.cmd
-WorkingDir=CoreMangLib\cti\system\action\ActionCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated590.cmd_7985]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest590\Generated590\Generated590.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest590\Generated590
@@ -61548,14 +58004,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UTF8EncodingCtor2.cmd_8003]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingCtor2\UTF8EncodingCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [static_passing_struct01.cmd_8004]
 RelativePath=JIT\Generics\Parameters\static_passing_struct01\static_passing_struct01.cmd
 WorkingDir=JIT\Generics\Parameters\static_passing_struct01
@@ -61700,14 +58148,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OperandTypeInlineR.cmd_8022]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineR\OperandTypeInlineR.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineR
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [UnmanagedType.cmd_8023]
 RelativePath=CoreMangLib\cti\system\runtime\interopservices\unmanagedtype\UnmanagedType\UnmanagedType.cmd
 WorkingDir=CoreMangLib\cti\system\runtime\interopservices\unmanagedtype\UnmanagedType
@@ -61772,14 +58212,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesUnicodeClass.cmd_8032]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesUnicodeClass\TypeAttributesUnicodeClass.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesUnicodeClass
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relhuge_gcref.cmd_8033]
 RelativePath=JIT\Methodical\VT\port\_il_relhuge_gcref\_il_relhuge_gcref.cmd
 WorkingDir=JIT\Methodical\VT\port\_il_relhuge_gcref
@@ -61788,14 +58220,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt3218.cmd_8034]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3218\ConvertToUInt3218.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3218
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ArrayIListset_item.cmd_8035]
 RelativePath=CoreMangLib\cti\system\array\ArrayIListset_item\ArrayIListset_item.cmd
 WorkingDir=CoreMangLib\cti\system\array\ArrayIListset_item
@@ -62036,14 +58460,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPopi_popr8.cmd_8066]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popr8\StackBehaviourPopi_popr8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popr8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [arrayexpr2_r.cmd_8068]
 RelativePath=JIT\jit64\opt\cse\arrayexpr2_r\arrayexpr2_r.cmd
 WorkingDir=JIT\jit64\opt\cse\arrayexpr2_r
@@ -62060,14 +58476,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringComparisonCurrentCultureIgnoreCase.cmd_8070]
-RelativePath=CoreMangLib\cti\system\stringcomparison\StringComparisonCurrentCultureIgnoreCase\StringComparisonCurrentCultureIgnoreCase.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparison\StringComparisonCurrentCultureIgnoreCase
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [osr001.cmd_8071]
 RelativePath=JIT\jit64\opt\osr\osr001\osr001.cmd
 WorkingDir=JIT\jit64\opt\osr\osr001
@@ -62252,14 +58660,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPopref_popi_popi.cmd_8094]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popi\StackBehaviourPopref_popi_popi.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [callstatic.cmd_8095]
 RelativePath=JIT\IL_Conformance\Old\objectmodel\callstatic\callstatic.cmd
 WorkingDir=JIT\IL_Conformance\Old\objectmodel\callstatic
@@ -62500,14 +58900,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt16_2.cmd_8125]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_2\ConvertToInt16_2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_dbgmuldiv.cmd_8126]
 RelativePath=JIT\Methodical\int64\unsigned\_dbgmuldiv\_dbgmuldiv.cmd
 WorkingDir=JIT\Methodical\int64\unsigned\_dbgmuldiv
@@ -62596,14 +58988,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSingle15.cmd_8137]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSingle15\ConvertToSingle15.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSingle15
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [box-unbox-interface008.cmd_8138]
 RelativePath=JIT\jit64\valuetypes\nullable\box-unbox\interface\box-unbox-interface008\box-unbox-interface008.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\box-unbox\interface\box-unbox-interface008
@@ -62644,14 +59028,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ParameterAttributesHasDefault.cmd_8143]
-RelativePath=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesHasDefault\ParameterAttributesHasDefault.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesHasDefault
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relldsfld_mulovf.cmd_8144]
 RelativePath=JIT\Methodical\int64\unsigned\_il_relldsfld_mulovf\_il_relldsfld_mulovf.cmd
 WorkingDir=JIT\Methodical\int64\unsigned\_il_relldsfld_mulovf
@@ -62676,14 +59052,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[CallingConventionsAny.cmd_8147]
-RelativePath=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsAny\CallingConventionsAny.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsAny
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [overldrem_cs_ro.cmd_8148]
 RelativePath=JIT\Methodical\divrem\rem\overldrem_cs_ro\overldrem_cs_ro.cmd
 WorkingDir=JIT\Methodical\divrem\rem\overldrem_cs_ro
@@ -62788,14 +59156,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeCodeDouble.cmd_8161]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeDouble\TypeCodeDouble.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeDouble
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_367.cmd_8162]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_367\GCSimulator_367.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_367
@@ -62804,14 +59164,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString5.cmd_8163]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString5\ConvertToString5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_reltest_virt.cmd_8164]
 RelativePath=JIT\Methodical\tailcall\_il_reltest_virt\_il_reltest_virt.cmd
 WorkingDir=JIT\Methodical\tailcall\_il_reltest_virt
@@ -62820,14 +59172,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[TypeAttributesVisibilityMask.cmd_8165]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesVisibilityMask\TypeAttributesVisibilityMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesVisibilityMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b54006.cmd_8166]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b54006\b54006\b54006.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b54006\b54006
@@ -62892,14 +59236,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[InvalidProgramExceptionctor1.cmd_8175]
-RelativePath=CoreMangLib\cti\system\invalidprogramexception\InvalidProgramExceptionctor1\InvalidProgramExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\invalidprogramexception\InvalidProgramExceptionctor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [200176.cmd_8176]
 RelativePath=baseservices\threading\regressions\whidbey_m3\200176\200176.cmd
 WorkingDir=baseservices\threading\regressions\whidbey_m3\200176
@@ -62972,14 +59308,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeCodeSByte.cmd_8186]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeSByte\TypeCodeSByte.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeSByte
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesStind_I.cmd_8187]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I\OpCodesStind_I.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I
@@ -63012,14 +59340,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetCharCount.cmd_8191]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetCharCount\EncodingGetCharCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetCharCount
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1101.cmd_8192]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1101\Generated1101\Generated1101.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1101\Generated1101
@@ -63092,14 +59412,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt32_7.cmd_8201]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_7\ConvertToInt32_7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [test.cmd_8202]
 RelativePath=Loader\classloader\regressions\101904\test\test.cmd
 WorkingDir=Loader\classloader\regressions\101904\test
@@ -63124,14 +59436,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString20.cmd_8205]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString20\ConvertToString20.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString20
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [exec3.cmd_8206]
 RelativePath=Loader\classloader\nesting\coreclr\exec3\exec3.cmd
 WorkingDir=Loader\classloader\nesting\coreclr\exec3
@@ -63268,14 +59572,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetChars3.cmd_8223]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetChars3\EncodingGetChars3.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetChars3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated254.cmd_8224]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest254\Generated254\Generated254.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest254\Generated254
@@ -63348,14 +59644,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingConvert2.cmd_8233]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingConvert2\EncodingConvert2.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingConvert2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [sustainedlowlatency_race_reverse.cmd_8234]
 RelativePath=GC\Features\SustainedLowLatency\sustainedlowlatency_race_reverse\sustainedlowlatency_race_reverse.cmd
 WorkingDir=GC\Features\SustainedLowLatency\sustainedlowlatency_race_reverse
@@ -63364,14 +59652,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileModeEnum.cmd_8235]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeEnum\FileModeEnum.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeEnum
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1417.cmd_8236]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1417\Generated1417\Generated1417.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1417\Generated1417
@@ -63468,14 +59748,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend9.cmd_8249]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend9\StringBuilderAppend9.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend9
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [eh08_dynamic.cmd_8250]
 RelativePath=JIT\jit64\localloc\ehverify\eh08_dynamic\eh08_dynamic.cmd
 WorkingDir=JIT\jit64\localloc\ehverify\eh08_dynamic
@@ -63532,14 +59804,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend6.cmd_8257]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend6\StringBuilderAppend6.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [conv_ovf_u4_i4.cmd_8258]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\conv_ovf_u4_i4\conv_ovf_u4_i4.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\conv_ovf_u4_i4
@@ -63628,14 +59892,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderctor5.cmd_8269]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor5\StringBuilderctor5.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relu_qsort1.cmd_8270]
 RelativePath=JIT\Methodical\ELEMENT_TYPE_IU\_il_relu_qsort1\_il_relu_qsort1.cmd
 WorkingDir=JIT\Methodical\ELEMENT_TYPE_IU\_il_relu_qsort1
@@ -63660,14 +59916,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ArrayTypeMismatchExceptionctor2.cmd_8273]
-RelativePath=CoreMangLib\cti\system\arraytypemismatchexception\ArrayTypeMismatchExceptionctor2\ArrayTypeMismatchExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\arraytypemismatchexception\ArrayTypeMismatchExceptionctor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_reldeep_inst.cmd_8274]
 RelativePath=JIT\Methodical\tailcall\_il_reldeep_inst\_il_reldeep_inst.cmd
 WorkingDir=JIT\Methodical\tailcall\_il_reldeep_inst
@@ -63900,14 +60148,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString2.cmd_8304]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString2\ConvertToString2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgtest_3b.cmd_8305]
 RelativePath=JIT\Methodical\tailcall\_il_dbgtest_3b\_il_dbgtest_3b.cmd
 WorkingDir=JIT\Methodical\tailcall\_il_dbgtest_3b
@@ -63940,14 +60180,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesRTSpecialName.cmd_8309]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesRTSpecialName\MethodAttributesRTSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesRTSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [MathExp.cmd_8310]
 RelativePath=CoreMangLib\cti\system\math\MathExp\MathExp.cmd
 WorkingDir=CoreMangLib\cti\system\math\MathExp
@@ -64004,14 +60236,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingClone.cmd_8317]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingClone\EncodingClone.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingClone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [LotsOfInlines.cmd_8318]
 RelativePath=JIT\opt\Inline\tests\LotsOfInlines\LotsOfInlines.cmd
 WorkingDir=JIT\opt\Inline\tests\LotsOfInlines
@@ -64052,14 +60276,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_3.cmd_8323]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_3\ConvertToInt32_3.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [loopstrswitchgoto_do.cmd_8324]
 RelativePath=JIT\Methodical\eh\deadcode\loopstrswitchgoto_do\loopstrswitchgoto_do.cmd
 WorkingDir=JIT\Methodical\eh\deadcode\loopstrswitchgoto_do
@@ -64124,14 +60340,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt164.cmd_8332]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt164\ConvertToUInt164.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt164
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated300.cmd_8333]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest300\Generated300\Generated300.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest300\Generated300
@@ -64180,14 +60388,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesAutoLayout.cmd_8339]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAutoLayout\TypeAttributesAutoLayout.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAutoLayout
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated459.cmd_8340]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest459\Generated459\Generated459.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest459\Generated459
@@ -64316,14 +60516,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[InvalidProgramExceptionctor2.cmd_8356]
-RelativePath=CoreMangLib\cti\system\invalidprogramexception\InvalidProgramExceptionctor2\InvalidProgramExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\invalidprogramexception\InvalidProgramExceptionctor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_416.cmd_8357]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_416\GCSimulator_416.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_416
@@ -64364,14 +60556,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[TypeCodeObject.cmd_8362]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeObject\TypeCodeObject.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeObject
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [alloca3.cmd_8363]
 RelativePath=JIT\jit64\gc\misc\alloca3\alloca3.cmd
 WorkingDir=JIT\jit64\gc\misc\alloca3
@@ -64556,14 +60740,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_2.cmd_8387]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_2\ConvertToInt64_2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated449.cmd_8388]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest449\Generated449\Generated449.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest449\Generated449
@@ -64644,14 +60820,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderInsert.cmd_8399]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderInsert\StringBuilderInsert.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderInsert
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [waitanyex1.cmd_8400]
 RelativePath=baseservices\threading\waithandle\waitany\waitanyex1\waitanyex1.cmd
 WorkingDir=baseservices\threading\waithandle\waitany\waitanyex1
@@ -65140,14 +61308,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesInitOnly.cmd_8464]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesInitOnly\FieldAttributesInitOnly.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesInitOnly
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [bestfit-threaded.cmd_8465]
 RelativePath=GC\Features\HeapExpansion\bestfit-threaded\bestfit-threaded.cmd
 WorkingDir=GC\Features\HeapExpansion\bestfit-threaded
@@ -65156,14 +61316,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSingle16.cmd_8466]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSingle16\ConvertToSingle16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSingle16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Box_Unbox.cmd_8467]
 RelativePath=JIT\Directed\PREFIX\unaligned\4\Box_Unbox\Box_Unbox.cmd
 WorkingDir=JIT\Directed\PREFIX\unaligned\4\Box_Unbox
@@ -65820,14 +61972,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt6415.cmd_8550]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6415\ConvertToUInt6415.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6415
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [DoublePositiveInfinity.cmd_8551]
 RelativePath=CoreMangLib\cti\system\double\DoublePositiveInfinity\DoublePositiveInfinity.cmd
 WorkingDir=CoreMangLib\cti\system\double\DoublePositiveInfinity
@@ -65884,14 +62028,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesUnmanagedExport.cmd_8559]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesUnmanagedExport\MethodAttributesUnmanagedExport.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesUnmanagedExport
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Case1.cmd_8560]
 RelativePath=Loader\classloader\regressions\dev10_813331\Case1\Case1.cmd
 WorkingDir=Loader\classloader\regressions\dev10_813331\Case1
@@ -66132,14 +62268,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[SeekOriginEnum.cmd_8590]
-RelativePath=CoreMangLib\cti\system\io\seekorigin\SeekOriginEnum\SeekOriginEnum.cmd
-WorkingDir=CoreMangLib\cti\system\io\seekorigin\SeekOriginEnum
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_speed_dbgunsafe-3.cmd_8591]
 RelativePath=JIT\Methodical\unsafecsharp\_speed_dbgunsafe-3\_speed_dbgunsafe-3.cmd
 WorkingDir=JIT\Methodical\unsafecsharp\_speed_dbgunsafe-3
@@ -66228,14 +62356,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToBoolean.cmd_8602]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean\ConvertToBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [date.cmd_8604]
 RelativePath=Regressions\coreclr\0069\date\date.cmd
 WorkingDir=Regressions\coreclr\0069\date
@@ -66356,14 +62476,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt64_4.cmd_8619]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_4\ConvertToInt64_4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesStloc.cmd_8620]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc\OpCodesStloc.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc
@@ -66412,14 +62524,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend3.cmd_8626]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend3\StringBuilderAppend3.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated200.cmd_8627]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest200\Generated200\Generated200.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest200\Generated200
@@ -66476,14 +62580,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UnicodeEncodingGetDecoder.cmd_8635]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetDecoder\UnicodeEncodingGetDecoder.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetDecoder
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b80738.cmd_8636]
 RelativePath=JIT\Regression\VS-ia64-JIT\M00\b80738\b80738\b80738.cmd
 WorkingDir=JIT\Regression\VS-ia64-JIT\M00\b80738\b80738
@@ -66500,14 +62596,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttribytesNotPublic.cmd_8638]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttribytesNotPublic\TypeAttribytesNotPublic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttribytesNotPublic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b31763.cmd_8639]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b31763\b31763\b31763.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b31763\b31763
@@ -66532,14 +62620,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetBytes3.cmd_8642]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetBytes3\EncodingGetBytes3.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetBytes3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [MathMin4.cmd_8643]
 RelativePath=CoreMangLib\cti\system\math\MathMin4\MathMin4.cmd
 WorkingDir=CoreMangLib\cti\system\math\MathMin4
@@ -66580,14 +62660,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UTF8EncodingGetString.cmd_8650]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetString\UTF8EncodingGetString.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetString
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [try-catch-struct02.cmd_8651]
 RelativePath=baseservices\exceptions\generics\try-catch-struct02\try-catch-struct02.cmd
 WorkingDir=baseservices\exceptions\generics\try-catch-struct02
@@ -66644,14 +62716,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSByte6.cmd_8658]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte6\ConvertToSByte6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [struct1_5.cmd_8659]
 RelativePath=JIT\jit64\gc\misc\struct1_5\struct1_5.cmd
 WorkingDir=JIT\jit64\gc\misc\struct1_5
@@ -66788,14 +62852,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString15.cmd_8676]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString15\ConvertToString15.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString15
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [StringJoin.cmd_8677]
 RelativePath=CoreMangLib\cti\system\string\StringJoin\StringJoin.cmd
 WorkingDir=CoreMangLib\cti\system\string\StringJoin
@@ -66812,14 +62868,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ParameterAttributesNone.cmd_8679]
-RelativePath=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesNone\ParameterAttributesNone.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesNone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_25.cmd_8680]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_25\GCSimulator_25.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_25
@@ -66964,14 +63012,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UTF8EncodingCtor.cmd_8698]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingCtor\UTF8EncodingCtor.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated12.cmd_8699]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest12\Generated12\Generated12.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest12\Generated12
@@ -67236,14 +63276,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TimeoutExceptionCtor2.cmd_8735]
-RelativePath=CoreMangLib\cti\system\timeoutexception\TimeoutExceptionCtor2\TimeoutExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\timeoutexception\TimeoutExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1240.cmd_8736]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1240\Generated1240\Generated1240.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1240\Generated1240
@@ -67348,14 +63380,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble5.cmd_8750]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble5\ConvertToDouble5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1443.cmd_8751]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1443\Generated1443\Generated1443.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1443\Generated1443
@@ -67484,14 +63508,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAccessEnum.cmd_8769]
-RelativePath=CoreMangLib\cti\system\io\fileaccess\FileAccessEnum\FileAccessEnum.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileaccess\FileAccessEnum
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ArrayBinarySearch3b.cmd_8770]
 RelativePath=CoreMangLib\cti\system\array\ArrayBinarySearch3b\ArrayBinarySearch3b.cmd
 WorkingDir=CoreMangLib\cti\system\array\ArrayBinarySearch3b
@@ -67548,14 +63564,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[TypeAttributesSpecialName.cmd_8779]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSpecialName\TypeAttributesSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [finalizenested.cmd_8780]
 RelativePath=GC\Features\Finalizer\finalizeother\finalizenested\finalizenested.cmd
 WorkingDir=GC\Features\Finalizer\finalizeother\finalizenested
@@ -67612,14 +63620,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourVarpop.cmd_8787]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourVarpop\StackBehaviourVarpop.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourVarpop
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [structfp1_5.cmd_8788]
 RelativePath=JIT\jit64\gc\misc\structfp1_5\structfp1_5.cmd
 WorkingDir=JIT\jit64\gc\misc\structfp1_5
@@ -67716,14 +63716,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt645.cmd_8800]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt645\ConvertToUInt645.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt645
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_383.cmd_8801]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_383\GCSimulator_383.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_383
@@ -67804,14 +63796,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[DecoderCtor.cmd_8812]
-RelativePath=CoreMangLib\cti\system\text\decoder\DecoderCtor\DecoderCtor.cmd
-WorkingDir=CoreMangLib\cti\system\text\decoder\DecoderCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [semaphoreopenneg7.cmd_8813]
 RelativePath=baseservices\threading\semaphore\ctoropen\semaphoreopenneg7\semaphoreopenneg7.cmd
 WorkingDir=baseservices\threading\semaphore\ctoropen\semaphoreopenneg7
@@ -67908,14 +63892,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UnicodeEncodingGetString.cmd_8827]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetString\UnicodeEncodingGetString.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetString
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [box-unbox-value025.cmd_8828]
 RelativePath=JIT\jit64\valuetypes\nullable\box-unbox\value\box-unbox-value025\box-unbox-value025.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\box-unbox\value\box-unbox-value025
@@ -67964,14 +63940,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderLength.cmd_8835]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderLength\StringBuilderLength.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderLength
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [array_tests.cmd_8836]
 RelativePath=JIT\IL_Conformance\Old\objectmodel\array_tests\array_tests.cmd
 WorkingDir=JIT\IL_Conformance\Old\objectmodel\array_tests
@@ -68100,14 +64068,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString22.cmd_8852]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString22\ConvertToString22.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString22
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [loop2_cs_d.cmd_8853]
 RelativePath=JIT\Directed\UnrollLoop\loop2_cs_d\loop2_cs_d.cmd
 WorkingDir=JIT\Directed\UnrollLoop\loop2_cs_d
@@ -68196,14 +64156,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderLength_cti.cmd_8864]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderLength_cti\StringBuilderLength_cti.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderLength_cti
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [vsw307137.cmd_8865]
 RelativePath=Loader\classloader\regressions\307137\vsw307137\vsw307137.cmd
 WorkingDir=Loader\classloader\regressions\307137\vsw307137
@@ -68268,22 +64220,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend19.cmd_8873]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend19\StringBuilderAppend19.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend19
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[ConvertToUInt328.cmd_8874]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt328\ConvertToUInt328.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt328
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [castclassenum_r.cmd_8875]
 RelativePath=JIT\Directed\nullabletypes\castclassenum_r\castclassenum_r.cmd
 WorkingDir=JIT\Directed\nullabletypes\castclassenum_r
@@ -68380,14 +64316,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[EventAttributesSpecialName.cmd_8887]
-RelativePath=CoreMangLib\cti\system\reflection\eventattributes\EventAttributesSpecialName\EventAttributesSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\eventattributes\EventAttributesSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [overflow03_sub.cmd_8888]
 RelativePath=JIT\jit64\rtchecks\overflow\overflow03_sub\overflow03_sub.cmd
 WorkingDir=JIT\jit64\rtchecks\overflow\overflow03_sub
@@ -68460,14 +64388,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ObjectDisposedExceptionMessage.cmd_8897]
-RelativePath=CoreMangLib\cti\system\objectdisposedexception\ObjectDisposedExceptionMessage\ObjectDisposedExceptionMessage.cmd
-WorkingDir=CoreMangLib\cti\system\objectdisposedexception\ObjectDisposedExceptionMessage
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_relgcreport.cmd_8898]
 RelativePath=JIT\Methodical\refany\_relgcreport\_relgcreport.cmd
 WorkingDir=JIT\Methodical\refany\_relgcreport
@@ -68556,14 +64476,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileNotFoundExceptionGetMessage.cmd_8910]
-RelativePath=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionGetMessage\FileNotFoundExceptionGetMessage.cmd
-WorkingDir=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionGetMessage
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [castclass-generics034.cmd_8911]
 RelativePath=JIT\jit64\valuetypes\nullable\castclass\generics\castclass-generics034\castclass-generics034.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\castclass\generics\castclass-generics034
@@ -68580,14 +64492,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OperandTypeInlineMethod.cmd_8913]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineMethod\OperandTypeInlineMethod.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineMethod
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_253.cmd_8914]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_253\GCSimulator_253.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_253
@@ -68748,14 +64652,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeCodeByte.cmd_8935]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeByte\TypeCodeByte.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeByte
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Unbox001.cmd_8936]
 RelativePath=Loader\classloader\generics\Variance\IL\Unbox001\Unbox001.cmd
 WorkingDir=Loader\classloader\generics\Variance\IL\Unbox001
@@ -68828,14 +64724,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[NullReferenceExceptionCtor1.cmd_8945]
-RelativePath=CoreMangLib\cti\system\nullreferenceexception\NullReferenceExceptionCtor1\NullReferenceExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\nullreferenceexception\NullReferenceExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Filter.cmd_8946]
 RelativePath=baseservices\exceptions\regressions\V1\SEH\asm\Filter\Filter.cmd
 WorkingDir=baseservices\exceptions\regressions\V1\SEH\asm\Filter
@@ -68884,14 +64772,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ArgumentOutOfRangeExceptionCtor.cmd_8952]
-RelativePath=CoreMangLib\cti\system\argumentoutofrangeexception\ArgumentOutOfRangeExceptionCtor\ArgumentOutOfRangeExceptionCtor.cmd
-WorkingDir=CoreMangLib\cti\system\argumentoutofrangeexception\ArgumentOutOfRangeExceptionCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1247.cmd_8953]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1247\Generated1247\Generated1247.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1247\Generated1247
@@ -69020,14 +64900,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[endofstreamexceptionctor1_PSC.cmd_8970]
-RelativePath=CoreMangLib\cti\system\io\endofstreamexception\endofstreamexceptionctor1_PSC\endofstreamexceptionctor1_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\endofstreamexception\endofstreamexceptionctor1_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [baseclass03.cmd_8971]
 RelativePath=JIT\Generics\Instantiation\Classes\baseclass03\baseclass03.cmd
 WorkingDir=JIT\Generics\Instantiation\Classes\baseclass03
@@ -69172,14 +65044,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend16.cmd_8990]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend16\StringBuilderAppend16.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesConv_Ovf_I1.cmd_8991]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I1\OpCodesConv_Ovf_I1.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I1
@@ -69468,14 +65332,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt1612.cmd_9027]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1612\ConvertToUInt1612.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1612
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ref2iu_il_d.cmd_9028]
 RelativePath=JIT\Directed\refbyref\ref2iu_il_d\ref2iu_il_d.cmd
 WorkingDir=JIT\Directed\refbyref\ref2iu_il_d
@@ -69852,14 +65708,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetMaxByteCount.cmd_9080]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetMaxByteCount\UnicodeEncodingGetMaxByteCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetMaxByteCount
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [DoubleIsNegativeInfinity.cmd_9081]
 RelativePath=CoreMangLib\cti\system\double\DoubleIsNegativeInfinity\DoubleIsNegativeInfinity.cmd
 WorkingDir=CoreMangLib\cti\system\double\DoubleIsNegativeInfinity
@@ -69916,14 +65764,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[PlatformNotSupportedExceptionCtor3.cmd_9088]
-RelativePath=CoreMangLib\cti\system\platformnotsupportedexception\PlatformNotSupportedExceptionCtor3\PlatformNotSupportedExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\platformnotsupportedexception\PlatformNotSupportedExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [xprecise1b_cs_d.cmd_9089]
 RelativePath=JIT\Methodical\cctor\xassem\xprecise1b_cs_d\xprecise1b_cs_d.cmd
 WorkingDir=JIT\Methodical\cctor\xassem\xprecise1b_cs_d
@@ -69932,14 +65772,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt64_3.cmd_9090]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_3\ConvertToInt64_3.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [localgotoinahandler_do.cmd_9091]
 RelativePath=JIT\Methodical\eh\finallyexec\localgotoinahandler_do\localgotoinahandler_do.cmd
 WorkingDir=JIT\Methodical\eh\finallyexec\localgotoinahandler_do
@@ -70052,14 +65884,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ArrayTypeMismatchExceptionctor1.cmd_9105]
-RelativePath=CoreMangLib\cti\system\arraytypemismatchexception\ArrayTypeMismatchExceptionctor1\ArrayTypeMismatchExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\arraytypemismatchexception\ArrayTypeMismatchExceptionctor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_relsin_il_il.cmd_9106]
 RelativePath=JIT\Methodical\Boxing\xlang\_relsin_il_il\_relsin_il_il.cmd
 WorkingDir=JIT\Methodical\Boxing\xlang\_relsin_il_il
@@ -70268,14 +66092,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[PlatformNotSupportedExceptionCtor2.cmd_9132]
-RelativePath=CoreMangLib\cti\system\platformnotsupportedexception\PlatformNotSupportedExceptionCtor2\PlatformNotSupportedExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\platformnotsupportedexception\PlatformNotSupportedExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b89600.cmd_9133]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M13-RTM\b89600\b89600\b89600.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M13-RTM\b89600\b89600
@@ -70300,22 +66116,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringComparisonCurrentCulture.cmd_9136]
-RelativePath=CoreMangLib\cti\system\stringcomparison\StringComparisonCurrentCulture\StringComparisonCurrentCulture.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparison\StringComparisonCurrentCulture
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[TypeAttributesClassSemanticsMask.cmd_9137]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesClassSemanticsMask\TypeAttributesClassSemanticsMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesClassSemanticsMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [mcc_i17.cmd_9138]
 RelativePath=JIT\jit64\mcc\interop\mcc_i17\mcc_i17.cmd
 WorkingDir=JIT\jit64\mcc\interop\mcc_i17
@@ -70324,14 +66124,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StackBehaviourPush0.cmd_9139]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPush0\StackBehaviourPush0.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPush0
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [TryEnter05.cmd_9140]
 RelativePath=baseservices\threading\generics\Monitor\TryEnter05\TryEnter05.cmd
 WorkingDir=baseservices\threading\generics\Monitor\TryEnter05
@@ -70428,14 +66220,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend1.cmd_9153]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend1\StringBuilderAppend1.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [case1.cmd_9154]
 RelativePath=Loader\classloader\explicitlayout\objrefandnonobjrefoverlap\case1\case1.cmd
 WorkingDir=Loader\classloader\explicitlayout\objrefandnonobjrefoverlap\case1
@@ -70892,14 +66676,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt3217.cmd_9211]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3217\ConvertToUInt3217.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3217
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgvtret.cmd_9212]
 RelativePath=JIT\Methodical\VT\callconv\_il_dbgvtret\_il_dbgvtret.cmd
 WorkingDir=JIT\Methodical\VT\callconv\_il_dbgvtret
@@ -70964,14 +66740,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal5.cmd_9220]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal5\ConvertToDecimal5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relpointer_i.cmd_9221]
 RelativePath=JIT\Methodical\tailcall\_il_relpointer_i\_il_relpointer_i.cmd
 WorkingDir=JIT\Methodical\tailcall\_il_relpointer_i
@@ -71020,14 +66788,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble9.cmd_9227]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble9\ConvertToDouble9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble9
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b89546.cmd_9228]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M13-RTM\b89546\b89546\b89546.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M13-RTM\b89546\b89546
@@ -71116,14 +66876,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[OpCodeTypePrefix.cmd_9240]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypePrefix\OpCodeTypePrefix.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypePrefix
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [mcc_i84.cmd_9241]
 RelativePath=JIT\jit64\mcc\interop\mcc_i84\mcc_i84.cmd
 WorkingDir=JIT\jit64\mcc\interop\mcc_i84
@@ -71140,14 +66892,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_16.cmd_9243]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_16\ConvertToInt32_16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated955.cmd_9244]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest955\Generated955\Generated955.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest955\Generated955
@@ -71156,14 +66900,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FlowControlCall.cmd_9245]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlCall\FlowControlCall.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlCall
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [TestCase0_Nested_I_Nested_J.cmd_9246]
 RelativePath=Loader\classloader\InterfaceFolding\TestCase0_Nested_I_Nested_J\TestCase0_Nested_I_Nested_J.cmd
 WorkingDir=Loader\classloader\InterfaceFolding\TestCase0_Nested_I_Nested_J
@@ -71740,14 +67476,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OverflowExceptionCtor1.cmd_9320]
-RelativePath=CoreMangLib\cti\system\overflowexception\OverflowExceptionCtor1\OverflowExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\overflowexception\OverflowExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1105.cmd_9321]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1105\Generated1105\Generated1105.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1105\Generated1105
@@ -71820,14 +67548,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesNestedPublic.cmd_9332]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedPublic\TypeAttributesNestedPublic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedPublic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [vararystress.cmd_9333]
 RelativePath=GC\Scenarios\Boxing\vararystress\vararystress.cmd
 WorkingDir=GC\Scenarios\Boxing\vararystress
@@ -71844,14 +67564,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[RankExceptionCtor1.cmd_9335]
-RelativePath=CoreMangLib\cti\system\rankexception\RankExceptionCtor1\RankExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\rankexception\RankExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [MarshalAsAttributeSizeParamIndex.cmd_9336]
 RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeSizeParamIndex\MarshalAsAttributeSizeParamIndex.cmd
 WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeSizeParamIndex
@@ -71860,14 +67572,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderToString2.cmd_9337]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderToString2\StringBuilderToString2.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderToString2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [NestedBaseClass03.cmd_9338]
 RelativePath=Loader\classloader\generics\Instantiation\Positive\NestedBaseClass03\NestedBaseClass03.cmd
 WorkingDir=Loader\classloader\generics\Instantiation\Positive\NestedBaseClass03
@@ -71900,22 +67604,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesPinvokeImpl.cmd_9344]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPinvokeImpl\FieldAttributesPinvokeImpl.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPinvokeImpl
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[ConvertToChar5.cmd_9345]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar5\ConvertToChar5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [testExplicitOverride2.cmd_9346]
 RelativePath=Loader\classloader\generics\regressions\vsw395780\testExplicitOverride2\testExplicitOverride2.cmd
 WorkingDir=Loader\classloader\generics\regressions\vsw395780\testExplicitOverride2
@@ -72020,14 +67708,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesSpecialName.cmd_9359]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesSpecialName\FieldAttributesSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [dynamicmethodliveness.cmd_9360]
 RelativePath=baseservices\exceptions\regressions\Dev11\154243\dynamicmethodliveness\dynamicmethodliveness.cmd
 WorkingDir=baseservices\exceptions\regressions\Dev11\154243\dynamicmethodliveness
@@ -72108,14 +67788,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal6.cmd_9371]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal6\ConvertToDecimal6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [MathFAcos.cmd_9372]
 RelativePath=CoreMangLib\cti\system\mathf\MathFAcos\MathFAcos.cmd
 WorkingDir=CoreMangLib\cti\system\mathf\MathFAcos
@@ -72124,14 +67796,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetChars2.cmd_9374]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetChars2\EncodingGetChars2.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetChars2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesConv_U8.cmd_9375]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U8\OpCodesConv_U8.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U8
@@ -72268,14 +67932,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesHasDefault.cmd_9392]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesHasDefault\FieldAttributesHasDefault.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesHasDefault
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [StringEmpty.cmd_9393]
 RelativePath=CoreMangLib\cti\system\string\StringEmpty\StringEmpty.cmd
 WorkingDir=CoreMangLib\cti\system\string\StringEmpty
@@ -72636,14 +68292,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesNotContentIndexed.cmd_9440]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesNotContentIndexed\FileAttributesNotContentIndexed.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesNotContentIndexed
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b19679.cmd_9441]
 RelativePath=JIT\Regression\CLR-x86-JIT\v2.1\DDB\b19679\b19679\b19679.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\v2.1\DDB\b19679\b19679
@@ -72772,14 +68420,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString24.cmd_9458]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString24\ConvertToString24.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString24
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [VectorArray_r.cmd_9459]
 RelativePath=JIT\SIMD\VectorArray_r\VectorArray_r.cmd
 WorkingDir=JIT\SIMD\VectorArray_r
@@ -73052,14 +68692,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertChangeType2.cmd_9496]
-RelativePath=CoreMangLib\cti\system\convert\ConvertChangeType2\ConvertChangeType2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertChangeType2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [simple.cmd_9497]
 RelativePath=JIT\jit64\regress\ndpw\160545\simple\simple.cmd
 WorkingDir=JIT\jit64\regress\ndpw\160545\simple
@@ -73252,14 +68884,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodImplAttributesNoInlining.cmd_9523]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesNoInlining\MethodImplAttributesNoInlining.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesNoInlining
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b04538.cmd_9524]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M10\b04538\b04538\b04538.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M10\b04538\b04538
@@ -73340,14 +68964,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesLayoutMask.cmd_9535]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesLayoutMask\TypeAttributesLayoutMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesLayoutMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [doublearr_cs_ro.cmd_9536]
 RelativePath=JIT\Methodical\MDArray\InnerProd\doublearr_cs_ro\doublearr_cs_ro.cmd
 WorkingDir=JIT\Methodical\MDArray\InnerProd\doublearr_cs_ro
@@ -73436,14 +69052,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StackBehaviourPopi_popr4.cmd_9549]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popr4\StackBehaviourPopi_popr4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popr4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b37256.cmd_9550]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b37256\b37256\b37256.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b37256\b37256
@@ -73500,14 +69108,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString16.cmd_9558]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString16\ConvertToString16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relval_ctor_newobj.cmd_9559]
 RelativePath=JIT\Methodical\Invoke\ctor\_il_relval_ctor_newobj\_il_relval_ctor_newobj.cmd
 WorkingDir=JIT\Methodical\Invoke\ctor\_il_relval_ctor_newobj
@@ -74028,14 +69628,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPushr4.cmd_9625]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushr4\StackBehaviourPushr4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushr4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [instance_passing_class01.cmd_9626]
 RelativePath=JIT\Generics\Fields\instance_passing_class01\instance_passing_class01.cmd
 WorkingDir=JIT\Generics\Fields\instance_passing_class01
@@ -74316,14 +69908,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UnicodeEncodingGetByteCount1.cmd_9663]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetByteCount1\UnicodeEncodingGetByteCount1.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetByteCount1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b02762.cmd_9664]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1.2-M01\b02762\b02762\b02762.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1.2-M01\b02762\b02762
@@ -74492,14 +70076,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertFromBase64CharArray.cmd_9687]
-RelativePath=CoreMangLib\cti\system\convert\ConvertFromBase64CharArray\ConvertFromBase64CharArray.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertFromBase64CharArray
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [exchange1_cti.cmd_9688]
 RelativePath=baseservices\threading\interlocked\exchange\exchange1_cti\exchange1_cti.cmd
 WorkingDir=baseservices\threading\interlocked\exchange\exchange1_cti
@@ -74548,14 +70124,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt32_9.cmd_9694]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_9\ConvertToInt32_9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_9
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [box-unbox015.cmd_9695]
 RelativePath=JIT\jit64\valuetypes\nullable\box-unbox\box-unbox\box-unbox015\box-unbox015.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\box-unbox\box-unbox\box-unbox015
@@ -74604,14 +70172,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetCharCount2.cmd_9701]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetCharCount2\EncodingGetCharCount2.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetCharCount2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ConstructFalse.cmd_9702]
 RelativePath=baseservices\threading\events\ManualResetEvent\ConstructFalse\ConstructFalse.cmd
 WorkingDir=baseservices\threading\events\ManualResetEvent\ConstructFalse
@@ -74892,14 +70452,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesNestedPrivate.cmd_9737]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedPrivate\TypeAttributesNestedPrivate.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedPrivate
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbghuge_i4.cmd_9738]
 RelativePath=JIT\Methodical\Arrays\huge\_il_dbghuge_i4\_il_dbghuge_i4.cmd
 WorkingDir=JIT\Methodical\Arrays\huge\_il_dbghuge_i4
@@ -75108,14 +70660,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesPrivateScope.cmd_9764]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPrivateScope\FieldAttributesPrivateScope.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPrivateScope
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ThreadStartFloat_2.cmd_9765]
 RelativePath=baseservices\threading\paramthreadstart\ThreadStartFloat_2\ThreadStartFloat_2.cmd
 WorkingDir=baseservices\threading\paramthreadstart\ThreadStartFloat_2
@@ -75140,14 +70684,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileShareEnum.cmd_9769]
-RelativePath=CoreMangLib\cti\system\io\fileshare\FileShareEnum\FileShareEnum.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileshare\FileShareEnum
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [prefldinit1_il_d.cmd_9770]
 RelativePath=JIT\Methodical\cctor\simple\prefldinit1_il_d\prefldinit1_il_d.cmd
 WorkingDir=JIT\Methodical\cctor\simple\prefldinit1_il_d
@@ -75332,14 +70868,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodImplAttributesForwardRef.cmd_9794]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesForwardRef\MethodImplAttributesForwardRef.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesForwardRef
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated239.cmd_9795]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest239\Generated239\Generated239.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest239\Generated239
@@ -75700,14 +71228,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[OperandTypeInlineType.cmd_9842]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineType\OperandTypeInlineType.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineType
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b72986.cmd_9843]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b72986\b72986\b72986.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b72986\b72986
@@ -75732,14 +71252,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FieldAttributesLiteral.cmd_9846]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesLiteral\FieldAttributesLiteral.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesLiteral
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [foo2_dbg.cmd_9847]
 RelativePath=JIT\jit64\opt\regress\vswhidbey\481244\foo2_dbg\foo2_dbg.cmd
 WorkingDir=JIT\jit64\opt\regress\vswhidbey\481244\foo2_dbg
@@ -75876,14 +71388,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeCodeDecimal.cmd_9866]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeDecimal\TypeCodeDecimal.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeDecimal
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_286.cmd_9867]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_286\GCSimulator_286.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_286
@@ -76012,14 +71516,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingConvert1.cmd_9886]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingConvert1\EncodingConvert1.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingConvert1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [throwinfinally_r.cmd_9887]
 RelativePath=JIT\Methodical\eh\nested\general\throwinfinally_r\throwinfinally_r.cmd
 WorkingDir=JIT\Methodical\eh\nested\general\throwinfinally_r
@@ -76108,14 +71604,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeCodeInt64.cmd_9898]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeInt64\TypeCodeInt64.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeInt64
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b85316.cmd_9899]
 RelativePath=JIT\Regression\VS-ia64-JIT\M00\b85316\b85316\b85316.cmd
 WorkingDir=JIT\Regression\VS-ia64-JIT\M00\b85316\b85316
@@ -76572,14 +72060,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UnicodeEncodingGetByteCount2.cmd_9959]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetByteCount2\UnicodeEncodingGetByteCount2.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetByteCount2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated897.cmd_9960]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest897\Generated897\Generated897.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest897\Generated897
@@ -76612,14 +72092,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderctor4.cmd_9964]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor4\StringBuilderctor4.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1235.cmd_9965]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1235\Generated1235\Generated1235.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1235\Generated1235
@@ -76708,14 +72180,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPopi_popi8.cmd_9977]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popi8\StackBehaviourPopi_popi8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popi8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgrefloc_r4.cmd_9978]
 RelativePath=JIT\Methodical\explicit\basic\_il_dbgrefloc_r4\_il_dbgrefloc_r4.cmd
 WorkingDir=JIT\Methodical\explicit\basic\_il_dbgrefloc_r4
@@ -76724,14 +72188,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[StringComparerEquals1.cmd_9979]
-RelativePath=CoreMangLib\cti\system\stringcomparer\StringComparerEquals1\StringComparerEquals1.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparer\StringComparerEquals1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [DDB113347.cmd_9980]
 RelativePath=CoreMangLib\system\delegate\regressions\devdivbugs\113347\DDB113347\DDB113347.cmd
 WorkingDir=CoreMangLib\system\delegate\regressions\devdivbugs\113347\DDB113347
@@ -76788,14 +72244,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileModeAppend.cmd_9987]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeAppend\FileModeAppend.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeAppend
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [xaddmuly_cs_do.cmd_9988]
 RelativePath=JIT\Directed\coverage\flowgraph\xaddmuly_cs_do\xaddmuly_cs_do.cmd
 WorkingDir=JIT\Directed\coverage\flowgraph\xaddmuly_cs_do
@@ -76900,14 +72348,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToBase64String1.cmd_10002]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBase64String1\ConvertToBase64String1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBase64String1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated975.cmd_10004]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest975\Generated975\Generated975.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest975\Generated975
@@ -77028,14 +72468,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesAbstract.cmd_10020]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAbstract\TypeAttributesAbstract.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAbstract
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relcompat_v.cmd_10021]
 RelativePath=JIT\Methodical\tailcall\_il_relcompat_v\_il_relcompat_v.cmd
 WorkingDir=JIT\Methodical\tailcall\_il_relcompat_v
@@ -77204,14 +72636,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[OperandTypeInlineString.cmd_10045]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineString\OperandTypeInlineString.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineString
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [25param1a_cs_do.cmd_10046]
 RelativePath=JIT\Methodical\Invoke\25params\25param1a_cs_do\25param1a_cs_do.cmd
 WorkingDir=JIT\Methodical\Invoke\25params\25param1a_cs_do
@@ -77380,14 +72804,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileNotFoundExceptionCtor.cmd_10069]
-RelativePath=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionCtor\FileNotFoundExceptionCtor.cmd
-WorkingDir=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [throw_cs_ro.cmd_10070]
 RelativePath=JIT\Methodical\cctor\misc\throw_cs_ro\throw_cs_ro.cmd
 WorkingDir=JIT\Methodical\cctor\misc\throw_cs_ro
@@ -77492,14 +72908,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt64_6.cmd_10084]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_6\ConvertToInt64_6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [xor.cmd_10085]
 RelativePath=JIT\IL_Conformance\Old\Base\xor\xor.cmd
 WorkingDir=JIT\IL_Conformance\Old\Base\xor
@@ -77764,14 +73172,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesVtableLayoutMask.cmd_10120]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesVtableLayoutMask\MethodAttributesVtableLayoutMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesVtableLayoutMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b28805.cmd_10121]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b28805\b28805\b28805.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b28805\b28805
@@ -78100,14 +73500,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToBoolean4.cmd_10165]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean4\ConvertToBoolean4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1398.cmd_10167]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1398\Generated1398\Generated1398.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1398\Generated1398
@@ -78140,14 +73532,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_FAIL;2444;EXCLUDED;Pri1
 HostStyle=0
 
-[ConvertToUInt6414.cmd_10171]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6414\ConvertToUInt6414.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6414
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [byte_cs_do.cmd_10172]
 RelativePath=JIT\Methodical\MDArray\DataTypes\byte_cs_do\byte_cs_do.cmd
 WorkingDir=JIT\Methodical\MDArray\DataTypes\byte_cs_do
@@ -78316,14 +73700,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[TypeCodeInt16.cmd_10196]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeInt16\TypeCodeInt16.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeInt16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesTailcall.cmd_10197]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesTailcall\OpCodesTailcall.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesTailcall
@@ -78620,14 +73996,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt166.cmd_10235]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt166\ConvertToUInt166.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt166
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [box-unbox-interface006.cmd_10236]
 RelativePath=JIT\jit64\valuetypes\nullable\box-unbox\interface\box-unbox-interface006\box-unbox-interface006.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\box-unbox\interface\box-unbox-interface006
@@ -78700,14 +74068,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend.cmd_10246]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend\StringBuilderAppend.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [loop2_cs_r.cmd_10247]
 RelativePath=JIT\Directed\UnrollLoop\loop2_cs_r\loop2_cs_r.cmd
 WorkingDir=JIT\Directed\UnrollLoop\loop2_cs_r
@@ -78796,14 +74156,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesNestedFamily.cmd_10259]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedFamily\TypeAttributesNestedFamily.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedFamily
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [test1-xassem.cmd_10260]
 RelativePath=JIT\Methodical\stringintern\test1-xassem\test1-xassem.cmd
 WorkingDir=JIT\Methodical\stringintern\test1-xassem
@@ -79324,14 +74676,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesAutoClass.cmd_10328]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAutoClass\TypeAttributesAutoClass.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAutoClass
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GitHub_5696.cmd_10329]
 RelativePath=JIT\Regression\JitBlue\GitHub_5696\GitHub_5696\GitHub_5696.cmd
 WorkingDir=JIT\Regression\JitBlue\GitHub_5696\GitHub_5696
@@ -79396,14 +74740,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToBoolean6.cmd_10337]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean6\ConvertToBoolean6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [OpCodesEndfinally.cmd_10338]
 RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesEndfinally\OpCodesEndfinally.cmd
 WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesEndfinally
@@ -79924,14 +75260,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetMaxCharCount.cmd_10406]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetMaxCharCount\UnicodeEncodingGetMaxCharCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetMaxCharCount
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [trycatchnestedtype_d.cmd_10407]
 RelativePath=JIT\Methodical\eh\generics\trycatchnestedtype_d\trycatchnestedtype_d.cmd
 WorkingDir=JIT\Methodical\eh\generics\trycatchnestedtype_d
@@ -80548,14 +75876,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodImplAttributesOPTIL.cmd_10486]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesOPTIL\MethodImplAttributesOPTIL.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesOPTIL
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Delegate012.cmd_10487]
 RelativePath=JIT\Generics\Instantiation\delegates\Delegate012\Delegate012.cmd
 WorkingDir=JIT\Generics\Instantiation\delegates\Delegate012
@@ -80788,22 +76108,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UTF8EncodingGetDecoder.cmd_10518]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetDecoder\UTF8EncodingGetDecoder.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetDecoder
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[StackBehaviourPopref_popi_popr8.cmd_10519]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popr8\StackBehaviourPopref_popi_popr8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popr8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b02043.cmd_10520]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M10\b02043\b02043\b02043.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M10\b02043\b02043
@@ -81028,14 +76332,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OperandTypeInlineNone.cmd_10551]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineNone\OperandTypeInlineNone.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineNone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgint32_neg_range.cmd_10552]
 RelativePath=JIT\Methodical\Arrays\range\_il_dbgint32_neg_range\_il_dbgint32_neg_range.cmd
 WorkingDir=JIT\Methodical\Arrays\range\_il_dbgint32_neg_range
@@ -81172,14 +76468,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileShareRead.cmd_10570]
-RelativePath=CoreMangLib\cti\system\io\fileshare\FileShareRead\FileShareRead.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileshare\FileShareRead
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b07383.cmd_10571]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1.2-M01\b07383\b07383\b07383.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1.2-M01\b07383\b07383
@@ -81428,14 +76716,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt3215.cmd_10602]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3215\ConvertToUInt3215.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3215
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [box-unbox009.cmd_10603]
 RelativePath=JIT\jit64\valuetypes\nullable\box-unbox\box-unbox\box-unbox009\box-unbox009.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\box-unbox\box-unbox\box-unbox009
@@ -81452,14 +76732,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OperandTypeShortInlineBrTarget.cmd_10605]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineBrTarget\OperandTypeShortInlineBrTarget.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineBrTarget
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [nongentogen03.cmd_10606]
 RelativePath=JIT\Generics\Conversions\Reference\nongentogen03\nongentogen03.cmd
 WorkingDir=JIT\Generics\Conversions\Reference\nongentogen03
@@ -81564,14 +76836,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPop1_pop1.cmd_10619]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPop1_pop1\StackBehaviourPop1_pop1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPop1_pop1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [isinstgenerics_ro.cmd_10620]
 RelativePath=JIT\Directed\nullabletypes\isinstgenerics_ro\isinstgenerics_ro.cmd
 WorkingDir=JIT\Directed\nullabletypes\isinstgenerics_ro
@@ -81868,14 +77132,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSingle14.cmd_10662]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSingle14\ConvertToSingle14.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSingle14
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relval_cctor.cmd_10663]
 RelativePath=JIT\Methodical\Invoke\ctor\_il_relval_cctor\_il_relval_cctor.cmd
 WorkingDir=JIT\Methodical\Invoke\ctor\_il_relval_cctor
@@ -81900,22 +77156,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[SeekOriginEnd.cmd_10666]
-RelativePath=CoreMangLib\cti\system\io\seekorigin\SeekOriginEnd\SeekOriginEnd.cmd
-WorkingDir=CoreMangLib\cti\system\io\seekorigin\SeekOriginEnd
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[FileNotFoundExceptionToString.cmd_10667]
-RelativePath=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionToString\FileNotFoundExceptionToString.cmd
-WorkingDir=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionToString
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Case3.cmd_10668]
 RelativePath=Loader\classloader\v1\M10\Acceptance\Case3\Case3.cmd
 WorkingDir=Loader\classloader\v1\M10\Acceptance\Case3
@@ -82116,14 +77356,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDateTime.cmd_10694]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDateTime\ConvertToDateTime.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDateTime
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [i8rem_cs_ro.cmd_10695]
 RelativePath=JIT\Methodical\divrem\rem\i8rem_cs_ro\i8rem_cs_ro.cmd
 WorkingDir=JIT\Methodical\divrem\rem\i8rem_cs_ro
@@ -82420,14 +77652,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[OperandTypeInlineSwitch.cmd_10732]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineSwitch\OperandTypeInlineSwitch.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineSwitch
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [castclass010.cmd_10733]
 RelativePath=JIT\jit64\valuetypes\nullable\castclass\castclass\castclass010\castclass010.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\castclass\castclass\castclass010
@@ -82556,14 +77780,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPushi.cmd_10749]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushi\StackBehaviourPushi.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GThread03.cmd_10750]
 RelativePath=baseservices\threading\generics\syncdelegate\GThread03\GThread03.cmd
 WorkingDir=baseservices\threading\generics\syncdelegate\GThread03
@@ -82620,14 +77836,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[MethodAttributesVirtual.cmd_10757]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesVirtual\MethodAttributesVirtual.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesVirtual
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [keepalive.cmd_10758]
 RelativePath=GC\LargeMemory\API\gc\keepalive\keepalive.cmd
 WorkingDir=GC\LargeMemory\API\gc\keepalive
@@ -82884,14 +78092,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToChar16.cmd_10790]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar16\ConvertToChar16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [clt_u.cmd_10791]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\clt_u\clt_u.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\clt_u
@@ -82900,14 +78100,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeCodeString.cmd_10792]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeString\TypeCodeString.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeString
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_relindcall.cmd_10793]
 RelativePath=JIT\Methodical\refany\_il_relindcall\_il_relindcall.cmd
 WorkingDir=JIT\Methodical\refany\_il_relindcall
@@ -82948,14 +78140,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesEnum.cmd_10799]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesEnum\FileAttributesEnum.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesEnum
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b75890.cmd_10800]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b75890\b75890\b75890.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M12-Beta2\b75890\b75890
@@ -82964,14 +78148,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte4.cmd_10801]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte4\ConvertToSByte4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [b15299.cmd_10802]
 RelativePath=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b15299\b15299\b15299.cmd
 WorkingDir=JIT\Regression\CLR-x86-JIT\V1-M09.5-PDC\b15299\b15299
@@ -83116,14 +78292,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToSingle.cmd_10820]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSingle\ConvertToSingle.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSingle
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [gettypetypeofmatrix.cmd_10821]
 RelativePath=JIT\Directed\gettypetypeof\gettypetypeofmatrix\gettypetypeofmatrix.cmd
 WorkingDir=JIT\Directed\gettypetypeof\gettypetypeofmatrix
@@ -83364,14 +78532,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[PackingSizeUnspecified.cmd_10852]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeUnspecified\PackingSizeUnspecified.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeUnspecified
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [EventArgsctor.cmd_10853]
 RelativePath=CoreMangLib\cti\system\eventargs\EventArgsctor\EventArgsctor.cmd
 WorkingDir=CoreMangLib\cti\system\eventargs\EventArgsctor
@@ -83516,14 +78676,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UnicodeEncodingGetCharCount.cmd_10871]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetCharCount\UnicodeEncodingGetCharCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetCharCount
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [unwind01_dynamic.cmd_10872]
 RelativePath=JIT\jit64\localloc\unwind\unwind01_dynamic\unwind01_dynamic.cmd
 WorkingDir=JIT\jit64\localloc\unwind\unwind01_dynamic
@@ -83716,14 +78868,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[EncodingGetByteCount3.cmd_10897]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount3\EncodingGetByteCount3.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [ldc_conv_ovf_r8_i.cmd_10898]
 RelativePath=JIT\IL_Conformance\Old\Conformance_Base\ldc_conv_ovf_r8_i\ldc_conv_ovf_r8_i.cmd
 WorkingDir=JIT\IL_Conformance\Old\Conformance_Base\ldc_conv_ovf_r8_i
@@ -83900,14 +79044,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileAccessReadWrite.cmd_10920]
-RelativePath=CoreMangLib\cti\system\io\fileaccess\FileAccessReadWrite\FileAccessReadWrite.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileaccess\FileAccessReadWrite
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated923.cmd_10921]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest923\Generated923\Generated923.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest923\Generated923
@@ -84084,14 +79220,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString19.cmd_10946]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString19\ConvertToString19.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString19
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [seq_gc_short_1_r.cmd_10947]
 RelativePath=JIT\Methodical\explicit\coverage\seq_gc_short_1_r\seq_gc_short_1_r.cmd
 WorkingDir=JIT\Methodical\explicit\coverage\seq_gc_short_1_r
@@ -84380,14 +79508,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourVarpush.cmd_10984]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourVarpush\StackBehaviourVarpush.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourVarpush
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_il_dbgfloat64_range1.cmd_10985]
 RelativePath=JIT\Methodical\Arrays\range\_il_dbgfloat64_range1\_il_dbgfloat64_range1.cmd
 WorkingDir=JIT\Methodical\Arrays\range\_il_dbgfloat64_range1
@@ -84684,14 +79804,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_16.cmd_11027]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_16\ConvertToInt64_16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_133.cmd_11028]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_133\GCSimulator_133.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_133
@@ -84980,14 +80092,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[RankExceptionCtor2.cmd_11065]
-RelativePath=CoreMangLib\cti\system\rankexception\RankExceptionCtor2\RankExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\rankexception\RankExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated205.cmd_11066]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest205\Generated205\Generated205.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest205\Generated205
@@ -85108,14 +80212,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPushref.cmd_11081]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushref\StackBehaviourPushref.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushref
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [nonlocalexittobeginningoftry_r.cmd_11082]
 RelativePath=JIT\Methodical\eh\finallyexec\nonlocalexittobeginningoftry_r\nonlocalexittobeginningoftry_r.cmd
 WorkingDir=JIT\Methodical\eh\finallyexec\nonlocalexittobeginningoftry_r
@@ -85276,14 +80372,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPop1.cmd_11104]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPop1\StackBehaviourPop1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPop1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [DevDiv_911875_ro.cmd_11105]
 RelativePath=JIT\Regression\JitBlue\devdiv_911875\DevDiv_911875_ro\DevDiv_911875_ro.cmd
 WorkingDir=JIT\Regression\JitBlue\devdiv_911875\DevDiv_911875_ro
@@ -85340,14 +80428,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StackBehaviourPopi_popi.cmd_11112]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popi\StackBehaviourPopi_popi.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_dbgvcall.cmd_11113]
 RelativePath=JIT\Methodical\VT\identity\_dbgvcall\_dbgvcall.cmd
 WorkingDir=JIT\Methodical\VT\identity\_dbgvcall
@@ -85636,14 +80716,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToInt32_5.cmd_11152]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_5\ConvertToInt32_5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated1317.cmd_11153]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1317\Generated1317\Generated1317.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest1317\Generated1317
@@ -85948,14 +81020,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToString25.cmd_11191]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString25\ConvertToString25.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString25
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [StringIEnumerableGetEnumerator.cmd_11192]
 RelativePath=CoreMangLib\cti\system\string\StringIEnumerableGetEnumerator\StringIEnumerableGetEnumerator.cmd
 WorkingDir=CoreMangLib\cti\system\string\StringIEnumerableGetEnumerator
@@ -86172,14 +81236,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[DirectoryNotFoundExceptionctor2.cmd_11222]
-RelativePath=CoreMangLib\cti\system\io\directorynotfoundexception\DirectoryNotFoundExceptionctor2\DirectoryNotFoundExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\io\directorynotfoundexception\DirectoryNotFoundExceptionctor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [SingleToChar.cmd_11223]
 RelativePath=CoreMangLib\cti\system\single\SingleToChar\SingleToChar.cmd
 WorkingDir=CoreMangLib\cti\system\single\SingleToChar
@@ -86252,14 +81308,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[StringBuilderAppend7.cmd_11232]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend7\StringBuilderAppend7.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [castclass-interface010.cmd_11233]
 RelativePath=JIT\jit64\valuetypes\nullable\castclass\interface\castclass-interface010\castclass-interface010.cmd
 WorkingDir=JIT\jit64\valuetypes\nullable\castclass\interface\castclass-interface010
@@ -86420,14 +81468,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[FileNotFoundExceptionMessage.cmd_11253]
-RelativePath=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionMessage\FileNotFoundExceptionMessage.cmd
-WorkingDir=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionMessage
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [GCSimulator_427.cmd_11254]
 RelativePath=GC\Scenarios\GCSimulator\GCSimulator_427\GCSimulator_427.cmd
 WorkingDir=GC\Scenarios\GCSimulator\GCSimulator_427
@@ -86436,14 +81476,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[TypeAttributesInterface.cmd_11255]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesInterface\TypeAttributesInterface.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesInterface
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_speed_reljumper.cmd_11256]
 RelativePath=JIT\Methodical\VT\callconv\_speed_reljumper\_speed_reljumper.cmd
 WorkingDir=JIT\Methodical\VT\callconv\_speed_reljumper
@@ -86492,14 +81524,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToUInt642.cmd_11262]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt642\ConvertToUInt642.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt642
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated134.cmd_11263]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest134\Generated134\Generated134.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest134\Generated134
@@ -86860,14 +81884,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString10.cmd_11309]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString10\ConvertToString10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString10
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [Generated794.cmd_11310]
 RelativePath=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest794\Generated794\Generated794.cmd
 WorkingDir=Loader\classloader\TypeGeneratorTests\TypeGeneratorTest794\Generated794
@@ -87228,14 +82244,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt1610.cmd_11355]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1610\ConvertToUInt1610.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1610
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [InterlockedAddInt.cmd_11356]
 RelativePath=baseservices\threading\interlocked\add\InterlockedAddInt\InterlockedAddInt.cmd
 WorkingDir=baseservices\threading\interlocked\add\InterlockedAddInt
@@ -87252,14 +82260,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[UnicodeEncodingGetEncoder.cmd_11358]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetEncoder\UnicodeEncodingGetEncoder.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetEncoder
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
 [_relmuldiv.cmd_11359]
 RelativePath=JIT\Methodical\int64\unsigned\_relmuldiv\_relmuldiv.cmd
 WorkingDir=JIT\Methodical\int64\unsigned\_relmuldiv
index 61120cf..88e4473 100644 (file)
@@ -4604,70 +4604,6 @@ MaxAllowedDurationSeconds=600
 Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ActionCtor.cmd_580]
-RelativePath=CoreMangLib\cti\system\action\ActionCtor\ActionCtor.cmd
-WorkingDir=CoreMangLib\cti\system\action\ActionCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ActionInvoke.cmd_581]
-RelativePath=CoreMangLib\cti\system\action\ActionInvoke\ActionInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\action\ActionInvoke
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ActivatorCreateInstance2.cmd_582]
-RelativePath=CoreMangLib\cti\system\activator\ActivatorCreateInstance2\ActivatorCreateInstance2.cmd
-WorkingDir=CoreMangLib\cti\system\activator\ActivatorCreateInstance2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ArgumentExceptionCtor1.cmd_583]
-RelativePath=CoreMangLib\cti\system\argumentexception\ArgumentExceptionCtor1\ArgumentExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\argumentexception\ArgumentExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ArgumentNullExceptionCtor1.cmd_584]
-RelativePath=CoreMangLib\cti\system\argumentnullexception\ArgumentNullExceptionCtor1\ArgumentNullExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\argumentnullexception\ArgumentNullExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ArgumentOutOfRangeExceptionCtor.cmd_585]
-RelativePath=CoreMangLib\cti\system\argumentoutofrangeexception\ArgumentOutOfRangeExceptionCtor\ArgumentOutOfRangeExceptionCtor.cmd
-WorkingDir=CoreMangLib\cti\system\argumentoutofrangeexception\ArgumentOutOfRangeExceptionCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ArgumentOutOfRangeExceptionMessage.cmd_586]
-RelativePath=CoreMangLib\cti\system\argumentoutofrangeexception\ArgumentOutOfRangeExceptionMessage\ArgumentOutOfRangeExceptionMessage.cmd
-WorkingDir=CoreMangLib\cti\system\argumentoutofrangeexception\ArgumentOutOfRangeExceptionMessage
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ArithmeticExceptionCtor1.cmd_587]
-RelativePath=CoreMangLib\cti\system\arithmeticexception\ArithmeticExceptionCtor1\ArithmeticExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\arithmeticexception\ArithmeticExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
 [ArrayBinarySearch1.cmd_588]
 RelativePath=CoreMangLib\cti\system\array\ArrayBinarySearch1\ArrayBinarySearch1.cmd
 WorkingDir=CoreMangLib\cti\system\array\ArrayBinarySearch1
@@ -5316,30 +5252,6 @@ MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ArrayTypeMismatchExceptionctor1.cmd_669]
-RelativePath=CoreMangLib\cti\system\arraytypemismatchexception\ArrayTypeMismatchExceptionctor1\ArrayTypeMismatchExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\arraytypemismatchexception\ArrayTypeMismatchExceptionctor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ArrayTypeMismatchExceptionctor2.cmd_670]
-RelativePath=CoreMangLib\cti\system\arraytypemismatchexception\ArrayTypeMismatchExceptionctor2\ArrayTypeMismatchExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\arraytypemismatchexception\ArrayTypeMismatchExceptionctor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ArrayTypeMismatchExceptionctor3.cmd_671]
-RelativePath=CoreMangLib\cti\system\arraytypemismatchexception\ArrayTypeMismatchExceptionctor3\ArrayTypeMismatchExceptionctor3.cmd
-WorkingDir=CoreMangLib\cti\system\arraytypemismatchexception\ArrayTypeMismatchExceptionctor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
 [DDB125472_GetHashCode.cmd_672]
 RelativePath=CoreMangLib\cti\system\attribute\DDB125472_GetHashCode\DDB125472_GetHashCode.cmd
 WorkingDir=CoreMangLib\cti\system\attribute\DDB125472_GetHashCode
@@ -6276,10625 +6188,5873 @@ MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ComparisonBeginInvoke.cmd_1027]
-RelativePath=CoreMangLib\cti\system\comparison\ComparisonBeginInvoke\ComparisonBeginInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\comparison\ComparisonBeginInvoke
+[DecimaFloor.cmd_1293]
+RelativePath=CoreMangLib\cti\system\decimal\DecimaFloor\DecimaFloor.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimaFloor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ComparisonEndInvoke.cmd_1028]
-RelativePath=CoreMangLib\cti\system\comparison\ComparisonEndInvoke\ComparisonEndInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\comparison\ComparisonEndInvoke
+[DecimalAdd.cmd_1294]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalAdd\DecimalAdd.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalAdd
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ComparisonInvoke.cmd_1029]
-RelativePath=CoreMangLib\cti\system\comparison\ComparisonInvoke\ComparisonInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\comparison\ComparisonInvoke
+[DecimalCompare.cmd_1295]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalCompare\DecimalCompare.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalCompare
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertChangeType2.cmd_1032]
-RelativePath=CoreMangLib\cti\system\convert\ConvertChangeType2\ConvertChangeType2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertChangeType2
+[DecimalCtor1.cmd_1296]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor1\DecimalCtor1.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertFromBase64CharArray.cmd_1033]
-RelativePath=CoreMangLib\cti\system\convert\ConvertFromBase64CharArray\ConvertFromBase64CharArray.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertFromBase64CharArray
+[DecimalCtor2.cmd_1297]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor2\DecimalCtor2.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertFromBase64String.cmd_1034]
-RelativePath=CoreMangLib\cti\system\convert\ConvertFromBase64String\ConvertFromBase64String.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertFromBase64String
+[DecimalCtor3.cmd_1298]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor3\DecimalCtor3.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToBase64CharArray.cmd_1035]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBase64CharArray\ConvertToBase64CharArray.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBase64CharArray
+[DecimalCtor4.cmd_1299]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor4\DecimalCtor4.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToBase64String1.cmd_1036]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBase64String1\ConvertToBase64String1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBase64String1
+[DecimalCtor5.cmd_1300]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor5\DecimalCtor5.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor5
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToBase64String2.cmd_1037]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBase64String2\ConvertToBase64String2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBase64String2
+[DecimalCtor6.cmd_1301]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor6\DecimalCtor6.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor6
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToBoolean.cmd_1038]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean\ConvertToBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean
+[DecimalCtor7.cmd_1302]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor7\DecimalCtor7.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor7
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToBoolean2.cmd_1039]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean2\ConvertToBoolean2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean2
+[DecimalCtor8.cmd_1303]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor8\DecimalCtor8.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToBoolean4.cmd_1040]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean4\ConvertToBoolean4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean4
+[DecimalDivide.cmd_1304]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalDivide\DecimalDivide.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalDivide
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToBoolean5.cmd_1041]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean5\ConvertToBoolean5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean5
+[DecimalEquals1.cmd_1305]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalEquals1\DecimalEquals1.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalEquals1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToBoolean6.cmd_1042]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean6\ConvertToBoolean6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean6
+[DecimalEquals2.cmd_1306]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalEquals2\DecimalEquals2.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalEquals2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToBoolean7.cmd_1043]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean7\ConvertToBoolean7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean7
+[DecimalEquals3.cmd_1307]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalEquals3\DecimalEquals3.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalEquals3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToBoolean8.cmd_1044]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToBoolean8\ConvertToBoolean8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToBoolean8
+[DecimalGetBits.cmd_1308]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalGetBits\DecimalGetBits.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalGetBits
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToByte.cmd_1045]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte\ConvertToByte.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte
+[DecimalMaxValue.cmd_1309]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalMaxValue\DecimalMaxValue.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalMaxValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToByte1.cmd_1046]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte1\ConvertToByte1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte1
+[DecimalMinusOne.cmd_1310]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalMinusOne\DecimalMinusOne.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalMinusOne
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToByte2.cmd_1047]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte2\ConvertToByte2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte2
+[DecimalMinValue.cmd_1311]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalMinValue\DecimalMinValue.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalMinValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToByte3.cmd_1048]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte3\ConvertToByte3.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte3
+[DecimalMultiply.cmd_1312]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalMultiply\DecimalMultiply.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalMultiply
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToByte4.cmd_1049]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte4\ConvertToByte4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte4
+[DecimalNegate.cmd_1313]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalNegate\DecimalNegate.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalNegate
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToByte6.cmd_1050]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte6\ConvertToByte6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte6
+[DecimalOne.cmd_1314]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalOne\DecimalOne.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalOne
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToByte7.cmd_1051]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte7\ConvertToByte7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte7
+[DecimalRemainder.cmd_1319]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalRemainder\DecimalRemainder.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalRemainder
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
+Categories=Pri1;RT;EXPECTED_PASS;UNWIND
 HostStyle=0
 
-[ConvertToByte8.cmd_1052]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToByte8\ConvertToByte8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToByte8
+[DecimalSubtract.cmd_1320]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalSubtract\DecimalSubtract.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalSubtract
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar.cmd_1053]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar\ConvertToChar.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar
+[DecimalToBoolean.cmd_1321]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToBoolean\DecimalToBoolean.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToBoolean
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar10.cmd_1054]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar10\ConvertToChar10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar10
+[DecimalToByte.cmd_1322]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToByte\DecimalToByte.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar11.cmd_1055]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar11\ConvertToChar11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar11
+[DecimalToByte1.cmd_1323]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToByte1\DecimalToByte1.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToByte1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar12.cmd_1056]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar12\ConvertToChar12.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar12
+[DecimalToChar.cmd_1324]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToChar\DecimalToChar.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToChar
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar13.cmd_1057]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar13\ConvertToChar13.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar13
+[DecimalToDateTime.cmd_1325]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToDateTime\DecimalToDateTime.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToDateTime
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar14.cmd_1058]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar14\ConvertToChar14.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar14
+[DecimalToDecimal.cmd_1326]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToDecimal\DecimalToDecimal.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToDecimal
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar15.cmd_1059]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar15\ConvertToChar15.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar15
+[DecimalToDouble.cmd_1327]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToDouble\DecimalToDouble.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToDouble
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar16.cmd_1060]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar16\ConvertToChar16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar16
+[DecimalToInt16.cmd_1328]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToInt16\DecimalToInt16.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar5.cmd_1061]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar5\ConvertToChar5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar5
+[DecimalToInt32.cmd_1329]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToInt32\DecimalToInt32.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar6.cmd_1062]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar6\ConvertToChar6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar6
+[DecimalToInt64.cmd_1330]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToInt64\DecimalToInt64.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar7.cmd_1063]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar7\ConvertToChar7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar7
+[DecimalToSByte.cmd_1331]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToSByte\DecimalToSByte.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToSByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar8.cmd_1064]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar8\ConvertToChar8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar8
+[DecimalToSingle.cmd_1332]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToSingle\DecimalToSingle.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToSingle
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToChar9.cmd_1065]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToChar9\ConvertToChar9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToChar9
+[DecimalToString1.cmd_1333]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToString1\DecimalToString1.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToString1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDateTime.cmd_1066]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDateTime\ConvertToDateTime.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDateTime
+[DecimalToString2.cmd_1334]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToString2\DecimalToString2.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToString2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal.cmd_1067]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal\ConvertToDecimal.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal
+[DecimalToString3.cmd_1335]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToString3\DecimalToString3.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToString3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal1.cmd_1068]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal1\ConvertToDecimal1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal1
+[DecimalToString4.cmd_1336]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToString4\DecimalToString4.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToString4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal10.cmd_1069]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal10\ConvertToDecimal10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal10
+[DecimalToUInt16.cmd_1337]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToUInt16\DecimalToUInt16.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToUInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal11.cmd_1070]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal11\ConvertToDecimal11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal11
+[DecimalToUInt32.cmd_1338]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToUInt32\DecimalToUInt32.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToUInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal12.cmd_1071]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal12\ConvertToDecimal12.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal12
+[DecimalToUInt64.cmd_1339]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalToUInt64\DecimalToUInt64.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalToUInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal13.cmd_1072]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal13\ConvertToDecimal13.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal13
+[DecimalTruncate.cmd_1340]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalTruncate\DecimalTruncate.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalTruncate
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal14.cmd_1073]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal14\ConvertToDecimal14.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal14
+[DecimalZero.cmd_1342]
+RelativePath=CoreMangLib\cti\system\decimal\DecimalZero\DecimalZero.cmd
+WorkingDir=CoreMangLib\cti\system\decimal\DecimalZero
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal15.cmd_1074]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal15\ConvertToDecimal15.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal15
+[DelegateABI.cmd_1343]
+RelativePath=CoreMangLib\cti\system\delegate\DelegateABI\DelegateABI.cmd
+WorkingDir=CoreMangLib\cti\system\delegate\DelegateABI
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
+Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[ConvertToDecimal16.cmd_1075]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal16\ConvertToDecimal16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal16
+[DelegateCombine1.cmd_1344]
+RelativePath=CoreMangLib\cti\system\delegate\DelegateCombine1\DelegateCombine1.cmd
+WorkingDir=CoreMangLib\cti\system\delegate\DelegateCombine1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal17.cmd_1076]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal17\ConvertToDecimal17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal17
+[DelegateCombineImpl.cmd_1345]
+RelativePath=CoreMangLib\cti\system\delegate\DelegateCombineImpl\DelegateCombineImpl.cmd
+WorkingDir=CoreMangLib\cti\system\delegate\DelegateCombineImpl
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal18.cmd_1077]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal18\ConvertToDecimal18.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal18
+[DelegateEquals1.cmd_1346]
+RelativePath=CoreMangLib\cti\system\delegate\DelegateEquals1\DelegateEquals1.cmd
+WorkingDir=CoreMangLib\cti\system\delegate\DelegateEquals1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal2.cmd_1078]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal2\ConvertToDecimal2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal2
+[DelegateGetHashCode1.cmd_1347]
+RelativePath=CoreMangLib\cti\system\delegate\DelegateGetHashCode1\DelegateGetHashCode1.cmd
+WorkingDir=CoreMangLib\cti\system\delegate\DelegateGetHashCode1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal5.cmd_1079]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal5\ConvertToDecimal5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal5
+[DelegateGetInvocationList1.cmd_1348]
+RelativePath=CoreMangLib\cti\system\delegate\DelegateGetInvocationList1\DelegateGetInvocationList1.cmd
+WorkingDir=CoreMangLib\cti\system\delegate\DelegateGetInvocationList1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal6.cmd_1080]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal6\ConvertToDecimal6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal6
+[DelegateRemove.cmd_1349]
+RelativePath=CoreMangLib\cti\system\delegate\DelegateRemove\DelegateRemove.cmd
+WorkingDir=CoreMangLib\cti\system\delegate\DelegateRemove
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal8.cmd_1081]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal8\ConvertToDecimal8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal8
+[delegateRemoveImpl.cmd_1350]
+RelativePath=CoreMangLib\cti\system\delegate\delegateRemoveImpl\delegateRemoveImpl.cmd
+WorkingDir=CoreMangLib\cti\system\delegate\delegateRemoveImpl
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDecimal9.cmd_1082]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDecimal9\ConvertToDecimal9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDecimal9
+[ConditionalAttributeConditionString.cmd_1351]
+RelativePath=CoreMangLib\cti\system\diagnostics\conditionalattribute\ConditionalAttributeConditionString\ConditionalAttributeConditionString.cmd
+WorkingDir=CoreMangLib\cti\system\diagnostics\conditionalattribute\ConditionalAttributeConditionString
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble.cmd_1083]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble\ConvertToDouble.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble
+[ConditionalAttributeCtor.cmd_1352]
+RelativePath=CoreMangLib\cti\system\diagnostics\conditionalattribute\ConditionalAttributeCtor\ConditionalAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\diagnostics\conditionalattribute\ConditionalAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble10.cmd_1084]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble10\ConvertToDouble10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble10
+[DebuggingModesDefault.cmd_1353]
+RelativePath=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesDefault\DebuggingModesDefault.cmd
+WorkingDir=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesDefault
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble11.cmd_1085]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble11\ConvertToDouble11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble11
+[DebuggingModesDisableOptimizations.cmd_1354]
+RelativePath=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesDisableOptimizations\DebuggingModesDisableOptimizations.cmd
+WorkingDir=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesDisableOptimizations
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble12.cmd_1086]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble12\ConvertToDouble12.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble12
+[DebuggingModesEnableEditAndContinue.cmd_1355]
+RelativePath=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesEnableEditAndContinue\DebuggingModesEnableEditAndContinue.cmd
+WorkingDir=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesEnableEditAndContinue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble13.cmd_1087]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble13\ConvertToDouble13.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble13
+[DebuggingModesIgnoreSymbolStoreSequencePoints.cmd_1356]
+RelativePath=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesIgnoreSymbolStoreSequencePoints\DebuggingModesIgnoreSymbolStoreSequencePoints.cmd
+WorkingDir=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesIgnoreSymbolStoreSequencePoints
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble14.cmd_1088]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble14\ConvertToDouble14.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble14
+[DebuggingModesNone.cmd_1357]
+RelativePath=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesNone\DebuggingModesNone.cmd
+WorkingDir=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesNone
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble15.cmd_1089]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble15\ConvertToDouble15.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble15
+[DllNotFoundException1.cmd_1361]
+RelativePath=CoreMangLib\cti\system\dllnotfoundexception\DllNotFoundException1\DllNotFoundException1.cmd
+WorkingDir=CoreMangLib\cti\system\dllnotfoundexception\DllNotFoundException1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble16.cmd_1090]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble16\ConvertToDouble16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble16
+[DllNotFoundExceptionCtor2.cmd_1362]
+RelativePath=CoreMangLib\cti\system\dllnotfoundexception\DllNotFoundExceptionCtor2\DllNotFoundExceptionCtor2.cmd
+WorkingDir=CoreMangLib\cti\system\dllnotfoundexception\DllNotFoundExceptionCtor2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble17.cmd_1091]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble17\ConvertToDouble17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble17
+[DllNotFoundExceptionCtor3.cmd_1363]
+RelativePath=CoreMangLib\cti\system\dllnotfoundexception\DllNotFoundExceptionCtor3\DllNotFoundExceptionCtor3.cmd
+WorkingDir=CoreMangLib\cti\system\dllnotfoundexception\DllNotFoundExceptionCtor3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble5.cmd_1092]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble5\ConvertToDouble5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble5
+[DoubleCompareTo1.cmd_1364]
+RelativePath=CoreMangLib\cti\system\double\DoubleCompareTo1\DoubleCompareTo1.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleCompareTo1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble6.cmd_1093]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble6\ConvertToDouble6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble6
+[DoubleEpsilon.cmd_1365]
+RelativePath=CoreMangLib\cti\system\double\DoubleEpsilon\DoubleEpsilon.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleEpsilon
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble7.cmd_1094]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble7\ConvertToDouble7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ConvertToDouble8.cmd_1095]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble8\ConvertToDouble8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble8
+[DoubleEquals1.cmd_1366]
+RelativePath=CoreMangLib\cti\system\double\DoubleEquals1\DoubleEquals1.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleEquals1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToDouble9.cmd_1096]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToDouble9\ConvertToDouble9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToDouble9
+[DoubleEquals2.cmd_1367]
+RelativePath=CoreMangLib\cti\system\double\DoubleEquals2\DoubleEquals2.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleEquals2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16.cmd_1097]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16\ConvertToInt16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16
+[DoubleIConvertibleToBoolean.cmd_1369]
+RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToBoolean\DoubleIConvertibleToBoolean.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToBoolean
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_1.cmd_1098]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_1\ConvertToInt16_1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_1
+[DoubleIConvertibleToByte.cmd_1370]
+RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToByte\DoubleIConvertibleToByte.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_10.cmd_1099]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_10\ConvertToInt16_10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_10
+[DoubleIConvertibleToDateTime.cmd_1371]
+RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToDateTime\DoubleIConvertibleToDateTime.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToDateTime
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_11.cmd_1100]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_11\ConvertToInt16_11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_11
+[DoubleIConvertibleToDecimal.cmd_1372]
+RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToDecimal\DoubleIConvertibleToDecimal.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToDecimal
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_16.cmd_1101]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_16\ConvertToInt16_16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_16
+[DoubleIConvertibleToDouble.cmd_1373]
+RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToDouble\DoubleIConvertibleToDouble.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToDouble
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_17.cmd_1102]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_17\ConvertToInt16_17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_17
+[DoubleIConvertibleToInt16.cmd_1374]
+RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToInt16\DoubleIConvertibleToInt16.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_18.cmd_1103]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_18\ConvertToInt16_18.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_18
+[DoubleIConvertibleToInt32.cmd_1375]
+RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToInt32\DoubleIConvertibleToInt32.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_2.cmd_1104]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_2\ConvertToInt16_2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_2
+[DoubleIConvertibleToInt64.cmd_1376]
+RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToInt64\DoubleIConvertibleToInt64.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_3.cmd_1105]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_3\ConvertToInt16_3.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_3
+[DoubleIConvertibleToSByte.cmd_1377]
+RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToSByte\DoubleIConvertibleToSByte.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToSByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_4.cmd_1106]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_4\ConvertToInt16_4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_4
+[DoubleIConvertibleToSingle.cmd_1378]
+RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToSingle\DoubleIConvertibleToSingle.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToSingle
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_5.cmd_1107]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_5\ConvertToInt16_5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_5
+[DoubleIsInfinity.cmd_1379]
+RelativePath=CoreMangLib\cti\system\double\DoubleIsInfinity\DoubleIsInfinity.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIsInfinity
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_6.cmd_1108]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_6\ConvertToInt16_6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_6
+[DoubleIsNaN.cmd_1380]
+RelativePath=CoreMangLib\cti\system\double\DoubleIsNaN\DoubleIsNaN.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIsNaN
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_7.cmd_1109]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_7\ConvertToInt16_7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_7
+[DoubleIsNegativeInfinity.cmd_1381]
+RelativePath=CoreMangLib\cti\system\double\DoubleIsNegativeInfinity\DoubleIsNegativeInfinity.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIsNegativeInfinity
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_8.cmd_1110]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_8\ConvertToInt16_8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_8
+[DoubleIsPositiveInfinity.cmd_1382]
+RelativePath=CoreMangLib\cti\system\double\DoubleIsPositiveInfinity\DoubleIsPositiveInfinity.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleIsPositiveInfinity
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt16_9.cmd_1111]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt16_9\ConvertToInt16_9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt16_9
+[DoubleMaxValue.cmd_1383]
+RelativePath=CoreMangLib\cti\system\double\DoubleMaxValue\DoubleMaxValue.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleMaxValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32.cmd_1112]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32\ConvertToInt32.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32
+[DoubleMinValue.cmd_1384]
+RelativePath=CoreMangLib\cti\system\double\DoubleMinValue\DoubleMinValue.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleMinValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_1.cmd_1113]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_1\ConvertToInt32_1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_1
+[DoubleNaN.cmd_1385]
+RelativePath=CoreMangLib\cti\system\double\DoubleNaN\DoubleNaN.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleNaN
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_10.cmd_1114]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_10\ConvertToInt32_10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_10
+[DoubleNegativeInfinity.cmd_1386]
+RelativePath=CoreMangLib\cti\system\double\DoubleNegativeInfinity\DoubleNegativeInfinity.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleNegativeInfinity
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_11.cmd_1115]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_11\ConvertToInt32_11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_11
+[DoublePositiveInfinity.cmd_1388]
+RelativePath=CoreMangLib\cti\system\double\DoublePositiveInfinity\DoublePositiveInfinity.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoublePositiveInfinity
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_16.cmd_1116]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_16\ConvertToInt32_16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_16
+[DoubleToString1.cmd_1389]
+RelativePath=CoreMangLib\cti\system\double\DoubleToString1\DoubleToString1.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleToString1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_17.cmd_1117]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_17\ConvertToInt32_17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_17
+[DoubleToString2.cmd_1390]
+RelativePath=CoreMangLib\cti\system\double\DoubleToString2\DoubleToString2.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleToString2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_18.cmd_1118]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_18\ConvertToInt32_18.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_18
+[DoubleToString3.cmd_1391]
+RelativePath=CoreMangLib\cti\system\double\DoubleToString3\DoubleToString3.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleToString3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_2.cmd_1119]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_2\ConvertToInt32_2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_2
+[DoubleToString4.cmd_1392]
+RelativePath=CoreMangLib\cti\system\double\DoubleToString4\DoubleToString4.cmd
+WorkingDir=CoreMangLib\cti\system\double\DoubleToString4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_3.cmd_1120]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_3\ConvertToInt32_3.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_3
+[EnumIConvertibleToInt64.cmd_1394]
+RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToInt64\EnumIConvertibleToInt64.cmd
+WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_4.cmd_1121]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_4\ConvertToInt32_4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_4
+[EnumIConvertibleToSingle.cmd_1395]
+RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToSingle\EnumIConvertibleToSingle.cmd
+WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToSingle
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_5.cmd_1122]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_5\ConvertToInt32_5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_5
+[EnumIConvertibleToType.cmd_1396]
+RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToType\EnumIConvertibleToType.cmd
+WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToType
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_6.cmd_1123]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_6\ConvertToInt32_6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_6
+[EnumIConvertibleToUint16.cmd_1397]
+RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToUint16\EnumIConvertibleToUint16.cmd
+WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToUint16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_7.cmd_1124]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_7\ConvertToInt32_7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_7
+[EnumIConvertibleToUint32.cmd_1398]
+RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToUint32\EnumIConvertibleToUint32.cmd
+WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToUint32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_8.cmd_1125]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_8\ConvertToInt32_8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_8
+[EnumIConvertibleToUint64.cmd_1399]
+RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToUint64\EnumIConvertibleToUint64.cmd
+WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToUint64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt32_9.cmd_1126]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt32_9\ConvertToInt32_9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt32_9
+[EnumIsDefined.cmd_1400]
+RelativePath=CoreMangLib\cti\system\enum\EnumIsDefined\EnumIsDefined.cmd
+WorkingDir=CoreMangLib\cti\system\enum\EnumIsDefined
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64.cmd_1127]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64\ConvertToInt64.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64
+[EnumToObjectb.cmd_1401]
+RelativePath=CoreMangLib\cti\system\enum\EnumToObjectb\EnumToObjectb.cmd
+WorkingDir=CoreMangLib\cti\system\enum\EnumToObjectb
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_1.cmd_1128]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_1\ConvertToInt64_1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_1
+[EnumToString.cmd_1402]
+RelativePath=CoreMangLib\cti\system\enum\EnumToString\EnumToString.cmd
+WorkingDir=CoreMangLib\cti\system\enum\EnumToString
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_10.cmd_1129]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_10\ConvertToInt64_10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_10
+[EnumToString3.cmd_1403]
+RelativePath=CoreMangLib\cti\system\enum\EnumToString3\EnumToString3.cmd
+WorkingDir=CoreMangLib\cti\system\enum\EnumToString3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_11.cmd_1130]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_11\ConvertToInt64_11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_11
+[EnvironmentNewLine.cmd_1404]
+RelativePath=CoreMangLib\cti\system\environment\EnvironmentNewLine\EnvironmentNewLine.cmd
+WorkingDir=CoreMangLib\cti\system\environment\EnvironmentNewLine
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_16.cmd_1131]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_16\ConvertToInt64_16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_16
+[EventArgsctor.cmd_1405]
+RelativePath=CoreMangLib\cti\system\eventargs\EventArgsctor\EventArgsctor.cmd
+WorkingDir=CoreMangLib\cti\system\eventargs\EventArgsctor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_17.cmd_1132]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_17\ConvertToInt64_17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_17
+[EventHandlerInvoke.cmd_1406]
+RelativePath=CoreMangLib\cti\system\eventhandler\EventHandlerInvoke\EventHandlerInvoke.cmd
+WorkingDir=CoreMangLib\cti\system\eventhandler\EventHandlerInvoke
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_18.cmd_1133]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_18\ConvertToInt64_18.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_18
+[EventHandlerBeginInvoke.cmd_1407]
+RelativePath=CoreMangLib\cti\system\eventhandler_generic\EventHandlerBeginInvoke\EventHandlerBeginInvoke.cmd
+WorkingDir=CoreMangLib\cti\system\eventhandler_generic\EventHandlerBeginInvoke
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_2.cmd_1134]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_2\ConvertToInt64_2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_2
+[EventHandlerCtor.cmd_1408]
+RelativePath=CoreMangLib\cti\system\eventhandler_generic\EventHandlerCtor\EventHandlerCtor.cmd
+WorkingDir=CoreMangLib\cti\system\eventhandler_generic\EventHandlerCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_3.cmd_1135]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_3\ConvertToInt64_3.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_3
+[EventHandlerEndInvoke.cmd_1409]
+RelativePath=CoreMangLib\cti\system\eventhandler_generic\EventHandlerEndInvoke\EventHandlerEndInvoke.cmd
+WorkingDir=CoreMangLib\cti\system\eventhandler_generic\EventHandlerEndInvoke
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_4.cmd_1136]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_4\ConvertToInt64_4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_4
+[EventHandlerInvoke.cmd_1410]
+RelativePath=CoreMangLib\cti\system\eventhandler_generic\EventHandlerInvoke\EventHandlerInvoke.cmd
+WorkingDir=CoreMangLib\cti\system\eventhandler_generic\EventHandlerInvoke
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_5.cmd_1137]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_5\ConvertToInt64_5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_5
+[FlagsAttributeCtor.cmd_1415]
+RelativePath=CoreMangLib\cti\system\flagsattribute\FlagsAttributeCtor\FlagsAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\flagsattribute\FlagsAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_6.cmd_1138]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_6\ConvertToInt64_6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_6
+[GCCollect.cmd_1419]
+RelativePath=CoreMangLib\cti\system\gc\GCCollect\GCCollect.cmd
+WorkingDir=CoreMangLib\cti\system\gc\GCCollect
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
+Categories=Pri1;RT;EXPECTED_PASS;GCSTRESS_EXCLUDE
 HostStyle=0
 
-[ConvertToInt64_7.cmd_1139]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_7\ConvertToInt64_7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_7
+[GCGetTotalMemory.cmd_1420]
+RelativePath=CoreMangLib\cti\system\gc\GCGetTotalMemory\GCGetTotalMemory.cmd
+WorkingDir=CoreMangLib\cti\system\gc\GCGetTotalMemory
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_8.cmd_1140]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_8\ConvertToInt64_8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_8
+[GCKeepAlive.cmd_1421]
+RelativePath=CoreMangLib\cti\system\gc\GCKeepAlive\GCKeepAlive.cmd
+WorkingDir=CoreMangLib\cti\system\gc\GCKeepAlive
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToInt64_9.cmd_1141]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToInt64_9\ConvertToInt64_9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToInt64_9
+[GCMaxGeneration.cmd_1422]
+RelativePath=CoreMangLib\cti\system\gc\GCMaxGeneration\GCMaxGeneration.cmd
+WorkingDir=CoreMangLib\cti\system\gc\GCMaxGeneration
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte.cmd_1142]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte\ConvertToSByte.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte
+[GCReRegisterForFinalize.cmd_1423]
+RelativePath=CoreMangLib\cti\system\gc\GCReRegisterForFinalize\GCReRegisterForFinalize.cmd
+WorkingDir=CoreMangLib\cti\system\gc\GCReRegisterForFinalize
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
+Categories=Pri1;3392;LONG_RUNNING;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte1.cmd_1143]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte1\ConvertToSByte1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte1
+[GCSuppressFinalize.cmd_1424]
+RelativePath=CoreMangLib\cti\system\gc\GCSuppressFinalize\GCSuppressFinalize.cmd
+WorkingDir=CoreMangLib\cti\system\gc\GCSuppressFinalize
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte10.cmd_1144]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte10\ConvertToSByte10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte10
+[GCWaitForPendingFinalizers.cmd_1425]
+RelativePath=CoreMangLib\cti\system\gc\GCWaitForPendingFinalizers\GCWaitForPendingFinalizers.cmd
+WorkingDir=CoreMangLib\cti\system\gc\GCWaitForPendingFinalizers
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte11.cmd_1145]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte11\ConvertToSByte11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte11
+[IConvertibleToBoolean.cmd_1582]
+RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToBoolean\IConvertibleToBoolean.cmd
+WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToBoolean
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte16.cmd_1146]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte16\ConvertToSByte16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte16
+[IConvertibleToByte.cmd_1583]
+RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToByte\IConvertibleToByte.cmd
+WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte2.cmd_1147]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte2\ConvertToSByte2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte2
+[IConvertibleToChar.cmd_1584]
+RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToChar\IConvertibleToChar.cmd
+WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToChar
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte3.cmd_1148]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte3\ConvertToSByte3.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte3
+[IConvertibleToDateTime.cmd_1585]
+RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToDateTime\IConvertibleToDateTime.cmd
+WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToDateTime
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte4.cmd_1149]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte4\ConvertToSByte4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte4
+[IConvertibleToDecimal.cmd_1586]
+RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToDecimal\IConvertibleToDecimal.cmd
+WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToDecimal
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte5.cmd_1150]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte5\ConvertToSByte5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte5
+[IConvertibleToDouble.cmd_1587]
+RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToDouble\IConvertibleToDouble.cmd
+WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToDouble
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte6.cmd_1151]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte6\ConvertToSByte6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte6
+[IConvertibleToInt16.cmd_1588]
+RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToInt16\IConvertibleToInt16.cmd
+WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte7.cmd_1152]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte7\ConvertToSByte7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte7
+[IConvertibleToInt32.cmd_1589]
+RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToInt32\IConvertibleToInt32.cmd
+WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte8.cmd_1153]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte8\ConvertToSByte8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte8
+[IConvertibleToInt64.cmd_1590]
+RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToInt64\IConvertibleToInt64.cmd
+WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSByte9.cmd_1154]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSByte9\ConvertToSByte9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSByte9
+[Int32CompareTo1.cmd_1596]
+RelativePath=CoreMangLib\cti\system\int\Int32CompareTo1\Int32CompareTo1.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32CompareTo1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSingle.cmd_1155]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSingle\ConvertToSingle.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSingle
+[Int32Equals1.cmd_1597]
+RelativePath=CoreMangLib\cti\system\int\Int32Equals1\Int32Equals1.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32Equals1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSingle13.cmd_1156]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSingle13\ConvertToSingle13.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSingle13
+[Int32Equals2.cmd_1598]
+RelativePath=CoreMangLib\cti\system\int\Int32Equals2\Int32Equals2.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32Equals2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSingle14.cmd_1157]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSingle14\ConvertToSingle14.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSingle14
+[Int32GetHashCode.cmd_1599]
+RelativePath=CoreMangLib\cti\system\int\Int32GetHashCode\Int32GetHashCode.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32GetHashCode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSingle15.cmd_1158]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSingle15\ConvertToSingle15.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSingle15
+[Int32IConvertibleToBoolean.cmd_1600]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToBoolean\Int32IConvertibleToBoolean.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToBoolean
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSingle16.cmd_1159]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSingle16\ConvertToSingle16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSingle16
+[Int32IConvertibleToByte.cmd_1601]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToByte\Int32IConvertibleToByte.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToSingle17.cmd_1160]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToSingle17\ConvertToSingle17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToSingle17
+[Int32IConvertibleToChar.cmd_1602]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToChar\Int32IConvertibleToChar.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToChar
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString1.cmd_1161]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString1\ConvertToString1.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString1
+[Int32IConvertibleToDateTime.cmd_1603]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToDateTime\Int32IConvertibleToDateTime.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToDateTime
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString10.cmd_1162]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString10\ConvertToString10.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString10
+[Int32IConvertibleToDecimal.cmd_1604]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToDecimal\Int32IConvertibleToDecimal.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToDecimal
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString11.cmd_1163]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString11\ConvertToString11.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString11
+[Int32IConvertibleToDouble.cmd_1605]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToDouble\Int32IConvertibleToDouble.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToDouble
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString12.cmd_1164]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString12\ConvertToString12.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString12
+[Int32IConvertibleToInt16.cmd_1606]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToInt16\Int32IConvertibleToInt16.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString13.cmd_1165]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString13\ConvertToString13.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString13
+[Int32IConvertibleToInt32.cmd_1607]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToInt32\Int32IConvertibleToInt32.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString14.cmd_1166]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString14\ConvertToString14.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString14
+[Int32IConvertibleToInt64.cmd_1608]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToInt64\Int32IConvertibleToInt64.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString15.cmd_1167]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString15\ConvertToString15.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString15
+[Int32IConvertibleToSByte.cmd_1609]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToSByte\Int32IConvertibleToSByte.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToSByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString16.cmd_1168]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString16\ConvertToString16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString16
+[Int32IConvertibleToSingle.cmd_1610]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToSingle\Int32IConvertibleToSingle.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToSingle
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString17.cmd_1169]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString17\ConvertToString17.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString17
+[Int32IConvertibleToType.cmd_1611]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToType\Int32IConvertibleToType.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToType
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString18.cmd_1170]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString18\ConvertToString18.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString18
+[Int32IConvertibleToUInt16.cmd_1612]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToUInt16\Int32IConvertibleToUInt16.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToUInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString19.cmd_1171]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString19\ConvertToString19.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString19
+[Int32IConvertibleToUInt32.cmd_1613]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToUInt32\Int32IConvertibleToUInt32.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToUInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString2.cmd_1172]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString2\ConvertToString2.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString2
+[Int32IConvertibleToUInt64.cmd_1614]
+RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToUInt64\Int32IConvertibleToUInt64.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToUInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString20.cmd_1173]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString20\ConvertToString20.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString20
+[Int32MaxValue.cmd_1615]
+RelativePath=CoreMangLib\cti\system\int\Int32MaxValue\Int32MaxValue.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32MaxValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString21.cmd_1174]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString21\ConvertToString21.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString21
+[Int32MinValue.cmd_1616]
+RelativePath=CoreMangLib\cti\system\int\Int32MinValue\Int32MinValue.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32MinValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString22.cmd_1175]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString22\ConvertToString22.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString22
+[Int32ToString3.cmd_1621]
+RelativePath=CoreMangLib\cti\system\int\Int32ToString3\Int32ToString3.cmd
+WorkingDir=CoreMangLib\cti\system\int\Int32ToString3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString23.cmd_1176]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString23\ConvertToString23.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString23
+[Int16Equals1.cmd_1623]
+RelativePath=CoreMangLib\cti\system\int16\Int16Equals1\Int16Equals1.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16Equals1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString24.cmd_1177]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString24\ConvertToString24.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString24
+[Int16Equals2.cmd_1624]
+RelativePath=CoreMangLib\cti\system\int16\Int16Equals2\Int16Equals2.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16Equals2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString25.cmd_1178]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString25\ConvertToString25.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString25
+[Int16GetHashCode.cmd_1625]
+RelativePath=CoreMangLib\cti\system\int16\Int16GetHashCode\Int16GetHashCode.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16GetHashCode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString28.cmd_1179]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString28\ConvertToString28.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString28
+[Int16IConvertibleToBoolean.cmd_1626]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToBoolean\Int16IConvertibleToBoolean.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToBoolean
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString29.cmd_1180]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString29\ConvertToString29.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString29
+[Int16IConvertibleToByte.cmd_1627]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToByte\Int16IConvertibleToByte.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString30.cmd_1181]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString30\ConvertToString30.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString30
+[Int16IConvertibleToChar.cmd_1628]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToChar\Int16IConvertibleToChar.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToChar
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString31.cmd_1182]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString31\ConvertToString31.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString31
+[Int16IConvertibleToDateTime.cmd_1629]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToDateTime\Int16IConvertibleToDateTime.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToDateTime
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString32.cmd_1183]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString32\ConvertToString32.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString32
+[Int16IConvertibleToDecimal.cmd_1630]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToDecimal\Int16IConvertibleToDecimal.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToDecimal
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString33.cmd_1184]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString33\ConvertToString33.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString33
+[Int16IConvertibleToDouble.cmd_1631]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToDouble\Int16IConvertibleToDouble.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToDouble
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString4.cmd_1185]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString4\ConvertToString4.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString4
+[Int16IConvertibleToInt16.cmd_1632]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToInt16\Int16IConvertibleToInt16.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString5.cmd_1186]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString5\ConvertToString5.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString5
+[Int16IConvertibleToInt32.cmd_1633]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToInt32\Int16IConvertibleToInt32.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString6.cmd_1187]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString6\ConvertToString6.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString6
+[Int16IConvertibleToInt64.cmd_1634]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToInt64\Int16IConvertibleToInt64.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString7.cmd_1188]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString7\ConvertToString7.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString7
+[Int16IConvertibleToSByte.cmd_1635]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToSByte\Int16IConvertibleToSByte.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToSByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString8.cmd_1189]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString8\ConvertToString8.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString8
+[Int16IConvertibleToSingle.cmd_1636]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToSingle\Int16IConvertibleToSingle.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToSingle
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToString9.cmd_1190]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToString9\ConvertToString9.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToString9
+[Int16IConvertibleToType.cmd_1637]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToType\Int16IConvertibleToType.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToType
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt16.cmd_1191]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt16\ConvertToUInt16.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt16
+[Int16IConvertibleToUInt16.cmd_1638]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToUInt16\Int16IConvertibleToUInt16.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToUInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt161.cmd_1192]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt161\ConvertToUInt161.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt161
+[Int16IConvertibleToUInt32.cmd_1639]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToUInt32\Int16IConvertibleToUInt32.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToUInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt1610.cmd_1193]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1610\ConvertToUInt1610.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1610
+[Int16IConvertibleToUInt64.cmd_1640]
+RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToUInt64\Int16IConvertibleToUInt64.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToUInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt1611.cmd_1194]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1611\ConvertToUInt1611.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1611
+[Int16MaxValue.cmd_1641]
+RelativePath=CoreMangLib\cti\system\int16\Int16MaxValue\Int16MaxValue.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16MaxValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt1612.cmd_1195]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1612\ConvertToUInt1612.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1612
+[Int16MinValue.cmd_1642]
+RelativePath=CoreMangLib\cti\system\int16\Int16MinValue\Int16MinValue.cmd
+WorkingDir=CoreMangLib\cti\system\int16\Int16MinValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt1613.cmd_1196]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1613\ConvertToUInt1613.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1613
+[Int64CompareTo1.cmd_1647]
+RelativePath=CoreMangLib\cti\system\int64\Int64CompareTo1\Int64CompareTo1.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64CompareTo1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt1614.cmd_1197]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1614\ConvertToUInt1614.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1614
+[Int64Equals1.cmd_1648]
+RelativePath=CoreMangLib\cti\system\int64\Int64Equals1\Int64Equals1.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64Equals1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt1615.cmd_1198]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1615\ConvertToUInt1615.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1615
+[Int64Equals2.cmd_1649]
+RelativePath=CoreMangLib\cti\system\int64\Int64Equals2\Int64Equals2.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64Equals2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt1616.cmd_1199]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1616\ConvertToUInt1616.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1616
+[Int64GetHashCode.cmd_1650]
+RelativePath=CoreMangLib\cti\system\int64\Int64GetHashCode\Int64GetHashCode.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64GetHashCode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt1617.cmd_1200]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1617\ConvertToUInt1617.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1617
+[Int64IConvertibleToBoolean.cmd_1651]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToBoolean\Int64IConvertibleToBoolean.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToBoolean
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt1618.cmd_1201]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt1618\ConvertToUInt1618.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt1618
+[Int64IConvertibleToByte.cmd_1652]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToByte\Int64IConvertibleToByte.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt162.cmd_1202]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt162\ConvertToUInt162.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt162
+[Int64IConvertibleToChar.cmd_1653]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToChar\Int64IConvertibleToChar.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToChar
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt163.cmd_1203]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt163\ConvertToUInt163.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt163
+[Int64IConvertibleToDateTime.cmd_1654]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToDateTime\Int64IConvertibleToDateTime.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToDateTime
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt164.cmd_1204]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt164\ConvertToUInt164.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt164
+[Int64IConvertibleToDecimal.cmd_1655]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToDecimal\Int64IConvertibleToDecimal.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToDecimal
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt165.cmd_1205]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt165\ConvertToUInt165.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt165
+[Int64IConvertibleToDouble.cmd_1656]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToDouble\Int64IConvertibleToDouble.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToDouble
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt166.cmd_1206]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt166\ConvertToUInt166.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt166
+[Int64IConvertibleToInt16.cmd_1657]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToInt16\Int64IConvertibleToInt16.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt167.cmd_1207]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt167\ConvertToUInt167.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt167
+[Int64IConvertibleToInt32.cmd_1658]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToInt32\Int64IConvertibleToInt32.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt168.cmd_1208]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt168\ConvertToUInt168.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt168
+[Int64IConvertibleToInt64.cmd_1659]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToInt64\Int64IConvertibleToInt64.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt169.cmd_1209]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt169\ConvertToUInt169.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt169
+[Int64IConvertibleToSByte.cmd_1660]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToSByte\Int64IConvertibleToSByte.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToSByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt32.cmd_1210]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt32\ConvertToUInt32.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt32
+[Int64IConvertibleToSingle.cmd_1661]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToSingle\Int64IConvertibleToSingle.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToSingle
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt321.cmd_1211]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt321\ConvertToUInt321.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt321
+[Int64IConvertibleToType.cmd_1662]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToType\Int64IConvertibleToType.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToType
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt3210.cmd_1212]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3210\ConvertToUInt3210.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3210
+[Int64IConvertibleToUInt16.cmd_1663]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToUInt16\Int64IConvertibleToUInt16.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToUInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt3211.cmd_1213]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3211\ConvertToUInt3211.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3211
+[Int64IConvertibleToUInt32.cmd_1664]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToUInt32\Int64IConvertibleToUInt32.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToUInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt3212.cmd_1214]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3212\ConvertToUInt3212.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3212
+[Int64IConvertibleToUInt64.cmd_1665]
+RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToUInt64\Int64IConvertibleToUInt64.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToUInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt3213.cmd_1215]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3213\ConvertToUInt3213.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3213
+[Int64MaxValue.cmd_1666]
+RelativePath=CoreMangLib\cti\system\int64\Int64MaxValue\Int64MaxValue.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64MaxValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt3215.cmd_1216]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3215\ConvertToUInt3215.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3215
+[Int64MinValue.cmd_1667]
+RelativePath=CoreMangLib\cti\system\int64\Int64MinValue\Int64MinValue.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64MinValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt3216.cmd_1217]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3216\ConvertToUInt3216.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3216
+[Int64ToString3.cmd_1671]
+RelativePath=CoreMangLib\cti\system\int64\Int64ToString3\Int64ToString3.cmd
+WorkingDir=CoreMangLib\cti\system\int64\Int64ToString3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt3217.cmd_1218]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3217\ConvertToUInt3217.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3217
+[BinaryWriterOutStream_PSC.cmd_1692]
+RelativePath=CoreMangLib\cti\system\io\binarywriter\BinaryWriterOutStream_PSC\BinaryWriterOutStream_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\io\binarywriter\BinaryWriterOutStream_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt3218.cmd_1219]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3218\ConvertToUInt3218.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3218
+[FileStreamDispose_PSC.cmd_1733]
+RelativePath=CoreMangLib\cti\system\io\filestream\FileStreamDispose_PSC\FileStreamDispose_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\io\filestream\FileStreamDispose_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt3219.cmd_1220]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt3219\ConvertToUInt3219.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt3219
+[IOExceptionctor1.cmd_1734]
+RelativePath=CoreMangLib\cti\system\io\ioexception\IOExceptionctor1\IOExceptionctor1.cmd
+WorkingDir=CoreMangLib\cti\system\io\ioexception\IOExceptionctor1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt322.cmd_1221]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt322\ConvertToUInt322.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt322
+[IOExceptionctor2.cmd_1735]
+RelativePath=CoreMangLib\cti\system\io\ioexception\IOExceptionctor2\IOExceptionctor2.cmd
+WorkingDir=CoreMangLib\cti\system\io\ioexception\IOExceptionctor2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt323.cmd_1222]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt323\ConvertToUInt323.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt323
+[MemoryStreamCtor.cmd_1736]
+RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor\MemoryStreamCtor.cmd
+WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt324.cmd_1223]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt324\ConvertToUInt324.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt324
+[MemoryStreamCtor2.cmd_1737]
+RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor2\MemoryStreamCtor2.cmd
+WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt325.cmd_1224]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt325\ConvertToUInt325.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt325
+[MemoryStreamCtor3.cmd_1738]
+RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor3\MemoryStreamCtor3.cmd
+WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt326.cmd_1225]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt326\ConvertToUInt326.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt326
+[MemoryStreamCtor4.cmd_1739]
+RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor4\MemoryStreamCtor4.cmd
+WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt327.cmd_1226]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt327\ConvertToUInt327.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt327
+[MemoryStreamCtor5.cmd_1740]
+RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor5\MemoryStreamCtor5.cmd
+WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor5
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt328.cmd_1227]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt328\ConvertToUInt328.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt328
+[MemoryStreamCtor6.cmd_1741]
+RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor6\MemoryStreamCtor6.cmd
+WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor6
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt329.cmd_1228]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt329\ConvertToUInt329.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt329
+[MemoryStreamCtor7.cmd_1742]
+RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor7\MemoryStreamCtor7.cmd
+WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor7
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt64.cmd_1229]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt64\ConvertToUInt64.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt64
+[StreamDispose1_PSC.cmd_1749]
+RelativePath=CoreMangLib\cti\system\io\stream\StreamDispose1_PSC\StreamDispose1_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\io\stream\StreamDispose1_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt641.cmd_1230]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt641\ConvertToUInt641.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt641
+[StreamDispose2_PSC.cmd_1750]
+RelativePath=CoreMangLib\cti\system\io\stream\StreamDispose2_PSC\StreamDispose2_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\io\stream\StreamDispose2_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt6410.cmd_1231]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6410\ConvertToUInt6410.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6410
+[StreamNull_PSC.cmd_1751]
+RelativePath=CoreMangLib\cti\system\io\stream\StreamNull_PSC\StreamNull_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\io\stream\StreamNull_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt6411.cmd_1232]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6411\ConvertToUInt6411.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6411
+[StreamReadTimeOut_PSC.cmd_1752]
+RelativePath=CoreMangLib\cti\system\io\stream\StreamReadTimeOut_PSC\StreamReadTimeOut_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\io\stream\StreamReadTimeOut_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt6412.cmd_1233]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6412\ConvertToUInt6412.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6412
+[StreamWriteTimeOut_PSC.cmd_1753]
+RelativePath=CoreMangLib\cti\system\io\stream\StreamWriteTimeOut_PSC\StreamWriteTimeOut_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\io\stream\StreamWriteTimeOut_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt6413.cmd_1234]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6413\ConvertToUInt6413.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6413
+[StringWriterEncoding_PSC.cmd_1755]
+RelativePath=CoreMangLib\cti\system\io\stringwriter\StringWriterEncoding_PSC\StringWriterEncoding_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\io\stringwriter\StringWriterEncoding_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt6414.cmd_1235]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6414\ConvertToUInt6414.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6414
+[MathAbs1.cmd_1758]
+RelativePath=CoreMangLib\cti\system\math\MathAbs1\MathAbs1.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathAbs1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt6415.cmd_1236]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6415\ConvertToUInt6415.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6415
+[MathAbs2.cmd_1759]
+RelativePath=CoreMangLib\cti\system\math\MathAbs2\MathAbs2.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathAbs2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt6416.cmd_1237]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6416\ConvertToUInt6416.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6416
+[MathAbs3.cmd_1760]
+RelativePath=CoreMangLib\cti\system\math\MathAbs3\MathAbs3.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathAbs3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt6417.cmd_1238]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6417\ConvertToUInt6417.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6417
+[MathAbs4.cmd_1761]
+RelativePath=CoreMangLib\cti\system\math\MathAbs4\MathAbs4.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathAbs4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt6418.cmd_1239]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt6418\ConvertToUInt6418.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt6418
+[MathAbs5.cmd_1762]
+RelativePath=CoreMangLib\cti\system\math\MathAbs5\MathAbs5.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathAbs5
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt642.cmd_1240]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt642\ConvertToUInt642.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt642
+[MathAbs6.cmd_1763]
+RelativePath=CoreMangLib\cti\system\math\MathAbs6\MathAbs6.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathAbs6
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt643.cmd_1241]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt643\ConvertToUInt643.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt643
+[MathAbs7.cmd_1764]
+RelativePath=CoreMangLib\cti\system\math\MathAbs7\MathAbs7.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathAbs7
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt644.cmd_1242]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt644\ConvertToUInt644.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt644
+[MathAcos.cmd_1765]
+RelativePath=CoreMangLib\cti\system\math\MathAcos\MathAcos.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathAcos
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt645.cmd_1243]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt645\ConvertToUInt645.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt645
+[MathAtan.cmd_1766]
+RelativePath=CoreMangLib\cti\system\math\MathAtan\MathAtan.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathAtan
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt646.cmd_1244]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt646\ConvertToUInt646.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt646
+[MathAtan2.cmd_1767]
+RelativePath=CoreMangLib\cti\system\math\MathAtan2\MathAtan2.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathAtan2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt647.cmd_1245]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt647\ConvertToUInt647.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt647
+[MathCeiling.cmd_1768]
+RelativePath=CoreMangLib\cti\system\math\MathCeiling\MathCeiling.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathCeiling
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt648.cmd_1246]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt648\ConvertToUInt648.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt648
+[MathCos.cmd_1769]
+RelativePath=CoreMangLib\cti\system\math\MathCos\MathCos.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathCos
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConvertToUInt649.cmd_1247]
-RelativePath=CoreMangLib\cti\system\convert\ConvertToUInt649\ConvertToUInt649.cmd
-WorkingDir=CoreMangLib\cti\system\convert\ConvertToUInt649
+[MathCosh.cmd_1770]
+RelativePath=CoreMangLib\cti\system\math\MathCosh\MathCosh.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathCosh
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimaFloor.cmd_1293]
-RelativePath=CoreMangLib\cti\system\decimal\DecimaFloor\DecimaFloor.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimaFloor
+[MathE.cmd_1771]
+RelativePath=CoreMangLib\cti\system\math\MathE\MathE.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathE
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalAdd.cmd_1294]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalAdd\DecimalAdd.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalAdd
+[MathExp.cmd_1772]
+RelativePath=CoreMangLib\cti\system\math\MathExp\MathExp.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathExp
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalCompare.cmd_1295]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalCompare\DecimalCompare.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalCompare
+[MathFloor.cmd_1773]
+RelativePath=CoreMangLib\cti\system\math\MathFloor\MathFloor.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathFloor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalCtor1.cmd_1296]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor1\DecimalCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor1
+[MathIEEERemainder.cmd_1774]
+RelativePath=CoreMangLib\cti\system\math\MathIEEERemainder\MathIEEERemainder.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathIEEERemainder
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalCtor2.cmd_1297]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor2\DecimalCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor2
+[MathLog.cmd_1775]
+RelativePath=CoreMangLib\cti\system\math\MathLog\MathLog.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathLog
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalCtor3.cmd_1298]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor3\DecimalCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor3
+[MathLog10.cmd_1776]
+RelativePath=CoreMangLib\cti\system\math\MathLog10\MathLog10.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathLog10
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalCtor4.cmd_1299]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor4\DecimalCtor4.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor4
+[MathMax1.cmd_1777]
+RelativePath=CoreMangLib\cti\system\math\MathMax1\MathMax1.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMax1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalCtor5.cmd_1300]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor5\DecimalCtor5.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor5
-Expected=0
+[MathMax10.cmd_1778]
+RelativePath=CoreMangLib\cti\system\math\MathMax10\MathMax10.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMax10
+Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalCtor6.cmd_1301]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor6\DecimalCtor6.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor6
+[MathMax11.cmd_1779]
+RelativePath=CoreMangLib\cti\system\math\MathMax11\MathMax11.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMax11
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalCtor7.cmd_1302]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor7\DecimalCtor7.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor7
+[MathMax2.cmd_1780]
+RelativePath=CoreMangLib\cti\system\math\MathMax2\MathMax2.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMax2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalCtor8.cmd_1303]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalCtor8\DecimalCtor8.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalCtor8
+[MathMax3.cmd_1781]
+RelativePath=CoreMangLib\cti\system\math\MathMax3\MathMax3.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMax3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalDivide.cmd_1304]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalDivide\DecimalDivide.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalDivide
+[MathMax4.cmd_1782]
+RelativePath=CoreMangLib\cti\system\math\MathMax4\MathMax4.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMax4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalEquals1.cmd_1305]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalEquals1\DecimalEquals1.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalEquals1
+[MathMax5.cmd_1783]
+RelativePath=CoreMangLib\cti\system\math\MathMax5\MathMax5.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMax5
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalEquals2.cmd_1306]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalEquals2\DecimalEquals2.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalEquals2
+[MathMax6.cmd_1784]
+RelativePath=CoreMangLib\cti\system\math\MathMax6\MathMax6.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMax6
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalEquals3.cmd_1307]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalEquals3\DecimalEquals3.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalEquals3
+[MathMax7.cmd_1785]
+RelativePath=CoreMangLib\cti\system\math\MathMax7\MathMax7.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMax7
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalGetBits.cmd_1308]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalGetBits\DecimalGetBits.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalGetBits
+[MathMax8.cmd_1786]
+RelativePath=CoreMangLib\cti\system\math\MathMax8\MathMax8.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMax8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalMaxValue.cmd_1309]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalMaxValue\DecimalMaxValue.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalMaxValue
+[MathMax9.cmd_1787]
+RelativePath=CoreMangLib\cti\system\math\MathMax9\MathMax9.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMax9
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalMinusOne.cmd_1310]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalMinusOne\DecimalMinusOne.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalMinusOne
+[MathMin1.cmd_1788]
+RelativePath=CoreMangLib\cti\system\math\MathMin1\MathMin1.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMin1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalMinValue.cmd_1311]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalMinValue\DecimalMinValue.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalMinValue
+[MathMin10.cmd_1789]
+RelativePath=CoreMangLib\cti\system\math\MathMin10\MathMin10.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMin10
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalMultiply.cmd_1312]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalMultiply\DecimalMultiply.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalMultiply
+[MathMin11.cmd_1790]
+RelativePath=CoreMangLib\cti\system\math\MathMin11\MathMin11.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMin11
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalNegate.cmd_1313]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalNegate\DecimalNegate.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalNegate
+[MathMin2.cmd_1791]
+RelativePath=CoreMangLib\cti\system\math\MathMin2\MathMin2.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMin2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalOne.cmd_1314]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalOne\DecimalOne.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalOne
+[MathMin3.cmd_1792]
+RelativePath=CoreMangLib\cti\system\math\MathMin3\MathMin3.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMin3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalRemainder.cmd_1319]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalRemainder\DecimalRemainder.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalRemainder
+[MathMin4.cmd_1793]
+RelativePath=CoreMangLib\cti\system\math\MathMin4\MathMin4.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMin4
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS;UNWIND
+Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalSubtract.cmd_1320]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalSubtract\DecimalSubtract.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalSubtract
+[MathMin5.cmd_1794]
+RelativePath=CoreMangLib\cti\system\math\MathMin5\MathMin5.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMin5
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToBoolean.cmd_1321]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToBoolean\DecimalToBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToBoolean
+[MathMin6.cmd_1795]
+RelativePath=CoreMangLib\cti\system\math\MathMin6\MathMin6.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMin6
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToByte.cmd_1322]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToByte\DecimalToByte.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToByte
+[MathMin7.cmd_1796]
+RelativePath=CoreMangLib\cti\system\math\MathMin7\MathMin7.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMin7
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToByte1.cmd_1323]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToByte1\DecimalToByte1.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToByte1
+[MathMin8.cmd_1797]
+RelativePath=CoreMangLib\cti\system\math\MathMin8\MathMin8.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMin8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToChar.cmd_1324]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToChar\DecimalToChar.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToChar
+[MathMin9.cmd_1798]
+RelativePath=CoreMangLib\cti\system\math\MathMin9\MathMin9.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathMin9
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToDateTime.cmd_1325]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToDateTime\DecimalToDateTime.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToDateTime
+[MathPI.cmd_1799]
+RelativePath=CoreMangLib\cti\system\math\MathPI\MathPI.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathPI
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToDecimal.cmd_1326]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToDecimal\DecimalToDecimal.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToDecimal
+[MathPow.cmd_1800]
+RelativePath=CoreMangLib\cti\system\math\MathPow\MathPow.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathPow
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToDouble.cmd_1327]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToDouble\DecimalToDouble.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToDouble
+[mathRound1.cmd_1801]
+RelativePath=CoreMangLib\cti\system\math\mathRound1\mathRound1.cmd
+WorkingDir=CoreMangLib\cti\system\math\mathRound1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToInt16.cmd_1328]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToInt16\DecimalToInt16.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToInt16
+[MathRound2.cmd_1802]
+RelativePath=CoreMangLib\cti\system\math\MathRound2\MathRound2.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathRound2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToInt32.cmd_1329]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToInt32\DecimalToInt32.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToInt32
+[MathRound3.cmd_1803]
+RelativePath=CoreMangLib\cti\system\math\MathRound3\MathRound3.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathRound3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToInt64.cmd_1330]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToInt64\DecimalToInt64.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToInt64
+[MathRound4.cmd_1804]
+RelativePath=CoreMangLib\cti\system\math\MathRound4\MathRound4.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathRound4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToSByte.cmd_1331]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToSByte\DecimalToSByte.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToSByte
+[MathSign1.cmd_1805]
+RelativePath=CoreMangLib\cti\system\math\MathSign1\MathSign1.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathSign1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToSingle.cmd_1332]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToSingle\DecimalToSingle.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToSingle
+[MathSign2.cmd_1806]
+RelativePath=CoreMangLib\cti\system\math\MathSign2\MathSign2.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathSign2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToString1.cmd_1333]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToString1\DecimalToString1.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToString1
+[MathSign3.cmd_1807]
+RelativePath=CoreMangLib\cti\system\math\MathSign3\MathSign3.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathSign3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToString2.cmd_1334]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToString2\DecimalToString2.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToString2
+[MathSign4.cmd_1808]
+RelativePath=CoreMangLib\cti\system\math\MathSign4\MathSign4.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathSign4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToString3.cmd_1335]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToString3\DecimalToString3.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToString3
+[MathSign5.cmd_1809]
+RelativePath=CoreMangLib\cti\system\math\MathSign5\MathSign5.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathSign5
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToString4.cmd_1336]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToString4\DecimalToString4.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToString4
+[MathSign6.cmd_1810]
+RelativePath=CoreMangLib\cti\system\math\MathSign6\MathSign6.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathSign6
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToUInt16.cmd_1337]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToUInt16\DecimalToUInt16.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToUInt16
+[MathSign7.cmd_1811]
+RelativePath=CoreMangLib\cti\system\math\MathSign7\MathSign7.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathSign7
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToUInt32.cmd_1338]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToUInt32\DecimalToUInt32.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToUInt32
+[MathSin.cmd_1812]
+RelativePath=CoreMangLib\cti\system\math\MathSin\MathSin.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathSin
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalToUInt64.cmd_1339]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalToUInt64\DecimalToUInt64.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalToUInt64
+[MathSinh.cmd_1813]
+RelativePath=CoreMangLib\cti\system\math\MathSinh\MathSinh.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathSinh
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalTruncate.cmd_1340]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalTruncate\DecimalTruncate.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalTruncate
+[MathSqrt.cmd_1814]
+RelativePath=CoreMangLib\cti\system\math\MathSqrt\MathSqrt.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathSqrt
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecimalZero.cmd_1342]
-RelativePath=CoreMangLib\cti\system\decimal\DecimalZero\DecimalZero.cmd
-WorkingDir=CoreMangLib\cti\system\decimal\DecimalZero
+[MathTan.cmd_1815]
+RelativePath=CoreMangLib\cti\system\math\MathTan\MathTan.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathTan
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DelegateABI.cmd_1343]
-RelativePath=CoreMangLib\cti\system\delegate\DelegateABI\DelegateABI.cmd
-WorkingDir=CoreMangLib\cti\system\delegate\DelegateABI
+[MathTanh.cmd_1816]
+RelativePath=CoreMangLib\cti\system\math\MathTanh\MathTanh.cmd
+WorkingDir=CoreMangLib\cti\system\math\MathTanh
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
+Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DelegateCombine1.cmd_1344]
-RelativePath=CoreMangLib\cti\system\delegate\DelegateCombine1\DelegateCombine1.cmd
-WorkingDir=CoreMangLib\cti\system\delegate\DelegateCombine1
+[MulticastDelegateCombineImpl.cmd_1835]
+RelativePath=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateCombineImpl\MulticastDelegateCombineImpl.cmd
+WorkingDir=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateCombineImpl
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DelegateCombineImpl.cmd_1345]
-RelativePath=CoreMangLib\cti\system\delegate\DelegateCombineImpl\DelegateCombineImpl.cmd
-WorkingDir=CoreMangLib\cti\system\delegate\DelegateCombineImpl
+[MulticastDelegateEquals.cmd_1836]
+RelativePath=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateEquals\MulticastDelegateEquals.cmd
+WorkingDir=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateEquals
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DelegateEquals1.cmd_1346]
-RelativePath=CoreMangLib\cti\system\delegate\DelegateEquals1\DelegateEquals1.cmd
-WorkingDir=CoreMangLib\cti\system\delegate\DelegateEquals1
+[MulticastDelegateGetHashCode.cmd_1837]
+RelativePath=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateGetHashCode\MulticastDelegateGetHashCode.cmd
+WorkingDir=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateGetHashCode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DelegateGetHashCode1.cmd_1347]
-RelativePath=CoreMangLib\cti\system\delegate\DelegateGetHashCode1\DelegateGetHashCode1.cmd
-WorkingDir=CoreMangLib\cti\system\delegate\DelegateGetHashCode1
+[MulticastDelegateGetInvocationList.cmd_1838]
+RelativePath=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateGetInvocationList\MulticastDelegateGetInvocationList.cmd
+WorkingDir=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateGetInvocationList
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DelegateGetInvocationList1.cmd_1348]
-RelativePath=CoreMangLib\cti\system\delegate\DelegateGetInvocationList1\DelegateGetInvocationList1.cmd
-WorkingDir=CoreMangLib\cti\system\delegate\DelegateGetInvocationList1
+[ObjectCtor.cmd_1857]
+RelativePath=CoreMangLib\cti\system\object\ObjectCtor\ObjectCtor.cmd
+WorkingDir=CoreMangLib\cti\system\object\ObjectCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DelegateRemove.cmd_1349]
-RelativePath=CoreMangLib\cti\system\delegate\DelegateRemove\DelegateRemove.cmd
-WorkingDir=CoreMangLib\cti\system\delegate\DelegateRemove
+[ObjectEquals1.cmd_1858]
+RelativePath=CoreMangLib\cti\system\object\ObjectEquals1\ObjectEquals1.cmd
+WorkingDir=CoreMangLib\cti\system\object\ObjectEquals1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[delegateRemoveImpl.cmd_1350]
-RelativePath=CoreMangLib\cti\system\delegate\delegateRemoveImpl\delegateRemoveImpl.cmd
-WorkingDir=CoreMangLib\cti\system\delegate\delegateRemoveImpl
+[ObjectEquals2.cmd_1859]
+RelativePath=CoreMangLib\cti\system\object\ObjectEquals2\ObjectEquals2.cmd
+WorkingDir=CoreMangLib\cti\system\object\ObjectEquals2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConditionalAttributeConditionString.cmd_1351]
-RelativePath=CoreMangLib\cti\system\diagnostics\conditionalattribute\ConditionalAttributeConditionString\ConditionalAttributeConditionString.cmd
-WorkingDir=CoreMangLib\cti\system\diagnostics\conditionalattribute\ConditionalAttributeConditionString
+[ObjectFinalize.cmd_1860]
+RelativePath=CoreMangLib\cti\system\object\ObjectFinalize\ObjectFinalize.cmd
+WorkingDir=CoreMangLib\cti\system\object\ObjectFinalize
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[ConditionalAttributeCtor.cmd_1352]
-RelativePath=CoreMangLib\cti\system\diagnostics\conditionalattribute\ConditionalAttributeCtor\ConditionalAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\diagnostics\conditionalattribute\ConditionalAttributeCtor
+[ObjectGetHashCode.cmd_1861]
+RelativePath=CoreMangLib\cti\system\object\ObjectGetHashCode\ObjectGetHashCode.cmd
+WorkingDir=CoreMangLib\cti\system\object\ObjectGetHashCode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DebuggingModesDefault.cmd_1353]
-RelativePath=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesDefault\DebuggingModesDefault.cmd
-WorkingDir=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesDefault
+[ObjectMemberwiseClone.cmd_1862]
+RelativePath=CoreMangLib\cti\system\object\ObjectMemberwiseClone\ObjectMemberwiseClone.cmd
+WorkingDir=CoreMangLib\cti\system\object\ObjectMemberwiseClone
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DebuggingModesDisableOptimizations.cmd_1354]
-RelativePath=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesDisableOptimizations\DebuggingModesDisableOptimizations.cmd
-WorkingDir=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesDisableOptimizations
+[ObjectReferenceEquals.cmd_1863]
+RelativePath=CoreMangLib\cti\system\object\ObjectReferenceEquals\ObjectReferenceEquals.cmd
+WorkingDir=CoreMangLib\cti\system\object\ObjectReferenceEquals
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DebuggingModesEnableEditAndContinue.cmd_1355]
-RelativePath=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesEnableEditAndContinue\DebuggingModesEnableEditAndContinue.cmd
-WorkingDir=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesEnableEditAndContinue
+[ObjectToString.cmd_1864]
+RelativePath=CoreMangLib\cti\system\object\ObjectToString\ObjectToString.cmd
+WorkingDir=CoreMangLib\cti\system\object\ObjectToString
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DebuggingModesIgnoreSymbolStoreSequencePoints.cmd_1356]
-RelativePath=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesIgnoreSymbolStoreSequencePoints\DebuggingModesIgnoreSymbolStoreSequencePoints.cmd
-WorkingDir=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesIgnoreSymbolStoreSequencePoints
+[ObsoleteAttributeCtor1.cmd_1867]
+RelativePath=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeCtor1\ObsoleteAttributeCtor1.cmd
+WorkingDir=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeCtor1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DebuggingModesNone.cmd_1357]
-RelativePath=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesNone\DebuggingModesNone.cmd
-WorkingDir=CoreMangLib\cti\system\diagnostics\debuggingmodes\DebuggingModesNone
+[ObsoleteAttributeCtor2.cmd_1868]
+RelativePath=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeCtor2\ObsoleteAttributeCtor2.cmd
+WorkingDir=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeCtor2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DivideByZeroExceptionCtor.cmd_1358]
-RelativePath=CoreMangLib\cti\system\dividebyzeroexception\DivideByZeroExceptionCtor\DivideByZeroExceptionCtor.cmd
-WorkingDir=CoreMangLib\cti\system\dividebyzeroexception\DivideByZeroExceptionCtor
+[ObsoleteAttributeCtor3.cmd_1869]
+RelativePath=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeCtor3\ObsoleteAttributeCtor3.cmd
+WorkingDir=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeCtor3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DivideByZeroExceptionCtor2.cmd_1359]
-RelativePath=CoreMangLib\cti\system\dividebyzeroexception\DivideByZeroExceptionCtor2\DivideByZeroExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\dividebyzeroexception\DivideByZeroExceptionCtor2
+[ObsoleteAttributeIsError.cmd_1870]
+RelativePath=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeIsError\ObsoleteAttributeIsError.cmd
+WorkingDir=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeIsError
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DivideByZeroExceptionCtor3.cmd_1360]
-RelativePath=CoreMangLib\cti\system\dividebyzeroexception\DivideByZeroExceptionCtor3\DivideByZeroExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\dividebyzeroexception\DivideByZeroExceptionCtor3
+[ObsoleteAttributeMessage.cmd_1871]
+RelativePath=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeMessage\ObsoleteAttributeMessage.cmd
+WorkingDir=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeMessage
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DllNotFoundException1.cmd_1361]
-RelativePath=CoreMangLib\cti\system\dllnotfoundexception\DllNotFoundException1\DllNotFoundException1.cmd
-WorkingDir=CoreMangLib\cti\system\dllnotfoundexception\DllNotFoundException1
+[ParamArrayAttributeCtor.cmd_1878]
+RelativePath=CoreMangLib\cti\system\paramarrayattribute\ParamArrayAttributeCtor\ParamArrayAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\paramarrayattribute\ParamArrayAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DllNotFoundExceptionCtor2.cmd_1362]
-RelativePath=CoreMangLib\cti\system\dllnotfoundexception\DllNotFoundExceptionCtor2\DllNotFoundExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\dllnotfoundexception\DllNotFoundExceptionCtor2
+[AmbiguousMatchExceptionCtor1.cmd_1896]
+RelativePath=CoreMangLib\cti\system\reflection\ambiguousmatchexception\AmbiguousMatchExceptionCtor1\AmbiguousMatchExceptionCtor1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\ambiguousmatchexception\AmbiguousMatchExceptionCtor1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DllNotFoundExceptionCtor3.cmd_1363]
-RelativePath=CoreMangLib\cti\system\dllnotfoundexception\DllNotFoundExceptionCtor3\DllNotFoundExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\dllnotfoundexception\DllNotFoundExceptionCtor3
+[AmbiguousMatchExceptionCtor2.cmd_1897]
+RelativePath=CoreMangLib\cti\system\reflection\ambiguousmatchexception\AmbiguousMatchExceptionCtor2\AmbiguousMatchExceptionCtor2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\ambiguousmatchexception\AmbiguousMatchExceptionCtor2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleCompareTo1.cmd_1364]
-RelativePath=CoreMangLib\cti\system\double\DoubleCompareTo1\DoubleCompareTo1.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleCompareTo1
+[AmbiguousMatchExceptionCtor3.cmd_1898]
+RelativePath=CoreMangLib\cti\system\reflection\ambiguousmatchexception\AmbiguousMatchExceptionCtor3\AmbiguousMatchExceptionCtor3.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\ambiguousmatchexception\AmbiguousMatchExceptionCtor3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleEpsilon.cmd_1365]
-RelativePath=CoreMangLib\cti\system\double\DoubleEpsilon\DoubleEpsilon.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleEpsilon
+[AssemblyConfigurationAttribute.cmd_1899]
+RelativePath=CoreMangLib\cti\system\reflection\assemblyconfigurationattribute\AssemblyConfigurationAttribute\AssemblyConfigurationAttribute.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblyconfigurationattribute\AssemblyConfigurationAttribute
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
+Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[DoubleEquals1.cmd_1366]
-RelativePath=CoreMangLib\cti\system\double\DoubleEquals1\DoubleEquals1.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleEquals1
+[AssemblyConfigurationAttributeCtor.cmd_1900]
+RelativePath=CoreMangLib\cti\system\reflection\assemblyconfigurationattribute\AssemblyConfigurationAttributeCtor\AssemblyConfigurationAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblyconfigurationattribute\AssemblyConfigurationAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleEquals2.cmd_1367]
-RelativePath=CoreMangLib\cti\system\double\DoubleEquals2\DoubleEquals2.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleEquals2
+[AssemblyDefaultAliasAttribute.cmd_1901]
+RelativePath=CoreMangLib\cti\system\reflection\assemblydefaultaliasattribute\AssemblyDefaultAliasAttribute\AssemblyDefaultAliasAttribute.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblydefaultaliasattribute\AssemblyDefaultAliasAttribute
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
+Categories=EXPECTED_PASS;Pri1
 HostStyle=0
 
-[DoubleIConvertibleToBoolean.cmd_1369]
-RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToBoolean\DoubleIConvertibleToBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToBoolean
+[AssemblyDefaultAliasAttributeCtor.cmd_1902]
+RelativePath=CoreMangLib\cti\system\reflection\assemblydefaultaliasattribute\AssemblyDefaultAliasAttributeCtor\AssemblyDefaultAliasAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblydefaultaliasattribute\AssemblyDefaultAliasAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIConvertibleToByte.cmd_1370]
-RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToByte\DoubleIConvertibleToByte.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToByte
+[AssemblyDelaySignAttributeCtor.cmd_1903]
+RelativePath=CoreMangLib\cti\system\reflection\assemblydelaysignattribute\AssemblyDelaySignAttributeCtor\AssemblyDelaySignAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblydelaysignattribute\AssemblyDelaySignAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIConvertibleToDateTime.cmd_1371]
-RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToDateTime\DoubleIConvertibleToDateTime.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToDateTime
+[AssemblyDelaySignAttributeDelaySign.cmd_1904]
+RelativePath=CoreMangLib\cti\system\reflection\assemblydelaysignattribute\AssemblyDelaySignAttributeDelaySign\AssemblyDelaySignAttributeDelaySign.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblydelaysignattribute\AssemblyDelaySignAttributeDelaySign
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIConvertibleToDecimal.cmd_1372]
-RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToDecimal\DoubleIConvertibleToDecimal.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToDecimal
+[AssemblyDescriptionAttributeCtor.cmd_1905]
+RelativePath=CoreMangLib\cti\system\reflection\assemblydescriptionattribute\AssemblyDescriptionAttributeCtor\AssemblyDescriptionAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblydescriptionattribute\AssemblyDescriptionAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIConvertibleToDouble.cmd_1373]
-RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToDouble\DoubleIConvertibleToDouble.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToDouble
+[AssemblyDescriptionAttributeDescription.cmd_1906]
+RelativePath=CoreMangLib\cti\system\reflection\assemblydescriptionattribute\AssemblyDescriptionAttributeDescription\AssemblyDescriptionAttributeDescription.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblydescriptionattribute\AssemblyDescriptionAttributeDescription
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIConvertibleToInt16.cmd_1374]
-RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToInt16\DoubleIConvertibleToInt16.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToInt16
+[AssemblyKeyFileAttributeCtor.cmd_1907]
+RelativePath=CoreMangLib\cti\system\reflection\assemblykeyfileattribute\AssemblyKeyFileAttributeCtor\AssemblyKeyFileAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblykeyfileattribute\AssemblyKeyFileAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIConvertibleToInt32.cmd_1375]
-RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToInt32\DoubleIConvertibleToInt32.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToInt32
+[AssemblyKeyFileAttributeKeyFile.cmd_1908]
+RelativePath=CoreMangLib\cti\system\reflection\assemblykeyfileattribute\AssemblyKeyFileAttributeKeyFile\AssemblyKeyFileAttributeKeyFile.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblykeyfileattribute\AssemblyKeyFileAttributeKeyFile
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIConvertibleToInt64.cmd_1376]
-RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToInt64\DoubleIConvertibleToInt64.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToInt64
+[AssemblyKeyNameAttributeCtor.cmd_1909]
+RelativePath=CoreMangLib\cti\system\reflection\assemblykeynameattribute\AssemblyKeyNameAttributeCtor\AssemblyKeyNameAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblykeynameattribute\AssemblyKeyNameAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIConvertibleToSByte.cmd_1377]
-RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToSByte\DoubleIConvertibleToSByte.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToSByte
+[AssemblyKeyNameAttributeKeyName.cmd_1910]
+RelativePath=CoreMangLib\cti\system\reflection\assemblykeynameattribute\AssemblyKeyNameAttributeKeyName\AssemblyKeyNameAttributeKeyName.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblykeynameattribute\AssemblyKeyNameAttributeKeyName
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIConvertibleToSingle.cmd_1378]
-RelativePath=CoreMangLib\cti\system\double\DoubleIConvertibleToSingle\DoubleIConvertibleToSingle.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIConvertibleToSingle
+[AssemblyNameGetPublicKey.cmd_1911]
+RelativePath=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameGetPublicKey\AssemblyNameGetPublicKey.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameGetPublicKey
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIsInfinity.cmd_1379]
-RelativePath=CoreMangLib\cti\system\double\DoubleIsInfinity\DoubleIsInfinity.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIsInfinity
+[AssemblyNameGetPublicKeyToken.cmd_1912]
+RelativePath=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameGetPublicKeyToken\AssemblyNameGetPublicKeyToken.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameGetPublicKeyToken
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIsNaN.cmd_1380]
-RelativePath=CoreMangLib\cti\system\double\DoubleIsNaN\DoubleIsNaN.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIsNaN
+[AssemblyNameSetPublicKey.cmd_1913]
+RelativePath=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameSetPublicKey\AssemblyNameSetPublicKey.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameSetPublicKey
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIsNegativeInfinity.cmd_1381]
-RelativePath=CoreMangLib\cti\system\double\DoubleIsNegativeInfinity\DoubleIsNegativeInfinity.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIsNegativeInfinity
+[AssemblyNameSetPublicKeyToken.cmd_1914]
+RelativePath=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameSetPublicKeyToken\AssemblyNameSetPublicKeyToken.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameSetPublicKeyToken
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleIsPositiveInfinity.cmd_1382]
-RelativePath=CoreMangLib\cti\system\double\DoubleIsPositiveInfinity\DoubleIsPositiveInfinity.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleIsPositiveInfinity
+[AssemblyNameVersion.cmd_1915]
+RelativePath=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameVersion\AssemblyNameVersion.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameVersion
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleMaxValue.cmd_1383]
-RelativePath=CoreMangLib\cti\system\double\DoubleMaxValue\DoubleMaxValue.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleMaxValue
+[AssemblyTitleAttributeCtor.cmd_1919]
+RelativePath=CoreMangLib\cti\system\reflection\assemblytitleattribute\AssemblyTitleAttributeCtor\AssemblyTitleAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblytitleattribute\AssemblyTitleAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleMinValue.cmd_1384]
-RelativePath=CoreMangLib\cti\system\double\DoubleMinValue\DoubleMinValue.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleMinValue
+[AssemblyTitleAttributeTitle.cmd_1920]
+RelativePath=CoreMangLib\cti\system\reflection\assemblytitleattribute\AssemblyTitleAttributeTitle\AssemblyTitleAttributeTitle.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\assemblytitleattribute\AssemblyTitleAttributeTitle
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleNaN.cmd_1385]
-RelativePath=CoreMangLib\cti\system\double\DoubleNaN\DoubleNaN.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleNaN
+[ConstructorInfoConstructorName.cmd_1926]
+RelativePath=CoreMangLib\cti\system\reflection\constructorinfo\ConstructorInfoConstructorName\ConstructorInfoConstructorName.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\constructorinfo\ConstructorInfoConstructorName
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleNegativeInfinity.cmd_1386]
-RelativePath=CoreMangLib\cti\system\double\DoubleNegativeInfinity\DoubleNegativeInfinity.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleNegativeInfinity
+[ConstructorInfoTypeConstructorName.cmd_1927]
+RelativePath=CoreMangLib\cti\system\reflection\constructorinfo\ConstructorInfoTypeConstructorName\ConstructorInfoTypeConstructorName.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\constructorinfo\ConstructorInfoTypeConstructorName
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoublePositiveInfinity.cmd_1388]
-RelativePath=CoreMangLib\cti\system\double\DoublePositiveInfinity\DoublePositiveInfinity.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoublePositiveInfinity
+[DefaultMemberAttributeCtor.cmd_1928]
+RelativePath=CoreMangLib\cti\system\reflection\defaultmemberattribute\DefaultMemberAttributeCtor\DefaultMemberAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\defaultmemberattribute\DefaultMemberAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleToString1.cmd_1389]
-RelativePath=CoreMangLib\cti\system\double\DoubleToString1\DoubleToString1.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleToString1
+[DefaultMemberAttributeMemberName.cmd_1929]
+RelativePath=CoreMangLib\cti\system\reflection\defaultmemberattribute\DefaultMemberAttributeMemberName\DefaultMemberAttributeMemberName.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\defaultmemberattribute\DefaultMemberAttributeMemberName
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleToString2.cmd_1390]
-RelativePath=CoreMangLib\cti\system\double\DoubleToString2\DoubleToString2.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleToString2
+[OpCodeEquals1.cmd_1937]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeEquals1\OpCodeEquals1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeEquals1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleToString3.cmd_1391]
-RelativePath=CoreMangLib\cti\system\double\DoubleToString3\DoubleToString3.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleToString3
+[OpCodeEquals2.cmd_1938]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeEquals2\OpCodeEquals2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeEquals2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DoubleToString4.cmd_1392]
-RelativePath=CoreMangLib\cti\system\double\DoubleToString4\DoubleToString4.cmd
-WorkingDir=CoreMangLib\cti\system\double\DoubleToString4
-Expected=0
-MaxAllowedDurationSeconds=600
+[OpCodeFlowControl.cmd_1939]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeFlowControl\OpCodeFlowControl.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeFlowControl
+Expected=0
+MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EnumIConvertibleToInt64.cmd_1394]
-RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToInt64\EnumIConvertibleToInt64.cmd
-WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToInt64
+[OpCodeGetHashCode.cmd_1940]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeGetHashCode\OpCodeGetHashCode.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeGetHashCode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EnumIConvertibleToSingle.cmd_1395]
-RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToSingle\EnumIConvertibleToSingle.cmd
-WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToSingle
+[OpCodeName.cmd_1941]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeName\OpCodeName.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeName
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EnumIConvertibleToType.cmd_1396]
-RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToType\EnumIConvertibleToType.cmd
-WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToType
+[OpCodeOpCodeType.cmd_1942]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeOpCodeType\OpCodeOpCodeType.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeOpCodeType
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EnumIConvertibleToUint16.cmd_1397]
-RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToUint16\EnumIConvertibleToUint16.cmd
-WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToUint16
+[OpCodeOperandType.cmd_1943]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeOperandType\OpCodeOperandType.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeOperandType
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EnumIConvertibleToUint32.cmd_1398]
-RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToUint32\EnumIConvertibleToUint32.cmd
-WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToUint32
+[OpCodesAdd_Ovf.cmd_1944]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesAdd_Ovf\OpCodesAdd_Ovf.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesAdd_Ovf
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EnumIConvertibleToUint64.cmd_1399]
-RelativePath=CoreMangLib\cti\system\enum\EnumIConvertibleToUint64\EnumIConvertibleToUint64.cmd
-WorkingDir=CoreMangLib\cti\system\enum\EnumIConvertibleToUint64
+[OpCodesAdd_Ovf_Un.cmd_1945]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesAdd_Ovf_Un\OpCodesAdd_Ovf_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesAdd_Ovf_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EnumIsDefined.cmd_1400]
-RelativePath=CoreMangLib\cti\system\enum\EnumIsDefined\EnumIsDefined.cmd
-WorkingDir=CoreMangLib\cti\system\enum\EnumIsDefined
+[OpCodesAnd.cmd_1946]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesAnd\OpCodesAnd.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesAnd
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EnumToObjectb.cmd_1401]
-RelativePath=CoreMangLib\cti\system\enum\EnumToObjectb\EnumToObjectb.cmd
-WorkingDir=CoreMangLib\cti\system\enum\EnumToObjectb
+[OpCodesArglist.cmd_1947]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesArglist\OpCodesArglist.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesArglist
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EnumToString.cmd_1402]
-RelativePath=CoreMangLib\cti\system\enum\EnumToString\EnumToString.cmd
-WorkingDir=CoreMangLib\cti\system\enum\EnumToString
+[OpCodesBeq.cmd_1948]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBeq\OpCodesBeq.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBeq
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EnumToString3.cmd_1403]
-RelativePath=CoreMangLib\cti\system\enum\EnumToString3\EnumToString3.cmd
-WorkingDir=CoreMangLib\cti\system\enum\EnumToString3
+[OpCodesBeq_S.cmd_1949]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBeq_S\OpCodesBeq_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBeq_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EnvironmentNewLine.cmd_1404]
-RelativePath=CoreMangLib\cti\system\environment\EnvironmentNewLine\EnvironmentNewLine.cmd
-WorkingDir=CoreMangLib\cti\system\environment\EnvironmentNewLine
+[OpCodesBge.cmd_1950]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge\OpCodesBge.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EventArgsctor.cmd_1405]
-RelativePath=CoreMangLib\cti\system\eventargs\EventArgsctor\EventArgsctor.cmd
-WorkingDir=CoreMangLib\cti\system\eventargs\EventArgsctor
+[OpCodesBge_S.cmd_1951]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge_S\OpCodesBge_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EventHandlerInvoke.cmd_1406]
-RelativePath=CoreMangLib\cti\system\eventhandler\EventHandlerInvoke\EventHandlerInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\eventhandler\EventHandlerInvoke
+[OpCodesBge_Un.cmd_1952]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge_Un\OpCodesBge_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EventHandlerBeginInvoke.cmd_1407]
-RelativePath=CoreMangLib\cti\system\eventhandler_generic\EventHandlerBeginInvoke\EventHandlerBeginInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\eventhandler_generic\EventHandlerBeginInvoke
+[OpCodesBge_Un_S.cmd_1953]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge_Un_S\OpCodesBge_Un_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge_Un_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EventHandlerCtor.cmd_1408]
-RelativePath=CoreMangLib\cti\system\eventhandler_generic\EventHandlerCtor\EventHandlerCtor.cmd
-WorkingDir=CoreMangLib\cti\system\eventhandler_generic\EventHandlerCtor
+[OpCodesBgt.cmd_1954]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt\OpCodesBgt.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EventHandlerEndInvoke.cmd_1409]
-RelativePath=CoreMangLib\cti\system\eventhandler_generic\EventHandlerEndInvoke\EventHandlerEndInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\eventhandler_generic\EventHandlerEndInvoke
+[OpCodesBgt_S.cmd_1955]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt_S\OpCodesBgt_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EventHandlerInvoke.cmd_1410]
-RelativePath=CoreMangLib\cti\system\eventhandler_generic\EventHandlerInvoke\EventHandlerInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\eventhandler_generic\EventHandlerInvoke
+[OpCodesBgt_Un.cmd_1956]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt_Un\OpCodesBgt_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FlagsAttributeCtor.cmd_1415]
-RelativePath=CoreMangLib\cti\system\flagsattribute\FlagsAttributeCtor\FlagsAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\flagsattribute\FlagsAttributeCtor
+[OpCodesBgt_Un_S.cmd_1957]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt_Un_S\OpCodesBgt_Un_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt_Un_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FormatExceptionCtor1.cmd_1416]
-RelativePath=CoreMangLib\cti\system\formatexception\FormatExceptionCtor1\FormatExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\formatexception\FormatExceptionCtor1
+[OpCodesBle.cmd_1958]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle\OpCodesBle.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FormatExceptionCtor2.cmd_1417]
-RelativePath=CoreMangLib\cti\system\formatexception\FormatExceptionCtor2\FormatExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\formatexception\FormatExceptionCtor2
+[OpCodesBle_S.cmd_1959]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle_S\OpCodesBle_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FormatExceptionCtor3.cmd_1418]
-RelativePath=CoreMangLib\cti\system\formatexception\FormatExceptionCtor3\FormatExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\formatexception\FormatExceptionCtor3
+[OpCodesBle_Un.cmd_1960]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle_Un\OpCodesBle_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[GCCollect.cmd_1419]
-RelativePath=CoreMangLib\cti\system\gc\GCCollect\GCCollect.cmd
-WorkingDir=CoreMangLib\cti\system\gc\GCCollect
+[OpCodesBle_Un_S.cmd_1961]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle_Un_S\OpCodesBle_Un_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle_Un_S
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS;GCSTRESS_EXCLUDE
+Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[GCGetTotalMemory.cmd_1420]
-RelativePath=CoreMangLib\cti\system\gc\GCGetTotalMemory\GCGetTotalMemory.cmd
-WorkingDir=CoreMangLib\cti\system\gc\GCGetTotalMemory
+[OpCodesBlt.cmd_1962]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt\OpCodesBlt.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[GCKeepAlive.cmd_1421]
-RelativePath=CoreMangLib\cti\system\gc\GCKeepAlive\GCKeepAlive.cmd
-WorkingDir=CoreMangLib\cti\system\gc\GCKeepAlive
+[OpCodesBlt_S.cmd_1963]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt_S\OpCodesBlt_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[GCMaxGeneration.cmd_1422]
-RelativePath=CoreMangLib\cti\system\gc\GCMaxGeneration\GCMaxGeneration.cmd
-WorkingDir=CoreMangLib\cti\system\gc\GCMaxGeneration
+[OpCodesBlt_Un.cmd_1964]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt_Un\OpCodesBlt_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[GCReRegisterForFinalize.cmd_1423]
-RelativePath=CoreMangLib\cti\system\gc\GCReRegisterForFinalize\GCReRegisterForFinalize.cmd
-WorkingDir=CoreMangLib\cti\system\gc\GCReRegisterForFinalize
+[OpCodesBlt_Un_S.cmd_1965]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt_Un_S\OpCodesBlt_Un_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt_Un_S
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=Pri1;3392;LONG_RUNNING;EXPECTED_PASS
+Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[GCSuppressFinalize.cmd_1424]
-RelativePath=CoreMangLib\cti\system\gc\GCSuppressFinalize\GCSuppressFinalize.cmd
-WorkingDir=CoreMangLib\cti\system\gc\GCSuppressFinalize
+[OpCodesBne_Un.cmd_1966]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBne_Un\OpCodesBne_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBne_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[GCWaitForPendingFinalizers.cmd_1425]
-RelativePath=CoreMangLib\cti\system\gc\GCWaitForPendingFinalizers\GCWaitForPendingFinalizers.cmd
-WorkingDir=CoreMangLib\cti\system\gc\GCWaitForPendingFinalizers
+[OpCodesBne_Un_S.cmd_1967]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBne_Un_S\OpCodesBne_Un_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBne_Un_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IConvertibleToBoolean.cmd_1582]
-RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToBoolean\IConvertibleToBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToBoolean
+[OpCodesBox.cmd_1968]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBox\OpCodesBox.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBox
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IConvertibleToByte.cmd_1583]
-RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToByte\IConvertibleToByte.cmd
-WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToByte
+[OpCodesBr.cmd_1969]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBr\OpCodesBr.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBr
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IConvertibleToChar.cmd_1584]
-RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToChar\IConvertibleToChar.cmd
-WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToChar
+[OpCodesBreak.cmd_1970]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBreak\OpCodesBreak.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBreak
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IConvertibleToDateTime.cmd_1585]
-RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToDateTime\IConvertibleToDateTime.cmd
-WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToDateTime
+[OpCodesBrfalse.cmd_1971]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrfalse\OpCodesBrfalse.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrfalse
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IConvertibleToDecimal.cmd_1586]
-RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToDecimal\IConvertibleToDecimal.cmd
-WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToDecimal
+[OpCodesBrfalse_S.cmd_1972]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrfalse_S\OpCodesBrfalse_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrfalse_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IConvertibleToDouble.cmd_1587]
-RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToDouble\IConvertibleToDouble.cmd
-WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToDouble
+[OpCodesBrtrue.cmd_1973]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrtrue\OpCodesBrtrue.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrtrue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IConvertibleToInt16.cmd_1588]
-RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToInt16\IConvertibleToInt16.cmd
-WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToInt16
+[OpCodesBrtrue_S.cmd_1974]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrtrue_S\OpCodesBrtrue_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrtrue_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IConvertibleToInt32.cmd_1589]
-RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToInt32\IConvertibleToInt32.cmd
-WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToInt32
+[OpCodesBr_S.cmd_1975]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBr_S\OpCodesBr_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBr_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IConvertibleToInt64.cmd_1590]
-RelativePath=CoreMangLib\cti\system\iconvertible\IConvertibleToInt64\IConvertibleToInt64.cmd
-WorkingDir=CoreMangLib\cti\system\iconvertible\IConvertibleToInt64
+[OpCodesCall.cmd_1976]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCall\OpCodesCall.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCall
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IndexOutOfRangeExceptionctor1.cmd_1593]
-RelativePath=CoreMangLib\cti\system\indexoutofrangeexception\IndexOutOfRangeExceptionctor1\IndexOutOfRangeExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\indexoutofrangeexception\IndexOutOfRangeExceptionctor1
+[OpCodesCalli.cmd_1977]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCalli\OpCodesCalli.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCalli
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IndexOutOfRangeExceptionctor2.cmd_1594]
-RelativePath=CoreMangLib\cti\system\indexoutofrangeexception\IndexOutOfRangeExceptionctor2\IndexOutOfRangeExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\indexoutofrangeexception\IndexOutOfRangeExceptionctor2
+[OpCodesCallvirt.cmd_1978]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCallvirt\OpCodesCallvirt.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCallvirt
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IndexOutOfRangeExceptionctor3.cmd_1595]
-RelativePath=CoreMangLib\cti\system\indexoutofrangeexception\IndexOutOfRangeExceptionctor3\IndexOutOfRangeExceptionctor3.cmd
-WorkingDir=CoreMangLib\cti\system\indexoutofrangeexception\IndexOutOfRangeExceptionctor3
+[OpCodesCastclass.cmd_1979]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCastclass\OpCodesCastclass.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCastclass
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32CompareTo1.cmd_1596]
-RelativePath=CoreMangLib\cti\system\int\Int32CompareTo1\Int32CompareTo1.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32CompareTo1
+[OpCodesCeq.cmd_1980]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCeq\OpCodesCeq.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCeq
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32Equals1.cmd_1597]
-RelativePath=CoreMangLib\cti\system\int\Int32Equals1\Int32Equals1.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32Equals1
+[OpCodesCgt.cmd_1981]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCgt\OpCodesCgt.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCgt
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32Equals2.cmd_1598]
-RelativePath=CoreMangLib\cti\system\int\Int32Equals2\Int32Equals2.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32Equals2
+[OpCodesCgt_Un.cmd_1982]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCgt_Un\OpCodesCgt_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCgt_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32GetHashCode.cmd_1599]
-RelativePath=CoreMangLib\cti\system\int\Int32GetHashCode\Int32GetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32GetHashCode
+[OpCodesCkfinite.cmd_1983]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCkfinite\OpCodesCkfinite.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCkfinite
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToBoolean.cmd_1600]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToBoolean\Int32IConvertibleToBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToBoolean
+[OpCodesClt.cmd_1984]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesClt\OpCodesClt.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesClt
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToByte.cmd_1601]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToByte\Int32IConvertibleToByte.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToByte
+[OpCodesClt_Un.cmd_1985]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesClt_Un\OpCodesClt_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesClt_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToChar.cmd_1602]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToChar\Int32IConvertibleToChar.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToChar
+[OpCodesConstrained.cmd_1986]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConstrained\OpCodesConstrained.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConstrained
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToDateTime.cmd_1603]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToDateTime\Int32IConvertibleToDateTime.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToDateTime
+[OpCodesConv_I.cmd_1987]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I\OpCodesConv_I.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToDecimal.cmd_1604]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToDecimal\Int32IConvertibleToDecimal.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToDecimal
+[OpCodesConv_I1.cmd_1988]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I1\OpCodesConv_I1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToDouble.cmd_1605]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToDouble\Int32IConvertibleToDouble.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToDouble
+[OpCodesConv_I2.cmd_1989]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I2\OpCodesConv_I2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToInt16.cmd_1606]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToInt16\Int32IConvertibleToInt16.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToInt16
+[OpCodesConv_I4.cmd_1990]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I4\OpCodesConv_I4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToInt32.cmd_1607]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToInt32\Int32IConvertibleToInt32.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToInt32
+[OpCodesConv_I8.cmd_1991]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I8\OpCodesConv_I8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToInt64.cmd_1608]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToInt64\Int32IConvertibleToInt64.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToInt64
+[OpCodesConv_Ovf_I.cmd_1992]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I\OpCodesConv_Ovf_I.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToSByte.cmd_1609]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToSByte\Int32IConvertibleToSByte.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToSByte
+[OpCodesConv_Ovf_I1.cmd_1993]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I1\OpCodesConv_Ovf_I1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToSingle.cmd_1610]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToSingle\Int32IConvertibleToSingle.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToSingle
+[OpCodesConv_Ovf_I1_Un.cmd_1994]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I1_Un\OpCodesConv_Ovf_I1_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I1_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToType.cmd_1611]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToType\Int32IConvertibleToType.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToType
+[OpCodesConv_Ovf_I2.cmd_1995]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I2\OpCodesConv_Ovf_I2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToUInt16.cmd_1612]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToUInt16\Int32IConvertibleToUInt16.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToUInt16
+[OpCodesConv_Ovf_I2_Un.cmd_1996]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I2_Un\OpCodesConv_Ovf_I2_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I2_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToUInt32.cmd_1613]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToUInt32\Int32IConvertibleToUInt32.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToUInt32
+[OpCodesConv_Ovf_I4.cmd_1997]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I4\OpCodesConv_Ovf_I4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32IConvertibleToUInt64.cmd_1614]
-RelativePath=CoreMangLib\cti\system\int\Int32IConvertibleToUInt64\Int32IConvertibleToUInt64.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32IConvertibleToUInt64
+[OpCodesConv_Ovf_I4_Un.cmd_1998]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I4_Un\OpCodesConv_Ovf_I4_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I4_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32MaxValue.cmd_1615]
-RelativePath=CoreMangLib\cti\system\int\Int32MaxValue\Int32MaxValue.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32MaxValue
+[OpCodesConv_Ovf_I8.cmd_1999]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I8\OpCodesConv_Ovf_I8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32MinValue.cmd_1616]
-RelativePath=CoreMangLib\cti\system\int\Int32MinValue\Int32MinValue.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32MinValue
+[OpCodesConv_Ovf_I8_Un.cmd_2000]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I8_Un\OpCodesConv_Ovf_I8_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I8_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int32ToString3.cmd_1621]
-RelativePath=CoreMangLib\cti\system\int\Int32ToString3\Int32ToString3.cmd
-WorkingDir=CoreMangLib\cti\system\int\Int32ToString3
+[OpCodesConv_Ovf_I_Un.cmd_2001]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I_Un\OpCodesConv_Ovf_I_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16Equals1.cmd_1623]
-RelativePath=CoreMangLib\cti\system\int16\Int16Equals1\Int16Equals1.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16Equals1
+[OpCodesConv_Ovf_U.cmd_2002]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U\OpCodesConv_Ovf_U.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16Equals2.cmd_1624]
-RelativePath=CoreMangLib\cti\system\int16\Int16Equals2\Int16Equals2.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16Equals2
+[OpCodesConv_Ovf_U1.cmd_2003]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U1\OpCodesConv_Ovf_U1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16GetHashCode.cmd_1625]
-RelativePath=CoreMangLib\cti\system\int16\Int16GetHashCode\Int16GetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16GetHashCode
+[OpCodesConv_Ovf_U1_Un.cmd_2004]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U1_Un\OpCodesConv_Ovf_U1_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U1_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToBoolean.cmd_1626]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToBoolean\Int16IConvertibleToBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToBoolean
+[OpCodesConv_Ovf_U2.cmd_2005]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U2\OpCodesConv_Ovf_U2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToByte.cmd_1627]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToByte\Int16IConvertibleToByte.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToByte
+[OpCodesConv_Ovf_U2_Un.cmd_2006]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U2_Un\OpCodesConv_Ovf_U2_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U2_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToChar.cmd_1628]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToChar\Int16IConvertibleToChar.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToChar
+[OpCodesConv_Ovf_U4.cmd_2007]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U4\OpCodesConv_Ovf_U4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToDateTime.cmd_1629]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToDateTime\Int16IConvertibleToDateTime.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToDateTime
+[OpCodesConv_Ovf_U4_Un.cmd_2008]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U4_Un\OpCodesConv_Ovf_U4_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U4_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToDecimal.cmd_1630]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToDecimal\Int16IConvertibleToDecimal.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToDecimal
+[OpCodesConv_Ovf_U8.cmd_2009]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U8\OpCodesConv_Ovf_U8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToDouble.cmd_1631]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToDouble\Int16IConvertibleToDouble.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToDouble
+[OpCodesConv_Ovf_U8_Un.cmd_2010]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U8_Un\OpCodesConv_Ovf_U8_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U8_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToInt16.cmd_1632]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToInt16\Int16IConvertibleToInt16.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToInt16
+[OpCodesConv_Ovf_U_Un.cmd_2011]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U_Un\OpCodesConv_Ovf_U_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToInt32.cmd_1633]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToInt32\Int16IConvertibleToInt32.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToInt32
+[OpCodesConv_R4.cmd_2012]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_R4\OpCodesConv_R4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_R4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToInt64.cmd_1634]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToInt64\Int16IConvertibleToInt64.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToInt64
+[OpCodesConv_R8.cmd_2013]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_R8\OpCodesConv_R8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_R8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToSByte.cmd_1635]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToSByte\Int16IConvertibleToSByte.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToSByte
+[OpCodesConv_R_Un.cmd_2014]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_R_Un\OpCodesConv_R_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_R_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToSingle.cmd_1636]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToSingle\Int16IConvertibleToSingle.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToSingle
+[OpCodesConv_U.cmd_2015]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U\OpCodesConv_U.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToType.cmd_1637]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToType\Int16IConvertibleToType.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToType
+[OpCodesConv_U1.cmd_2016]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U1\OpCodesConv_U1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToUInt16.cmd_1638]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToUInt16\Int16IConvertibleToUInt16.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToUInt16
+[OpCodesConv_U2.cmd_2017]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U2\OpCodesConv_U2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToUInt32.cmd_1639]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToUInt32\Int16IConvertibleToUInt32.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToUInt32
+[OpCodesConv_U4.cmd_2018]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U4\OpCodesConv_U4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16IConvertibleToUInt64.cmd_1640]
-RelativePath=CoreMangLib\cti\system\int16\Int16IConvertibleToUInt64\Int16IConvertibleToUInt64.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16IConvertibleToUInt64
+[OpCodesConv_U8.cmd_2019]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U8\OpCodesConv_U8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16MaxValue.cmd_1641]
-RelativePath=CoreMangLib\cti\system\int16\Int16MaxValue\Int16MaxValue.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16MaxValue
+[OpCodesCpblk.cmd_2020]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCpblk\OpCodesCpblk.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCpblk
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int16MinValue.cmd_1642]
-RelativePath=CoreMangLib\cti\system\int16\Int16MinValue\Int16MinValue.cmd
-WorkingDir=CoreMangLib\cti\system\int16\Int16MinValue
+[OpCodesCpobj.cmd_2021]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCpobj\OpCodesCpobj.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCpobj
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64CompareTo1.cmd_1647]
-RelativePath=CoreMangLib\cti\system\int64\Int64CompareTo1\Int64CompareTo1.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64CompareTo1
+[OpCodesDiv.cmd_2022]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesDiv\OpCodesDiv.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesDiv
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64Equals1.cmd_1648]
-RelativePath=CoreMangLib\cti\system\int64\Int64Equals1\Int64Equals1.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64Equals1
+[OpCodesDiv_Un.cmd_2023]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesDiv_Un\OpCodesDiv_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesDiv_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64Equals2.cmd_1649]
-RelativePath=CoreMangLib\cti\system\int64\Int64Equals2\Int64Equals2.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64Equals2
+[OpCodesDup.cmd_2024]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesDup\OpCodesDup.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesDup
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64GetHashCode.cmd_1650]
-RelativePath=CoreMangLib\cti\system\int64\Int64GetHashCode\Int64GetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64GetHashCode
+[OpCodesEndfilter.cmd_2025]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesEndfilter\OpCodesEndfilter.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesEndfilter
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToBoolean.cmd_1651]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToBoolean\Int64IConvertibleToBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToBoolean
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[Int64IConvertibleToByte.cmd_1652]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToByte\Int64IConvertibleToByte.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToByte
+[OpCodesEndfinally.cmd_2026]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesEndfinally\OpCodesEndfinally.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesEndfinally
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToChar.cmd_1653]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToChar\Int64IConvertibleToChar.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToChar
+[OpCodesInitblk.cmd_2027]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesInitblk\OpCodesInitblk.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesInitblk
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToDateTime.cmd_1654]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToDateTime\Int64IConvertibleToDateTime.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToDateTime
+[OpCodesInitobj.cmd_2028]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesInitobj\OpCodesInitobj.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesInitobj
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToDecimal.cmd_1655]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToDecimal\Int64IConvertibleToDecimal.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToDecimal
+[OpCodesIsinst.cmd_2029]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesIsinst\OpCodesIsinst.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesIsinst
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToDouble.cmd_1656]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToDouble\Int64IConvertibleToDouble.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToDouble
+[OpCodeSize.cmd_2030]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeSize\OpCodeSize.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeSize
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToInt16.cmd_1657]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToInt16\Int64IConvertibleToInt16.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToInt16
+[OpCodesJmp.cmd_2031]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesJmp\OpCodesJmp.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesJmp
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToInt32.cmd_1658]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToInt32\Int64IConvertibleToInt32.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToInt32
+[OpCodesLdarg.cmd_2032]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg\OpCodesLdarg.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToInt64.cmd_1659]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToInt64\Int64IConvertibleToInt64.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToInt64
+[OpCodesLdarga.cmd_2033]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarga\OpCodesLdarga.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarga
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToSByte.cmd_1660]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToSByte\Int64IConvertibleToSByte.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToSByte
+[OpCodesLdarga_S.cmd_2034]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarga_S\OpCodesLdarga_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarga_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToSingle.cmd_1661]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToSingle\Int64IConvertibleToSingle.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToSingle
+[OpCodesLdarg_0.cmd_2035]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_0\OpCodesLdarg_0.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_0
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToType.cmd_1662]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToType\Int64IConvertibleToType.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToType
+[OpCodesLdarg_1.cmd_2036]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_1\OpCodesLdarg_1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToUInt16.cmd_1663]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToUInt16\Int64IConvertibleToUInt16.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToUInt16
+[OpCodesLdarg_2.cmd_2037]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_2\OpCodesLdarg_2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToUInt32.cmd_1664]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToUInt32\Int64IConvertibleToUInt32.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToUInt32
+[OpCodesLdarg_3.cmd_2038]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_3\OpCodesLdarg_3.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64IConvertibleToUInt64.cmd_1665]
-RelativePath=CoreMangLib\cti\system\int64\Int64IConvertibleToUInt64\Int64IConvertibleToUInt64.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64IConvertibleToUInt64
+[OpCodesLdarg_S.cmd_2039]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_S\OpCodesLdarg_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64MaxValue.cmd_1666]
-RelativePath=CoreMangLib\cti\system\int64\Int64MaxValue\Int64MaxValue.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64MaxValue
+[OpCodesLdc_I4.cmd_2040]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4\OpCodesLdc_I4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64MinValue.cmd_1667]
-RelativePath=CoreMangLib\cti\system\int64\Int64MinValue\Int64MinValue.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64MinValue
+[OpCodesLdc_I4_0.cmd_2041]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_0\OpCodesLdc_I4_0.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_0
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[Int64ToString3.cmd_1671]
-RelativePath=CoreMangLib\cti\system\int64\Int64ToString3\Int64ToString3.cmd
-WorkingDir=CoreMangLib\cti\system\int64\Int64ToString3
+[OpCodesLdc_I4_1.cmd_2042]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_1\OpCodesLdc_I4_1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[InvalidCastExceptionctor1.cmd_1683]
-RelativePath=CoreMangLib\cti\system\invalidcastexception\InvalidCastExceptionctor1\InvalidCastExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\invalidcastexception\InvalidCastExceptionctor1
+[OpCodesLdc_I4_2.cmd_2043]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_2\OpCodesLdc_I4_2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[InvalidCastExceptionctor2.cmd_1684]
-RelativePath=CoreMangLib\cti\system\invalidcastexception\InvalidCastExceptionctor2\InvalidCastExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\invalidcastexception\InvalidCastExceptionctor2
+[OpCodesLdc_I4_3.cmd_2044]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_3\OpCodesLdc_I4_3.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[InvalidCastExceptionctor3.cmd_1685]
-RelativePath=CoreMangLib\cti\system\invalidcastexception\InvalidCastExceptionctor3\InvalidCastExceptionctor3.cmd
-WorkingDir=CoreMangLib\cti\system\invalidcastexception\InvalidCastExceptionctor3
+[OpCodesLdc_I4_4.cmd_2045]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_4\OpCodesLdc_I4_4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[InvalidOperationExceptionctor1.cmd_1686]
-RelativePath=CoreMangLib\cti\system\invalidoperationexception\InvalidOperationExceptionctor1\InvalidOperationExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\invalidoperationexception\InvalidOperationExceptionctor1
+[OpCodesLdc_I4_5.cmd_2046]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_5\OpCodesLdc_I4_5.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_5
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[InvalidOperationExceptionctor2.cmd_1687]
-RelativePath=CoreMangLib\cti\system\invalidoperationexception\InvalidOperationExceptionctor2\InvalidOperationExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\invalidoperationexception\InvalidOperationExceptionctor2
+[OpCodesLdc_I4_6.cmd_2047]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_6\OpCodesLdc_I4_6.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_6
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[InvalidOperationExceptionctor3.cmd_1688]
-RelativePath=CoreMangLib\cti\system\invalidoperationexception\InvalidOperationExceptionctor3\InvalidOperationExceptionctor3.cmd
-WorkingDir=CoreMangLib\cti\system\invalidoperationexception\InvalidOperationExceptionctor3
+[OpCodesLdc_I4_7.cmd_2048]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_7\OpCodesLdc_I4_7.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_7
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[InvalidProgramExceptionctor1.cmd_1689]
-RelativePath=CoreMangLib\cti\system\invalidprogramexception\InvalidProgramExceptionctor1\InvalidProgramExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\invalidprogramexception\InvalidProgramExceptionctor1
+[OpCodesLdc_I4_8.cmd_2049]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_8\OpCodesLdc_I4_8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[InvalidProgramExceptionctor2.cmd_1690]
-RelativePath=CoreMangLib\cti\system\invalidprogramexception\InvalidProgramExceptionctor2\InvalidProgramExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\invalidprogramexception\InvalidProgramExceptionctor2
+[OpCodesLdc_I4_M1.cmd_2050]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_M1\OpCodesLdc_I4_M1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_M1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[InvalidProgramExceptionctor3.cmd_1691]
-RelativePath=CoreMangLib\cti\system\invalidprogramexception\InvalidProgramExceptionctor3\InvalidProgramExceptionctor3.cmd
-WorkingDir=CoreMangLib\cti\system\invalidprogramexception\InvalidProgramExceptionctor3
+[OpCodesLdc_I4_S.cmd_2051]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_S\OpCodesLdc_I4_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[BinaryWriterOutStream_PSC.cmd_1692]
-RelativePath=CoreMangLib\cti\system\io\binarywriter\BinaryWriterOutStream_PSC\BinaryWriterOutStream_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\binarywriter\BinaryWriterOutStream_PSC
+[OpCodesLdc_I8.cmd_2052]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I8\OpCodesLdc_I8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DirectoryNotFoundExceptionctor1.cmd_1693]
-RelativePath=CoreMangLib\cti\system\io\directorynotfoundexception\DirectoryNotFoundExceptionctor1\DirectoryNotFoundExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\io\directorynotfoundexception\DirectoryNotFoundExceptionctor1
+[OpCodesLdc_R4.cmd_2053]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_R4\OpCodesLdc_R4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_R4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DirectoryNotFoundExceptionctor2.cmd_1694]
-RelativePath=CoreMangLib\cti\system\io\directorynotfoundexception\DirectoryNotFoundExceptionctor2\DirectoryNotFoundExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\io\directorynotfoundexception\DirectoryNotFoundExceptionctor2
+[OpCodesLdc_R8.cmd_2054]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_R8\OpCodesLdc_R8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_R8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[endofstreamexceptionctor1_PSC.cmd_1695]
-RelativePath=CoreMangLib\cti\system\io\endofstreamexception\endofstreamexceptionctor1_PSC\endofstreamexceptionctor1_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\endofstreamexception\endofstreamexceptionctor1_PSC
+[OpCodesLdelem.cmd_2055]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem\OpCodesLdelem.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[endofstreamexceptionctor2_PSC.cmd_1696]
-RelativePath=CoreMangLib\cti\system\io\endofstreamexception\endofstreamexceptionctor2_PSC\endofstreamexceptionctor2_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\endofstreamexception\endofstreamexceptionctor2_PSC
+[OpCodesLdelema.cmd_2056]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelema\OpCodesLdelema.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelema
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAccessEnum.cmd_1697]
-RelativePath=CoreMangLib\cti\system\io\fileaccess\FileAccessEnum\FileAccessEnum.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileaccess\FileAccessEnum
+[OpCodesLdelem_I.cmd_2057]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I\OpCodesLdelem_I.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAccessRead.cmd_1698]
-RelativePath=CoreMangLib\cti\system\io\fileaccess\FileAccessRead\FileAccessRead.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileaccess\FileAccessRead
+[OpCodesLdelem_I1.cmd_2058]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I1\OpCodesLdelem_I1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAccessReadWrite.cmd_1699]
-RelativePath=CoreMangLib\cti\system\io\fileaccess\FileAccessReadWrite\FileAccessReadWrite.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileaccess\FileAccessReadWrite
+[OpCodesLdelem_I2.cmd_2059]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I2\OpCodesLdelem_I2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAccessWrite.cmd_1700]
-RelativePath=CoreMangLib\cti\system\io\fileaccess\FileAccessWrite\FileAccessWrite.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileaccess\FileAccessWrite
+[OpCodesLdelem_I4.cmd_2060]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I4\OpCodesLdelem_I4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesArchive.cmd_1701]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesArchive\FileAttributesArchive.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesArchive
+[OpCodesLdelem_I8.cmd_2061]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I8\OpCodesLdelem_I8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesCompressed.cmd_1702]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesCompressed\FileAttributesCompressed.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesCompressed
+[OpCodesLdelem_R4.cmd_2062]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_R4\OpCodesLdelem_R4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_R4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesDeivce.cmd_1703]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesDeivce\FileAttributesDeivce.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesDeivce
+[OpCodesLdelem_R8.cmd_2063]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_R8\OpCodesLdelem_R8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_R8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesDirectory.cmd_1704]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesDirectory\FileAttributesDirectory.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesDirectory
+[OpCodesLdelem_Ref.cmd_2064]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_Ref\OpCodesLdelem_Ref.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_Ref
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesEncrypted.cmd_1705]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesEncrypted\FileAttributesEncrypted.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesEncrypted
+[OpCodesLdelem_U1.cmd_2065]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_U1\OpCodesLdelem_U1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_U1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesEnum.cmd_1706]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesEnum\FileAttributesEnum.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesEnum
+[OpCodesLdelem_U2.cmd_2066]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_U2\OpCodesLdelem_U2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_U2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesHidden.cmd_1707]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesHidden\FileAttributesHidden.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesHidden
+[OpCodesLdelem_U4.cmd_2067]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_U4\OpCodesLdelem_U4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_U4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesNormal.cmd_1708]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesNormal\FileAttributesNormal.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesNormal
+[OpCodesLdfld.cmd_2068]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdfld\OpCodesLdfld.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdfld
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesNotContentIndexed.cmd_1709]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesNotContentIndexed\FileAttributesNotContentIndexed.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesNotContentIndexed
+[OpCodesLdflda.cmd_2069]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdflda\OpCodesLdflda.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdflda
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesOffline.cmd_1710]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesOffline\FileAttributesOffline.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesOffline
+[OpCodesLdftn.cmd_2070]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdftn\OpCodesLdftn.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdftn
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesReadOnly.cmd_1711]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesReadOnly\FileAttributesReadOnly.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesReadOnly
+[OpCodesLdind_I.cmd_2071]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I\OpCodesLdind_I.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesReparsePoint.cmd_1712]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesReparsePoint\FileAttributesReparsePoint.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesReparsePoint
+[OpCodesLdind_I1.cmd_2072]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I1\OpCodesLdind_I1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesSystem.cmd_1713]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesSystem\FileAttributesSystem.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesSystem
+[OpCodesLdind_I2.cmd_2073]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I2\OpCodesLdind_I2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileAttributesTemporary.cmd_1714]
-RelativePath=CoreMangLib\cti\system\io\fileattributes\FileAttributesTemporary\FileAttributesTemporary.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileattributes\FileAttributesTemporary
+[OpCodesLdind_I4.cmd_2074]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I4\OpCodesLdind_I4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileModeAppend.cmd_1715]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeAppend\FileModeAppend.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeAppend
+[OpCodesLdind_I8.cmd_2075]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I8\OpCodesLdind_I8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileModeCreate.cmd_1716]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeCreate\FileModeCreate.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeCreate
+[OpCodesLdind_R4.cmd_2076]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_R4\OpCodesLdind_R4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_R4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileModeCreateNew.cmd_1717]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeCreateNew\FileModeCreateNew.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeCreateNew
+[OpCodesLdind_R8.cmd_2077]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_R8\OpCodesLdind_R8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_R8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileModeEnum.cmd_1718]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeEnum\FileModeEnum.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeEnum
+[OpCodesLdind_Ref.cmd_2078]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_Ref\OpCodesLdind_Ref.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_Ref
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileModeOpen.cmd_1719]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeOpen\FileModeOpen.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeOpen
+[OpCodesLdind_U1.cmd_2079]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U1\OpCodesLdind_U1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileModeOpenOrCreate.cmd_1720]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeOpenOrCreate\FileModeOpenOrCreate.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeOpenOrCreate
+[OpCodesLdind_U2.cmd_2080]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U2\OpCodesLdind_U2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileModeTruncate.cmd_1721]
-RelativePath=CoreMangLib\cti\system\io\filemode\FileModeTruncate\FileModeTruncate.cmd
-WorkingDir=CoreMangLib\cti\system\io\filemode\FileModeTruncate
+[OpCodesLdind_U4.cmd_2081]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U4\OpCodesLdind_U4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileNotFoundExceptionCtor.cmd_1722]
-RelativePath=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionCtor\FileNotFoundExceptionCtor.cmd
-WorkingDir=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionCtor
+[OpCodesLdlen.cmd_2082]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdlen\OpCodesLdlen.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdlen
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileNotFoundExceptionctor1.cmd_1723]
-RelativePath=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionctor1\FileNotFoundExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionctor1
+[OpCodesLdloc.cmd_2083]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc\OpCodesLdloc.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileNotFoundExceptionCtor2.cmd_1724]
-RelativePath=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionCtor2\FileNotFoundExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionCtor2
+[OpCodesLdloca.cmd_2084]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloca\OpCodesLdloca.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloca
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileNotFoundExceptionGetMessage.cmd_1725]
-RelativePath=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionGetMessage\FileNotFoundExceptionGetMessage.cmd
-WorkingDir=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionGetMessage
+[OpCodesLdloca_S.cmd_2085]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloca_S\OpCodesLdloca_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloca_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileNotFoundExceptionMessage.cmd_1726]
-RelativePath=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionMessage\FileNotFoundExceptionMessage.cmd
-WorkingDir=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionMessage
+[OpCodesLdloc_0.cmd_2086]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_0\OpCodesLdloc_0.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_0
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileNotFoundExceptionToString.cmd_1727]
-RelativePath=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionToString\FileNotFoundExceptionToString.cmd
-WorkingDir=CoreMangLib\cti\system\io\filenotfoundexception\FileNotFoundExceptionToString
+[OpCodesLdloc_1.cmd_2087]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_1\OpCodesLdloc_1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileShareEnum.cmd_1728]
-RelativePath=CoreMangLib\cti\system\io\fileshare\FileShareEnum\FileShareEnum.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileshare\FileShareEnum
+[OpCodesLdloc_2.cmd_2088]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_2\OpCodesLdloc_2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileShareNone.cmd_1729]
-RelativePath=CoreMangLib\cti\system\io\fileshare\FileShareNone\FileShareNone.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileshare\FileShareNone
+[OpCodesLdloc_3.cmd_2089]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_3\OpCodesLdloc_3.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileShareRead.cmd_1730]
-RelativePath=CoreMangLib\cti\system\io\fileshare\FileShareRead\FileShareRead.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileshare\FileShareRead
+[OpCodesLdloc_S.cmd_2090]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_S\OpCodesLdloc_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileShareReadWrite.cmd_1731]
-RelativePath=CoreMangLib\cti\system\io\fileshare\FileShareReadWrite\FileShareReadWrite.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileshare\FileShareReadWrite
+[OpCodesLdnull.cmd_2091]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdnull\OpCodesLdnull.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdnull
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileShareWrite.cmd_1732]
-RelativePath=CoreMangLib\cti\system\io\fileshare\FileShareWrite\FileShareWrite.cmd
-WorkingDir=CoreMangLib\cti\system\io\fileshare\FileShareWrite
-Expected=0
+[OpCodesLdobj.cmd_2092]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdobj\OpCodesLdobj.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdobj
+Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[FileStreamDispose_PSC.cmd_1733]
-RelativePath=CoreMangLib\cti\system\io\filestream\FileStreamDispose_PSC\FileStreamDispose_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\filestream\FileStreamDispose_PSC
+[OpCodesLdsfld.cmd_2093]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdsfld\OpCodesLdsfld.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdsfld
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IOExceptionctor1.cmd_1734]
-RelativePath=CoreMangLib\cti\system\io\ioexception\IOExceptionctor1\IOExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\io\ioexception\IOExceptionctor1
+[OpCodesLdsflda.cmd_2094]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdsflda\OpCodesLdsflda.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdsflda
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[IOExceptionctor2.cmd_1735]
-RelativePath=CoreMangLib\cti\system\io\ioexception\IOExceptionctor2\IOExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\io\ioexception\IOExceptionctor2
+[OpCodesLdstr.cmd_2095]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdstr\OpCodesLdstr.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdstr
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MemoryStreamCtor.cmd_1736]
-RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor\MemoryStreamCtor.cmd
-WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor
+[OpCodesLdtoken.cmd_2096]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdtoken\OpCodesLdtoken.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdtoken
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MemoryStreamCtor2.cmd_1737]
-RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor2\MemoryStreamCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor2
+[OpCodesLdvirtftn.cmd_2097]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdvirtftn\OpCodesLdvirtftn.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdvirtftn
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MemoryStreamCtor3.cmd_1738]
-RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor3\MemoryStreamCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor3
+[OpCodesLeave.cmd_2098]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLeave\OpCodesLeave.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLeave
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MemoryStreamCtor4.cmd_1739]
-RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor4\MemoryStreamCtor4.cmd
-WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor4
+[OpCodesLeave_S.cmd_2099]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLeave_S\OpCodesLeave_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLeave_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MemoryStreamCtor5.cmd_1740]
-RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor5\MemoryStreamCtor5.cmd
-WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor5
+[OpCodesLocalloc.cmd_2100]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLocalloc\OpCodesLocalloc.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLocalloc
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MemoryStreamCtor6.cmd_1741]
-RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor6\MemoryStreamCtor6.cmd
-WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor6
+[OpCodesMkrefany.cmd_2101]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMkrefany\OpCodesMkrefany.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMkrefany
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MemoryStreamCtor7.cmd_1742]
-RelativePath=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor7\MemoryStreamCtor7.cmd
-WorkingDir=CoreMangLib\cti\system\io\memorystream\MemoryStreamCtor7
+[OpCodesMul.cmd_2102]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMul\OpCodesMul.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMul
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[PathTooLongExceptionctor1.cmd_1743]
-RelativePath=CoreMangLib\cti\system\io\pathtoolongexception\PathTooLongExceptionctor1\PathTooLongExceptionctor1.cmd
-WorkingDir=CoreMangLib\cti\system\io\pathtoolongexception\PathTooLongExceptionctor1
+[OpCodesMul_Ovf.cmd_2103]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMul_Ovf\OpCodesMul_Ovf.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMul_Ovf
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[PathTooLongExceptionctor2.cmd_1744]
-RelativePath=CoreMangLib\cti\system\io\pathtoolongexception\PathTooLongExceptionctor2\PathTooLongExceptionctor2.cmd
-WorkingDir=CoreMangLib\cti\system\io\pathtoolongexception\PathTooLongExceptionctor2
+[OpCodesMul_Ovf_Un.cmd_2104]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMul_Ovf_Un\OpCodesMul_Ovf_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMul_Ovf_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[SeekOriginBegin.cmd_1745]
-RelativePath=CoreMangLib\cti\system\io\seekorigin\SeekOriginBegin\SeekOriginBegin.cmd
-WorkingDir=CoreMangLib\cti\system\io\seekorigin\SeekOriginBegin
+[OpCodesNeg.cmd_2105]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNeg\OpCodesNeg.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNeg
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[SeekOriginCurrent.cmd_1746]
-RelativePath=CoreMangLib\cti\system\io\seekorigin\SeekOriginCurrent\SeekOriginCurrent.cmd
-WorkingDir=CoreMangLib\cti\system\io\seekorigin\SeekOriginCurrent
+[OpCodesNewarr.cmd_2106]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNewarr\OpCodesNewarr.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNewarr
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[SeekOriginEnd.cmd_1747]
-RelativePath=CoreMangLib\cti\system\io\seekorigin\SeekOriginEnd\SeekOriginEnd.cmd
-WorkingDir=CoreMangLib\cti\system\io\seekorigin\SeekOriginEnd
+[OpCodesNewobj.cmd_2107]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNewobj\OpCodesNewobj.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNewobj
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[SeekOriginEnum.cmd_1748]
-RelativePath=CoreMangLib\cti\system\io\seekorigin\SeekOriginEnum\SeekOriginEnum.cmd
-WorkingDir=CoreMangLib\cti\system\io\seekorigin\SeekOriginEnum
+[OpCodesNop.cmd_2108]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNop\OpCodesNop.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNop
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StreamDispose1_PSC.cmd_1749]
-RelativePath=CoreMangLib\cti\system\io\stream\StreamDispose1_PSC\StreamDispose1_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\stream\StreamDispose1_PSC
+[OpCodesNot.cmd_2109]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNot\OpCodesNot.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNot
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StreamDispose2_PSC.cmd_1750]
-RelativePath=CoreMangLib\cti\system\io\stream\StreamDispose2_PSC\StreamDispose2_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\stream\StreamDispose2_PSC
+[OpCodesOr.cmd_2110]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesOr\OpCodesOr.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesOr
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StreamNull_PSC.cmd_1751]
-RelativePath=CoreMangLib\cti\system\io\stream\StreamNull_PSC\StreamNull_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\stream\StreamNull_PSC
+[OpCodesPop.cmd_2111]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPop\OpCodesPop.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPop
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StreamReadTimeOut_PSC.cmd_1752]
-RelativePath=CoreMangLib\cti\system\io\stream\StreamReadTimeOut_PSC\StreamReadTimeOut_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\stream\StreamReadTimeOut_PSC
+[OpCodesPrefix1.cmd_2112]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix1\OpCodesPrefix1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StreamWriteTimeOut_PSC.cmd_1753]
-RelativePath=CoreMangLib\cti\system\io\stream\StreamWriteTimeOut_PSC\StreamWriteTimeOut_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\stream\StreamWriteTimeOut_PSC
+[OpCodesPrefix2.cmd_2113]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix2\OpCodesPrefix2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StreamReaderNull_PSC.cmd_1754]
-RelativePath=CoreMangLib\cti\system\io\streamreader\StreamReaderNull_PSC\StreamReaderNull_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\streamreader\StreamReaderNull_PSC
+[OpCodesPrefix3.cmd_2114]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix3\OpCodesPrefix3.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringWriterEncoding_PSC.cmd_1755]
-RelativePath=CoreMangLib\cti\system\io\stringwriter\StringWriterEncoding_PSC\StringWriterEncoding_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\stringwriter\StringWriterEncoding_PSC
+[OpCodesPrefix4.cmd_2115]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix4\OpCodesPrefix4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[TextReaderNull_PSC.cmd_1756]
-RelativePath=CoreMangLib\cti\system\io\textreader\TextReaderNull_PSC\TextReaderNull_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\textreader\TextReaderNull_PSC
+[OpCodesPrefix5.cmd_2116]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix5\OpCodesPrefix5.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix5
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[TextWriterNull_PSC.cmd_1757]
-RelativePath=CoreMangLib\cti\system\io\textwriter\TextWriterNull_PSC\TextWriterNull_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\io\textwriter\TextWriterNull_PSC
+[OpCodesPrefix6.cmd_2117]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix6\OpCodesPrefix6.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix6
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathAbs1.cmd_1758]
-RelativePath=CoreMangLib\cti\system\math\MathAbs1\MathAbs1.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathAbs1
+[OpCodesPrefix7.cmd_2118]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix7\OpCodesPrefix7.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix7
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathAbs2.cmd_1759]
-RelativePath=CoreMangLib\cti\system\math\MathAbs2\MathAbs2.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathAbs2
+[OpCodesPrefixref.cmd_2119]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefixref\OpCodesPrefixref.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefixref
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathAbs3.cmd_1760]
-RelativePath=CoreMangLib\cti\system\math\MathAbs3\MathAbs3.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathAbs3
+[OpCodesReadonly.cmd_2120]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesReadonly\OpCodesReadonly.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesReadonly
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathAbs4.cmd_1761]
-RelativePath=CoreMangLib\cti\system\math\MathAbs4\MathAbs4.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathAbs4
+[OpCodesRefanytype.cmd_2121]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRefanytype\OpCodesRefanytype.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRefanytype
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathAbs5.cmd_1762]
-RelativePath=CoreMangLib\cti\system\math\MathAbs5\MathAbs5.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathAbs5
+[OpCodesRefanyval.cmd_2122]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRefanyval\OpCodesRefanyval.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRefanyval
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathAbs6.cmd_1763]
-RelativePath=CoreMangLib\cti\system\math\MathAbs6\MathAbs6.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathAbs6
+[OpCodesRem.cmd_2123]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRem\OpCodesRem.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRem
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathAbs7.cmd_1764]
-RelativePath=CoreMangLib\cti\system\math\MathAbs7\MathAbs7.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathAbs7
+[OpCodesRem_Un.cmd_2124]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRem_Un\OpCodesRem_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRem_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathAcos.cmd_1765]
-RelativePath=CoreMangLib\cti\system\math\MathAcos\MathAcos.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathAcos
+[OpCodesRet.cmd_2125]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRet\OpCodesRet.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRet
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathAtan.cmd_1766]
-RelativePath=CoreMangLib\cti\system\math\MathAtan\MathAtan.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathAtan
+[OpCodesRethrow.cmd_2126]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRethrow\OpCodesRethrow.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRethrow
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathAtan2.cmd_1767]
-RelativePath=CoreMangLib\cti\system\math\MathAtan2\MathAtan2.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathAtan2
+[OpCodesShl.cmd_2127]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesShl\OpCodesShl.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesShl
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathCeiling.cmd_1768]
-RelativePath=CoreMangLib\cti\system\math\MathCeiling\MathCeiling.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathCeiling
+[OpCodesShr.cmd_2128]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesShr\OpCodesShr.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesShr
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathCos.cmd_1769]
-RelativePath=CoreMangLib\cti\system\math\MathCos\MathCos.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathCos
+[OpCodesShr_Un.cmd_2129]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesShr_Un\OpCodesShr_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesShr_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathCosh.cmd_1770]
-RelativePath=CoreMangLib\cti\system\math\MathCosh\MathCosh.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathCosh
+[OpCodesSizeof.cmd_2130]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSizeof\OpCodesSizeof.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSizeof
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathE.cmd_1771]
-RelativePath=CoreMangLib\cti\system\math\MathE\MathE.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathE
+[OpCodesStarg.cmd_2131]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStarg\OpCodesStarg.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStarg
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathExp.cmd_1772]
-RelativePath=CoreMangLib\cti\system\math\MathExp\MathExp.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathExp
+[OpCodesStarg_S.cmd_2132]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStarg_S\OpCodesStarg_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStarg_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathFloor.cmd_1773]
-RelativePath=CoreMangLib\cti\system\math\MathFloor\MathFloor.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathFloor
+[OpCodesStelem.cmd_2133]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem\OpCodesStelem.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathIEEERemainder.cmd_1774]
-RelativePath=CoreMangLib\cti\system\math\MathIEEERemainder\MathIEEERemainder.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathIEEERemainder
+[OpCodesStelem_I.cmd_2134]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I\OpCodesStelem_I.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathLog.cmd_1775]
-RelativePath=CoreMangLib\cti\system\math\MathLog\MathLog.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathLog
+[OpCodesStelem_I1.cmd_2135]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I1\OpCodesStelem_I1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathLog10.cmd_1776]
-RelativePath=CoreMangLib\cti\system\math\MathLog10\MathLog10.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathLog10
+[OpCodesStelem_I2.cmd_2136]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I2\OpCodesStelem_I2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMax1.cmd_1777]
-RelativePath=CoreMangLib\cti\system\math\MathMax1\MathMax1.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMax1
+[OpCodesStelem_I4.cmd_2137]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I4\OpCodesStelem_I4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMax10.cmd_1778]
-RelativePath=CoreMangLib\cti\system\math\MathMax10\MathMax10.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMax10
+[OpCodesStelem_I8.cmd_2138]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I8\OpCodesStelem_I8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMax11.cmd_1779]
-RelativePath=CoreMangLib\cti\system\math\MathMax11\MathMax11.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMax11
+[OpCodesStelem_R4.cmd_2139]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_R4\OpCodesStelem_R4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_R4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMax2.cmd_1780]
-RelativePath=CoreMangLib\cti\system\math\MathMax2\MathMax2.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMax2
+[OpCodesStelem_R8.cmd_2140]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_R8\OpCodesStelem_R8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_R8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMax3.cmd_1781]
-RelativePath=CoreMangLib\cti\system\math\MathMax3\MathMax3.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMax3
+[OpCodesStelem_Ref.cmd_2141]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_Ref\OpCodesStelem_Ref.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_Ref
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMax4.cmd_1782]
-RelativePath=CoreMangLib\cti\system\math\MathMax4\MathMax4.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMax4
+[OpCodesStfld.cmd_2142]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStfld\OpCodesStfld.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStfld
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMax5.cmd_1783]
-RelativePath=CoreMangLib\cti\system\math\MathMax5\MathMax5.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMax5
+[OpCodesStind_I.cmd_2143]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I\OpCodesStind_I.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMax6.cmd_1784]
-RelativePath=CoreMangLib\cti\system\math\MathMax6\MathMax6.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMax6
+[OpCodesStind_I1.cmd_2144]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I1\OpCodesStind_I1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMax7.cmd_1785]
-RelativePath=CoreMangLib\cti\system\math\MathMax7\MathMax7.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMax7
+[OpCodesStind_I2.cmd_2145]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I2\OpCodesStind_I2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMax8.cmd_1786]
-RelativePath=CoreMangLib\cti\system\math\MathMax8\MathMax8.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMax8
+[OpCodesStind_I4.cmd_2146]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I4\OpCodesStind_I4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMax9.cmd_1787]
-RelativePath=CoreMangLib\cti\system\math\MathMax9\MathMax9.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMax9
+[OpCodesStind_I8.cmd_2147]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I8\OpCodesStind_I8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMin1.cmd_1788]
-RelativePath=CoreMangLib\cti\system\math\MathMin1\MathMin1.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMin1
+[OpCodesStind_R4.cmd_2148]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_R4\OpCodesStind_R4.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_R4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMin10.cmd_1789]
-RelativePath=CoreMangLib\cti\system\math\MathMin10\MathMin10.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMin10
+[OpCodesStind_R8.cmd_2149]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_R8\OpCodesStind_R8.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_R8
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMin11.cmd_1790]
-RelativePath=CoreMangLib\cti\system\math\MathMin11\MathMin11.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMin11
+[OpCodesStind_Ref.cmd_2150]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_Ref\OpCodesStind_Ref.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_Ref
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMin2.cmd_1791]
-RelativePath=CoreMangLib\cti\system\math\MathMin2\MathMin2.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMin2
+[OpCodesStloc.cmd_2151]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc\OpCodesStloc.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMin3.cmd_1792]
-RelativePath=CoreMangLib\cti\system\math\MathMin3\MathMin3.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMin3
+[OpCodesStloc_0.cmd_2152]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_0\OpCodesStloc_0.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_0
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMin4.cmd_1793]
-RelativePath=CoreMangLib\cti\system\math\MathMin4\MathMin4.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMin4
+[OpCodesStloc_1.cmd_2153]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_1\OpCodesStloc_1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMin5.cmd_1794]
-RelativePath=CoreMangLib\cti\system\math\MathMin5\MathMin5.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMin5
+[OpCodesStloc_2.cmd_2154]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_2\OpCodesStloc_2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMin6.cmd_1795]
-RelativePath=CoreMangLib\cti\system\math\MathMin6\MathMin6.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMin6
+[OpCodesStloc_3.cmd_2155]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_3\OpCodesStloc_3.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMin7.cmd_1796]
-RelativePath=CoreMangLib\cti\system\math\MathMin7\MathMin7.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMin7
+[OpCodesStloc_S.cmd_2156]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_S\OpCodesStloc_S.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_S
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMin8.cmd_1797]
-RelativePath=CoreMangLib\cti\system\math\MathMin8\MathMin8.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMin8
+[OpCodesStobj.cmd_2157]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStobj\OpCodesStobj.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStobj
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathMin9.cmd_1798]
-RelativePath=CoreMangLib\cti\system\math\MathMin9\MathMin9.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathMin9
+[OpCodesStsfld.cmd_2158]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStsfld\OpCodesStsfld.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStsfld
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathPI.cmd_1799]
-RelativePath=CoreMangLib\cti\system\math\MathPI\MathPI.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathPI
+[OpCodesSub.cmd_2159]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSub\OpCodesSub.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSub
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathPow.cmd_1800]
-RelativePath=CoreMangLib\cti\system\math\MathPow\MathPow.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathPow
+[OpCodesSub_Ovf.cmd_2160]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSub_Ovf\OpCodesSub_Ovf.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSub_Ovf
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[mathRound1.cmd_1801]
-RelativePath=CoreMangLib\cti\system\math\mathRound1\mathRound1.cmd
-WorkingDir=CoreMangLib\cti\system\math\mathRound1
+[OpCodesSub_Ovf_Un.cmd_2161]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSub_Ovf_Un\OpCodesSub_Ovf_Un.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSub_Ovf_Un
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathRound2.cmd_1802]
-RelativePath=CoreMangLib\cti\system\math\MathRound2\MathRound2.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathRound2
+[OpCodesSwitch.cmd_2162]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSwitch\OpCodesSwitch.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSwitch
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathRound3.cmd_1803]
-RelativePath=CoreMangLib\cti\system\math\MathRound3\MathRound3.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathRound3
+[OpCodeStackBehaviourPop.cmd_2163]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeStackBehaviourPop\OpCodeStackBehaviourPop.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeStackBehaviourPop
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathRound4.cmd_1804]
-RelativePath=CoreMangLib\cti\system\math\MathRound4\MathRound4.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathRound4
+[OpCodeStackBehaviourPush.cmd_2164]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeStackBehaviourPush\OpCodeStackBehaviourPush.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeStackBehaviourPush
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathSign1.cmd_1805]
-RelativePath=CoreMangLib\cti\system\math\MathSign1\MathSign1.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathSign1
+[OpCodesTailcall.cmd_2165]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesTailcall\OpCodesTailcall.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesTailcall
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathSign2.cmd_1806]
-RelativePath=CoreMangLib\cti\system\math\MathSign2\MathSign2.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathSign2
+[OpCodesTakesSingleByteArgument.cmd_2166]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesTakesSingleByteArgument\OpCodesTakesSingleByteArgument.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesTakesSingleByteArgument
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathSign3.cmd_1807]
-RelativePath=CoreMangLib\cti\system\math\MathSign3\MathSign3.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathSign3
+[OpCodesThrow.cmd_2167]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesThrow\OpCodesThrow.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesThrow
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathSign4.cmd_1808]
-RelativePath=CoreMangLib\cti\system\math\MathSign4\MathSign4.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathSign4
+[OpCodesUnaligned.cmd_2168]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesUnaligned\OpCodesUnaligned.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesUnaligned
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathSign5.cmd_1809]
-RelativePath=CoreMangLib\cti\system\math\MathSign5\MathSign5.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathSign5
+[OpCodesUnbox.cmd_2169]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesUnbox\OpCodesUnbox.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesUnbox
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathSign6.cmd_1810]
-RelativePath=CoreMangLib\cti\system\math\MathSign6\MathSign6.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathSign6
+[OpCodesUnbox_Any.cmd_2170]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesUnbox_Any\OpCodesUnbox_Any.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesUnbox_Any
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathSign7.cmd_1811]
-RelativePath=CoreMangLib\cti\system\math\MathSign7\MathSign7.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathSign7
+[OpCodesVolatile.cmd_2171]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesVolatile\OpCodesVolatile.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesVolatile
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathSin.cmd_1812]
-RelativePath=CoreMangLib\cti\system\math\MathSin\MathSin.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathSin
+[OpCodesXor.cmd_2172]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesXor\OpCodesXor.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesXor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathSinh.cmd_1813]
-RelativePath=CoreMangLib\cti\system\math\MathSinh\MathSinh.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathSinh
+[OpCodeToString.cmd_2173]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeToString\OpCodeToString.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeToString
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathSqrt.cmd_1814]
-RelativePath=CoreMangLib\cti\system\math\MathSqrt\MathSqrt.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathSqrt
+[OpCodeValue.cmd_2174]
+RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeValue\OpCodeValue.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathTan.cmd_1815]
-RelativePath=CoreMangLib\cti\system\math\MathTan\MathTan.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathTan
+[TargetInvocationExceptionCtor1.cmd_2299]
+RelativePath=CoreMangLib\cti\system\reflection\targetinvocationexception\TargetInvocationExceptionCtor1\TargetInvocationExceptionCtor1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\targetinvocationexception\TargetInvocationExceptionCtor1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MathTanh.cmd_1816]
-RelativePath=CoreMangLib\cti\system\math\MathTanh\MathTanh.cmd
-WorkingDir=CoreMangLib\cti\system\math\MathTanh
+[TargetInvocationExceptionCtor2.cmd_2300]
+RelativePath=CoreMangLib\cti\system\reflection\targetinvocationexception\TargetInvocationExceptionCtor2\TargetInvocationExceptionCtor2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\targetinvocationexception\TargetInvocationExceptionCtor2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MemberAccessExceptionCtor1.cmd_1817]
-RelativePath=CoreMangLib\cti\system\memberaccessexception\MemberAccessExceptionCtor1\MemberAccessExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\memberaccessexception\MemberAccessExceptionCtor1
+[TargetParameterCountExceptionCtor1.cmd_2301]
+RelativePath=CoreMangLib\cti\system\reflection\targetparametercountexception\TargetParameterCountExceptionCtor1\TargetParameterCountExceptionCtor1.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\targetparametercountexception\TargetParameterCountExceptionCtor1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MemberAccessExceptionCtor2.cmd_1818]
-RelativePath=CoreMangLib\cti\system\memberaccessexception\MemberAccessExceptionCtor2\MemberAccessExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\memberaccessexception\MemberAccessExceptionCtor2
+[TargetParameterCountExceptionCtor2.cmd_2302]
+RelativePath=CoreMangLib\cti\system\reflection\targetparametercountexception\TargetParameterCountExceptionCtor2\TargetParameterCountExceptionCtor2.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\targetparametercountexception\TargetParameterCountExceptionCtor2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MemberAccessExceptionCtor3.cmd_1819]
-RelativePath=CoreMangLib\cti\system\memberaccessexception\MemberAccessExceptionCtor3\MemberAccessExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\memberaccessexception\MemberAccessExceptionCtor3
+[TargetParameterCountExceptionCtor3.cmd_2303]
+RelativePath=CoreMangLib\cti\system\reflection\targetparametercountexception\TargetParameterCountExceptionCtor3\TargetParameterCountExceptionCtor3.cmd
+WorkingDir=CoreMangLib\cti\system\reflection\targetparametercountexception\TargetParameterCountExceptionCtor3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MulticastDelegateCombineImpl.cmd_1835]
-RelativePath=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateCombineImpl\MulticastDelegateCombineImpl.cmd
-WorkingDir=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateCombineImpl
+[MissingManifestResourceExceptionCtor1.cmd_2332]
+RelativePath=CoreMangLib\cti\system\resources\missingmanifestresourceexception\MissingManifestResourceExceptionCtor1\MissingManifestResourceExceptionCtor1.cmd
+WorkingDir=CoreMangLib\cti\system\resources\missingmanifestresourceexception\MissingManifestResourceExceptionCtor1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MulticastDelegateEquals.cmd_1836]
-RelativePath=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateEquals\MulticastDelegateEquals.cmd
-WorkingDir=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateEquals
+[MissingManifestResourceExceptionCtor2.cmd_2333]
+RelativePath=CoreMangLib\cti\system\resources\missingmanifestresourceexception\MissingManifestResourceExceptionCtor2\MissingManifestResourceExceptionCtor2.cmd
+WorkingDir=CoreMangLib\cti\system\resources\missingmanifestresourceexception\MissingManifestResourceExceptionCtor2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MulticastDelegateGetHashCode.cmd_1837]
-RelativePath=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateGetHashCode\MulticastDelegateGetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateGetHashCode
+[MissingManifestResourceExceptionCtor3.cmd_2334]
+RelativePath=CoreMangLib\cti\system\resources\missingmanifestresourceexception\MissingManifestResourceExceptionCtor3\MissingManifestResourceExceptionCtor3.cmd
+WorkingDir=CoreMangLib\cti\system\resources\missingmanifestresourceexception\MissingManifestResourceExceptionCtor3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[MulticastDelegateGetInvocationList.cmd_1838]
-RelativePath=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateGetInvocationList\MulticastDelegateGetInvocationList.cmd
-WorkingDir=CoreMangLib\cti\system\multicastdelegate\MulticastDelegateGetInvocationList
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[NotImplementedExceptionCtor1.cmd_1839]
-RelativePath=CoreMangLib\cti\system\notimplementedexception\NotImplementedExceptionCtor1\NotImplementedExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\notimplementedexception\NotImplementedExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[NotImplementedExceptionCtor2.cmd_1840]
-RelativePath=CoreMangLib\cti\system\notimplementedexception\NotImplementedExceptionCtor2\NotImplementedExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\notimplementedexception\NotImplementedExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[NotImplementedExceptionCtor3.cmd_1841]
-RelativePath=CoreMangLib\cti\system\notimplementedexception\NotImplementedExceptionCtor3\NotImplementedExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\notimplementedexception\NotImplementedExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[NotSupportedExceptionCtor1.cmd_1842]
-RelativePath=CoreMangLib\cti\system\notsupportedexception\NotSupportedExceptionCtor1\NotSupportedExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\notsupportedexception\NotSupportedExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[NotSupportedExceptionCtor2.cmd_1843]
-RelativePath=CoreMangLib\cti\system\notsupportedexception\NotSupportedExceptionCtor2\NotSupportedExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\notsupportedexception\NotSupportedExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[NotSupportedExceptionCtor3.cmd_1844]
-RelativePath=CoreMangLib\cti\system\notsupportedexception\NotSupportedExceptionCtor3\NotSupportedExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\notsupportedexception\NotSupportedExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[NullReferenceExceptionCtor1.cmd_1856]
-RelativePath=CoreMangLib\cti\system\nullreferenceexception\NullReferenceExceptionCtor1\NullReferenceExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\nullreferenceexception\NullReferenceExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObjectCtor.cmd_1857]
-RelativePath=CoreMangLib\cti\system\object\ObjectCtor\ObjectCtor.cmd
-WorkingDir=CoreMangLib\cti\system\object\ObjectCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObjectEquals1.cmd_1858]
-RelativePath=CoreMangLib\cti\system\object\ObjectEquals1\ObjectEquals1.cmd
-WorkingDir=CoreMangLib\cti\system\object\ObjectEquals1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObjectEquals2.cmd_1859]
-RelativePath=CoreMangLib\cti\system\object\ObjectEquals2\ObjectEquals2.cmd
-WorkingDir=CoreMangLib\cti\system\object\ObjectEquals2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObjectFinalize.cmd_1860]
-RelativePath=CoreMangLib\cti\system\object\ObjectFinalize\ObjectFinalize.cmd
-WorkingDir=CoreMangLib\cti\system\object\ObjectFinalize
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObjectGetHashCode.cmd_1861]
-RelativePath=CoreMangLib\cti\system\object\ObjectGetHashCode\ObjectGetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\object\ObjectGetHashCode
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObjectMemberwiseClone.cmd_1862]
-RelativePath=CoreMangLib\cti\system\object\ObjectMemberwiseClone\ObjectMemberwiseClone.cmd
-WorkingDir=CoreMangLib\cti\system\object\ObjectMemberwiseClone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObjectReferenceEquals.cmd_1863]
-RelativePath=CoreMangLib\cti\system\object\ObjectReferenceEquals\ObjectReferenceEquals.cmd
-WorkingDir=CoreMangLib\cti\system\object\ObjectReferenceEquals
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObjectToString.cmd_1864]
-RelativePath=CoreMangLib\cti\system\object\ObjectToString\ObjectToString.cmd
-WorkingDir=CoreMangLib\cti\system\object\ObjectToString
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObjectDisposedExceptionMessage.cmd_1865]
-RelativePath=CoreMangLib\cti\system\objectdisposedexception\ObjectDisposedExceptionMessage\ObjectDisposedExceptionMessage.cmd
-WorkingDir=CoreMangLib\cti\system\objectdisposedexception\ObjectDisposedExceptionMessage
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObjectDisposedExceptionObjectName.cmd_1866]
-RelativePath=CoreMangLib\cti\system\objectdisposedexception\ObjectDisposedExceptionObjectName\ObjectDisposedExceptionObjectName.cmd
-WorkingDir=CoreMangLib\cti\system\objectdisposedexception\ObjectDisposedExceptionObjectName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObsoleteAttributeCtor1.cmd_1867]
-RelativePath=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeCtor1\ObsoleteAttributeCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObsoleteAttributeCtor2.cmd_1868]
-RelativePath=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeCtor2\ObsoleteAttributeCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObsoleteAttributeCtor3.cmd_1869]
-RelativePath=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeCtor3\ObsoleteAttributeCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObsoleteAttributeIsError.cmd_1870]
-RelativePath=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeIsError\ObsoleteAttributeIsError.cmd
-WorkingDir=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeIsError
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ObsoleteAttributeMessage.cmd_1871]
-RelativePath=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeMessage\ObsoleteAttributeMessage.cmd
-WorkingDir=CoreMangLib\cti\system\obsoleteattribute\ObsoleteAttributeMessage
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OutOfMemoryExceptionCtor1.cmd_1872]
-RelativePath=CoreMangLib\cti\system\outofmemoryexception\OutOfMemoryExceptionCtor1\OutOfMemoryExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\outofmemoryexception\OutOfMemoryExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OutOfMemoryExceptionCtor2.cmd_1873]
-RelativePath=CoreMangLib\cti\system\outofmemoryexception\OutOfMemoryExceptionCtor2\OutOfMemoryExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\outofmemoryexception\OutOfMemoryExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OutOfMemoryExceptionCtor3.cmd_1874]
-RelativePath=CoreMangLib\cti\system\outofmemoryexception\OutOfMemoryExceptionCtor3\OutOfMemoryExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\outofmemoryexception\OutOfMemoryExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OverflowExceptionCtor1.cmd_1875]
-RelativePath=CoreMangLib\cti\system\overflowexception\OverflowExceptionCtor1\OverflowExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\overflowexception\OverflowExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OverflowExceptionCtor2.cmd_1876]
-RelativePath=CoreMangLib\cti\system\overflowexception\OverflowExceptionCtor2\OverflowExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\overflowexception\OverflowExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OverflowExceptionCtor3.cmd_1877]
-RelativePath=CoreMangLib\cti\system\overflowexception\OverflowExceptionCtor3\OverflowExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\overflowexception\OverflowExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ParamArrayAttributeCtor.cmd_1878]
-RelativePath=CoreMangLib\cti\system\paramarrayattribute\ParamArrayAttributeCtor\ParamArrayAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\paramarrayattribute\ParamArrayAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PlatformNotSupportedExceptionCtor1.cmd_1879]
-RelativePath=CoreMangLib\cti\system\platformnotsupportedexception\PlatformNotSupportedExceptionCtor1\PlatformNotSupportedExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\platformnotsupportedexception\PlatformNotSupportedExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PlatformNotSupportedExceptionCtor2.cmd_1880]
-RelativePath=CoreMangLib\cti\system\platformnotsupportedexception\PlatformNotSupportedExceptionCtor2\PlatformNotSupportedExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\platformnotsupportedexception\PlatformNotSupportedExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PlatformNotSupportedExceptionCtor3.cmd_1881]
-RelativePath=CoreMangLib\cti\system\platformnotsupportedexception\PlatformNotSupportedExceptionCtor3\PlatformNotSupportedExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\platformnotsupportedexception\PlatformNotSupportedExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PredicateBeginInvoke.cmd_1882]
-RelativePath=CoreMangLib\cti\system\predicate\PredicateBeginInvoke\PredicateBeginInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\predicate\PredicateBeginInvoke
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PredicateEndInvoke.cmd_1883]
-RelativePath=CoreMangLib\cti\system\predicate\PredicateEndInvoke\PredicateEndInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\predicate\PredicateEndInvoke
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PredicateInvoke.cmd_1884]
-RelativePath=CoreMangLib\cti\system\predicate\PredicateInvoke\PredicateInvoke.cmd
-WorkingDir=CoreMangLib\cti\system\predicate\PredicateInvoke
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[RankExceptionCtor1.cmd_1893]
-RelativePath=CoreMangLib\cti\system\rankexception\RankExceptionCtor1\RankExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\rankexception\RankExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[RankExceptionCtor2.cmd_1894]
-RelativePath=CoreMangLib\cti\system\rankexception\RankExceptionCtor2\RankExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\rankexception\RankExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[RankExceptionCtor3.cmd_1895]
-RelativePath=CoreMangLib\cti\system\rankexception\RankExceptionCtor3\RankExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\rankexception\RankExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AmbiguousMatchExceptionCtor1.cmd_1896]
-RelativePath=CoreMangLib\cti\system\reflection\ambiguousmatchexception\AmbiguousMatchExceptionCtor1\AmbiguousMatchExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\ambiguousmatchexception\AmbiguousMatchExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AmbiguousMatchExceptionCtor2.cmd_1897]
-RelativePath=CoreMangLib\cti\system\reflection\ambiguousmatchexception\AmbiguousMatchExceptionCtor2\AmbiguousMatchExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\ambiguousmatchexception\AmbiguousMatchExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AmbiguousMatchExceptionCtor3.cmd_1898]
-RelativePath=CoreMangLib\cti\system\reflection\ambiguousmatchexception\AmbiguousMatchExceptionCtor3\AmbiguousMatchExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\ambiguousmatchexception\AmbiguousMatchExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyConfigurationAttribute.cmd_1899]
-RelativePath=CoreMangLib\cti\system\reflection\assemblyconfigurationattribute\AssemblyConfigurationAttribute\AssemblyConfigurationAttribute.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblyconfigurationattribute\AssemblyConfigurationAttribute
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[AssemblyConfigurationAttributeCtor.cmd_1900]
-RelativePath=CoreMangLib\cti\system\reflection\assemblyconfigurationattribute\AssemblyConfigurationAttributeCtor\AssemblyConfigurationAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblyconfigurationattribute\AssemblyConfigurationAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyDefaultAliasAttribute.cmd_1901]
-RelativePath=CoreMangLib\cti\system\reflection\assemblydefaultaliasattribute\AssemblyDefaultAliasAttribute\AssemblyDefaultAliasAttribute.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblydefaultaliasattribute\AssemblyDefaultAliasAttribute
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=EXPECTED_PASS;Pri1
-HostStyle=0
-
-[AssemblyDefaultAliasAttributeCtor.cmd_1902]
-RelativePath=CoreMangLib\cti\system\reflection\assemblydefaultaliasattribute\AssemblyDefaultAliasAttributeCtor\AssemblyDefaultAliasAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblydefaultaliasattribute\AssemblyDefaultAliasAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyDelaySignAttributeCtor.cmd_1903]
-RelativePath=CoreMangLib\cti\system\reflection\assemblydelaysignattribute\AssemblyDelaySignAttributeCtor\AssemblyDelaySignAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblydelaysignattribute\AssemblyDelaySignAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyDelaySignAttributeDelaySign.cmd_1904]
-RelativePath=CoreMangLib\cti\system\reflection\assemblydelaysignattribute\AssemblyDelaySignAttributeDelaySign\AssemblyDelaySignAttributeDelaySign.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblydelaysignattribute\AssemblyDelaySignAttributeDelaySign
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyDescriptionAttributeCtor.cmd_1905]
-RelativePath=CoreMangLib\cti\system\reflection\assemblydescriptionattribute\AssemblyDescriptionAttributeCtor\AssemblyDescriptionAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblydescriptionattribute\AssemblyDescriptionAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyDescriptionAttributeDescription.cmd_1906]
-RelativePath=CoreMangLib\cti\system\reflection\assemblydescriptionattribute\AssemblyDescriptionAttributeDescription\AssemblyDescriptionAttributeDescription.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblydescriptionattribute\AssemblyDescriptionAttributeDescription
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyKeyFileAttributeCtor.cmd_1907]
-RelativePath=CoreMangLib\cti\system\reflection\assemblykeyfileattribute\AssemblyKeyFileAttributeCtor\AssemblyKeyFileAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblykeyfileattribute\AssemblyKeyFileAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyKeyFileAttributeKeyFile.cmd_1908]
-RelativePath=CoreMangLib\cti\system\reflection\assemblykeyfileattribute\AssemblyKeyFileAttributeKeyFile\AssemblyKeyFileAttributeKeyFile.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblykeyfileattribute\AssemblyKeyFileAttributeKeyFile
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyKeyNameAttributeCtor.cmd_1909]
-RelativePath=CoreMangLib\cti\system\reflection\assemblykeynameattribute\AssemblyKeyNameAttributeCtor\AssemblyKeyNameAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblykeynameattribute\AssemblyKeyNameAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyKeyNameAttributeKeyName.cmd_1910]
-RelativePath=CoreMangLib\cti\system\reflection\assemblykeynameattribute\AssemblyKeyNameAttributeKeyName\AssemblyKeyNameAttributeKeyName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblykeynameattribute\AssemblyKeyNameAttributeKeyName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyNameGetPublicKey.cmd_1911]
-RelativePath=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameGetPublicKey\AssemblyNameGetPublicKey.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameGetPublicKey
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyNameGetPublicKeyToken.cmd_1912]
-RelativePath=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameGetPublicKeyToken\AssemblyNameGetPublicKeyToken.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameGetPublicKeyToken
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyNameSetPublicKey.cmd_1913]
-RelativePath=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameSetPublicKey\AssemblyNameSetPublicKey.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameSetPublicKey
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyNameSetPublicKeyToken.cmd_1914]
-RelativePath=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameSetPublicKeyToken\AssemblyNameSetPublicKeyToken.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameSetPublicKeyToken
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyNameVersion.cmd_1915]
-RelativePath=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameVersion\AssemblyNameVersion.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblyname\AssemblyNameVersion
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyNameFlagsNone.cmd_1916]
-RelativePath=CoreMangLib\cti\system\reflection\assemblynameflags\AssemblyNameFlagsNone\AssemblyNameFlagsNone.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblynameflags\AssemblyNameFlagsNone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyNameFlagsPublicKey.cmd_1917]
-RelativePath=CoreMangLib\cti\system\reflection\assemblynameflags\AssemblyNameFlagsPublicKey\AssemblyNameFlagsPublicKey.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblynameflags\AssemblyNameFlagsPublicKey
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyNameFlagsRetargetable.cmd_1918]
-RelativePath=CoreMangLib\cti\system\reflection\assemblynameflags\AssemblyNameFlagsRetargetable\AssemblyNameFlagsRetargetable.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblynameflags\AssemblyNameFlagsRetargetable
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyTitleAttributeCtor.cmd_1919]
-RelativePath=CoreMangLib\cti\system\reflection\assemblytitleattribute\AssemblyTitleAttributeCtor\AssemblyTitleAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblytitleattribute\AssemblyTitleAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AssemblyTitleAttributeTitle.cmd_1920]
-RelativePath=CoreMangLib\cti\system\reflection\assemblytitleattribute\AssemblyTitleAttributeTitle\AssemblyTitleAttributeTitle.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\assemblytitleattribute\AssemblyTitleAttributeTitle
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[CallingConventionsAny.cmd_1921]
-RelativePath=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsAny\CallingConventionsAny.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsAny
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[CallingConventionsExplicitThis.cmd_1922]
-RelativePath=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsExplicitThis\CallingConventionsExplicitThis.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsExplicitThis
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[CallingConventionsHasThis.cmd_1923]
-RelativePath=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsHasThis\CallingConventionsHasThis.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsHasThis
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[CallingConventionsStandard.cmd_1924]
-RelativePath=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsStandard\CallingConventionsStandard.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsStandard
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[CallingConventionsVarArgs.cmd_1925]
-RelativePath=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsVarArgs\CallingConventionsVarArgs.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\callingconventions\CallingConventionsVarArgs
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ConstructorInfoConstructorName.cmd_1926]
-RelativePath=CoreMangLib\cti\system\reflection\constructorinfo\ConstructorInfoConstructorName\ConstructorInfoConstructorName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\constructorinfo\ConstructorInfoConstructorName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ConstructorInfoTypeConstructorName.cmd_1927]
-RelativePath=CoreMangLib\cti\system\reflection\constructorinfo\ConstructorInfoTypeConstructorName\ConstructorInfoTypeConstructorName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\constructorinfo\ConstructorInfoTypeConstructorName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[DefaultMemberAttributeCtor.cmd_1928]
-RelativePath=CoreMangLib\cti\system\reflection\defaultmemberattribute\DefaultMemberAttributeCtor\DefaultMemberAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\defaultmemberattribute\DefaultMemberAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[DefaultMemberAttributeMemberName.cmd_1929]
-RelativePath=CoreMangLib\cti\system\reflection\defaultmemberattribute\DefaultMemberAttributeMemberName\DefaultMemberAttributeMemberName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\defaultmemberattribute\DefaultMemberAttributeMemberName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FlowControlBranch.cmd_1930]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlBranch\FlowControlBranch.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlBranch
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FlowControlCall.cmd_1931]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlCall\FlowControlCall.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlCall
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FlowControlCond_Branch.cmd_1932]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlCond_Branch\FlowControlCond_Branch.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlCond_Branch
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FlowControlMeta.cmd_1933]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlMeta\FlowControlMeta.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlMeta
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FlowControlNext.cmd_1934]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlNext\FlowControlNext.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlNext
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FlowControlReturn.cmd_1935]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlReturn\FlowControlReturn.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlReturn
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FlowControlThrow.cmd_1936]
-RelativePath=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlThrow\FlowControlThrow.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\flowcontrol\FlowControlThrow
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeEquals1.cmd_1937]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeEquals1\OpCodeEquals1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeEquals1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeEquals2.cmd_1938]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeEquals2\OpCodeEquals2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeEquals2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeFlowControl.cmd_1939]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeFlowControl\OpCodeFlowControl.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeFlowControl
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeGetHashCode.cmd_1940]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeGetHashCode\OpCodeGetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeGetHashCode
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeName.cmd_1941]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeName\OpCodeName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeOpCodeType.cmd_1942]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeOpCodeType\OpCodeOpCodeType.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeOpCodeType
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeOperandType.cmd_1943]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeOperandType\OpCodeOperandType.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeOperandType
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesAdd_Ovf.cmd_1944]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesAdd_Ovf\OpCodesAdd_Ovf.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesAdd_Ovf
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesAdd_Ovf_Un.cmd_1945]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesAdd_Ovf_Un\OpCodesAdd_Ovf_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesAdd_Ovf_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesAnd.cmd_1946]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesAnd\OpCodesAnd.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesAnd
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesArglist.cmd_1947]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesArglist\OpCodesArglist.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesArglist
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBeq.cmd_1948]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBeq\OpCodesBeq.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBeq
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBeq_S.cmd_1949]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBeq_S\OpCodesBeq_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBeq_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBge.cmd_1950]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge\OpCodesBge.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBge_S.cmd_1951]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge_S\OpCodesBge_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBge_Un.cmd_1952]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge_Un\OpCodesBge_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBge_Un_S.cmd_1953]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge_Un_S\OpCodesBge_Un_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBge_Un_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBgt.cmd_1954]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt\OpCodesBgt.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBgt_S.cmd_1955]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt_S\OpCodesBgt_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBgt_Un.cmd_1956]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt_Un\OpCodesBgt_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBgt_Un_S.cmd_1957]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt_Un_S\OpCodesBgt_Un_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBgt_Un_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBle.cmd_1958]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle\OpCodesBle.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBle_S.cmd_1959]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle_S\OpCodesBle_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBle_Un.cmd_1960]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle_Un\OpCodesBle_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBle_Un_S.cmd_1961]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle_Un_S\OpCodesBle_Un_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBle_Un_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBlt.cmd_1962]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt\OpCodesBlt.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBlt_S.cmd_1963]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt_S\OpCodesBlt_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBlt_Un.cmd_1964]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt_Un\OpCodesBlt_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBlt_Un_S.cmd_1965]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt_Un_S\OpCodesBlt_Un_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBlt_Un_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBne_Un.cmd_1966]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBne_Un\OpCodesBne_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBne_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBne_Un_S.cmd_1967]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBne_Un_S\OpCodesBne_Un_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBne_Un_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBox.cmd_1968]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBox\OpCodesBox.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBox
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBr.cmd_1969]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBr\OpCodesBr.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBr
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBreak.cmd_1970]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBreak\OpCodesBreak.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBreak
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBrfalse.cmd_1971]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrfalse\OpCodesBrfalse.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrfalse
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBrfalse_S.cmd_1972]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrfalse_S\OpCodesBrfalse_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrfalse_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBrtrue.cmd_1973]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrtrue\OpCodesBrtrue.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrtrue
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBrtrue_S.cmd_1974]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrtrue_S\OpCodesBrtrue_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBrtrue_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesBr_S.cmd_1975]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBr_S\OpCodesBr_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesBr_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesCall.cmd_1976]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCall\OpCodesCall.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCall
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesCalli.cmd_1977]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCalli\OpCodesCalli.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCalli
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesCallvirt.cmd_1978]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCallvirt\OpCodesCallvirt.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCallvirt
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesCastclass.cmd_1979]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCastclass\OpCodesCastclass.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCastclass
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesCeq.cmd_1980]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCeq\OpCodesCeq.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCeq
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesCgt.cmd_1981]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCgt\OpCodesCgt.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCgt
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesCgt_Un.cmd_1982]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCgt_Un\OpCodesCgt_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCgt_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesCkfinite.cmd_1983]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCkfinite\OpCodesCkfinite.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCkfinite
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesClt.cmd_1984]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesClt\OpCodesClt.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesClt
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesClt_Un.cmd_1985]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesClt_Un\OpCodesClt_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesClt_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConstrained.cmd_1986]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConstrained\OpCodesConstrained.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConstrained
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_I.cmd_1987]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I\OpCodesConv_I.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_I1.cmd_1988]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I1\OpCodesConv_I1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_I2.cmd_1989]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I2\OpCodesConv_I2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_I4.cmd_1990]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I4\OpCodesConv_I4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_I8.cmd_1991]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I8\OpCodesConv_I8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_I8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_I.cmd_1992]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I\OpCodesConv_Ovf_I.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_I1.cmd_1993]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I1\OpCodesConv_Ovf_I1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_I1_Un.cmd_1994]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I1_Un\OpCodesConv_Ovf_I1_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I1_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_I2.cmd_1995]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I2\OpCodesConv_Ovf_I2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_I2_Un.cmd_1996]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I2_Un\OpCodesConv_Ovf_I2_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I2_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_I4.cmd_1997]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I4\OpCodesConv_Ovf_I4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_I4_Un.cmd_1998]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I4_Un\OpCodesConv_Ovf_I4_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I4_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_I8.cmd_1999]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I8\OpCodesConv_Ovf_I8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_I8_Un.cmd_2000]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I8_Un\OpCodesConv_Ovf_I8_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I8_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_I_Un.cmd_2001]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I_Un\OpCodesConv_Ovf_I_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_I_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_U.cmd_2002]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U\OpCodesConv_Ovf_U.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_U1.cmd_2003]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U1\OpCodesConv_Ovf_U1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_U1_Un.cmd_2004]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U1_Un\OpCodesConv_Ovf_U1_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U1_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_U2.cmd_2005]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U2\OpCodesConv_Ovf_U2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_U2_Un.cmd_2006]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U2_Un\OpCodesConv_Ovf_U2_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U2_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_U4.cmd_2007]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U4\OpCodesConv_Ovf_U4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_U4_Un.cmd_2008]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U4_Un\OpCodesConv_Ovf_U4_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U4_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_U8.cmd_2009]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U8\OpCodesConv_Ovf_U8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_U8_Un.cmd_2010]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U8_Un\OpCodesConv_Ovf_U8_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U8_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_Ovf_U_Un.cmd_2011]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U_Un\OpCodesConv_Ovf_U_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_Ovf_U_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_R4.cmd_2012]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_R4\OpCodesConv_R4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_R4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_R8.cmd_2013]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_R8\OpCodesConv_R8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_R8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_R_Un.cmd_2014]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_R_Un\OpCodesConv_R_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_R_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_U.cmd_2015]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U\OpCodesConv_U.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_U1.cmd_2016]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U1\OpCodesConv_U1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_U2.cmd_2017]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U2\OpCodesConv_U2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_U4.cmd_2018]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U4\OpCodesConv_U4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesConv_U8.cmd_2019]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U8\OpCodesConv_U8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesConv_U8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesCpblk.cmd_2020]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCpblk\OpCodesCpblk.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCpblk
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesCpobj.cmd_2021]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCpobj\OpCodesCpobj.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesCpobj
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesDiv.cmd_2022]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesDiv\OpCodesDiv.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesDiv
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesDiv_Un.cmd_2023]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesDiv_Un\OpCodesDiv_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesDiv_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesDup.cmd_2024]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesDup\OpCodesDup.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesDup
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesEndfilter.cmd_2025]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesEndfilter\OpCodesEndfilter.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesEndfilter
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesEndfinally.cmd_2026]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesEndfinally\OpCodesEndfinally.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesEndfinally
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesInitblk.cmd_2027]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesInitblk\OpCodesInitblk.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesInitblk
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesInitobj.cmd_2028]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesInitobj\OpCodesInitobj.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesInitobj
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesIsinst.cmd_2029]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesIsinst\OpCodesIsinst.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesIsinst
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeSize.cmd_2030]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeSize\OpCodeSize.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeSize
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesJmp.cmd_2031]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesJmp\OpCodesJmp.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesJmp
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdarg.cmd_2032]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg\OpCodesLdarg.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdarga.cmd_2033]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarga\OpCodesLdarga.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarga
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdarga_S.cmd_2034]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarga_S\OpCodesLdarga_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarga_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdarg_0.cmd_2035]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_0\OpCodesLdarg_0.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_0
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdarg_1.cmd_2036]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_1\OpCodesLdarg_1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdarg_2.cmd_2037]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_2\OpCodesLdarg_2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdarg_3.cmd_2038]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_3\OpCodesLdarg_3.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdarg_S.cmd_2039]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_S\OpCodesLdarg_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdarg_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I4.cmd_2040]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4\OpCodesLdc_I4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I4_0.cmd_2041]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_0\OpCodesLdc_I4_0.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_0
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I4_1.cmd_2042]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_1\OpCodesLdc_I4_1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I4_2.cmd_2043]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_2\OpCodesLdc_I4_2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I4_3.cmd_2044]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_3\OpCodesLdc_I4_3.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I4_4.cmd_2045]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_4\OpCodesLdc_I4_4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I4_5.cmd_2046]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_5\OpCodesLdc_I4_5.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I4_6.cmd_2047]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_6\OpCodesLdc_I4_6.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I4_7.cmd_2048]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_7\OpCodesLdc_I4_7.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I4_8.cmd_2049]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_8\OpCodesLdc_I4_8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I4_M1.cmd_2050]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_M1\OpCodesLdc_I4_M1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_M1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I4_S.cmd_2051]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_S\OpCodesLdc_I4_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I4_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_I8.cmd_2052]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I8\OpCodesLdc_I8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_I8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_R4.cmd_2053]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_R4\OpCodesLdc_R4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_R4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdc_R8.cmd_2054]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_R8\OpCodesLdc_R8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdc_R8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelem.cmd_2055]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem\OpCodesLdelem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelema.cmd_2056]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelema\OpCodesLdelema.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelema
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelem_I.cmd_2057]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I\OpCodesLdelem_I.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelem_I1.cmd_2058]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I1\OpCodesLdelem_I1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelem_I2.cmd_2059]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I2\OpCodesLdelem_I2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelem_I4.cmd_2060]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I4\OpCodesLdelem_I4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelem_I8.cmd_2061]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I8\OpCodesLdelem_I8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_I8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelem_R4.cmd_2062]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_R4\OpCodesLdelem_R4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_R4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelem_R8.cmd_2063]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_R8\OpCodesLdelem_R8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_R8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelem_Ref.cmd_2064]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_Ref\OpCodesLdelem_Ref.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_Ref
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelem_U1.cmd_2065]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_U1\OpCodesLdelem_U1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_U1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelem_U2.cmd_2066]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_U2\OpCodesLdelem_U2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_U2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdelem_U4.cmd_2067]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_U4\OpCodesLdelem_U4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdelem_U4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdfld.cmd_2068]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdfld\OpCodesLdfld.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdfld
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdflda.cmd_2069]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdflda\OpCodesLdflda.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdflda
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdftn.cmd_2070]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdftn\OpCodesLdftn.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdftn
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdind_I.cmd_2071]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I\OpCodesLdind_I.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdind_I1.cmd_2072]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I1\OpCodesLdind_I1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdind_I2.cmd_2073]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I2\OpCodesLdind_I2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdind_I4.cmd_2074]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I4\OpCodesLdind_I4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdind_I8.cmd_2075]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I8\OpCodesLdind_I8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_I8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdind_R4.cmd_2076]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_R4\OpCodesLdind_R4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_R4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdind_R8.cmd_2077]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_R8\OpCodesLdind_R8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_R8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdind_Ref.cmd_2078]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_Ref\OpCodesLdind_Ref.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_Ref
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdind_U1.cmd_2079]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U1\OpCodesLdind_U1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdind_U2.cmd_2080]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U2\OpCodesLdind_U2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdind_U4.cmd_2081]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U4\OpCodesLdind_U4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdind_U4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdlen.cmd_2082]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdlen\OpCodesLdlen.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdlen
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdloc.cmd_2083]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc\OpCodesLdloc.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdloca.cmd_2084]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloca\OpCodesLdloca.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloca
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdloca_S.cmd_2085]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloca_S\OpCodesLdloca_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloca_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdloc_0.cmd_2086]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_0\OpCodesLdloc_0.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_0
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdloc_1.cmd_2087]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_1\OpCodesLdloc_1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdloc_2.cmd_2088]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_2\OpCodesLdloc_2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdloc_3.cmd_2089]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_3\OpCodesLdloc_3.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdloc_S.cmd_2090]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_S\OpCodesLdloc_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdloc_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdnull.cmd_2091]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdnull\OpCodesLdnull.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdnull
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdobj.cmd_2092]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdobj\OpCodesLdobj.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdobj
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdsfld.cmd_2093]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdsfld\OpCodesLdsfld.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdsfld
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdsflda.cmd_2094]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdsflda\OpCodesLdsflda.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdsflda
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdstr.cmd_2095]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdstr\OpCodesLdstr.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdstr
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdtoken.cmd_2096]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdtoken\OpCodesLdtoken.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdtoken
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLdvirtftn.cmd_2097]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdvirtftn\OpCodesLdvirtftn.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLdvirtftn
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLeave.cmd_2098]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLeave\OpCodesLeave.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLeave
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLeave_S.cmd_2099]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLeave_S\OpCodesLeave_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLeave_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesLocalloc.cmd_2100]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLocalloc\OpCodesLocalloc.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesLocalloc
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesMkrefany.cmd_2101]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMkrefany\OpCodesMkrefany.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMkrefany
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesMul.cmd_2102]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMul\OpCodesMul.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMul
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesMul_Ovf.cmd_2103]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMul_Ovf\OpCodesMul_Ovf.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMul_Ovf
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesMul_Ovf_Un.cmd_2104]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMul_Ovf_Un\OpCodesMul_Ovf_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesMul_Ovf_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesNeg.cmd_2105]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNeg\OpCodesNeg.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNeg
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesNewarr.cmd_2106]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNewarr\OpCodesNewarr.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNewarr
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesNewobj.cmd_2107]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNewobj\OpCodesNewobj.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNewobj
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesNop.cmd_2108]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNop\OpCodesNop.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNop
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesNot.cmd_2109]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNot\OpCodesNot.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesNot
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesOr.cmd_2110]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesOr\OpCodesOr.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesOr
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesPop.cmd_2111]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPop\OpCodesPop.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPop
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesPrefix1.cmd_2112]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix1\OpCodesPrefix1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesPrefix2.cmd_2113]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix2\OpCodesPrefix2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesPrefix3.cmd_2114]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix3\OpCodesPrefix3.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesPrefix4.cmd_2115]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix4\OpCodesPrefix4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesPrefix5.cmd_2116]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix5\OpCodesPrefix5.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix5
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesPrefix6.cmd_2117]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix6\OpCodesPrefix6.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix6
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesPrefix7.cmd_2118]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix7\OpCodesPrefix7.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefix7
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesPrefixref.cmd_2119]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefixref\OpCodesPrefixref.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesPrefixref
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesReadonly.cmd_2120]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesReadonly\OpCodesReadonly.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesReadonly
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesRefanytype.cmd_2121]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRefanytype\OpCodesRefanytype.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRefanytype
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesRefanyval.cmd_2122]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRefanyval\OpCodesRefanyval.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRefanyval
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesRem.cmd_2123]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRem\OpCodesRem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesRem_Un.cmd_2124]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRem_Un\OpCodesRem_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRem_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesRet.cmd_2125]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRet\OpCodesRet.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRet
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesRethrow.cmd_2126]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRethrow\OpCodesRethrow.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesRethrow
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesShl.cmd_2127]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesShl\OpCodesShl.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesShl
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesShr.cmd_2128]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesShr\OpCodesShr.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesShr
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesShr_Un.cmd_2129]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesShr_Un\OpCodesShr_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesShr_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesSizeof.cmd_2130]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSizeof\OpCodesSizeof.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSizeof
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStarg.cmd_2131]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStarg\OpCodesStarg.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStarg
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStarg_S.cmd_2132]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStarg_S\OpCodesStarg_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStarg_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStelem.cmd_2133]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem\OpCodesStelem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStelem_I.cmd_2134]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I\OpCodesStelem_I.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStelem_I1.cmd_2135]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I1\OpCodesStelem_I1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStelem_I2.cmd_2136]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I2\OpCodesStelem_I2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStelem_I4.cmd_2137]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I4\OpCodesStelem_I4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStelem_I8.cmd_2138]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I8\OpCodesStelem_I8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_I8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStelem_R4.cmd_2139]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_R4\OpCodesStelem_R4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_R4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStelem_R8.cmd_2140]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_R8\OpCodesStelem_R8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_R8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStelem_Ref.cmd_2141]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_Ref\OpCodesStelem_Ref.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStelem_Ref
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStfld.cmd_2142]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStfld\OpCodesStfld.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStfld
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStind_I.cmd_2143]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I\OpCodesStind_I.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStind_I1.cmd_2144]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I1\OpCodesStind_I1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStind_I2.cmd_2145]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I2\OpCodesStind_I2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStind_I4.cmd_2146]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I4\OpCodesStind_I4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStind_I8.cmd_2147]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I8\OpCodesStind_I8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_I8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStind_R4.cmd_2148]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_R4\OpCodesStind_R4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_R4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStind_R8.cmd_2149]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_R8\OpCodesStind_R8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_R8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStind_Ref.cmd_2150]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_Ref\OpCodesStind_Ref.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStind_Ref
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStloc.cmd_2151]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc\OpCodesStloc.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStloc_0.cmd_2152]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_0\OpCodesStloc_0.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_0
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStloc_1.cmd_2153]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_1\OpCodesStloc_1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStloc_2.cmd_2154]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_2\OpCodesStloc_2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStloc_3.cmd_2155]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_3\OpCodesStloc_3.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStloc_S.cmd_2156]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_S\OpCodesStloc_S.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStloc_S
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStobj.cmd_2157]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStobj\OpCodesStobj.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStobj
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesStsfld.cmd_2158]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStsfld\OpCodesStsfld.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesStsfld
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesSub.cmd_2159]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSub\OpCodesSub.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSub
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesSub_Ovf.cmd_2160]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSub_Ovf\OpCodesSub_Ovf.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSub_Ovf
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesSub_Ovf_Un.cmd_2161]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSub_Ovf_Un\OpCodesSub_Ovf_Un.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSub_Ovf_Un
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesSwitch.cmd_2162]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSwitch\OpCodesSwitch.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesSwitch
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeStackBehaviourPop.cmd_2163]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeStackBehaviourPop\OpCodeStackBehaviourPop.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeStackBehaviourPop
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeStackBehaviourPush.cmd_2164]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeStackBehaviourPush\OpCodeStackBehaviourPush.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeStackBehaviourPush
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesTailcall.cmd_2165]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesTailcall\OpCodesTailcall.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesTailcall
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesTakesSingleByteArgument.cmd_2166]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesTakesSingleByteArgument\OpCodesTakesSingleByteArgument.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesTakesSingleByteArgument
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesThrow.cmd_2167]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesThrow\OpCodesThrow.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesThrow
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesUnaligned.cmd_2168]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesUnaligned\OpCodesUnaligned.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesUnaligned
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesUnbox.cmd_2169]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesUnbox\OpCodesUnbox.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesUnbox
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesUnbox_Any.cmd_2170]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesUnbox_Any\OpCodesUnbox_Any.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesUnbox_Any
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesVolatile.cmd_2171]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesVolatile\OpCodesVolatile.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesVolatile
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodesXor.cmd_2172]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesXor\OpCodesXor.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodesXor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeToString.cmd_2173]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeToString\OpCodeToString.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeToString
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeValue.cmd_2174]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeValue\OpCodeValue.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodes\OpCodeValue
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeTypeMacro.cmd_2175]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypeMacro\OpCodeTypeMacro.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypeMacro
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeTypeNternal.cmd_2176]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypeNternal\OpCodeTypeNternal.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypeNternal
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeTypeObjmodel.cmd_2177]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypeObjmodel\OpCodeTypeObjmodel.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypeObjmodel
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeTypePrefix.cmd_2178]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypePrefix\OpCodeTypePrefix.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypePrefix
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OpCodeTypePrimitive.cmd_2179]
-RelativePath=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypePrimitive\OpCodeTypePrimitive.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\opcodetype\OpCodeTypePrimitive
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineBrTarget.cmd_2180]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineBrTarget\OperandTypeInlineBrTarget.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineBrTarget
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineField.cmd_2181]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineField\OperandTypeInlineField.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineField
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineI.cmd_2182]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineI\OperandTypeInlineI.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineI
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineI8.cmd_2183]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineI8\OperandTypeInlineI8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineI8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineMethod.cmd_2184]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineMethod\OperandTypeInlineMethod.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineMethod
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineNone.cmd_2185]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineNone\OperandTypeInlineNone.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineNone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineR.cmd_2186]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineR\OperandTypeInlineR.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineR
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineSig.cmd_2187]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineSig\OperandTypeInlineSig.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineSig
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineString.cmd_2188]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineString\OperandTypeInlineString.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineString
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineSwitch.cmd_2189]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineSwitch\OperandTypeInlineSwitch.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineSwitch
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineTok.cmd_2190]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineTok\OperandTypeInlineTok.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineTok
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineType.cmd_2191]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineType\OperandTypeInlineType.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineType
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeInlineVar.cmd_2192]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineVar\OperandTypeInlineVar.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeInlineVar
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeShortInlineBrTarget.cmd_2193]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineBrTarget\OperandTypeShortInlineBrTarget.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineBrTarget
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeShortInlineI.cmd_2194]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineI\OperandTypeShortInlineI.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineI
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeShortInlineR.cmd_2195]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineR\OperandTypeShortInlineR.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineR
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OperandTypeShortInlineVar.cmd_2196]
-RelativePath=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineVar\OperandTypeShortInlineVar.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\operandtype\OperandTypeShortInlineVar
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PackingSize16.cmd_2197]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSize16\PackingSize16.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSize16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PackingSize2.cmd_2198]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSize2\PackingSize2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSize2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PackingSize4.cmd_2199]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSize4\PackingSize4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSize4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PackingSizeSize1.cmd_2200]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize1\PackingSizeSize1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PackingSizeSize128.cmd_2201]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize128\PackingSizeSize128.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize128
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PackingSizeSize32.cmd_2202]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize32\PackingSizeSize32.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize32
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PackingSizeSize64.cmd_2203]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize64\PackingSizeSize64.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize64
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PackingSizeSize8.cmd_2204]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize8\PackingSizeSize8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeSize8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PackingSizeUnspecified.cmd_2205]
-RelativePath=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeUnspecified\PackingSizeUnspecified.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\packingsize\PackingSizeUnspecified
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPop0.cmd_2206]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPop0\StackBehaviourPop0.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPop0
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPop1.cmd_2207]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPop1\StackBehaviourPop1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPop1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPop1_pop1.cmd_2208]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPop1_pop1\StackBehaviourPop1_pop1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPop1_pop1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopi.cmd_2209]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi\StackBehaviourPopi.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopi_pop1.cmd_2210]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_pop1\StackBehaviourPopi_pop1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_pop1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopi_popi.cmd_2211]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popi\StackBehaviourPopi_popi.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopi_popi8.cmd_2212]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popi8\StackBehaviourPopi_popi8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popi8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopi_popi_popi.cmd_2213]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popi_popi\StackBehaviourPopi_popi_popi.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popi_popi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopi_popr4.cmd_2214]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popr4\StackBehaviourPopi_popr4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popr4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopi_popr8.cmd_2215]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popr8\StackBehaviourPopi_popr8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopi_popr8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopref.cmd_2216]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref\StackBehaviourPopref.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopref_pop1.cmd_2217]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_pop1\StackBehaviourPopref_pop1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_pop1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopref_popi.cmd_2218]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi\StackBehaviourPopref_popi.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopref_popi_pop1.cmd_2219]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_pop1\StackBehaviourPopref_popi_pop1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_pop1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopref_popi_popi.cmd_2220]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popi\StackBehaviourPopref_popi_popi.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopref_popi_popi8.cmd_2221]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popi8\StackBehaviourPopref_popi_popi8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popi8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopref_popi_popr4.cmd_2222]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popr4\StackBehaviourPopref_popi_popr4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popr4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopref_popi_popr8.cmd_2223]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popr8\StackBehaviourPopref_popi_popr8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popr8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPopref_popi_popref.cmd_2224]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popref\StackBehaviourPopref_popi_popref.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPopref_popi_popref
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPush0.cmd_2225]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPush0\StackBehaviourPush0.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPush0
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPush1.cmd_2226]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPush1\StackBehaviourPush1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPush1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPush1_push1.cmd_2227]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPush1_push1\StackBehaviourPush1_push1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPush1_push1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPushi.cmd_2228]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushi\StackBehaviourPushi.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPushi8.cmd_2229]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushi8\StackBehaviourPushi8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushi8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPushr4.cmd_2230]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushr4\StackBehaviourPushr4.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushr4
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPushr8.cmd_2231]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushr8\StackBehaviourPushr8.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushr8
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourPushref.cmd_2232]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushref\StackBehaviourPushref.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourPushref
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourVarpop.cmd_2233]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourVarpop\StackBehaviourVarpop.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourVarpop
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StackBehaviourVarpush.cmd_2234]
-RelativePath=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourVarpush\StackBehaviourVarpush.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\emit\stackbehaviour\StackBehaviourVarpush
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[EventAttributesNone.cmd_2235]
-RelativePath=CoreMangLib\cti\system\reflection\eventattributes\EventAttributesNone\EventAttributesNone.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\eventattributes\EventAttributesNone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[EventAttributesRTSpecialName.cmd_2236]
-RelativePath=CoreMangLib\cti\system\reflection\eventattributes\EventAttributesRTSpecialName\EventAttributesRTSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\eventattributes\EventAttributesRTSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[EventAttributesSpecialName.cmd_2237]
-RelativePath=CoreMangLib\cti\system\reflection\eventattributes\EventAttributesSpecialName\EventAttributesSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\eventattributes\EventAttributesSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesAssembly.cmd_2238]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesAssembly\FieldAttributesAssembly.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesAssembly
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesFamANDAssem.cmd_2239]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFamANDAssem\FieldAttributesFamANDAssem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFamANDAssem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesFamily.cmd_2240]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFamily\FieldAttributesFamily.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFamily
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesFamORAssem.cmd_2241]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFamORAssem\FieldAttributesFamORAssem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFamORAssem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesFieldAccessMask.cmd_2242]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFieldAccessMask\FieldAttributesFieldAccessMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesFieldAccessMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesHasDefault.cmd_2243]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesHasDefault\FieldAttributesHasDefault.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesHasDefault
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesHasFieldRVA.cmd_2244]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesHasFieldRVA\FieldAttributesHasFieldRVA.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesHasFieldRVA
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesInitOnly.cmd_2245]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesInitOnly\FieldAttributesInitOnly.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesInitOnly
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesLiteral.cmd_2246]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesLiteral\FieldAttributesLiteral.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesLiteral
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesNotSerialized.cmd_2247]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesNotSerialized\FieldAttributesNotSerialized.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesNotSerialized
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesPinvokeImpl.cmd_2248]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPinvokeImpl\FieldAttributesPinvokeImpl.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPinvokeImpl
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesPrivate.cmd_2249]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPrivate\FieldAttributesPrivate.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPrivate
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesPrivateScope.cmd_2250]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPrivateScope\FieldAttributesPrivateScope.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPrivateScope
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesPublic.cmd_2251]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPublic\FieldAttributesPublic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesPublic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesRTSpecialName.cmd_2252]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesRTSpecialName\FieldAttributesRTSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesRTSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesSpecialName.cmd_2253]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesSpecialName\FieldAttributesSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldAttributesStatic.cmd_2254]
-RelativePath=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesStatic\FieldAttributesStatic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\fieldattributes\FieldAttributesStatic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesAbstract.cmd_2255]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesAbstract\MethodAttributesAbstract.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesAbstract
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesFamANDAssem.cmd_2256]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFamANDAssem\MethodAttributesFamANDAssem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFamANDAssem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesFamily.cmd_2257]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFamily\MethodAttributesFamily.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFamily
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesFamORAssem.cmd_2258]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFamORAssem\MethodAttributesFamORAssem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFamORAssem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesFinal.cmd_2259]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFinal\MethodAttributesFinal.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesFinal
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesHasSecurity.cmd_2260]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesHasSecurity\MethodAttributesHasSecurity.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesHasSecurity
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesHideBySig.cmd_2261]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesHideBySig\MethodAttributesHideBySig.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesHideBySig
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesMemberAccessMask.cmd_2262]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesMemberAccessMask\MethodAttributesMemberAccessMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesMemberAccessMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesNewSlot.cmd_2263]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesNewSlot\MethodAttributesNewSlot.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesNewSlot
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesPinvokeImpl.cmd_2264]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPinvokeImpl\MethodAttributesPinvokeImpl.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPinvokeImpl
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesPrivate.cmd_2265]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPrivate\MethodAttributesPrivate.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPrivate
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesPrivateScope.cmd_2266]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPrivateScope\MethodAttributesPrivateScope.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPrivateScope
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesPublic.cmd_2267]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPublic\MethodAttributesPublic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesPublic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesRequireSecObject.cmd_2268]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesRequireSecObject\MethodAttributesRequireSecObject.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesRequireSecObject
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesReuseSlot.cmd_2269]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesReuseSlot\MethodAttributesReuseSlot.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesReuseSlot
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesRTSpecialName.cmd_2270]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesRTSpecialName\MethodAttributesRTSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesRTSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesSpecialName.cmd_2271]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesSpecialName\MethodAttributesSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesStatic.cmd_2272]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesStatic\MethodAttributesStatic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesStatic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesUnmanagedExport.cmd_2273]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesUnmanagedExport\MethodAttributesUnmanagedExport.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesUnmanagedExport
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesVirtual.cmd_2274]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesVirtual\MethodAttributesVirtual.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesVirtual
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodAttributesVtableLayoutMask.cmd_2275]
-RelativePath=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesVtableLayoutMask\MethodAttributesVtableLayoutMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodattributes\MethodAttributesVtableLayoutMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesCodeTypeMask.cmd_2276]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesCodeTypeMask\MethodImplAttributesCodeTypeMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesCodeTypeMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesForwardRef.cmd_2277]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesForwardRef\MethodImplAttributesForwardRef.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesForwardRef
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesIL.cmd_2278]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesIL\MethodImplAttributesIL.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesIL
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesInternalCall.cmd_2279]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesInternalCall\MethodImplAttributesInternalCall.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesInternalCall
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesManaged.cmd_2280]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesManaged\MethodImplAttributesManaged.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesManaged
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesManagedMask.cmd_2281]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesManagedMask\MethodImplAttributesManagedMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesManagedMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesNative.cmd_2282]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesNative\MethodImplAttributesNative.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesNative
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesNoInlining.cmd_2283]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesNoInlining\MethodImplAttributesNoInlining.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesNoInlining
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesOPTIL.cmd_2284]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesOPTIL\MethodImplAttributesOPTIL.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesOPTIL
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesPreserveSig.cmd_2285]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesPreserveSig\MethodImplAttributesPreserveSig.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesPreserveSig
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesRuntime.cmd_2286]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesRuntime\MethodImplAttributesRuntime.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesRuntime
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesSynchronized.cmd_2287]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesSynchronized\MethodImplAttributesSynchronized.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesSynchronized
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplAttributesUnmanaged.cmd_2288]
-RelativePath=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesUnmanaged\MethodImplAttributesUnmanaged.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\methodimplattributes\MethodImplAttributesUnmanaged
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ParameterAttributesHasDefault.cmd_2289]
-RelativePath=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesHasDefault\ParameterAttributesHasDefault.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesHasDefault
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ParameterAttributesIn.cmd_2290]
-RelativePath=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesIn\ParameterAttributesIn.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesIn
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ParameterAttributesNone.cmd_2291]
-RelativePath=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesNone\ParameterAttributesNone.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesNone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ParameterAttributesOptional.cmd_2292]
-RelativePath=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesOptional\ParameterAttributesOptional.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesOptional
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ParameterAttributesOut.cmd_2293]
-RelativePath=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesOut\ParameterAttributesOut.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesOut
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ParameterAttributesRetval.cmd_2294]
-RelativePath=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesRetval\ParameterAttributesRetval.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\parameterattributes\ParameterAttributesRetval
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PropertyAttributesHasDefault.cmd_2295]
-RelativePath=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesHasDefault\PropertyAttributesHasDefault.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesHasDefault
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PropertyAttributesNone.cmd_2296]
-RelativePath=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesNone\PropertyAttributesNone.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesNone
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PropertyAttributesRTSpecialName.cmd_2297]
-RelativePath=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesRTSpecialName\PropertyAttributesRTSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesRTSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PropertyAttributesSpecialName.cmd_2298]
-RelativePath=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesSpecialName\PropertyAttributesSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\propertyattributes\PropertyAttributesSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TargetInvocationExceptionCtor1.cmd_2299]
-RelativePath=CoreMangLib\cti\system\reflection\targetinvocationexception\TargetInvocationExceptionCtor1\TargetInvocationExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\targetinvocationexception\TargetInvocationExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TargetInvocationExceptionCtor2.cmd_2300]
-RelativePath=CoreMangLib\cti\system\reflection\targetinvocationexception\TargetInvocationExceptionCtor2\TargetInvocationExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\targetinvocationexception\TargetInvocationExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TargetParameterCountExceptionCtor1.cmd_2301]
-RelativePath=CoreMangLib\cti\system\reflection\targetparametercountexception\TargetParameterCountExceptionCtor1\TargetParameterCountExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\targetparametercountexception\TargetParameterCountExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TargetParameterCountExceptionCtor2.cmd_2302]
-RelativePath=CoreMangLib\cti\system\reflection\targetparametercountexception\TargetParameterCountExceptionCtor2\TargetParameterCountExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\targetparametercountexception\TargetParameterCountExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TargetParameterCountExceptionCtor3.cmd_2303]
-RelativePath=CoreMangLib\cti\system\reflection\targetparametercountexception\TargetParameterCountExceptionCtor3\TargetParameterCountExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\targetparametercountexception\TargetParameterCountExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesAbstract.cmd_2304]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAbstract\TypeAttributesAbstract.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAbstract
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesAnsiClass.cmd_2305]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAnsiClass\TypeAttributesAnsiClass.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAnsiClass
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesAutoClass.cmd_2306]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAutoClass\TypeAttributesAutoClass.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAutoClass
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesAutoLayout.cmd_2307]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAutoLayout\TypeAttributesAutoLayout.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesAutoLayout
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesBeforeFieldInit.cmd_2308]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesBeforeFieldInit\TypeAttributesBeforeFieldInit.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesBeforeFieldInit
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesClass.cmd_2309]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesClass\TypeAttributesClass.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesClass
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesClassSemanticsMask.cmd_2310]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesClassSemanticsMask\TypeAttributesClassSemanticsMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesClassSemanticsMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesExplicitLayout.cmd_2311]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesExplicitLayout\TypeAttributesExplicitLayout.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesExplicitLayout
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesHasSecurity.cmd_2312]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesHasSecurity\TypeAttributesHasSecurity.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesHasSecurity
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesImport.cmd_2313]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesImport\TypeAttributesImport.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesImport
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesInterface.cmd_2314]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesInterface\TypeAttributesInterface.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesInterface
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesLayoutMask.cmd_2315]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesLayoutMask\TypeAttributesLayoutMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesLayoutMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesNestedAssembly.cmd_2316]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedAssembly\TypeAttributesNestedAssembly.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedAssembly
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesNestedFamANDAssem.cmd_2317]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedFamANDAssem\TypeAttributesNestedFamANDAssem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedFamANDAssem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesNestedFamily.cmd_2318]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedFamily\TypeAttributesNestedFamily.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedFamily
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesNestedFamORAssem.cmd_2319]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedFamORAssem\TypeAttributesNestedFamORAssem.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedFamORAssem
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesNestedPrivate.cmd_2320]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedPrivate\TypeAttributesNestedPrivate.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedPrivate
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesNestedPublic.cmd_2321]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedPublic\TypeAttributesNestedPublic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesNestedPublic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesPublic.cmd_2322]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesPublic\TypeAttributesPublic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesPublic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesRTSpecialName.cmd_2323]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesRTSpecialName\TypeAttributesRTSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesRTSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesSealed.cmd_2324]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSealed\TypeAttributesSealed.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSealed
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesSequentialLayout.cmd_2325]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSequentialLayout\TypeAttributesSequentialLayout.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSequentialLayout
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesSerializable.cmd_2326]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSerializable\TypeAttributesSerializable.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSerializable
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesSpecialName.cmd_2327]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSpecialName\TypeAttributesSpecialName.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesSpecialName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesStringFormatMask.cmd_2328]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesStringFormatMask\TypeAttributesStringFormatMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesStringFormatMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesUnicodeClass.cmd_2329]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesUnicodeClass\TypeAttributesUnicodeClass.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesUnicodeClass
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttributesVisibilityMask.cmd_2330]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesVisibilityMask\TypeAttributesVisibilityMask.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttributesVisibilityMask
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeAttribytesNotPublic.cmd_2331]
-RelativePath=CoreMangLib\cti\system\reflection\typeattributes\TypeAttribytesNotPublic\TypeAttribytesNotPublic.cmd
-WorkingDir=CoreMangLib\cti\system\reflection\typeattributes\TypeAttribytesNotPublic
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MissingManifestResourceExceptionCtor1.cmd_2332]
-RelativePath=CoreMangLib\cti\system\resources\missingmanifestresourceexception\MissingManifestResourceExceptionCtor1\MissingManifestResourceExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\resources\missingmanifestresourceexception\MissingManifestResourceExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MissingManifestResourceExceptionCtor2.cmd_2333]
-RelativePath=CoreMangLib\cti\system\resources\missingmanifestresourceexception\MissingManifestResourceExceptionCtor2\MissingManifestResourceExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\resources\missingmanifestresourceexception\MissingManifestResourceExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MissingManifestResourceExceptionCtor3.cmd_2334]
-RelativePath=CoreMangLib\cti\system\resources\missingmanifestresourceexception\MissingManifestResourceExceptionCtor3\MissingManifestResourceExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\resources\missingmanifestresourceexception\MissingManifestResourceExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[CultureName.cmd_2335]
-RelativePath=CoreMangLib\cti\system\resources\neutralresourceslanguageattribute\CultureName\CultureName.cmd
-WorkingDir=CoreMangLib\cti\system\resources\neutralresourceslanguageattribute\CultureName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[NeutralResourcesLanguageAttributeCtor.cmd_2336]
-RelativePath=CoreMangLib\cti\system\resources\neutralresourceslanguageattribute\NeutralResourcesLanguageAttributeCtor\NeutralResourcesLanguageAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\resources\neutralresourceslanguageattribute\NeutralResourcesLanguageAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AttributeCtor.cmd_2337]
-RelativePath=CoreMangLib\cti\system\resources\satellitecontractversionattribute\AttributeCtor\AttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\resources\satellitecontractversionattribute\AttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AttributeVersion.cmd_2338]
-RelativePath=CoreMangLib\cti\system\resources\satellitecontractversionattribute\AttributeVersion\AttributeVersion.cmd
-WorkingDir=CoreMangLib\cti\system\resources\satellitecontractversionattribute\AttributeVersion
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ATPACtor.cmd_2339]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\accessedthroughpropertyattribute\ATPACtor\ATPACtor.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\accessedthroughpropertyattribute\ATPACtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[ATPAPropertyName.cmd_2340]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\accessedthroughpropertyattribute\ATPAPropertyName\ATPAPropertyName.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\accessedthroughpropertyattribute\ATPAPropertyName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[AttributeCtor1.cmd_2341]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\compilationrelaxations\AttributeCtor1\AttributeCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\compilationrelaxations\AttributeCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[CompilerGeneratedAttributeCtor.cmd_2342]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\compilergeneratedattribute\CompilerGeneratedAttributeCtor\CompilerGeneratedAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\compilergeneratedattribute\CompilerGeneratedAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[CustomConstantAttributector.cmd_2343]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\customconstantattribute\CustomConstantAttributector\CustomConstantAttributector.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\customconstantattribute\CustomConstantAttributector
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[IndexerNameAttributeCtor.cmd_2344]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\indexernameattribute\IndexerNameAttributeCtor\IndexerNameAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\indexernameattribute\IndexerNameAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[IVTAAssemblyName.cmd_2345]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\internalsvisibletoattribute\IVTAAssemblyName\IVTAAssemblyName.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\internalsvisibletoattribute\IVTAAssemblyName
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[IVTACtor.cmd_2346]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\internalsvisibletoattribute\IVTACtor\IVTACtor.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\internalsvisibletoattribute\IVTACtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplOptionsNoInlining.cmd_2347]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\methodimploptions\MethodImplOptionsNoInlining\MethodImplOptionsNoInlining.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\methodimploptions\MethodImplOptionsNoInlining
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MethodImplOptionsPreserveSig.cmd_2348]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\methodimploptions\MethodImplOptionsPreserveSig\MethodImplOptionsPreserveSig.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\methodimploptions\MethodImplOptionsPreserveSig
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[RCAttrWrapNEThrows.cmd_2349]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\runtimecompatibilityattribute\RCAttrWrapNEThrows\RCAttrWrapNEThrows.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\runtimecompatibilityattribute\RCAttrWrapNEThrows
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[RuntimeCompatAttrCtor.cmd_2350]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\runtimecompatibilityattribute\RuntimeCompatAttrCtor\RuntimeCompatAttrCtor.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\runtimecompatibilityattribute\RuntimeCompatAttrCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[GetHashCode.cmd_2351]
-RelativePath=CoreMangLib\cti\system\runtime\compilerservices\runtimehelpers\GetHashCode\GetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\runtimehelpers\GetHashCode
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[DecimalConstantAttributeCtor.cmd_2352]
-RelativePath=CoreMangLib\cti\system\runtime\decimalconstantattribute\DecimalConstantAttributeCtor\DecimalConstantAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\decimalconstantattribute\DecimalConstantAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[DecimalConstantAttributeValue.cmd_2353]
-RelativePath=CoreMangLib\cti\system\runtime\decimalconstantattribute\DecimalConstantAttributeValue\DecimalConstantAttributeValue.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\decimalconstantattribute\DecimalConstantAttributeValue
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FixedBufferAttributeCtor.cmd_2354]
-RelativePath=CoreMangLib\cti\system\runtime\fixedbufferattribute\FixedBufferAttributeCtor\FixedBufferAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\fixedbufferattribute\FixedBufferAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FixedBufferAttributeElementType.cmd_2355]
-RelativePath=CoreMangLib\cti\system\runtime\fixedbufferattribute\FixedBufferAttributeElementType\FixedBufferAttributeElementType.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\fixedbufferattribute\FixedBufferAttributeElementType
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FixedBufferAttributeLength.cmd_2356]
-RelativePath=CoreMangLib\cti\system\runtime\fixedbufferattribute\FixedBufferAttributeLength\FixedBufferAttributeLength.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\fixedbufferattribute\FixedBufferAttributeLength
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[CallingConventionWinapi.cmd_2357]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\callingconvention\CallingConventionWinapi\CallingConventionWinapi.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\callingconvention\CallingConventionWinapi
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[CharSetUnicode.cmd_2358]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\charset\CharSetUnicode\CharSetUnicode.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\charset\CharSetUnicode
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldOffsetAttributeCtor.cmd_2359]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\fieldoffsetattribute\FieldOffsetAttributeCtor\FieldOffsetAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\fieldoffsetattribute\FieldOffsetAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[FieldOffsetAttributeValue.cmd_2360]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\fieldoffsetattribute\FieldOffsetAttributeValue\FieldOffsetAttributeValue.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\fieldoffsetattribute\FieldOffsetAttributeValue
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[GCHandleAddrOfPinnedObject_PSC.cmd_2361]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleAddrOfPinnedObject_PSC\GCHandleAddrOfPinnedObject_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleAddrOfPinnedObject_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[GCHandleAlloc1_PSC.cmd_2362]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleAlloc1_PSC\GCHandleAlloc1_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleAlloc1_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[GCHandleFree_PSC.cmd_2363]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleFree_PSC\GCHandleFree_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleFree_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[GCHandleTarget_PSC.cmd_2364]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleTarget_PSC\GCHandleTarget_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleTarget_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[GCHandleTypeNormal.cmd_2365]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypeNormal\GCHandleTypeNormal.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypeNormal
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[GCHandleTypePinned.cmd_2366]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypePinned\GCHandleTypePinned.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypePinned
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[GCHandleTypeWeak.cmd_2367]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypeWeak\GCHandleTypeWeak.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypeWeak
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[GCHandleTypeWeakTrackResurrection.cmd_2368]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypeWeakTrackResurrection\GCHandleTypeWeakTrackResurrection.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypeWeakTrackResurrection
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[InAttributeCtor.cmd_2369]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\inattribute\InAttributeCtor\InAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\inattribute\InAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[LayoutKindAuto.cmd_2370]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\layoutkind\LayoutKindAuto\LayoutKindAuto.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\layoutkind\LayoutKindAuto
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[LayoutKindSequential.cmd_2371]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\layoutkind\LayoutKindSequential\LayoutKindSequential.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\layoutkind\LayoutKindSequential
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MarshalSizeOf1_PSC.cmd_2372]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshal\MarshalSizeOf1_PSC\MarshalSizeOf1_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshal\MarshalSizeOf1_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MarshalSizeOf2_PSC.cmd_2373]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshal\MarshalSizeOf2_PSC\MarshalSizeOf2_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshal\MarshalSizeOf2_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MarshalAsAttributeArraySubType.cmd_2374]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeArraySubType\MarshalAsAttributeArraySubType.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeArraySubType
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MarshalAsAttributeCtor1.cmd_2375]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeCtor1\MarshalAsAttributeCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MarshalAsAttributeCtor2.cmd_2376]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeCtor2\MarshalAsAttributeCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MarshalAsAttributeMarshalCookie.cmd_2377]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalCookie\MarshalAsAttributeMarshalCookie.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalCookie
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MarshalAsAttributeMarshalType.cmd_2378]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalType\MarshalAsAttributeMarshalType.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalType
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MarshalAsAttributeMarshalTypeRef.cmd_2379]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalTypeRef\MarshalAsAttributeMarshalTypeRef.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalTypeRef
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MarshalAsAttributeSizeConst.cmd_2380]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeSizeConst\MarshalAsAttributeSizeConst.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeSizeConst
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MarshalAsAttributeSizeParamIndex.cmd_2381]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeSizeParamIndex\MarshalAsAttributeSizeParamIndex.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeSizeParamIndex
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[MarshalAsAttributeValue.cmd_2382]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeValue\MarshalAsAttributeValue.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeValue
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[OutAttributeCtor.cmd_2383]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\outattribute\OutAttributeCtor\OutAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\outattribute\OutAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[PreserveSigAttributeCtor.cmd_2384]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\preservesigattribute\PreserveSigAttributeCtor\PreserveSigAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\preservesigattribute\PreserveSigAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SafeHandleCtor_cti_PSC.cmd_2385]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleCtor_cti_PSC\SafeHandleCtor_cti_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleCtor_cti_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SafeHandleDangerousAddRef_PSC.cmd_2386]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDangerousAddRef_PSC\SafeHandleDangerousAddRef_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDangerousAddRef_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SafeHandleDangerousGetHandle_PSC.cmd_2387]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDangerousGetHandle_PSC\SafeHandleDangerousGetHandle_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDangerousGetHandle_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SafeHandleDangerousRelease_PSC.cmd_2388]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDangerousRelease_PSC\SafeHandleDangerousRelease_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDangerousRelease_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SafeHandleDispose1_PSC.cmd_2389]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDispose1_PSC\SafeHandleDispose1_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDispose1_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SafeHandleDispose2_PSC.cmd_2390]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDispose2_PSC\SafeHandleDispose2_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDispose2_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SafeHandleHandle_PSC.cmd_2391]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleHandle_PSC\SafeHandleHandle_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleHandle_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SafeHandleIsClosed_PSC.cmd_2392]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleIsClosed_PSC\SafeHandleIsClosed_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleIsClosed_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SafeHandleIsInvalid_PSC.cmd_2393]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleIsInvalid_PSC\SafeHandleIsInvalid_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleIsInvalid_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SafeHandleSetHandleAsInvalid_PSC.cmd_2394]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleSetHandleAsInvalid_PSC\SafeHandleSetHandleAsInvalid_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleSetHandleAsInvalid_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SafeHandleSetHandle_PSC.cmd_2395]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleSetHandle_PSC\SafeHandleSetHandle_PSC.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleSetHandle_PSC
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StructLayoutAttributeCharSet.cmd_2396]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeCharSet\StructLayoutAttributeCharSet.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeCharSet
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StructLayoutAttributeCtor.cmd_2397]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeCtor\StructLayoutAttributeCtor.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeCtor
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StructLayoutAttributePack.cmd_2398]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributePack\StructLayoutAttributePack.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributePack
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StructLayoutAttributeSize.cmd_2399]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeSize\StructLayoutAttributeSize.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeSize
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[StructLayoutAttributeValue.cmd_2400]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeValue\StructLayoutAttributeValue.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeValue
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[UnmanagedType.cmd_2401]
-RelativePath=CoreMangLib\cti\system\runtime\interopservices\unmanagedtype\UnmanagedType\UnmanagedType.cmd
-WorkingDir=CoreMangLib\cti\system\runtime\interopservices\unmanagedtype\UnmanagedType
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[RuntimeFieldHandleEquals.cmd_2402]
-RelativePath=CoreMangLib\cti\system\runtimefieldhandle\RuntimeFieldHandleEquals\RuntimeFieldHandleEquals.cmd
-WorkingDir=CoreMangLib\cti\system\runtimefieldhandle\RuntimeFieldHandleEquals
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[RuntimeFieldHandleGetHashCode.cmd_2403]
-RelativePath=CoreMangLib\cti\system\runtimefieldhandle\RuntimeFieldHandleGetHashCode\RuntimeFieldHandleGetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\runtimefieldhandle\RuntimeFieldHandleGetHashCode
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[RuntimeMethodHandleEquals.cmd_2404]
-RelativePath=CoreMangLib\cti\system\runtimemethodhandle\RuntimeMethodHandleEquals\RuntimeMethodHandleEquals.cmd
-WorkingDir=CoreMangLib\cti\system\runtimemethodhandle\RuntimeMethodHandleEquals
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[RuntimeMethodHanldeGetHashCode.cmd_2405]
-RelativePath=CoreMangLib\cti\system\runtimemethodhandle\RuntimeMethodHanldeGetHashCode\RuntimeMethodHanldeGetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\runtimemethodhandle\RuntimeMethodHanldeGetHashCode
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[RuntimeTypeHandleEquals.cmd_2406]
-RelativePath=CoreMangLib\cti\system\runtimetypehandle\RuntimeTypeHandleEquals\RuntimeTypeHandleEquals.cmd
-WorkingDir=CoreMangLib\cti\system\runtimetypehandle\RuntimeTypeHandleEquals
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[RuntimeTypeHandleGetHashCode.cmd_2407]
-RelativePath=CoreMangLib\cti\system\runtimetypehandle\RuntimeTypeHandleGetHashCode\RuntimeTypeHandleGetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\runtimetypehandle\RuntimeTypeHandleGetHashCode
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteCompareTo2.cmd_2408]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteCompareTo2\SByteCompareTo2.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteCompareTo2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteEquals1.cmd_2409]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteEquals1\SByteEquals1.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteEquals1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteEquals2.cmd_2410]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteEquals2\SByteEquals2.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteEquals2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteGetHashCode.cmd_2411]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteGetHashCode\SByteGetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteGetHashCode
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteIConvertibleToBoolean.cmd_2412]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToBoolean\SByteIConvertibleToBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToBoolean
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteIConvertibleToByte.cmd_2413]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToByte\SByteIConvertibleToByte.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToByte
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteIConvertibleToChar.cmd_2414]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToChar\SByteIConvertibleToChar.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToChar
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteIConvertibleToDecimal.cmd_2415]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToDecimal\SByteIConvertibleToDecimal.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToDecimal
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteIConvertibleToDouble.cmd_2416]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToDouble\SByteIConvertibleToDouble.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToDouble
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteIConvertibleToInt16.cmd_2417]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt16\SByteIConvertibleToInt16.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteIConvertibleToInt32.cmd_2418]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt32\SByteIConvertibleToInt32.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt32
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteIConvertibleToInt64.cmd_2419]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt64\SByteIConvertibleToInt64.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt64
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteIConvertibleToUInt16.cmd_2420]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToUInt16\SByteIConvertibleToUInt16.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToUInt16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteIConvertibleToUInt32.cmd_2421]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToUInt32\SByteIConvertibleToUInt32.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToUInt32
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteIConvertibleToUInt64.cmd_2422]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToUInt64\SByteIConvertibleToUInt64.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToUInt64
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteMaxValue.cmd_2423]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteMaxValue\SByteMaxValue.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteMaxValue
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SByteMinValue.cmd_2424]
-RelativePath=CoreMangLib\cti\system\sbyte\SByteMinValue\SByteMinValue.cmd
-WorkingDir=CoreMangLib\cti\system\sbyte\SByteMinValue
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SecurityExceptionCtor1.cmd_2429]
-RelativePath=CoreMangLib\cti\system\security\securityexception\SecurityExceptionCtor1\SecurityExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\security\securityexception\SecurityExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SecurityExceptionCtor2.cmd_2430]
-RelativePath=CoreMangLib\cti\system\security\securityexception\SecurityExceptionCtor2\SecurityExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\security\securityexception\SecurityExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SecurityExceptionCtor3.cmd_2431]
-RelativePath=CoreMangLib\cti\system\security\securityexception\SecurityExceptionCtor3\SecurityExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\security\securityexception\SecurityExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SecurityExceptionToString.cmd_2432]
-RelativePath=CoreMangLib\cti\system\security\securityexception\SecurityExceptionToString\SecurityExceptionToString.cmd
-WorkingDir=CoreMangLib\cti\system\security\securityexception\SecurityExceptionToString
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleEpsilon.cmd_2433]
-RelativePath=CoreMangLib\cti\system\single\SingleEpsilon\SingleEpsilon.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleEpsilon
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleIsInfinity.cmd_2435]
-RelativePath=CoreMangLib\cti\system\single\SingleIsInfinity\SingleIsInfinity.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleIsInfinity
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleIsNaN.cmd_2436]
-RelativePath=CoreMangLib\cti\system\single\SingleIsNaN\SingleIsNaN.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleIsNaN
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleIsNegativeInfinity.cmd_2437]
-RelativePath=CoreMangLib\cti\system\single\SingleIsNegativeInfinity\SingleIsNegativeInfinity.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleIsNegativeInfinity
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleIsPositiveInfinity.cmd_2438]
-RelativePath=CoreMangLib\cti\system\single\SingleIsPositiveInfinity\SingleIsPositiveInfinity.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleIsPositiveInfinity
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleMaxValue.cmd_2439]
-RelativePath=CoreMangLib\cti\system\single\SingleMaxValue\SingleMaxValue.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleMaxValue
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleMinValue.cmd_2440]
-RelativePath=CoreMangLib\cti\system\single\SingleMinValue\SingleMinValue.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleMinValue
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleNaN.cmd_2441]
-RelativePath=CoreMangLib\cti\system\single\SingleNaN\SingleNaN.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleNaN
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleToBoolean.cmd_2444]
-RelativePath=CoreMangLib\cti\system\single\SingleToBoolean\SingleToBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToBoolean
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleToByte.cmd_2445]
-RelativePath=CoreMangLib\cti\system\single\SingleToByte\SingleToByte.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToByte
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleToChar.cmd_2446]
-RelativePath=CoreMangLib\cti\system\single\SingleToChar\SingleToChar.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToChar
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleToDateTime.cmd_2447]
-RelativePath=CoreMangLib\cti\system\single\SingleToDateTime\SingleToDateTime.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToDateTime
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleToDecimal.cmd_2448]
-RelativePath=CoreMangLib\cti\system\single\SingleToDecimal\SingleToDecimal.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToDecimal
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleToDouble.cmd_2449]
-RelativePath=CoreMangLib\cti\system\single\SingleToDouble\SingleToDouble.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToDouble
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleToInt16.cmd_2450]
-RelativePath=CoreMangLib\cti\system\single\SingleToInt16\SingleToInt16.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToInt16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleToInt32.cmd_2451]
-RelativePath=CoreMangLib\cti\system\single\SingleToInt32\SingleToInt32.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToInt32
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleToInt64.cmd_2452]
-RelativePath=CoreMangLib\cti\system\single\SingleToInt64\SingleToInt64.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToInt64
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleToSByte.cmd_2453]
-RelativePath=CoreMangLib\cti\system\single\SingleToSByte\SingleToSByte.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToSByte
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[SingleToSingle.cmd_2454]
-RelativePath=CoreMangLib\cti\system\single\SingleToSingle\SingleToSingle.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToSingle
+[CultureName.cmd_2335]
+RelativePath=CoreMangLib\cti\system\resources\neutralresourceslanguageattribute\CultureName\CultureName.cmd
+WorkingDir=CoreMangLib\cti\system\resources\neutralresourceslanguageattribute\CultureName
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[SingleToUInt16.cmd_2455]
-RelativePath=CoreMangLib\cti\system\single\SingleToUInt16\SingleToUInt16.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToUInt16
+[NeutralResourcesLanguageAttributeCtor.cmd_2336]
+RelativePath=CoreMangLib\cti\system\resources\neutralresourceslanguageattribute\NeutralResourcesLanguageAttributeCtor\NeutralResourcesLanguageAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\resources\neutralresourceslanguageattribute\NeutralResourcesLanguageAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[SingleToUInt32.cmd_2456]
-RelativePath=CoreMangLib\cti\system\single\SingleToUInt32\SingleToUInt32.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToUInt32
+[AttributeCtor.cmd_2337]
+RelativePath=CoreMangLib\cti\system\resources\satellitecontractversionattribute\AttributeCtor\AttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\resources\satellitecontractversionattribute\AttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[SingleToUInt64.cmd_2457]
-RelativePath=CoreMangLib\cti\system\single\SingleToUInt64\SingleToUInt64.cmd
-WorkingDir=CoreMangLib\cti\system\single\SingleToUInt64
+[AttributeVersion.cmd_2338]
+RelativePath=CoreMangLib\cti\system\resources\satellitecontractversionattribute\AttributeVersion\AttributeVersion.cmd
+WorkingDir=CoreMangLib\cti\system\resources\satellitecontractversionattribute\AttributeVersion
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringChars.cmd_2459]
-RelativePath=CoreMangLib\cti\system\string\StringChars\StringChars.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringChars
+[ATPACtor.cmd_2339]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\accessedthroughpropertyattribute\ATPACtor\ATPACtor.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\accessedthroughpropertyattribute\ATPACtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringCompare9.cmd_2463]
-RelativePath=CoreMangLib\cti\system\string\StringCompare9\StringCompare9.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringCompare9
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS;15381;GCSTRESS_EXCLUDE
-HostStyle=0
-
-[StringCompareOrdinal1.cmd_2464]
-RelativePath=CoreMangLib\cti\system\string\StringCompareOrdinal1\StringCompareOrdinal1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringCompareOrdinal1
+[ATPAPropertyName.cmd_2340]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\accessedthroughpropertyattribute\ATPAPropertyName\ATPAPropertyName.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\accessedthroughpropertyattribute\ATPAPropertyName
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringCompareOrdinal2.cmd_2465]
-RelativePath=CoreMangLib\cti\system\string\StringCompareOrdinal2\StringCompareOrdinal2.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringCompareOrdinal2
+[AttributeCtor1.cmd_2341]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\compilationrelaxations\AttributeCtor1\AttributeCtor1.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\compilationrelaxations\AttributeCtor1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringConcat1.cmd_2466]
-RelativePath=CoreMangLib\cti\system\string\StringConcat1\StringConcat1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringConcat1
+[CompilerGeneratedAttributeCtor.cmd_2342]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\compilergeneratedattribute\CompilerGeneratedAttributeCtor\CompilerGeneratedAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\compilergeneratedattribute\CompilerGeneratedAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringConcat2.cmd_2467]
-RelativePath=CoreMangLib\cti\system\string\StringConcat2\StringConcat2.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringConcat2
+[CustomConstantAttributector.cmd_2343]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\customconstantattribute\CustomConstantAttributector\CustomConstantAttributector.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\customconstantattribute\CustomConstantAttributector
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringConcat3.cmd_2468]
-RelativePath=CoreMangLib\cti\system\string\StringConcat3\StringConcat3.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringConcat3
+[IndexerNameAttributeCtor.cmd_2344]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\indexernameattribute\IndexerNameAttributeCtor\IndexerNameAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\indexernameattribute\IndexerNameAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringConcat4.cmd_2469]
-RelativePath=CoreMangLib\cti\system\string\StringConcat4\StringConcat4.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringConcat4
-Expected=0
-MaxAllowedDurationSeconds=1000
-Categories=Pri1;RT;LONG_RUNNING;EXPECTED_PASS
-HostStyle=0
-
-[StringConcat5.cmd_2470]
-RelativePath=CoreMangLib\cti\system\string\StringConcat5\StringConcat5.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringConcat5
+[IVTAAssemblyName.cmd_2345]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\internalsvisibletoattribute\IVTAAssemblyName\IVTAAssemblyName.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\internalsvisibletoattribute\IVTAAssemblyName
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringConcat6.cmd_2471]
-RelativePath=CoreMangLib\cti\system\string\StringConcat6\StringConcat6.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringConcat6
+[IVTACtor.cmd_2346]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\internalsvisibletoattribute\IVTACtor\IVTACtor.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\internalsvisibletoattribute\IVTACtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringConcat7.cmd_2472]
-RelativePath=CoreMangLib\cti\system\string\StringConcat7\StringConcat7.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringConcat7
+[MethodImplOptionsNoInlining.cmd_2347]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\methodimploptions\MethodImplOptionsNoInlining\MethodImplOptionsNoInlining.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\methodimploptions\MethodImplOptionsNoInlining
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringConcat8.cmd_2473]
-RelativePath=CoreMangLib\cti\system\string\StringConcat8\StringConcat8.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringConcat8
-Expected=0
-MaxAllowedDurationSeconds=1000
-Categories=Pri1;RT;LONG_RUNNING;EXPECTED_PASS
-HostStyle=0
-
-[StringCopyTo.cmd_2474]
-RelativePath=CoreMangLib\cti\system\string\StringCopyTo\StringCopyTo.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringCopyTo
+[MethodImplOptionsPreserveSig.cmd_2348]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\methodimploptions\MethodImplOptionsPreserveSig\MethodImplOptionsPreserveSig.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\methodimploptions\MethodImplOptionsPreserveSig
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringCtor5.cmd_2475]
-RelativePath=CoreMangLib\cti\system\string\StringCtor5\StringCtor5.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringCtor5
+[RCAttrWrapNEThrows.cmd_2349]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\runtimecompatibilityattribute\RCAttrWrapNEThrows\RCAttrWrapNEThrows.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\runtimecompatibilityattribute\RCAttrWrapNEThrows
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringCtorChar.cmd_2476]
-RelativePath=CoreMangLib\cti\system\string\StringCtorChar\StringCtorChar.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringCtorChar
+[RuntimeCompatAttrCtor.cmd_2350]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\runtimecompatibilityattribute\RuntimeCompatAttrCtor\RuntimeCompatAttrCtor.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\runtimecompatibilityattribute\RuntimeCompatAttrCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringEmpty.cmd_2477]
-RelativePath=CoreMangLib\cti\system\string\StringEmpty\StringEmpty.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringEmpty
+[GetHashCode.cmd_2351]
+RelativePath=CoreMangLib\cti\system\runtime\compilerservices\runtimehelpers\GetHashCode\GetHashCode.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\compilerservices\runtimehelpers\GetHashCode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringEquals1.cmd_2478]
-RelativePath=CoreMangLib\cti\system\string\StringEquals1\StringEquals1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringEquals1
+[DecimalConstantAttributeCtor.cmd_2352]
+RelativePath=CoreMangLib\cti\system\runtime\decimalconstantattribute\DecimalConstantAttributeCtor\DecimalConstantAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\decimalconstantattribute\DecimalConstantAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringEquals2.cmd_2479]
-RelativePath=CoreMangLib\cti\system\string\StringEquals2\StringEquals2.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringEquals2
+[DecimalConstantAttributeValue.cmd_2353]
+RelativePath=CoreMangLib\cti\system\runtime\decimalconstantattribute\DecimalConstantAttributeValue\DecimalConstantAttributeValue.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\decimalconstantattribute\DecimalConstantAttributeValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringEquals3.cmd_2480]
-RelativePath=CoreMangLib\cti\system\string\StringEquals3\StringEquals3.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringEquals3
+[FixedBufferAttributeCtor.cmd_2354]
+RelativePath=CoreMangLib\cti\system\runtime\fixedbufferattribute\FixedBufferAttributeCtor\FixedBufferAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\fixedbufferattribute\FixedBufferAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringEquals6.cmd_2481]
-RelativePath=CoreMangLib\cti\system\string\StringEquals6\StringEquals6.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringEquals6
+[FixedBufferAttributeElementType.cmd_2355]
+RelativePath=CoreMangLib\cti\system\runtime\fixedbufferattribute\FixedBufferAttributeElementType\FixedBufferAttributeElementType.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\fixedbufferattribute\FixedBufferAttributeElementType
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS;15381;GCSTRESS_EXCLUDE
+Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringFormat1.cmd_2482]
-RelativePath=CoreMangLib\cti\system\string\StringFormat1\StringFormat1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringFormat1
+[FixedBufferAttributeLength.cmd_2356]
+RelativePath=CoreMangLib\cti\system\runtime\fixedbufferattribute\FixedBufferAttributeLength\FixedBufferAttributeLength.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\fixedbufferattribute\FixedBufferAttributeLength
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringFormat2.cmd_2483]
-RelativePath=CoreMangLib\cti\system\string\StringFormat2\StringFormat2.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringFormat2
+[CallingConventionWinapi.cmd_2357]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\callingconvention\CallingConventionWinapi\CallingConventionWinapi.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\callingconvention\CallingConventionWinapi
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringGetEnumerator.cmd_2484]
-RelativePath=CoreMangLib\cti\system\string\StringGetEnumerator\StringGetEnumerator.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringGetEnumerator
+[CharSetUnicode.cmd_2358]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\charset\CharSetUnicode\CharSetUnicode.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\charset\CharSetUnicode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringGetHashCode.cmd_2485]
-RelativePath=CoreMangLib\cti\system\string\StringGetHashCode\StringGetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringGetHashCode
+[FieldOffsetAttributeCtor.cmd_2359]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\fieldoffsetattribute\FieldOffsetAttributeCtor\FieldOffsetAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\fieldoffsetattribute\FieldOffsetAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIConvertibleToBoolean.cmd_2486]
-RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToBoolean\StringIConvertibleToBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToBoolean
+[FieldOffsetAttributeValue.cmd_2360]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\fieldoffsetattribute\FieldOffsetAttributeValue\FieldOffsetAttributeValue.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\fieldoffsetattribute\FieldOffsetAttributeValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIConvertibleToByte.cmd_2487]
-RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToByte\StringIConvertibleToByte.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToByte
+[GCHandleAddrOfPinnedObject_PSC.cmd_2361]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleAddrOfPinnedObject_PSC\GCHandleAddrOfPinnedObject_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleAddrOfPinnedObject_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIConvertibleToChar.cmd_2488]
-RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToChar\StringIConvertibleToChar.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToChar
+[GCHandleAlloc1_PSC.cmd_2362]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleAlloc1_PSC\GCHandleAlloc1_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleAlloc1_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIConvertibleToInt16.cmd_2489]
-RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToInt16\StringIConvertibleToInt16.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToInt16
+[GCHandleFree_PSC.cmd_2363]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleFree_PSC\GCHandleFree_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleFree_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIConvertibleToInt32.cmd_2490]
-RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToInt32\StringIConvertibleToInt32.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToInt32
+[GCHandleTarget_PSC.cmd_2364]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleTarget_PSC\GCHandleTarget_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandle\GCHandleTarget_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIConvertibleToInt64.cmd_2491]
-RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToInt64\StringIConvertibleToInt64.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToInt64
+[GCHandleTypeNormal.cmd_2365]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypeNormal\GCHandleTypeNormal.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypeNormal
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIConvertibleToSByte.cmd_2492]
-RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToSByte\StringIConvertibleToSByte.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToSByte
+[GCHandleTypePinned.cmd_2366]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypePinned\GCHandleTypePinned.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypePinned
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIConvertibleToUInt16.cmd_2493]
-RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToUInt16\StringIConvertibleToUInt16.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToUInt16
+[GCHandleTypeWeak.cmd_2367]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypeWeak\GCHandleTypeWeak.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypeWeak
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIConvertibleToUInt32.cmd_2494]
-RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToUInt32\StringIConvertibleToUInt32.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToUInt32
+[GCHandleTypeWeakTrackResurrection.cmd_2368]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypeWeakTrackResurrection\GCHandleTypeWeakTrackResurrection.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\gchandletype\GCHandleTypeWeakTrackResurrection
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIConvertibleToUInt64.cmd_2495]
-RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToUInt64\StringIConvertibleToUInt64.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToUInt64
+[InAttributeCtor.cmd_2369]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\inattribute\InAttributeCtor\InAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\inattribute\InAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIEnumerableGetEnumerator.cmd_2496]
-RelativePath=CoreMangLib\cti\system\string\StringIEnumerableGetEnumerator\StringIEnumerableGetEnumerator.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIEnumerableGetEnumerator
+[LayoutKindAuto.cmd_2370]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\layoutkind\LayoutKindAuto\LayoutKindAuto.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\layoutkind\LayoutKindAuto
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIndexOf10.cmd_2497]
-RelativePath=CoreMangLib\cti\system\string\StringIndexOf10\StringIndexOf10.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIndexOf10
+[LayoutKindSequential.cmd_2371]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\layoutkind\LayoutKindSequential\LayoutKindSequential.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\layoutkind\LayoutKindSequential
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringInsert.cmd_2498]
-RelativePath=CoreMangLib\cti\system\string\StringInsert\StringInsert.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringInsert
+[MarshalSizeOf1_PSC.cmd_2372]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshal\MarshalSizeOf1_PSC\MarshalSizeOf1_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshal\MarshalSizeOf1_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringIsNullOrEmpty.cmd_2499]
-RelativePath=CoreMangLib\cti\system\string\StringIsNullOrEmpty\StringIsNullOrEmpty.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringIsNullOrEmpty
+[MarshalSizeOf2_PSC.cmd_2373]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshal\MarshalSizeOf2_PSC\MarshalSizeOf2_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshal\MarshalSizeOf2_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringJoin.cmd_2500]
-RelativePath=CoreMangLib\cti\system\string\StringJoin\StringJoin.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringJoin
+[MarshalAsAttributeArraySubType.cmd_2374]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeArraySubType\MarshalAsAttributeArraySubType.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeArraySubType
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringJoin1.cmd_2501]
-RelativePath=CoreMangLib\cti\system\string\StringJoin1\StringJoin1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringJoin1
+[MarshalAsAttributeCtor1.cmd_2375]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeCtor1\MarshalAsAttributeCtor1.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeCtor1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringJoin2.cmd_2502]
-RelativePath=CoreMangLib\cti\system\string\StringJoin2\StringJoin2.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringJoin2
+[MarshalAsAttributeCtor2.cmd_2376]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeCtor2\MarshalAsAttributeCtor2.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeCtor2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringLength.cmd_2503]
-RelativePath=CoreMangLib\cti\system\string\StringLength\StringLength.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringLength
+[MarshalAsAttributeMarshalCookie.cmd_2377]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalCookie\MarshalAsAttributeMarshalCookie.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalCookie
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringPadLeft.cmd_2504]
-RelativePath=CoreMangLib\cti\system\string\StringPadLeft\StringPadLeft.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringPadLeft
+[MarshalAsAttributeMarshalType.cmd_2378]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalType\MarshalAsAttributeMarshalType.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalType
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringPadLeft1.cmd_2505]
-RelativePath=CoreMangLib\cti\system\string\StringPadLeft1\StringPadLeft1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringPadLeft1
+[MarshalAsAttributeMarshalTypeRef.cmd_2379]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalTypeRef\MarshalAsAttributeMarshalTypeRef.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeMarshalTypeRef
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringPadLeft2.cmd_2506]
-RelativePath=CoreMangLib\cti\system\string\StringPadLeft2\StringPadLeft2.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringPadLeft2
+[MarshalAsAttributeSizeConst.cmd_2380]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeSizeConst\MarshalAsAttributeSizeConst.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeSizeConst
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringPadRight.cmd_2507]
-RelativePath=CoreMangLib\cti\system\string\StringPadRight\StringPadRight.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringPadRight
+[MarshalAsAttributeSizeParamIndex.cmd_2381]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeSizeParamIndex\MarshalAsAttributeSizeParamIndex.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeSizeParamIndex
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringPadRight1.cmd_2508]
-RelativePath=CoreMangLib\cti\system\string\StringPadRight1\StringPadRight1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringPadRight1
+[MarshalAsAttributeValue.cmd_2382]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeValue\MarshalAsAttributeValue.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\marshalasattribute\MarshalAsAttributeValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringPadRight2.cmd_2509]
-RelativePath=CoreMangLib\cti\system\string\StringPadRight2\StringPadRight2.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringPadRight2
+[OutAttributeCtor.cmd_2383]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\outattribute\OutAttributeCtor\OutAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\outattribute\OutAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringRemove1.cmd_2510]
-RelativePath=CoreMangLib\cti\system\string\StringRemove1\StringRemove1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringRemove1
+[PreserveSigAttributeCtor.cmd_2384]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\preservesigattribute\PreserveSigAttributeCtor\PreserveSigAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\preservesigattribute\PreserveSigAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringRemove2.cmd_2511]
-RelativePath=CoreMangLib\cti\system\string\StringRemove2\StringRemove2.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringRemove2
+[SafeHandleCtor_cti_PSC.cmd_2385]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleCtor_cti_PSC\SafeHandleCtor_cti_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleCtor_cti_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringReplace1.cmd_2512]
-RelativePath=CoreMangLib\cti\system\string\StringReplace1\StringReplace1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringReplace1
+[SafeHandleDangerousAddRef_PSC.cmd_2386]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDangerousAddRef_PSC\SafeHandleDangerousAddRef_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDangerousAddRef_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringReplace2.cmd_2513]
-RelativePath=CoreMangLib\cti\system\string\StringReplace2\StringReplace2.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringReplace2
+[SafeHandleDangerousGetHandle_PSC.cmd_2387]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDangerousGetHandle_PSC\SafeHandleDangerousGetHandle_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDangerousGetHandle_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringSplit1.cmd_2514]
-RelativePath=CoreMangLib\cti\system\string\StringSplit1\StringSplit1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringSplit1
+[SafeHandleDangerousRelease_PSC.cmd_2388]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDangerousRelease_PSC\SafeHandleDangerousRelease_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDangerousRelease_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringSubString1.cmd_2515]
-RelativePath=CoreMangLib\cti\system\string\StringSubString1\StringSubString1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringSubString1
+[SafeHandleDispose1_PSC.cmd_2389]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDispose1_PSC\SafeHandleDispose1_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDispose1_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringSubString2.cmd_2516]
-RelativePath=CoreMangLib\cti\system\string\StringSubString2\StringSubString2.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringSubString2
+[SafeHandleDispose2_PSC.cmd_2390]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDispose2_PSC\SafeHandleDispose2_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleDispose2_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringToCharArray.cmd_2517]
-RelativePath=CoreMangLib\cti\system\string\StringToCharArray\StringToCharArray.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringToCharArray
+[SafeHandleHandle_PSC.cmd_2391]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleHandle_PSC\SafeHandleHandle_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleHandle_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringToString1.cmd_2518]
-RelativePath=CoreMangLib\cti\system\string\StringToString1\StringToString1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringToString1
+[SafeHandleIsClosed_PSC.cmd_2392]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleIsClosed_PSC\SafeHandleIsClosed_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleIsClosed_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringTrim1.cmd_2519]
-RelativePath=CoreMangLib\cti\system\string\StringTrim1\StringTrim1.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringTrim1
+[SafeHandleIsInvalid_PSC.cmd_2393]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleIsInvalid_PSC\SafeHandleIsInvalid_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleIsInvalid_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringTrim1b.cmd_2520]
-RelativePath=CoreMangLib\cti\system\string\StringTrim1b\StringTrim1b.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringTrim1b
+[SafeHandleSetHandleAsInvalid_PSC.cmd_2394]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleSetHandleAsInvalid_PSC\SafeHandleSetHandleAsInvalid_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleSetHandleAsInvalid_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringTrim2.cmd_2521]
-RelativePath=CoreMangLib\cti\system\string\StringTrim2\StringTrim2.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringTrim2
+[SafeHandleSetHandle_PSC.cmd_2395]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleSetHandle_PSC\SafeHandleSetHandle_PSC.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\safehandle\SafeHandleSetHandle_PSC
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringTrim3.cmd_2522]
-RelativePath=CoreMangLib\cti\system\string\StringTrim3\StringTrim3.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringTrim3
+[StructLayoutAttributeCharSet.cmd_2396]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeCharSet\StructLayoutAttributeCharSet.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeCharSet
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringTrim4.cmd_2523]
-RelativePath=CoreMangLib\cti\system\string\StringTrim4\StringTrim4.cmd
-WorkingDir=CoreMangLib\cti\system\string\StringTrim4
+[StructLayoutAttributeCtor.cmd_2397]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeCtor\StructLayoutAttributeCtor.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringComparerCtor.cmd_2524]
-RelativePath=CoreMangLib\cti\system\stringcompare\StringComparerCtor\StringComparerCtor.cmd
-WorkingDir=CoreMangLib\cti\system\stringcompare\StringComparerCtor
+[StructLayoutAttributePack.cmd_2398]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributePack\StructLayoutAttributePack.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributePack
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringComparerCompare2.cmd_2525]
-RelativePath=CoreMangLib\cti\system\stringcomparer\StringComparerCompare2\StringComparerCompare2.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparer\StringComparerCompare2
+[StructLayoutAttributeSize.cmd_2399]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeSize\StructLayoutAttributeSize.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeSize
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringComparerEquals1.cmd_2526]
-RelativePath=CoreMangLib\cti\system\stringcomparer\StringComparerEquals1\StringComparerEquals1.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparer\StringComparerEquals1
+[StructLayoutAttributeValue.cmd_2400]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeValue\StructLayoutAttributeValue.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\structlayoutattribute\StructLayoutAttributeValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringComparerEquals3.cmd_2527]
-RelativePath=CoreMangLib\cti\system\stringcomparer\StringComparerEquals3\StringComparerEquals3.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparer\StringComparerEquals3
+[UnmanagedType.cmd_2401]
+RelativePath=CoreMangLib\cti\system\runtime\interopservices\unmanagedtype\UnmanagedType\UnmanagedType.cmd
+WorkingDir=CoreMangLib\cti\system\runtime\interopservices\unmanagedtype\UnmanagedType
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringComparerGetType.cmd_2528]
-RelativePath=CoreMangLib\cti\system\stringcomparer\StringComparerGetType\StringComparerGetType.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparer\StringComparerGetType
+[RuntimeFieldHandleEquals.cmd_2402]
+RelativePath=CoreMangLib\cti\system\runtimefieldhandle\RuntimeFieldHandleEquals\RuntimeFieldHandleEquals.cmd
+WorkingDir=CoreMangLib\cti\system\runtimefieldhandle\RuntimeFieldHandleEquals
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringComparisonCurrentCulture.cmd_2529]
-RelativePath=CoreMangLib\cti\system\stringcomparison\StringComparisonCurrentCulture\StringComparisonCurrentCulture.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparison\StringComparisonCurrentCulture
+[RuntimeFieldHandleGetHashCode.cmd_2403]
+RelativePath=CoreMangLib\cti\system\runtimefieldhandle\RuntimeFieldHandleGetHashCode\RuntimeFieldHandleGetHashCode.cmd
+WorkingDir=CoreMangLib\cti\system\runtimefieldhandle\RuntimeFieldHandleGetHashCode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringComparisonCurrentCultureIgnoreCase.cmd_2530]
-RelativePath=CoreMangLib\cti\system\stringcomparison\StringComparisonCurrentCultureIgnoreCase\StringComparisonCurrentCultureIgnoreCase.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparison\StringComparisonCurrentCultureIgnoreCase
+[RuntimeMethodHandleEquals.cmd_2404]
+RelativePath=CoreMangLib\cti\system\runtimemethodhandle\RuntimeMethodHandleEquals\RuntimeMethodHandleEquals.cmd
+WorkingDir=CoreMangLib\cti\system\runtimemethodhandle\RuntimeMethodHandleEquals
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringComparisonOrdinal.cmd_2531]
-RelativePath=CoreMangLib\cti\system\stringcomparison\StringComparisonOrdinal\StringComparisonOrdinal.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparison\StringComparisonOrdinal
+[RuntimeMethodHanldeGetHashCode.cmd_2405]
+RelativePath=CoreMangLib\cti\system\runtimemethodhandle\RuntimeMethodHanldeGetHashCode\RuntimeMethodHanldeGetHashCode.cmd
+WorkingDir=CoreMangLib\cti\system\runtimemethodhandle\RuntimeMethodHanldeGetHashCode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringComparisonOrdinalIgnoreCase.cmd_2532]
-RelativePath=CoreMangLib\cti\system\stringcomparison\StringComparisonOrdinalIgnoreCase\StringComparisonOrdinalIgnoreCase.cmd
-WorkingDir=CoreMangLib\cti\system\stringcomparison\StringComparisonOrdinalIgnoreCase
+[RuntimeTypeHandleEquals.cmd_2406]
+RelativePath=CoreMangLib\cti\system\runtimetypehandle\RuntimeTypeHandleEquals\RuntimeTypeHandleEquals.cmd
+WorkingDir=CoreMangLib\cti\system\runtimetypehandle\RuntimeTypeHandleEquals
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[SZArrayHelperSetItem.cmd_2533]
-RelativePath=CoreMangLib\cti\system\szarrayhelper\SZArrayHelperSetItem\SZArrayHelperSetItem.cmd
-WorkingDir=CoreMangLib\cti\system\szarrayhelper\SZArrayHelperSetItem
+[RuntimeTypeHandleGetHashCode.cmd_2407]
+RelativePath=CoreMangLib\cti\system\runtimetypehandle\RuntimeTypeHandleGetHashCode\RuntimeTypeHandleGetHashCode.cmd
+WorkingDir=CoreMangLib\cti\system\runtimetypehandle\RuntimeTypeHandleGetHashCode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecoderCtor.cmd_2534]
-RelativePath=CoreMangLib\cti\system\text\decoder\DecoderCtor\DecoderCtor.cmd
-WorkingDir=CoreMangLib\cti\system\text\decoder\DecoderCtor
+[SByteCompareTo2.cmd_2408]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteCompareTo2\SByteCompareTo2.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteCompareTo2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[DecoderReset.cmd_2535]
-RelativePath=CoreMangLib\cti\system\text\decoder\DecoderReset\DecoderReset.cmd
-WorkingDir=CoreMangLib\cti\system\text\decoder\DecoderReset
+[SByteEquals1.cmd_2409]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteEquals1\SByteEquals1.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteEquals1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncoderCtor.cmd_2536]
-RelativePath=CoreMangLib\cti\system\text\encoder\EncoderCtor\EncoderCtor.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoder\EncoderCtor
+[SByteEquals2.cmd_2410]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteEquals2\SByteEquals2.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteEquals2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingBigEndianUnicode.cmd_2537]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingBigEndianUnicode\EncodingBigEndianUnicode.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingBigEndianUnicode
+[SByteGetHashCode.cmd_2411]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteGetHashCode\SByteGetHashCode.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteGetHashCode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingClone.cmd_2538]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingClone\EncodingClone.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingClone
+[SByteIConvertibleToBoolean.cmd_2412]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToBoolean\SByteIConvertibleToBoolean.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToBoolean
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingConvert1.cmd_2539]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingConvert1\EncodingConvert1.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingConvert1
+[SByteIConvertibleToByte.cmd_2413]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToByte\SByteIConvertibleToByte.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingConvert2.cmd_2540]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingConvert2\EncodingConvert2.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingConvert2
+[SByteIConvertibleToChar.cmd_2414]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToChar\SByteIConvertibleToChar.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToChar
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingCtor1.cmd_2541]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingCtor1\EncodingCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingCtor1
+[SByteIConvertibleToDecimal.cmd_2415]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToDecimal\SByteIConvertibleToDecimal.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToDecimal
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingEquals.cmd_2542]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingEquals\EncodingEquals.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingEquals
+[SByteIConvertibleToDouble.cmd_2416]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToDouble\SByteIConvertibleToDouble.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToDouble
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetByteCount.cmd_2543]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount\EncodingGetByteCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount
+[SByteIConvertibleToInt16.cmd_2417]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt16\SByteIConvertibleToInt16.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetByteCount1.cmd_2544]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount1\EncodingGetByteCount1.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount1
+[SByteIConvertibleToInt32.cmd_2418]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt32\SByteIConvertibleToInt32.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetByteCount2.cmd_2545]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount2\EncodingGetByteCount2.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount2
+[SByteIConvertibleToInt64.cmd_2419]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt64\SByteIConvertibleToInt64.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetByteCount3.cmd_2546]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount3\EncodingGetByteCount3.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetByteCount3
+[SByteIConvertibleToUInt16.cmd_2420]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToUInt16\SByteIConvertibleToUInt16.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToUInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetBytes1.cmd_2547]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetBytes1\EncodingGetBytes1.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetBytes1
+[SByteIConvertibleToUInt32.cmd_2421]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToUInt32\SByteIConvertibleToUInt32.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToUInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetBytes2.cmd_2548]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetBytes2\EncodingGetBytes2.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetBytes2
+[SByteIConvertibleToUInt64.cmd_2422]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteIConvertibleToUInt64\SByteIConvertibleToUInt64.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteIConvertibleToUInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetBytes3.cmd_2549]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetBytes3\EncodingGetBytes3.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetBytes3
+[SByteMaxValue.cmd_2423]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteMaxValue\SByteMaxValue.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteMaxValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetBytes4.cmd_2550]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetBytes4\EncodingGetBytes4.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetBytes4
+[SByteMinValue.cmd_2424]
+RelativePath=CoreMangLib\cti\system\sbyte\SByteMinValue\SByteMinValue.cmd
+WorkingDir=CoreMangLib\cti\system\sbyte\SByteMinValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetBytes5.cmd_2551]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetBytes5\EncodingGetBytes5.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetBytes5
+[SecurityExceptionCtor1.cmd_2429]
+RelativePath=CoreMangLib\cti\system\security\securityexception\SecurityExceptionCtor1\SecurityExceptionCtor1.cmd
+WorkingDir=CoreMangLib\cti\system\security\securityexception\SecurityExceptionCtor1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetCharCount.cmd_2552]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetCharCount\EncodingGetCharCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetCharCount
+[SecurityExceptionCtor2.cmd_2430]
+RelativePath=CoreMangLib\cti\system\security\securityexception\SecurityExceptionCtor2\SecurityExceptionCtor2.cmd
+WorkingDir=CoreMangLib\cti\system\security\securityexception\SecurityExceptionCtor2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetCharCount1.cmd_2553]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetCharCount1\EncodingGetCharCount1.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetCharCount1
+[SecurityExceptionCtor3.cmd_2431]
+RelativePath=CoreMangLib\cti\system\security\securityexception\SecurityExceptionCtor3\SecurityExceptionCtor3.cmd
+WorkingDir=CoreMangLib\cti\system\security\securityexception\SecurityExceptionCtor3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetCharCount2.cmd_2554]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetCharCount2\EncodingGetCharCount2.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetCharCount2
+[SecurityExceptionToString.cmd_2432]
+RelativePath=CoreMangLib\cti\system\security\securityexception\SecurityExceptionToString\SecurityExceptionToString.cmd
+WorkingDir=CoreMangLib\cti\system\security\securityexception\SecurityExceptionToString
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetChars1.cmd_2555]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetChars1\EncodingGetChars1.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetChars1
+[SingleEpsilon.cmd_2433]
+RelativePath=CoreMangLib\cti\system\single\SingleEpsilon\SingleEpsilon.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleEpsilon
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetChars2.cmd_2556]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetChars2\EncodingGetChars2.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetChars2
+[SingleIsInfinity.cmd_2435]
+RelativePath=CoreMangLib\cti\system\single\SingleIsInfinity\SingleIsInfinity.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleIsInfinity
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetChars3.cmd_2557]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetChars3\EncodingGetChars3.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetChars3
+[SingleIsNaN.cmd_2436]
+RelativePath=CoreMangLib\cti\system\single\SingleIsNaN\SingleIsNaN.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleIsNaN
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetDecoder.cmd_2558]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetDecoder\EncodingGetDecoder.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetDecoder
+[SingleIsNegativeInfinity.cmd_2437]
+RelativePath=CoreMangLib\cti\system\single\SingleIsNegativeInfinity\SingleIsNegativeInfinity.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleIsNegativeInfinity
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetEncoder.cmd_2559]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetEncoder\EncodingGetEncoder.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetEncoder
+[SingleIsPositiveInfinity.cmd_2438]
+RelativePath=CoreMangLib\cti\system\single\SingleIsPositiveInfinity\SingleIsPositiveInfinity.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleIsPositiveInfinity
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetEncoding2.cmd_2560]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetEncoding2\EncodingGetEncoding2.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetEncoding2
+[SingleMaxValue.cmd_2439]
+RelativePath=CoreMangLib\cti\system\single\SingleMaxValue\SingleMaxValue.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleMaxValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetMaxByteCount.cmd_2561]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetMaxByteCount\EncodingGetMaxByteCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetMaxByteCount
+[SingleMinValue.cmd_2440]
+RelativePath=CoreMangLib\cti\system\single\SingleMinValue\SingleMinValue.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleMinValue
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetMaxCharCount.cmd_2562]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetMaxCharCount\EncodingGetMaxCharCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetMaxCharCount
+[SingleNaN.cmd_2441]
+RelativePath=CoreMangLib\cti\system\single\SingleNaN\SingleNaN.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleNaN
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetPreamble.cmd_2563]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetPreamble\EncodingGetPreamble.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetPreamble
+[SingleToBoolean.cmd_2444]
+RelativePath=CoreMangLib\cti\system\single\SingleToBoolean\SingleToBoolean.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToBoolean
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingGetString.cmd_2564]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingGetString\EncodingGetString.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingGetString
+[SingleToByte.cmd_2445]
+RelativePath=CoreMangLib\cti\system\single\SingleToByte\SingleToByte.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingUnicode.cmd_2565]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingUnicode\EncodingUnicode.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingUnicode
+[SingleToChar.cmd_2446]
+RelativePath=CoreMangLib\cti\system\single\SingleToChar\SingleToChar.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToChar
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingUTF8.cmd_2566]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingUTF8\EncodingUTF8.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingUTF8
+[SingleToDateTime.cmd_2447]
+RelativePath=CoreMangLib\cti\system\single\SingleToDateTime\SingleToDateTime.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToDateTime
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[EncodingWebName.cmd_2567]
-RelativePath=CoreMangLib\cti\system\text\encoding\EncodingWebName\EncodingWebName.cmd
-WorkingDir=CoreMangLib\cti\system\text\encoding\EncodingWebName
+[SingleToDecimal.cmd_2448]
+RelativePath=CoreMangLib\cti\system\single\SingleToDecimal\SingleToDecimal.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToDecimal
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend.cmd_2568]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend\StringBuilderAppend.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend
+[SingleToDouble.cmd_2449]
+RelativePath=CoreMangLib\cti\system\single\SingleToDouble\SingleToDouble.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToDouble
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend1.cmd_2569]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend1\StringBuilderAppend1.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend1
+[SingleToInt16.cmd_2450]
+RelativePath=CoreMangLib\cti\system\single\SingleToInt16\SingleToInt16.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend10.cmd_2570]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend10\StringBuilderAppend10.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend10
+[SingleToInt32.cmd_2451]
+RelativePath=CoreMangLib\cti\system\single\SingleToInt32\SingleToInt32.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend11.cmd_2571]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend11\StringBuilderAppend11.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend11
+[SingleToInt64.cmd_2452]
+RelativePath=CoreMangLib\cti\system\single\SingleToInt64\SingleToInt64.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend12.cmd_2572]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend12\StringBuilderAppend12.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend12
+[SingleToSByte.cmd_2453]
+RelativePath=CoreMangLib\cti\system\single\SingleToSByte\SingleToSByte.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToSByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend13.cmd_2573]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend13\StringBuilderAppend13.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend13
+[SingleToSingle.cmd_2454]
+RelativePath=CoreMangLib\cti\system\single\SingleToSingle\SingleToSingle.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToSingle
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend14.cmd_2574]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend14\StringBuilderAppend14.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend14
+[SingleToUInt16.cmd_2455]
+RelativePath=CoreMangLib\cti\system\single\SingleToUInt16\SingleToUInt16.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToUInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend15.cmd_2575]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend15\StringBuilderAppend15.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend15
+[SingleToUInt32.cmd_2456]
+RelativePath=CoreMangLib\cti\system\single\SingleToUInt32\SingleToUInt32.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToUInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend16.cmd_2576]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend16\StringBuilderAppend16.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend16
+[SingleToUInt64.cmd_2457]
+RelativePath=CoreMangLib\cti\system\single\SingleToUInt64\SingleToUInt64.cmd
+WorkingDir=CoreMangLib\cti\system\single\SingleToUInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend17.cmd_2577]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend17\StringBuilderAppend17.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend17
+[StringChars.cmd_2459]
+RelativePath=CoreMangLib\cti\system\string\StringChars\StringChars.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringChars
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend18.cmd_2578]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend18\StringBuilderAppend18.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend18
+[StringCompare9.cmd_2463]
+RelativePath=CoreMangLib\cti\system\string\StringCompare9\StringCompare9.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringCompare9
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
+Categories=Pri1;RT;EXPECTED_PASS;15381;GCSTRESS_EXCLUDE
 HostStyle=0
 
-[StringBuilderAppend19.cmd_2579]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend19\StringBuilderAppend19.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend19
+[StringCompareOrdinal1.cmd_2464]
+RelativePath=CoreMangLib\cti\system\string\StringCompareOrdinal1\StringCompareOrdinal1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringCompareOrdinal1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend2.cmd_2580]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend2\StringBuilderAppend2.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend2
+[StringCompareOrdinal2.cmd_2465]
+RelativePath=CoreMangLib\cti\system\string\StringCompareOrdinal2\StringCompareOrdinal2.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringCompareOrdinal2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend3.cmd_2581]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend3\StringBuilderAppend3.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend3
+[StringConcat1.cmd_2466]
+RelativePath=CoreMangLib\cti\system\string\StringConcat1\StringConcat1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringConcat1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend4.cmd_2582]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend4\StringBuilderAppend4.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend4
+[StringConcat2.cmd_2467]
+RelativePath=CoreMangLib\cti\system\string\StringConcat2\StringConcat2.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringConcat2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend5.cmd_2583]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend5\StringBuilderAppend5.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend5
+[StringConcat3.cmd_2468]
+RelativePath=CoreMangLib\cti\system\string\StringConcat3\StringConcat3.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringConcat3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend6.cmd_2584]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend6\StringBuilderAppend6.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend6
+[StringConcat4.cmd_2469]
+RelativePath=CoreMangLib\cti\system\string\StringConcat4\StringConcat4.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringConcat4
 Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
+MaxAllowedDurationSeconds=1000
+Categories=Pri1;RT;LONG_RUNNING;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend7.cmd_2585]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend7\StringBuilderAppend7.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend7
+[StringConcat5.cmd_2470]
+RelativePath=CoreMangLib\cti\system\string\StringConcat5\StringConcat5.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringConcat5
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend8.cmd_2586]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend8\StringBuilderAppend8.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend8
+[StringConcat6.cmd_2471]
+RelativePath=CoreMangLib\cti\system\string\StringConcat6\StringConcat6.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringConcat6
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderAppend9.cmd_2587]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend9\StringBuilderAppend9.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderAppend9
+[StringConcat7.cmd_2472]
+RelativePath=CoreMangLib\cti\system\string\StringConcat7\StringConcat7.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringConcat7
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderCapacity.cmd_2588]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderCapacity\StringBuilderCapacity.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderCapacity
+[StringConcat8.cmd_2473]
+RelativePath=CoreMangLib\cti\system\string\StringConcat8\StringConcat8.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringConcat8
+Expected=0
+MaxAllowedDurationSeconds=1000
+Categories=Pri1;RT;LONG_RUNNING;EXPECTED_PASS
+HostStyle=0
+
+[StringCopyTo.cmd_2474]
+RelativePath=CoreMangLib\cti\system\string\StringCopyTo\StringCopyTo.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringCopyTo
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderCapacity_cti.cmd_2589]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderCapacity_cti\StringBuilderCapacity_cti.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderCapacity_cti
+[StringCtor5.cmd_2475]
+RelativePath=CoreMangLib\cti\system\string\StringCtor5\StringCtor5.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringCtor5
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderChars.cmd_2590]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderChars\StringBuilderChars.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderChars
+[StringCtorChar.cmd_2476]
+RelativePath=CoreMangLib\cti\system\string\StringCtorChar\StringCtorChar.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringCtorChar
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderctor1.cmd_2591]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor1\StringBuilderctor1.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor1
+[StringEmpty.cmd_2477]
+RelativePath=CoreMangLib\cti\system\string\StringEmpty\StringEmpty.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringEmpty
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderctor2.cmd_2592]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor2\StringBuilderctor2.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor2
+[StringEquals1.cmd_2478]
+RelativePath=CoreMangLib\cti\system\string\StringEquals1\StringEquals1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringEquals1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderctor3.cmd_2593]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor3\StringBuilderctor3.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor3
+[StringEquals2.cmd_2479]
+RelativePath=CoreMangLib\cti\system\string\StringEquals2\StringEquals2.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringEquals2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderctor4.cmd_2594]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor4\StringBuilderctor4.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor4
+[StringEquals3.cmd_2480]
+RelativePath=CoreMangLib\cti\system\string\StringEquals3\StringEquals3.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringEquals3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderctor5.cmd_2595]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor5\StringBuilderctor5.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor5
+[StringEquals6.cmd_2481]
+RelativePath=CoreMangLib\cti\system\string\StringEquals6\StringEquals6.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringEquals6
 Expected=0
 MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
+Categories=Pri1;RT;EXPECTED_PASS;15381;GCSTRESS_EXCLUDE
 HostStyle=0
 
-[StringBuilderctor6.cmd_2596]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor6\StringBuilderctor6.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderctor6
+[StringFormat1.cmd_2482]
+RelativePath=CoreMangLib\cti\system\string\StringFormat1\StringFormat1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringFormat1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderInsert.cmd_2597]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderInsert\StringBuilderInsert.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderInsert
+[StringFormat2.cmd_2483]
+RelativePath=CoreMangLib\cti\system\string\StringFormat2\StringFormat2.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringFormat2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderInsert3.cmd_2598]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderInsert3\StringBuilderInsert3.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderInsert3
+[StringGetEnumerator.cmd_2484]
+RelativePath=CoreMangLib\cti\system\string\StringGetEnumerator\StringGetEnumerator.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringGetEnumerator
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderInsert4.cmd_2599]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderInsert4\StringBuilderInsert4.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderInsert4
+[StringGetHashCode.cmd_2485]
+RelativePath=CoreMangLib\cti\system\string\StringGetHashCode\StringGetHashCode.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringGetHashCode
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderLength.cmd_2600]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderLength\StringBuilderLength.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderLength
+[StringIConvertibleToBoolean.cmd_2486]
+RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToBoolean\StringIConvertibleToBoolean.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToBoolean
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderLength_cti.cmd_2601]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderLength_cti\StringBuilderLength_cti.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderLength_cti
+[StringIConvertibleToByte.cmd_2487]
+RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToByte\StringIConvertibleToByte.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderRemove.cmd_2602]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderRemove\StringBuilderRemove.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderRemove
+[StringIConvertibleToChar.cmd_2488]
+RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToChar\StringIConvertibleToChar.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToChar
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderReplace1.cmd_2603]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace1\StringBuilderReplace1.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace1
+[StringIConvertibleToInt16.cmd_2489]
+RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToInt16\StringIConvertibleToInt16.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderReplace2.cmd_2604]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace2\StringBuilderReplace2.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace2
+[StringIConvertibleToInt32.cmd_2490]
+RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToInt32\StringIConvertibleToInt32.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderReplace3.cmd_2605]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace3\StringBuilderReplace3.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace3
+[StringIConvertibleToInt64.cmd_2491]
+RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToInt64\StringIConvertibleToInt64.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderReplace4.cmd_2606]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace4\StringBuilderReplace4.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderReplace4
+[StringIConvertibleToSByte.cmd_2492]
+RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToSByte\StringIConvertibleToSByte.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToSByte
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderToString1.cmd_2607]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderToString1\StringBuilderToString1.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderToString1
+[StringIConvertibleToUInt16.cmd_2493]
+RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToUInt16\StringIConvertibleToUInt16.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToUInt16
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[StringBuilderToString2.cmd_2608]
-RelativePath=CoreMangLib\cti\system\text\stringbuilder\StringBuilderToString2\StringBuilderToString2.cmd
-WorkingDir=CoreMangLib\cti\system\text\stringbuilder\StringBuilderToString2
+[StringIConvertibleToUInt32.cmd_2494]
+RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToUInt32\StringIConvertibleToUInt32.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToUInt32
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingCtor1.cmd_2609]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingCtor1\UnicodeEncodingCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingCtor1
+[StringIConvertibleToUInt64.cmd_2495]
+RelativePath=CoreMangLib\cti\system\string\StringIConvertibleToUInt64\StringIConvertibleToUInt64.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIConvertibleToUInt64
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingEquals.cmd_2610]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingEquals\UnicodeEncodingEquals.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingEquals
+[StringIEnumerableGetEnumerator.cmd_2496]
+RelativePath=CoreMangLib\cti\system\string\StringIEnumerableGetEnumerator\StringIEnumerableGetEnumerator.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIEnumerableGetEnumerator
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetByteCount1.cmd_2611]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetByteCount1\UnicodeEncodingGetByteCount1.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetByteCount1
+[StringIndexOf10.cmd_2497]
+RelativePath=CoreMangLib\cti\system\string\StringIndexOf10\StringIndexOf10.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIndexOf10
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetByteCount2.cmd_2612]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetByteCount2\UnicodeEncodingGetByteCount2.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetByteCount2
+[StringInsert.cmd_2498]
+RelativePath=CoreMangLib\cti\system\string\StringInsert\StringInsert.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringInsert
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetBytes2.cmd_2613]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetBytes2\UnicodeEncodingGetBytes2.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetBytes2
+[StringIsNullOrEmpty.cmd_2499]
+RelativePath=CoreMangLib\cti\system\string\StringIsNullOrEmpty\StringIsNullOrEmpty.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringIsNullOrEmpty
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetCharCount.cmd_2614]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetCharCount\UnicodeEncodingGetCharCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetCharCount
+[StringJoin.cmd_2500]
+RelativePath=CoreMangLib\cti\system\string\StringJoin\StringJoin.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringJoin
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetChars.cmd_2615]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetChars\UnicodeEncodingGetChars.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetChars
+[StringJoin1.cmd_2501]
+RelativePath=CoreMangLib\cti\system\string\StringJoin1\StringJoin1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringJoin1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetDecoder.cmd_2616]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetDecoder\UnicodeEncodingGetDecoder.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetDecoder
+[StringJoin2.cmd_2502]
+RelativePath=CoreMangLib\cti\system\string\StringJoin2\StringJoin2.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringJoin2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetEncoder.cmd_2617]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetEncoder\UnicodeEncodingGetEncoder.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetEncoder
+[StringLength.cmd_2503]
+RelativePath=CoreMangLib\cti\system\string\StringLength\StringLength.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringLength
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetHashCode.cmd_2618]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetHashCode\UnicodeEncodingGetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetHashCode
+[StringPadLeft.cmd_2504]
+RelativePath=CoreMangLib\cti\system\string\StringPadLeft\StringPadLeft.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringPadLeft
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetMaxByteCount.cmd_2619]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetMaxByteCount\UnicodeEncodingGetMaxByteCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetMaxByteCount
+[StringPadLeft1.cmd_2505]
+RelativePath=CoreMangLib\cti\system\string\StringPadLeft1\StringPadLeft1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringPadLeft1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetMaxCharCount.cmd_2620]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetMaxCharCount\UnicodeEncodingGetMaxCharCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetMaxCharCount
+[StringPadLeft2.cmd_2506]
+RelativePath=CoreMangLib\cti\system\string\StringPadLeft2\StringPadLeft2.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringPadLeft2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetPreamble.cmd_2621]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetPreamble\UnicodeEncodingGetPreamble.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetPreamble
+[StringPadRight.cmd_2507]
+RelativePath=CoreMangLib\cti\system\string\StringPadRight\StringPadRight.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringPadRight
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UnicodeEncodingGetString.cmd_2622]
-RelativePath=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetString\UnicodeEncodingGetString.cmd
-WorkingDir=CoreMangLib\cti\system\text\unicodeencoding\UnicodeEncodingGetString
+[StringPadRight1.cmd_2508]
+RelativePath=CoreMangLib\cti\system\string\StringPadRight1\StringPadRight1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringPadRight1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingCtor.cmd_2623]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingCtor\UTF8EncodingCtor.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingCtor
+[StringPadRight2.cmd_2509]
+RelativePath=CoreMangLib\cti\system\string\StringPadRight2\StringPadRight2.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringPadRight2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingCtor2.cmd_2624]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingCtor2\UTF8EncodingCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingCtor2
+[StringRemove1.cmd_2510]
+RelativePath=CoreMangLib\cti\system\string\StringRemove1\StringRemove1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringRemove1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingCtor3.cmd_2625]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingCtor3\UTF8EncodingCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingCtor3
+[StringRemove2.cmd_2511]
+RelativePath=CoreMangLib\cti\system\string\StringRemove2\StringRemove2.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringRemove2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingEquals.cmd_2626]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingEquals\UTF8EncodingEquals.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingEquals
+[StringReplace1.cmd_2512]
+RelativePath=CoreMangLib\cti\system\string\StringReplace1\StringReplace1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringReplace1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetByteCount1.cmd_2627]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetByteCount1\UTF8EncodingGetByteCount1.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetByteCount1
+[StringReplace2.cmd_2513]
+RelativePath=CoreMangLib\cti\system\string\StringReplace2\StringReplace2.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringReplace2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetByteCount2.cmd_2628]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetByteCount2\UTF8EncodingGetByteCount2.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetByteCount2
+[StringSplit1.cmd_2514]
+RelativePath=CoreMangLib\cti\system\string\StringSplit1\StringSplit1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringSplit1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetBytes1.cmd_2629]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetBytes1\UTF8EncodingGetBytes1.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetBytes1
+[StringSubString1.cmd_2515]
+RelativePath=CoreMangLib\cti\system\string\StringSubString1\StringSubString1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringSubString1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetBytes2.cmd_2630]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetBytes2\UTF8EncodingGetBytes2.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetBytes2
+[StringSubString2.cmd_2516]
+RelativePath=CoreMangLib\cti\system\string\StringSubString2\StringSubString2.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringSubString2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetCharCount.cmd_2631]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetCharCount\UTF8EncodingGetCharCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetCharCount
+[StringToCharArray.cmd_2517]
+RelativePath=CoreMangLib\cti\system\string\StringToCharArray\StringToCharArray.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringToCharArray
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetChars.cmd_2632]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetChars\UTF8EncodingGetChars.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetChars
+[StringToString1.cmd_2518]
+RelativePath=CoreMangLib\cti\system\string\StringToString1\StringToString1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringToString1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetDecoder.cmd_2633]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetDecoder\UTF8EncodingGetDecoder.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetDecoder
+[StringTrim1.cmd_2519]
+RelativePath=CoreMangLib\cti\system\string\StringTrim1\StringTrim1.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringTrim1
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetEncoder.cmd_2634]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetEncoder\UTF8EncodingGetEncoder.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetEncoder
+[StringTrim1b.cmd_2520]
+RelativePath=CoreMangLib\cti\system\string\StringTrim1b\StringTrim1b.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringTrim1b
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetHashCode.cmd_2635]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetHashCode\UTF8EncodingGetHashCode.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetHashCode
+[StringTrim2.cmd_2521]
+RelativePath=CoreMangLib\cti\system\string\StringTrim2\StringTrim2.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringTrim2
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetMaxByteCount.cmd_2636]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetMaxByteCount\UTF8EncodingGetMaxByteCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetMaxByteCount
+[StringTrim3.cmd_2522]
+RelativePath=CoreMangLib\cti\system\string\StringTrim3\StringTrim3.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringTrim3
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetMaxCharCount.cmd_2637]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetMaxCharCount\UTF8EncodingGetMaxCharCount.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetMaxCharCount
+[StringTrim4.cmd_2523]
+RelativePath=CoreMangLib\cti\system\string\StringTrim4\StringTrim4.cmd
+WorkingDir=CoreMangLib\cti\system\string\StringTrim4
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetPreamble.cmd_2638]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetPreamble\UTF8EncodingGetPreamble.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetPreamble
+[StringComparerCtor.cmd_2524]
+RelativePath=CoreMangLib\cti\system\stringcompare\StringComparerCtor\StringComparerCtor.cmd
+WorkingDir=CoreMangLib\cti\system\stringcompare\StringComparerCtor
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[UTF8EncodingGetString.cmd_2639]
-RelativePath=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetString\UTF8EncodingGetString.cmd
-WorkingDir=CoreMangLib\cti\system\text\utf8encoding\UTF8EncodingGetString
+[SZArrayHelperSetItem.cmd_2533]
+RelativePath=CoreMangLib\cti\system\szarrayhelper\SZArrayHelperSetItem\SZArrayHelperSetItem.cmd
+WorkingDir=CoreMangLib\cti\system\szarrayhelper\SZArrayHelperSetItem
 Expected=0
 MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
@@ -17076,30 +12236,6 @@ MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[TimeoutExceptionCtor1.cmd_2662]
-RelativePath=CoreMangLib\cti\system\timeoutexception\TimeoutExceptionCtor1\TimeoutExceptionCtor1.cmd
-WorkingDir=CoreMangLib\cti\system\timeoutexception\TimeoutExceptionCtor1
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TimeoutExceptionCtor2.cmd_2663]
-RelativePath=CoreMangLib\cti\system\timeoutexception\TimeoutExceptionCtor2\TimeoutExceptionCtor2.cmd
-WorkingDir=CoreMangLib\cti\system\timeoutexception\TimeoutExceptionCtor2
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TimeoutExceptionCtor3.cmd_2664]
-RelativePath=CoreMangLib\cti\system\timeoutexception\TimeoutExceptionCtor3\TimeoutExceptionCtor3.cmd
-WorkingDir=CoreMangLib\cti\system\timeoutexception\TimeoutExceptionCtor3
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
 [TypeEquals1.cmd_2693]
 RelativePath=CoreMangLib\cti\system\type\TypeEquals1\TypeEquals1.cmd
 WorkingDir=CoreMangLib\cti\system\type\TypeEquals1
@@ -17236,142 +12372,6 @@ MaxAllowedDurationSeconds=600
 Categories=Pri1;RT;EXPECTED_PASS
 HostStyle=0
 
-[TypeCodeBoolean.cmd_2710]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeBoolean\TypeCodeBoolean.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeBoolean
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeByte.cmd_2711]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeByte\TypeCodeByte.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeByte
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeChar.cmd_2712]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeChar\TypeCodeChar.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeChar
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeDateTime.cmd_2713]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeDateTime\TypeCodeDateTime.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeDateTime
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeDecimal.cmd_2714]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeDecimal\TypeCodeDecimal.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeDecimal
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeDouble.cmd_2715]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeDouble\TypeCodeDouble.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeDouble
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeEmpty.cmd_2716]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeEmpty\TypeCodeEmpty.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeEmpty
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeInt16.cmd_2717]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeInt16\TypeCodeInt16.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeInt16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeInt32.cmd_2718]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeInt32\TypeCodeInt32.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeInt32
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeInt64.cmd_2719]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeInt64\TypeCodeInt64.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeInt64
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeObject.cmd_2720]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeObject\TypeCodeObject.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeObject
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeSByte.cmd_2721]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeSByte\TypeCodeSByte.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeSByte
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeSingle.cmd_2722]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeSingle\TypeCodeSingle.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeSingle
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeString.cmd_2723]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeString\TypeCodeString.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeString
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeUInt16.cmd_2724]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeUInt16\TypeCodeUInt16.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeUInt16
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeUInt32.cmd_2725]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeUInt32\TypeCodeUInt32.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeUInt32
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
-[TypeCodeUInt64.cmd_2726]
-RelativePath=CoreMangLib\cti\system\typecode\TypeCodeUInt64\TypeCodeUInt64.cmd
-WorkingDir=CoreMangLib\cti\system\typecode\TypeCodeUInt64
-Expected=0
-MaxAllowedDurationSeconds=600
-Categories=Pri1;RT;EXPECTED_PASS
-HostStyle=0
-
 [TypeLoadExceptionCtor1.cmd_2727]
 RelativePath=CoreMangLib\cti\system\typeloadexception\TypeLoadExceptionCtor1\TypeLoadExceptionCtor1.cmd
 WorkingDir=CoreMangLib\cti\system\typeloadexception\TypeLoadExceptionCtor1
diff --git a/tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj b/tests/src/CoreMangLib/cti/system/action/ActionCtor.csproj
deleted file mode 100644 (file)
index 9af3370..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="actionctor.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj b/tests/src/CoreMangLib/cti/system/action/ActionInvoke.csproj
deleted file mode 100644 (file)
index 4ea9444..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="actioninvoke.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/action/actionctor.cs b/tests/src/CoreMangLib/cti/system/action/actionctor.cs
deleted file mode 100644 (file)
index bf0c8f9..0000000
+++ /dev/null
@@ -1,154 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections.Generic;
-
-public class ActionCtor
-{
-    private const int c_MIN_RANGE   = 64;
-    private const int c_MAX_RANGE   = 128;
-    private const int c_DELTA_RANGE = 55;
-
-    public static int Main()
-    {
-        ActionCtor ac = new ActionCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("ActionCtor");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool      retVal = true;
-        List<int> list;
-        int       startValue;
-        int       endValue;
-        int       sum;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Action<T> used in List<int>.ForEach");
-
-        try
-        {
-            startValue = (TestLibrary.Generator.GetInt32(-55) % (c_MAX_RANGE-c_MIN_RANGE)) + c_MIN_RANGE;
-            endValue   = startValue + c_DELTA_RANGE;
-
-            list = new List<int>();
-
-            // populate the array
-            sum = 0;
-            for(int i=startValue; i<endValue; i++)
-            {
-                list.Add(i);
-                sum += i;
-            }
-
-            // iterate through the entries
-            list.ForEach( delegate(int value)
-                {
-                    sum -= value;
-                    if (startValue > value || value > endValue)
-                    {
-                        TestLibrary.TestFramework.LogError("001", "Incorrect value: " + value);
-                        retVal = false;
-                    }
-                }
-            );
-
-            // decent validation that all numbers were accounted for 
-            if (0 != sum)
-            {
-                // if sum is not zero that means that some values where not 
-                //  iterated through
-                TestLibrary.TestFramework.LogError("002", "It appears that not all values where accounted for.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool         retVal = true;
-        List<string> list;
-        int          startValue;
-        int          endValue;
-        int          sum;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Action<T> used in List<string>.ForEach");
-
-        try
-        {
-            startValue = (TestLibrary.Generator.GetInt32(-55) % (c_MAX_RANGE-c_MIN_RANGE)) + c_MIN_RANGE;
-            endValue   = startValue + c_DELTA_RANGE;
-
-            list = new List<string>();
-
-            // populate the array
-            sum = 0;
-            for(int i=startValue; i<endValue; i++)
-            {
-                list.Add(Convert.ToString(i));
-                sum += i;
-            }
-
-            // iterate through the entries
-            list.ForEach( delegate(string sValue)
-                {
-                    int value = Convert.ToInt32(sValue);
-                    sum -= value;
-                    if (startValue > value || value > endValue)
-                    {
-                        TestLibrary.TestFramework.LogError("004", "Incorrect value: " + value);
-                        retVal = false;
-                    }
-                }
-            );
-
-            // decent validation that all numbers were accounted for 
-            if (0 != sum)
-            {
-                // if sum is not zero that means that some values where not 
-                //  iterated through
-                TestLibrary.TestFramework.LogError("005", "It appears that not all values where accounted for.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/action/actioninvoke.cs b/tests/src/CoreMangLib/cti/system/action/actioninvoke.cs
deleted file mode 100644 (file)
index b003fc1..0000000
+++ /dev/null
@@ -1,203 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections.Generic;
-
-public class ActionInvoke
-{
-    private const int    c_DEFAULT_INT = 234;
-    private const string c_DEFAULT_STRING = "The\0default string";
-    private       bool g_testCasePassed;
-
-    public static int Main()
-    {
-        ActionInvoke ai = new ActionInvoke();
-
-        TestLibrary.TestFramework.BeginTestCase("ActionInvoke");
-
-        if (ai.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    public void ActionFunction<T>(T obj)
-    {
-        g_testCasePassed = true;
-        // validate input
-        if (typeof(int) == obj.GetType())
-        {
-            if (c_DEFAULT_INT != (int)(object)obj)
-            {
-                TestLibrary.TestFramework.LogError("001", "Failed to get correct value: Expected(" + c_DEFAULT_INT + ") Actual(" + obj + ")");
-                g_testCasePassed = false;
-            }
-        }
-        else if (typeof(string) == obj.GetType())
-        {
-            if (!c_DEFAULT_STRING.Equals((string)(object)obj))
-            {
-                TestLibrary.TestFramework.LogError("002", "Failed to get correct value: Expected(" + c_DEFAULT_STRING + ") Actual(" + obj + ")");
-                g_testCasePassed = false;
-            }
-        }
-        else
-        {
-            TestLibrary.TestFramework.LogError("003", "Failed to get type as expected: " + obj.GetType());
-            g_testCasePassed = false;
-        }
-    }
-
-    public void AsyncCallback(IAsyncResult asyncRes)
-    {
-    }
-
-    public bool PosTest1()
-    {
-        bool      retVal = true;
-        Action<int> actionDelegate;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Action<int>.Invoke");
-
-        try
-        {
-            // this variable will be set by the delegate if it is run
-            g_testCasePassed = false;
-
-            actionDelegate = new Action<int>( ActionFunction );
-
-            actionDelegate.Invoke(c_DEFAULT_INT);
-
-            retVal = g_testCasePassed;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool      retVal = true;
-        Action<string> actionDelegate;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Action<string>.Invoke");
-
-        try
-        {
-            // this variable will be set by the delegate if it is run
-            g_testCasePassed = false;
-
-            actionDelegate = new Action<string>( ActionFunction );
-
-            actionDelegate.Invoke(c_DEFAULT_STRING);
-
-            retVal = g_testCasePassed;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-
-    public bool NegTest1()
-    {
-        bool        retVal = true;
-        Action<int> actionDelegate;
-        IAsyncResult asyncRes;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: Action<int>.BeingInvoke EndInvoke");
-
-        try
-        {
-            // this variable will be set by the delegate if it is run
-            g_testCasePassed = false;
-
-            actionDelegate = new Action<int>( ActionFunction );
-
-            asyncRes = actionDelegate.BeginInvoke(c_DEFAULT_INT, new AsyncCallback( AsyncCallback ), null);
-            actionDelegate.EndInvoke(asyncRes);
-
-            TestLibrary.TestFramework.LogError("003", "Exception expected");
-            retVal = false;
-        }
-        catch (NotSupportedException)
-        {
-            // expected
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool        retVal = true;
-        Action<string> actionDelegate;
-        IAsyncResult asyncRes;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: Action<string>.BeingInvoke EndInvoke");
-
-        try
-        {
-            // this variable will be set by the delegate if it is run
-            g_testCasePassed = false;
-
-            actionDelegate = new Action<string>( ActionFunction );
-
-            asyncRes = actionDelegate.BeginInvoke(c_DEFAULT_STRING, new AsyncCallback( AsyncCallback ), null);
-            actionDelegate.EndInvoke(asyncRes);
-
-            TestLibrary.TestFramework.LogError("005", "Exception expected");
-            retVal = false;
-        }
-        catch (NotSupportedException)
-        {
-            // expected
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj b/tests/src/CoreMangLib/cti/system/activator/ActivatorCreateInstance2.csproj
deleted file mode 100644 (file)
index c6ebc8d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="activatorcreateinstance2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/activator/activatorcreateinstance2.cs b/tests/src/CoreMangLib/cti/system/activator/activatorcreateinstance2.cs
deleted file mode 100644 (file)
index e26eef1..0000000
+++ /dev/null
@@ -1,137 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections.Generic;
-
-public class ActivatorCreateInstance2
-{
-    public ActivatorCreateInstance2() {}
-    public ActivatorCreateInstance2(string str, int i) {}
-
-    public static int Main()
-    {
-        ActivatorCreateInstance2 ac = new ActivatorCreateInstance2();
-
-        TestLibrary.TestFramework.BeginTestCase("ActivatorCreateInstance2");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool   retVal = true;
-        object obj;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Activator.CreateInstance(Type, null)");
-
-        try
-        {
-            obj = Activator.CreateInstance(this.GetType(), null);
-
-            if (null == obj)
-            {
-                TestLibrary.TestFramework.LogError("001", "Returned object is null: Obj=" + obj);
-                retVal = false;
-            }
-            if (null == obj || obj.GetType() != this.GetType())
-            {
-                TestLibrary.TestFramework.LogError("002", "Type of object does not match: Expected(" + this.GetType() + ") Actual(" + obj.GetType() + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool   retVal = true;
-        object obj;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Activator.CreateInstance(Type, object[])");
-
-        try
-        {
-            obj = Activator.CreateInstance(this.GetType(), new object[2] { "Text", (object)1} );
-
-            if (null == obj)
-            {
-                TestLibrary.TestFramework.LogError("004", "Returned object is null: Obj=" + obj);
-                retVal = false;
-            }
-            if (null == obj || obj.GetType() != this.GetType())
-            {
-                TestLibrary.TestFramework.LogError("005", "Type of object does not match: Expected(" + this.GetType() + ") Actual(" + obj.GetType() + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest1()
-    {
-        bool   retVal = true;
-        object obj;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: Activator.CreateInstance(Type, object[]), constructor not found");
-
-        try
-        {
-            obj = Activator.CreateInstance(this.GetType(), new object[1] { "Text"} );
-
-            TestLibrary.TestFramework.LogError("007", "Exception expected");
-            retVal = false;
-        }
-        catch (MissingMethodException)
-        {
-            // expected
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/argumentexception/ArgumentExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/argumentexception/ArgumentExceptionCtor1.csproj
deleted file mode 100644 (file)
index 759de8c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="argumentexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/argumentexception/argumentexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/argumentexception/argumentexceptionctor1.cs
deleted file mode 100644 (file)
index 9eef6b7..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.ArgumentException.Ctor
-/// </summary>
-public class ArgumentExceptionCtor1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call ctor to construct a new instance");
-
-        try
-        {
-            ArgumentException argumentException = new ArgumentException();
-            if (argumentException == null)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ArgumentExceptionCtor1 test = new ArgumentExceptionCtor1();
-
-        TestLibrary.TestFramework.BeginTestCase("ArgumentExceptionCtor1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/argumentnullexception/ArgumentNullExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/argumentnullexception/ArgumentNullExceptionCtor1.csproj
deleted file mode 100644 (file)
index b2f835c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="argumentnullexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/argumentnullexception/argumentnullexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/argumentnullexception/argumentnullexceptionctor1.cs
deleted file mode 100644 (file)
index a6f9c25..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.ArgumentNullException.Ctor()
-/// </summary>
-public class ArgumentNullExceptionCtor1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call ctor to construct a new instance");
-
-        try
-        {
-            ArgumentNullException argumentNullException = new ArgumentNullException();
-            if (argumentNullException == null)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ArgumentNullExceptionCtor1 test = new ArgumentNullExceptionCtor1();
-
-        TestLibrary.TestFramework.BeginTestCase("ArgumentNullExceptionCtor1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionCtor.csproj b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionCtor.csproj
deleted file mode 100644 (file)
index e195cef..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="argumentoutofrangeexceptionctor.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionMessage.csproj b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/ArgumentOutOfRangeExceptionMessage.csproj
deleted file mode 100644 (file)
index 070e130..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="argumentoutofrangeexceptionmessage.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/argumentoutofrangeexceptionctor.cs b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/argumentoutofrangeexceptionctor.cs
deleted file mode 100644 (file)
index 5b31e2a..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.ArgumentOutOfRangeException.Ctor()
-/// </summary>
-public class ArgumentOutOfRangeExceptionCtor
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call ctor to construct a new instance");
-
-        try
-        {
-            ArgumentOutOfRangeException argumentOutOfRangeException = new ArgumentOutOfRangeException();
-            if (argumentOutOfRangeException == null)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ArgumentOutOfRangeExceptionCtor test = new ArgumentOutOfRangeExceptionCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("ArgumentOutOfRangeExceptionCtor");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/argumentoutofrangeexceptionmessage.cs b/tests/src/CoreMangLib/cti/system/argumentoutofrangeexception/argumentoutofrangeexceptionmessage.cs
deleted file mode 100644 (file)
index 14d2d1b..0000000
+++ /dev/null
@@ -1,186 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.ArgumentOutOfRangeException.Message
-/// </summary>
-public class ArgumentOutOfRangeExceptionMessage
-{
-    private const int c_MIN_STRING_LENGTH = 1;
-    private const int c_MAX_STRING_LENGTH = 256;
-
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Using ctor1 to test the message property");
-
-        try
-        {
-            string randValue = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LENGTH, c_MAX_STRING_LENGTH);
-            ArgumentOutOfRangeException argumentOutOfRangeException = new ArgumentOutOfRangeException(randValue);
-            if ((argumentOutOfRangeException.Message != "Specified argument was out of the range of valid values." + Environment.NewLine + "Parameter name: " + randValue) &
-                (!argumentOutOfRangeException.Message.Contains("[Arg_ArgumentOutOfRangeException]")))
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Using ctor2 to test the message property");
-
-        try
-        {
-            string randValue = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LENGTH, c_MAX_STRING_LENGTH);
-            string paramName = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LENGTH, c_MAX_STRING_LENGTH);
-            ArgumentOutOfRangeException argumentOutOfRangeException = new ArgumentOutOfRangeException(paramName, randValue);
-            if ((argumentOutOfRangeException.Message != randValue + "" + Environment.NewLine + "Parameter name: " + paramName) &
-                (argumentOutOfRangeException.Message != randValue))
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: The string argument for message is a null reference");
-
-        try
-        {
-            string paramName = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LENGTH, c_MAX_STRING_LENGTH);
-            string Value = null;
-            ArgumentOutOfRangeException argumentOutOfRangeException = new ArgumentOutOfRangeException(paramName, Value);
-            if ((argumentOutOfRangeException.Message != "Exception of type 'System.ArgumentOutOfRangeException' was thrown." + Environment.NewLine + "Parameter name: " + paramName) &
-                (argumentOutOfRangeException.Message != "Exception of type 'System.ArgumentOutOfRangeException' was thrown."))
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: The message is string empty");
-
-        try
-        {
-            string Value = string.Empty;
-            string paramName = null;
-            ArgumentOutOfRangeException argumentOutOfRangeException = new ArgumentOutOfRangeException(paramName, Value);
-            if (!argumentOutOfRangeException.Message.Equals(string.Empty))
-            {
-                TestLibrary.TestFramework.LogError("007", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest5: The message is white space");
-
-        try
-        {
-            string Value = " ";
-            string paramName = null;
-            ArgumentOutOfRangeException argumentOutOfRangeException = new ArgumentOutOfRangeException(paramName, Value);
-            if (argumentOutOfRangeException.Message != " ")
-            {
-                TestLibrary.TestFramework.LogError("009", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ArgumentOutOfRangeExceptionMessage test = new ArgumentOutOfRangeExceptionMessage();
-
-        TestLibrary.TestFramework.BeginTestCase("ArgumentOutOfRangeExceptionMessage");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/arithmeticexception/ArithmeticExceptionCtor1.csproj
deleted file mode 100644 (file)
index 8b5e91a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="arithmeticexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/arithmeticexception/arithmeticexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/arithmeticexception/arithmeticexceptionctor1.cs
deleted file mode 100644 (file)
index 9715d24..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.ArithmeticException.Ctor()
-/// </summary>
-public class ArithmeticExceptionCtor1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call ctor to construct a new instance");
-
-        try
-        {
-            ArithmeticException arithmeticException = new ArithmeticException();
-            if (arithmeticException == null)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ArithmeticExceptionCtor1 test = new ArithmeticExceptionCtor1();
-
-        TestLibrary.TestFramework.BeginTestCase("ArithmeticExceptionCtor1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor1.csproj
deleted file mode 100644 (file)
index 88b3443..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="arraytypemismatchexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor2.csproj
deleted file mode 100644 (file)
index 90e76bf..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="arraytypemismatchexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor3.csproj b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/ArrayTypeMismatchExceptionctor3.csproj
deleted file mode 100644 (file)
index cf1aa4b..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="arraytypemismatchexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/arraytypemismatchexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/arraytypemismatchexceptionctor1.cs
deleted file mode 100644 (file)
index 12a28e7..0000000
Binary files a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/arraytypemismatchexceptionctor1.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/arraytypemismatchexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/arraytypemismatchexceptionctor2.cs
deleted file mode 100644 (file)
index 243050c..0000000
Binary files a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/arraytypemismatchexceptionctor2.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/arraytypemismatchexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/arraytypemismatchexceptionctor3.cs
deleted file mode 100644 (file)
index e868b77..0000000
Binary files a/tests/src/CoreMangLib/cti/system/arraytypemismatchexception/arraytypemismatchexceptionctor3.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj b/tests/src/CoreMangLib/cti/system/comparison/ComparisonBeginInvoke.csproj
deleted file mode 100644 (file)
index c8da920..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="comparisonbegininvoke.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj b/tests/src/CoreMangLib/cti/system/comparison/ComparisonEndInvoke.csproj
deleted file mode 100644 (file)
index cd8f6c5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="comparisonendinvoke.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj b/tests/src/CoreMangLib/cti/system/comparison/ComparisonInvoke.csproj
deleted file mode 100644 (file)
index 33ef038..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="comparisoninvoke.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/comparison/comparisonbegininvoke.cs b/tests/src/CoreMangLib/cti/system/comparison/comparisonbegininvoke.cs
deleted file mode 100644 (file)
index 9f2e4e3..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections.Generic;
-
-///<summary>
-///System.Comparison.BeginInvoke
-///</summary>
-
-public class ComparisonBeginInvoke
-{
-    private const int c_MIN_ARRAY_LENGTH = 0;
-    private const int c_MAX_ARRAY_LENGTH = byte.MaxValue;
-
-    public static int Main()
-    {
-        ComparisonBeginInvoke testObj = new ComparisonBeginInvoke();
-        TestLibrary.TestFramework.BeginTestCase("for method of Comparison.BeginInvoke");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-    
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        char[] charsA, charsB;
-        charsA = new char[TestLibrary.Generator.GetInt32(-55) % (c_MAX_ARRAY_LENGTH + 1)];
-        charsB = new char[TestLibrary.Generator.GetInt32(-55) % (c_MAX_ARRAY_LENGTH + 1)];
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: call the method BeginInvoke");
-        try
-        {
-            Comparison<Array> comparison = CompareByLength;
-            IAsyncResult asyncResult = comparison.BeginInvoke(charsA, charsB, null, null);
-            comparison.EndInvoke(asyncResult);
-
-            retVal = false;
-            TestLibrary.TestFramework.LogError("101", "NotSupportedException expected");
-        }
-        catch (NotSupportedException)
-        {
-            //expected
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-  
-
-    #region Helper methods
-    private int CompareByLength(Array arrayA, Array arrayB)
-    {
-        if (null == arrayA)
-        {
-            if (null == arrayB) return 0;
-            else return -1;
-        }
-        else
-        {
-            if (null == arrayB) return 1;
-            else
-            {
-                if (arrayA.Length == arrayB.Length) return 0;
-                else return (arrayA.Length > arrayB.Length) ? 1 : -1;
-            }
-        }
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/comparison/comparisonendinvoke.cs b/tests/src/CoreMangLib/cti/system/comparison/comparisonendinvoke.cs
deleted file mode 100644 (file)
index fb6a6aa..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections.Generic;
-
-///<summary>
-///System.Comparison.EndInvoke
-///</summary>
-
-public class ComparisonEndInvoke
-{
-    private const int c_MIN_ARRAY_LENGTH = 0;
-    private const int c_MAX_ARRAY_LENGTH = byte.MaxValue;
-
-    public static int Main()
-    {
-        ComparisonEndInvoke testObj = new ComparisonEndInvoke();
-        TestLibrary.TestFramework.BeginTestCase("for method of Comparison.EndInvoke");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-
-        return retVal;
-    }
-    
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        char[] charsA, charsB;
-
-        charsA = new char[TestLibrary.Generator.GetInt32(-55) % (c_MAX_ARRAY_LENGTH + 1)];
-        charsB = new char[TestLibrary.Generator.GetInt32(-55) % (c_MAX_ARRAY_LENGTH + 1)];
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: call the method EndInvoke");
-
-        Comparison<Array> comparison = CompareByLength;
-        IAsyncResult asyncResult = null;
-
-        
-        try
-        {
-            comparison.EndInvoke(asyncResult);
-
-            retVal = false;
-            TestLibrary.TestFramework.LogError("003", "NotSupportedException expected");
-        }
-        catch (NotSupportedException)
-        {
-            // expected     
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #region Helper methods
-    private int CompareByLength(Array arrayA, Array arrayB)
-    {
-        if (null == arrayA)
-        {
-            if (null == arrayB) return 0;
-            else return -1;
-        }
-        else
-        {
-            if (null == arrayB) return 1;
-            else
-            {
-                if (arrayA.Length == arrayB.Length) return 0;
-                else return (arrayA.Length > arrayB.Length) ? 1 : -1;
-            }
-        }
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/comparison/comparisoninvoke.cs b/tests/src/CoreMangLib/cti/system/comparison/comparisoninvoke.cs
deleted file mode 100644 (file)
index eac78ad..0000000
+++ /dev/null
@@ -1,186 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections.Generic;
-
-///<summary>
-///System.Comparison.Invoke
-///</summary>
-
-public class ComparisonInvoke
-{
-    private const int c_MIN_ARRAY_LENGTH = 0;
-    private const int c_MAX_ARRAY_LENGTH = byte.MaxValue;
-
-    public static int Main()
-    {
-        ComparisonInvoke testObj = new ComparisonInvoke();
-        TestLibrary.TestFramework.BeginTestCase("for method of Comparison.Invoke");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        char[] charsA, charsB;
-        int actualValue;
-        int expectedValue;
-
-        charsA = new char[TestLibrary.Generator.GetInt32(-55) % (c_MAX_ARRAY_LENGTH + 1)];
-        charsB = new char[TestLibrary.Generator.GetInt32(-55) % (c_MAX_ARRAY_LENGTH + 1)];
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: call the method BeginInvoke");
-        try
-        {
-            if (charsA.Length == charsB.Length) expectedValue = 0;
-            else expectedValue = (charsA.Length > charsB.Length) ? 1 : -1;
-            Comparison<Array> comparison = CompareByLength;
-            actualValue = comparison.Invoke(charsA, charsB);
-            if (actualValue != expectedValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") != ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        int actualValue;
-        int expectedValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: call the method BeginInvoke");
-        try
-        {
-            expectedValue = 0;
-            Comparison<Array> comparison = CompareByLength;
-            actualValue = comparison.Invoke(null as Array, null as Array);
-            if (actualValue != expectedValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(" + expectedValue + ") != ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        int actualValue;
-        int expectedValue;
-
-        char[] chars = new char[TestLibrary.Generator.GetByte(-55) % (c_MAX_ARRAY_LENGTH + 1)];
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: call the method BeginInvoke");
-        try
-        {
-            expectedValue = -1;
-            Comparison<Array> comparison = CompareByLength;
-            actualValue = comparison.Invoke(null as Array, chars);
-
-            if (actualValue != expectedValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "ExpectedValue(" + expectedValue + ") != ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        int actualValue;
-        int expectedValue;
-
-        char[] chars = new char[TestLibrary.Generator.GetByte(-55) % (c_MAX_ARRAY_LENGTH + 1)];
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: call the method BeginInvoke");
-        try
-        {
-            expectedValue = -1;
-            Comparison<Array> comparison = CompareByLength;
-            actualValue = comparison.Invoke(null as Array, chars);
-
-            if (actualValue != expectedValue)
-            {
-                TestLibrary.TestFramework.LogError("007", "ExpectedValue(" + expectedValue + ") != ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Helper methods
-    private int CompareByLength(Array arrayA, Array arrayB)
-    {
-        if (null == arrayA)
-        {
-            if (null == arrayB) return 0;
-            else return -1;
-        }
-        else
-        {
-            if (null == arrayB) return 1;
-            else
-            {
-                if (arrayA.Length == arrayB.Length) return 0;
-                else return (arrayA.Length > arrayB.Length) ? 1 : -1;
-            }
-        }
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertChangeType2.csproj
deleted file mode 100644 (file)
index 95e938f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="convertchangetype2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64CharArray.csproj
deleted file mode 100644 (file)
index dbe9a01..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="convertfrombase64chararray.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertFromBase64String.csproj
deleted file mode 100644 (file)
index d347b89..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="convertfrombase64string.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64CharArray.csproj
deleted file mode 100644 (file)
index 24adce9..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttobase64chararray.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String1.csproj
deleted file mode 100644 (file)
index 7349eda..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttobase64string1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBase64String2.csproj
deleted file mode 100644 (file)
index d2cb3bf..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttobase64string2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean.csproj
deleted file mode 100644 (file)
index 613b79e..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoboolean.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean2.csproj
deleted file mode 100644 (file)
index 5748b1e..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoboolean2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean4.csproj
deleted file mode 100644 (file)
index 20234f5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoboolean4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean5.csproj
deleted file mode 100644 (file)
index 9ca0f77..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoboolean5.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean6.csproj
deleted file mode 100644 (file)
index 375ce4b..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoboolean6.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean7.csproj
deleted file mode 100644 (file)
index a9b5bcc..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoboolean7.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToBoolean8.csproj
deleted file mode 100644 (file)
index 46185b2..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoboolean8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte.csproj
deleted file mode 100644 (file)
index 39c9c62..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttobyte.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte1.csproj
deleted file mode 100644 (file)
index 7ed7ca3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttobyte1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte2.csproj
deleted file mode 100644 (file)
index 660bb10..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttobyte2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte3.csproj
deleted file mode 100644 (file)
index 7d1f3a9..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttobyte3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte4.csproj
deleted file mode 100644 (file)
index 5de9f92..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttobyte4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte6.csproj
deleted file mode 100644 (file)
index 117a0fc..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttobyte6.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte7.csproj
deleted file mode 100644 (file)
index 32c91c2..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttobyte7.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToByte8.csproj
deleted file mode 100644 (file)
index bf18e9e..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttobyte8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar.csproj
deleted file mode 100644 (file)
index 8366605..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar10.csproj
deleted file mode 100644 (file)
index c9c469f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar10.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar11.csproj
deleted file mode 100644 (file)
index 9db5f6a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar11.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar12.csproj
deleted file mode 100644 (file)
index 8c91184..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar12.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar13.csproj
deleted file mode 100644 (file)
index 0f0b5ce..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar13.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar14.csproj
deleted file mode 100644 (file)
index 12723f7..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar14.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar15.csproj
deleted file mode 100644 (file)
index 1daad64..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar15.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar16.csproj
deleted file mode 100644 (file)
index 8b5f26f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar5.csproj
deleted file mode 100644 (file)
index 5db7c8d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar5.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar6.csproj
deleted file mode 100644 (file)
index 553d6ca..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar6.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar7.csproj
deleted file mode 100644 (file)
index 99acacd..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar7.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar8.csproj
deleted file mode 100644 (file)
index 3f8734e..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToChar9.csproj
deleted file mode 100644 (file)
index a336caf..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttochar9.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDateTime.csproj
deleted file mode 100644 (file)
index b865fc9..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodatetime.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal.csproj
deleted file mode 100644 (file)
index 6791e77..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal1.csproj
deleted file mode 100644 (file)
index 728a88d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal10.csproj
deleted file mode 100644 (file)
index ef5c9c1..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal10.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal11.csproj
deleted file mode 100644 (file)
index cec1096..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal11.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal12.csproj
deleted file mode 100644 (file)
index 0cbd199..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal12.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal13.csproj
deleted file mode 100644 (file)
index dad54f1..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal13.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal14.csproj
deleted file mode 100644 (file)
index 7cfc81c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal14.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal15.csproj
deleted file mode 100644 (file)
index 62807d6..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal15.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal16.csproj
deleted file mode 100644 (file)
index b284eca..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal17.csproj
deleted file mode 100644 (file)
index 323e3e5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal17.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal18.csproj
deleted file mode 100644 (file)
index 51ecf9d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal18.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal2.csproj
deleted file mode 100644 (file)
index 6b631dc..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal5.csproj
deleted file mode 100644 (file)
index d844fa3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal5.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal6.csproj
deleted file mode 100644 (file)
index 7a6394a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal6.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal8.csproj
deleted file mode 100644 (file)
index e4073fd..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDecimal9.csproj
deleted file mode 100644 (file)
index c7fdb25..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodecimal9.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble.csproj
deleted file mode 100644 (file)
index 58b07d2..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble10.csproj
deleted file mode 100644 (file)
index 6a883ee..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble10.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble11.csproj
deleted file mode 100644 (file)
index ad9a150..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble11.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble12.csproj
deleted file mode 100644 (file)
index bc7527a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble12.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble13.csproj
deleted file mode 100644 (file)
index 443d050..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble13.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble14.csproj
deleted file mode 100644 (file)
index 27ff311..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble14.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble15.csproj
deleted file mode 100644 (file)
index 0412ffb..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble15.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble16.csproj
deleted file mode 100644 (file)
index dbafdde..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble17.csproj
deleted file mode 100644 (file)
index 90ae8d5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble17.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble5.csproj
deleted file mode 100644 (file)
index 0835614..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble5.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble6.csproj
deleted file mode 100644 (file)
index 6e497d5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble6.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble7.csproj
deleted file mode 100644 (file)
index 0317ff3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble7.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble8.csproj
deleted file mode 100644 (file)
index 3d78b92..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToDouble9.csproj
deleted file mode 100644 (file)
index 6d470ee..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttodouble9.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16.csproj
deleted file mode 100644 (file)
index ae7bfdf..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_1.csproj
deleted file mode 100644 (file)
index af8e83b..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_10.csproj
deleted file mode 100644 (file)
index 7278e55..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_10.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_11.csproj
deleted file mode 100644 (file)
index ea287b3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_11.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_16.csproj
deleted file mode 100644 (file)
index f1fca67..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_17.csproj
deleted file mode 100644 (file)
index 7f0d66f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_17.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_18.csproj
deleted file mode 100644 (file)
index 6ca3c7b..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_18.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_2.csproj
deleted file mode 100644 (file)
index d7cb25a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_3.csproj
deleted file mode 100644 (file)
index 283ea20..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_4.csproj
deleted file mode 100644 (file)
index 3b6981f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_5.csproj
deleted file mode 100644 (file)
index bfc4f07..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_5.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_6.csproj
deleted file mode 100644 (file)
index 5c37dbc..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_6.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_7.csproj
deleted file mode 100644 (file)
index f153297..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_7.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_8.csproj
deleted file mode 100644 (file)
index afd2677..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt16_9.csproj
deleted file mode 100644 (file)
index 5c4ce61..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint16_9.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32.csproj
deleted file mode 100644 (file)
index 8d9011c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_1.csproj
deleted file mode 100644 (file)
index 4098175..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_10.csproj
deleted file mode 100644 (file)
index 8e3ef14..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_10.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_11.csproj
deleted file mode 100644 (file)
index c075111..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_11.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_16.csproj
deleted file mode 100644 (file)
index 543dfe9..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_17.csproj
deleted file mode 100644 (file)
index d7d3d3e..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_17.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_18.csproj
deleted file mode 100644 (file)
index d928211..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_18.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_2.csproj
deleted file mode 100644 (file)
index c239d71..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_3.csproj
deleted file mode 100644 (file)
index b9d51dd..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_4.csproj
deleted file mode 100644 (file)
index 2fd387c..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-
-    <!-- Test unsupported outside of windows -->
-    <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
-    <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_5.csproj
deleted file mode 100644 (file)
index 452aba5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_5.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_6.csproj
deleted file mode 100644 (file)
index 941f99d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_6.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_7.csproj
deleted file mode 100644 (file)
index aead7a9..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_7.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_8.csproj
deleted file mode 100644 (file)
index 646cc25..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt32_9.csproj
deleted file mode 100644 (file)
index 7f66270..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint32_9.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64.csproj
deleted file mode 100644 (file)
index 3e737ba..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_1.csproj
deleted file mode 100644 (file)
index 0a5e802..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_10.csproj
deleted file mode 100644 (file)
index 1a7ab46..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_10.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_11.csproj
deleted file mode 100644 (file)
index 070a6cb..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_11.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_16.csproj
deleted file mode 100644 (file)
index 906adfb..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_17.csproj
deleted file mode 100644 (file)
index 0b34286..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_17.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_18.csproj
deleted file mode 100644 (file)
index 3e7d5e0..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_18.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_2.csproj
deleted file mode 100644 (file)
index ee9b54f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_3.csproj
deleted file mode 100644 (file)
index 1ef490a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_4.csproj
deleted file mode 100644 (file)
index 2fbd919..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_5.csproj
deleted file mode 100644 (file)
index 56f7191..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_5.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_6.csproj
deleted file mode 100644 (file)
index a39df2e..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_6.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_7.csproj
deleted file mode 100644 (file)
index c3eddf8..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_7.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_8.csproj
deleted file mode 100644 (file)
index e7b824a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToInt64_9.csproj
deleted file mode 100644 (file)
index 00fb140..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttoint64_9.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte.csproj
deleted file mode 100644 (file)
index 30d198c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte1.csproj
deleted file mode 100644 (file)
index c283a46..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte10.csproj
deleted file mode 100644 (file)
index 9fa1dcc..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte10.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte11.csproj
deleted file mode 100644 (file)
index ec8c136..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte11.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte16.csproj
deleted file mode 100644 (file)
index 7644f13..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte2.csproj
deleted file mode 100644 (file)
index 49d96c0..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte3.csproj
deleted file mode 100644 (file)
index 81da73c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte4.csproj
deleted file mode 100644 (file)
index 8587738..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte5.csproj
deleted file mode 100644 (file)
index e880da3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte5.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte6.csproj
deleted file mode 100644 (file)
index 2cafe02..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte6.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte7.csproj
deleted file mode 100644 (file)
index 54611f2..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte7.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte8.csproj
deleted file mode 100644 (file)
index 8b3f352..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSByte9.csproj
deleted file mode 100644 (file)
index a1bf6d2..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosbyte9.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle.csproj
deleted file mode 100644 (file)
index 7e777b3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosingle.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle13.csproj
deleted file mode 100644 (file)
index fcfc2f2..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosingle13.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle14.csproj
deleted file mode 100644 (file)
index ee098fc..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosingle14.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle15.csproj
deleted file mode 100644 (file)
index 8328ce0..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosingle15.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle16.csproj
deleted file mode 100644 (file)
index 0b6f889..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosingle16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToSingle17.csproj
deleted file mode 100644 (file)
index 61ae344..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttosingle17.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString1.csproj
deleted file mode 100644 (file)
index cf70efb..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString10.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString10.csproj
deleted file mode 100644 (file)
index e8694c7..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring10.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString11.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString11.csproj
deleted file mode 100644 (file)
index 34ac1b8..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring11.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString12.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString12.csproj
deleted file mode 100644 (file)
index 3537c9f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring12.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString13.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString13.csproj
deleted file mode 100644 (file)
index e39c366..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring13.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString14.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString14.csproj
deleted file mode 100644 (file)
index b187082..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring14.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString15.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString15.csproj
deleted file mode 100644 (file)
index d35ce39..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring15.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString16.csproj
deleted file mode 100644 (file)
index 24d2e6b..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString17.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString17.csproj
deleted file mode 100644 (file)
index 42883bc..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring17.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString18.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString18.csproj
deleted file mode 100644 (file)
index bc88dfc..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring18.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString19.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString19.csproj
deleted file mode 100644 (file)
index d19fc8c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring19.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString2.csproj
deleted file mode 100644 (file)
index dadcba4..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString20.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString20.csproj
deleted file mode 100644 (file)
index 93ec402..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring20.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString21.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString21.csproj
deleted file mode 100644 (file)
index 4642597..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring21.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString22.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString22.csproj
deleted file mode 100644 (file)
index 36a18fd..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring22.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString23.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString23.csproj
deleted file mode 100644 (file)
index fc40915..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring23.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString24.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString24.csproj
deleted file mode 100644 (file)
index e7432f7..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring24.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString25.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString25.csproj
deleted file mode 100644 (file)
index 88d246a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring25.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString28.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString28.csproj
deleted file mode 100644 (file)
index 7417874..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring28.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString29.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString29.csproj
deleted file mode 100644 (file)
index 9996c17..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring29.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString30.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString30.csproj
deleted file mode 100644 (file)
index 24c8299..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring30.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString31.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString31.csproj
deleted file mode 100644 (file)
index 440756d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring31.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString32.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString32.csproj
deleted file mode 100644 (file)
index ac3f39c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring32.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString33.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString33.csproj
deleted file mode 100644 (file)
index 9244523..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring33.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString4.csproj
deleted file mode 100644 (file)
index e3c59e6..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString5.csproj
deleted file mode 100644 (file)
index df8c65d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring5.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString6.csproj
deleted file mode 100644 (file)
index f635af7..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring6.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString7.csproj
deleted file mode 100644 (file)
index fd33044..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring7.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString8.csproj
deleted file mode 100644 (file)
index 8a13c8a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToString9.csproj
deleted file mode 100644 (file)
index 5c3e275..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttostring9.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt16.csproj
deleted file mode 100644 (file)
index f53df29..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt161.csproj
deleted file mode 100644 (file)
index 5809e47..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint161.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1610.csproj
deleted file mode 100644 (file)
index 701a15d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint1610.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1611.csproj
deleted file mode 100644 (file)
index 17eda66..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint1611.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1612.csproj
deleted file mode 100644 (file)
index de39239..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint1612.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1613.csproj
deleted file mode 100644 (file)
index 7f1ef37..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint1613.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1614.csproj
deleted file mode 100644 (file)
index 3a28d0f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint1614.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1615.csproj
deleted file mode 100644 (file)
index 5065f3d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint1615.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1616.csproj
deleted file mode 100644 (file)
index 472e189..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint1616.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1617.csproj
deleted file mode 100644 (file)
index 2f48bd8..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint1617.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt1618.csproj
deleted file mode 100644 (file)
index 441ffe8..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint1618.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt162.csproj
deleted file mode 100644 (file)
index 1d10f91..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint162.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt163.csproj
deleted file mode 100644 (file)
index 1dcad94..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint163.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt164.csproj
deleted file mode 100644 (file)
index e80555c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint164.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt165.csproj
deleted file mode 100644 (file)
index d1abdb5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint165.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt166.csproj
deleted file mode 100644 (file)
index 405d220..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint166.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt167.csproj
deleted file mode 100644 (file)
index c297451..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint167.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt168.csproj
deleted file mode 100644 (file)
index af4db9c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint168.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt169.csproj
deleted file mode 100644 (file)
index c970343..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint169.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt32.csproj
deleted file mode 100644 (file)
index 5150150..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint32.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt321.csproj
deleted file mode 100644 (file)
index d959126..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint321.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3210.csproj
deleted file mode 100644 (file)
index 8d9b158..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint3210.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3211.csproj
deleted file mode 100644 (file)
index 471f335..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint3211.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3212.csproj
deleted file mode 100644 (file)
index 368ca67..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint3212.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3213.csproj
deleted file mode 100644 (file)
index 61d90ea..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint3213.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3215.csproj
deleted file mode 100644 (file)
index 613b668..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint3215.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3216.csproj
deleted file mode 100644 (file)
index 26483bd..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint3216.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3217.csproj
deleted file mode 100644 (file)
index ba43ab0..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint3217.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3218.csproj
deleted file mode 100644 (file)
index 0633e26..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint3218.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt3219.csproj
deleted file mode 100644 (file)
index 337d051..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint3219.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt322.csproj
deleted file mode 100644 (file)
index 403ba06..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint322.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt323.csproj
deleted file mode 100644 (file)
index 3521bce..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint323.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt324.csproj
deleted file mode 100644 (file)
index d32919c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint324.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt325.csproj
deleted file mode 100644 (file)
index e4879b3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint325.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt326.csproj
deleted file mode 100644 (file)
index afd6cfa..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint326.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt327.csproj
deleted file mode 100644 (file)
index 0171012..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint327.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt328.csproj
deleted file mode 100644 (file)
index a848502..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint328.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt329.csproj
deleted file mode 100644 (file)
index f9b9c5b..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint329.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt64.csproj
deleted file mode 100644 (file)
index abcc8f5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint64.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt641.csproj
deleted file mode 100644 (file)
index 94fa054..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint641.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6410.csproj
deleted file mode 100644 (file)
index c3aac2a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint6410.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6411.csproj
deleted file mode 100644 (file)
index d27310b..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint6411.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6412.csproj
deleted file mode 100644 (file)
index cda8e2f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint6412.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6413.csproj
deleted file mode 100644 (file)
index ed9570f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint6413.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6414.csproj
deleted file mode 100644 (file)
index 6c051f6..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint6414.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6415.csproj
deleted file mode 100644 (file)
index 29ee678..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint6415.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6416.csproj
deleted file mode 100644 (file)
index 39c08f3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint6416.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6417.csproj
deleted file mode 100644 (file)
index 7f3e752..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint6417.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt6418.csproj
deleted file mode 100644 (file)
index 76bfffc..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint6418.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt642.csproj
deleted file mode 100644 (file)
index 4950dfa..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint642.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt643.csproj
deleted file mode 100644 (file)
index 53b5b13..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint643.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt644.csproj
deleted file mode 100644 (file)
index 5e0f07a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint644.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt645.csproj
deleted file mode 100644 (file)
index 1e1834f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint645.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt646.csproj
deleted file mode 100644 (file)
index f65d706..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint646.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt647.csproj
deleted file mode 100644 (file)
index 56fd30f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint647.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt648.csproj
deleted file mode 100644 (file)
index d23bf6e..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint648.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj b/tests/src/CoreMangLib/cti/system/convert/ConvertToUInt649.csproj
deleted file mode 100644 (file)
index 9ac4a40..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="converttouint649.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/convertchangetype2.cs b/tests/src/CoreMangLib/cti/system/convert/convertchangetype2.cs
deleted file mode 100644 (file)
index f3897a3..0000000
+++ /dev/null
@@ -1,293 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertChangeType1
-{
-    private const int c_MIN_SIZE   = 64;
-    private const int c_MAX_SIZE   = 1024;
-    private const int c_MIN_STRLEN = 1;
-    private const int c_MAX_STRLEN = 1024;
-
-    public static int Main()
-    {
-        ConvertChangeType1 ac = new ConvertChangeType1();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ChangeType(Object, Type, IFormatProvider)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-        retVal = PosTest5()  && retVal;
-        retVal = PosTest6()  && retVal;
-        retVal = PosTest7()  && retVal;
-        retVal = PosTest9()  && retVal;
-        retVal = PosTest10() && retVal;
-        retVal = PosTest11() && retVal;
-        retVal = PosTest12() && retVal;
-        retVal = PosTest13() && retVal;
-        retVal = PosTest14() && retVal;
-        retVal = PosTest15() && retVal;
-        retVal = PosTest16() && retVal;
-        retVal = PosTest17() && retVal;
-        retVal = PosTest18() && retVal;
-        retVal = PosTest19() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1() { return PosTest(1, true, typeof(Boolean)); }
-    public bool PosTest2() { return PosTest(2, false, typeof(Boolean)); }
-    public bool PosTest3() { return PosTest(3, TestLibrary.Generator.GetByte(-55), typeof(Byte)); }
-    public bool PosTest4() { return PosTest(4, TestLibrary.Generator.GetChar(-55), typeof(Char)); }
-    public bool PosTest5() { return PosTest(5, DateTime.Now, typeof(DateTime)); } 
-    public bool PosTest6() { return PosTest(6, new Decimal(TestLibrary.Generator.GetDouble(-55)), typeof(Decimal)); }
-    public bool PosTest7() { return PosTest(7, TestLibrary.Generator.GetDouble(-55), typeof(Double)); }
-    public bool PosTest9() { return PosTest(9, TestLibrary.Generator.GetInt16(-55), typeof(Int16)); }
-    public bool PosTest10() { return PosTest(10, TestLibrary.Generator.GetInt32(-55), typeof(Int32)); }
-    public bool PosTest11() { return PosTest(11, TestLibrary.Generator.GetInt64(-55), typeof(Int64)); }
-    public bool PosTest12() { return PosTest(12, new MyConvertible(), typeof(Object)); }
-    public bool PosTest13() { return PosTest(13, (SByte)TestLibrary.Generator.GetByte(-55), typeof(SByte)); }
-    public bool PosTest14() { return PosTest(14, TestLibrary.Generator.GetSingle(-55), typeof(Single)); }
-    public bool PosTest15() { return PosTest(15, TestLibrary.Generator.GetString(-55, false, c_MIN_STRLEN, c_MAX_STRLEN), typeof(String)); }
-    public bool PosTest16() { return PosTest(16, (UInt16)TestLibrary.Generator.GetInt16(-55), typeof(UInt16)); }
-    public bool PosTest17() { return PosTest(17, (UInt32)TestLibrary.Generator.GetInt32(-55), typeof(UInt32)); }
-    public bool PosTest18() { return PosTest(18, (UInt64)TestLibrary.Generator.GetInt64(-55), typeof(UInt64)); }
-    public bool PosTest19() { return PosTest(19, new object(), typeof(object)); }
-
-    public bool NegTest1() { return NegTest(1, null, typeof(String)); }
-    public bool NegTest2() { return NegTest(2, null, typeof(Object)); }
-    public bool NegTest3() { return NegTest2(3, null, typeof(MyStruct)); }
-    public bool NegTest4() { return NegTest2(4, this, typeof(object)); }
-    public bool NegTest5() { return NegTest3(5, new object(), null); }
-
-    public bool PosTest(int id, object curObject, Type type)
-    {
-        bool  retVal = true;
-        Object newObject;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ChangeType(Object, Type, IFormatProvider) (type:"+GetType(curObject)+" "+GetType(type)+")");
-
-        try
-        {
-            newObject = Convert.ChangeType(curObject, type, null);
-
-            // check type
-            switch(type.ToString())
-            {
-            case "System.Boolean":
-                retVal = (typeof(System.Boolean) == GetType(newObject)) && retVal;
-                break;
-            case "System.Byte":
-                retVal = (typeof(System.Byte) == GetType(newObject)) && retVal;
-                break;
-            case "System.Char":
-                retVal = (typeof(System.Char) == GetType(newObject)) && retVal;
-                break;
-            case "System.DateTime":
-                retVal = (typeof(System.DateTime) == GetType(newObject)) && retVal;
-                break;
-            case "System.Decimal":
-                retVal = (typeof(System.Decimal) == GetType(newObject)) && retVal;
-                break;
-            case "System.Double":
-                retVal = (typeof(System.Double) == GetType(newObject)) && retVal;
-                break;
-            case "System.Int16":
-                retVal = (typeof(System.Int16) == GetType(newObject)) && retVal;
-                break;
-            case "System.Int32":
-                retVal = (typeof(System.Int32) == GetType(newObject)) && retVal;
-                break;
-            case "System.Int64":
-                retVal = (typeof(System.Int64) == GetType(newObject)) && retVal;
-                break;
-            case "System.Object":
-                break;
-            case "System.SByte":
-                retVal = (typeof(System.SByte) == GetType(newObject)) && retVal;
-                break;
-            case "System.Single":
-                retVal = (typeof(System.Single) == GetType(newObject)) && retVal;
-                break;
-            case "System.String":
-                retVal = (typeof(System.String) == GetType(newObject)) && retVal;
-                break;
-            case "System.UInt16":
-                retVal = (typeof(System.UInt16) == GetType(newObject)) && retVal;
-                break;
-            case "System.UInt32":
-                retVal = (typeof(System.UInt32) == GetType(newObject)) && retVal;
-                break;
-            case "System.UInt64":
-                retVal = (typeof(System.UInt64) == GetType(newObject)) && retVal;
-                break;
-            default:
-                retVal = false;
-                break;
-            }
-
-            if (!retVal)
-            {
-                TestLibrary.TestFramework.LogError("000", "Type mismatch: Expected(" + type.ToString() + ") Actual(" + GetType(newObject) + ")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest(int id, object curObject, Type type)
-    {
-        bool            retVal = true;
-        IFormatProvider myfp;
-        object          newType;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ChangeType(Object, Type, IFormatProvider) (type:"+GetType(curObject)+" "+GetType(type)+")");
-
-        try
-        {
-            myfp    = null;
-            newType = Convert.ChangeType(curObject, type, myfp);
-
-            if (null != newType)
-            {
-                TestLibrary.TestFramework.LogError("002", "Unexpected value: Expected(null) Actual(" + newType + ")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2(int id, object curObject, Type type)
-    {
-        bool            retVal = true;
-        IFormatProvider myfp;
-        object          newType;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ChangeType(Object, Type, IFormatProvider) (type:"+GetType(curObject)+" "+GetType(type)+")");
-
-        try
-        {
-            myfp    = null;
-            newType = Convert.ChangeType(curObject, type, myfp);
-
-            TestLibrary.TestFramework.LogError("004", "Exception expected");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        {
-            // expected
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3(int id, object curObject, Type type)
-    {
-        bool            retVal = true;
-        IFormatProvider myfp;
-        object          newType;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ChangeType(Object, Type, IFormatProvider) (type:"+GetType(curObject)+" "+GetType(type)+")");
-
-        try
-        {
-            myfp    = null;
-            newType = Convert.ChangeType(curObject, type, myfp);
-
-            TestLibrary.TestFramework.LogError("006", "Exception expected");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        {
-            // expected
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("007", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public Type GetType(object o)
-    {
-        if (null != o) return o.GetType();
-
-        return null;
-    }
-
-    public struct MyStruct {}
-
-    public class MyConvertible : IConvertible
-    {
-        public TypeCode GetTypeCode() { return TypeCode.Empty; }
-        public Boolean ToBoolean(System.IFormatProvider f) { return true; }
-        public Char ToChar(System.IFormatProvider f) { return ' '; }
-        public SByte ToSByte(System.IFormatProvider f) { return 1; }
-        public Byte ToByte(System.IFormatProvider f) { return 1; }
-        public Int16 ToInt16(System.IFormatProvider f) { return 1; }
-        public UInt16 ToUInt16(System.IFormatProvider f) { return 1; }
-        public Int32 ToInt32(System.IFormatProvider f) { return 1; }
-        public UInt32 ToUInt32(System.IFormatProvider f) { return 1; }
-        public Int64 ToInt64(System.IFormatProvider f) { return 1; }
-        public UInt64 ToUInt64(System.IFormatProvider f) { return 1; }
-        public Single ToSingle(System.IFormatProvider f) { return 1; }
-        public Double ToDouble(System.IFormatProvider f) { return 1; }
-        public Decimal ToDecimal(System.IFormatProvider f) { return 1; }
-        public DateTime ToDateTime(System.IFormatProvider f) { return DateTime.Now; }
-        public String ToString(System.IFormatProvider f) { return ""; }
-        public object ToType(System.Type t, System.IFormatProvider f) { return new object(); }
-
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/convertfrombase64chararray.cs b/tests/src/CoreMangLib/cti/system/convert/convertfrombase64chararray.cs
deleted file mode 100644 (file)
index b33e33c..0000000
+++ /dev/null
@@ -1,310 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// FromBase64CharArray(System.Char[],System.Int32,System.Int32)
-/// </summary>
-
-public class ConvertFromBase64CharArray
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest2b() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method FromBase64CharArray .");
-
-        try
-        {
-            byte[] byteArray1 = new byte[256];
-            byte[] byteArray2 = new byte[256];
-            char[] charArray = new char[352];
-            int charArrayLength;
-
-            for (int x = 0; x < byteArray1.Length; x++)
-                byteArray1[x] = (byte)x;
-
-            charArrayLength = Convert.ToBase64CharArray(
-                byteArray1,
-                0,
-                byteArray1.Length,
-                charArray,
-                0);
-
-            byteArray2 = Convert.FromBase64CharArray(charArray, 0, charArrayLength);
-
-            if (!ArraysAreEqual(byteArray1,byteArray2))
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ChangeType Err.");
-                retVal = false;
-            }      
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: inArray is a null reference.");
-
-        try
-        {
-            byte[] byteArray1 = new byte[256];
-            byte[] byteArray2 = new byte[256];
-            char[] charArray = new char[352];
-            int charArrayLength;
-
-            for (int x = 0; x < byteArray1.Length; x++)
-                byteArray1[x] = (byte)x;
-
-            charArrayLength = Convert.ToBase64CharArray(
-                byteArray1,
-                0,
-                byteArray1.Length,
-                charArray,
-                0);
-
-            charArray = null;
-            byteArray2 = Convert.FromBase64CharArray(charArray, 0, charArrayLength);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException) 
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: offset is less than 0.");
-
-        try
-        {
-            byte[] byteArray1 = new byte[256];
-            byte[] byteArray2 = new byte[256];
-            char[] charArray = new char[352];
-            int charArrayLength;
-
-            for (int x = 0; x < byteArray1.Length; x++)
-                byteArray1[x] = (byte)x;
-
-            charArrayLength = Convert.ToBase64CharArray(
-                byteArray1,
-                0,
-                byteArray1.Length,
-                charArray,
-                0);
-
-            byteArray2 = Convert.FromBase64CharArray(charArray, -1, charArrayLength);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2b()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2b: length is less than 0.");
-
-        try
-        {
-            byte[] byteArray1 = new byte[256];
-            byte[] byteArray2 = new byte[256];
-            char[] charArray = new char[352];
-            int charArrayLength;
-
-            for (int x = 0; x < byteArray1.Length; x++)
-                byteArray1[x] = (byte)x;
-
-            charArrayLength = Convert.ToBase64CharArray(
-                byteArray1,
-                0,
-                byteArray1.Length,
-                charArray,
-                0);
-
-            byteArray2 = Convert.FromBase64CharArray(charArray, 0, -1);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: offset plus length indicates a position not within inArray.");
-
-        try
-        {
-            byte[] byteArray1 = new byte[256];
-            byte[] byteArray2 = new byte[256];
-            char[] charArray = new char[352];
-            int charArrayLength;
-
-            for (int x = 0; x < byteArray1.Length; x++)
-                byteArray1[x] = (byte)x;
-
-            charArrayLength = Convert.ToBase64CharArray(
-                byteArray1,
-                0,
-                byteArray1.Length,
-                charArray,
-                0);
-
-            byteArray2 = Convert.FromBase64CharArray(charArray, 0, charArrayLength + 10);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: The format of inArray is invalid. inArray contains a non-base 64 "+
-                                                "character, more than two padding characters, or a non-white space character "+
-                                                 "among the padding characters.");
-
-        try
-        {
-            byte[] byteArray1 = new byte[256];
-            byte[] byteArray2 = new byte[256];
-            char[] charArray = new char[352];
-            int charArrayLength;
-
-            for (int x = 0; x < byteArray1.Length; x++)
-                byteArray1[x] = (byte)x;
-
-            charArrayLength = Convert.ToBase64CharArray(
-                byteArray1,
-                0,
-                byteArray1.Length,
-                charArray,
-                0);
-
-            charArray = new char[352 + 1];
-            byteArray2 = Convert.FromBase64CharArray(charArray, 0, charArrayLength);
-
-            TestLibrary.TestFramework.LogError("104.1", "FormatException is not thrown.");
-            retVal = false;
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertFromBase64CharArray test = new ConvertFromBase64CharArray();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertFromBase64CharArray");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Method
-    private bool ArraysAreEqual(byte[] a1, byte[] a2)
-    {
-    if (a1.Length != a2.Length) return false;
-    for (int i = 0; i < a1.Length; i++)
-        if (a1[i] != a2[i]) return false;
-    return true;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/convertfrombase64string.cs b/tests/src/CoreMangLib/cti/system/convert/convertfrombase64string.cs
deleted file mode 100644 (file)
index e91dde1..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-using TestLibrary;
-
-public class ConvertFromBase64String
-{
-    private const int c_MIN_SIZE = 64;
-    private const int c_MAX_SIZE = 1024;
-
-    public static int Main()
-    {
-        ConvertFromBase64String ac = new ConvertFromBase64String();
-
-        TestLibrary.TestFramework.BeginTestCase("FromBase64String(string)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-
-        return retVal;
-    }
-    //id inArray        length offsetIn exception
-    public bool PosTest1() { return PosTest("TEST", new byte[] { 76, 68, 147 }, "00A"); }
-    public bool PosTest2()
-    {
-        Random numGen = new Random(-55);
-        bool ret = true;
-        for (int i = 0; i < 1000; i++)
-        {
-            int byteLen = numGen.Next(c_MIN_SIZE, c_MAX_SIZE);
-            byte[] expected = new byte[byteLen];
-            Generator.GetBytes(-55, expected);
-            string testStr = Convert.ToBase64String(expected);
-            ret &= PosTest(testStr, expected, "00B");
-        }
-        return ret;
-    }
-    public bool PosTest3() { return PosTest("", new byte[0], "00C"); }
-    public bool PosTest4() { return PosTest("   ", new byte[0], "00D"); }
-    public bool PosTest5() { return PosTest(" T E   ST", new byte[] { 76, 68, 147 }, "00E"); }
-
-    public bool NegTest1() { return NegTest(null, typeof(ArgumentNullException), "00F"); }
-    public bool NegTest2() { return NegTest("Tes", typeof(FormatException), "00G"); }
-    public bool NegTest3() { return NegTest("Tes\u00C0", typeof(FormatException), "00H"); }
-
-    public bool PosTest(string input, byte[] expected, string id)
-    {
-        bool retVal = true;
-        TestFramework.BeginScenario("\nPosTest " + id + ": FromBase64String");
-        try
-        {
-            byte[] output = Convert.FromBase64String(input);
-            if (!TestLibrary.Utilities.CompareBytes(output, expected))
-            {
-               TestFramework.LogInformation("Input string: " + input);
-                TestFramework.LogError("001", "Conversion not correct. Expect: " + TestLibrary.Utilities.ByteArrayToString(expected) + ", Actual: " + TestLibrary.Utilities.ByteArrayToString(output));
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e.ToString());
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-
-    public bool NegTest(string input, Type exception, string id)
-    {
-        bool retVal = true;
-        TestFramework.BeginScenario("NegTest " + id + ": FromBase64String()");
-        try
-        {
-            byte[] output = Convert.FromBase64String(input);
-            TestFramework.LogError("003", "Expected exception not thrown!");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e.ToString());
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttobase64chararray.cs b/tests/src/CoreMangLib/cti/system/convert/converttobase64chararray.cs
deleted file mode 100644 (file)
index b071c18..0000000
+++ /dev/null
@@ -1,148 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToBase64CharArray
-{
-    private const int c_MIN_SIZE   = 64;
-    private const int c_MAX_SIZE   = 1024;
-
-    public static int Main()
-    {
-        ConvertToBase64CharArray ac = new ConvertToBase64CharArray();
-
-        TestLibrary.TestFramework.BeginTestCase("ToBase64CharArray(byte[], int, int, char[], int)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-        retVal = NegTest7() && retVal;
-        retVal = NegTest8() && retVal;
-
-        return retVal;
-    }
-
-                                          //id inArray        outArray        length offsetIn offsetOut exception
-    public bool NegTest1() { return NegTest(1, null,          null,            0,     0,       0,       typeof(System.ArgumentNullException)); }
-    public bool NegTest2() { return NegTest(2, new byte[0],   null,            0,     0,       0,       typeof(System.ArgumentNullException)); }
-    public bool NegTest3() { return NegTest(3, new byte[0],   new char[0],    -1,     0,       0,       typeof(System.ArgumentOutOfRangeException)); }
-    public bool NegTest4() { return NegTest(4, new byte[0],   new char[0],     0,    -1,       0,       typeof(System.ArgumentOutOfRangeException)); }
-    public bool NegTest5() { return NegTest(5, new byte[0],   new char[0],     0,     0,      -1,       typeof(System.ArgumentOutOfRangeException)); }
-    public bool NegTest6() { return NegTest(6, new byte[0],   new char[0],     0,    10,       0,       typeof(System.ArgumentOutOfRangeException)); }
-    public bool NegTest7() { return NegTest(7, new byte[1],   new char[1],    10,     0,      10,       typeof(System.ArgumentOutOfRangeException)); }
-    public bool NegTest8() { return NegTest(8, new byte[1],   new char[1],     1,     0,      10,       typeof(System.ArgumentOutOfRangeException)); }
-
-    public bool PosTest1()
-    {
-        bool   retVal = true;
-        byte[] array;
-        char[] outArray;
-        int    numBytes;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToBase64CharArray(byte[], int, int, char[], int)");
-
-        try
-        {
-            array    = new byte[ (TestLibrary.Generator.GetInt32(-55) % c_MAX_SIZE) + c_MIN_SIZE ];
-            outArray = new char[ array.Length*3 ];
-
-            // fill the array
-            TestLibrary.Generator.GetBytes(-55, array);
-            
-            numBytes = Convert.ToBase64CharArray(array, 0, array.Length, outArray, 0);
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("000", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool   retVal = true;
-        byte[] array;
-        char[] outArray;
-        int    numBytes;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: ToBase64CharArray(byte[], int, int, char[], int) zero length");
-
-        try
-        {
-            array    = new byte[ 0 ];
-            outArray = new char[ array.Length ];
-
-            numBytes = Convert.ToBase64CharArray(array, 0, array.Length, outArray, 0);
-
-            if (numBytes != array.Length)
-            {
-                TestLibrary.TestFramework.LogError("001", "In array length mismatch: Expected(" + array.Length + ") Actual(" + numBytes + ")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest(int id, byte[] inArray, char[] outArray, int length, int offsetIn, int offsetOut, Type exception)
-    {
-        bool            retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": ToBase64CharArray(byte[], int, int, char[], int) (len:"+length+" in:"+offsetIn+" out:"+offsetOut+" ex:"+exception+")");
-
-        try
-        {
-            Convert.ToBase64CharArray(inArray, offsetIn, length, outArray, offsetOut);
-
-            TestLibrary.TestFramework.LogError("003", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (exception != e.GetType())
-            {
-                TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttobase64string1.cs b/tests/src/CoreMangLib/cti/system/convert/converttobase64string1.cs
deleted file mode 100644 (file)
index cc08a8e..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToBase64String1
-{
-    private const int c_MIN_SIZE   = 64;
-    private const int c_MAX_SIZE   = 1024;
-
-    public static int Main()
-    {
-        ConvertToBase64String1 ac = new ConvertToBase64String1();
-
-        TestLibrary.TestFramework.BeginTestCase("ToBase64String(byte[], int, int)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-
-        return retVal;
-    }
-                                          //id inArray        length offsetIn exception
-    public bool NegTest1() { return NegTest(1, null,           0,     0,      typeof(System.ArgumentNullException)); }
-    public bool NegTest2() { return NegTest(2, new byte[0],   -1,     0,      typeof(System.ArgumentOutOfRangeException)); }
-    public bool NegTest3() { return NegTest(3, new byte[0],    0,    -1,      typeof(System.ArgumentOutOfRangeException)); }
-    public bool NegTest4() { return NegTest(4, new byte[0],    0,     1,      typeof(System.ArgumentOutOfRangeException)); }
-    public bool NegTest5() { return NegTest(5, new byte[0],    1,     0,      typeof(System.ArgumentOutOfRangeException)); }
-
-    public bool PosTest1()
-    {
-        bool   retVal = true;
-        byte[] array;
-        string str;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToBase64String(byte[], int, int)");
-
-        try
-        {
-            array    = new byte[ (TestLibrary.Generator.GetInt32(-55) % c_MAX_SIZE) + c_MIN_SIZE ];
-
-            // fill the array
-            TestLibrary.Generator.GetBytes(-55, array);
-            
-            str = Convert.ToBase64String(array, 0, array.Length);
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("000", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool   retVal = true;
-        byte[] array;
-        string str;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: ToBase64String(byte[], int, int) zero length");
-
-        try
-        {
-            array = new byte[ 0 ];
-            str   = Convert.ToBase64String(array, 0, array.Length);
-
-            if (String.Empty != str)
-            {
-                TestLibrary.TestFramework.LogError("001", "In array length mismatch: Expected(String.Empty) Actual(" + str + ")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest(int id, byte[] inArray, int length, int offsetIn, Type exception)
-    {
-        bool            retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": ToBase64String(byte[], int, int) (len:"+length+" in:"+offsetIn+" ex:"+exception+")");
-
-        try
-        {
-            Convert.ToBase64String(inArray, offsetIn, length);
-
-            TestLibrary.TestFramework.LogError("003", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (exception != e.GetType())
-            {
-                TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttobase64string2.cs b/tests/src/CoreMangLib/cti/system/convert/converttobase64string2.cs
deleted file mode 100644 (file)
index d6dcd0a..0000000
+++ /dev/null
@@ -1,128 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToBase64String2
-{
-    private const int c_MIN_SIZE   = 64;
-    private const int c_MAX_SIZE   = 1024;
-
-    public static int Main()
-    {
-        ConvertToBase64String2 ac = new ConvertToBase64String2();
-
-        TestLibrary.TestFramework.BeginTestCase("ToBase64String(byte[])");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-                                          //id inArray exception
-    public bool NegTest1() { return NegTest(1, null,   typeof(System.ArgumentNullException)); }
-
-    public bool PosTest1()
-    {
-        bool   retVal = true;
-        byte[] array;
-        string str;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToBase64String(byte[])");
-
-        try
-        {
-            array    = new byte[ (TestLibrary.Generator.GetInt32(-55) % c_MAX_SIZE) + c_MIN_SIZE ];
-
-            // fill the array
-            TestLibrary.Generator.GetBytes(-55, array);
-            
-            str = Convert.ToBase64String(array);
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("000", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool   retVal = true;
-        byte[] array;
-        string str;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: ToBase64String(byte[]) zero length");
-
-        try
-        {
-            array = new byte[ 0 ];
-            str   = Convert.ToBase64String(array);
-
-            if (String.Empty != str)
-            {
-                TestLibrary.TestFramework.LogError("001", "In array length mismatch: Expected(String.Empty) Actual(" + str + ")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest(int id, byte[] inArray, Type exception)
-    {
-        bool            retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": ToBase64String(byte[]) (ex:"+exception+")");
-
-        try
-        {
-            Convert.ToBase64String(inArray);
-
-            TestLibrary.TestFramework.LogError("003", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (exception != e.GetType())
-            {
-                TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoboolean.cs b/tests/src/CoreMangLib/cti/system/convert/converttoboolean.cs
deleted file mode 100644 (file)
index fcf7629..0000000
+++ /dev/null
@@ -1,127 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertBoolean
-{
-    private const int c_MIN_SIZE   = 64;
-    private const int c_MAX_SIZE   = 1024;
-    private const int c_MIN_STRLEN = 1;
-    private const int c_MAX_STRLEN = 1024;
-
-    public static int Main()
-    {
-        ConvertBoolean ac = new ConvertBoolean();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToBoolean(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-        retVal = PosTest5()  && retVal;
-        retVal = PosTest6()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1()  && retVal;
-
-        return retVal;
-    }
-
-    // public static bool ToBoolean(Object value)
-    public bool PosTest1() { return PosTest<object>(1, (object)true, true); }
-    public bool PosTest2() { return PosTest<object>(2, (object)false, false); }
-    public bool PosTest3() { return PosTest<object>(3, (object)null, false); }
-
-    // public static bool ToBoolean(String value) {
-    public bool PosTest4() { return PosTest<string>(4, "True", true); }
-    public bool PosTest5() { return PosTest<string>(5, "False", false); }
-    public bool PosTest6() { return PosTest<string>(6, null, false); }
-
-    public bool NegTest1() { return NegTest<char>(1, 'c', typeof(System.InvalidCastException)); }
-
-    public bool PosTest<T>(int id, T curValue, Boolean expValue)
-    {
-        bool            retVal = true;
-        Boolean         newValue;
-        IFormatProvider fp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToBoolean(...) (curValue:"+typeof(T)+ " " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToBoolean(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            fp = null;
-            newValue = Convert.ToBoolean(curValue, fp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest<T>(int id, T curValue, Type exception)
-    {
-        bool            retVal = true;
-        Boolean         newValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ToBoolean(...) (curValue:"+typeof(T)+ " " +curValue+")");
-
-        try
-        {
-            newValue = Convert.ToBoolean(curValue);
-
-            TestLibrary.TestFramework.LogError("003", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoboolean2.cs b/tests/src/CoreMangLib/cti/system/convert/converttoboolean2.cs
deleted file mode 100644 (file)
index 79be8a3..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToBoolean(Byte)
-/// Converts the value of the specified 8-bit unsigned integer to an equivalent Boolean value. 
-/// </summary>
-public class ConvertToBoolean
-{
-    public static int Main()
-    {
-        ConvertToBoolean testObj = new ConvertToBoolean();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToBoolean(Byte)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        byte b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = TestLibrary.Generator.GetByte(-55);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Random byte value between 0 and byte.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of byte value " + b + " is not the value " + expectedValue + 
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe byte value is " + b;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        byte b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = byte.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: value is byte.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of byte value " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe byte value is " + b;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        byte b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = byte.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: value is byte.MinValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of byte integer " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe byte value is " + b;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoboolean4.cs b/tests/src/CoreMangLib/cti/system/convert/converttoboolean4.cs
deleted file mode 100644 (file)
index d0f71b7..0000000
+++ /dev/null
@@ -1,221 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToBoolean(Decimal)
-/// Converts the value of the specified decimal value to an equivalent Boolean value. 
-/// </summary>
-public class ConvertToBoolean
-{
-    public static int Main()
-    {
-        ConvertToBoolean testObj = new ConvertToBoolean();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToBoolean(Decimal)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        decimal d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = (decimal)TestLibrary.Generator.GetSingle(-55);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Random decimal value between 0.0 and 1.0.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of decimal value " + d + " is not the value " + expectedValue + 
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe decimal value is " + d;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        decimal d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = decimal.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: value is decimal.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of decimal value " + d + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe decimal value is " + d;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        decimal d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = decimal.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: value is decimal.MinValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of decimal integer " + d + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe decimal value is " + d;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        decimal d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = decimal.Zero;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: value is decimal.Zero.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of decimal integer " + d + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("007", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe decimal value is " + d;
-            TestLibrary.TestFramework.LogError("008", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        decimal d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = -1 * (decimal)TestLibrary.Generator.GetSingle(-55);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Random decimal value between -0.0 and -1.0.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of decimal integer " + d + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("009", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe decimal value is " + d;
-            TestLibrary.TestFramework.LogError("010", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoboolean5.cs b/tests/src/CoreMangLib/cti/system/convert/converttoboolean5.cs
deleted file mode 100644 (file)
index 8b9af8a..0000000
+++ /dev/null
@@ -1,365 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToBoolean(Double)
-/// Converts the value of the specified double float value to an equivalent Boolean value. 
-/// </summary>
-public class ConvertToBoolean
-{
-    public static int Main()
-    {
-        ConvertToBoolean testObj = new ConvertToBoolean();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToBoolean(Double)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-        retVal = PosTest7() && retVal;
-        retVal = PosTest8() && retVal;
-        retVal = PosTest9() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        double d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = TestLibrary.Generator.GetDouble(-55);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Random double value between 0.0 and 1.0.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of double value " + d + " is not the value " + expectedValue + 
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe double value is " + d;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        double d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = double.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: value is double.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of double value " + d + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe double value is " + d;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        double d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = double.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: value is double.MinValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of double value " + d + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe double value is " + d;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        double d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = double.Epsilon;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: value is double.Epsilon.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of double value " + d + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("007", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe double value is " + d;
-            TestLibrary.TestFramework.LogError("008", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        double d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = -1 * TestLibrary.Generator.GetDouble(-55);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Random double value between -0.0 and -1.0.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of double value " + d + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("009", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe double value is " + d;
-            TestLibrary.TestFramework.LogError("010", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        double d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = double.NaN;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest6: value is double.NaN.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of double value " + d + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("011", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe double value is " + d;
-            TestLibrary.TestFramework.LogError("012", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest7()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        double d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = double.NegativeInfinity;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest7: value is double.NegativeInfinity.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of double value " + d + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("013", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe double value is " + d;
-            TestLibrary.TestFramework.LogError("014", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest8()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        double d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = double.PositiveInfinity;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest8: value is double.PositiveInfinity.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of double value " + d + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("015", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe double value is " + d;
-            TestLibrary.TestFramework.LogError("016", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest9()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        double d;
-        bool expectedValue;
-        bool actualValue;
-
-        d = -1 * double.Epsilon;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest9: value is negative double.Epsilon.");
-        try
-        {
-            actualValue = Convert.ToBoolean(d);
-            expectedValue = 0 != d;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of double value " + d + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("017", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe double value is " + d;
-            TestLibrary.TestFramework.LogError("018", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoboolean6.cs b/tests/src/CoreMangLib/cti/system/convert/converttoboolean6.cs
deleted file mode 100644 (file)
index c84eb25..0000000
+++ /dev/null
@@ -1,222 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToBoolean(Int16)
-/// Converts the value of the specified 16-bit signed integer to an equivalent Boolean value. 
-/// </summary>
-public class ConvertToBoolean
-{
-    public static int Main()
-    {
-        ConvertToBoolean testObj = new ConvertToBoolean();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToBoolean(Int16)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int16 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = TestLibrary.Generator.GetInt16(-55);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Random Int16 value between 0 and Int16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int16 value " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int16 value is " + b;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int16 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = Int16.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: value is Int16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int16 value " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe byte value is " + b;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int16 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = Int16.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: value is Int16.MinValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int16 integer " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int16 value is " + b;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int16 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = (Int16)(-1 * TestLibrary.Generator.GetInt16(-55) - 1);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Random Int16 value between Int16.MinValue and -1.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int16 value " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("007", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int16 value is " + b;
-            TestLibrary.TestFramework.LogError("008", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int16 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = 0;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Int16 value is zero.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int16 value " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("009", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int16 value is " + b;
-            TestLibrary.TestFramework.LogError("010", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoboolean7.cs b/tests/src/CoreMangLib/cti/system/convert/converttoboolean7.cs
deleted file mode 100644 (file)
index 9f5bba2..0000000
+++ /dev/null
@@ -1,221 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToBoolean(Int32)
-/// Converts the value of the specified 32-bit signed integer to an equivalent Boolean value. 
-/// </summary>
-public class ConvertToBoolean
-{
-    public static int Main()
-    {
-        ConvertToBoolean testObj = new ConvertToBoolean();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToBoolean(Int32)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int32 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = TestLibrary.Generator.GetInt32(-55);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Random Int32 value between 0 and Int32.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int32 value " + b + " is not the value " + expectedValue + 
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int32 value is " + b;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int32 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = Int32.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: value is Int32.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int32 value " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe byte value is " + b;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int32 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = Int32.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: value is Int32.MinValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int32 integer " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int32 value is " + b;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int32 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = (Int32)(-1 * TestLibrary.Generator.GetInt32(-55) - 1);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Random Int32 value between Int32.MinValue and -1.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int32 value " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("007", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int32 value is " + b;
-            TestLibrary.TestFramework.LogError("008", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int32 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = 0;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Int32 value is zero.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int32 value " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("009", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int32 value is " + b;
-            TestLibrary.TestFramework.LogError("010", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoboolean8.cs b/tests/src/CoreMangLib/cti/system/convert/converttoboolean8.cs
deleted file mode 100644 (file)
index ba5faa1..0000000
+++ /dev/null
@@ -1,221 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToBoolean(Int64)
-/// Converts the value of the specified 64-bit signed integer to an equivalent Boolean value. 
-/// </summary>
-public class ConvertToBoolean
-{
-    public static int Main()
-    {
-        ConvertToBoolean testObj = new ConvertToBoolean();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToBoolean(Int64)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int64 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = TestLibrary.Generator.GetInt64(-55);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Random Int64 value between 0 and Int64.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int64 value " + b + " is not the value " + expectedValue + 
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int64 value is " + b;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int64 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = Int64.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: value is Int64.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int64 value " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe byte value is " + b;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int64 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = Int64.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: value is Int64.MinValue.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int64 integer " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int64 value is " + b;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int64 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = (Int64)(-1 * TestLibrary.Generator.GetInt64(-55) - 1);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Random Int64 value between Int64.MinValue and -1.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int64 value " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("007", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int64 value is " + b;
-            TestLibrary.TestFramework.LogError("008", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int64 b;
-        bool expectedValue;
-        bool actualValue;
-
-        b = 0;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Int64 value is zero.");
-        try
-        {
-            actualValue = Convert.ToBoolean(b);
-            expectedValue = 0 != b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "The boolean value of Int64 value " + b + " is not the value " + expectedValue +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("009", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int64 value is " + b;
-            TestLibrary.TestFramework.LogError("010", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttobyte.cs b/tests/src/CoreMangLib/cti/system/convert/converttobyte.cs
deleted file mode 100644 (file)
index b06c343..0000000
+++ /dev/null
@@ -1,197 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToByte
-{
-    private const int c_MIN_SIZE   = 64;
-    private const int c_MAX_SIZE   = 1024;
-    private const int c_MIN_STRLEN = 1;
-    private const int c_MAX_STRLEN = 1024;
-
-    public static int Main()
-    {
-        ConvertToByte ac = new ConvertToByte();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToByte(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-        retVal = PosTest5()  && retVal;
-        retVal = PosTest6()  && retVal;
-        retVal = PosTest7()  && retVal;
-        retVal = PosTest8()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1()  && retVal;
-        retVal = NegTest2()  && retVal;
-        retVal = NegTest3()  && retVal;
-        retVal = NegTest4()  && retVal;
-        retVal = NegTest5()  && retVal;
-        retVal = NegTest6()  && retVal;
-        retVal = NegTest7()  && retVal;
-        retVal = NegTest8()  && retVal;
-        retVal = NegTest9()  && retVal;
-
-        return retVal;
-    }
-
-    // public static byte ToByte (String value, int fromBase)
-    public bool PosTest1() { return PosTest1(1, Byte.MaxValue.ToString(), Byte.MaxValue, 10); }
-    public bool PosTest2() { return PosTest1(2, Byte.MinValue.ToString(), Byte.MinValue,  10); }
-    public bool PosTest3() { return PosTest1(3, "101", 5, 2); }
-    public bool PosTest4() { return PosTest1(4, "75", 61, 8); }
-    public bool PosTest5() { return PosTest1(5, "a5", 165, 16); }
-    public bool PosTest6() { return PosTest1(6, null, 0, 10); }
-
-    // public static byte ToByte(object value) {
-    public bool PosTest7() { return PosTest2(7, null, 0); }
-    public bool PosTest8() { return PosTest2(8, "34", 34); }
-
-                                                //id string  base  exception
-    public bool NegTest1() { return NegTest1(1, "",      1, typeof(System.ArgumentException)); }
-    public bool NegTest2() { return NegTest1(2, "",      3, typeof(System.ArgumentException)); }
-    public bool NegTest3() { return NegTest1(3, "",    100, typeof(System.ArgumentException)); }
-    public bool NegTest4() { return NegTest1(4, Int32.MaxValue.ToString(),    10, typeof(System.OverflowException)); }
-    public bool NegTest5() { return NegTest1(5, Int32.MinValue.ToString(),    10, typeof(System.OverflowException)); }
-    public bool NegTest6() { return NegTest1(6, "2",    2, typeof(System.FormatException)); }
-    public bool NegTest7() { return NegTest1(7, "8",    8, typeof(System.FormatException)); }
-    public bool NegTest8() { return NegTest1(8, "a",    10, typeof(System.FormatException)); }
-    public bool NegTest9() { return NegTest1(9, "g",    16, typeof(System.FormatException)); }
-
-    public bool PosTest1(int id, string curValue, Byte expValue, int fromBase)
-    {
-        bool            retVal = true;
-        Byte         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToByte(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToByte(curValue, fromBase);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            if (10 == fromBase)
-            {
-                newValue = Convert.ToByte(curValue);
-
-                if (!newValue.Equals(expValue))
-                {
-                    TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                    retVal = false;
-                }
-
-                myfp     = null;
-                newValue = Convert.ToByte(curValue, myfp);
-
-                if (!newValue.Equals(expValue))
-                {
-                    TestLibrary.TestFramework.LogError("002", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                    retVal = false;
-                }
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2(int id, object curValue, Byte expValue)
-    {
-        bool            retVal = true;
-        Byte         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToByte(...) (curValue:object " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToByte(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("004", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToByte(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("005", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest1(int id, string curValue, int fromBase, Type exception)
-    {
-        bool            retVal = true;
-        Byte         newValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ToByte(...) (curValue:string " +curValue+" base:"+fromBase+")");
-
-        try
-        {
-            newValue = Convert.ToByte(curValue, fromBase);
-
-            TestLibrary.TestFramework.LogError("007", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("008", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttobyte1.cs b/tests/src/CoreMangLib/cti/system/convert/converttobyte1.cs
deleted file mode 100644 (file)
index bc255f6..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToByte(System.Boolean)
-/// </summary>
-public class ConvertToByte1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToByte should return 1 when value is true");
-
-        try
-        {
-            byte actual = Convert.ToByte(true);
-
-            if (actual != 1)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToByte does not return 1 when value is true");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: ToByte should return 0 when value is false");
-
-        try
-        {
-            byte actual = Convert.ToByte(false);
-
-            if (actual != 0)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "ToByte does not return 0 when value is false");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToByte1 test = new ConvertToByte1();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToByte1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttobyte2.cs b/tests/src/CoreMangLib/cti/system/convert/converttobyte2.cs
deleted file mode 100644 (file)
index 1efaea5..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToByte(System.Byte)
-/// </summary>
-public class ConvertToByte2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToByte should return correct value for any byte");
-
-        try
-        {
-            byte expected = TestLibrary.Generator.GetByte(-55);
-            byte actual = Convert.ToByte(expected);
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToByte does not return correct value for any byte");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToByte2 test = new ConvertToByte2();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToByte2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttobyte3.cs b/tests/src/CoreMangLib/cti/system/convert/converttobyte3.cs
deleted file mode 100644 (file)
index 937c079..0000000
+++ /dev/null
@@ -1,110 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToByte(System.Char)
-/// </summary>
-public class ConvertToByte3
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToByte should Converts the value of the specified Unicode character to the equivalent 8-bit unsigned integer");
-
-        try
-        {
-            short mask = 0x00FF;
-            char c = TestLibrary.Generator.GetChar(-55);
-
-            c = (char)(c & mask);
-            byte expected = (byte)(c & mask);
-            byte actual = Convert.ToByte(c);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToByte can not Converts the value of the specified Unicode character to the equivalent 8-bit unsigned integer");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected + ", c = " + c);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException should be thrown when value is greater than Byte.MaxValue");
-
-        try
-        {
-            char c = '\x01FF';
-
-            byte actual = Convert.ToByte(c);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown when value is greater than Byte.MaxValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToByte3 test = new ConvertToByte3();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToByte3");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttobyte4.cs b/tests/src/CoreMangLib/cti/system/convert/converttobyte4.cs
deleted file mode 100644 (file)
index e487f5e..0000000
+++ /dev/null
@@ -1,165 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToByte(System.Decimal)
-/// </summary>
-public class ConvertToByte4
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToByte should Converts the value of a decimal to a equivlent byte");
-
-        try
-        {
-            decimal d = 123;
-            byte expected = 123;
-            byte actual = Convert.ToByte(d);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToByte can not Converts the value of a decimal to a equivlent byte");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected + ", d = " + d);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: ToByte should Converts the value of a decimal to a equivlent byte with 0");
-
-        try
-        {
-            decimal d = 0;
-            byte expected = 0;
-            byte actual = Convert.ToByte(d);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "ToByte can not Converts the value of a decimal to a equivlent byte with 0");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected + ", d = " + d);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException should be thrown when value is greater than Byte.MaxValue");
-
-        try
-        {
-            decimal d = 257;
-            byte actual = Convert.ToByte(d);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown when value is greater than Byte.MaxValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException should be thrown when value is less than Byte.MinValue");
-
-        try
-        {
-            decimal d = -1;
-            byte actual = Convert.ToByte(d);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown value is less than Byte.MinValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToByte4 test = new ConvertToByte4();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToByte4");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttobyte6.cs b/tests/src/CoreMangLib/cti/system/convert/converttobyte6.cs
deleted file mode 100644 (file)
index 927ca4b..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToByte(System.Int16)
-/// </summary>
-public class ConvertToByte6
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToByte should Converts the value of an short to the equivalent byte");
-
-        try
-        {
-            short mask = 0x00FF;
-            short s = TestLibrary.Generator.GetInt16(-55);
-
-            s = (short)(s & mask);
-            byte expected = (byte)(s & mask);
-            byte actual = Convert.ToByte(s);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToByte can not Converts the value of an short to the equivalent byte");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected + ", s = " + s);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException should be thrown when value is greater than Byte.MaxValue");
-
-        try
-        {
-            short c = 0x0100;
-
-            byte actual = Convert.ToByte(c);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown when value is greater than Byte.MaxValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException should be thrown when value is less than Byte.MinValue");
-
-        try
-        {
-            short c = -1;
-
-            byte actual = Convert.ToByte(c);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown when value is less than Byte.MinValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToByte6 test = new ConvertToByte6();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToByte6");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttobyte7.cs b/tests/src/CoreMangLib/cti/system/convert/converttobyte7.cs
deleted file mode 100644 (file)
index 0d48147..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToByte(System.Int32)
-/// </summary>
-public class ConvertToByte7
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToByte should Converts the value of an int to the equivalent byte");
-
-        try
-        {
-            int mask = 0x00FF;
-            int s = TestLibrary.Generator.GetInt32(-55);
-
-            s = s & mask;
-            byte expected = (byte)(s & mask);
-            byte actual = Convert.ToByte(s);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToByte can not Converts the value of an int to the equivalent byte");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected + ", s = " + s);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException should be thrown when value is greater than Byte.MaxValue");
-
-        try
-        {
-            int c = 0x0100;
-
-            byte actual = Convert.ToByte(c);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown when value is greater than Byte.MaxValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException should be thrown when value is less than Byte.MinValue");
-
-        try
-        {
-            int c = -1;
-
-            byte actual = Convert.ToByte(c);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown when value is less than Byte.MinValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToByte7 test = new ConvertToByte7();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToByte7");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttobyte8.cs b/tests/src/CoreMangLib/cti/system/convert/converttobyte8.cs
deleted file mode 100644 (file)
index 7ad6d4a..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToByte(System.Int64)
-/// </summary>
-public class ConvertToByte8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToByte should Converts the value of an long to the equivalent byte");
-
-        try
-        {
-            long mask = 0x00FF;
-            long s = TestLibrary.Generator.GetInt64(-55);
-
-            s = (long)(s & mask);
-            byte expected = (byte)(s & mask);
-            byte actual = Convert.ToByte(s);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToByte can not Converts the value of an long to the equivalent byte");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected + ", s = " + s);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException should be thrown when value is greater than Byte.MaxValue");
-
-        try
-        {
-            long c = 0x0100;
-
-            byte actual = Convert.ToByte(c);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown when value is greater than Byte.MaxValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException should be thrown when value is less than Byte.MinValue");
-
-        try
-        {
-            long c = -1;
-
-            byte actual = Convert.ToByte(c);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown when value is less than Byte.MinValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToByte8 test = new ConvertToByte8();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToByte8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar.cs
deleted file mode 100644 (file)
index 4be23ba..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToChar
-{
-    public static int Main()
-    {
-        ConvertToChar ac = new ConvertToChar();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToChar(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1()  && retVal;
-        retVal = NegTest2()  && retVal;
-        retVal = NegTest3()  && retVal;
-        retVal = NegTest4()  && retVal;
-        retVal = NegTest5()  && retVal;
-        retVal = NegTest6()  && retVal;
-
-        return retVal;
-    }
-
-    // public static char ToChar(object value)
-    public bool PosTest1() { return PosTest<object>(1, Char.MaxValue.ToString(), Char.MaxValue); }
-    public bool PosTest2() { return PosTest<object>(2, Char.MinValue.ToString(), Char.MinValue); }
-    public bool PosTest3() { return PosTest<object>(3, (object)null, (char)0); }
-
-    // public static char ToChar(float value)
-    public bool NegTest1() { return NegTest<float>(1, Single.MinValue, typeof(System.InvalidCastException)); }
-    public bool NegTest2() { return NegTest<float>(2, Single.MaxValue, typeof(System.InvalidCastException)); }
-    public bool NegTest3() { return NegTest<double>(3, Double.MinValue, typeof(System.InvalidCastException)); }
-    public bool NegTest4() { return NegTest<double>(4, Double.MaxValue, typeof(System.InvalidCastException)); }
-    public bool NegTest5() { return NegTest<decimal>(5, Decimal.MinValue, typeof(System.InvalidCastException)); }
-    public bool NegTest6() { return NegTest<decimal>(6, Decimal.MaxValue, typeof(System.InvalidCastException)); }
-
-    public bool PosTest<T>(int id, T curValue, char expValue)
-    {
-        bool            retVal = true;
-        char            newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToChar(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToChar(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToChar(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest<T>(int id, T curValue, Type exception)
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ToChar(...) (curValue:"+typeof(T)+" " +curValue+"");
-
-        try
-        {
-            Convert.ToChar(curValue);
-
-            TestLibrary.TestFramework.LogError("003", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar10.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar10.cs
deleted file mode 100644 (file)
index 8583a68..0000000
+++ /dev/null
@@ -1,189 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToChar(SByte)
-/// Converts the value of the specified 8-bit signed integer to its equivalent Unicode character. 
-/// </summary>
-public class ConvertTochar
-{
-    public static int Main()
-    {
-        ConvertTochar testObj = new ConvertTochar();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToChar(SByte)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        SByte i;
-        char expectedValue;
-        char actualValue;
-
-        i = (SByte)(TestLibrary.Generator.GetByte(-55) % (SByte.MaxValue + 1));
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: SByte value between 0 and SByte.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to SByte value {0} is not \\u{1:x} as expected: actual(\\u{2:x})", 
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe SByte value is " + i;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        SByte i;
-        char expectedValue;
-        char actualValue;
-
-        i = SByte.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: SByte value is SByte.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to SByte value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe SByte value is " + i;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        SByte i;
-        char expectedValue;
-        char actualValue;
-
-        i = 0;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: SByte value is zero.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to SByte value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe SByte value is " + i;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //OverflowException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: SByte value is a negative integer between SByte.MinValue and -1.";
-        string errorDesc;
-
-        SByte i = (SByte)(-1 * TestLibrary.Generator.GetByte(-55) % (SByte.MaxValue + 1) - 1);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(i);
-
-            errorDesc = "OverflowException is not thrown as expected.";
-            errorDesc += string.Format("\nThe SByte value is {0}", i);
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe SByte value is {0}", i);
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar11.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar11.cs
deleted file mode 100644 (file)
index 42bdef4..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToChar(Single)
-/// Calling this method always throws InvalidCastException. 
-/// </summary>
-public class ConvertTochar
-{
-    public static int Main()
-    {
-        ConvertTochar testObj = new ConvertTochar();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToChar(Single)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Negative tests
-    //InvalidCastException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: Random Single float point value";
-        string errorDesc;
-
-        Single d = TestLibrary.Generator.GetSingle(-55);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(d);
-
-            errorDesc = "InvalidCastException is not thrown as expected.";
-            errorDesc += string.Format("\nThe Single value is {0}", d);
-            TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (InvalidCastException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe Single value is {0}", d);
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar12.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar12.cs
deleted file mode 100644 (file)
index c31a4dc..0000000
+++ /dev/null
@@ -1,190 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToChar(string)
-/// </summary>
-public class ConvertTochar
-{
-    public static int Main()
-    {
-        ConvertTochar testObj = new ConvertTochar();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToChar(string)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        char ch;
-        string str;
-        char expectedValue;
-        char actualValue;
-
-        ch = TestLibrary.Generator.GetChar(-55);
-        str = new string(ch, 1);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: String whose length euquals 1 character.");
-        try
-        {
-            actualValue = Convert.ToChar(str);
-            expectedValue = str[0];
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to string {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    str, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe string is \"" + str + "\"";
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //FormatException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: The length of string is longer than 1 character. ";
-        string errorDesc;
-
-        string str = TestLibrary.Generator.GetString(-55, false, 2, 256);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(str);
-
-            errorDesc = "FormatException is not thrown as expected.";
-            errorDesc += string.Format("\nThe string value is \"{0}\"", str);
-            TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe string value is \"{0}\"", str);
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    //ArgumentNullException
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N002";
-        const string c_TEST_DESC = "NegTest2: String is null reference.";
-        string errorDesc;
-
-        string str = TestLibrary.Generator.GetString(-55, false, 2, 256);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(null);
-
-            errorDesc = "ArgumentNullException is not thrown as expected.";
-            errorDesc += "\nThe string value is null reference.";
-            TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nThe string value is null reference.";
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    //FormatException
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N003";
-        const string c_TEST_DESC = "NegTest3: String is String.Empty.";
-        string errorDesc;
-
-        string str = TestLibrary.Generator.GetString(-55, false, 2, 256);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(string.Empty);
-
-            errorDesc = "FormatException is not thrown as expected.";
-            errorDesc += "\nThe string value is string.Empty.";
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nThe string value is string.Empty.";
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar13.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar13.cs
deleted file mode 100644 (file)
index c42fcce..0000000
+++ /dev/null
@@ -1,190 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToChar(string, IFormatProvider)
-/// </summary>
-public class ConvertTochar
-{
-    public static int Main()
-    {
-        ConvertTochar testObj = new ConvertTochar();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToChar(string, IFormatProvider)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        char ch;
-        string str;
-        char expectedValue;
-        char actualValue;
-
-        ch = TestLibrary.Generator.GetChar(-55);
-        str = new string(ch, 1);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: String whose length euquals 1 character.");
-        try
-        {
-            actualValue = Convert.ToChar(str, null);
-            expectedValue = str[0];
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to string {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    str, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe string is \"" + str + "\"";
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //FormatException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: The length of string is longer than 1 character. ";
-        string errorDesc;
-
-        string str = TestLibrary.Generator.GetString(-55, false, 2, 256);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(str, null);
-
-            errorDesc = "FormatException is not thrown as expected.";
-            errorDesc += string.Format("\nThe string value is \"{0}\"", str);
-            TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe string value is \"{0}\"", str);
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    //ArgumentNullException
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N002";
-        const string c_TEST_DESC = "NegTest2: String is null reference.";
-        string errorDesc;
-
-        string str = TestLibrary.Generator.GetString(-55, false, 2, 256);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(null, null);
-
-            errorDesc = "ArgumentNullException is not thrown as expected.";
-            errorDesc += "\nThe string value is null reference.";
-            TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nThe string value is null reference.";
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    //FormatException
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N003";
-        const string c_TEST_DESC = "NegTest3: String is String.Empty.";
-        string errorDesc;
-
-        string str = TestLibrary.Generator.GetString(-55, false, 2, 256);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(string.Empty, null);
-
-            errorDesc = "FormatException is not thrown as expected.";
-            errorDesc += "\nThe string value is string.Empty.";
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nThe string value is string.Empty.";
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar14.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar14.cs
deleted file mode 100644 (file)
index 1c05767..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToChar(UInt16)
-/// Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character. 
-/// </summary>
-public class ConvertTochar
-{
-    public static int Main()
-    {
-        ConvertTochar testObj = new ConvertTochar();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToChar(UInt16)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        UInt16 i;
-        char expectedValue;
-        char actualValue;
-
-        i = (UInt16)(TestLibrary.Generator.GetInt32(-55) % (UInt16.MaxValue + 1));
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: UInt16 value between 0 and UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to UInt16 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})", 
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe UInt16 value is " + i;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        UInt16 i;
-        char expectedValue;
-        char actualValue;
-
-        i = UInt16.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: UInt16 value is UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to UInt16 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe UInt16 value is " + i;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        UInt16 i;
-        char expectedValue;
-        char actualValue;
-
-        i = UInt16.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Value is UInt16.MinValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to UInt16 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe UInt16 value is " + i;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar15.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar15.cs
deleted file mode 100644 (file)
index 64bd84d..0000000
+++ /dev/null
@@ -1,190 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToChar(UInt32)
-/// Converts the value of the specified 32-bit unsigned integer to its equivalent Unicode character. 
-/// </summary>
-public class ConvertTochar
-{
-    public static int Main()
-    {
-        ConvertTochar testObj = new ConvertTochar();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToChar(UInt32)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        UInt32 i;
-        char expectedValue;
-        char actualValue;
-
-        i = (UInt32)(TestLibrary.Generator.GetInt64(-55) % (UInt16.MaxValue + 1));
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: UInt32 value between 0 and UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to UInt32 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})", 
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe UInt32 value is " + i;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        UInt32 i;
-        char expectedValue;
-        char actualValue;
-
-        i = UInt16.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: UInt32 value is UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to UInt32 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe UInt32 value is " + i;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        UInt32 i;
-        char expectedValue;
-        char actualValue;
-
-        i = UInt32.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: value is UInt32.MinValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to UInt32 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe UInt32 value is " + i;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //OverflowException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: UInt32 value is a integer between UInt16.MaxValue and UInt32.MaxValue.";
-        string errorDesc;
-
-        UInt32 i = (UInt32)(TestLibrary.Generator.GetInt64(-55) % (UInt32.MaxValue - UInt16.MaxValue) + 
-                      UInt16.MaxValue + 1);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(i);
-
-            errorDesc = "OverflowException is not thrown as expected.";
-            errorDesc += string.Format("\nThe UInt32 value is {0}", i);
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe UInt32 value is {0}", i);
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar16.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar16.cs
deleted file mode 100644 (file)
index 2da58fb..0000000
+++ /dev/null
@@ -1,210 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToChar(UInt64)
-/// Converts the value of the specified 64-bit unsigned integer to its equivalent Unicode character. 
-/// </summary>
-public class ConvertTochar
-{
-    public static int Main()
-    {
-        ConvertTochar testObj = new ConvertTochar();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToChar(UInt64)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        UInt64 i;
-        char expectedValue;
-        char actualValue;
-
-        i = GetUInt64() % (UInt16.MaxValue + 1);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: UInt64 value between 0 and UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to UInt64 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})", 
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe UInt64 value is " + i;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        UInt64 i;
-        char expectedValue;
-        char actualValue;
-
-        i = UInt16.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: UInt64 value is UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to UInt64 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe UInt64 value is " + i;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        UInt64 i;
-        char expectedValue;
-        char actualValue;
-
-        i = UInt64.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: value is UInt64.MinValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to UInt64 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe UInt64 value is " + i;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //OverflowException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: UInt64 value is a integer between UInt16.MaxValue and UInt64.MaxValue.";
-        string errorDesc;
-
-        UInt64 i = (UInt64)(GetUInt64() % (UInt64.MaxValue - UInt16.MaxValue) + UInt16.MaxValue + 1);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(i);
-
-            errorDesc = "OverflowException is not thrown as expected.";
-            errorDesc += string.Format("\nThe UInt64 value is {0}", i);
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe UInt64 value is {0}", i);
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region helper method
-    // returns a non-negative UInt64 between 0 and UInt64.MaxValue
-    private static UInt64 GetUInt64()
-    {
-        byte[] buffer = new byte[8];
-        UInt64 iVal;
-
-        TestLibrary.Generator.GetBytes(-55, buffer);
-
-        // convert to Int64
-        iVal = 0;
-        for (int i = 0; i < buffer.Length; i++)
-        {
-            iVal |= ((UInt64)buffer[i] << (i * 8));
-        }
-
-        TestLibrary.TestFramework.LogInformation("Random Int64 produced: " + iVal.ToString());
-        return iVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar5.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar5.cs
deleted file mode 100644 (file)
index 51c1d7f..0000000
+++ /dev/null
@@ -1,189 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToChar(Int16)
-/// Converts the value of the specified 16-bit signed integer to its equivalent Unicode character. 
-/// </summary>
-public class ConvertTochar
-{
-    public static int Main()
-    {
-        ConvertTochar testObj = new ConvertTochar();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToChar(Int16)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int16 i;
-        char expectedValue;
-        char actualValue;
-
-        i = TestLibrary.Generator.GetInt16(-55);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Int16 value between 0 and Int16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to Int16 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})", 
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int16 value is " + i;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int16 i;
-        char expectedValue;
-        char actualValue;
-
-        i = Int16.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Int16 value is Int16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to Int16 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int16 value is " + i;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int16 i;
-        char expectedValue;
-        char actualValue;
-
-        i = 0;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Int16 value is zero.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to Int16 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int16 value is " + i;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //OverflowException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: Int16 value is a negative integer between Int16.MinValue and -1.";
-        string errorDesc;
-
-        Int16 i = (Int16)(-1 * TestLibrary.Generator.GetInt16(-55) - 1);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(i);
-
-            errorDesc = "OverflowException is not thrown as expected.";
-            errorDesc += string.Format("\nThe Int16 value is {0}", i);
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe Int16 value is {0}", i);
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar6.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar6.cs
deleted file mode 100644 (file)
index 3df3fb2..0000000
+++ /dev/null
@@ -1,225 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToChar(Int32)
-/// Converts the value of the specified 32-bit signed integer to its equivalent Unicode character. 
-/// </summary>
-public class ConvertTochar
-{
-    public static int Main()
-    {
-        ConvertTochar testObj = new ConvertTochar();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToChar(Int32)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int32 i;
-        char expectedValue;
-        char actualValue;
-
-        i = TestLibrary.Generator.GetInt32(-55) % (UInt16.MaxValue + 1);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Int32 value between 0 and UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to Int32 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})", 
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int32 value is " + i;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int32 i;
-        char expectedValue;
-        char actualValue;
-
-        i = UInt16.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Int32 value is UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to Int32 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int32 value is " + i;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int32 i;
-        char expectedValue;
-        char actualValue;
-
-        i = 0;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Int32 value is zero.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to Int32 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int32 value is " + i;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //OverflowException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: Int32 value is a negative integer between Int32.MinValue and -1.";
-        string errorDesc;
-
-        Int32 i = (Int32)(-1 * TestLibrary.Generator.GetInt32(-55) - 1);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(i);
-
-            errorDesc = "OverflowException is not thrown as expected.";
-            errorDesc += string.Format("\nThe Int32 value is {0}", i);
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe Int32 value is {0}", i);
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N002";
-        const string c_TEST_DESC = "NegTest2: Int32 value is a integer between UInt16.MaxValue and Int32.MaxValue.";
-        string errorDesc;
-
-        Int32 i = TestLibrary.Generator.GetInt32(-55) % (Int32.MaxValue - UInt16.MaxValue) + 
-                      UInt16.MaxValue + 1;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(i);
-
-            errorDesc = "OverflowException is not thrown as expected.";
-            errorDesc += string.Format("\nThe Int32 value is {0}", i);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe Int32 value is {0}", i);
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar7.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar7.cs
deleted file mode 100644 (file)
index bf50977..0000000
+++ /dev/null
@@ -1,225 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToChar(Int64)
-/// Converts the value of the specified 64-bit signed integer to its equivalent Unicode character. 
-/// </summary>
-public class ConvertTochar
-{
-    public static int Main()
-    {
-        ConvertTochar testObj = new ConvertTochar();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToChar(Int64)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int64 i;
-        char expectedValue;
-        char actualValue;
-
-        i = TestLibrary.Generator.GetInt64(-55) % (UInt16.MaxValue + 1);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Int64 value between 0 and UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to Int64 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})", 
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int64 value is " + i;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int64 i;
-        char expectedValue;
-        char actualValue;
-
-        i = UInt16.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Int64 value is UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to Int64 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int64 value is " + i;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Int64 i;
-        char expectedValue;
-        char actualValue;
-
-        i = 0;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Int64 value is zero.");
-        try
-        {
-            actualValue = Convert.ToChar(i);
-            expectedValue = (char)i;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format(
-                    "The character corresponding to Int64 value {0} is not \\u{1:x} as expected: actual(\\u{2:x})",
-                    i, (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int64 value is " + i;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //OverflowException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: Int64 value is a negative integer between Int64.MinValue and -1.";
-        string errorDesc;
-
-        Int64 i = (Int64)(-1 * TestLibrary.Generator.GetInt64(-55) - 1);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(i);
-
-            errorDesc = "OverflowException is not thrown as expected.";
-            errorDesc += string.Format("\nThe Int64 value is {0}", i);
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe Int64 value is {0}", i);
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N002";
-        const string c_TEST_DESC = "NegTest2: Int64 value is a integer between UInt16.MaxValue and Int64.MaxValue.";
-        string errorDesc;
-
-        Int64 i = TestLibrary.Generator.GetInt64(-55) % (Int64.MaxValue - UInt16.MaxValue) + 
-                      UInt16.MaxValue + 1;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(i);
-
-            errorDesc = "OverflowException is not thrown as expected.";
-            errorDesc += string.Format("\nThe Int64 value is {0}", i);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe Int64 value is {0}", i);
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar8.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar8.cs
deleted file mode 100644 (file)
index 95cfb95..0000000
+++ /dev/null
@@ -1,399 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToChar(Object)
-/// Converts the value of the specified Object to a Unicode character. 
-/// </summary>
-public class ConvertTochar
-{
-    public static int Main()
-    {
-        ConvertTochar testObj = new ConvertTochar();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToChar(Object)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        object obj;
-        char expectedValue;
-        char actualValue;
-
-        Int64 i = TestLibrary.Generator.GetInt64(-55) % (UInt16.MaxValue + 1);
-        obj = i;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Object is Int64 value between 0 and UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(obj);
-            expectedValue = (char)i;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format("The character of Int64 value " + 
-                                    obj + " is not the value \\u{0:x}" +
-                                    " as expected: actual(\\u{1:x})", (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int64 value is " + obj;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        object obj;
-        char expectedValue;
-        char actualValue;
-
-        byte b = TestLibrary.Generator.GetByte(-55);
-        obj = b;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Object is byte value");
-        try
-        {
-            actualValue = Convert.ToChar(obj);
-            expectedValue = (char)b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format("The character of byte value " +
-                                    obj + " is not the value \\u{0:x}" +
-                                    " as expected: actual(\\u{1:x})", (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe byte value is " + obj;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        object obj;
-        char expectedValue;
-        char actualValue;
-
-        expectedValue = TestLibrary.Generator.GetChar(-55);
-        obj = new string(expectedValue, 1);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Object instance is string");
-        try
-        {
-            actualValue = Convert.ToChar(obj);
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format("The character of \"" + 
-                                    obj + "\" is not the value \\u{0:x}" +
-                                    " as expected: actual(\\u{1:x})", (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe string is " + obj;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        object obj;
-        char expectedValue;
-        char actualValue;
-
-        obj = TestLibrary.Generator.GetChar(-55);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Object instance is character.");
-        try
-        {
-            actualValue = Convert.ToChar(obj);
-            expectedValue = (char)obj;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format("The character of \"" +
-                    obj + "\" is not the value \\u{0:x}" +
-                    " as expected: actual(\\u{1:x})", (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("007", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe string is \"" + obj + "\"";
-            TestLibrary.TestFramework.LogError("008", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //OverflowException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: Object instance is a negative Int32 value between Int32.MinValue and -1.";
-        string errorDesc;
-
-        Int32 i = -1 * TestLibrary.Generator.GetInt32(-55) - 1;
-        object obj = i;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(obj);
-
-            errorDesc = "OverflowException is not thrown as expected.";
-            errorDesc += string.Format("\nThe Int32 value is {0}", i);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe Int32 value is {0}", i);
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N002";
-        const string c_TEST_DESC = "NegTest2: Object instance is a Int64 value between UInt16.MaxValue and Int64.MaxValue.";
-        string errorDesc;
-
-        Int64 i = TestLibrary.Generator.GetInt64(-55) % (Int64.MaxValue - UInt16.MaxValue) + 
-                      UInt16.MaxValue + 1;
-        object obj = i;
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(obj);
-            errorDesc = "OverflowException is not thrown as expected.";
-            errorDesc += string.Format("\nThe Int64 value is {0}", i);
-            TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe Int64 value is {0}", i);
-            TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    //InvalidCastException
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N003";
-        const string c_TEST_DESC = "NegTes3: Object instance does not implement the IConvertible interface. ";
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(new MyFoo());
-            errorDesc = "InvalidCastException is not thrown as expected.";
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    //FormatException
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N004";
-        const string c_TEST_DESC = "NegTest4: Object instance is a string whose length is longer than 1 characters.";
-        string errorDesc;
-
-        string str = TestLibrary.Generator.GetString(-55, false, 2, 256);
-        object obj = str;
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(obj);
-            errorDesc = "FormatException is not thrown as expected.";
-            errorDesc += "\nThe string is \"" + str + "\"";
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nThe string is \"" + str + "\"";
-            TestLibrary.TestFramework.LogError("015" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    //ArgumentNullException
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N005";
-        const string c_TEST_DESC = "NegTes5: Object instance is a null reference.";
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(null);
-            errorDesc = "ArgumentNullException is not thrown as expected.";
-            errorDesc += "\nThe string is <null>";
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nThe object is a null reference";
-            TestLibrary.TestFramework.LogError("016" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    //InvalidCastException
-    public bool NegTest6()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N006";
-        const string c_TEST_DESC = "NegTes6: Object instance is double value.";
-        string errorDesc;
-
-        double d = TestLibrary.Generator.GetDouble(-55);
-        object obj = d;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(obj);
-            errorDesc = "InvalidCastException is not thrown as expected.";
-            errorDesc += "\nThe string is \"" + obj.ToString() + "\"";
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nThe object is a null reference";
-            TestLibrary.TestFramework.LogError("016" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Helper type
-    //A class which does not implement the interface IConvertible
-    internal class MyFoo
-    {}
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttochar9.cs b/tests/src/CoreMangLib/cti/system/convert/converttochar9.cs
deleted file mode 100644 (file)
index 48614d6..0000000
+++ /dev/null
@@ -1,407 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// Convert.ToChar(Object, IFormatProvider)
-/// </summary>
-public class ConvertTochar
-{
-    public static int Main()
-    {
-        ConvertTochar testObj = new ConvertTochar();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToChar(Object, IFormatProvider)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        object obj;
-        IFormatProvider provider;
-        char expectedValue;
-        char actualValue;
-
-        Int64 i = TestLibrary.Generator.GetInt64(-55) % (UInt16.MaxValue + 1);
-        obj = i;
-        provider = null;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Object is Int64 value between 0 and UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToChar(obj, provider);
-            expectedValue = (char)i;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format("The character of Int64 value " + 
-                                    obj + " is not the value \\u{0:x}" +
-                                    " as expected: actual(\\u{1:x})", (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe Int64 value is " + obj;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        object obj;
-        IFormatProvider provider;
-        char expectedValue;
-        char actualValue;
-
-        byte b = TestLibrary.Generator.GetByte(-55);
-        obj = b;
-        provider = null;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Object is byte value");
-        try
-        {
-            actualValue = Convert.ToChar(obj, provider);
-            expectedValue = (char)b;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format("The character of byte value " +
-                                    obj + " is not the value \\u{0:x}" +
-                                    " as expected: actual(\\u{1:x})", (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe byte value is " + obj;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        object obj;
-        IFormatProvider provider;
-        char expectedValue;
-        char actualValue;
-
-        expectedValue = TestLibrary.Generator.GetChar(-55);
-        obj = new string(expectedValue, 1);
-        provider = null;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Object instance is string");
-        try
-        {
-            actualValue = Convert.ToChar(obj, provider);
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format("The character of \"" + 
-                                    obj + "\" is not the value \\u{0:x}" +
-                                    " as expected: actual(\\u{1:x})", (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe string is " + obj;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        object obj;
-        IFormatProvider provider;
-        char expectedValue;
-        char actualValue;
-
-        obj = TestLibrary.Generator.GetChar(-55);
-        provider = null;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Object instance is character.");
-        try
-        {
-            actualValue = Convert.ToChar(obj, provider);
-            expectedValue = (char)obj;
-
-            if (actualValue != expectedValue)
-            {
-                errorDesc = string.Format("The character of \"" +
-                    obj + "\" is not the value \\u{0:x}" +
-                    " as expected: actual(\\u{1:x})", (int)expectedValue, (int)actualValue);
-                TestLibrary.TestFramework.LogError("007", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe string is \"" + obj + "\"";
-            TestLibrary.TestFramework.LogError("008", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //OverflowException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: Object instance is a negative Int32 value between Int32.MinValue and -1.";
-        string errorDesc;
-
-        Int32 i = -1 * TestLibrary.Generator.GetInt32(-55) - 1;
-        object obj = i;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(obj, null);
-
-            errorDesc = "OverflowException is not thrown as expected.";
-            errorDesc += string.Format("\nThe Int32 value is {0}", i);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe Int32 value is {0}", i);
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N002";
-        const string c_TEST_DESC = "NegTest2: Object instance is a Int64 value between UInt16.MaxValue and Int64.MaxValue.";
-        string errorDesc;
-
-        Int64 i = TestLibrary.Generator.GetInt64(-55) % (Int64.MaxValue - UInt16.MaxValue) + 
-                      UInt16.MaxValue + 1;
-        object obj = i;
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(obj, null);
-            errorDesc = "OverflowException is not thrown as expected.";
-            errorDesc += string.Format("\nThe Int64 value is {0}", i);
-            TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nThe Int64 value is {0}", i);
-            TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    //InvalidCastException
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N003";
-        const string c_TEST_DESC = "NegTes3: Object instance does not implement the IConvertible interface. ";
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(new MyFoo());
-            errorDesc = "InvalidCastException is not thrown as expected.";
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    //FormatException
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N004";
-        const string c_TEST_DESC = "NegTest4: Object instance is a string whose length is longer than 1 characters.";
-        string errorDesc;
-
-        string str = TestLibrary.Generator.GetString(-55, false, 2, 256);
-        object obj = str;
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(obj, null);
-            errorDesc = "FormatException is not thrown as expected.";
-            errorDesc += "\nThe string is \"" + str + "\"";
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nThe string is \"" + str + "\"";
-            TestLibrary.TestFramework.LogError("015" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    //ArgumentNullException
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N005";
-        const string c_TEST_DESC = "NegTes5: Object instance is a null reference.";
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(null);
-            errorDesc = "ArgumentNullException is not thrown as expected.";
-            errorDesc += "\nThe string is <null>";
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nThe object is a null reference";
-            TestLibrary.TestFramework.LogError("016" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    //InvalidCastException
-    public bool NegTest6()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N006";
-        const string c_TEST_DESC = "NegTes6: Object instance is double value.";
-        string errorDesc;
-
-        double d = TestLibrary.Generator.GetDouble(-55);
-        object obj = d;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToChar(obj, null);
-            errorDesc = "InvalidCastException is not thrown as expected.";
-            errorDesc += "\nThe string is \"" + obj.ToString() + "\"";
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nThe object is a null reference";
-            TestLibrary.TestFramework.LogError("016" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Helper type
-    //A class which does not implement the interface IConvertible
-    internal class MyFoo
-    {}
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodatetime.cs b/tests/src/CoreMangLib/cti/system/convert/converttodatetime.cs
deleted file mode 100644 (file)
index 156775e..0000000
+++ /dev/null
@@ -1,128 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-using System.Globalization;
-
-public class ConvertToDateTime
-{
-    public static int Main()
-    {
-        ConvertToDateTime ac = new ConvertToDateTime();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToDateTime(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-
-        return retVal;
-    }
-
-    // public static DateTime ToDateTime(object value)
-    public bool PosTest1() { DateTime now=DateTime.Now; return PosTest<object>(1, now.ToString(), now); }
-    public bool PosTest2() { return PosTest<object>(2, DateTime.MinValue, DateTime.MinValue); }
-    public bool PosTest3() { return PosTest<object>(3, CultureInfo.CurrentCulture.Calendar.MaxSupportedDateTime, CultureInfo.CurrentCulture.Calendar.MaxSupportedDateTime); }
-    public bool PosTest4() { return PosTest<object>(4, (object)null, DateTime.MinValue); }
-
-    // public static DateTime ToDateTime(String value, IFormatProvider provider) {
-
-    public bool PosTest5() { return PosTest2(5, null, new DateTime(0)); }
-    public bool PosTest6() { DateTime now=DateTime.Now; return PosTest2(6, now.ToString(), now); }
-
-    public bool PosTest<T>(int id, T curValue, DateTime expValue)
-    {
-        bool            retVal = true;
-        DateTime        newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToDateTime(...) (curValue:"+typeof(T)+" " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToDateTime(curValue);
-
-            if (9999999 <= Math.Abs(newValue.Subtract(expValue).Ticks))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ") Diff("+newValue.Subtract(expValue).Ticks+")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToDateTime(curValue, myfp);
-
-            if (9999999 <= Math.Abs(newValue.Subtract(expValue).Ticks))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ") Diff("+newValue.Subtract(expValue).Ticks+")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2(int id, string curValue, DateTime expValue)
-    {
-        bool            retVal = true;
-        DateTime        newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToDateTime(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToDateTime(curValue);
-
-            if (9999999 <= Math.Abs(newValue.Subtract(expValue).Ticks))
-            {
-                TestLibrary.TestFramework.LogError("003", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ") Diff("+newValue.Subtract(expValue).Ticks+")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToDateTime(curValue, myfp);
-
-            if (9999999 <= Math.Abs(newValue.Subtract(expValue).Ticks))
-            {
-                TestLibrary.TestFramework.LogError("004", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ") Diff("+newValue.Subtract(expValue).Ticks+")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal.cs
deleted file mode 100644 (file)
index 253c631..0000000
+++ /dev/null
@@ -1,174 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToDecimal
-{
-    private const int c_MIN_SIZE   = 64;
-    private const int c_MAX_SIZE   = 1024;
-    private const int c_MIN_STRLEN = 1;
-    private const int c_MAX_STRLEN = 1024;
-
-    public static int Main()
-    {
-        ConvertToDecimal ac = new ConvertToDecimal();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToDecimal(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-        retVal = PosTest5()  && retVal;
-        retVal = PosTest6()  && retVal;
-        retVal = PosTest7()  && retVal;
-        retVal = PosTest8()  && retVal;
-        retVal = PosTest9()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1()  && retVal;
-        retVal = NegTest2()  && retVal;
-
-        return retVal;
-    }
-
-    // public static decimal ToDecimal(object value)
-    public bool PosTest1() { return PosTest<object>(1, Decimal.MaxValue.ToString(), Decimal.MaxValue); }
-    public bool PosTest2() { return PosTest<object>(2, Decimal.MinValue.ToString(), Decimal.MinValue); }
-    public bool PosTest3() { return PosTest<object>(3, null, 0); }
-
-    public bool PosTest4() { return PosTest<Boolean>(4, true, 1m); }
-    public bool PosTest5() { return PosTest<Boolean>(5, false, 0m); }
-
-    public bool PosTest6() { return PosTest2(6, null, 0m); }
-    public bool PosTest7() { return PosTest2(7, "90384230390" + TestLibrary.Utilities.CurrentCulture.NumberFormat.NumberDecimalSeparator + "0384", 90384230390.0384m); }
-
-    // public static byte ToByte(object value) {
-    public bool PosTest8() { return PosTest2(8, null, 0); }
-    public bool PosTest9() { return PosTest2(9, "34", 34); }
-
-    public bool NegTest1() { return NegTest<char>(1, ' ', typeof(System.InvalidCastException)); }
-    public bool NegTest2() { return NegTest<DateTime>(2, DateTime.Now, typeof(System.InvalidCastException)); }
-
-    public bool PosTest<T>(int id, T curValue, Decimal expValue)
-    {
-        bool            retVal = true;
-        Decimal         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToDecimal(...) (curValue:"+typeof(T)+" " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToDecimal(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToDecimal(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2(int id, String curValue, Decimal expValue)
-    {
-        bool            retVal = true;
-        Decimal         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToDecimal(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToDecimal(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("003", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToDecimal(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("004", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest<T>(int id, T curValue, Type exception)
-    {
-        bool            retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ToDecimal(...) (curValue:"+typeof(T)+" " +curValue+"");
-
-        try
-        {
-            Convert.ToDecimal(curValue);
-
-            TestLibrary.TestFramework.LogError("006", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("007", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal1.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal1.cs
deleted file mode 100644 (file)
index bb61282..0000000
+++ /dev/null
@@ -1,145 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDecimal(System.UInt16)
-/// </summary>
-public class ConvertToDecimal1
-{
-    public static int Main()
-    {
-        ConvertToDecimal1 testObj = new ConvertToDecimal1();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDecimal(System.UInt16)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        System.UInt16 b;
-
-        Decimal actualValue;
-
-        b = Convert.ToUInt16(TestLibrary.Generator.GetInt32(-55) % System.UInt16.MaxValue);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Verify the parameter is a Random System.UInt16 ");
-        try
-        {
-            actualValue = Convert.ToDecimal(b);
-
-            if (actualValue != b)
-            {
-                errorDesc = "The Decimal value " + b + " is not the value " + b +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\n The System.UInt16 value is " + b;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        System.UInt16 b;
-        
-        Decimal actualValue;
-
-        b = System.UInt16.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: value is USystem.UInt16.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToDecimal(b);
-
-            if (actualValue != b)
-            {
-                errorDesc = "The Decimal value " + b + " is not the value " + b +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe byte value is " + b;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        System.UInt16 b;
-
-        Decimal actualValue;
-
-        b = System.UInt16.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: value is System.UInt16.MinValue.");
-        try
-        {
-            actualValue = Convert.ToDecimal(b);
-
-            if (actualValue != b)
-            {
-                errorDesc = "The  Decimal value " + b + " is not the value " + b +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe System.UInt16 value is " + b;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal10.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal10.cs
deleted file mode 100644 (file)
index 04654f8..0000000
+++ /dev/null
@@ -1,153 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToDecimal(Double)
-/// </summary>
-public class ConvertToDecimal10
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random double value to decimal");
-
-        try
-        {
-            double doubleValue = TestLibrary.Generator.GetDouble(-55);
-            decimal decimalValue = Convert.ToDecimal(doubleValue);
-            if (decimalValue != (decimal)doubleValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert zero to decimal");
-
-        try
-        {
-            double doubleValue = 0;
-            decimal decimalValue = Convert.ToDecimal(doubleValue);
-            if (decimalValue != (decimal)doubleValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: The numeric value of value is greater than DecimalMaxValue");
-
-        try
-        {
-            double doubleValue = double.MaxValue;
-            decimal decimalValue = Convert.ToDecimal(doubleValue);
-            TestLibrary.TestFramework.LogError("101", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: The numeric value of value is greater than DecimalMinvalue");
-
-        try
-        {
-            double doubleValue = double.MinValue;
-            decimal decimalValue = Convert.ToDecimal(doubleValue);
-            TestLibrary.TestFramework.LogError("103", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal10 test = new ConvertToDecimal10();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal10");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal11.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal11.cs
deleted file mode 100644 (file)
index 58b03c2..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToDecimal(Int32)
-/// </summary>
-public class ConvertToDecimal11
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random int32 to decimal");
-
-        try
-        {
-            Int32 i = this.GetInt32(Int32.MinValue, Int32.MaxValue);
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert Int32MaxValue to decimal");
-
-        try
-        {
-            Int32 i = Int32.MaxValue;
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert Int32MinValue to decimal");
-
-        try
-        {
-            Int32 i = Int32.MinValue;
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal11 test = new ConvertToDecimal11();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal11");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal12.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal12.cs
deleted file mode 100644 (file)
index 6b8c3a7..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToDecimal(Int16)
-/// </summary>
-public class ConvertToDecimal12
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random int16 to decimal");
-
-        try
-        {
-            Int16 i = this.GetInt16(Int16.MinValue, Int16.MaxValue);
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert Int16MaxValue to decimal");
-
-        try
-        {
-            Int16 i = Int16.MaxValue;
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert Int16MinValue to decimal");
-
-        try
-        {
-            Int16 i = Int16.MinValue;
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal12 test = new ConvertToDecimal12();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal12");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private Int16 GetInt16(Int16 minValue, Int16 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return (Int16)(minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal13.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal13.cs
deleted file mode 100644 (file)
index 6555a9d..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToDecimal(Int64)
-/// </summary>
-public class ConvertToDecimal13
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random int64 to decimal");
-
-        try
-        {
-            Int64 i = this.GetInt64(Int64.MinValue, Int64.MaxValue);
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert Int64MaxValue to decimal");
-
-        try
-        {
-            Int64 i = Int64.MaxValue;
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert Int64MinValue to decimal");
-
-        try
-        {
-            Int64 i = Int64.MinValue;
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal13 test = new ConvertToDecimal13();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal13");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private Int64 GetInt64(Int64 minValue, Int64 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return (Int64)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal14.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal14.cs
deleted file mode 100644 (file)
index d64f5c9..0000000
+++ /dev/null
@@ -1,301 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToDecimal(Object)
-/// </summary>
-public class ConvertToDecimal14
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: The object is a byte");
-
-        try
-        {
-            byte i = TestLibrary.Generator.GetByte(-55);
-            object ob = i;
-            decimal decimalValue = Convert.ToDecimal(ob);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: The object is an int32");
-
-        try
-        {
-            Int32 i = TestLibrary.Generator.GetInt32(-55);
-            object ob = i;
-            decimal decimalValue = Convert.ToDecimal(ob);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected,i is" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: The object is a double");
-
-        try
-        {
-            double i = TestLibrary.Generator.GetDouble(-55);
-            object ob = i;
-            decimal decimalValue = Convert.ToDecimal(ob);
-            if (decimalValue != (i as IConvertible).ToDecimal(null))
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected,i is" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: The object is a string");
-
-        try
-        {
-            string i = "-10001";
-            object ob = i;
-            decimal decimalValue = Convert.ToDecimal(ob);
-            if (decimalValue != -10001)
-            {
-                TestLibrary.TestFramework.LogError("007", "The result is not the value as expected,i is" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest5: The object is a custom class which implement the iconvertible interface");
-
-        try
-        {
-            MyClass myClass = new MyClass();
-            object ob = myClass;
-            decimal decimalValue = Convert.ToDecimal(ob);
-            if (decimalValue != -1)
-            {
-                TestLibrary.TestFramework.LogError("009", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: The conversion is invalid");
-
-        try
-        {
-            char i = '1';
-            object ob = i;
-            decimal decimalValue = Convert.ToDecimal(ob);
-            TestLibrary.TestFramework.LogError("101", "The InvalidCastException was not thrown as expected");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal14 test = new ConvertToDecimal14();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal14");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
-public class MyClass : IConvertible
-{
-    #region IConvertible Members
-
-    public TypeCode GetTypeCode()
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public bool ToBoolean(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public byte ToByte(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public char ToChar(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public DateTime ToDateTime(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public decimal ToDecimal(IFormatProvider provider)
-    {
-        return -1;
-    }
-
-    public double ToDouble(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public short ToInt16(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public int ToInt32(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public long ToInt64(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public sbyte ToSByte(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public float ToSingle(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public string ToString(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public object ToType(Type conversionType, IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public ushort ToUInt16(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public uint ToUInt32(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public ulong ToUInt64(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal15.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal15.cs
deleted file mode 100644 (file)
index 5aed44b..0000000
+++ /dev/null
@@ -1,344 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// System.Convert.ToDecimal(Object,IFormatProvider)
-/// </summary>
-public class ConvertToDecimal15
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: The object is a byte");
-
-        try
-        {
-            byte i = TestLibrary.Generator.GetByte(-55);
-            object ob = i;
-            IFormatProvider iFormatProvider = new CultureInfo("en-US");
-            decimal decimalValue = Convert.ToDecimal(ob, iFormatProvider);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: The object is an int32");
-
-        try
-        {
-            Int32 i = TestLibrary.Generator.GetInt32(-55);
-            object ob = i;
-            IFormatProvider iFormatProvider = new CultureInfo("fr-FR");
-            decimal decimalValue = Convert.ToDecimal(ob, iFormatProvider);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected,i is" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: The object is a double and the Iformatprovider is a null reference");
-
-        try
-        {
-            double i = TestLibrary.Generator.GetDouble(-55);
-            object ob = i;
-            IFormatProvider iFormatProvider = null;
-            decimal decimalValue = Convert.ToDecimal(ob, iFormatProvider);
-            if (decimalValue != (i as IConvertible).ToDecimal(null))
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected,i is" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: The object is a string and the cultureinfo is fr-FR");
-
-        try
-        {
-            string i = "-100 123 456";
-            object ob = i;
-            IFormatProvider iFormatProvider = new CultureInfo("fr-FR");
-            decimal decimalValue = Convert.ToDecimal(ob, iFormatProvider);
-            if (decimalValue != -100123456)
-            {
-                TestLibrary.TestFramework.LogError("007", "The result is not the value as expected,i is" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest5: The object is a string and the cultureinfo is en-US");
-
-        try
-        {
-            string i = "-100,123,456.12345";
-            object ob = i;
-            IFormatProvider iFormatProvider = new CultureInfo("en-US");
-            decimal decimalValue = Convert.ToDecimal(ob, iFormatProvider);
-            if (decimalValue != -100123456.12345M)
-            {
-                TestLibrary.TestFramework.LogError("009", "The result is not the value as expected,i is" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest6: The object is a custom class which implement the iconvertible interface");
-
-        try
-        {
-            MyClass myClass = new MyClass();
-            object ob = myClass;
-            IFormatProvider iFormatProvider = new CultureInfo("en-US");
-            decimal decimalValue = Convert.ToDecimal(ob, iFormatProvider);
-            if (decimalValue != -1)
-            {
-                TestLibrary.TestFramework.LogError("011", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: The conversion is invalid");
-
-        try
-        {
-            char i = '1';
-            object ob = i;
-            IFormatProvider iFormatProvider = new CultureInfo("en-US");
-            decimal decimalValue = Convert.ToDecimal(ob, iFormatProvider);
-            TestLibrary.TestFramework.LogError("101", "The InvalidCastException was not thrown as expected");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal15 test = new ConvertToDecimal15();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal15");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
-public class MyClass : IConvertible
-{
-    #region IConvertible Members
-
-    public TypeCode GetTypeCode()
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public bool ToBoolean(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public byte ToByte(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public char ToChar(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public DateTime ToDateTime(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public decimal ToDecimal(IFormatProvider provider)
-    {
-        if (((CultureInfo)provider).Equals(new CultureInfo("en-US")))
-        {
-            return -1;
-        }
-        if (((CultureInfo)provider).Equals(new CultureInfo("fr-FR")))
-        {
-            return 1;
-        }
-        return 0;
-    }
-
-    public double ToDouble(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public short ToInt16(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public int ToInt32(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public long ToInt64(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public sbyte ToSByte(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public float ToSingle(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public string ToString(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public object ToType(Type conversionType, IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public ushort ToUInt16(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public uint ToUInt32(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    public ulong ToUInt64(IFormatProvider provider)
-    {
-        throw new System.Exception("The method or operation is not implemented.");
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal16.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal16.cs
deleted file mode 100644 (file)
index af59f24..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToDecimal(Sbyte)
-/// </summary>
-public class ConvertToDecimal16
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random sbyte to decimal");
-
-        try
-        {
-            sbyte i = this.GetSByte(sbyte.MinValue, sbyte.MaxValue);
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:"+i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert sbyteMaxValue to decimal");
-
-        try
-        {
-            SByte i = SByte.MaxValue;
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert SByteMinValue to decimal");
-
-        try
-        {
-            SByte i = SByte.MinValue;
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != i)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal16 test = new ConvertToDecimal16();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal16");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private sbyte GetSByte(sbyte minValue, sbyte maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return (sbyte)(minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal17.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal17.cs
deleted file mode 100644 (file)
index df09b7a..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToDecimal(Single)
-/// </summary>
-public class ConvertToDecimal17
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random Single to decimal");
-
-        try
-        {
-            Single i = TestLibrary.Generator.GetSingle(-55);
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != (i as IConvertible).ToDecimal(null))
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Check a single which is  -.123");
-
-        try
-        {
-            Single i = -.123f;
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != -0.123m)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Check a single which is  +.123");
-
-        try
-        {
-            Single i = (Single)(+.123);
-            decimal decimalValue = Convert.ToDecimal(i);
-            if (decimalValue != 0.123m)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal17 test = new ConvertToDecimal17();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal17");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal18.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal18.cs
deleted file mode 100644 (file)
index bf9219e..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToDecimal()
-/// </summary>
-public class ConvertToDecimal18
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        //retVal = PosTest2() && retVal;
-        //retVal = PosTest3() && retVal;
-        //retVal = PosTest4() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-        // retVal = NegTest2() && retVal;
-        // retVal = NegTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            //
-            // Add your test logic here
-            //
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    //public bool PosTest2()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("PosTest2: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-
-    //public bool PosTest3()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("PosTest3: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal18 test = new ConvertToDecimal18();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal18");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal2.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal2.cs
deleted file mode 100644 (file)
index 608db28..0000000
+++ /dev/null
@@ -1,145 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDecimal(System.UInt32)
-/// </summary>
-public class ConvertToDecimal2
-{
-    public static int Main()
-    {
-        ConvertToDecimal2 testObj = new ConvertToDecimal2();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDecimal(System.UInt32)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        System.UInt32 b;
-
-        Decimal actualValue;
-
-        b = Convert.ToUInt32(TestLibrary.Generator.GetInt64(-55) % System.UInt32.MaxValue);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Verify the parameter is a Random System.UInt32 ");
-        try
-        {
-            actualValue = Convert.ToDecimal(b);
-
-            if (actualValue != b)
-            {
-                errorDesc = "The Decimal value " + b + " is not the value " + b +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\n The System.UInt32 value is " + b;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        System.UInt32 b;
-
-        Decimal actualValue;
-
-        b = System.UInt32.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: value is USystem.UInt32.MaxValue.");
-        try
-        {
-            actualValue = Convert.ToDecimal(b);
-
-            if (actualValue != b)
-            {
-                errorDesc = "The  Decimal value value " + b + " is not the value " + b +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe byte value is " + b;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        System.UInt32 b;
-
-        Decimal actualValue;
-
-        b = System.UInt32.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: value is System.UInt32.MinValue.");
-        try
-        {
-            actualValue = Convert.ToDecimal(b);
-
-            if (actualValue != b)
-            {
-                errorDesc = "The  Decimal value integer " + b + " is not the value " + b +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\nThe System.UInt32 value is " + b;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal5.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal5.cs
deleted file mode 100644 (file)
index aa52929..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToDecimal(boolean)
-/// </summary>
-public class ConvertToDecimal5
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: The bool value is true");
-
-        try
-        {
-            bool boolValue = true;
-            decimal decimalValue = Convert.ToDecimal(boolValue);
-            if (decimalValue != 1)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: The bool value is false");
-
-        try
-        {
-            bool boolValue = false;
-            decimal decimalValue = Convert.ToDecimal(boolValue);
-            if (decimalValue != 0)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal5 test = new ConvertToDecimal5();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal5");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal6.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal6.cs
deleted file mode 100644 (file)
index 23563b0..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToDecimal(Byte)
-/// </summary>
-public class ConvertToDecimal6
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random byte value to decimal");
-
-        try
-        {
-            Byte ByteValue = this.GetByte(byte.MinValue, byte.MaxValue);
-            decimal decimalValue = Convert.ToDecimal(ByteValue);
-            if (decimalValue != ByteValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert byteMaxValue to decimal");
-
-        try
-        {
-            Byte ByteValue = byte.MaxValue;
-            decimal decimalValue = Convert.ToDecimal(ByteValue);
-            if (decimalValue != byte.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert byteMinValue to decimal");
-
-        try
-        {
-            Byte ByteValue = byte.MinValue;
-            decimal decimalValue = Convert.ToDecimal(ByteValue);
-            if (decimalValue != byte.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal6 test = new ConvertToDecimal6();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal6");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private Byte GetByte(byte minValue, byte maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (byte)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal8.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal8.cs
deleted file mode 100644 (file)
index 7dabe08..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToDecimal(DateTime)
-/// </summary>
-public class ConvertToDecimal8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: Call this method always throws InvalidCastException");
-
-        try
-        {
-            DateTime dateTime = new DateTime();
-            decimal decimalValue = Convert.ToDecimal(dateTime);
-            TestLibrary.TestFramework.LogError("101", "The InvalidCastException was not thrown as expected");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal8 test = new ConvertToDecimal8();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodecimal9.cs b/tests/src/CoreMangLib/cti/system/convert/converttodecimal9.cs
deleted file mode 100644 (file)
index 47baed0..0000000
+++ /dev/null
@@ -1,156 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToDecimal(Decimal)
-/// </summary>
-public class ConvertToDecimal9
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Construct a random decimal");
-
-        int low = TestLibrary.Generator.GetInt32(-55);
-        int mid = TestLibrary.Generator.GetInt32(-55);
-        int hi = TestLibrary.Generator.GetInt32(-55);
-        int flags = 0x1C0000;
-        int[] arrInt ={ low, mid, hi, flags };
-
-        try
-        {
-            decimal decimalSource = new decimal(arrInt);
-            decimal decimalValue = Convert.ToDecimal(decimalSource);
-            if (decimalValue != decimalSource)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: The decimal is zero");
-
-        try
-        {
-            decimal decimalSource = new decimal(0);
-            decimal decimalValue = Convert.ToDecimal(decimalSource);
-            if (decimalValue != decimalSource)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert decimalMaxValue to decimal");
-
-        try
-        {
-            decimal decimalSource = Decimal.MaxValue;
-            decimal decimalValue = Convert.ToDecimal(decimalSource);
-            if (decimalValue != decimalSource)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Convert decimalMinValue to decimal");
-
-        try
-        {
-            decimal decimalSource = Decimal.MinValue;
-            decimal decimalValue = Convert.ToDecimal(decimalSource);
-            if (decimalValue != decimalSource)
-            {
-                TestLibrary.TestFramework.LogError("007", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToDecimal9 test = new ConvertToDecimal9();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToDecimal9");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble.cs
deleted file mode 100644 (file)
index 0e55ca2..0000000
+++ /dev/null
@@ -1,181 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToDouble
-{
-    private const int c_MIN_SIZE   = 64;
-    private const int c_MAX_SIZE   = 1024;
-    private const int c_MIN_STRLEN = 1;
-    private const int c_MAX_STRLEN = 1024;
-
-    public static int Main()
-    {
-        ConvertToDouble ac = new ConvertToDouble();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToDouble(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-        retVal = PosTest5()  && retVal;
-        retVal = PosTest6()  && retVal;
-        retVal = PosTest7()  && retVal;
-        retVal = PosTest8()  && retVal;
-        retVal = PosTest9()  && retVal;
-        retVal = PosTest10()  && retVal;
-        retVal = PosTest11()  && retVal;
-        retVal = PosTest12()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1()  && retVal;
-        retVal = NegTest2()  && retVal;
-
-        return retVal;
-    }
-
-    // public static Double ToDouble(object value)
-    public bool PosTest1() { return PosTest<object>(1, (object)Double.MaxValue, Double.MaxValue); }
-    public bool PosTest2() { return PosTest<object>(2, (object)Double.MinValue, Double.MinValue); }
-    public bool PosTest3() { return PosTest<object>(3, null, 0); }
-
-    public bool PosTest4() { return PosTest<Boolean>(4, true, 1d); }
-    public bool PosTest5() { return PosTest<Boolean>(5, false, 0d); }
-
-    public bool PosTest6() { return PosTest2(6, null, 0d); }
-    public bool PosTest7() { return PosTest2(7, "90384230390" + System.Globalization.CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator + "0384", 90384230390.0384d); }
-
-    // public static byte ToByte(object value) {
-    public bool PosTest8() { return PosTest2(8, null, 0); }
-    public bool PosTest9() { return PosTest2(9, "34", 34); }
-
-    public bool PosTest10() { return PosTest<object>(10, (object)Double.PositiveInfinity, Double.PositiveInfinity); }
-    public bool PosTest11() { return PosTest<object>(11, (object)Double.NegativeInfinity, Double.NegativeInfinity); }
-    public bool PosTest12() { return PosTest<object>(12, (object)Double.NaN, Double.NaN); }
-
-    public bool NegTest1() { return NegTest<char>(1, ' ', typeof(System.InvalidCastException)); }
-    public bool NegTest2() { return NegTest<DateTime>(2, DateTime.Now, typeof(System.InvalidCastException)); }
-
-    public bool PosTest<T>(int id, T curValue, Double expValue)
-    {
-        bool            retVal = true;
-        Double         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToDouble(...) (curValue:"+typeof(T)+" " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToDouble(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToDouble(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2(int id, String curValue, Double expValue)
-    {
-        bool            retVal = true;
-        Double         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToDouble(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToDouble(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("003", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToDouble(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("004", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest<T>(int id, T curValue, Type exception)
-    {
-        bool            retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ToDouble(...) (curValue:"+typeof(T)+" " +curValue+"");
-
-        try
-        {
-            Convert.ToDouble(curValue);
-
-            TestLibrary.TestFramework.LogError("006", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("007", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble10.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble10.cs
deleted file mode 100644 (file)
index 5bab01f..0000000
+++ /dev/null
@@ -1,305 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// Convert.ToDouble(Object)
-/// </summary>
-public class ConvertToDouble10
-{
-    public static int Main()
-    {
-        ConvertToDouble10 testObj = new ConvertToDouble10();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(Object)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1();
-        retVal = NegTest2();
-        retVal = NegTest3();
-        retVal = NegTest4();
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a vaild string and IFormatProvider is a null reference... ";
-        string c_TEST_ID = "P001";
-
-        string actualValue = "62356.123";
-        IFormatProvider provider = null;
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            Double resValue = Convert.ToDouble((Object)actualValue, provider);
-            if (Double.Parse(actualValue) != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is a valid double and IFormatProvider is a null reference... ";
-        string c_TEST_ID = "P002";
-
-        Double actualValue = TestLibrary.Generator.GetDouble(-55);
-        IFormatProvider provider = null;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble((Object)actualValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verfify value is a formated string... ";
-        string c_TEST_ID = "P003";
-
-        string actualValue = "365,982.123";
-        NumberFormatInfo provider = new NumberFormatInfo();
-
-        provider.NumberDecimalSeparator = ".";
-        provider.NumberGroupSeparator = ",";
-        provider.NumberGroupSizes = new int[] { 3 };
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble((Object)actualValue);
-            if (Double.Parse(actualValue,provider) != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is a null reference and IFormatProvider is a null reference ... ";
-        string c_TEST_ID = "P004";
-
-        Object actualValue = null;
-        IFormatProvider provider = null;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue,provider);
-            if (0 != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is 0";
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region NegativeTesting
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest1: value does not implement IConvertible interface and IFormatProvider is a null reference...";
-        const string c_TEST_ID = "N001";
-
-
-        Object actualValue = new Object();
-        IFormatProvider provider = null;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToDouble(actualValue,provider);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, "InvalidCastException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest2: value is a string to double overflowed and IFormatProvider is a null reference...";
-        const string c_TEST_ID = "N002";
-
-
-        string actualValue = "2.7976931348623157E+308";
-        IFormatProvider provider = null;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToDouble((Object)actualValue, provider);
-            TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, "OverflowException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest3: value is a string cantains invalid chars and IFormatProvider is a null reference...";
-        const string c_TEST_ID = "N003";
-
-
-        string actualValue = "3222.79asd";
-        IFormatProvider provider = null;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToDouble((Object)actualValue,provider);
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, "FormatException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest4: value is a string that don't supply given IFormatProvider...";
-        const string c_TEST_ID = "N004";
-
-
-        string actualValue = "3,652,658.123";
-        NumberFormatInfo provider = new NumberFormatInfo();
-
-        provider.NumberDecimalSeparator = ",";
-        provider.NumberGroupSeparator = ".";
-        provider.NumberGroupSizes = new int[] { 3 };
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToDouble((Object)actualValue,provider);
-            TestLibrary.TestFramework.LogError("015" + " TestId-" + c_TEST_ID, "FormatException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble11.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble11.cs
deleted file mode 100644 (file)
index f560ab3..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDouble(System.SByte)
-/// </summary>
-public class ConvertToDouble11
-{
-    public static int Main()
-    {
-        ConvertToDouble11 testObj = new ConvertToDouble11();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.SByte)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a random SByte... ";
-        string c_TEST_ID = "P001";
-
-        SByte actualValue = GetSByte();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is SByte.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        SByte actualValue = SByte.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verfify value is SByte.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        SByte actualValue = SByte.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is zero... ";
-        string c_TEST_ID = "P004";
-
-        SByte actualValue = 0;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #region HelpClass
-    // returns a non-negative Byte between 0 and SByte.MaxValue
-    private  SByte GetSByte()
-    {
-        Random rand = new Random(-55);
-        SByte i = Convert.ToSByte(rand.Next() % (1 + SByte.MaxValue));
-        return i;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble12.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble12.cs
deleted file mode 100644 (file)
index 72b95be..0000000
+++ /dev/null
@@ -1,168 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDouble(System.Single)
-/// </summary>
-public class ConvertToDouble12
-{
-    public static int Main()
-    {
-        ConvertToDouble12 testObj = new ConvertToDouble12();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.Single)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a random Single... ";
-        string c_TEST_ID = "P001";
-
-        Single actualValue = TestLibrary.Generator.GetSingle(-55);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is Single.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        Single actualValue = Single.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verfify value is Single.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        Single actualValue = Single.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is zero... ";
-        string c_TEST_ID = "P004";
-
-        Single actualValue = 0;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble13.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble13.cs
deleted file mode 100644 (file)
index d3d3370..0000000
+++ /dev/null
@@ -1,290 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDouble(String)
-/// </summary>
-public class ConvertToDouble13
-{
-    public static int Main()
-    {
-        ConvertToDouble13 testObj = new ConvertToDouble13();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(String)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1();
-        retVal = NegTest2();
-        retVal = NegTest3();
-        retVal = NegTest4();
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a vaild string ... ";
-        string c_TEST_ID = "P001";
-
-        string actualValue = "62356.123";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            Double resValue = Convert.ToDouble(actualValue);
-            if (Double.Parse(actualValue) != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is a null reference... ";
-        string c_TEST_ID = "P002";
-
-        String actualValue = null;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (0 != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is 0";
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verfify value is a string end with a radix point... ";
-        string c_TEST_ID = "P003";
-
-        String actualValue = "7923.";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            Double realValue = Double.Parse(actualValue);
-            if (realValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is"+ realValue;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is a string started with a radix point... ";
-        string c_TEST_ID = "P003";
-
-        String  actualValue= ".7923";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            Double realValue = Double.Parse(actualValue);
-
-            if (realValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + realValue;
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region NegativeTesting
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest1: Value represents a number greater than Double.MaxValue ";
-        const string c_TEST_ID = "N001";
-
-
-        string actualValue = "2.7976931348623157E+308";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToDouble(actualValue);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, "OverflowException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest2: Value represents a number less than Double.MaxValue ";
-        const string c_TEST_ID = "N002";
-
-
-        string actualValue = "-1.7976931348623159E+308";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToDouble(actualValue);
-            TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, "OverflowException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest3: value is a string cantains invalid chars ";
-        const string c_TEST_ID = "N003";
-
-
-        string actualValue = "3222.79asd";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToDouble(actualValue);
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, "FormatException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest4: value is a empty string ";
-        const string c_TEST_ID = "N004";
-
-
-        string actualValue = "";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToDouble(actualValue);
-            TestLibrary.TestFramework.LogError("015" + " TestId-" + c_TEST_ID, "FormatException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble14.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble14.cs
deleted file mode 100644 (file)
index 17db6f5..0000000
+++ /dev/null
@@ -1,336 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// Convert.ToDouble(System.String,System.IFormatProvider)
-/// </summary>
-public class ConvertToDouble14
-{
-    public static int Main()
-    {
-        ConvertToDouble14 testObj = new ConvertToDouble14();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.String,System.IFormatProvider)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-
-        return retVal;
-    }
-    
-    private CultureInfo CurrentCulture = CultureInfo.CurrentCulture;
-    private CultureInfo customCulture = null;
-    private CultureInfo CustomCulture
-    {
-        get
-        {
-            if (null == customCulture)
-            {
-                customCulture = new CultureInfo(CultureInfo.CurrentCulture.Name);
-                NumberFormatInfo customNFI = new NumberFormatInfo();
-
-                customNFI.NumberDecimalSeparator = ".";
-                customNFI.NumberGroupSeparator = ",";
-                customNFI.NumberGroupSizes = new int[] { 3 };
-
-                customCulture.NumberFormat = customNFI;
-            }
-            return customCulture;
-        }
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Double actualValue;
-        string strDouble = "3,265.12358";
-        Double expVal = Double.Parse(strDouble, CustomCulture.NumberFormat);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Verify  the string value is valid Double value");
-
-        try
-        {
-            actualValue = Convert.ToDouble(strDouble, CustomCulture.NumberFormat);
-
-            if (actualValue != expVal)
-            {
-                errorDesc = "The Double value " + strDouble + " is not the value " +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\n The string  is " + strDouble;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-        // if provider null then currentculture is used
-        TestLibrary.Utilities.CurrentCulture = CustomCulture;
-        NumberFormatInfo provider = null;
-
-        Double actualValue;
-        string strDouble = "3265.12358";
-        Double expVal = Double.Parse(strDouble);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Verify the IFormatProvider is a null reference");
-
-        try
-        {
-            actualValue = Convert.ToDouble(strDouble, provider);
-
-            if (actualValue != expVal)
-            {
-                errorDesc = "The Double value " + strDouble + " is not the value " +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\n The string  is " + strDouble;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-        TestLibrary.Utilities.CurrentCulture = CurrentCulture;
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Double actualValue;
-        string strDouble = "3265.";
-        Double expVal = Double.Parse(strDouble, CustomCulture.NumberFormat);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Verify  the string end with radix point");
-
-        try
-        {
-            actualValue = Convert.ToDouble(strDouble, CustomCulture.NumberFormat);
-
-            if (actualValue != expVal)
-            {
-                errorDesc = "The Double value " + strDouble + " is not the value " +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\n The string  is " + strDouble;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Double actualValue;
-        string strDouble = ".3265";
-        Double expVal = Double.Parse(strDouble, CustomCulture.NumberFormat);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Verify  the string start with radix point");
-
-        try
-        {
-            actualValue = Convert.ToDouble(strDouble, CustomCulture.NumberFormat);
-
-            if (actualValue != expVal)
-            {
-                errorDesc = "The Double value " + strDouble + " is not the value " +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("007", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\n The string  is " + strDouble;
-            TestLibrary.TestFramework.LogError("008", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region NegativeTesting
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:Verify the parameter is a random char...");
-
-        string strDouble = "3,265.123c58";
-
-        try
-        {
-            Convert.ToDouble(strDouble, CustomCulture.NumberFormat);
-            TestLibrary.TestFramework.LogError("009", "FormatException is not thrown as expected ." + "\n string is " + strDouble);
-            retVal = false;
-        }
-        catch (FormatException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception occurs: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2:Verify the parameter  represents a number less than MinValue...");
-
-        string strDouble = "-1.7976931348623159E+308";
-
-        try
-        {
-            Convert.ToDouble(strDouble, CustomCulture.NumberFormat);
-            TestLibrary.TestFramework.LogError("011", "OverflowException is not thrown as expected ." + "\n string is " + strDouble);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "Unexpected exception occurs: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3:Verify the parameter  represents a number greater than MaxValue...");
-
-        string strDouble = "1.7976931348623159E+308";
-
-        try
-        {
-            Convert.ToDouble(strDouble, CustomCulture.NumberFormat);
-            TestLibrary.TestFramework.LogError("013", "OverflowException is not thrown as expected ." + "\n string is " + strDouble);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014", "Unexpected exception occurs: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4:Verify the parameter does not supply IFormatProvider...");
-
-        string strDouble = "1.485.355.146,79769";
-
-        try
-        {
-            Convert.ToDouble(strDouble, CustomCulture.NumberFormat);
-            TestLibrary.TestFramework.LogError("015", "FormatException is not thrown as expected ." + "\n string is " + strDouble);
-            retVal = false;
-        }
-        catch (FormatException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016", "Unexpected exception occurs: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest5:Verify the string is empty");
-
-        string strDouble = "";
-
-        try
-        {
-            Convert.ToDouble(strDouble, CustomCulture.NumberFormat);
-            TestLibrary.TestFramework.LogError("017", "FormatException is not thrown as expected ." + "\n string is empty ");
-            retVal = false;
-        }
-        catch (FormatException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("018", "Unexpected exception occurs: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble15.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble15.cs
deleted file mode 100644 (file)
index 25a4729..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDouble(System.UInt16)
-/// </summary>
-public class ConvertToDouble15
-{
-    public static int Main()
-    {
-        ConvertToDouble15 testObj = new ConvertToDouble15();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.UInt16)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a random UInt16... ";
-        string c_TEST_ID = "P001";
-
-        UInt16 actualValue = Convert.ToUInt16(TestLibrary.Generator.GetInt32(-55) % System.UInt16.MaxValue);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is UInt16.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        UInt16 actualValue = UInt16.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is UInt16.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        UInt16 actualValue = UInt16.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble16.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble16.cs
deleted file mode 100644 (file)
index 579516c..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDouble(System.UInt32)
-/// </summary>
-public class ConvertToDouble16
-{
-    public static int Main()
-    {
-        ConvertToDouble16 testObj = new ConvertToDouble16();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.UInt32)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random UInt32... ";
-        string c_TEST_ID = "P001";
-
-        UInt32 actualValue = Convert.ToUInt32(TestLibrary.Generator.GetInt64(-55) % System.UInt32.MaxValue);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is UInt32.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        UInt32 actualValue = UInt32.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is UInt32.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        UInt32 actualValue = UInt32.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble17.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble17.cs
deleted file mode 100644 (file)
index cff04af..0000000
+++ /dev/null
@@ -1,157 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDouble(System.UInt64)
-/// </summary>
-public class ConvertToDouble17
-{
-    public static int Main()
-    {
-        ConvertToDouble17 testObj = new ConvertToDouble17();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.UInt64)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random UInt64... ";
-        string c_TEST_ID = "P001";
-
-        UInt64 actualValue = GetInta64();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is UInt64.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        UInt64 actualValue = UInt64.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is UInt64.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        UInt64 actualValue = UInt64.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region HelpMethod
-    private UInt64 GetInta64()
-    {
-        byte[] buffer = new byte[8];
-        UInt64 iVal;
-        Random rand = new Random(-55);
-
-        rand.NextBytes(buffer);
-
-        // convert to UInt64
-        iVal = 0;
-        for (int i = 0; i < buffer.Length; i++)
-        {
-            iVal |= ((UInt64)buffer[i] << (i * 8));
-        }
-        
-        
-        return iVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble5.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble5.cs
deleted file mode 100644 (file)
index beb37c7..0000000
+++ /dev/null
@@ -1,264 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDouble(System.Double)
-/// </summary>
-public class ConvertToDouble5
-{
-    public static int Main()
-    {
-        ConvertToDouble5 testObj = new ConvertToDouble5();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.Double)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-        retVal = PosTest7() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a random double... ";
-        string c_TEST_ID = "P001";
-
-        Double actualValue = TestLibrary.Generator.GetDouble(-55);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is Double.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        Double actualValue = Double.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verfify value is Double.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        Double actualValue = Double.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is zero... ";
-        string c_TEST_ID = "P004";
-
-        Double actualValue =0.00;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest5: Verfify value is Double.NaN... ";
-        string c_TEST_ID = "P005";
-
-        Double actualValue = Double.NaN;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (!Double.IsNaN(resValue))
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest6: Verfify value is Double.NegativeInfinity... ";
-        string c_TEST_ID = "P006";
-
-        Double actualValue = Double.NegativeInfinity;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest7()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest7: Verfify value is Double.PositiveInfinity... ";
-        string c_TEST_ID = "P007";
-
-        Double actualValue = Double.PositiveInfinity;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble6.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble6.cs
deleted file mode 100644 (file)
index 77a9419..0000000
+++ /dev/null
@@ -1,168 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDouble(System.Int16)
-/// </summary>
-public class ConvertToDouble6
-{
-    public static int Main()
-    {
-        ConvertToDouble6 testObj = new ConvertToDouble6();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.Int16)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a random Int16... ";
-        string c_TEST_ID = "P001";
-
-        Int16 actualValue = TestLibrary.Generator.GetInt16(-55);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is Int16.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        Int16 actualValue = Int16.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verfify value is Int16.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        Int16 actualValue = Int16.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is zero... ";
-        string c_TEST_ID = "P004";
-
-        Int16 actualValue = 0;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble7.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble7.cs
deleted file mode 100644 (file)
index bbf4843..0000000
+++ /dev/null
@@ -1,168 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDouble(System.Int32)
-/// </summary>
-public class ConvertToDouble7
-{
-    public static int Main()
-    {
-        ConvertToDouble7 testObj = new ConvertToDouble7();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.Int32)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a random Int32... ";
-        string c_TEST_ID = "P001";
-
-        Int32 actualValue = TestLibrary.Generator.GetInt32(-55);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is Int32.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        Int32 actualValue = Int32.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verfify value is Int32.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        Int32 actualValue = Int32.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is zero... ";
-        string c_TEST_ID = "P004";
-
-        Int32 actualValue = 0;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble8.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble8.cs
deleted file mode 100644 (file)
index 890e9e3..0000000
+++ /dev/null
@@ -1,168 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDouble(System.Int64)
-/// </summary>
-public class ConvertToDouble8
-{
-    public static int Main()
-    {
-        ConvertToDouble8 testObj = new ConvertToDouble8();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(System.Int64)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a random Int64... ";
-        string c_TEST_ID = "P001";
-
-        Int64 actualValue = TestLibrary.Generator.GetInt64(-55);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is Int64.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        Int64 actualValue = Int64.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verfify value is Int64.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        Int64 actualValue = Int64.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is zero... ";
-        string c_TEST_ID = "P004";
-
-        Int64 actualValue = 0;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttodouble9.cs b/tests/src/CoreMangLib/cti/system/convert/converttodouble9.cs
deleted file mode 100644 (file)
index 5134be4..0000000
+++ /dev/null
@@ -1,259 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToDouble(Object)
-/// </summary>
-public class ConvertToDouble9
-{
-    public static int Main()
-    {
-        ConvertToDouble9 testObj = new ConvertToDouble9();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToDouble(Object)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1();
-        retVal = NegTest2();
-        retVal = NegTest3();
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a vaild string ... ";
-        string c_TEST_ID = "P001";
-
-        string actualValue = "62356.123";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            
-            Double resValue = Convert.ToDouble((Object)actualValue);
-            if (Double.Parse(actualValue) != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is a valid double... ";
-        string c_TEST_ID = "P002";
-
-        Double actualValue = TestLibrary.Generator.GetDouble(-55);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble((Object)actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verfify value is a valid Int32... ";
-        string c_TEST_ID = "P003";
-
-        Int32 actualValue = TestLibrary.Generator.GetInt32(-55);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble((Object)actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is a null reference... ";
-        string c_TEST_ID = "P004";
-
-        Object actualValue = null;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Double resValue = Convert.ToDouble(actualValue);
-            if (0 != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is 0";
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region NegativeTesting
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest1: value does not implement IConvertible interface";
-        const string c_TEST_ID = "N001";
-
-
-        Object actualValue = new Object();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToDouble(actualValue);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, "InvalidCastException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest2: value is a string to double overflowed ";
-        const string c_TEST_ID = "N002";
-
-
-        string actualValue = "2.7976931348623157E+308";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToDouble((Object)actualValue);
-            TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, "OverflowException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest3: value is a string cantains invalid chars ";
-        const string c_TEST_ID = "N003";
-
-
-        string actualValue = "3222.79asd";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToDouble((Object)actualValue);
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, "FormatException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16.cs
deleted file mode 100644 (file)
index 89401a7..0000000
+++ /dev/null
@@ -1,199 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToInt16
-{
-    private const int c_MIN_SIZE   = 64;
-    private const int c_MAX_SIZE   = 1024;
-    private const int c_MIN_STRLEN = 1;
-    private const int c_MAX_STRLEN = 1024;
-
-    public static int Main()
-    {
-        ConvertToInt16 ac = new ConvertToInt16();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToInt16(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-        retVal = PosTest5()  && retVal;
-        retVal = PosTest6()  && retVal;
-        retVal = PosTest7()  && retVal;
-        retVal = PosTest8()  && retVal;
-        retVal = PosTest9()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1()  && retVal;
-        retVal = NegTest2()  && retVal;
-
-        return retVal;
-    }
-
-    // public static Int16 ToInt16(object value)
-    public bool PosTest1() { return PosTest<object>(1, (object)Int16.MaxValue, Int16.MaxValue); }
-    public bool PosTest2() { return PosTest<object>(2, (object)Int16.MinValue, Int16.MinValue); }
-    public bool PosTest3() { return PosTest<object>(3, null, 0); }
-
-    public bool PosTest4() { return PosTest<Boolean>(4, true, 1); }
-    public bool PosTest5() { return PosTest<Boolean>(5, false, 0); }
-
-    public bool PosTest6() { return PosTest2(6, null, 0); }
-    public bool PosTest7() { return PosTest2(7, "1034", 1034); }
-
-    // public static byte ToByte(object value) {
-    public bool PosTest8() { return PosTest2(8, null, 0); }
-    public bool PosTest9() { return PosTest2(9, "34", 34); }
-
-    public bool NegTest1() { return NegTest2(1, Int32.MaxValue.ToString(), 10, typeof(System.OverflowException)); }
-    public bool NegTest2() { return NegTest2(2, Int32.MinValue.ToString(), 10, typeof(System.OverflowException)); }
-
-    public bool PosTest<T>(int id, T curValue, Int16 expValue)
-    {
-        bool            retVal = true;
-        Int16         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToInt16(...) (curValue:"+typeof(T)+" " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToInt16(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToInt16(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2(int id, String curValue, Int16 expValue)
-    {
-        bool            retVal = true;
-        Int16         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToInt16(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToInt16(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("003", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToInt16(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("004", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest<T>(int id, T curValue, Type exception)
-    {
-        bool            retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ToInt16(...) (curValue:"+typeof(T)+" " +curValue+"");
-
-        try
-        {
-            Convert.ToInt16(curValue);
-
-            TestLibrary.TestFramework.LogError("006", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("007", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2(int id, string curValue, int formBase, Type exception)
-    {
-        bool            retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ToInt16(...) (curValue:string " +curValue+"");
-
-        try
-        {
-            Convert.ToInt16(curValue, formBase);
-
-            TestLibrary.TestFramework.LogError("008", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("009", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_1.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_1.cs
deleted file mode 100644 (file)
index d5a3646..0000000
+++ /dev/null
@@ -1,138 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.Boolean)
-/// </summary>
-
-public class ConvertToInt16_1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt16(true) .");
-
-        try
-        {
-            Int16 actual = Convert.ToInt16(true);
-            Int16 expected = 1;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Calling Convert.ToByte returns unexpected value");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt16(false) .");
-
-        try
-        {
-            Int16 actual = Convert.ToInt16(false);
-            Int16 expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Calling Convert.ToByte returns unexpected value");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_1 test = new ConvertToInt16_1();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_10.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_10.cs
deleted file mode 100644 (file)
index e4777a7..0000000
+++ /dev/null
@@ -1,282 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-public class TestClass
-{
-}
-
-public class TestFormatProvider : IFormatProvider
-{
-    public bool ToInt16MaxValue = true;
-
-    #region IFormatProvider Members
-
-    public object GetFormat(Type formatType)
-    {
-        if (formatType.Equals(typeof(TestFormatProvider)))
-        {
-            return this;
-        }
-        else
-        {
-            return null;
-        }
-    }
-
-    #endregion
-}
-
-public class TestConvertableClass : IConvertible
-{
-    #region IConvertible Members
-
-    public TypeCode GetTypeCode()
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public bool ToBoolean(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public short ToInt16(IFormatProvider provider)
-    {
-        bool toMinValue = true;
-
-        if (provider != null)
-        {
-            TestFormatProvider format = provider.GetFormat(typeof(TestFormatProvider)) as TestFormatProvider;
-            if ((format != null) && format.ToInt16MaxValue)
-            {
-                toMinValue = false;
-            }
-        }
-
-        if (toMinValue)
-        {
-            return Int16.MinValue;
-        }
-        else
-        {
-            return Int16.MaxValue;
-        }
-    }
-
-    public char ToChar(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public DateTime ToDateTime(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public decimal ToDecimal(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public double ToDouble(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public byte ToByte(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public int ToInt32(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public long ToInt64(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public sbyte ToSByte(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public float ToSingle(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public string ToString(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public object ToType(Type conversionType, IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public ushort ToUInt16(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public uint ToUInt32(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public ulong ToUInt64(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    #endregion
-}
-
-/// <summary>
-/// ToInt16(System.Object,System.IFormatProvider)
-/// </summary>
-
-public class ConvertToInt16_10
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call Convert.ToByte when value implements IConvertible");
-
-        try
-        {
-            retVal = VerificationHelper(true, null, 1, "001.1") && retVal;
-            retVal = VerificationHelper(1, null, 1, "001.2") && retVal;
-            retVal = VerificationHelper(0, null, 0, "001.3") && retVal;
-            retVal = VerificationHelper(new TestConvertableClass(), null, Int16.MinValue, "001.4") && retVal;
-
-            retVal = VerificationHelper(true, new TestFormatProvider(), 1, "001.5") && retVal;
-            retVal = VerificationHelper(1, new TestFormatProvider(), 1, "001.6") && retVal;
-            retVal = VerificationHelper(0, new TestFormatProvider(), 0, "001.7") && retVal;
-            retVal = VerificationHelper(new TestConvertableClass(), new TestFormatProvider(), Int16.MaxValue, "001.8") && retVal;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Call Convert.ToByte when value is null");
-
-        try
-        {
-            retVal = VerificationHelper(null, null, 0, "002.1") && retVal;
-            retVal = VerificationHelper(null, new TestFormatProvider(), 0, "002.2") && retVal;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: InvalidCastException should be thrown when value does not implement IConvertible. ");
-
-        try
-        {
-            Int16 actual = Convert.ToInt16(new TestClass());
-
-            TestLibrary.TestFramework.LogError("101.1", "InvalidCastException is not thrown when value does not implement IConvertible. ");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_10 test = new ConvertToInt16_10();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_10");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Methods
-    private bool VerificationHelper(object obj, IFormatProvider provider, Int16 desired, string errorno)
-    {
-        bool retVal = true;
-
-        Int16 actual = Convert.ToInt16(obj, provider);
-        if (actual != desired)
-        {
-            TestLibrary.TestFramework.LogError(errorno, "Convert.ToInt16 returns unexpected values");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", desired = " + desired + ", obj = " + obj);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_11.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_11.cs
deleted file mode 100644 (file)
index 08c3e2a..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.SByte)
-/// </summary>
-
-public class ConvertToInt16_11
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt16(System.SByte) .");
-
-        try
-        {
-            sbyte b = 0;
-            byte expected = 0;
-
-            do
-            {
-                expected = TestLibrary.Generator.GetByte(-55);
-            } while ((expected < Byte.MinValue) || (expected > SByte.MaxValue));
-
-            b = (sbyte)expected;
-
-            Int16 actual = Convert.ToInt16(b);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_11 test = new ConvertToInt16_11();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_11");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_16.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_16.cs
deleted file mode 100644 (file)
index ac209b7..0000000
+++ /dev/null
@@ -1,111 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.UInt16)
-/// </summary>
-
-public class ConvertToInt16_16
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToInt16 should Converts the value of an ushort to the equivalent short.");
-
-        try
-        {
-            short expected = TestLibrary.Generator.GetInt16(-55);
-            ushort u = (ushort)expected;
-            short actual = Convert.ToInt16(u);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToInt16 can not Converts the value of an ushort to the equivalent byte");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException should be thrown when value is greater than Int16.MaxValue");
-
-        try
-        {
-            ushort c = ushort.MaxValue;
-
-            short actual = Convert.ToInt16(c);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown when value is greater than Byte.MaxValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_16 test = new ConvertToInt16_16();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_16");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_17.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_17.cs
deleted file mode 100644 (file)
index cff6ffe..0000000
+++ /dev/null
@@ -1,111 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.UInt32)
-/// </summary>
-
-public class ConvertToInt16_17
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToInt16 should Converts the value of an uint to the equivalent short.");
-
-        try
-        {
-            uint expected = (uint)TestLibrary.Generator.GetInt16(-55);
-
-            short actual = Convert.ToInt16(expected);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToInt16 can not Converts the value of an ushort to the equivalent byte");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException should be thrown when value is greater than Int16.MaxValue");
-
-        try
-        {
-            uint c = uint.MaxValue;
-
-            short actual = Convert.ToInt16(c);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown when value is greater than Byte.MaxValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_17 test = new ConvertToInt16_17();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_17");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_18.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_18.cs
deleted file mode 100644 (file)
index 53db630..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.UInt64)
-/// </summary>
-
-public class ConvertToInt16_18
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToInt16 should Converts the value of an uint to the equivalent short.");
-
-        try
-        {
-            long expected = (long)TestLibrary.Generator.GetInt16(-55);
-
-            short actual = Convert.ToInt16(expected);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToInt16 can not Converts the value of an ushort to the equivalent byte");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException should be thrown when value is greater than Int16.MaxValue");
-
-        try
-        {
-            long l = (long)short.MaxValue + 1;
-
-            short actual = Convert.ToInt16(l);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown when value is greater than Int16.MaxValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException should be thrown when value is less than Int16.MinValue");
-
-        try
-        {
-            long l = (long)short.MinValue - 1;
-
-            short actual = Convert.ToInt16(l);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown when value is less than Int16..MinValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_18 test = new ConvertToInt16_18();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_18");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_2.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_2.cs
deleted file mode 100644 (file)
index 97003e7..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.Byte)
-/// </summary>
-
-public class ConvertToInt16_2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt16(byte) with random byte.");
-
-        try
-        {
-            byte b = TestLibrary.Generator.GetByte(-55);
-            Int16 actual = Convert.ToInt16(b);
-            Int16 expected = (Int16)b;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt16(byte) with byte = MinValue.");
-
-        try
-        {
-            byte b = byte.MinValue;
-            Int16 actual = Convert.ToInt16(b);
-            Int16 expected = (Int16)b;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt16(byte) with byte = MaxValue.");
-
-        try
-        {
-            byte b = byte.MaxValue;
-            Int16 actual = Convert.ToInt16(b);
-            Int16 expected = (Int16)b;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_2 test = new ConvertToInt16_2();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_3.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_3.cs
deleted file mode 100644 (file)
index 3df58f6..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.Char)
-/// </summary>
-
-public class ConvertToInt16_3
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-
-
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt16(CharLetter) .");
-
-        try
-        {
-            char c = TestLibrary.Generator.GetCharLetter(-55);
-            Int16 expected = (Int16)c;
-
-            Int16 actual = Convert.ToInt16(c);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Verify method ToInt16(CharLetter) .");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt16(char(0)) .");
-
-        try
-        {
-            char c = '\x0000';
-            Int16 expected = (Int16)c;
-
-            Int16 actual = Convert.ToInt16(c);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Verify method ToInt16(CharLetter) .");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt16(int16.max) .");
-
-        try
-        {
-            char c = '\x7FFF';
-            Int16 expected = (Int16)c;
-
-            Int16 actual = Convert.ToInt16(c);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Verify method ToInt16(CharLetter) .");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException is not thrown.");
-
-        try
-        {
-            char c = '\x8000';
-            Int16 expected = (Int16)c;
-
-            Int16 actual = Convert.ToInt16(c);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException) 
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_3 test = new ConvertToInt16_3();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_3");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_4.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_4.cs
deleted file mode 100644 (file)
index 761526d..0000000
+++ /dev/null
@@ -1,277 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.Decimal)
-/// </summary>
-
-public class ConvertToInt16_4
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt16(0<decimal<0.5)");
-
-        try
-        {
-            double random;
-            do
-                random = TestLibrary.Generator.GetDouble(-55);
-            while (random >= 0.5);
-            
-            decimal d = decimal.Parse(random.ToString());
-
-            Int16 actual = Convert.ToInt16(d);
-            Int16 expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt16(1>decimal>=0.5)");
-
-        try
-        {
-            double random;
-            do
-                random = TestLibrary.Generator.GetDouble(-55);
-            while (random < 0.5);
-
-            decimal d = decimal.Parse(random.ToString());
-
-            Int16 actual = Convert.ToInt16(d);
-            Int16 expected = 1;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt16(0)");
-
-        try
-        {
-            decimal d = 0m;
-
-            Int16 actual = Convert.ToInt16(d);
-            Int16 expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt16(int16.max)");
-
-        try
-        {
-            decimal d = Int16.MaxValue;
-
-            Int16 actual = Convert.ToInt16(d);
-            Int16 expected = Int16.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Verify method ToInt16(int16.min)");
-
-        try
-        {
-            decimal d = Int16.MinValue;
-
-            Int16 actual = Convert.ToInt16(d);
-            Int16 expected = Int16.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("005.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException is not thrown.");
-
-        try
-        {
-            decimal d = Int16.MaxValue + 1;
-
-            Int16 i = Convert.ToInt16(d);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException is not thrown.");
-
-        try
-        {
-            decimal d = Int16.MinValue - 1;
-
-            Int16 i = Convert.ToInt16(d);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_4 test = new ConvertToInt16_4();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_4");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_5.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_5.cs
deleted file mode 100644 (file)
index 6df2808..0000000
+++ /dev/null
@@ -1,267 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.Double)
-/// </summary>
-
-public class ConvertToInt16_5
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt16(0<double<0.5)");
-
-        try
-        {
-            double d;
-            do
-                d = TestLibrary.Generator.GetDouble(-55);
-            while (d >= 0.5);
-
-            Int16 actual = Convert.ToInt16(d);
-            Int16 expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt16(1>double>=0.5)");
-
-        try
-        {
-            double d;
-            do
-                d = TestLibrary.Generator.GetDouble(-55);
-            while (d < 0.5);
-
-            Int16 actual = Convert.ToInt16(d);
-            Int16 expected = 1;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt16(0)");
-
-        try
-        {
-            double d = 0d;
-
-            Int16 actual = Convert.ToInt16(d);
-            Int16 expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt16(int16.max)");
-
-        try
-        {
-            double d = Int16.MaxValue;
-
-            Int16 actual = Convert.ToInt16(d);
-            Int16 expected = Int16.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Verify method ToInt16(int16.min)");
-
-        try
-        {
-            double d = Int16.MinValue;
-
-            Int16 actual = Convert.ToInt16(d);
-            Int16 expected = Int16.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("005.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException is not thrown.");
-
-        try
-        {
-            double d = Int16.MaxValue + 1;
-
-            Int16 i = Convert.ToInt16(d);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException is not thrown.");
-
-        try
-        {
-            double d = Int16.MinValue - 1;
-
-            Int16 i = Convert.ToInt16(d);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_5 test = new ConvertToInt16_5();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_5");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_6.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_6.cs
deleted file mode 100644 (file)
index da621cc..0000000
+++ /dev/null
@@ -1,176 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.Int16)
-/// </summary>
-
-public class ConvertToInt16_6
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify methos ToInt16(random).");
-
-        try
-        {
-
-            Int16 random = TestLibrary.Generator.GetInt16(-55);    
-
-            Int16 actual = Convert.ToInt16(random);
-            Int16 expected = random;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt16(0)");
-
-        try
-        {
-            Int16 i = 0;
-
-            Int16 actual = Convert.ToInt16(i);
-            Int16 expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt16(int16.max)");
-
-        try
-        {
-            Int16 i = Int16.MaxValue;
-
-            Int16 actual = Convert.ToInt16(i);
-            Int16 expected = Int16.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt16(int16.min)");
-
-        try
-        {
-            Int16 i = Int16.MinValue;
-
-            Int16 actual = Convert.ToInt16(i);
-            Int16 expected = Int16.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_6 test = new ConvertToInt16_6();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_6");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_7.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_7.cs
deleted file mode 100644 (file)
index 55557fb..0000000
+++ /dev/null
@@ -1,232 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.Int32)
-/// </summary>
-
-public class ConvertToInt16_7
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify methos ToInt16(random).");
-
-        try
-        {
-
-            Int16 random = TestLibrary.Generator.GetInt16(-55);
-
-            Int16 actual = Convert.ToInt16((Int32)random);
-            Int16 expected = random;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt16(0)");
-
-        try
-        {
-            Int32 i = 0;
-
-            Int16 actual = Convert.ToInt16(i);
-            Int16 expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt16(int16.max)");
-
-        try
-        {
-            Int32 i = Int16.MaxValue;
-
-            Int16 actual = Convert.ToInt16(i);
-            Int16 expected = Int16.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt16(int16.min)");
-
-        try
-        {
-            Int32 i = Int16.MinValue;
-
-            Int16 actual = Convert.ToInt16(i);
-            Int16 expected = Int16.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException is not thrown.");
-
-        try
-        {
-            Int32 i = Int16.MaxValue + 1;
-
-            Int16 r = Convert.ToInt16(i);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException is not thrown.");
-
-        try
-        {
-            Int32 i = Int16.MinValue - 1;
-
-            Int16 r = Convert.ToInt16(i);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_7 test = new ConvertToInt16_7();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_7");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_8.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_8.cs
deleted file mode 100644 (file)
index 6e5d6d7..0000000
+++ /dev/null
@@ -1,232 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.Int64)
-/// </summary>
-
-public class ConvertToInt16_8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify methos ToInt16(random).");
-
-        try
-        {
-
-            Int16 random = TestLibrary.Generator.GetInt16(-55);
-
-            Int16 actual = Convert.ToInt16((Int64)random);
-            Int16 expected = random;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt16(0)");
-
-        try
-        {
-            Int64 i = 0;
-
-            Int16 actual = Convert.ToInt16(i);
-            Int16 expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt16(int16.max)");
-
-        try
-        {
-            Int64 i = Int16.MaxValue;
-
-            Int16 actual = Convert.ToInt16(i);
-            Int16 expected = Int16.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt16(int16.min)");
-
-        try
-        {
-            Int64 i = Int16.MinValue;
-
-            Int16 actual = Convert.ToInt16(i);
-            Int16 expected = Int16.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException is not thrown.");
-
-        try
-        {
-            Int64 i = Int16.MaxValue + 1;
-
-            Int16 r = Convert.ToInt16(i);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException is not thrown.");
-
-        try
-        {
-            Int64 i = Int16.MinValue - 1;
-
-            Int16 r = Convert.ToInt16(i);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_8 test = new ConvertToInt16_8();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint16_9.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint16_9.cs
deleted file mode 100644 (file)
index e662fea..0000000
+++ /dev/null
@@ -1,304 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt16(System.Object)
-/// </summary>
-
-public class ConvertToInt16_9
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-        retVal = PosTest7() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify methos ToInt16((object)random).");
-
-        try
-        {
-
-            object random = TestLibrary.Generator.GetInt16(-55);
-
-            Int16 actual = Convert.ToInt16(random);
-            Int16 expected = (Int16)random;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt16((object)0)");
-
-        try
-        {
-            object obj = 0;
-
-            Int16 actual = Convert.ToInt16(obj);
-            Int16 expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt16((object)int16.max)");
-
-        try
-        {
-            object obj = Int16.MaxValue;
-
-            Int16 actual = Convert.ToInt16(obj);
-            Int16 expected = Int16.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt16((object)int16.min)");
-
-        try
-        {
-            object obj = Int16.MinValue;
-
-            Int16 actual = Convert.ToInt16(obj);
-            Int16 expected = Int16.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Verify method ToInt16(true)");
-
-        try
-        {
-            object obj = true;
-
-            Int16 actual = Convert.ToInt16(obj);
-            Int16 expected = 1;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("005.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest6: Verify method ToInt16(false)");
-
-        try
-        {
-            object obj = false;
-
-            Int16 actual = Convert.ToInt16(obj);
-            Int16 expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("006.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest7()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest7: Verify method ToInt16(null)");
-
-        try
-        {
-            object obj = null;
-
-            Int16 actual = Convert.ToInt16(obj);
-            Int16 expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("007.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("007.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: InvalidCastException is not thrown.");
-
-        try
-        {
-            object obj = new object();
-
-            Int16 r = Convert.ToInt16(obj);
-
-            TestLibrary.TestFramework.LogError("101.1", "InvalidCastException is not thrown.");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt16_9 test = new ConvertToInt16_9();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt16_9");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32.cs
deleted file mode 100644 (file)
index 74fcd47..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToInt32
-{
-    private const int c_MIN_SIZE   = 64;
-    private const int c_MAX_SIZE   = 1024;
-    private const int c_MIN_STRLEN = 1;
-    private const int c_MAX_STRLEN = 1024;
-
-    public static int Main()
-    {
-        ConvertToInt32 ac = new ConvertToInt32();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToInt32(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-        retVal = PosTest5()  && retVal;
-        retVal = PosTest6()  && retVal;
-        retVal = PosTest7()  && retVal;
-        retVal = PosTest8()  && retVal;
-        retVal = PosTest9()  && retVal;
-        retVal = PosTest10()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        return retVal;
-    }
-
-    public bool PosTest1() { return PosTest<object>(1, (object)Int32.MaxValue, Int32.MaxValue); }
-    public bool PosTest2() { return PosTest<object>(2, (object)Int32.MinValue, Int32.MinValue); }
-    public bool PosTest3() { return PosTest<object>(3, null, 0); }
-
-    public bool PosTest4() { return PosTest<Boolean>(4, true, 1); }
-    public bool PosTest5() { return PosTest<Boolean>(5, false, 0); }
-
-    public bool PosTest6() { return PosTest2(6, null, 0); }
-    public bool PosTest7() { return PosTest2(7, "1034", 1034); }
-
-    public bool PosTest8() { return PosTest2(8, null, 0); }
-    public bool PosTest9() { return PosTest2(9, "34", 34); }
-
-    public bool PosTest10() { return PosTest<double>(10, -2147483647.5d, -2147483648); }
-
-    public bool PosTest<T>(int id, T curValue, Int32 expValue)
-    {
-        bool            retVal = true;
-        Int32         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToInt32(...) (curValue:"+typeof(T)+" " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToInt32(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToInt32(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2(int id, String curValue, Int32 expValue)
-    {
-        bool            retVal = true;
-        Int32         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToInt32(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToInt32(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("003", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToInt32(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("004", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_1.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_1.cs
deleted file mode 100644 (file)
index 425f4e8..0000000
+++ /dev/null
@@ -1,138 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt32(System.Boolean)
-/// </summary>
-
-public class ConvertToInt32_1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt32(true) .");
-
-        try
-        {
-            int actual = Convert.ToInt32(true);
-            int expected = 1;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt16(false) .");
-
-        try
-        {
-            int actual = Convert.ToInt32(false);
-            int expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_1 test = new ConvertToInt32_1();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_10.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_10.cs
deleted file mode 100644 (file)
index 8217c37..0000000
+++ /dev/null
@@ -1,281 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-public class TestClass
-{
-}
-
-public class TestFormatProvider : IFormatProvider
-{
-    public bool ToInt16MaxValue = true;
-
-    #region IFormatProvider Members
-
-    public object GetFormat(Type formatType)
-    {
-        if (formatType.Equals(typeof(TestFormatProvider)))
-        {
-            return this;
-        }
-        else
-        {
-            return null;
-        }
-    }
-
-    #endregion
-}
-
-public class TestConvertableClass : IConvertible
-{
-    #region IConvertible Members
-
-    public TypeCode GetTypeCode()
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public bool ToBoolean(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public int ToInt32(IFormatProvider provider)
-    {
-        bool toMinValue = true;
-
-        if (provider != null)
-        {
-            TestFormatProvider format = provider.GetFormat(typeof(TestFormatProvider)) as TestFormatProvider;
-            if ((format != null) && format.ToInt16MaxValue)
-            {
-                toMinValue = false;
-            }
-        }
-
-        if (toMinValue)
-        {
-            return Int32.MinValue;
-        }
-        else
-        {
-            return Int32.MaxValue;
-        }
-    }
-
-    public char ToChar(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public DateTime ToDateTime(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public decimal ToDecimal(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public double ToDouble(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public byte ToByte(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public short ToInt16(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public long ToInt64(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public sbyte ToSByte(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public float ToSingle(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public string ToString(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public object ToType(Type conversionType, IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public ushort ToUInt16(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public uint ToUInt32(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public ulong ToUInt64(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    #endregion
-}
-
-/// <summary>
-/// ToInt32(System.Object,System.IFormatProvider)
-/// </summary>
-
-public class ConvertToInt32_10
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call Convert.ToInt32 when value implements IConvertible");
-
-        try
-        {
-            retVal = VerificationHelper(true, null, 1, "001.1") && retVal;
-            retVal = VerificationHelper(1, null, 1, "001.2") && retVal;
-            retVal = VerificationHelper(0, null, 0, "001.3") && retVal;
-            retVal = VerificationHelper(new TestConvertableClass(), null, Int32.MinValue, "001.4") && retVal;
-
-            retVal = VerificationHelper(true, new TestFormatProvider(), 1, "001.5") && retVal;
-            retVal = VerificationHelper(1, new TestFormatProvider(), 1, "001.6") && retVal;
-            retVal = VerificationHelper(0, new TestFormatProvider(), 0, "001.7") && retVal;
-            retVal = VerificationHelper(new TestConvertableClass(), new TestFormatProvider(), Int32.MaxValue, "001.8") && retVal;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Call Convert.ToInt32 when value is null");
-
-        try
-        {
-            retVal = VerificationHelper(null, null, 0, "002.1") && retVal;
-            retVal = VerificationHelper(null, new TestFormatProvider(), 0, "002.2") && retVal;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: InvalidCastException should be thrown when value does not implement IConvertible. ");
-
-        try
-        {
-            int actual = Convert.ToInt32(new TestClass());
-
-            TestLibrary.TestFramework.LogError("101.1", "InvalidCastException is not thrown when value does not implement IConvertible. ");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_10 test = new ConvertToInt32_10();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_10");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Methods
-    private bool VerificationHelper(object obj, IFormatProvider provider, int desired, string errorno)
-    {
-        bool retVal = true;
-
-        int actual = Convert.ToInt32(obj, provider);
-        if (actual != desired)
-        {
-            TestLibrary.TestFramework.LogError(errorno, "Convert.ToInt32 returns unexpected values");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", desired = " + desired + ", obj = " + obj);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_11.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_11.cs
deleted file mode 100644 (file)
index 05a6c37..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt32(System.SByte)
-/// </summary>
-
-public class ConvertToInt32_11
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt32(System.SByte) .");
-
-        try
-        {
-            sbyte b = 0;
-            byte expected = 0;
-
-            do
-            {
-                expected = TestLibrary.Generator.GetByte(-55);
-            } while ((expected < Byte.MinValue) || (expected > SByte.MaxValue));
-
-            b = (sbyte)expected;
-
-            int actual = Convert.ToInt32(b);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_11 test = new ConvertToInt32_11();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_11");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_16.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_16.cs
deleted file mode 100644 (file)
index 9c02cf5..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt32(System.UInt16)
-/// </summary>
-
-public class ConvertToInt32_16
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToInt32 should Converts the value of an ushort to the equivalent int.");
-
-        try
-        {
-            int expected = TestLibrary.Generator.GetInt16(-55);
-            ushort u = (ushort)expected;
-            int actual = Convert.ToInt32(u);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToInt32 can not Converts the value of an ushort to the equivalent int");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_16 test = new ConvertToInt32_16();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_16");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_17.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_17.cs
deleted file mode 100644 (file)
index 9fad3d3..0000000
+++ /dev/null
@@ -1,111 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt32(System.UInt32)
-/// </summary>
-
-public class ConvertToInt32_17
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToInt32 should Converts the value of an uint to the equivalent int.");
-
-        try
-        {
-            uint expected = (uint)TestLibrary.Generator.GetInt16(-55);
-
-            int actual = Convert.ToInt32(expected);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToInt32 can not Converts the value of an ushort to the equivalent int");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException should be thrown when value is greater than Int32.MaxValue");
-
-        try
-        {
-            uint c = uint.MaxValue;
-
-            int actual = Convert.ToInt32(c);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown when value is greater than uint.MaxValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_17 test = new ConvertToInt32_17();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_17");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_18.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_18.cs
deleted file mode 100644 (file)
index 19cbc24..0000000
+++ /dev/null
@@ -1,112 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt32(System.UInt64)
-/// </summary>
-
-public class ConvertToInt32_18
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToInt32 should Converts the value of an uint to the equivalent int.");
-
-        try
-        {
-            int expected = TestLibrary.Generator.GetInt16(-55);
-
-            int actual = Convert.ToInt32((ulong)expected);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToInt32 can not Converts the value of an ushort to the equivalent int");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException should be thrown when value is greater than Int32.MaxValue");
-
-        try
-        {
-            uint c = uint.MaxValue;
-
-            int actual = Convert.ToInt32(c);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown when value is greater than uint.MaxValue");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_18 test = new ConvertToInt32_18();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_18");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_2.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_2.cs
deleted file mode 100644 (file)
index 6ab9968..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt32(System.Byte)
-/// </summary>
-
-public class ConvertToInt32_2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt32(byte) with random byte.");
-
-        try
-        {
-            byte b = TestLibrary.Generator.GetByte(-55);
-            int actual = Convert.ToInt32(b);
-            int expected = (int)b;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt32(byte) with byte = MinValue.");
-
-        try
-        {
-            byte b = byte.MinValue;
-            int actual = Convert.ToInt32(b);
-            int expected = (int)b;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt32(byte) with byte = MaxValue.");
-
-        try
-        {
-            byte b = byte.MaxValue;
-            int actual = Convert.ToInt32(b);
-            int expected = (int)b;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_2 test = new ConvertToInt32_2();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_3.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_3.cs
deleted file mode 100644 (file)
index 0d6b724..0000000
+++ /dev/null
@@ -1,170 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt32(System.Char)
-/// </summary>
-
-public class ConvertToInt32_3
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt32(CharLetter) .");
-
-        try
-        {
-            char c = TestLibrary.Generator.GetCharLetter(-55);
-            int expected = (int)c;
-
-            int actual = Convert.ToInt32(c);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Verify method ToInt32(CharLetter) .");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt32(char(0)) .");
-
-        try
-        {
-            char c = '\x0000';
-            int expected = (int)c;
-
-            int actual = Convert.ToInt32(c);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Verify method ToInt32(CharLetter) .");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt32(int32.max) .");
-
-        try
-        {
-            char c = '\xFFFF';
-            int expected = (int)c;
-
-            int actual = Convert.ToInt32(c);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Verify method ToInt32(CharLetter) .");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_3 test = new ConvertToInt32_3();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_3");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_4.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_4.cs
deleted file mode 100644 (file)
index 393db60..0000000
+++ /dev/null
@@ -1,278 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt32(System.Decimal)
-/// </summary>
-
-public class ConvertToInt32_4
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt32(0<decimal<0.5)");
-
-        try
-        {
-            double random;
-            do
-                random = TestLibrary.Generator.GetDouble(-55);
-            while (random >= 0.5);
-
-            decimal d = decimal.Parse(random.ToString());
-
-            int actual = Convert.ToInt32(d);
-            int expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt32(1>decimal>=0.5)");
-
-        try
-        {
-            double random;
-            do
-                random = TestLibrary.Generator.GetDouble(-55);
-            while (random < 0.5);
-
-            decimal d = decimal.Parse(random.ToString());
-
-            int actual = Convert.ToInt32(d);
-            int expected = 1;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt32(0)");
-
-        try
-        {
-            decimal d = 0m;
-
-            int actual = Convert.ToInt32(d);
-            int expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt32(int16.max)");
-
-        try
-        {
-            decimal d = Int32.MaxValue;
-
-            int actual = Convert.ToInt32(d);
-            int expected = Int32.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Verify method ToInt32(int32.min)");
-
-        try
-        {
-            decimal d = Int32.MinValue;
-
-            int actual = Convert.ToInt32(d);
-            int expected = Int32.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("005.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException is not thrown.");
-
-        try
-        {
-            decimal d = (decimal)Int32.MaxValue + 1;
-
-            int i = Convert.ToInt32(d);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException is not thrown.");
-
-        try
-        {
-            decimal d = (decimal)Int32.MinValue - 1;
-
-            int i = Convert.ToInt32(d);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_4 test = new ConvertToInt32_4();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_4");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_5.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_5.cs
deleted file mode 100644 (file)
index 41ba612..0000000
+++ /dev/null
@@ -1,273 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.Double)
-/// </summary>
-
-public class ConvertToInt32_5
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt32(0<double<0.5)");
-
-        try
-        {
-            double d;
-            do
-                d = TestLibrary.Generator.GetDouble(-55);
-            while (d >= 0.5);
-
-            int actual = Convert.ToInt32(d);
-            int expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt32(1>double>=0.5)");
-
-        try
-        {
-            double d;
-            do
-                d = TestLibrary.Generator.GetDouble(-55);
-            while (d < 0.5);
-
-            int actual = Convert.ToInt32(d);
-            int expected = 1;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt32(0)");
-
-        try
-        {
-            double d = 0d;
-
-            int actual = Convert.ToInt32(d);
-            Int16 expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt32(int32.max)");
-
-        try
-        {
-            double d = Int32.MaxValue;
-
-            int actual = Convert.ToInt32(d);
-            int expected = Int32.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Verify method ToInt32(int32.min)");
-
-        try
-        {
-            double d = Int32.MinValue;
-
-            int actual = Convert.ToInt32(d);
-            int expected = Int32.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("005.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException is not thrown.");
-
-        try
-        {
-            double d = (double)Int32.MaxValue + 1;
-
-            int i = Convert.ToInt32(d);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException is not thrown.");
-
-        try
-        {
-            double d = (double)Int32.MinValue - 1;
-
-            int i = Convert.ToInt32(d);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_5 test = new ConvertToInt32_5();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_5");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_6.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_6.cs
deleted file mode 100644 (file)
index e173290..0000000
+++ /dev/null
@@ -1,203 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt32(System.Int16)
-/// </summary>
-
-public class ConvertToInt32_6
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify methos ToInt32(random).");
-
-        try
-        {
-
-            short random = TestLibrary.Generator.GetInt16(-55);
-
-            int actual = Convert.ToInt32(random);
-            int expected = (int)random;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt32(0)");
-
-        try
-        {
-            Int16 i = 0;
-
-            int actual = Convert.ToInt32(i);
-            int expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt32(int16.max)");
-
-        try
-        {
-            Int16 i = Int16.MaxValue;
-
-            int actual = Convert.ToInt32(i);
-            int expected = (int)Int16.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt32(int16.min)");
-
-        try
-        {
-            Int16 i = Int16.MinValue;
-
-            int actual = Convert.ToInt32(i);
-            int expected = (int)Int16.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_6 test = new ConvertToInt32_6();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_6");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_7.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_7.cs
deleted file mode 100644 (file)
index 1188cda..0000000
+++ /dev/null
@@ -1,118 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt32(System.Int32)
-/// </summary>
-
-public class ConvertToInt32_7
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt32 .");
-
-        try
-        {
-            retVal = VerificationHelper(0, 0, "001.1") && retVal;
-            retVal = VerificationHelper(int.MaxValue, int.MaxValue, "001.2") && retVal;
-            retVal = VerificationHelper(int.MinValue, int.MinValue, "001.3") && retVal;
-
-            int i = TestLibrary.Generator.GetInt32(-55);
-            retVal = VerificationHelper(i, i, "001.4");
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_7 test = new ConvertToInt32_7();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_7");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Methods
-    private bool VerificationHelper(int value, int desired, string errorno)
-    {
-        bool retVal = true;
-
-        int actual = Convert.ToInt32(value);
-        if (actual != desired)
-        {
-            TestLibrary.TestFramework.LogError(errorno, "Convert.ToInt32 returns unexpected values");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", desired = " + desired + ", value = " + value);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_8.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_8.cs
deleted file mode 100644 (file)
index c645afc..0000000
+++ /dev/null
@@ -1,151 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt32(System.Int64)
-/// </summary>
-
-public class ConvertToInt32_8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt32 .");
-
-        try
-        {
-            retVal = VerificationHelper(0L, 0, "001.1") && retVal;
-            retVal = VerificationHelper((long)int.MaxValue, int.MaxValue, "001.2") && retVal;
-            retVal = VerificationHelper((long)int.MinValue, int.MinValue, "001.3") && retVal;
-
-            long l = TestLibrary.Generator.GetInt32(-55);
-            retVal = VerificationHelper(l, (int)l, "001.4");
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException is not thrown.");
-
-        try
-        {
-            long i = (long)Int32.MaxValue + 1;
-
-            Int32 r = Convert.ToInt32(i);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException is not thrown.");
-
-        try
-        {
-            long i = (long)Int32.MinValue - 1;
-
-            Int32 r = Convert.ToInt32(i);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_8 test = new ConvertToInt32_8();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Methods
-    private bool VerificationHelper(long value, int desired, string errorno)
-    {
-        bool retVal = true;
-
-        int actual = Convert.ToInt32(value);
-        if (actual != desired)
-        {
-            TestLibrary.TestFramework.LogError(errorno, "Convert.ToInt32 returns unexpected values");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", desired = " + desired + ", value = " + value);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint32_9.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint32_9.cs
deleted file mode 100644 (file)
index 2182431..0000000
+++ /dev/null
@@ -1,304 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt32(System.Object)
-/// </summary>
-
-public class ConvertToInt32_9
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-        retVal = PosTest7() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify methos ToInt32((object)random).");
-
-        try
-        {
-
-            object random = TestLibrary.Generator.GetInt32(-55);
-
-            int actual = Convert.ToInt32(random);
-            int expected = (int)random;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt32((object)0)");
-
-        try
-        {
-            object obj = 0;
-
-            int actual = Convert.ToInt32(obj);
-            int expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt32((object)int32.max)");
-
-        try
-        {
-            object obj = Int32.MaxValue;
-
-            int actual = Convert.ToInt32(obj);
-            int expected = Int32.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt32((object)int32.min)");
-
-        try
-        {
-            object obj = Int32.MinValue;
-
-            int actual = Convert.ToInt32(obj);
-            int expected = Int32.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Verify method ToInt32(true)");
-
-        try
-        {
-            object obj = true;
-
-            int actual = Convert.ToInt32(obj);
-            int expected = 1;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("005.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest6: Verify method ToInt32(false)");
-
-        try
-        {
-            object obj = false;
-
-            int actual = Convert.ToInt32(obj);
-            int expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("006.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest7()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest7: Verify method ToInt32(null)");
-
-        try
-        {
-            object obj = null;
-
-            int actual = Convert.ToInt32(obj);
-            int expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("007.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("007.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: InvalidCastException is not thrown.");
-
-        try
-        {
-            object obj = new object();
-
-            int r = Convert.ToInt32(obj);
-
-            TestLibrary.TestFramework.LogError("101.1", "InvalidCastException is not thrown.");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt32_9 test = new ConvertToInt32_9();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt32_9");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64.cs
deleted file mode 100644 (file)
index cd58a20..0000000
+++ /dev/null
@@ -1,131 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToInt64
-{
-    private const int c_MIN_SIZE   = 64;
-    private const int c_MAX_SIZE   = 1024;
-    private const int c_MIN_STRLEN = 1;
-    private const int c_MAX_STRLEN = 1024;
-
-    public static int Main()
-    {
-        ConvertToInt64 ac = new ConvertToInt64();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToInt64(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-        retVal = PosTest5()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        return retVal;
-    }
-
-    public bool PosTest1() { return PosTest<object>(1, (object)Int64.MaxValue, Int64.MaxValue); }
-    public bool PosTest2() { return PosTest<object>(2, (object)Int64.MinValue, Int64.MinValue); }
-    public bool PosTest3() { return PosTest<object>(3, null, 0); }
-
-    public bool PosTest4() { return PosTest2(4, null, 0); }
-    public bool PosTest5() { return PosTest2(5, "1034", 1034); }
-
-    public bool PosTest<T>(int id, T curValue, Int64 expValue)
-    {
-        bool            retVal = true;
-        Int64         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToInt64(...) (curValue:"+typeof(T)+" " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToInt64(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToInt64(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2(int id, String curValue, Int64 expValue)
-    {
-        bool            retVal = true;
-        Int64         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToInt64(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToInt64(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("003", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToInt64(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("004", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_1.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_1.cs
deleted file mode 100644 (file)
index e4000e3..0000000
+++ /dev/null
@@ -1,134 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-public class ConvertToInt64_1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt64(true) .");
-
-        try
-        {
-            long actual = Convert.ToInt64(true);
-            long expected = 1;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt64(false) .");
-
-        try
-        {
-            long actual = Convert.ToInt64(false);
-            long expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_1 test = new ConvertToInt64_1();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_10.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_10.cs
deleted file mode 100644 (file)
index d02a575..0000000
+++ /dev/null
@@ -1,281 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-public class TestClass
-{
-}
-
-public class TestFormatProvider : IFormatProvider
-{
-    public bool ToInt16MaxValue = true;
-
-    #region IFormatProvider Members
-
-    public object GetFormat(Type formatType)
-    {
-        if (formatType.Equals(typeof(TestFormatProvider)))
-        {
-            return this;
-        }
-        else
-        {
-            return null;
-        }
-    }
-
-    #endregion
-}
-
-public class TestConvertableClass : IConvertible
-{
-    #region IConvertible Members
-
-    public TypeCode GetTypeCode()
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public bool ToBoolean(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public long ToInt64(IFormatProvider provider)
-    {
-        bool toMinValue = true;
-
-        if (provider != null)
-        {
-            TestFormatProvider format = provider.GetFormat(typeof(TestFormatProvider)) as TestFormatProvider;
-            if ((format != null) && format.ToInt16MaxValue)
-            {
-                toMinValue = false;
-            }
-        }
-
-        if (toMinValue)
-        {
-            return Int64.MinValue;
-        }
-        else
-        {
-            return Int64.MaxValue;
-        }
-    }
-
-    public char ToChar(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public DateTime ToDateTime(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public decimal ToDecimal(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public double ToDouble(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public byte ToByte(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public short ToInt16(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public int ToInt32(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public sbyte ToSByte(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public float ToSingle(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public string ToString(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public object ToType(Type conversionType, IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public ushort ToUInt16(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public uint ToUInt32(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public ulong ToUInt64(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    #endregion
-}
-
-/// <summary>
-/// ToInt64(System.Object,System.IFormatProvider)
-/// </summary>
-
-public class ConvertToInt64_10
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call Convert.ToInt64 when value implements IConvertible");
-
-        try
-        {
-            retVal = VerificationHelper(true, null, 1L, "001.1") && retVal;
-            retVal = VerificationHelper(1, null, 1L, "001.2") && retVal;
-            retVal = VerificationHelper(0, null, 0L, "001.3") && retVal;
-            retVal = VerificationHelper(new TestConvertableClass(), null, Int64.MinValue, "001.4") && retVal;
-
-            retVal = VerificationHelper(true, new TestFormatProvider(), 1L, "001.5") && retVal;
-            retVal = VerificationHelper(1, new TestFormatProvider(), 1L, "001.6") && retVal;
-            retVal = VerificationHelper(0, new TestFormatProvider(), 0L, "001.7") && retVal;
-            retVal = VerificationHelper(new TestConvertableClass(), new TestFormatProvider(), Int64.MaxValue, "001.8") && retVal;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Call Convert.ToInt64 when value is null");
-
-        try
-        {
-            retVal = VerificationHelper(null, null, 0L, "002.1") && retVal;
-            retVal = VerificationHelper(null, new TestFormatProvider(), 0L, "002.2") && retVal;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: InvalidCastException should be thrown when value does not implement IConvertible. ");
-
-        try
-        {
-            long actual = Convert.ToInt64(new TestClass());
-
-            TestLibrary.TestFramework.LogError("101.1", "InvalidCastException is not thrown when value does not implement IConvertible. ");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_10 test = new ConvertToInt64_10();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_10");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Methods
-    private bool VerificationHelper(object obj, IFormatProvider provider, long desired, string errorno)
-    {
-        bool retVal = true;
-
-        long actual = Convert.ToInt64(obj, provider);
-        if (actual != desired)
-        {
-            TestLibrary.TestFramework.LogError(errorno, "Convert.ToInt64 returns unexpected values");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", desired = " + desired + ", obj = " + obj);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_11.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_11.cs
deleted file mode 100644 (file)
index e63981e..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.SByte)
-/// </summary>
-
-public class ConvertToInt64_11
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt64(System.SByte) .");
-
-        try
-        {
-            sbyte b = 0;
-            byte expected = 0;
-
-            do
-            {
-                expected = TestLibrary.Generator.GetByte(-55);
-            } while ((expected < Byte.MinValue) || (expected > SByte.MaxValue));
-
-            b = (sbyte)expected;
-
-            long actual = Convert.ToInt64(b);
-
-            if (actual != (long)expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_11 test = new ConvertToInt64_11();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_11");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_16.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_16.cs
deleted file mode 100644 (file)
index 008baf4..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.UInt16)
-/// </summary>
-
-public class ConvertToInt64_16
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToInt64 should Converts the value of an ushort to the equivalent long.");
-
-        try
-        {
-            int expected = TestLibrary.Generator.GetInt16(-55);
-            ushort u = (ushort)expected;
-            long actual = Convert.ToInt64(u);
-
-            if (actual != (long)expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToInt64 can not Converts the value of an ushort to the equivalent int");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_16 test = new ConvertToInt64_16();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_16");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_17.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_17.cs
deleted file mode 100644 (file)
index 292f542..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.UInt32)
-/// </summary>
-
-public class ConvertToInt64_17
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToInt64 should Converts the value of an uint to the equivalent long.");
-
-        try
-        {
-            uint expected = (uint)TestLibrary.Generator.GetInt16(-55);
-
-            long actual = Convert.ToInt64(expected);
-
-            if (actual != (long)expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToInt64 can not Converts the value of an uint to the equivalent long");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_17 test = new ConvertToInt64_17();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_17");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_18.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_18.cs
deleted file mode 100644 (file)
index 3014c74..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.UInt64)
-/// </summary>
-
-public class ConvertToInt64_18
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToInt64 should Converts the value of an ulong to the equivalent long.");
-
-        try
-        {
-            int expected = TestLibrary.Generator.GetInt16(-55);
-
-            long actual = Convert.ToInt64((ulong)expected);
-
-            if (actual != (long)expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ToInt64 can not Converts the value of an ushort to the equivalent long. ");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_18 test = new ConvertToInt64_18();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_18");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_2.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_2.cs
deleted file mode 100644 (file)
index 2351d17..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.Byte)
-/// </summary>
-
-public class ConvertToInt64_2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt64(byte) with random byte.");
-
-        try
-        {
-            byte b = TestLibrary.Generator.GetByte(-55);
-            long actual = Convert.ToInt64(b);
-            long expected = (long)b;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt64(byte) with byte = MinValue.");
-
-        try
-        {
-            byte b = byte.MinValue;
-            long actual = Convert.ToInt64(b);
-            long expected = (long)b;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt64(byte) with byte = MaxValue.");
-
-        try
-        {
-            byte b = byte.MaxValue;
-            long actual = Convert.ToInt64(b);
-            long expected = (long)b;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_2 test = new ConvertToInt64_2();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_3.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_3.cs
deleted file mode 100644 (file)
index 9558e64..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.Char)
-/// </summary>
-
-public class ConvertToInt64_3
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt64(CharLetter) .");
-
-        try
-        {
-            char c = TestLibrary.Generator.GetCharLetter(-55);
-            long expected = (long)c;
-
-            long actual = Convert.ToInt64(c);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Verify method ToInt64(CharLetter) .");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt64(char(0)) .");
-
-        try
-        {
-            char c = '\x0000';
-            long expected = (long)c;
-
-            long actual = Convert.ToInt64(c);
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Verify method ToInt64(CharLetter) .");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_3 test = new ConvertToInt64_3();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_3");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_4.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_4.cs
deleted file mode 100644 (file)
index 2a74014..0000000
+++ /dev/null
@@ -1,277 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.Decimal)
-/// </summary>
-
-public class ConvertToInt64_4
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt64(0<decimal<0.5)");
-
-        try
-        {
-            double random;
-            do
-                random = TestLibrary.Generator.GetDouble(-55);
-            while (random >= 0.5);
-
-            decimal d = decimal.Parse(random.ToString());
-
-            long actual = Convert.ToInt64(d);
-            long expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt64(1>decimal>=0.5)");
-
-        try
-        {
-            double random;
-            do
-                random = TestLibrary.Generator.GetDouble(-55);
-            while (random < 0.5);
-
-            decimal d = decimal.Parse(random.ToString());
-
-            long actual = Convert.ToInt64(d);
-            long expected = 1;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt64(0)");
-
-        try
-        {
-            decimal d = 0m;
-
-            long actual = Convert.ToInt64(d);
-            long expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt64(int64.max)");
-
-        try
-        {
-            decimal d = Int64.MaxValue;
-
-            long actual = Convert.ToInt64(d);
-            long expected = Int64.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Verify method ToInt64(int64.min)");
-
-        try
-        {
-            decimal d = Int64.MinValue;
-
-            long actual = Convert.ToInt64(d);
-            long expected = Int64.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("005.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException is not thrown.");
-
-        try
-        {
-            decimal d = (decimal)Int64.MaxValue + 1;
-
-            long i = Convert.ToInt64(d);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException is not thrown.");
-
-        try
-        {
-            decimal d = (decimal)Int64.MinValue - 1;
-
-            long i = Convert.ToInt64(d);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_4 test = new ConvertToInt64_4();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_4");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_5.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_5.cs
deleted file mode 100644 (file)
index 9a4c026..0000000
+++ /dev/null
@@ -1,274 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.Double)
-/// </summary>
-
-public class ConvertToInt64_5
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt64(0<double<0.5)");
-
-        try
-        {
-            double d;
-            do
-                d = TestLibrary.Generator.GetDouble(-55);
-            while (d >= 0.5);
-
-            long actual = Convert.ToInt64(d);
-            long expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt64(1>double>=0.5)");
-
-        try
-        {
-            double d;
-            do
-                d = TestLibrary.Generator.GetDouble(-55);
-            while (d < 0.5);
-
-            long actual = Convert.ToInt64(d);
-            long expected = 1;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt64(0)");
-
-        try
-        {
-            double d = 0d;
-
-            long actual = Convert.ToInt64(d);
-            long expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt64(int64.max)");
-
-        try
-        {
-            long actual = Convert.ToInt64(Int64.MaxValue);
-            long expected = Int64.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Verify method ToInt64(int64.min)");
-
-        try
-        {
-            long actual = Convert.ToInt64(Int64.MinValue);
-            long expected = Int64.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("005.1", "Method ToInt32 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: OverflowException is thrown for value > Int64.MaxValue.");
-
-        try
-        {
-            double d = (double)Int64.MaxValue + 1;
-
-            long i = Convert.ToInt64(d);
-
-            TestLibrary.TestFramework.LogError("101.1", "OverflowException is thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: OverflowException is thrown for value < Int64.MinValue");
-
-        try
-        {
-            // with the length of the min value being around 17 digits and the double going out to 15 or 16 digits
-            // before rounding, then subtracting one simply isn't enough to force the value to be less than Int64.MaxValue.
-            // If it is possible that the last two or 3 digits can get dropped and rounding can occur on the thousands, then
-            // subtracting 10000 is safe bet to be lower
-            double d = (double)Int64.MinValue - 10000;
-
-            long i = Convert.ToInt64(d);
-
-            TestLibrary.TestFramework.LogError("102.1", "OverflowException is not thrown.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_5 test = new ConvertToInt64_5();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_5");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_6.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_6.cs
deleted file mode 100644 (file)
index 03af85c..0000000
+++ /dev/null
@@ -1,203 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.Int16)
-/// </summary>
-
-public class ConvertToInt64_6
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify methos ToInt64(random).");
-
-        try
-        {
-
-            short random = TestLibrary.Generator.GetInt16(-55);
-
-            long actual = Convert.ToInt64(random);
-            long expected = (long)random;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt64(0)");
-
-        try
-        {
-            short i = 0;
-
-            long actual = Convert.ToInt64(i);
-            long expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt64(int16.max)");
-
-        try
-        {
-            Int16 i = Int16.MaxValue;
-
-            long actual = Convert.ToInt64(i);
-            long expected = (long)Int16.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt64(int16.min)");
-
-        try
-        {
-            Int16 i = Int16.MinValue;
-
-            long actual = Convert.ToInt64(i);
-            long expected = (long)Int16.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_6 test = new ConvertToInt64_6();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_6");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_7.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_7.cs
deleted file mode 100644 (file)
index 22faa6a..0000000
+++ /dev/null
@@ -1,118 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.Int32)
-/// </summary>
-
-public class ConvertToInt64_7
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt64 .");
-
-        try
-        {
-            retVal = VerificationHelper(0, 0L, "001.1") && retVal;
-            retVal = VerificationHelper(int.MaxValue, (long)int.MaxValue, "001.2") && retVal;
-            retVal = VerificationHelper(int.MinValue, (long)int.MinValue, "001.3") && retVal;
-
-            int i = TestLibrary.Generator.GetInt32(-55);
-            retVal = VerificationHelper(i, (long)i, "001.4") && retVal;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_7 test = new ConvertToInt64_7();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_7");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Methods
-    private bool VerificationHelper(int value, long desired, string errorno)
-    {
-        bool retVal = true;
-
-        long actual = Convert.ToInt64(value);
-        if (actual != desired)
-        {
-            TestLibrary.TestFramework.LogError(errorno, "Convert.ToInt64 returns unexpected values");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", desired = " + desired + ", value = " + value);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_8.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_8.cs
deleted file mode 100644 (file)
index e173854..0000000
+++ /dev/null
@@ -1,118 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.Int64)
-/// </summary>
-
-public class ConvertToInt64_8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method ToInt64 .");
-
-        try
-        {
-            retVal = VerificationHelper(0L, 0L, "001.1") && retVal;
-            retVal = VerificationHelper((long)int.MaxValue, (long)int.MaxValue, "001.2") && retVal;
-            retVal = VerificationHelper((long)int.MinValue, (long)int.MinValue, "001.3") && retVal;
-
-            long l = TestLibrary.Generator.GetInt64(-55);
-            retVal = VerificationHelper(l, l, "001.4") && retVal;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_8 test = new ConvertToInt64_8();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Methods
-    private bool VerificationHelper(long value, long desired, string errorno)
-    {
-        bool retVal = true;
-
-        long actual = Convert.ToInt64(value);
-        if (actual != desired)
-        {
-            TestLibrary.TestFramework.LogError(errorno, "Convert.ToInt32 returns unexpected values");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", desired = " + desired + ", value = " + value);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttoint64_9.cs b/tests/src/CoreMangLib/cti/system/convert/converttoint64_9.cs
deleted file mode 100644 (file)
index 571063e..0000000
+++ /dev/null
@@ -1,304 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ToInt64(System.Object)
-/// </summary>
-
-public class ConvertToInt64_9
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-         retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-        retVal = PosTest7() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-         TestLibrary.TestFramework.LogInformation("[Negative]");
-         retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify methos ToInt64((object)random).");
-
-        try
-        {
-
-            object random = TestLibrary.Generator.GetInt64(-55);
-
-            long actual = Convert.ToInt64(random);
-            long expected = (long)random;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method ToInt64((object)0)");
-
-        try
-        {
-            object obj = 0;
-
-            long actual = Convert.ToInt64(obj);
-            long expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method ToInt64((object)int64.max)");
-
-        try
-        {
-            object obj = Int64.MaxValue;
-
-            long actual = Convert.ToInt64(obj);
-            long expected = Int64.MaxValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method ToInt64((object)int64.min)");
-
-        try
-        {
-            object obj = Int64.MinValue;
-
-            long actual = Convert.ToInt64(obj);
-            long expected = Int64.MinValue;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Verify method ToInt64(true)");
-
-        try
-        {
-            object obj = true;
-
-            long actual = Convert.ToInt64(obj);
-            long expected = 1;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("005.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest6: Verify method ToInt64(false)");
-
-        try
-        {
-            object obj = false;
-
-            long actual = Convert.ToInt64(obj);
-            long expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("006.1", "Method ToInt64 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest7()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest7: Verify method ToInt64(null)");
-
-        try
-        {
-            object obj = null;
-
-            long actual = Convert.ToInt64(obj);
-            long expected = 0;
-
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("007.1", "Method ToInt16 Err.");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("007.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: InvalidCastException is not thrown.");
-
-        try
-        {
-            object obj = new object();
-
-            long r = Convert.ToInt64(obj);
-
-            TestLibrary.TestFramework.LogError("101.1", "InvalidCastException is not thrown.");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToInt64_9 test = new ConvertToInt64_9();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToInt64_9");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte.cs
deleted file mode 100644 (file)
index 644e384..0000000
+++ /dev/null
@@ -1,186 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToSByte
-{
-    public static int Main()
-    {
-        ConvertToSByte ac = new ConvertToSByte();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToSByte(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1()  && retVal;
-        retVal = NegTest2()  && retVal;
-        retVal = NegTest3()  && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1() { return PosTest<object>(1, (object)SByte.MaxValue, SByte.MaxValue); }
-    public bool PosTest2() { return PosTest<object>(2, (object)SByte.MinValue, SByte.MinValue); }
-    public bool PosTest3() { return PosTest<object>(3, null, 0); }
-
-    public bool PosTest4() { return PosTest2(4, "27", 27); }
-
-    public bool NegTest1() { return NegTest1(1, Int16.MaxValue.ToString(), 10, typeof(System.OverflowException)); }
-    public bool NegTest2() { return NegTest1(2, Int16.MinValue.ToString(), 10, typeof(System.OverflowException)); }
-    public bool NegTest3() { return NegTest2(3, null, 10, typeof(System.ArgumentNullException)); }
-
-    public bool PosTest<T>(int id, T curValue, SByte expValue)
-    {
-        bool            retVal = true;
-        SByte         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToSByte(...) (curValue:"+typeof(T)+" " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToSByte(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToSByte(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2(int id, String curValue, SByte expValue)
-    {
-        bool            retVal = true;
-        SByte         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToSByte(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToSByte(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("003", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToSByte(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("004", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest1(int id, string curValue, int fromBase, Type exception)
-    {
-        bool            retVal = true;
-        SByte         newValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ToSByte(...) (curValue:string " +curValue+" base:"+fromBase+")");
-
-        try
-        {
-            newValue = Convert.ToSByte(curValue, fromBase);
-
-            TestLibrary.TestFramework.LogError("006", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("007", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2(int id, string curValue, int fromBase, Type exception)
-    {
-        bool            retVal = true;
-        SByte         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ToSByte(...) (curValue:string " +curValue+" base:"+fromBase+")");
-
-        try
-        {
-            myfp     = null;
-            newValue = Convert.ToSByte(curValue, myfp);
-
-            TestLibrary.TestFramework.LogError("008", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("009", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte1.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte1.cs
deleted file mode 100644 (file)
index dd1f49c..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToSByte(boolean)
-/// </summary>
-public class ConvertToSByte1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: The boolean is true");
-
-        try
-        {
-            bool boolValue = true;
-            SByte sByte = Convert.ToSByte(boolValue);
-            if (sByte != 1)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: The boolean is false");
-
-        try
-        {
-            bool boolValue = false;
-            SByte sByte = Convert.ToSByte(boolValue);
-            if (sByte != 0)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToSByte1 test = new ConvertToSByte1();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToSByte1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte10.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte10.cs
deleted file mode 100644 (file)
index 752f9ab..0000000
+++ /dev/null
@@ -1,277 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-public class TestClass
-{
-}
-
-public class TestFormatProvider : IFormatProvider
-{
-    public bool ToSByteMaxValue = true;
-
-    #region IFormatProvider Members
-
-    public object GetFormat(Type formatType)
-    {
-        if (formatType.Equals(typeof(TestFormatProvider)))
-        {
-            return this;
-        }
-        else
-        {
-            return null;
-        }
-    }
-
-    #endregion
-}
-
-public class TestConvertableClass : IConvertible
-{
-    #region IConvertible Members
-
-    public TypeCode GetTypeCode()
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public bool ToBoolean(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public byte ToByte(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public char ToChar(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public DateTime ToDateTime(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public decimal ToDecimal(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public double ToDouble(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public short ToInt16(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public int ToInt32(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public long ToInt64(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public sbyte ToSByte(IFormatProvider provider)
-    {
-        bool toMinValue = true;
-
-        if (provider != null)
-        {
-            TestFormatProvider format = provider.GetFormat(typeof(TestFormatProvider)) as TestFormatProvider;
-            if ((format != null) && format.ToSByteMaxValue)
-            {
-                toMinValue = false;
-            }
-        }
-
-        if (toMinValue)
-        {
-            return SByte.MinValue;
-        }
-        else
-        {
-            return SByte.MaxValue;
-        }
-    }
-
-    public float ToSingle(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public string ToString(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public object ToType(Type conversionType, IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public ushort ToUInt16(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public uint ToUInt32(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public ulong ToUInt64(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    #endregion
-}
-
-/// <summary>
-/// ToSByte(System.Object,System.IFormatProvider)
-/// </summary>
-public class ConvertToSByte10
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call Convert.ToSByte when value implements IConvertible");
-
-        try
-        {
-            retVal = VerificationHelper(true, null, 1, "001.1") && retVal;
-            retVal = VerificationHelper(1, null, 1, "001.2") && retVal;
-            retVal = VerificationHelper(0, null, 0, "001.3") && retVal;
-            retVal = VerificationHelper(new TestConvertableClass(), null, SByte.MinValue, "001.4") && retVal;
-
-            retVal = VerificationHelper(true, new TestFormatProvider(), 1, "001.5") && retVal;
-            retVal = VerificationHelper(1, new TestFormatProvider(), 1, "001.6") && retVal;
-            retVal = VerificationHelper(0, new TestFormatProvider(), 0, "001.7") && retVal;
-            retVal = VerificationHelper(new TestConvertableClass(), new TestFormatProvider(), SByte.MaxValue, "001.8") && retVal;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Call Convert.ToSByte when value is null");
-
-        try
-        {
-            retVal = VerificationHelper(null, null, 0, "002.1") && retVal;
-            retVal = VerificationHelper(null, new TestFormatProvider(), 0, "002.2") && retVal;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: InvalidCastException should be thrown when value does not implement IConvertible. ");
-
-        try
-        {
-            sbyte actual = Convert.ToSByte(new TestClass());
-
-            TestLibrary.TestFramework.LogError("101.1", "InvalidCastException is not thrown when value does not implement IConvertible. ");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToSByte10 test = new ConvertToSByte10();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToSByte10");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Methods
-    private bool VerificationHelper(object obj, IFormatProvider provider, sbyte desired, string errorno)
-    {
-        bool retVal = true;
-
-        sbyte actual = Convert.ToSByte(obj, provider);
-        if (actual != desired)
-        {
-            TestLibrary.TestFramework.LogError(errorno, "Convert.ToSByte returns unexpected values");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", desired = " + desired + ", obj = " + obj);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte11.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte11.cs
deleted file mode 100644 (file)
index c81e924..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToSByte(SByte)
-/// </summary>
-public class ConvertToSByte11
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random sbyte to sbyte");
-
-        try
-        {
-            SByte i = this.GetSByte(SByte.MinValue, SByte.MaxValue);
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert sbyteMaxValue to sbyte");
-
-        try
-        {
-            SByte i = sbyte.MaxValue;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert sbyteMinValue to SByte");
-
-        try
-        {
-            SByte i = sbyte.MinValue;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToSByte11 test = new ConvertToSByte11();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToSByte11");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private SByte GetSByte(sbyte minValue, sbyte maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (sbyte)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte16.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte16.cs
deleted file mode 100644 (file)
index 6851958..0000000
+++ /dev/null
@@ -1,172 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToSByte(UInt16)
-/// </summary>
-public class ConvertToSByte11
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random sbyte to sbyte");
-
-        try
-        {
-            UInt16 i = this.GetUInt16(0, SByte.MaxValue);
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert sbyteMaxValue to sbyte");
-
-        try
-        {
-            UInt16 i = (UInt16)sbyte.MaxValue;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert UInt16MinValue to SByte");
-
-        try
-        {
-            UInt16 i = UInt16.MinValue;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: Test the overflow exception");
-
-        try
-        {
-            UInt16 i = this.GetUInt16(sbyte.MaxValue + 1, UInt16.MaxValue);
-            SByte sByte = Convert.ToSByte(i);
-            TestLibrary.TestFramework.LogError("101", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToSByte11 test = new ConvertToSByte11();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToSByte11");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private UInt16 GetUInt16(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (UInt16)minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return (UInt16)(minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return (UInt16)minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte2.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte2.cs
deleted file mode 100644 (file)
index c895c14..0000000
+++ /dev/null
@@ -1,172 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToSByte(byte)
-/// <summary>
-public class ConvertToSByte2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random byte value to sbyte");
-
-        try
-        {
-            byte i = this.GetByte(0, (byte)sbyte.MaxValue);
-            sbyte sByte = Convert.ToSByte(i);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert sbyteMinValue to sbyte");
-
-        try
-        {
-            byte i = byte.MinValue;
-            sbyte sByte = Convert.ToSByte(i);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert a byte indicating sbyteMaxValue to sbyte");
-
-        try
-        {
-            byte i = (byte)sbyte.MaxValue;
-            sbyte sByte = Convert.ToSByte(i);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: The argument is greater than SByte.MaxValue");
-
-        try
-        {
-            byte i = this.GetByte(sbyte.MaxValue + 1, byte.MaxValue);
-            sbyte sByte = Convert.ToSByte(i);
-            TestLibrary.TestFramework.LogError("101", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToSByte2 test = new ConvertToSByte2();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToSByte2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    private Byte GetByte(byte minValue, byte maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (byte)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte3.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte3.cs
deleted file mode 100644 (file)
index 5c8edb4..0000000
+++ /dev/null
@@ -1,172 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToSByte(char)
-/// <summary>
-public class ConvertToSByte3
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random char to sbyte");
-
-        try
-        {
-            sbyte i = this.GetSByte(0, sbyte.MaxValue);
-            char ch = Convert.ToChar(i);
-            sbyte sByte = Convert.ToSByte(ch);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:" + i + "sbyte is" + sByte);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert a char indicating sbyte.maxvalue to sbyte");
-
-        try
-        {
-            char ch = Convert.ToChar(sbyte.MaxValue);
-            sbyte sByte = Convert.ToSByte(ch);
-            if (sByte != 127)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert a char indicating zero to sbyte");
-
-        try
-        {
-            char ch = '\0';
-            sbyte sByte = Convert.ToSByte(ch);
-            if (sByte != 0)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: The argument is greater than SByte.MaxValue");
-
-        try
-        {
-            char ch = Convert.ToChar(128);
-            sbyte sByte = Convert.ToSByte(ch);
-            TestLibrary.TestFramework.LogError("101", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToSByte3 test = new ConvertToSByte3();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToSByte3");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private SByte GetSByte(sbyte minValue, sbyte maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (sbyte)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte4.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte4.cs
deleted file mode 100644 (file)
index de05200..0000000
+++ /dev/null
@@ -1,153 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToSByte(decimal)
-/// <summary>
-public class ConvertToSByte4
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ToSByte should Converts the value of a decimal to a equivlent sbyte");
-
-        try
-        {
-            decimal de = 123;
-            sbyte sByte = Convert.ToSByte(de);
-            if (sByte != 123)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: ToSByte should Converts the value of a decimal to a equivlent sbyte with 0");
-
-        try
-        {
-            decimal de = 0;
-            sbyte sByte = Convert.ToSByte(de);
-            if (sByte != 0)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: The argument is greater than SByte.MaxValue");
-
-        try
-        {
-            decimal de = 130;
-            sbyte sByte = Convert.ToSByte(de);
-            TestLibrary.TestFramework.LogError("101", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: The argument is less than SByte.MinValue");
-
-        try
-        {
-            decimal de = -129;
-            sbyte sByte = Convert.ToSByte(de);
-            TestLibrary.TestFramework.LogError("103", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToSByte4 test = new ConvertToSByte4();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToSByte4");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte5.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte5.cs
deleted file mode 100644 (file)
index e065c11..0000000
+++ /dev/null
@@ -1,288 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToSByte(double)
-/// <summary>
-public class ConvertToSByte5
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random Double greater than 0.5 to sbyte");
-
-        try
-        {
-            double i;
-            do
-            {
-                i = TestLibrary.Generator.GetDouble(-55);
-            }
-            while (i < 0.5D);
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != 1)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:"+i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert a random Double less than 0.5 to sbyte");
-
-        try
-        {
-            double i;
-            do
-            {
-                i = TestLibrary.Generator.GetDouble(-55);
-            }
-            while (i > 0.5D);
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != 0)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected,i is: "+i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert zero to sbyte");
-
-        try
-        {
-            double i = 0;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != 0)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Convert a double whose decimal part is equal to 0.5 exactly");
-
-        try
-        {
-            double integral = (double)(this.GetSByte(-50, 0) * 2 + 1);
-            double i = integral - 0.5d;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != (integral - 1))
-            {
-                TestLibrary.TestFramework.LogError("007", "The result is not the value as expected,SByte is:"+sByte+"i is: "+i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Convert a double indicating SbyteMaxValue to sbyte");
-
-        try
-        {
-            double i = (double)SByte.MaxValue;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != sbyte.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("009", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest6: Convert a double indicating SbyteMinValue to sbyte");
-
-        try
-        {
-            double i = (double)SByte.MinValue;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != sbyte.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("011", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: Value is greater than SByte.MaxValue");
-
-        try
-        {
-            double i = 128.5d;
-            SByte sByte = Convert.ToSByte(i);
-            TestLibrary.TestFramework.LogError("101", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: Value is less than SByte.MinValue");
-
-        try
-        {
-            double i = -150d;
-            SByte sByte = Convert.ToSByte(i);
-            TestLibrary.TestFramework.LogError("103", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToSByte5 test = new ConvertToSByte5();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToSByte5");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    private SByte GetSByte(sbyte minValue, sbyte maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (sbyte)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte6.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte6.cs
deleted file mode 100644 (file)
index b8d9c2e..0000000
+++ /dev/null
@@ -1,199 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToSByte(int16)
-/// </summary>
-public class ConvertToSByte6
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert an random int16 number to sbyte");
-
-        try
-        {
-            Int16 i = this.GetInt16(sbyte.MinValue, sbyte.MaxValue);
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is: " + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert an int16 indicating SByteMaxValue number to sbyte");
-
-        try
-        {
-            Int16 i = (Int16)SByte.MaxValue;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != SByte.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert an int16 indicating SByteMinValue number to sbyte");
-
-        try
-        {
-            Int16 i = (Int16)SByte.MinValue;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != SByte.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: The argument is greater than SByte.MaxValue");
-
-        try
-        {
-            Int16 i = this.GetInt16(128, Int16.MaxValue);
-            SByte sByte = Convert.ToSByte(i);
-            TestLibrary.TestFramework.LogError("101", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: The argument is less than SByte.MinValue");
-
-        try
-        {
-            Int16 i = this.GetInt16(Int16.MinValue, -128);
-            SByte sByte = Convert.ToSByte(i);
-            TestLibrary.TestFramework.LogError("103", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToSByte6 test = new ConvertToSByte6();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToSByte6");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private Int16 GetInt16(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (Int16)minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return (Int16)(minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return (Int16)minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte7.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte7.cs
deleted file mode 100644 (file)
index 4033a2a..0000000
+++ /dev/null
@@ -1,199 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToSByte(int32)
-/// </summary>
-public class ConvertToSByte7
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert an random int32 number to sbyte");
-
-        try
-        {
-            Int32 i = this.GetInt32(sbyte.MinValue, sbyte.MaxValue);
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is: " + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert an int32 indicating SByteMaxValue number to sbyte");
-
-        try
-        {
-            Int32 i = (Int32)SByte.MaxValue;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != SByte.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert an int32 indicating SByteMinValue number to sbyte");
-
-        try
-        {
-            Int32 i = (Int32)SByte.MinValue;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != SByte.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: The argument is greater than SByte.MaxValue");
-
-        try
-        {
-            Int32 i = this.GetInt32(128, Int32.MaxValue);
-            SByte sByte = Convert.ToSByte(i);
-            TestLibrary.TestFramework.LogError("101", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: The argument is less than SByte.MinValue");
-
-        try
-        {
-            Int32 i = this.GetInt32(Int32.MinValue, -128);
-            SByte sByte = Convert.ToSByte(i);
-            TestLibrary.TestFramework.LogError("103", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToSByte7 test = new ConvertToSByte7();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToSByte7");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return (minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte8.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte8.cs
deleted file mode 100644 (file)
index 12421d7..0000000
+++ /dev/null
@@ -1,200 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToSByte(int64)
-/// </summary>
-public class ConvertToSByte8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert an random int64 number to sbyte");
-
-        try
-        {
-            Int64 i = this.GetInt64(sbyte.MinValue, sbyte.MaxValue);
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != i)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is: " + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert an int64 indicating SByteMaxValue number to sbyte");
-
-        try
-        {
-            Int64 i = (Int64)SByte.MaxValue;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != SByte.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert an int64 indicating SByteMinValue number to sbyte");
-
-        try
-        {
-            Int64 i = (Int64)SByte.MinValue;
-            SByte sByte = Convert.ToSByte(i);
-            if (sByte != SByte.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: The argument is greater than SByte.MaxValue");
-
-        try
-        {
-            Int64 i = this.GetInt64(128, Int64.MaxValue);
-            SByte sByte = Convert.ToSByte(i);
-            TestLibrary.TestFramework.LogError("101", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: The argument is less than SByte.MinValue");
-
-        try
-        {
-            Int64 i = this.GetInt64(Int64.MinValue, -128);
-            SByte sByte = Convert.ToSByte(i);
-            TestLibrary.TestFramework.LogError("103", "The OverflowException was not thrown as expected");
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToSByte8 test = new ConvertToSByte8();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToSByte8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    private Int64 GetInt64(Int64 minValue, Int64 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + (Int64)TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosbyte9.cs b/tests/src/CoreMangLib/cti/system/convert/converttosbyte9.cs
deleted file mode 100644 (file)
index fd77d1b..0000000
+++ /dev/null
@@ -1,232 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-public class TestClass
-{
-}
-
-public class TestConvertableClass : IConvertible
-{
-    #region IConvertible Members
-
-    public TypeCode GetTypeCode()
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public bool ToBoolean(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public byte ToByte(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public char ToChar(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public DateTime ToDateTime(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public decimal ToDecimal(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public double ToDouble(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public short ToInt16(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public int ToInt32(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public long ToInt64(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public sbyte ToSByte(IFormatProvider provider)
-    {
-        return sbyte.MaxValue;
-    }
-
-    public float ToSingle(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public string ToString(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public object ToType(Type conversionType, IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public ushort ToUInt16(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public uint ToUInt32(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public ulong ToUInt64(IFormatProvider provider)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    #endregion
-}
-
-/// <summary>
-/// ToSByte(System.Object)
-/// </summary>
-public class ConvertToSByte9
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call Convert.ToSByte when value implements IConvertible");
-
-        try
-        {
-            retVal = VerificationHelper(true, 1, "001.1") && retVal;
-            retVal = VerificationHelper(1, 1, "001.2") && retVal;
-            retVal = VerificationHelper(0, 0, "001.3") && retVal;
-            retVal = VerificationHelper(new TestConvertableClass(), SByte.MaxValue, "001.4") && retVal;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Call Convert.ToSByte when value is null");
-
-        try
-        {
-            retVal = VerificationHelper(null, 0, "002.1") && retVal;
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: InvalidCastException should be thrown when value does not implement IConvertible. ");
-
-        try
-        {
-            sbyte actual = Convert.ToSByte(new TestClass());
-
-            TestLibrary.TestFramework.LogError("101.1", "InvalidCastException is not thrown when value does not implement IConvertible. ");
-            retVal = false;
-        }
-        catch (InvalidCastException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToSByte9 test = new ConvertToSByte9();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToSByte9");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Methods
-    private bool VerificationHelper(object obj, sbyte desired, string errorno)
-    {
-        bool retVal = true;
-
-        sbyte actual = Convert.ToSByte(obj);
-        if (actual != desired)
-        {
-            TestLibrary.TestFramework.LogError(errorno, "Convert.ToSByte returns unexpected values");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", desired = " + desired + ", obj = " + obj);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosingle.cs b/tests/src/CoreMangLib/cti/system/convert/converttosingle.cs
deleted file mode 100644 (file)
index aaeaa99..0000000
+++ /dev/null
@@ -1,168 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToSingle
-{
-    public static int Main()
-    {
-        ConvertToSingle ac = new ConvertToSingle();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToSingle(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-        retVal = PosTest5()  && retVal;
-        retVal = PosTest6()  && retVal;
-        retVal = PosTest7()  && retVal;
-        retVal = PosTest8()  && retVal;
-        retVal = PosTest9()  && retVal;
-        retVal = PosTest10()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1()  && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1() { return PosTest<object>(1, (object)Single.MaxValue, Single.MaxValue); }
-    public bool PosTest2() { return PosTest<object>(2, (object)Single.MinValue, Single.MinValue); }
-    public bool PosTest3() { return PosTest<object>(3, null, 0); }
-
-    public bool PosTest4() { return PosTest<Boolean>(4, true, 1f); }
-    public bool PosTest5() { return PosTest<Boolean>(5, false, 0f); }
-
-    public bool PosTest6() { return PosTest2(6, null, 0f); }
-    public bool PosTest7() { return PosTest2(7, "28098" + System.Globalization.CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator + "23", 28098.23f); }
-
-    public bool PosTest8() { return PosTest<object>(8, (object)Single.PositiveInfinity, Single.PositiveInfinity); }
-    public bool PosTest9() { return PosTest<object>(9, (object)Single.NegativeInfinity, Single.NegativeInfinity); }
-    public bool PosTest10() { return PosTest<object>(10, (object)Single.NaN, Single.NaN); }
-
-    public bool NegTest1() { return NegTest<char>(1, ' ', typeof(System.InvalidCastException)); }
-
-    public bool PosTest<T>(int id, T curValue, Single expValue)
-    {
-        bool            retVal = true;
-        Single         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToSingle(...) (curValue:"+typeof(T)+" " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToSingle(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToSingle(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2(int id, String curValue, Single expValue)
-    {
-        bool            retVal = true;
-        Single         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToSingle(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToSingle(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("003", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToSingle(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("004", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest<T>(int id, T curValue, Type exception)
-    {
-        bool            retVal = true;
-        Single         newValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ToSingle(...) (curValue:string " +curValue+")");
-
-        try
-        {
-            newValue = Convert.ToSingle(curValue);
-
-            TestLibrary.TestFramework.LogError("006", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("007", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosingle13.cs b/tests/src/CoreMangLib/cti/system/convert/converttosingle13.cs
deleted file mode 100644 (file)
index c769db7..0000000
+++ /dev/null
@@ -1,356 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToSingle(String)
-/// </summary>
-public class ConvertToSingle13
-{
-    public static int Main()
-    {
-        ConvertToSingle13 testObj = new ConvertToSingle13();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToSingle(String)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1();
-        retVal = NegTest2();
-        retVal = NegTest3();
-        retVal = NegTest4();
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a vaild string ... ";
-        string c_TEST_ID = "P001";
-
-        string actualValue = TestLibrary.Generator.GetSingle(-55).ToString();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            Single resValue = Convert.ToSingle(actualValue);
-            if (Single.Parse(actualValue) != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is a null reference... ";
-        string c_TEST_ID = "P002";
-
-        String actualValue = null;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (0 != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is 0";
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verfify value is a string end with a radix point... ";
-        string c_TEST_ID = "P003";
-
-        String actualValue = "7923.";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            Single realValue = Single.Parse(actualValue);
-            if (realValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is" + realValue;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is a string started with a radix point... ";
-        string c_TEST_ID = "P004";
-
-        String actualValue = ".7923";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            Single realValue = Single.Parse(actualValue);
-
-            if (realValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + realValue;
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest5: Verfify value is Single.NaN... ";
-        string c_TEST_ID = "P005";
-
-        String actualValue = Single.NaN.ToString();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-
-            if (!Single.IsNaN(resValue))
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + Single.NaN;
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest6: Verfify value is Single.NegativeInfinity... ";
-        string c_TEST_ID = "P006";
-
-        String actualValue = Single.NegativeInfinity.ToString();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-
-            if (!Single.IsNegativeInfinity(resValue))
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + Single.NegativeInfinity;
-                TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region NegativeTesting
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest1: Value represents a number greater than Single.MaxValue ";
-        const string c_TEST_ID = "N001";
-
-
-        string actualValue = "3.40292349638528859e+38";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToSingle(actualValue);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, "OverflowException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest2: Value represents a number less than Single.MinValue ";
-        const string c_TEST_ID = "N002";
-
-
-        string actualValue = "-3.40362346638528859e+38";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToSingle(actualValue);
-            TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, "OverflowException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (OverflowException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest3: value is a string cantains invalid chars ";
-        const string c_TEST_ID = "N003";
-
-
-        string actualValue = "1622.7sd23";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToSingle(actualValue);
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, "FormatException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest4: value is a empty string ";
-        const string c_TEST_ID = "N004";
-
-
-        string actualValue = "";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            Convert.ToSingle(actualValue);
-            TestLibrary.TestFramework.LogError("015" + " TestId-" + c_TEST_ID, "FormatException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (FormatException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosingle14.cs b/tests/src/CoreMangLib/cti/system/convert/converttosingle14.cs
deleted file mode 100644 (file)
index fda6743..0000000
+++ /dev/null
@@ -1,337 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// Convert.ToSingle(System.String,System.IFormatProvider)
-/// </summary>
-public class ConvertToSingle14
-{
-    public static int Main()
-    {
-        ConvertToSingle14 testObj = new ConvertToSingle14();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToSingle(System.String,System.IFormatProvider)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    private CultureInfo CurrentCulture = CultureInfo.CurrentCulture;
-    private CultureInfo customCulture = null;
-    private CultureInfo CustomCulture
-    {
-        get
-        {
-            if (null == customCulture)
-            {
-                customCulture = new CultureInfo(CultureInfo.CurrentCulture.Name);
-                NumberFormatInfo customNFI = new NumberFormatInfo();
-
-                customNFI.NumberDecimalSeparator = ".";
-                customNFI.NumberGroupSeparator = ",";
-                customNFI.NumberGroupSizes = new int[] { 3 };
-
-                customCulture.NumberFormat = customNFI;
-            }
-            return customCulture;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Single actualValue;
-        string strSingle = "3,265.12358";
-        Single expVal = Single.Parse(strSingle, CustomCulture.NumberFormat);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Verify  the string value is valid Single value");
-
-        try
-        {
-            actualValue = Convert.ToSingle(strSingle, CustomCulture.NumberFormat);
-
-            if (actualValue != expVal)
-            {
-                errorDesc = "The Single value " + strSingle + " is not the value " +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\n The string  is " + strSingle;
-            TestLibrary.TestFramework.LogError("002", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string errorDesc;
-        // if provider null then currentculture is used
-        TestLibrary.Utilities.CurrentCulture = CustomCulture;
-        NumberFormatInfo provider = null;
-
-        Single actualValue;
-        string strSingle = "3265.12358";
-        Single expVal = Single.Parse(strSingle);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Verify the IFormatProvider is a null reference");
-
-        try
-        {
-            actualValue = Convert.ToSingle(strSingle, provider);
-
-            if (actualValue != expVal)
-            {
-                errorDesc = "The Single value " + strSingle + " is not the value " +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("003", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\n The string  is " + strSingle;
-            TestLibrary.TestFramework.LogError("004", errorDesc);
-            retVal = false;
-        }
-
-        TestLibrary.Utilities.CurrentCulture = CurrentCulture;
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Single actualValue;
-        string strSingle = "3265.";
-        Single expVal = Single.Parse(strSingle, CustomCulture.NumberFormat);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Verify the string end with radix point");
-
-        try
-        {
-            actualValue = Convert.ToSingle(strSingle, CustomCulture.NumberFormat);
-
-            if (actualValue != expVal)
-            {
-                errorDesc = "The Single value " + strSingle + " is not the value " +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("005", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\n The string  is " + strSingle;
-            TestLibrary.TestFramework.LogError("006", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string errorDesc;
-
-        Single actualValue;
-        string strSingle = ".3265";
-        Single expVal = Single.Parse(strSingle, CustomCulture.NumberFormat);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Verify  the string start with radix point");
-
-        try
-        {
-            actualValue = Convert.ToSingle(strSingle, CustomCulture.NumberFormat);
-
-            if (actualValue != expVal)
-            {
-                errorDesc = "The Single value " + strSingle + " is not the value " +
-                                 " as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("007", errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpect exception:" + e;
-            errorDesc += "\n The string  is " + strSingle;
-            TestLibrary.TestFramework.LogError("008", errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region NegativeTesting
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:Verify the parameter contains a invalid char...");
-
-        string strSingle = "3,265.13c5";
-
-        try
-        {
-            Convert.ToSingle(strSingle, CustomCulture.NumberFormat);
-            TestLibrary.TestFramework.LogError("009", "FormatException is not thrown as expected ." + "\n string is " + strSingle);
-            retVal = false;
-        }
-        catch (FormatException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception occurs: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2:Verify the parameter  represents a number less than MinValue...");
-
-        string strSingle = "-3.40362346638528859e+38";
-        
-        try
-        {
-            Convert.ToSingle(strSingle, CustomCulture.NumberFormat);
-            TestLibrary.TestFramework.LogError("011", "OverflowException is not thrown as expected ." + "\n string is " + strSingle);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "Unexpected exception occurs: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3:Verify the parameter  represents a number greater than MaxValue...");
-
-        string strSingle = "3.40292349638528859e+38";
-        
-        try
-        {
-            Convert.ToSingle(strSingle, CustomCulture.NumberFormat);
-            TestLibrary.TestFramework.LogError("013", "OverflowException is not thrown as expected ." + "\n string is " + strSingle);
-            retVal = false;
-        }
-        catch (OverflowException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014", "Unexpected exception occurs: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4:Verify the parameter does not supply IFormatProvider...");
-
-        string strSingle = "1.485.355.146,79769";
-
-        try
-        {
-            Convert.ToSingle(strSingle, CustomCulture.NumberFormat);
-            TestLibrary.TestFramework.LogError("015", "FormatException is not thrown as expected ." + "\n string is " + strSingle);
-            retVal = false;
-        }
-        catch (FormatException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016", "Unexpected exception occurs: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest5:Verify the string is empty");
-
-        string strSingle = "";
-
-        try
-        {
-            Convert.ToSingle(strSingle, CustomCulture.NumberFormat);
-            TestLibrary.TestFramework.LogError("017", "FormatException is not thrown as expected ." + "\n string is empty ");
-            retVal = false;
-        }
-        catch (FormatException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("018", "Unexpected exception occurs: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosingle15.cs b/tests/src/CoreMangLib/cti/system/convert/converttosingle15.cs
deleted file mode 100644 (file)
index 2ab5859..0000000
+++ /dev/null
@@ -1,191 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToSingle(System.UInt16)
-/// </summary>
-public class ConvertToSingle15
-{
-    public static int Main()
-    {
-        ConvertToSingle15 testObj = new ConvertToSingle15();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToSingle(System.UInt16)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a random UInt16... ";
-        string c_TEST_ID = "P001";
-
-        UInt16 actualValue = GetUInt16(UInt16.MinValue,UInt16.MaxValue);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is UInt16.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        UInt16 actualValue = UInt16.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is UInt16.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        UInt16 actualValue = UInt16.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is zero... ";
-        string c_TEST_ID = "P004";
-
-        UInt16 actualValue = 0;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Help Method
-    private UInt16 GetUInt16(UInt16 minValue, UInt16 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return (UInt16)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosingle16.cs b/tests/src/CoreMangLib/cti/system/convert/converttosingle16.cs
deleted file mode 100644 (file)
index c2c5f8c..0000000
+++ /dev/null
@@ -1,191 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToSingle(System.UInt32)
-/// </summary>
-public class ConvertToSingle16
-{
-    public static int Main()
-    {
-        ConvertToSingle16 testObj = new ConvertToSingle16();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToSingle(System.UInt32)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a random UInt32... ";
-        string c_TEST_ID = "P001";
-
-        UInt32 actualValue = GetUInt32(UInt32.MinValue, UInt32.MaxValue);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is UInt32.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        UInt32 actualValue = UInt32.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is UInt32.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        UInt32 actualValue = UInt32.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is zero... ";
-        string c_TEST_ID = "P004";
-
-        UInt32 actualValue = 0;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Help Method
-    private UInt32 GetUInt32(UInt32 minValue, UInt32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return (UInt32)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttosingle17.cs b/tests/src/CoreMangLib/cti/system/convert/converttosingle17.cs
deleted file mode 100644 (file)
index 320082f..0000000
+++ /dev/null
@@ -1,193 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToSingle(System.UInt64)
-/// </summary>
-public class ConvertToSingle17
-{
-    public static int Main()
-    {
-        ConvertToSingle17 testObj = new ConvertToSingle17();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToSingle(System.UInt64)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verfify value is a random UInt64... ";
-        string c_TEST_ID = "P001";
-
-        UInt64 actualValue = GetUInt64(UInt64.MinValue, UInt64.MaxValue);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verfify value is UInt64.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        UInt64 actualValue = UInt64.MaxValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is UInt64.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        UInt64 actualValue = UInt64.MinValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verfify value is zero... ";
-        string c_TEST_ID = "P004";
-
-        UInt64 actualValue = 0;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Single resValue = Convert.ToSingle(actualValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Help Method
-    private UInt64 GetUInt64(UInt64 minValue, UInt64 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                Random rand = new Random(-55);
-                int i = rand.Next(0, 2);
-                return minValue + ((UInt64)(TestLibrary.Generator.GetInt64(-55)*2+i))%(maxValue -minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring1.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring1.cs
deleted file mode 100644 (file)
index 76d5fe7..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToString(System.Byte)
-/// </summary>
-public class ConvertToString1
-{
-    public static int Main()
-    {
-        ConvertToString1 testObj = new ConvertToString1();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Byte)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random Byte... ";
-        string c_TEST_ID = "P001";
-
-       
-        Byte byteValue = TestLibrary.Generator.GetByte(-55);
-        String actualValue = byteValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(byteValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is Byte.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        Byte byteValue = Byte.MaxValue;
-        String actualValue = "255";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(byteValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is Byte.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        Byte byteValue = Byte.MinValue;
-        String actualValue = "0";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(byteValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring10.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring10.cs
deleted file mode 100644 (file)
index 87100f2..0000000
+++ /dev/null
@@ -1,355 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// Convert.ToString(System.Decimal,System.IFormatProvider)
-/// </summary>
-public class ConvertToString10
-{
-    public static int Main()
-    {
-        ConvertToString10 testObj = new ConvertToString10();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Decimal)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-        retVal = PosTest7() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random positive Decimal and IFormatProvider is en-US CultureInfo ... ";
-        string c_TEST_ID = "P001";
-
-        Random rand = new Random(-55);
-        int low = TestLibrary.Generator.GetInt32(-55);
-        int mid = TestLibrary.Generator.GetInt32(-55);
-        int hi = TestLibrary.Generator.GetInt32(-55);
-        bool isNagetive = true;
-        Byte scale = (byte)rand.Next(0, 27);
-        Decimal decimalValue = new Decimal(low, mid, hi, isNagetive, scale);
-
-        IFormatProvider provider = new CultureInfo("en-US");
-
-        String actualValue = decimalValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is " + decimalValue ;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is a random negative Decimal... ";
-        string c_TEST_ID = "P002";
-
-        Random rand = new Random(-55);
-        int low = TestLibrary.Generator.GetInt32(-55);
-        int mid = TestLibrary.Generator.GetInt32(-55);
-        int hi = TestLibrary.Generator.GetInt32(-55);
-        bool isNagetive = false;
-        Byte scale = (byte)rand.Next(0, 27);
-        Decimal decimalValue = new Decimal(low, mid, hi, isNagetive, scale);
-
-        IFormatProvider provider = new CultureInfo("en-US");
-
-        String actualValue = decimalValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is " + decimalValue;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is Decimal.MaxValue... ";
-        string c_TEST_ID = "P003";
-
-
-        Decimal decimalValue = Decimal.MaxValue;
-        IFormatProvider provider = new CultureInfo("en-US");
-
-        String actualValue = decimalValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is " + decimalValue;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verify value is Decimal.MinValue... ";
-        string c_TEST_ID = "P004";
-
-
-        Decimal decimalValue = Decimal.MinValue;
-        IFormatProvider provider = new CultureInfo("en-US");
-
-        String actualValue = decimalValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is " + decimalValue;
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest5: Verify value is 0... ";
-        string c_TEST_ID = "P005";
-
-
-        Decimal decimalValue = Decimal.Zero;
-        IFormatProvider provider = new CultureInfo("en-US");
-
-        String actualValue = decimalValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is " + decimalValue;
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest6: Verify value is a random Decimal and IFormatProvider is fr-FR CultureInfo ... ";
-        string c_TEST_ID = "P006";
-
-        Random rand = new Random(-55);
-        int low = TestLibrary.Generator.GetInt32(-55);
-        int mid = TestLibrary.Generator.GetInt32(-55);
-        int hi = TestLibrary.Generator.GetInt32(-55);
-        bool isNagetive = true;
-        Byte scale = (byte)rand.Next(0, 27);
-        Decimal decimalValue = new Decimal(low, mid, hi, isNagetive, scale);
-
-        IFormatProvider provider = new CultureInfo("fr-FR");
-
-        String actualValue = decimalValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is " + decimalValue;
-                TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest7()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest7: Verify value is a random Decimal and IFormatProvider is nl-NL CultureInfo ... ";
-        string c_TEST_ID = "P007";
-
-        Random rand = new Random(-55);
-        int low = TestLibrary.Generator.GetInt32(-55);
-        int mid = TestLibrary.Generator.GetInt32(-55);
-        int hi = TestLibrary.Generator.GetInt32(-55);
-        bool isNagetive = true;
-        Byte scale = (byte)rand.Next(0, 27);
-        Decimal decimalValue = new Decimal(low, mid, hi, isNagetive, scale);
-
-        IFormatProvider provider = new CultureInfo("nl-NL");
-
-        String actualValue = decimalValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is " + decimalValue;
-                TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest8()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest8: Verify value is a random positive Decimal and IFormatProvider is a null reference... ";
-        string c_TEST_ID = "P008";
-
-        Random rand = new Random(-55);
-        int low = TestLibrary.Generator.GetInt32(-55);
-        int mid = TestLibrary.Generator.GetInt32(-55);
-        int hi = TestLibrary.Generator.GetInt32(-55);
-        bool isNagetive = true;
-        Byte scale = (byte)rand.Next(0, 27);
-        Decimal decimalValue = new Decimal(low, mid, hi, isNagetive, scale);
-
-        IFormatProvider provider = null;
-
-        String actualValue = decimalValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is " + decimalValue;
-                TestLibrary.TestFramework.LogError("015" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring11.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring11.cs
deleted file mode 100644 (file)
index a55a9c1..0000000
+++ /dev/null
@@ -1,318 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToString(System.Double)
-/// </summary>
-public class ConvertToString11
-{
-    public static int Main()
-    {
-        ConvertToString11 testObj = new ConvertToString11();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Double)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-        retVal = PosTest7() && retVal;
-        retVal = PosTest8() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random  Double... ";
-        string c_TEST_ID = "P001";
-
-        
-        Double doubleValue = TestLibrary.Generator.GetDouble(-55);
-
-        String actualValue = doubleValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is a random negative Double... ";
-        string c_TEST_ID = "P002";
-
-        
-        Double doubleValue = TestLibrary.Generator.GetDouble(-55);
-        doubleValue = -doubleValue;
-
-        String actualValue = doubleValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is Double.MaxValue... ";
-        string c_TEST_ID = "P003";
-
-
-        Double doubleValue = Double.MaxValue;
-
-        String actualValue = doubleValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verify value is Double.MinValue... ";
-        string c_TEST_ID = "P004";
-
-
-        Double doubleValue = Double.MinValue;
-
-        String actualValue = doubleValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest5: Verify value is Double.Epsilon... ";
-        string c_TEST_ID = "P005";
-
-
-        Double doubleValue = Double.Epsilon;
-
-        String actualValue = doubleValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest6: Verify value is 0... ";
-        string c_TEST_ID = "P006";
-
-
-        Double doubleValue = 0;
-
-        String actualValue = doubleValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest7()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest7: Verify value is Double.NaN... ";
-        string c_TEST_ID = "P007";
-
-
-        Double doubleValue = Double.NaN;
-
-        String actualValue = doubleValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest8()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest8: Verify value is Double.NaN... ";
-        string c_TEST_ID = "P008";
-
-
-        Double doubleValue = Double.NegativeInfinity;
-
-        String actualValue = doubleValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("015" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-   
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring12.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring12.cs
deleted file mode 100644 (file)
index 890300b..0000000
+++ /dev/null
@@ -1,316 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// Convert.ToString(System.Double,System.IFormatProvider)
-/// </summary>
-public class ConvertToString12
-{
-    public static int Main()
-    {
-        ConvertToString12 testObj = new ConvertToString12();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Double,System.IFormatProvider)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-        retVal = PosTest7() && retVal;
-        retVal = PosTest8() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random  Double and IFormatProvider is a null reference... ";
-        string c_TEST_ID = "P001";
-
-
-        Double doubleValue = TestLibrary.Generator.GetDouble(-55);
-        IFormatProvider provider = null;
-        String actualValue = doubleValue.ToString(provider);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is a random negative Double and IFormatProvider is en-US CultureInfo... ";
-        string c_TEST_ID = "P002";
-
-
-        Double doubleValue = TestLibrary.Generator.GetDouble(-55);
-        doubleValue = -doubleValue;
-        IFormatProvider provider = new CultureInfo("en-US");
-
-        String actualValue = doubleValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is a random  Double and IFormatProvider is fr_FR CultureInfo... ";
-        string c_TEST_ID = "P003";
-
-        Double doubleValue = TestLibrary.Generator.GetDouble(-55);
-        IFormatProvider provider = new CultureInfo("fr-FR"); 
-        String actualValue = doubleValue.ToString(provider);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verify value is -61680.3855 and IFormatProvider is user-defined NumberFormatInfo... ";
-        string c_TEST_ID = "P004";
-
-        Double doubleValue = -61680.3855;
-        NumberFormatInfo numberFormatInfo = new NumberFormatInfo();
-        numberFormatInfo.NegativeSign = "minus ";
-        numberFormatInfo.NumberDecimalSeparator = " point ";
-
-        String actualValue = "minus 61680 point 3855"; 
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue,numberFormatInfo);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest5: Verify value is Double.Epsilon and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P005";
-
-        Double doubleValue = Double.Epsilon;
-        IFormatProvider provider = new CultureInfo("fr-FR");
-        String actualValue = "4,94065645841247E-324";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest6: Verify value is 0 and IFormatProvider is IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P006";
-
-        Double doubleValue = 0.00;
-        IFormatProvider provider = new CultureInfo("fr-FR");
-        String actualValue = doubleValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest7()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest7: Verify value is Double.NaN and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P007";
-
-        Double doubleValue = Double.NaN;
-        IFormatProvider provider = new CultureInfo("fr-FR");
-        String actualValue = doubleValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest8()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest8: Verify value is Double.NegativeInfinity and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P008";
-
-        Double doubleValue = Double.NegativeInfinity;
-        IFormatProvider provider = new CultureInfo("fr-FR");
-        String actualValue = doubleValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(doubleValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n double value is " + doubleValue;
-                TestLibrary.TestFramework.LogError("015" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring13.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring13.cs
deleted file mode 100644 (file)
index 6406e9b..0000000
+++ /dev/null
@@ -1,164 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToString(System.Int16)
-/// </summary>
-public class ConvertToString13
-{
-    public static int Main()
-    {
-        ConvertToString13 testObj = new ConvertToString13();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Int16)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random Int16... ";
-        string c_TEST_ID = "P001";
-
-        Int16 intValue = GetInt16(Int16.MinValue,Int16.MaxValue);
-
-        String actualValue = intValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int32 value is " + intValue;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is Int16.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-
-        Int16 intValue = Int16.MaxValue;
-
-        String actualValue = "32767";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is Int16.MinValue... ";
-        string c_TEST_ID = "P003";
-
-
-        Int16 intValue = Int16.MinValue;
-
-        String actualValue = "-32768";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region HelpMethod
-    private Int16 GetInt16(Int16 minValue, Int16 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (Int16)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring14.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring14.cs
deleted file mode 100644 (file)
index ce61a3e..0000000
+++ /dev/null
@@ -1,278 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// Convert.ToString(System.Int16,System.IFormatProvider)
-/// </summary>
-public class ConvertToString14
-{
-    public static int Main()
-    {
-        ConvertToString14 testObj = new ConvertToString14();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Int16,System.IFormatProvider)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random Int16 and IFormatProvider is a null reference... ";
-        string c_TEST_ID = "P001";
-
-
-        Int16 intValue = GetInt16(Int16.MinValue, Int16.MaxValue);
-        IFormatProvider provider = null;
-
-        String actualValue = intValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int16 value is " + intValue;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is a random Int16 and IFormatProvider is en-US CultureInfo... ";
-        string c_TEST_ID = "P002";
-
-
-        Int16 intValue = GetInt16(Int16.MinValue, Int16.MaxValue);
-        IFormatProvider provider = new CultureInfo("en-US");
-
-        String actualValue = intValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int16 value is " + intValue;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is a random Int16 and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P003";
-
-
-        Int16 intValue = GetInt16(Int16.MinValue, Int16.MaxValue);
-        IFormatProvider provider = new CultureInfo("fr-FR");
-
-        String actualValue = intValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int16 value is " + intValue;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verify value is  -3246 and IFormatProvider is user-defined NumberFormatInfo... ";
-        string c_TEST_ID = "P004";
-
-
-        Int16 intValue = -3246;
-
-        NumberFormatInfo numberFormatInfo = new NumberFormatInfo();
-        numberFormatInfo.NegativeSign = "minus ";
-        numberFormatInfo.NumberDecimalSeparator = " point ";
-
-        String actualValue = "minus 3246";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, numberFormatInfo);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int16 value is " + intValue;
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest5: Verify value is Int16.MaxValue and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P005";
-
-
-        Int16 intValue = Int16.MaxValue;
-        IFormatProvider provider = new CultureInfo("fr-FR");
-
-        String actualValue = "32767";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verify value is Int16.MinValue and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P004";
-
-
-        Int16 intValue = Int16.MinValue;
-        IFormatProvider provider = new CultureInfo("fr-FR");
-
-        String actualValue = "-32768";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region HelpMethod
-    private Int16 GetInt16(Int16 minValue, Int16 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (Int16)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring15.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring15.cs
deleted file mode 100644 (file)
index bb27084..0000000
+++ /dev/null
@@ -1,323 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-using System.Runtime.CompilerServices;
-
-/// <summary>
-/// Convert.ToString(System.Int16,System.Int32)
-/// </summary>
-public class ConvertToString14
-{
-    public static int Main()
-    {
-        ConvertToString14 testObj = new ConvertToString14();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Int16,System.Int32)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is 323 and radix is 2,8,10 or 16... ";
-        string c_TEST_ID = "P001";
-
-
-        Int16 int16Value =-123;
-        int radix;
-        String actualValue;
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            actualValue = "1111111110000101";
-            radix = 2;
-            String resValue = Convert.ToString(int16Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int16Value, radix);
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 8;
-            actualValue = "177605";
-            errorDesc = "";
-            resValue = Convert.ToString(int16Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int16Value, radix);
-                TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 10;
-            actualValue = "-123";
-            errorDesc = "";
-            resValue = Convert.ToString(int16Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int16Value, radix);
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 16;
-            actualValue = "ff85";
-            errorDesc = "";
-            resValue = Convert.ToString(int16Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int16Value, radix);
-                TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is Int16.MaxValue and radix is 2,8,10 or 16... ";
-        string c_TEST_ID = "P002";
-
-        Int16 int16Value = Int16.MaxValue;
-        int radix;
-        String actualValue;
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            actualValue = "111111111111111";
-            radix = 2;
-            String resValue = Convert.ToString(int16Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int16Value, radix);
-                TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 8;
-            actualValue = "77777";
-            errorDesc = "";
-            resValue = Convert.ToString(int16Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int16Value, radix);
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 10;
-            actualValue = "32767";
-            errorDesc = "";
-            resValue = Convert.ToString(int16Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int16Value, radix);
-                TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 16;
-            actualValue = "7fff";
-            errorDesc = "";
-            resValue = Convert.ToString(int16Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int16Value, radix);
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is Int16.MinValue and radix is 2,8,10 or 16... ";
-        string c_TEST_ID = "P003";
-
-        Int16 int16Value = Int16.MinValue;
-        int radix;
-        String actualValue;
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            actualValue = "1000000000000000";
-            radix = 2;
-            String resValue = Convert.ToString(int16Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int16Value, radix);
-                TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 8;
-            actualValue = "100000";
-            errorDesc = "";
-            resValue = Convert.ToString(int16Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int16Value, radix);
-                TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 10;
-            actualValue = "-32768";
-            errorDesc = "";
-            resValue = Convert.ToString(int16Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int16Value, radix);
-                TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 16;
-            actualValue = "8000";
-            errorDesc = "";
-            resValue = Convert.ToString(int16Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int16Value, radix);
-                TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("015", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region NegativeTesting
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        const string c_TEST_DESC = "NegTest1: the radix is 32...";
-        const string c_TEST_ID = "N001";
-
-        Int16 int16Value = TestLibrary.Generator.GetInt16(-55);
-        int radix = 32;
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-
-
-        try
-        {
-            Convert.ToString(int16Value, radix);
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, "ArgumentException is not thrown as expected ." + DataString(int16Value, radix));
-            retVal = false;
-        }
-        catch (ArgumentException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + DataString(int16Value, radix));
-            retVal = false;
-        }
-
-        return retVal;
-
-    }
-    #endregion
-
-    #region Help Methods
-    private string DataString(Int16 int16Value, int radix)
-    {
-        string str;
-
-        str = string.Format("\n[int16Value value]\n \"{0}\"", int16Value);
-        str += string.Format("\n[radix value ]\n {0}", radix);
-
-        return str;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring16.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring16.cs
deleted file mode 100644 (file)
index 26f2e73..0000000
+++ /dev/null
@@ -1,165 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToString(System.Int32)
-/// </summary>
-public class ConvertToString13
-{
-    public static int Main()
-    {
-        ConvertToString13 testObj = new ConvertToString13();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Int32)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random Int32... ";
-        string c_TEST_ID = "P001";
-
-
-        Int32 intValue = TestLibrary.Generator.GetInt32(-55);
-
-        String actualValue = intValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int32 value is " + intValue;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is Int32.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-
-        Int32 intValue = Int32.MaxValue;
-
-        String actualValue = "2147483647";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is Int32.MinValue... ";
-        string c_TEST_ID = "P003";
-
-
-        Int32 intValue = Int32.MinValue;
-
-        String actualValue = "-2147483648";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (Int16)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring17.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring17.cs
deleted file mode 100644 (file)
index 1576dae..0000000
+++ /dev/null
@@ -1,273 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// Convert.ToString(System.Int32,System.IFormatProvider)
-/// </summary>
-public class ConvertToString14
-{
-    public static int Main()
-    {
-        ConvertToString14 testObj = new ConvertToString14();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Int32,System.IFormatProvider)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random Int32 and IFormatProvider is a null reference... ";
-        string c_TEST_ID = "P001";
-
-        Int32 intValue = GetInt32(Int32.MinValue, Int32.MaxValue);
-        IFormatProvider provider = null;
-
-        String actualValue = intValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int32 value is " + intValue;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is a random Int32 and IFormatProvider is en-US CultureInfo... ";
-        string c_TEST_ID = "P002";
-
-        Int32 intValue = GetInt32(Int32.MinValue, Int32.MaxValue);
-               IFormatProvider provider = new CultureInfo("en-US");
-
-        String actualValue = intValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int32 value is " + intValue;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is a random Int32 and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P003";
-
-
-        Int32 intValue = GetInt32(Int32.MinValue, Int32.MaxValue);
-        IFormatProvider provider = new CultureInfo("fr-FR");
-
-        String actualValue = intValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int32 value is " + intValue;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verify value is  -32465641235 and IFormatProvider is user-defined NumberFormatInfo... ";
-        string c_TEST_ID = "P004";
-
-        Int32 intValue = -465641235;
-
-        NumberFormatInfo numberFormatInfo = new NumberFormatInfo();
-        numberFormatInfo.NegativeSign = "minus ";
-        numberFormatInfo.NumberDecimalSeparator = " point ";
-
-        String actualValue = "minus 465641235";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, numberFormatInfo);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int32 value is " + intValue;
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest5: Verify value is Int32.MaxValue and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P005";
-
-        Int32 intValue = Int32.MaxValue;
-        IFormatProvider provider = new CultureInfo("fr-FR");
-
-        String actualValue = "2147483647";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest6: Verify value is Int32.MinValue and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P006";
-
-        Int32 intValue = Int32.MinValue;
-        IFormatProvider provider = new CultureInfo("fr-FR");
-
-        String actualValue = "-2147483648";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (Int32)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring18.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring18.cs
deleted file mode 100644 (file)
index c053cb3..0000000
+++ /dev/null
@@ -1,320 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-using System.Runtime.CompilerServices;
-
-/// <summary>
-/// Convert.ToString(System.Int32,System.Int32)
-/// </summary>
-public class ConvertToString18
-{
-    public static int Main()
-    {
-        ConvertToString18 testObj = new ConvertToString18();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Int32,System.Int32)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is 323 and radix is 2,8,10 or 16... ";
-        string c_TEST_ID = "P001";
-
-
-        Int32 int32Value = -123;
-        int radix;
-        String actualValue;
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            actualValue = "11111111111111111111111110000101";
-            radix = 2;
-            String resValue = Convert.ToString(int32Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int32Value, radix);
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 8;
-            actualValue = "37777777605";
-            errorDesc = "";
-            resValue = Convert.ToString(int32Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int32Value, radix);
-                TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 10;
-            actualValue = "-123";
-            errorDesc = "";
-            resValue = Convert.ToString(int32Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int32Value, radix);
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 16;
-            actualValue = "ffffff85";
-            errorDesc = "";
-            resValue = Convert.ToString(int32Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int32Value, radix);
-                TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is Int32.MaxValue and radix is 2,8,10 or 16... ";
-        string c_TEST_ID = "P002";
-
-        Int32 int32Value = Int32.MaxValue;
-        int radix;
-        String actualValue;
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            actualValue = "1111111111111111111111111111111";
-            radix = 2;
-            String resValue = Convert.ToString(int32Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int32Value, radix);
-                TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 8;
-            actualValue = "17777777777";
-            errorDesc = "";
-            resValue = Convert.ToString(int32Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int32Value, radix);
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 10;
-            actualValue = "2147483647";
-            errorDesc = "";
-            resValue = Convert.ToString(int32Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int32Value, radix);
-                TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 16;
-            actualValue = "7fffffff";
-            errorDesc = "";
-            resValue = Convert.ToString(int32Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int32Value, radix);
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is Int32.MinValue and radix is 2,8,10 or 16... ";
-        string c_TEST_ID = "P003";
-
-        Int32 int32Value = Int32.MinValue;
-        int radix;
-        String actualValue;
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            actualValue = "10000000000000000000000000000000";
-            radix = 2;
-            String resValue = Convert.ToString(int32Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int32Value, radix);
-                TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 8;
-            actualValue = "20000000000";
-            errorDesc = "";
-            resValue = Convert.ToString(int32Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int32Value, radix);
-                TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 10;
-            actualValue = "-2147483648";
-            errorDesc = "";
-            resValue = Convert.ToString(int32Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int32Value, radix);
-                TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 16;
-            actualValue = "80000000";
-            errorDesc = "";
-            resValue = Convert.ToString(int32Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int32Value, radix);
-                TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("015", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region NegativeTesting
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        const string c_TEST_DESC = "NegTest1: the radix is 32...";
-        const string c_TEST_ID = "N001";
-
-        Int32 int32Value = TestLibrary.Generator.GetInt32(-55);
-        int radix = 32;
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Convert.ToString(int32Value, radix);
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, "ArgumentException is not thrown as expected ." + DataString(int32Value, radix));
-            retVal = false;
-        }
-        catch (ArgumentException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + DataString(int32Value, radix));
-            retVal = false;
-        }
-
-        return retVal;
-
-    }
-    #endregion
-
-    #region Help Methods
-    private string DataString(Int32 int32Value, int radix)
-    {
-        string str;
-
-        str = string.Format("\n[int32Value value]\n \"{0}\"", int32Value);
-        str += string.Format("\n[radix value ]\n {0}", radix);
-
-        return str;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring19.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring19.cs
deleted file mode 100644 (file)
index 7e954e4..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToString(System.Int64)
-/// </summary>
-public class ConvertToString19
-{
-    public static int Main()
-    {
-        ConvertToString19 testObj = new ConvertToString19();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Int64)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random Int64... ";
-        string c_TEST_ID = "P001";
-
-
-        Int64 intValue = TestLibrary.Generator.GetInt64(-55);
-
-        String actualValue = intValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int64 value is " + intValue;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is Int64.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-
-        Int64 intValue = Int64.MaxValue;
-
-        String actualValue = "9223372036854775807";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is Int64.MinValue... ";
-        string c_TEST_ID = "P003";
-
-
-        Int64 intValue = Int64.MinValue;
-
-        String actualValue = "-9223372036854775808";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-   
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring2.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring2.cs
deleted file mode 100644 (file)
index 1c5955c..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// Convert.ToString(System.Byte,System.IFormatProvider)
-/// </summary>
-public class ConvertToString2
-{
-    public static int Main()
-    {
-        ConvertToString2 testObj = new ConvertToString2();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Byte,System.IFormatProvider)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random Byte... ";
-        string c_TEST_ID = "P001";
-
-
-        Byte byteValue = TestLibrary.Generator.GetByte(-55);
-        IFormatProvider provider = null;
-        String actualValue = byteValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(byteValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is Byte.MaxValue... ";
-        string c_TEST_ID = "P002";
-
-        Byte byteValue = Byte.MaxValue;
-        IFormatProvider provider = null;
-        String actualValue = byteValue.ToString(provider);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(byteValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is Byte.MinValue... ";
-        string c_TEST_ID = "P003";
-
-        Byte byteValue = Byte.MinValue;
-        IFormatProvider provider = null;
-        String actualValue = byteValue.ToString(provider);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(byteValue,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verify the IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P004";
-
-
-        Byte byteValue = TestLibrary.Generator.GetByte(-55);
-        IFormatProvider provider = (IFormatProvider)new CultureInfo("fr-FR");
-        String actualValue = byteValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(byteValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring20.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring20.cs
deleted file mode 100644 (file)
index d0d84dd..0000000
+++ /dev/null
@@ -1,250 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// Convert.ToString(System.Int64,System.IFormatProvider)
-/// </summary>
-public class ConvertToString20
-{
-    public static int Main()
-    {
-        ConvertToString20 testObj = new ConvertToString20();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Int64,System.IFormatProvider)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random Int64 and IFormatProvider is a null reference... ";
-        string c_TEST_ID = "P001";
-
-        Int64 intValue = TestLibrary.Generator.GetInt64(-55);
-        IFormatProvider provider = null;
-
-        String actualValue = intValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int64 value is " + intValue;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is a random Int64 and IFormatProvider is en-US CultureInfo... ";
-        string c_TEST_ID = "P002";
-
-        Int64 intValue = TestLibrary.Generator.GetInt64(-55);
-        IFormatProvider provider = new CultureInfo("en-US");
-
-        String actualValue = intValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int64 value is " + intValue;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is a random Int64 and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P003";
-
-
-        Int64 intValue = TestLibrary.Generator.GetInt64(-55);
-        IFormatProvider provider = new CultureInfo("fr-FR");
-
-        String actualValue = intValue.ToString(provider);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int64 value is " + intValue;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verify value is  -64465641235 and IFormatProvider is user-defined NumberFormatInfo... ";
-        string c_TEST_ID = "P004";
-
-        Int64 intValue = -465641235;
-
-        NumberFormatInfo numberFormatInfo = new NumberFormatInfo();
-        numberFormatInfo.NegativeSign = "minus ";
-        numberFormatInfo.NumberDecimalSeparator = " point ";
-
-        String actualValue = "minus 465641235";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, numberFormatInfo);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                errorDesc += "\n Int64 value is " + intValue;
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest5: Verify value is Int64.MaxValue and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P005";
-
-        Int64 intValue = Int64.MaxValue;
-        IFormatProvider provider = new CultureInfo("fr-FR");
-
-        String actualValue = "9223372036854775807";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest6()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest6: Verify value is Int64.MinValue and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P006";
-
-        Int64 intValue = Int64.MinValue;
-        IFormatProvider provider = new CultureInfo("fr-FR");
-
-        String actualValue = "-9223372036854775808";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(intValue, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue + " as expected: Actual is " + actualValue;
-                TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring21.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring21.cs
deleted file mode 100644 (file)
index ab0e341..0000000
+++ /dev/null
@@ -1,320 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-using System.Runtime.CompilerServices;
-
-/// <summary>
-/// Convert.ToString(System.Int64,System.Int32)
-/// </summary>
-public class ConvertToString21
-{
-    public static int Main()
-    {
-        ConvertToString21 testObj = new ConvertToString21();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Int64,System.Int32)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is -123 and radix is 2,8,10 or 16... ";
-        string c_TEST_ID = "P001";
-
-
-        Int64 int64Value = -123;
-        int radix;
-        String actualValue;
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            actualValue = "1111111111111111111111111111111111111111111111111111111110000101";
-            radix = 2;
-            String resValue = Convert.ToString(int64Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int64Value, radix);
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 8;
-            actualValue = "1777777777777777777605";
-            errorDesc = "";
-            resValue = Convert.ToString(int64Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int64Value, radix);
-                TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 10;
-            actualValue = "-123";
-            errorDesc = "";
-            resValue = Convert.ToString(int64Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int64Value, radix);
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 16;
-            actualValue = "ffffffffffffff85";
-            errorDesc = "";
-            resValue = Convert.ToString(int64Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int64Value, radix);
-                TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is Int64.MaxValue and radix is 2,8,10 or 16... ";
-        string c_TEST_ID = "P002";
-
-        Int64 int64Value = Int64.MaxValue;
-        int radix;
-        String actualValue;
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            actualValue = "111111111111111111111111111111111111111111111111111111111111111";
-            radix = 2;
-            String resValue = Convert.ToString(int64Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int64Value, radix);
-                TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 8;
-            actualValue = "777777777777777777777";
-            errorDesc = "";
-            resValue = Convert.ToString(int64Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int64Value, radix);
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 10;
-            actualValue = "9223372036854775807";
-            errorDesc = "";
-            resValue = Convert.ToString(int64Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int64Value, radix);
-                TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 16;
-            actualValue = "7fffffffffffffff";
-            errorDesc = "";
-            resValue = Convert.ToString(int64Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int64Value, radix);
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is Int64.MinValue and radix is 2,8,10 or 16... ";
-        string c_TEST_ID = "P003";
-
-        Int64 int64Value = Int64.MinValue;
-        int radix;
-        String actualValue;
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            actualValue = "1000000000000000000000000000000000000000000000000000000000000000";
-            radix = 2;
-            String resValue = Convert.ToString(int64Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int64Value, radix);
-                TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 8;
-            actualValue = "1000000000000000000000";
-            errorDesc = "";
-            resValue = Convert.ToString(int64Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int64Value, radix);
-                TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 10;
-            actualValue = "-9223372036854775808";
-            errorDesc = "";
-            resValue = Convert.ToString(int64Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int64Value, radix);
-                TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 16;
-            actualValue = "8000000000000000";
-            errorDesc = "";
-            resValue = Convert.ToString(int64Value, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(int64Value, radix);
-                TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("015", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region NegativeTesting
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        const string c_TEST_DESC = "NegTest1: the radix is 32...";
-        const string c_TEST_ID = "N001";
-
-        Int32 int32Value = TestLibrary.Generator.GetInt32(-55);
-        int radix = 32;
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            Convert.ToString(int32Value, radix);
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, "ArgumentException is not thrown as expected ." + DataString(int32Value, radix));
-            retVal = false;
-        }
-        catch (ArgumentException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + DataString(int32Value, radix));
-            retVal = false;
-        }
-
-        return retVal;
-
-    }
-    #endregion
-
-    #region Help Methods
-    private string DataString(Int64 int64Value, int radix)
-    {
-        string str;
-
-        str = string.Format("\n[int64Value value]\n \"{0}\"", int64Value);
-        str += string.Format("\n[radix value ]\n {0}", radix);
-
-        return str;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring22.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring22.cs
deleted file mode 100644 (file)
index c7c4dcc..0000000
+++ /dev/null
@@ -1,205 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToString(System.Object)
-/// </summary>
-public class ConvertToString22
-{
-    public static int Main()
-    {
-        ConvertToString22 testObj = new ConvertToString22();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Object)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Call Convert.ToString when value implements IConvertible... ";
-        string c_TEST_ID = "P001";
-
-
-        TestConvertableClass tcc = new TestConvertableClass();
-
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            object myObject = tcc;
-            if (tcc.ToString(null) != Convert.ToString(myObject))
-            {
-                string errorDesc = "value is not " + Convert.ToString((object)tcc) + " as expected: Actual is " + tcc.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify object is a null reference... ";
-        string c_TEST_ID = "P002";
-
-
-        
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            object obj = null;
-            String resValue = Convert.ToString(obj);
-            if (resValue !=String.Empty)
-            {
-                string errorDesc = "value is not \""+ resValue +"\" as expected: Actual is empty";
-                errorDesc += "\n when object is a null reference";
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-   
-    #endregion
-
-    #region HelpMethod
-    public class TestConvertableClass : IConvertible
-    {
-        #region IConvertible Members
-
-        public TypeCode GetTypeCode()
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public bool ToBoolean(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public byte ToByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public char ToChar(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public DateTime ToDateTime(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public decimal ToDecimal(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public double ToDouble(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public short ToInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public int ToInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public long ToInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public sbyte ToSByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public float ToSingle(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public string ToString(IFormatProvider provider)
-        {
-            return "this is user-defined class";
-        }
-
-        public object ToType(Type conversionType, IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public ushort ToUInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public uint ToUInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public ulong ToUInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        #endregion
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring23.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring23.cs
deleted file mode 100644 (file)
index 72e113d..0000000
+++ /dev/null
@@ -1,202 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToString(System.Object,System.IFormatProvider)
-/// </summary>
-public class ConvertToString23
-{
-    public static int Main()
-    {
-        ConvertToString23 testObj = new ConvertToString23();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Object,System.IFormatProvider)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Call Convert.ToString when value implements IConvertible... ";
-        string c_TEST_ID = "P001";
-
-
-        TestConvertableClass tcc = new TestConvertableClass();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (tcc.ToString(null) != Convert.ToString((object)tcc,null))
-            {
-                string errorDesc = "value is not " + Convert.ToString((object)tcc) + " as expected: Actual is " + tcc.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify object is a null reference... ";
-        string c_TEST_ID = "P002";
-
-
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            object obj = null;
-            String resValue = Convert.ToString(obj, null);
-            if (resValue != String.Empty)
-            {
-                string errorDesc = "value is not \"" + resValue + "\" as expected: Actual is empty";
-                errorDesc += "\n when object is a null reference";
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-
-    #endregion
-
-    #region HelpMethod
-    public class TestConvertableClass : IConvertible
-    {
-        #region IConvertible Members
-
-        public TypeCode GetTypeCode()
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public bool ToBoolean(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public byte ToByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public char ToChar(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public DateTime ToDateTime(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public decimal ToDecimal(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public double ToDouble(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public short ToInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public int ToInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public long ToInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public sbyte ToSByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public float ToSingle(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public string ToString(IFormatProvider provider)
-        {
-            return "this is formatted string";
-        }
-
-        public object ToType(Type conversionType, IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public ushort ToUInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public uint ToUInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public ulong ToUInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        #endregion
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring24.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring24.cs
deleted file mode 100644 (file)
index 78818d1..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToString(SByte)
-/// </summary>
-public class ConvertToString24
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random sbyte to string");
-
-        try
-        {
-            sbyte sByte = this.GetSByte(sbyte.MinValue, sbyte.MaxValue);
-            string str = Convert.ToString(sByte);
-            if (str != sByte.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,sbyte is:" + sByte);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert sbyteMaxValue to string");
-
-        try
-        {
-            sbyte sByte = SByte.MaxValue;
-            string str = Convert.ToString(sByte);
-            if (str != sByte.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert sbyteMinValue to string");
-
-        try
-        {
-            sbyte sByte = SByte.MinValue;
-            string str = Convert.ToString(sByte);
-            if (str != sByte.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToString24 test = new ConvertToString24();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToString24");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private SByte GetSByte(sbyte minValue, sbyte maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (sbyte)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring25.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring25.cs
deleted file mode 100644 (file)
index 3240ca1..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// Convert.ToString(SByte,IFormatProvider)
-/// </summary>
-public class ConvertToString25
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random sbyte to string and the iformatprovider is null");
-
-        try
-        {
-            sbyte sByte = this.GetSByte(sbyte.MinValue, sbyte.MaxValue);
-            IFormatProvider iFormatProvider = null;
-            string str = Convert.ToString(sByte, iFormatProvider);
-            if (str != sByte.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,sbyte is:" + sByte);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert sbyteMaxValue to string and the cultureinfo is \"en-US\"");
-
-        try
-        {
-            sbyte sByte = SByte.MaxValue;
-            IFormatProvider iFormatProvider = new CultureInfo("en-US");
-            string str = Convert.ToString(sByte, iFormatProvider);
-            if (str != sByte.ToString(iFormatProvider))
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert sbyteMinValue to string and the cultureinfo is \"fr-FR\"");
-
-        try
-        {
-            sbyte sByte = SByte.MinValue;
-            IFormatProvider iFormatProvider = new CultureInfo("fr-FR");
-            string str = Convert.ToString(sByte, iFormatProvider);
-            if (str != sByte.ToString(iFormatProvider))
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Using numberstyle to affect the string");
-
-        try
-        {
-            sbyte sByte = -123;
-            NumberFormatInfo numberFormatInfo = new NumberFormatInfo();
-            numberFormatInfo.NegativeSign = "$";
-            string str = Convert.ToString(sByte, numberFormatInfo);
-            if (str != "$123")
-            {
-                TestLibrary.TestFramework.LogError("007", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToString25 test = new ConvertToString25();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToString25");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private SByte GetSByte(sbyte minValue, sbyte maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (sbyte)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring28.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring28.cs
deleted file mode 100644 (file)
index 7d3ef72..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToString(uint16)
-/// </summary>
-public class ConvertToString28
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random UInt16 to string");
-
-        try
-        {
-            UInt16 i = this.GetUInt16(UInt16.MinValue, UInt16.MaxValue);
-            string str = Convert.ToString(i);
-            if (str != i.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,sbyte is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert UInt16MaxValue to string");
-
-        try
-        {
-            UInt16 i = UInt16.MaxValue;
-            string str = Convert.ToString(i);
-            if (str != i.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert UInt16MinValue to string");
-
-        try
-        {
-            UInt16 i = UInt16.MinValue;
-            string str = Convert.ToString(i);
-            if (str != i.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToString28 test = new ConvertToString28();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToString28");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private UInt16 GetUInt16(UInt16 minValue, UInt16 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (UInt16)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring29.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring29.cs
deleted file mode 100644 (file)
index 2e5acf4..0000000
+++ /dev/null
@@ -1,148 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// Convert.ToString(uint16,IFormatProvider)
-/// </summary>
-public class ConvertToString29
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random UInt16 to string");
-
-        try
-        {
-            UInt16 i = this.GetUInt16(UInt16.MinValue, UInt16.MaxValue);
-            IFormatProvider iFormatProvider = null;
-            string str = Convert.ToString(i, iFormatProvider);
-            if (str != i.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,sbyte is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert UInt16MaxValue to string");
-
-        try
-        {
-            UInt16 i = UInt16.MaxValue;
-            IFormatProvider iFormatProvider = new CultureInfo("en-US");
-            string str = Convert.ToString(i, iFormatProvider);
-            if (str != i.ToString(iFormatProvider))
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert UInt16MinValue to string");
-
-        try
-        {
-            UInt16 i = UInt16.MinValue;
-            IFormatProvider iFormatProvider = new CultureInfo("fr-FR");
-            string str = Convert.ToString(i, iFormatProvider);
-            if (str != i.ToString(iFormatProvider))
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToString29 test = new ConvertToString29();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToString29");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private UInt16 GetUInt16(UInt16 minValue, UInt16 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (UInt16)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring30.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring30.cs
deleted file mode 100644 (file)
index 47f529f..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToString(uInt32)
-/// </summary>
-public class ConvertToString30
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random UInt32 to string");
-
-        try
-        {
-            UInt32 i = this.GetUInt32(UInt32.MinValue, UInt32.MaxValue);
-            string str = Convert.ToString(i);
-            if (str != i.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert UInt32MaxValue to string");
-
-        try
-        {
-            UInt32 i = UInt32.MaxValue;
-            string str = Convert.ToString(i);
-            if (str != i.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert UInt32MinValue to string");
-
-        try
-        {
-            UInt32 i = UInt32.MinValue;
-            string str = Convert.ToString(i);
-            if (str != i.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToString30 test = new ConvertToString30();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToString30");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private UInt32 GetUInt32(UInt32 minValue, UInt32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (UInt32)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring31.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring31.cs
deleted file mode 100644 (file)
index 9745a99..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-
-/// <summary>
-/// System.Convert.ToString(uInt32,IFormatProvider)
-/// </summary>
-public class ConvertToString31
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random UInt32 to string");
-
-        try
-        {
-            UInt32 i = this.GetUInt32(UInt32.MinValue, UInt32.MaxValue);
-            IFormatProvider iFormatProvider = null;
-            string str = Convert.ToString(i, iFormatProvider);
-            if (str != i.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert UInt32MaxValue to string");
-
-        try
-        {
-            UInt32 i = UInt32.MaxValue;
-            IFormatProvider iFormatProvider = new CultureInfo("en-US");
-            string str = Convert.ToString(i, iFormatProvider);
-            if (str != i.ToString(iFormatProvider))
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert UInt32MinValue to string");
-
-        try
-        {
-            UInt32 i = UInt32.MinValue;
-            IFormatProvider iFormatProvider = new CultureInfo("fr-FR");
-            string str = Convert.ToString(i, iFormatProvider);
-            if (str != i.ToString(iFormatProvider))
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToString31 test = new ConvertToString31();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToString31");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    private UInt32 GetUInt32(UInt32 minValue, UInt32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (UInt32)(minValue + TestLibrary.Generator.GetInt64(-55) % (maxValue - minValue));
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring32.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring32.cs
deleted file mode 100644 (file)
index 38c22f8..0000000
+++ /dev/null
@@ -1,165 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Convert.ToString(uInt64)
-/// </summary>
-public class ConvertToString32
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random UInt64 to string");
-
-        try
-        {
-            UInt64 i = this.GetUInt64(UInt64.MinValue, UInt64.MaxValue);
-            string str = Convert.ToString(i);
-            if (str != i.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert UInt64MaxValue to string");
-
-        try
-        {
-            UInt64 i = UInt64.MaxValue;
-            string str = Convert.ToString(i);
-            if (str != i.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert UInt64MinValue to string");
-
-        try
-        {
-            UInt64 i = UInt64.MinValue;
-            string str = Convert.ToString(i);
-            if (str != i.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToString32 test = new ConvertToString32();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToString32");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private UInt64 GetUInt64(UInt64 minValue, UInt64 maxValue)
-    {
-        try
-        {
-            int i = this.GetInt32(0, 2);
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (UInt64)(minValue + (ulong)TestLibrary.Generator.GetInt64(-55) * 2 - (ulong)i);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring33.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring33.cs
deleted file mode 100644 (file)
index d50f955..0000000
+++ /dev/null
@@ -1,168 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-/// <summary>
-/// System.Convert.ToString(uInt64,IFormatProvider)
-/// </summary>
-public class ConvertToString33
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert a random UInt64 to string");
-
-        try
-        {
-            UInt64 i = this.GetUInt64(UInt64.MinValue, UInt64.MaxValue);
-            IFormatProvider iFormatProvider = null;
-            string str = Convert.ToString(i, iFormatProvider);
-            if (str != i.ToString(iFormatProvider))
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,i is:" + i);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert UInt64MaxValue to string");
-
-        try
-        {
-            UInt64 i = UInt64.MaxValue;
-            IFormatProvider iFormatProvider = new CultureInfo("en-US");
-            string str = Convert.ToString(i, iFormatProvider);
-            if (str != i.ToString(iFormatProvider))
-            {
-                TestLibrary.TestFramework.LogError("003", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert UInt64MinValue to string");
-
-        try
-        {
-            UInt64 i = UInt64.MinValue;
-            IFormatProvider iFormatProvider = new CultureInfo("fr-FR");
-            string str = Convert.ToString(i, iFormatProvider);
-            if (str != i.ToString(iFormatProvider))
-            {
-                TestLibrary.TestFramework.LogError("005", "The result is not the value as expected");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ConvertToString33 test = new ConvertToString33();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToString33");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    private UInt64 GetUInt64(UInt64 minValue, UInt64 maxValue)
-    {
-        try
-        {
-            int i = this.GetInt32(0, 2);
-            if (minValue == maxValue)
-            {
-                return (minValue);
-            }
-            if (minValue < maxValue)
-            {
-                return (UInt64)(minValue + (ulong)TestLibrary.Generator.GetInt64(-55) * 2 - (ulong)i);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring4.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring4.cs
deleted file mode 100644 (file)
index dc78b6f..0000000
+++ /dev/null
@@ -1,287 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-using System.Runtime.CompilerServices;
-
-/// <summary>
-/// Convert.ToString(System.Byte,System.Int32)
-/// </summary>
-public class ConvertToString4
-{
-    const int flags  =0x40;
-    const int width = -1;
-    const char paddingChar = ' ';
-
-    public static int Main()
-    {
-        ConvertToString4 testObj = new ConvertToString4();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Byte,System.Int32)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is 15 and radix is 2,8,10 or 16... ";
-        string c_TEST_ID = "P001";
-
-
-        Byte byteValue = 15;
-        int  radix ;
-        String actualValue;
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            actualValue = "1111";
-            radix = 2;
-            String resValue = Convert.ToString(byteValue, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(byteValue, radix);
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 8;
-            actualValue = "17";
-            errorDesc = "";
-            resValue = Convert.ToString(byteValue, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(byteValue, radix);
-                TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 10;
-            actualValue = "15";
-            errorDesc = "";
-            resValue = Convert.ToString(byteValue, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(byteValue, radix);
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 16;
-            actualValue = "f";
-            errorDesc = "";
-            resValue = Convert.ToString(byteValue, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(byteValue, radix);
-                TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is Byte.MaxValue and radix is 2,8,10 or 16... ";
-        string c_TEST_ID = "P002";
-
-        Byte byteValue = Byte.MaxValue;
-        int radix;
-        String actualValue;
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            actualValue = "11111111";
-            radix = 2;
-            String resValue = Convert.ToString(byteValue, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(byteValue, radix);
-                TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 8;
-            actualValue = "377";
-            errorDesc = "";
-            resValue = Convert.ToString(byteValue, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(byteValue, radix);
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 10;
-            actualValue = "255";
-            errorDesc = "";
-            resValue = Convert.ToString(byteValue, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(byteValue, radix);
-                TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-            radix = 16;
-            actualValue = "ff";
-            errorDesc = "";
-            resValue = Convert.ToString(byteValue, radix);
-
-            if (actualValue != resValue)
-            {
-                errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += DataString(byteValue, radix);
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is Byte.MinValue and radix is 2,8,10 or 16... ";
-        string c_TEST_ID = "P003";
-
-        Byte byteValue = Byte.MinValue;
-        int[] radices ={ 2, 8, 10, 16 };
-        String actualValue ="0";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            foreach (int radix in radices)
-            {
-                String resValue = Convert.ToString(byteValue, radix);
-                if (actualValue != resValue)
-                {
-                    string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                    errorDesc += DataString(byteValue, radix);
-                    TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-                    retVal = false;
-                }
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "unexpected exception occurs :" + e );
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region NegativeTesting
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        const string c_TEST_DESC = "NegTest1: the radix is 32...";
-        const string c_TEST_ID = "N001";
-
-        Byte byteValue = TestLibrary.Generator.GetByte(-55);
-        int  radix =32;
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-
-        
-            try
-            {
-                Convert.ToString(byteValue, radix);
-                TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, "ArgumentException is not thrown as expected ." + DataString(byteValue,radix));
-                retVal = false;
-            }
-            catch (ArgumentException)
-            {
-            }
-            catch (Exception e)
-            {
-                TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + DataString(byteValue, radix));
-                retVal = false;
-            }
-      
-        return retVal;
-
-    }
-    #endregion
-
-    #region Help Methods
-    private string DataString(Byte byteValue, int radix)
-    {
-        string  str;
-
-        str = string.Format("\n[byteValue value]\n \"{0}\"", byteValue);
-        str += string.Format("\n[radix value ]\n {0}", radix);
-
-        return str;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring5.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring5.cs
deleted file mode 100644 (file)
index fff021d..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToString(System.Char)
-/// </summary>
-public class ConvertToString5
-{
-    public static int Main()
-    {
-        ConvertToString5 testObj = new ConvertToString5();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Char)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random Char... ";
-        string c_TEST_ID = "P001";
-
-
-        Char charValue = TestLibrary.Generator.GetChar(-55);
-        String actualValue = new String(charValue, 1);
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(charValue);
-            if (actualValue != resValue)
-            {
-                String errorDesc = String.Format("String representation of character \\u{0:x} is not the value ", (int)charValue);
-                errorDesc += String.Format("{0} as expected: actual({1})", actualValue, resValue);
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-   
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring6.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring6.cs
deleted file mode 100644 (file)
index df5271a..0000000
+++ /dev/null
@@ -1,149 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-/// <summary>
-/// Convert.ToString(System.Char,System.IFormatProvider)
-/// </summary>
-public class ConvertToString6
-{
-    public static int Main()
-    {
-        ConvertToString6 testObj = new ConvertToString6();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Char,System.IFormatProvider)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random Char and IFormatProvider is a null reference... ";
-        string c_TEST_ID = "P001";
-
-
-        Char charValue = TestLibrary.Generator.GetChar(-55);
-        String actualValue = new String(charValue, 1);
-        IFormatProvider provider = null;
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(charValue,provider);
-            if (actualValue != resValue)
-            {
-                String errorDesc = String.Format("String representation of character \\u{0:x} is not the value ", (int)charValue);
-                errorDesc += String.Format("{0} as expected: actual({1})", actualValue, resValue);
-                errorDesc += "\n IFormatProvider is a nll reference";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is a random Char and en-US CultureInfo... ";
-        string c_TEST_ID = "P002";
-
-
-        Char charValue = TestLibrary.Generator.GetChar(-55);
-        String actualValue = new String(charValue, 1);
-        IFormatProvider provider = new CultureInfo("en-US");
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(charValue, provider);
-            if (actualValue != resValue)
-            {
-                String errorDesc = String.Format("String representation of character \\u{0:x} is not the value ", (int)charValue);
-                errorDesc += String.Format("{0} as expected: actual({1})", actualValue, resValue);
-                errorDesc += "\n IFormatProvider is en-US CultureInfo";
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is a random Char and fr-FR CultureInfo... ";
-        string c_TEST_ID = "P003";
-
-
-        Char charValue = TestLibrary.Generator.GetChar(-55);
-        String actualValue = new String(charValue, 1);
-        IFormatProvider provider = new CultureInfo("fr-FR");
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(charValue, provider);
-            if (actualValue != resValue)
-            {
-                String errorDesc = String.Format("String representation of character \\u{0:x} is not the value ", (int)charValue);
-                errorDesc += String.Format("{0} as expected: actual({1})", actualValue, resValue);
-                errorDesc += "\n IFormatProvider is fr-FR CultureInfo";
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring7.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring7.cs
deleted file mode 100644 (file)
index 9cf3cec..0000000
+++ /dev/null
@@ -1,141 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-/// <summary>
-/// Convert.ToString(System.DateTime)
-/// </summary>
-public class ConvertToString7
-{
-    public static int Main()
-    {
-        ConvertToString7 testObj = new ConvertToString7();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.DateTime)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify the DateTime is now... ";
-        string c_TEST_ID = "P001";
-
-
-        DateTime dt = DateTime.Now;
-        String actualValue = dt.ToString();
-        
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(dt);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify DateTime instance is MinSupportedDateTime ";
-        string c_TEST_ID = "P002";
-
-        DateTime dt = CultureInfo.CurrentCulture.Calendar.MinSupportedDateTime;
-
-        String actualValue = dt.ToString();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(dt);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify DateTime instance is MaxSupportedDateTime";
-        string c_TEST_ID = "P003";
-
-        DateTime dt = CultureInfo.CurrentCulture.Calendar.MaxSupportedDateTime;
-
-        String actualValue = dt.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(dt);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring8.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring8.cs
deleted file mode 100644 (file)
index 7e8f615..0000000
+++ /dev/null
@@ -1,240 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-/// <summary>
-/// Convert.ToString(System.DateTime,System.IFormatProvider)
-/// </summary>
-public class ConvertToString8
-{
-    public static int Main()
-    {
-        ConvertToString8 testObj = new ConvertToString8();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.DateTime,System.IFormatProvider)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        //ur-PK doesn't exist in telesto 
-        // retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify the DateTime is now and IFormatProvider is en-US CultureInfo... ";
-        string c_TEST_ID = "P001";
-
-
-        DateTime dt = DateTime.Now;
-        IFormatProvider provider = new CultureInfo("en-US");
-        String actualValue = dt.ToString(provider);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(dt,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc = "\n IFormatProvider is en-US CultureInfo.";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify the DateTime is now and IFormatProvider is fr-FR CultureInfo... ";
-        string c_TEST_ID = "P002";
-
-
-        DateTime dt = DateTime.Now;
-        IFormatProvider provider = new CultureInfo("fr-FR");
-        String actualValue = dt.ToString(provider);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(dt,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc = "\n IFormatProvider is fr-FR CultureInfo.";
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify DateTime instance is created by ctor(int year,int month,int day) and IFormatProvider is ur-PK... ";
-        string c_TEST_ID = "P003";
-
-        Random rand = new Random(-55);
-        int year = rand.Next(1900, 2050);
-        int month = rand.Next(1, 12);
-        int day = rand.Next(1, 28);
-        DateTime dt = new DateTime(year, month, day);
-
-        IFormatProvider provider = new CultureInfo("ur-PK");
-        String actualValue = dt.ToString(provider);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(dt,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc = "\n IFormatProvider is ur-PK CultureInfo.";
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verify DateTime instance is created by ctor(int year,int month,int day,int hour,int minute,int second) and IFormatProvider is ru-RU CultureInfo...... ";
-        string c_TEST_ID = "P004";
-
-
-        Random rand = new Random(-55);
-        int year = rand.Next(1900, 2050);
-        int month = rand.Next(1, 12);
-        int day = rand.Next(1, 28);
-        int hour = rand.Next(0, 23);
-        int minute = rand.Next(0, 59);
-        int second = rand.Next(0, 59);
-        DateTime dt = new DateTime(year, month, day);
-
-        IFormatProvider provider = new CultureInfo("ru-RU");
-        String actualValue = dt.ToString(provider);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(dt,provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc = "\n IFormatProvider is ur-PK CultureInfo.";
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest5: Verify DateTime instance is created by ctor(int year,int month,int day,int hour,int minute,int second) and IFormatProvider is a null reference... ";
-        string c_TEST_ID = "P005";
-
-
-        Random rand = new Random(-55);
-        int year = rand.Next(1900, 2050);
-        int month = rand.Next(1, 12);
-        int day = rand.Next(1, 28);
-        int hour = rand.Next(0, 23);
-        int minute = rand.Next(0, 59);
-        int second = rand.Next(0, 59);
-        DateTime dt = new DateTime(year, month, day);
-
-        IFormatProvider provider = null;
-        String actualValue = dt.ToString(provider);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(dt, provider);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc = "\n IFormatProvider is a null reference.";
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttostring9.cs b/tests/src/CoreMangLib/cti/system/convert/converttostring9.cs
deleted file mode 100644 (file)
index f8868f9..0000000
+++ /dev/null
@@ -1,223 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Convert.ToString(System.Decimal)
-/// </summary>
-public class ConvertToString9
-{
-    public static int Main()
-    {
-        ConvertToString9 testObj = new ConvertToString9();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: Convert.ToString(System.Decimal)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest1: Verify value is a random positive Decimal... ";
-        string c_TEST_ID = "P001";
-
-        Random rand = new Random(-55);
-        int low = TestLibrary.Generator.GetInt32(-55);
-        int mid = TestLibrary.Generator.GetInt32(-55);
-        int hi = TestLibrary.Generator.GetInt32(-55);
-        bool isNagetive = true;
-        Byte scale = (byte)rand.Next(0,27);
-        Decimal decimalValue = new Decimal(low,mid,hi,isNagetive,scale);
-
-        String actualValue = decimalValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is "+decimalValue;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest2: Verify value is a random negative Decimal... ";
-        string c_TEST_ID = "P002";
-
-        Random rand = new Random(-55);
-        int low = TestLibrary.Generator.GetInt32(-55);
-        int mid = TestLibrary.Generator.GetInt32(-55);
-        int hi = TestLibrary.Generator.GetInt32(-55);
-        bool isNagetive = false;
-        Byte scale = (byte)rand.Next(0, 27);
-        Decimal decimalValue = new Decimal(low, mid, hi, isNagetive, scale);
-
-        String actualValue = decimalValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is " + decimalValue;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest3: Verify value is Decimal.MaxValue... ";
-        string c_TEST_ID = "P003";
-
-        
-        Decimal decimalValue = Decimal.MaxValue;
-
-        String actualValue = decimalValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is " + decimalValue;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest4: Verify value is Decimal.MinValue... ";
-        string c_TEST_ID = "P004";
-
-
-        Decimal decimalValue = Decimal.MinValue;
-
-        String actualValue = decimalValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is " + decimalValue;
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        string c_TEST_DESC = "PosTest5: Verify value is 0... ";
-        string c_TEST_ID = "P005";
-
-
-        Decimal decimalValue = Decimal.Zero;
-
-        String actualValue = decimalValue.ToString();
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            String resValue = Convert.ToString(decimalValue);
-            if (actualValue != resValue)
-            {
-                string errorDesc = "value is not " + resValue.ToString() + " as expected: Actual is " + actualValue.ToString();
-                errorDesc += "\n decimal value is " + decimalValue;
-                TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "unexpected exception occurs :" + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint16.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint16.cs
deleted file mode 100644 (file)
index 325c26f..0000000
+++ /dev/null
@@ -1,194 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToUInt16
-{
-    public static int Main()
-    {
-        ConvertToUInt16 ac = new ConvertToUInt16();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToUInt16(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-        retVal = PosTest5()  && retVal;
-        retVal = PosTest6()  && retVal;
-        retVal = PosTest7()  && retVal;
-        retVal = PosTest8()  && retVal;
-        retVal = PosTest9()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1()  && retVal;
-        retVal = NegTest2()  && retVal;
-
-        return retVal;
-    }
-
-    // public static UInt16 ToUInt16(object value)
-    public bool PosTest1() { return PosTest<object>(1, (object)UInt16.MaxValue, UInt16.MaxValue); }
-    public bool PosTest2() { return PosTest<object>(2, (object)UInt16.MinValue, UInt16.MinValue); }
-    public bool PosTest3() { return PosTest<object>(3, null, 0); }
-
-    public bool PosTest4() { return PosTest<Boolean>(4, true, 1); }
-    public bool PosTest5() { return PosTest<Boolean>(5, false, 0); }
-
-    public bool PosTest6() { return PosTest2(6, null, 0); }
-    public bool PosTest7() { return PosTest2(7, "1034", 1034); }
-
-    // public static byte ToByte(object value) {
-    public bool PosTest8() { return PosTest2(8, null, 0); }
-    public bool PosTest9() { return PosTest2(9, "34", 34); }
-
-    public bool NegTest1() { return NegTest2(1, Int32.MaxValue.ToString(), 10, typeof(System.OverflowException)); }
-    public bool NegTest2() { return NegTest2(2, Int32.MinValue.ToString(), 10, typeof(System.OverflowException)); }
-
-    public bool PosTest<T>(int id, T curValue, UInt16 expValue)
-    {
-        bool            retVal = true;
-        UInt16         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToUInt16(...) (curValue:"+typeof(T)+" " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToUInt16(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToUInt16(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2(int id, String curValue, UInt16 expValue)
-    {
-        bool            retVal = true;
-        UInt16         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToUInt16(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToUInt16(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("003", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToUInt16(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("004", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest<T>(int id, T curValue, Type exception)
-    {
-        bool            retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ToUInt16(...) (curValue:"+typeof(T)+" " +curValue+"");
-
-        try
-        {
-            Convert.ToUInt16(curValue);
-
-            TestLibrary.TestFramework.LogError("006", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("007", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2(int id, string curValue, int formBase, Type exception)
-    {
-        bool            retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest"+id+": Convert.ToUInt16(...) (curValue:string " +curValue+"");
-
-        try
-        {
-            Convert.ToUInt16(curValue, formBase);
-
-            TestLibrary.TestFramework.LogError("008", "Exception expected");
-            retVal = false;
-        }
-        catch (Exception e)
-        {
-            if (e.GetType() != exception)
-            {
-                TestLibrary.TestFramework.LogError("009", "Unexpected exception: " + e);
-                retVal = false;
-            }
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint161.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint161.cs
deleted file mode 100644 (file)
index 21fa1c0..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(Boolean)
-/// </summary>
-public class ConvertToUInt161
-{
-    public static int Main()
-    {
-        ConvertToUInt161 convertToUInt161 = new ConvertToUInt161();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt161");
-        if (convertToUInt161.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert  to UInt16 from Boolean 1");
-        try
-        {
-            ushort ushortVal = Convert.ToUInt16(true);
-            if (ushortVal != 1)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert  to UInt16 from Boolean 2");
-        try
-        {
-            ushort ushortVal = Convert.ToUInt16(false);
-            if (ushortVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint1610.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint1610.cs
deleted file mode 100644 (file)
index a9fd455..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(UInt32)
-/// </summary>
-public class ConvertToUInt1610
-{
-    public static int Main()
-    {
-        ConvertToUInt1610 convertToUInt1610 = new ConvertToUInt1610();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt1610");
-        if (convertToUInt1610.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from UInt32 1");
-        try
-        {
-            UInt32 UInt32Val = (UInt32)(UInt16.MaxValue);
-            ushort ushortVal = Convert.ToUInt16(UInt32Val);
-            if (ushortVal != UInt16.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from UInt32 2");
-        try
-        {
-            UInt32 UInt32Val = (UInt32)(this.GetInt32(0, (int)UInt16.MaxValue));
-            ushort ushortVal = Convert.ToUInt16(UInt32Val);
-            if (ushortVal != (UInt16)UInt32Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the UInt32 larger than UInt16 maxValue");
-        try
-        {
-            UInt32 UInt32Val = (UInt32)(this.GetInt32((int)UInt16.MaxValue + 1, Int32.MaxValue));
-            ushort ushortVal = Convert.ToUInt16(UInt32Val);
-            TestLibrary.TestFramework.LogError("N001", "the UInt32 larger than UInt16 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-     #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint1611.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint1611.cs
deleted file mode 100644 (file)
index 9b2f7dd..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(UInt64)
-/// </summary>
-public class ConvertToUInt1611
-{
-    public static int Main()
-    {
-        ConvertToUInt1611 convertToUInt1611 = new ConvertToUInt1611();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt1611");
-        if (convertToUInt1611.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from UInt64 1");
-        try
-        {
-            UInt64 UInt64Val = (UInt64)(UInt16.MaxValue);
-            ushort ushortVal = Convert.ToUInt16(UInt64Val);
-            if (ushortVal != UInt16.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from UInt64 2");
-        try
-        {
-            UInt64 UInt64Val = (UInt64)(this.GetInt32(0, (int)UInt16.MaxValue));
-            ushort ushortVal = Convert.ToUInt16(UInt64Val);
-            if (ushortVal != (UInt16)UInt64Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the UInt64 larger than UInt16 maxValue");
-        try
-        {
-            UInt64 UInt64Val = (UInt64)(this.GetInt32((int)UInt16.MaxValue + 1, Int32.MaxValue)) + (UInt64)(this.GetInt32(0, Int32.MaxValue));
-            ushort ushortVal = Convert.ToUInt16(UInt64Val);
-            TestLibrary.TestFramework.LogError("N001", "the UInt64 larger than UInt16 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint1612.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint1612.cs
deleted file mode 100644 (file)
index 2883abe..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(SByte)
-/// </summary>
-public class ConvertToUInt1612
-{
-    public static int Main()
-    {
-        ConvertToUInt1612 convertToUInt1612 = new ConvertToUInt1612();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt1612");
-        if (convertToUInt1612.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from SByte 1");
-        try
-        {
-            SByte sbyteVal = SByte.MaxValue;
-            ushort ushortVal = Convert.ToUInt16(sbyteVal);
-            if (ushortVal != (UInt16)(SByte.MaxValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from SByte 2");
-        try
-        {
-            SByte sbyteVal = (SByte)(this.GetInt32(0, (int)(SByte.MaxValue)));
-            ushort ushortVal = Convert.ToUInt16(sbyteVal);
-            if (ushortVal != (UInt16)(sbyteVal))
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the sbyte is less than the UInt16 minValue");
-        try
-        {
-            SByte sbyteVal = (SByte)((this.GetInt32(1, (int)(SByte.MaxValue) + 2)) * (-1));
-            ushort ushortVal = Convert.ToUInt16(sbyteVal);
-            TestLibrary.TestFramework.LogError("N001", "the sbyte is less than the UInt16 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint1613.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint1613.cs
deleted file mode 100644 (file)
index 3f2bfae..0000000
+++ /dev/null
@@ -1,263 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(object)
-/// </summary>
-public class ConvertToUInt1613
-{
-    public static int Main()
-    {
-        ConvertToUInt1613 convertToUInt1613 = new ConvertToUInt1613();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt1613");
-        if (convertToUInt1613.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Convert to UInt16 from object 1");
-        try
-        {
-            TestClass2 objVal = new TestClass2();
-            ushort unshortVal = Convert.ToUInt16(objVal);
-            if (unshortVal != UInt16.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-            
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Convert to UInt16 from object 2");
-        try
-        {
-            object objVal = true;
-            ushort unshortVal = Convert.ToUInt16(objVal);
-            if (unshortVal != 1)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Convert to UInt16 from object 3");
-        try
-        {
-            object objVal = false;
-            ushort unshortVal = Convert.ToUInt16(objVal);
-            if (unshortVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Convert to UInt16 from object 4");
-        try
-        {
-            object objVal = null;
-            ushort unshortVal = Convert.ToUInt16(objVal);
-            if (unshortVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("007", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The object does not implement IConvertible");
-        try
-        {
-            TestClass1 objVal = new TestClass1();
-            ushort unshortVal = Convert.ToUInt16(objVal);
-            TestLibrary.TestFramework.LogError("N001", "The object does not implement IConvertible but not throw exception");
-            retVal = false;
-        }
-        catch (InvalidCastException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region ForTestClass
-    public class TestClass1 { }
-    public class TestClass2 : IConvertible
-    {
-        public TypeCode GetTypeCode()
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public bool ToBoolean(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public byte ToByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public char ToChar(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public DateTime ToDateTime(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public decimal ToDecimal(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public double ToDouble(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public short ToInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public int ToInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public long ToInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public sbyte ToSByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public float ToSingle(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public string ToString(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public object ToType(Type conversionType, IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public ushort ToUInt16(IFormatProvider provider)
-        {
-            return UInt16.MaxValue;
-        }
-
-        public uint ToUInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public ulong ToUInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint1614.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint1614.cs
deleted file mode 100644 (file)
index 93cce5a..0000000
+++ /dev/null
@@ -1,282 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(object,IFormatProvider)
-/// </summary>
-public class ConvertToUInt1614
-{
-    public static int Main()
-    {
-        ConvertToUInt1614 convertToUInt1614 = new ConvertToUInt1614();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt1614");
-        if (convertToUInt1614.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Convert to UInt16 from object 1");
-        try
-        {
-            TestClass2 objVal = new TestClass2();
-            TestIFormat iformat = new TestIFormat();
-            ushort unshortVal1 = Convert.ToUInt16(objVal,iformat);
-            ushort unshortVal2 = Convert.ToUInt16(objVal, null);
-            if (unshortVal1 != UInt16.MaxValue || unshortVal2 != UInt16.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Convert to UInt16 from object 2");
-        try
-        {
-            object objVal = true;
-            TestIFormat iformat = new TestIFormat();
-            ushort unshortVal1 = Convert.ToUInt16(objVal, iformat);
-            ushort unshortVal2 = Convert.ToUInt16(objVal, null);
-            if (unshortVal1 != 1 || unshortVal2 != 1)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Convert to UInt16 from object 3");
-        try
-        {
-            object objVal = false;
-            TestIFormat iformat = new TestIFormat();
-            ushort unshortVal1 = Convert.ToUInt16(objVal, iformat);
-            ushort unshortVal2 = Convert.ToUInt16(objVal, null);
-            if (unshortVal1 != 0 || unshortVal2 != 0)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Convert to UInt16 from object 4");
-        try
-        {
-            object objVal = null;
-            TestIFormat iformat = new TestIFormat();
-            ushort unshortVal1 = Convert.ToUInt16(objVal, iformat);
-            ushort unshortVal2 = Convert.ToUInt16(objVal, null);
-            if (unshortVal1 != 0 || unshortVal2 != 0)
-            {
-                TestLibrary.TestFramework.LogError("007", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The object does not implement IConvertible");
-        try
-        {
-            TestClass1 objVal = new TestClass1();
-            ushort unshortVal = Convert.ToUInt16(objVal,null);
-            TestLibrary.TestFramework.LogError("N001", "The object does not implement IConvertible but not throw exception");
-            retVal = false;
-        }
-        catch (InvalidCastException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region ForTestClass
-    public class TestClass1 { }
-    public class TestIFormat : IFormatProvider
-    {
-        public bool IsUInt16MaxValue = true;
-        public object GetFormat(Type argType)
-        {
-            if (argType == typeof(TestIFormat))
-                return this;
-            else
-                return null;
-        }
-    }
-    public class TestClass2 : IConvertible
-    {
-        public TypeCode GetTypeCode()
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public bool ToBoolean(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public byte ToByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public char ToChar(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public DateTime ToDateTime(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public decimal ToDecimal(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public double ToDouble(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public short ToInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public int ToInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public long ToInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public sbyte ToSByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public float ToSingle(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public string ToString(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public object ToType(Type conversionType, IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public ushort ToUInt16(IFormatProvider provider)
-        {
-            bool IsUInt16MinValue = true;
-            if (provider != null)
-            {
-                TestIFormat iformat = (TestIFormat)provider.GetFormat(typeof(TestIFormat));
-                if (iformat != null && iformat.IsUInt16MaxValue)
-                {
-                    IsUInt16MinValue = false;
-                }
-            }
-            if (IsUInt16MinValue)
-            {
-                return UInt16.MinValue;
-            }
-            else
-            {
-                return UInt16.MaxValue;
-            }
-        }
-        public uint ToUInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public ulong ToUInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint1615.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint1615.cs
deleted file mode 100644 (file)
index 40800ab..0000000
+++ /dev/null
@@ -1,175 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(Single)
-/// </summary>
-public class ConvertToUInt1615
-{
-    public static int Main()
-    {
-        ConvertToUInt1615 convertToUInt1615 = new ConvertToUInt1615();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt1615");
-        if (convertToUInt1615.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Convert To UInt16 from Single 1");
-        try
-        {
-            float singleVal = (float)this.GetInt32(0, (int)UInt16.MaxValue + 1);
-            ushort ushortVal = Convert.ToUInt16(singleVal);
-            if (ushortVal != (UInt16)singleVal)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Convert To UInt16 from Single 2");
-        try
-        {
-            float singleVal1 = 1.5F;
-            float singleVal2 = 1.1F;
-            float singleVal3 = 1.9F;
-            ushort ushortVal1 = Convert.ToUInt16(singleVal1);
-            ushort ushortVal2 = Convert.ToUInt16(singleVal2);
-            ushort ushortVal3 = Convert.ToUInt16(singleVal3);
-            if (ushortVal1 != 2 || ushortVal2 != 1 || ushortVal3 != 2)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Convert To UInt16 from Single 3");
-        try
-        {
-            float singleVal1 = 2.5F;
-            float singleVal2 = 2.1F;
-            float singleVal3 = 2.9F;
-            ushort ushortVal1 = Convert.ToUInt16(singleVal1);
-            ushort ushortVal2 = Convert.ToUInt16(singleVal2);
-            ushort ushortVal3 = Convert.ToUInt16(singleVal3);
-            if (ushortVal1 != 2 || ushortVal2 != 2 || ushortVal3 != 3)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The Single is out of the range of UInt16 1");
-        try
-        {
-            float singleVal = (float)this.GetInt32((int)UInt16.MaxValue + 1, Int32.MaxValue);
-            ushort ushortVal = Convert.ToUInt16(singleVal);
-            TestLibrary.TestFramework.LogError("N001", "The Single is out of the range of UInt16 but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2:The Single is out of the range of UInt16 2");
-        try
-        {
-            float singleVal = (float)this.GetInt32(1, (int)UInt16.MaxValue + 1)*(-1);
-            ushort ushortVal = Convert.ToUInt16(singleVal);
-            TestLibrary.TestFramework.LogError("N003", "The Single is out of the range of UInt16 but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint1616.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint1616.cs
deleted file mode 100644 (file)
index 37c33c6..0000000
+++ /dev/null
@@ -1,254 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(String)
-/// </summary>
-public class ConvertToUInt1616
-{
-    public static int Main()
-    {
-        ConvertToUInt1616 convertToUInt1616 = new ConvertToUInt1616();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt1616");
-        if (convertToUInt1616.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from string 1");
-        try
-        {
-            string strVal = UInt16.MaxValue.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal);
-            if (ushortVal != UInt16.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from string 2");
-        try
-        {
-            string strVal = UInt16.MinValue.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal);
-            if (ushortVal != UInt16.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt16 from string 3");
-        try
-        {
-            string strVal = "-" + UInt16.MinValue.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal);
-            if (ushortVal != UInt16.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Convert to UInt16 from string 4");
-        try
-        {
-            int intVal = this.GetInt32(0, (int)UInt16.MaxValue);
-            string strVal = "+" + intVal.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal);
-            if (ushortVal != (UInt16)intVal)
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Convert to UInt16 from string 5");
-        try
-        {
-            string strVal = null;
-            ushort ushortVal = Convert.ToUInt16(strVal);
-            if (ushortVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("009", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the string represents a number less than MinValue");
-        try
-        {
-            int intVal = this.GetInt32(1, Int32.MaxValue);
-            string strVal = "-" + intVal.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal);
-            TestLibrary.TestFramework.LogError("N001", "the string represents a number less than MinValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the string represents a number greater than MaxValue");
-        try
-        {
-            int intVal = this.GetInt32((int)UInt16.MaxValue + 1, Int32.MaxValue);
-            string strVal = intVal.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal);
-            TestLibrary.TestFramework.LogError("N003", "the string represents a number greater than MaxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3: the string does not consist of an optional sign followed by a sequence of digits ");
-        try
-        {
-            string strVal = "helloworld";
-            ushort ushortVal = Convert.ToUInt16(strVal);
-            TestLibrary.TestFramework.LogError("N005", "the string does not consist of an optional sign followed by a sequence of digits but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4: the string is empty string");
-        try
-        {
-            string strVal = string.Empty;
-            ushort ushortVal = Convert.ToUInt16(strVal);
-            TestLibrary.TestFramework.LogError("N007", "the string is empty string but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint1617.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint1617.cs
deleted file mode 100644 (file)
index 2f6cf3d..0000000
+++ /dev/null
@@ -1,322 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(string,int32)
-/// </summary>
-public class ConvertToUInt1617
-{
-    public static int Main()
-    {
-        ConvertToUInt1617 convertToUInt1617 = new ConvertToUInt1617();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt1617");
-        if (convertToUInt1617.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-        retVal = NegTest7() && retVal;
-        retVal = NegTest8() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from string 1");
-        try
-        {
-            string strVal = "1111";
-            ushort ushortVal1 = Convert.ToUInt16(strVal, 2);
-            ushort ushortVal2 = Convert.ToUInt16(strVal, 8);
-            ushort ushortVal3 = Convert.ToUInt16(strVal, 10);
-            ushort ushortVal4 = Convert.ToUInt16(strVal, 16);
-            if (ushortVal1 != (UInt16)(1*Math.Pow(2,3) + 1*Math.Pow(2,2) + 1*Math.Pow(2,1) + 1*Math.Pow(2,0)) ||
-                ushortVal2 != (UInt16)(1 * Math.Pow(8, 3) + 1 * Math.Pow(8, 2) + 1 * Math.Pow(8, 1) + 1 * Math.Pow(8, 0)) ||
-                ushortVal3 != (UInt16)(1 * Math.Pow(10, 3) + 1 * Math.Pow(10, 2) + 1 * Math.Pow(10, 1) + 1 * Math.Pow(10, 0)) ||
-                ushortVal4 != (UInt16)(1 * Math.Pow(16, 3) + 1 * Math.Pow(16, 2) + 1 * Math.Pow(16, 1) + 1 * Math.Pow(16, 0))
-                )
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from string 2");
-        try
-        {
-            int intVal = this.GetInt32(0, (int)UInt16.MaxValue);
-            string strVal = "+" + intVal.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal, 10);
-            if (ushortVal != (UInt16)intVal)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt16 from string 3");
-        try
-        {
-            string strVal = null;
-            ushort ushortVal1 = Convert.ToUInt16(strVal, 2);
-            ushort ushortVal2 = Convert.ToUInt16(strVal, 8);
-            ushort ushortVal3 = Convert.ToUInt16(strVal, 10);
-            ushort ushortVal4 = Convert.ToUInt16(strVal, 16);
-            if (ushortVal1 != 0 || ushortVal2 != 0 || ushortVal3 != 0 || ushortVal4 != 0)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Convert to UInt16 from string 4");
-        try
-        {
-            string strVal = "0xff";
-            ushort ushortVal = Convert.ToUInt16(strVal, 16);
-            if (ushortVal != (UInt16)(15 * Math.Pow(16, 1) + 15 * Math.Pow(16, 0)))
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the parameter of fromBase is not 2, 8, 10, or 16");
-        try
-        {
-            string strVal = "1111";
-            ushort ushortVal = Convert.ToUInt16(strVal, 100);
-            TestLibrary.TestFramework.LogError("N001", "the parameter of fromBase is not 2, 8, 10, or 16 but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the string represents a non-base 10 signed number and is prefixed with a negative sign");
-        try
-        {
-            string strVal = "-0";
-            ushort ushortVal = Convert.ToUInt16(strVal, 2);
-            TestLibrary.TestFramework.LogError("N003", "the string represents a non-base 10 signed number and is prefixed with a negative sign but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3: the string contains a character that is not a valid digit in the base specified by fromBase param 1");
-        try
-        {
-            string strVal = "1234";
-            ushort ushortVal = Convert.ToUInt16(strVal, 2);
-            TestLibrary.TestFramework.LogError("N005", "the string contains a character that is not a valid digit in the base specified by fromBase param but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4: the string contains a character that is not a valid digit in the base specified by fromBase param 2");
-        try
-        {
-            string strVal = "9999";
-            ushort ushortVal = Convert.ToUInt16(strVal, 8);
-            TestLibrary.TestFramework.LogError("N007", "the string contains a character that is not a valid digit in the base specified by fromBase param but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest5: the string contains a character that is not a valid digit in the base specified by fromBase param 3");
-        try
-        {
-            string strVal = "abcd";
-            ushort ushortVal = Convert.ToUInt16(strVal, 10);
-            TestLibrary.TestFramework.LogError("N009", "the string contains a character that is not a valid digit in the base specified by fromBase param but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest6()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest6: the string contains a character that is not a valid digit in the base specified by fromBase param 4");
-        try
-        {
-            string strVal = "gh";
-            ushort ushortVal = Convert.ToUInt16(strVal, 16);
-            TestLibrary.TestFramework.LogError("N011", "the string contains a character that is not a valid digit in the base specified by fromBase param but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N012", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest7()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest7: the string represents base 10 number is less than UInt16.minValue");
-        try
-        {
-            int intVal = this.GetInt32(1, Int32.MaxValue);
-            string strVal = "-" + intVal.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal, 10);
-            TestLibrary.TestFramework.LogError("N013", "the string represent base 10 number is less than UInt16.minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N014", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest8()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest8: the string represents base 10 number is greater than UInt16.maxValue");
-        try
-        {
-            int intVal = this.GetInt32((int)UInt16.MaxValue + 1, Int32.MaxValue);
-            string strVal = intVal.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal, 10);
-            TestLibrary.TestFramework.LogError("N015", "the string represent base 10 number is greater than UInt16.maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N016", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint1618.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint1618.cs
deleted file mode 100644 (file)
index 8df5860..0000000
+++ /dev/null
@@ -1,279 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-/// <summary>
-/// Convert.ToUInt16(string,IFormatProvider)
-/// </summary>
-public class ConvertToUInt1618
-{
-    public static int Main()
-    {
-        ConvertToUInt1618 convertToUInt1618 = new ConvertToUInt1618();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt1618");
-        if (convertToUInt1618.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from string 1");
-        try
-        {
-            string strVal = UInt16.MaxValue.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal, null);
-            if (ushortVal != UInt16.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from string 2");
-        try
-        {
-            string strVal = UInt16.MaxValue.ToString();
-            CultureInfo myculture = new CultureInfo("en-us");
-            IFormatProvider provider = myculture.NumberFormat;
-            ushort ushortVal = Convert.ToUInt16(strVal, provider);
-            if (ushortVal != UInt16.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt16 from string 3");
-        try
-        {
-            string strVal = UInt16.MinValue.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal, null);
-            if (ushortVal != UInt16.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Convert to UInt16 from string 4");
-        try
-        {
-            string strVal = "-" + UInt16.MinValue.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal, null);
-            if (ushortVal != UInt16.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Convert to UInt16 from string 5");
-        try
-        {
-            int intVal = this.GetInt32(0, (int)UInt16.MaxValue);
-            string strVal = "+" + intVal.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal, null);
-            if (ushortVal != (UInt16)intVal)
-            {
-                TestLibrary.TestFramework.LogError("009", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest6()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest6: Convert to UInt16 from string 6");
-        try
-        {
-            string strVal = null;
-            ushort ushortVal = Convert.ToUInt16(strVal, null);
-            if (ushortVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("011", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the string represents a number less than MinValue");
-        try
-        {
-            int intVal = this.GetInt32(1, Int32.MaxValue);
-            string strVal = "-" + intVal.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal, null);
-            TestLibrary.TestFramework.LogError("N001", "the string represents a number less than MinValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the string represents a number greater than MaxValue");
-        try
-        {
-            int intVal = this.GetInt32((int)UInt16.MaxValue + 1, Int32.MaxValue);
-            string strVal = intVal.ToString();
-            ushort ushortVal = Convert.ToUInt16(strVal, null);
-            TestLibrary.TestFramework.LogError("N003", "the string represents a number greater than MaxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3: the string does not consist of an optional sign followed by a sequence of digits ");
-        try
-        {
-            string strVal = "helloworld";
-            ushort ushortVal = Convert.ToUInt16(strVal, null);
-            TestLibrary.TestFramework.LogError("N005", "the string does not consist of an optional sign followed by a sequence of digits but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4: the string is empty string");
-        try
-        {
-            string strVal = string.Empty;
-            ushort ushortVal = Convert.ToUInt16(strVal, null);
-            TestLibrary.TestFramework.LogError("N007", "the string is empty string but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-     #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint162.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint162.cs
deleted file mode 100644 (file)
index 4192f31..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(Byte)
-/// </summary>
-public class ConvertToUInt162
-{
-    public static int Main()
-    {
-        ConvertToUInt162 convertToUInt162 = new ConvertToUInt162();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt162");
-        if (convertToUInt162.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert  to UInt16 from Byte 1");
-        try
-        {
-            byte byteVal = byte.MaxValue;
-            ushort ushortVal = Convert.ToUInt16(byteVal);
-            if (ushortVal != (ushort)(byteVal))
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert  to UInt16 from Byte 2");
-        try
-        {
-            byte byteVal = byte.MinValue;
-            ushort ushortVal = Convert.ToUInt16(byteVal);
-            if (ushortVal != (ushort)(byteVal))
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert  to UInt16 from Byte 3");
-        try
-        {
-            byte byteVal = TestLibrary.Generator.GetByte(-55);
-            ushort ushortVal = Convert.ToUInt16(byteVal);
-            if (ushortVal != (ushort)(byteVal))
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint163.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint163.cs
deleted file mode 100644 (file)
index fdf2180..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(Char)
-/// </summary>
-public class ConvertToUInt163
-{
-    public static int Main()
-    {
-        ConvertToUInt163 convertToUInt163 = new ConvertToUInt163();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt163");
-        if (convertToUInt163.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from Char 1");
-        try
-        {
-            char charVal = char.MaxValue;
-            ushort ushortVal = Convert.ToUInt16(charVal);
-            if (ushortVal != (ushort)(charVal))
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from Char 2");
-        try
-        {
-            char charVal = char.MinValue;
-            ushort ushortVal = Convert.ToUInt16(charVal);
-            if (ushortVal != (ushort)(charVal))
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt16 from Char 3");
-        try
-        {
-            char charVal = TestLibrary.Generator.GetChar(-55);
-            ushort ushortVal = Convert.ToUInt16(charVal);
-            if (ushortVal != (ushort)(charVal))
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint164.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint164.cs
deleted file mode 100644 (file)
index 6efcde4..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt164(Decimal)
-/// </summary>
-public class ConvertToUInt164
-{
-    public static int Main()
-    {
-        ConvertToUInt164 convertToUInt164 = new ConvertToUInt164();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt164");
-        if (convertToUInt164.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from Decimal 1");
-        try
-        {
-            decimal decimalVal = (decimal)(UInt16.MaxValue);
-            ushort ushortVal = Convert.ToUInt16(decimalVal);
-            if (ushortVal != UInt16.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from Decimal 2");
-        try
-        {
-            decimal decimalVal = (decimal)(UInt16.MinValue);
-            ushort ushortVal = Convert.ToUInt16(decimalVal);
-            if (ushortVal != UInt16.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt16 from Decimal 3");
-        try
-        {
-            decimal decimalVal = (decimal)(this.GetInt32(0, (int)(UInt16.MaxValue)));
-            ushort ushortVal = Convert.ToUInt16(decimalVal);
-            if (ushortVal != (ushort)(decimalVal))
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the decimal is larger than UInt16 maxValue");
-        try
-        {
-            decimal decimalVal = (decimal)(this.GetInt32((int)(UInt16.MaxValue) + 1, Int32.MaxValue));
-            ushort ushortVal = Convert.ToUInt16(decimalVal);
-            TestLibrary.TestFramework.LogError("N001", "the decimal is larger than UInt16 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the decimal is less than UInt16 minValue");
-        try
-        {
-            decimal decimalVal = (decimal)(this.GetInt32(1, Int32.MaxValue) * (-1));
-            ushort ushortVal = Convert.ToUInt16(decimalVal);
-            TestLibrary.TestFramework.LogError("N003", "the decimal is larger than UInt16 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint165.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint165.cs
deleted file mode 100644 (file)
index 19398f8..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(Double)
-/// </summary>
-public class ConvertToUInt165
-{
-    public static int Main()
-    {
-        ConvertToUInt165 convertToUInt165 = new ConvertToUInt165();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt165");
-        if (convertToUInt165.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PostiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from double 1");
-        try
-        {
-            double doubleVal = (double)(UInt16.MaxValue);
-            ushort ushortVal = Convert.ToUInt16(doubleVal);
-            if (ushortVal != UInt16.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from double 2");
-        try
-        {
-            double doubleVal = (double)(UInt16.MinValue);
-            ushort ushortVal = Convert.ToUInt16(doubleVal);
-            if (ushortVal != UInt16.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt16 from double 3");
-        try
-        {
-            double doubleVal = (double)(this.GetInt32(0, (int)(UInt16.MaxValue)));
-            ushort ushortVal = Convert.ToUInt16(doubleVal);
-            if (ushortVal != (ushort)(doubleVal))
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the double is larger than UInt16 maxValue");
-        try
-        {
-            double doubleVal = (double)(this.GetInt32((int)(UInt16.MaxValue) + 1, Int32.MaxValue));
-            ushort ushortVal = Convert.ToUInt16(doubleVal);
-            TestLibrary.TestFramework.LogError("N001", "the double is larger than UInt16 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the double is less than UInt16 minValue");
-        try
-        {
-            double doubleVal = (double)(this.GetInt32(1, Int32.MaxValue) * (-1));
-            ushort ushortVal = Convert.ToUInt16(doubleVal);
-            TestLibrary.TestFramework.LogError("N003", "the double is larger than UInt16 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-        #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint166.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint166.cs
deleted file mode 100644 (file)
index e180261..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(Int16)
-/// </summary>
-public class ConvertToUInt166
-{
-    public static int Main()
-    {
-        ConvertToUInt166 convertToUInt166 = new ConvertToUInt166();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt166");
-        if (convertToUInt166.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from int16 1");
-        try
-        {
-            Int16 Int16Val = Int16.MaxValue;
-            ushort ushortVal = Convert.ToUInt16(Int16Val);
-            if (ushortVal != (ushort)Int16Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from int16 2");
-        try
-        {
-            Int16 Int16Val = (Int16)this.GetInt32(0, (int)Int16.MaxValue);
-            ushort ushortVal = Convert.ToUInt16(Int16Val);
-            if (ushortVal != (ushort)Int16Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the int16 is less than UInt16 minValue");
-        try
-        {
-            Int16 Int16Val = (Int16)(this.GetInt32(1, (int)Int16.MaxValue + 2) * (-1));
-            ushort ushortVal = Convert.ToUInt16(Int16Val);
-            TestLibrary.TestFramework.LogError("N001", "the int16 is less than UInt16 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint167.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint167.cs
deleted file mode 100644 (file)
index 5d4260c..0000000
+++ /dev/null
@@ -1,145 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(Int32)
-/// </summary>
-public class ConvertToUInt167
-{
-    public static int Main()
-    {
-        ConvertToUInt167 convertToUInt167 = new ConvertToUInt167();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt167");
-        if (convertToUInt167.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from int32 1");
-        try
-        {
-            Int32 Int32Val = (Int32)UInt16.MaxValue;
-            ushort ushortVal = Convert.ToUInt16(Int32Val);
-            if (ushortVal != UInt16.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from int32 2");
-        try
-        {
-            Int32 Int32Val = this.GetInt32(0, (int)UInt16.MaxValue);
-            ushort ushortVal = Convert.ToUInt16(Int32Val);
-            if (ushortVal != (ushort)Int32Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the int32 is larger than UInt16 maxValue");
-        try
-        {
-            Int32 Int32Val = this.GetInt32((int)UInt16.MaxValue + 1, Int32.MaxValue);
-            ushort ushortVal = Convert.ToUInt16(Int32Val);
-            TestLibrary.TestFramework.LogError("N001", "the int32 is larger than UInt16 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the int32 is less than UInt16 minValue");
-        try
-        {
-            Int32 Int32Val = this.GetInt32(1, Int32.MaxValue) * (-1);
-            ushort ushortVal = Convert.ToUInt16(Int32Val);
-            TestLibrary.TestFramework.LogError("N003", "the int32 is less than UInt16 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint168.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint168.cs
deleted file mode 100644 (file)
index b5adff8..0000000
+++ /dev/null
@@ -1,145 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(Int64)
-/// </summary>
-public class ConvertToUInt168
-{
-    public static int Main()
-    {
-        ConvertToUInt168 convertToUInt168 = new ConvertToUInt168();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt168");
-        if (convertToUInt168.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from Int64 1");
-        try
-        {
-            Int64 Int64Val = (Int64)UInt16.MaxValue;
-            ushort ushortVal = Convert.ToUInt16(Int64Val);
-            if (ushortVal != UInt16.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from Int64 2");
-        try
-        {
-            Int64 Int64Val = (Int64)this.GetInt32(0, (int)UInt16.MaxValue);
-            ushort ushortVal = Convert.ToUInt16(Int64Val);
-            if (ushortVal != (ushort)Int64Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the Int64 is larger than UInt16 maxValue");
-        try
-        {
-            Int64 Int64Val = (Int64)this.GetInt32((int)UInt16.MaxValue + 1, Int32.MaxValue) + (Int64)this.GetInt32(0, Int32.MaxValue);
-            ushort ushortVal = Convert.ToUInt16(Int64Val);
-            TestLibrary.TestFramework.LogError("N001", "the Int64 is larger than UInt16 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the Int64 is less than UInt16 minValue");
-        try
-        {
-            Int64 Int64Val = ((Int64)(this.GetInt32(1, Int32.MaxValue)) + (Int64)(this.GetInt32(0, Int32.MaxValue))) * (-1);
-            ushort ushortVal = Convert.ToUInt16(Int64Val);
-            TestLibrary.TestFramework.LogError("N003", "the Int64 is less than UInt16 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint169.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint169.cs
deleted file mode 100644 (file)
index b1a4ec9..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt16(UInt16)
-/// </summary>
-public class ConvertToUInt169
-{
-    public static int Main()
-    {
-        ConvertToUInt169 convertToUInt169 = new ConvertToUInt169();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt169");
-        if (convertToUInt169.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt16 from UInt16 1");
-        try
-        {
-            UInt16 UInt16Val = UInt16.MaxValue;
-            ushort ushortVal = Convert.ToUInt16(UInt16Val);
-            if (ushortVal != UInt16Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt16 from UInt16 2");
-        try
-        {
-            UInt16 UInt16Val = UInt16.MinValue;
-            ushort ushortVal = Convert.ToUInt16(UInt16Val);
-            if (ushortVal != UInt16Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt16 from UInt16 3");
-        try
-        {
-            UInt16 UInt16Val = (UInt16)(this.GetInt32(0, (int)UInt16.MaxValue));
-            ushort ushortVal = Convert.ToUInt16(UInt16Val);
-            if (ushortVal != UInt16Val)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint32.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint32.cs
deleted file mode 100644 (file)
index 3121338..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToUInt32
-{
-    public static int Main()
-    {
-        ConvertToUInt32 ac = new ConvertToUInt32();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToUInt32(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-        retVal = PosTest5()  && retVal;
-        retVal = PosTest6()  && retVal;
-        retVal = PosTest7()  && retVal;
-        retVal = PosTest8()  && retVal;
-        retVal = PosTest9()  && retVal;
-        retVal = PosTest10()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        return retVal;
-    }
-
-    public bool PosTest1() { return PosTest<object>(1, (object)UInt32.MaxValue, UInt32.MaxValue); }
-    public bool PosTest2() { return PosTest<object>(2, (object)UInt32.MinValue, UInt32.MinValue); }
-    public bool PosTest3() { return PosTest<object>(3, null, 0); }
-
-    public bool PosTest4() { return PosTest<Boolean>(4, true, 1); }
-    public bool PosTest5() { return PosTest<Boolean>(5, false, 0); }
-
-    public bool PosTest6() { return PosTest2(6, null, 0); }
-    public bool PosTest7() { return PosTest2(7, "1034", 1034); }
-
-    public bool PosTest8() { return PosTest2(8, null, 0); }
-    public bool PosTest9() { return PosTest2(9, "34", 34); }
-
-    public bool PosTest10() { return PosTest<double>(10, 4294967294.5d, 4294967294); }
-
-    public bool PosTest<T>(int id, T curValue, UInt32 expValue)
-    {
-        bool            retVal = true;
-        UInt32         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToUInt32(...) (curValue:"+typeof(T)+" " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToUInt32(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToUInt32(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2(int id, String curValue, UInt32 expValue)
-    {
-        bool            retVal = true;
-        UInt32         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToUInt32(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToUInt32(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("003", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToUInt32(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("004", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint321.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint321.cs
deleted file mode 100644 (file)
index a900279..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(Boolean)
-/// </summary>
-public class ConvertToUInt321
-{
-    public static int Main()
-    {
-        ConvertToUInt321 convertToUInt321 = new ConvertToUInt321();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt321");
-        if (convertToUInt321.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from Boolean 1");
-        try
-        {
-            uint uintVal = Convert.ToUInt32(true);
-            if (uintVal != 1)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from Boolean 2");
-        try
-        {
-            uint uintVal = Convert.ToUInt32(false);
-            if (uintVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint3210.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint3210.cs
deleted file mode 100644 (file)
index 3e1dd7d..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(UInt16)
-/// </summary>
-public class ConvertToUInt3210
-{
-    public static int Main()
-    {
-        ConvertToUInt3210 convertToUInt3210 = new ConvertToUInt3210();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt3210");
-        if (convertToUInt3210.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from UInt16 1");
-        try
-        {
-            UInt16 UInt16Val = UInt16.MaxValue;
-            uint uintVal = Convert.ToUInt32(UInt16Val);
-            if (uintVal != (UInt32)UInt16Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from UInt16 2");
-        try
-        {
-            UInt16 UInt16Val = (UInt16)this.GetInt32(0, (int)UInt16.MaxValue);
-            uint uintVal = Convert.ToUInt32(UInt16Val);
-            if (uintVal != (UInt32)UInt16Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint3211.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint3211.cs
deleted file mode 100644 (file)
index 4a53698..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(UInt32)
-/// </summary>
-public class ConvertToUInt3211
-{
-    public static int Main()
-    {
-        ConvertToUInt3211 convertToUInt3211 = new ConvertToUInt3211();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt3211");
-        if (convertToUInt3211.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from UInt32 1");
-        try
-        {
-            UInt32 UInt32Val = UInt32.MaxValue;
-            uint uintVal = Convert.ToUInt32(UInt32Val);
-            if (uintVal != UInt32Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from UInt32 2");
-        try
-        {
-            UInt32 UInt32Val = (UInt32)this.GetInt32(0, Int32.MaxValue) + (UInt32)(this.GetInt32(0, Int32.MaxValue));
-            uint uintVal = Convert.ToUInt32(UInt32Val);
-            if (uintVal != UInt32Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint3212.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint3212.cs
deleted file mode 100644 (file)
index a7c088a..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(UInt64)
-/// </summary>
-public class ConvertToUInt3212
-{
-    public static int Main()
-    {
-        ConvertToUInt3212 convertToUInt3212 = new ConvertToUInt3212();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt3212");
-        if (convertToUInt3212.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from UInt64 1");
-        try
-        {
-            UInt64 UInt64Val = (UInt64)UInt32.MaxValue;
-            uint uintVal = Convert.ToUInt32(UInt64Val);
-            if (uintVal != (UInt32)UInt64Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from UInt64 2");
-        try
-        {
-            UInt64 UInt64Val = (UInt64)this.GetInt32(0, Int32.MaxValue) + (UInt64)(this.GetInt32(0, Int32.MaxValue));
-            uint uintVal = Convert.ToUInt32(UInt64Val);
-            if (uintVal != (UInt64)UInt64Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the UInt64 is larger than UInt32 maxValue");
-        try
-        {
-            UInt64 UInt64Val = (UInt64)UInt32.MaxValue + (UInt64)this.GetInt32(1, Int32.MaxValue);
-            uint uintVal = Convert.ToUInt32(UInt64Val);
-            TestLibrary.TestFramework.LogError("N001", "the UInt64 is greater than UInt32 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint3213.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint3213.cs
deleted file mode 100644 (file)
index 7f5ea6f..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(Sbyte)
-/// </summary>
-public class ConvertToUInt3213
-{
-    public static int Main()
-    {
-        ConvertToUInt3213 convertToUInt3213 = new ConvertToUInt3213();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt3213");
-        if (convertToUInt3213.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from sbyte 1");
-        try
-        {
-            sbyte sbyteVal = sbyte.MaxValue;
-            uint uintVal = Convert.ToUInt32(sbyteVal);
-            if (uintVal != (UInt32)sbyteVal)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from sbyte 2");
-        try
-        {
-            sbyte sbyteVal = (sbyte)this.GetInt32(0, (int)sbyte.MaxValue);
-            uint uintVal = Convert.ToUInt32(sbyteVal);
-            if (uintVal != (sbyte)sbyteVal)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the sbyte is less than UInt32 minValue");
-        try
-        {
-            sbyte sbyteVal = (sbyte)(this.GetInt32(1, (int)sbyte.MaxValue + 2) * (-1));
-            uint uintVal = Convert.ToUInt32(sbyteVal);
-            TestLibrary.TestFramework.LogError("N001", "the sbyte is less than UInt32 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint3215.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint3215.cs
deleted file mode 100644 (file)
index bd93a98..0000000
+++ /dev/null
@@ -1,263 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(Object)
-/// </summary>
-public class ConvertToUInt3215
-{
-    public static int Main()
-    {
-        ConvertToUInt3215 convertToUInt3215 = new ConvertToUInt3215();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt3215");
-        if (convertToUInt3215.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Convert to UInt32 from object 1");
-        try
-        {
-            TestClass2 objVal = new TestClass2();
-            uint uintVal = Convert.ToUInt32(objVal);
-            if (uintVal != UInt32.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Convert to UInt32 from object 2");
-        try
-        {
-            object objVal = true;
-            uint uintVal = Convert.ToUInt32(objVal);
-            if (uintVal != 1)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Convert to UInt32 from object 3");
-        try
-        {
-            object objVal = false;
-            uint uintVal = Convert.ToUInt32(objVal);
-            if (uintVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Convert to UInt32 from object 4");
-        try
-        {
-            object objVal = null;
-            uint uintVal = Convert.ToUInt32(objVal);
-            if (uintVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("007", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The object does not implement IConvertible");
-        try
-        {
-            TestClass1 objVal = new TestClass1();
-            uint uintVal = Convert.ToUInt32(objVal);
-            TestLibrary.TestFramework.LogError("N001", "The object does not implement IConvertible but not throw exception");
-            retVal = false;
-        }
-        catch (InvalidCastException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region ForTestClass
-    public class TestClass1 { }
-    public class TestClass2 : IConvertible
-    {
-        public TypeCode GetTypeCode()
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public bool ToBoolean(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public byte ToByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public char ToChar(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public DateTime ToDateTime(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public decimal ToDecimal(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public double ToDouble(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public short ToInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public int ToInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public long ToInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public sbyte ToSByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public float ToSingle(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public string ToString(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public object ToType(Type conversionType, IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public ushort ToUInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-
-        public uint ToUInt32(IFormatProvider provider)
-        {
-            return UInt32.MaxValue;
-        }
-
-        public ulong ToUInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint3216.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint3216.cs
deleted file mode 100644 (file)
index 9ed8bc0..0000000
+++ /dev/null
@@ -1,282 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(Object,IFormatProvider)
-/// </summary>
-public class ConvertToUInt3216
-{
-    public static int Main()
-    {
-        ConvertToUInt3216 convertToUInt3216 = new ConvertToUInt3216();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt3216");
-        if (convertToUInt3216.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Convert to UInt32 from object 1");
-        try
-        {
-            TestClass2 objVal = new TestClass2();
-            TestIFormat iformat = new TestIFormat();
-            uint uintVal1 = Convert.ToUInt32(objVal, iformat);
-            uint uintVal2 = Convert.ToUInt32(objVal, null);
-            if (uintVal1 != UInt32.MaxValue || uintVal2 != UInt32.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Convert to UInt32 from object 2");
-        try
-        {
-            object objVal = true;
-            TestIFormat iformat = new TestIFormat();
-            uint uintVal1 = Convert.ToUInt32(objVal, iformat);
-            uint uintVal2 = Convert.ToUInt32(objVal, null);
-            if (uintVal1 != 1 || uintVal2 != 1)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Convert to UInt32 from object 3");
-        try
-        {
-            object objVal = false;
-            TestIFormat iformat = new TestIFormat();
-            uint uintVal1 = Convert.ToUInt32(objVal, iformat);
-            uint uintVal2 = Convert.ToUInt32(objVal, null);
-            if (uintVal1 != 0 || uintVal2 != 0)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Convert to UInt32 from object 4");
-        try
-        {
-            object objVal = null;
-            TestIFormat iformat = new TestIFormat();
-            uint uintVal1 = Convert.ToUInt32(objVal, iformat);
-            uint uintVal2 = Convert.ToUInt32(objVal, null);
-            if (uintVal1 != 0 || uintVal2 != 0)
-            {
-                TestLibrary.TestFramework.LogError("007", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The object does not implement IConvertible");
-        try
-        {
-            TestClass1 objVal = new TestClass1();
-            uint uintVal = Convert.ToUInt32(objVal, null);
-            TestLibrary.TestFramework.LogError("N001", "The object does not implement IConvertible but not throw exception");
-            retVal = false;
-        }
-        catch (InvalidCastException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region ForTestClass
-    public class TestClass1 { }
-    public class TestIFormat : IFormatProvider
-    {
-        public bool IsUInt32MaxValue = true;
-        public object GetFormat(Type argType)
-        {
-            if (argType == typeof(TestIFormat))
-                return this;
-            else
-                return null;
-        }
-    }
-    public class TestClass2 : IConvertible
-    {
-        public TypeCode GetTypeCode()
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public bool ToBoolean(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public byte ToByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public char ToChar(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public DateTime ToDateTime(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public decimal ToDecimal(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public double ToDouble(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public short ToInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public int ToInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public long ToInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public sbyte ToSByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public float ToSingle(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public string ToString(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public object ToType(Type conversionType, IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public ushort ToUInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public uint ToUInt32(IFormatProvider provider)
-        {
-            bool IsUInt32MinValue = true;
-            if (provider != null)
-            {
-                TestIFormat iformat = (TestIFormat)provider.GetFormat(typeof(TestIFormat));
-                if (iformat != null && iformat.IsUInt32MaxValue)
-                {
-                    IsUInt32MinValue = false;
-                }
-            }
-            if (IsUInt32MinValue)
-            {
-                return UInt32.MinValue;
-            }
-            else
-            {
-                return UInt32.MaxValue;
-            }
-        }
-        public ulong ToUInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint3217.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint3217.cs
deleted file mode 100644 (file)
index 7484f6b..0000000
+++ /dev/null
@@ -1,253 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(String)
-/// </summary>
-public class ConvertToUInt3217
-{
-    public static int Main()
-    {
-        ConvertToUInt3217 convertToUInt3217 = new ConvertToUInt3217();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt3217");
-        if (convertToUInt3217.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from string 1");
-        try
-        {
-            string strVal = UInt32.MaxValue.ToString();
-            uint uintVal = Convert.ToUInt32(strVal);
-            if (uintVal != UInt32.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from string 2");
-        try
-        {
-            string strVal = UInt32.MinValue.ToString();
-            uint uintVal = Convert.ToUInt32(strVal);
-            if (uintVal != UInt32.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt32 from string 3");
-        try
-        {
-            string strVal = "-" + UInt32.MinValue.ToString();
-            uint uintVal = Convert.ToUInt32(strVal);
-            if (uintVal != UInt32.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Convert to UInt32 from string 4");
-        try
-        {
-            uint intVal = (UInt32)this.GetInt32(0, Int32.MaxValue) + (UInt32)this.GetInt32(0, Int32.MaxValue);
-            string strVal = "+" + intVal.ToString();
-            uint uintVal = Convert.ToUInt32(strVal);
-            if (uintVal != intVal)
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Convert to UInt32 from string 5");
-        try
-        {
-            string strVal = null;
-            uint uintVal = Convert.ToUInt32(strVal);
-            if (uintVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("009", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the string represents a number less than MinValue");
-        try
-        {
-            int intVal = this.GetInt32(1, Int32.MaxValue);
-            string strVal = "-" + intVal.ToString();
-            uint uintVal = Convert.ToUInt32(strVal);
-            TestLibrary.TestFramework.LogError("N001", "the string represents a number less than MinValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the string represents a number greater than MaxValue");
-        try
-        {
-            UInt64 sourceVal = (UInt64)UInt32.MaxValue + (UInt64)this.GetInt32(1, Int32.MaxValue);
-            string strVal = sourceVal.ToString();
-            uint uintVal = Convert.ToUInt32(strVal);
-            TestLibrary.TestFramework.LogError("N003", "the string represents a number greater than MaxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3: the string does not consist of an optional sign followed by a sequence of digits ");
-        try
-        {
-            string strVal = "helloworld";
-            uint uintVal = Convert.ToUInt32(strVal);
-            TestLibrary.TestFramework.LogError("N005", "the string does not consist of an optional sign followed by a sequence of digits but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4: the string is empty string");
-        try
-        {
-            string strVal = string.Empty;
-            uint uintVal = Convert.ToUInt32(strVal);
-            TestLibrary.TestFramework.LogError("N007", "the string is empty string but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint3218.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint3218.cs
deleted file mode 100644 (file)
index 84a4d6b..0000000
+++ /dev/null
@@ -1,278 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-/// <summary>
-/// Convert.ToUInt32(String,IFormatProvider)
-/// </summary>
-public class ConvertToUInt3218
-{
-    public static int Main()
-    {
-        ConvertToUInt3218 convertToUInt3218 = new ConvertToUInt3218();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt3218");
-        if (convertToUInt3218.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from string 1");
-        try
-        {
-            string strVal = UInt32.MaxValue.ToString();
-            uint uintVal = Convert.ToUInt32(strVal, null);
-            if (uintVal != UInt32.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from string 2");
-        try
-        {
-            string strVal = UInt32.MaxValue.ToString();
-            CultureInfo myculture = new CultureInfo("en-us");
-            IFormatProvider provider = myculture.NumberFormat;
-            uint uintVal = Convert.ToUInt32(strVal, provider);
-            if (uintVal != UInt32.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt32 from string 3");
-        try
-        {
-            string strVal = UInt32.MinValue.ToString();
-            uint uintVal = Convert.ToUInt32(strVal, null);
-            if (uintVal != UInt32.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Convert to UInt32 from string 4");
-        try
-        {
-            string strVal = "-" + UInt32.MinValue.ToString();
-            uint uintVal = Convert.ToUInt32(strVal, null);
-            if (uintVal != UInt32.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Convert to UInt32 from string 5");
-        try
-        {
-            uint sourceVal = (UInt32)this.GetInt32(0, Int32.MaxValue) + (UInt32)this.GetInt32(0, Int32.MaxValue);
-            string strVal = "+" + sourceVal.ToString();
-            uint uintVal = Convert.ToUInt32(strVal, null);
-            if (uintVal != sourceVal)
-            {
-                TestLibrary.TestFramework.LogError("009", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest6()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest6: Convert to UInt32 from string 6");
-        try
-        {
-            string strVal = null;
-            uint uintVal = Convert.ToUInt32(strVal, null);
-            if (uintVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("011", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the string represents a number less than MinValue");
-        try
-        {
-            int intVal = this.GetInt32(1, Int32.MaxValue);
-            string strVal = "-" + intVal.ToString();
-            uint uintVal = Convert.ToUInt32(strVal, null);
-            TestLibrary.TestFramework.LogError("N001", "the string represents a number less than MinValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the string represents a number greater than MaxValue");
-        try
-        {
-            UInt64 intVal = (UInt64)UInt32.MaxValue + (UInt64)this.GetInt32(1, Int32.MaxValue);
-            string strVal = intVal.ToString();
-            uint uintVal = Convert.ToUInt32(strVal, null);
-            TestLibrary.TestFramework.LogError("N003", "the string represents a number greater than MaxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3: the string does not consist of an optional sign followed by a sequence of digits ");
-        try
-        {
-            string strVal = "helloworld";
-            uint uintVal = Convert.ToUInt32(strVal, null);
-            TestLibrary.TestFramework.LogError("N005", "the string does not consist of an optional sign followed by a sequence of digits but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4: the string is empty string");
-        try
-        {
-            string strVal = string.Empty;
-            uint uintVal = Convert.ToUInt32(strVal, null);
-            TestLibrary.TestFramework.LogError("N007", "the string is empty string but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint3219.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint3219.cs
deleted file mode 100644 (file)
index 580c3f9..0000000
+++ /dev/null
@@ -1,321 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(String,Int32)
-/// </summary>
-public class ConvertToUInt3219
-{
-    public static int Main()
-    {
-        ConvertToUInt3219 convertToUInt3219 = new ConvertToUInt3219();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt3219");
-        if (convertToUInt3219.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-        retVal = NegTest7() && retVal;
-        retVal = NegTest8() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from string 1");
-        try
-        {
-            string strVal = "1111";
-            uint uintVal1 = Convert.ToUInt32(strVal, 2);
-            uint uintVal2 = Convert.ToUInt32(strVal, 8);
-            uint uintVal3 = Convert.ToUInt32(strVal, 10);
-            uint uintVal4 = Convert.ToUInt32(strVal, 16);
-            if (uintVal1 != (UInt32)(1 * Math.Pow(2, 3) + 1 * Math.Pow(2, 2) + 1 * Math.Pow(2, 1) + 1 * Math.Pow(2, 0)) ||
-                uintVal2 != (UInt32)(1 * Math.Pow(8, 3) + 1 * Math.Pow(8, 2) + 1 * Math.Pow(8, 1) + 1 * Math.Pow(8, 0)) ||
-                uintVal3 != (UInt32)(1 * Math.Pow(10, 3) + 1 * Math.Pow(10, 2) + 1 * Math.Pow(10, 1) + 1 * Math.Pow(10, 0)) ||
-                uintVal4 != (UInt32)(1 * Math.Pow(16, 3) + 1 * Math.Pow(16, 2) + 1 * Math.Pow(16, 1) + 1 * Math.Pow(16, 0))
-                )
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from string 2");
-        try
-        {
-            uint intVal = (UInt32)this.GetInt32(0, Int32.MaxValue) + (UInt32)this.GetInt32(0, Int32.MaxValue);
-            string strVal = "+" + intVal.ToString();
-            uint uintVal = Convert.ToUInt32(strVal, 10);
-            if (uintVal != intVal)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt32 from string 3");
-        try
-        {
-            string strVal = null;
-            uint uintVal1 = Convert.ToUInt32(strVal, 2);
-            uint uintVal2 = Convert.ToUInt32(strVal, 8);
-            uint uintVal3 = Convert.ToUInt32(strVal, 10);
-            uint uintVal4 = Convert.ToUInt32(strVal, 16);
-            if (uintVal1 != 0 || uintVal2 != 0 || uintVal3 != 0 || uintVal4 != 0)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Convert to UInt32 from string 4");
-        try
-        {
-            string strVal = "0xff";
-            uint uintVal = Convert.ToUInt32(strVal, 16);
-            if (uintVal != (UInt32)(15 * Math.Pow(16, 1) + 15 * Math.Pow(16, 0)))
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the parameter of fromBase is not 2, 8, 10, or 16");
-        try
-        {
-            string strVal = "1111";
-            uint uintVal = Convert.ToUInt32(strVal, 100);
-            TestLibrary.TestFramework.LogError("N001", "the parameter of fromBase is not 2, 8, 10, or 16 but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the string represents a non-base 10 signed number and is prefixed with a negative sign");
-        try
-        {
-            string strVal = "-0";
-            uint uintVal = Convert.ToUInt32(strVal, 2);
-            TestLibrary.TestFramework.LogError("N003", "the string represents a non-base 10 signed number and is prefixed with a negative sign but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3: the string contains a character that is not a valid digit in the base specified by fromBase param 1");
-        try
-        {
-            string strVal = "1234";
-            uint uintVal = Convert.ToUInt32(strVal, 2);
-            TestLibrary.TestFramework.LogError("N005", "the string contains a character that is not a valid digit in the base specified by fromBase param but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4: the string contains a character that is not a valid digit in the base specified by fromBase param 2");
-        try
-        {
-            string strVal = "9999";
-            uint uintVal = Convert.ToUInt32(strVal, 8);
-            TestLibrary.TestFramework.LogError("N007", "the string contains a character that is not a valid digit in the base specified by fromBase param but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest5: the string contains a character that is not a valid digit in the base specified by fromBase param 3");
-        try
-        {
-            string strVal = "abcd";
-            uint uintVal = Convert.ToUInt32(strVal, 10);
-            TestLibrary.TestFramework.LogError("N009", "the string contains a character that is not a valid digit in the base specified by fromBase param but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest6()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest6: the string contains a character that is not a valid digit in the base specified by fromBase param 4");
-        try
-        {
-            string strVal = "gh";
-            uint uintVal = Convert.ToUInt32(strVal, 16);
-            TestLibrary.TestFramework.LogError("N011", "the string contains a character that is not a valid digit in the base specified by fromBase param but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N012", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest7()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest7: the string represents base 10 number is less than UInt32.minValue");
-        try
-        {
-            int intVal = this.GetInt32(1, Int32.MaxValue);
-            string strVal = "-" + intVal.ToString();
-            uint uintVal = Convert.ToUInt32(strVal, 10);
-            TestLibrary.TestFramework.LogError("N013", "the string represent base 10 number is less than UInt32.minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N014", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest8()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest8: the string represents base 10 number is greater than UInt32.maxValue");
-        try
-        {
-            UInt64 intVal = (UInt64)UInt32.MaxValue + (UInt64)this.GetInt32(1, Int32.MaxValue);
-            string strVal = intVal.ToString();
-            uint uintVal = Convert.ToUInt32(strVal, 10);
-            TestLibrary.TestFramework.LogError("N015", "the string represent base 10 number is greater than UInt32.maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N016", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint322.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint322.cs
deleted file mode 100644 (file)
index 8e32e5a..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(Byte)
-/// </summary>
-public class ConvertToUInt322
-{
-    public static int Main()
-    {
-        ConvertToUInt322 convertToUInt322 = new ConvertToUInt322();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt322");
-        if (convertToUInt322.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from Byte 1");
-        try
-        {
-            byte byteVal = byte.MaxValue;
-            uint uintVal = Convert.ToUInt32(byteVal);
-            if (uintVal != (uint)(byteVal))
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from Byte 2");
-        try
-        {
-            byte byteVal = byte.MinValue;
-            uint uintVal = Convert.ToUInt32(byteVal);
-            if (uintVal != (uint)(byteVal))
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt32 from Byte 3");
-        try
-        {
-            byte byteVal = TestLibrary.Generator.GetByte(-55);
-            uint uintVal = Convert.ToUInt32(byteVal);
-            if (uintVal != (uint)(byteVal))
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint323.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint323.cs
deleted file mode 100644 (file)
index 476b574..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(Char)
-/// </summary>
-public class ConvertToUInt323
-{
-    public static int Main()
-    {
-        ConvertToUInt323 convertToUInt323 = new ConvertToUInt323();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt323");
-        if (convertToUInt323.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from Char 1");
-        try
-        {
-            char charVal = char.MaxValue;
-            uint uintVal = Convert.ToUInt32(charVal);
-            if (uintVal != (uint)(charVal))
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from Char 2");
-        try
-        {
-            char charVal = char.MinValue;
-            uint uintVal = Convert.ToUInt32(charVal);
-            if (uintVal != (uint)(charVal))
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt32 from Char 3");
-        try
-        {
-            char charVal = TestLibrary.Generator.GetChar(-55);
-            uint uintVal = Convert.ToUInt32(charVal);
-            if (uintVal != (uint)(charVal))
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint324.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint324.cs
deleted file mode 100644 (file)
index 218dcaf..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(Decimal)
-/// </summary>
-public class ConvertToUInt324
-{
-    public static int Main()
-    {
-        ConvertToUInt324 convertToUInt324 = new ConvertToUInt324();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt324");
-        if (convertToUInt324.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from Decimal 1");
-        try
-        {
-            decimal decimalVal = (decimal)(UInt32.MaxValue);
-            uint uintVal = Convert.ToUInt32(decimalVal);
-            if (uintVal != UInt32.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from Decimal 2");
-        try
-        {
-            decimal decimalVal = (decimal)(UInt32.MinValue);
-            uint uintVal = Convert.ToUInt32(decimalVal);
-            if (uintVal != UInt32.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt32 from Decimal 3");
-        try
-        {
-            decimal decimalVal = (decimal)(this.GetInt32(0, Int32.MaxValue)) + (decimal)(this.GetInt32(0, Int32.MaxValue));
-            uint uintVal = Convert.ToUInt32(decimalVal);
-            if (uintVal != (uint)(decimalVal))
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the decimal is larger than UInt32 maxValue");
-        try
-        {
-            decimal decimalVal = (decimal)UInt32.MaxValue + (decimal)(this.GetInt32(1, Int32.MaxValue));
-            uint uintVal = Convert.ToUInt32(decimalVal);
-            TestLibrary.TestFramework.LogError("N001", "the decimal is larger than UInt32 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the decimal is less than UInt32 minValue");
-        try
-        {
-            decimal decimalVal = (decimal)(this.GetInt32(1, Int32.MaxValue) * (-1));
-            uint uintVal = Convert.ToUInt32(decimalVal);
-            TestLibrary.TestFramework.LogError("N003", "the decimal is larger than UInt32 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint325.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint325.cs
deleted file mode 100644 (file)
index de2a31d..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(Double)
-/// </summary>
-public class ConvertToUInt325
-{
-    public static int Main()
-    {
-        ConvertToUInt325 convertToUInt325 = new ConvertToUInt325();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt325");
-        if (convertToUInt325.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from double 1");
-        try
-        {
-            double doubleVal = (double)(UInt32.MaxValue);
-            uint uintVal = Convert.ToUInt32(doubleVal);
-            if (uintVal != UInt32.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from double 2");
-        try
-        {
-            double doubleVal = (double)(UInt32.MinValue);
-            uint uintVal = Convert.ToUInt32(doubleVal);
-            if (uintVal != UInt32.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt16 from double 3");
-        try
-        {
-            double doubleVal = (double)(this.GetInt32(0, Int32.MaxValue)) + (double)(this.GetInt32(0, Int32.MaxValue));
-            uint uintVal = Convert.ToUInt32(doubleVal);
-            if (uintVal != (uint)(doubleVal))
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the double is larger than UInt32 maxValue");
-        try
-        {
-            double doubleVal = (double)UInt32.MaxValue + (double)(this.GetInt32(1,Int32.MaxValue));
-            uint uintVal = Convert.ToUInt32(doubleVal);
-            TestLibrary.TestFramework.LogError("N001", "the double is larger than UInt32 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the double is less than UInt32 minValue");
-        try
-        {
-            double doubleVal = (double)(this.GetInt32(1, Int32.MaxValue) * (-1));
-            uint uintVal = Convert.ToUInt32(doubleVal);
-            TestLibrary.TestFramework.LogError("N003", "the double is larger than UInt32 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint326.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint326.cs
deleted file mode 100644 (file)
index 9651ca4..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(DateTime)
-/// </summary>
-public class ConvertToUInt326
-{
-    public static int Main()
-    {
-        ConvertToUInt326 convertToUInt326 = new ConvertToUInt326();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt326");
-        if (convertToUInt326.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: Convert to UInt32 from DateTime");
-        try
-        {
-            DateTime dtVal = DateTime.Now;
-            uint uintVal = Convert.ToUInt32(dtVal);
-            TestLibrary.TestFramework.LogError("N001", "Convert to UInt32 from DateTime but not throw exception");
-            retVal = false;
-        }
-        catch (InvalidCastException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint327.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint327.cs
deleted file mode 100644 (file)
index a13b149..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(Int16)
-/// </summary>
-public class ConvertToUInt327
-{
-    public static int Main()
-    {
-        ConvertToUInt327 convertToUInt327 = new ConvertToUInt327();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt327");
-        if (convertToUInt327.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from int16 1");
-        try
-        {
-            Int16 Int16Val = Int16.MaxValue;
-            uint uintVal = Convert.ToUInt32(Int16Val);
-            if (uintVal != (uint)Int16Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from int16 2");
-        try
-        {
-            Int16 Int16Val = (Int16)this.GetInt32(0, (int)Int16.MaxValue);
-            uint uintVal = Convert.ToUInt32(Int16Val);
-            if (uintVal != (uint)Int16Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the int16 is less than UInt32 minValue");
-        try
-        {
-            Int16 Int16Val = (Int16)(this.GetInt32(1, (int)Int16.MaxValue + 2) * (-1));
-            uint uintVal = Convert.ToUInt32(Int16Val);
-            TestLibrary.TestFramework.LogError("N001", "the int16 is less than UInt32 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint328.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint328.cs
deleted file mode 100644 (file)
index 3b9bb96..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(Int32)
-/// </summary>
-public class ConvertToUInt328
-{
-    public static int Main()
-    {
-        ConvertToUInt328 convertToUInt328 = new ConvertToUInt328();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt328");
-        if (convertToUInt328.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from int32 1");
-        try
-        {
-            Int32 Int32Val = Int32.MaxValue;
-            uint uintVal = Convert.ToUInt32(Int32Val);
-            if (uintVal != (uint)Int32Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from int32 2");
-        try
-        {
-            Int32 Int32Val = this.GetInt32(0, Int32.MaxValue);
-            uint uintVal = Convert.ToUInt32(Int32Val);
-            if (uintVal != (uint)Int32Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the int32 is less than UInt32 minValue");
-        try
-        {
-            Int32 Int32Val = this.GetInt32(1, Int32.MaxValue) * (-1);
-            uint uintVal = Convert.ToUInt32(Int32Val);
-            TestLibrary.TestFramework.LogError("N001", "the int32 is less than UInt32 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint329.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint329.cs
deleted file mode 100644 (file)
index 9505bbe..0000000
+++ /dev/null
@@ -1,145 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt32(Int64)
-/// </summary>
-public class ConvertToUInt329
-{
-    public static int Main()
-    {
-        ConvertToUInt329 convertToUInt329 = new ConvertToUInt329();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt329");
-        if (convertToUInt329.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt32 from int64 1");
-        try
-        {
-            Int64 Int64Val = (Int64)UInt32.MaxValue;
-            uint uintVal = Convert.ToUInt32(Int64Val);
-            if (uintVal != UInt32.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt32 from int64 2");
-        try
-        {
-            Int64 Int64Val = (Int64)this.GetInt32(0, Int32.MaxValue) + (Int64)this.GetInt32(0, Int32.MaxValue);
-            uint uintVal = Convert.ToUInt32(Int64Val);
-            if (uintVal != (uint)Int64Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the int64 is less than UInt32 minValue");
-        try
-        {
-            Int64 Int64Val = this.GetInt32(1, Int32.MaxValue) * (-1);
-            uint uintVal = Convert.ToUInt32(Int64Val);
-            TestLibrary.TestFramework.LogError("N001", "the int64 is less than UInt32 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the int64 is larger than UInt32 maxValue");
-        try
-        {
-            Int64 Int64Val = (Int64)UInt32.MaxValue + (Int64)this.GetInt32(1, Int32.MaxValue);
-            uint uintVal = Convert.ToUInt32(Int64Val);
-            TestLibrary.TestFramework.LogError("N003", "the int64 is greater than UInt32 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint64.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint64.cs
deleted file mode 100644 (file)
index f21c314..0000000
+++ /dev/null
@@ -1,126 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections;
-
-public class ConvertToUInt64
-{
-    public static int Main()
-    {
-        ConvertToUInt64 ac = new ConvertToUInt64();
-
-        TestLibrary.TestFramework.BeginTestCase("Convert.ToUInt64(...)");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3()  && retVal;
-        retVal = PosTest4()  && retVal;
-        retVal = PosTest5()  && retVal;
-
-        TestLibrary.TestFramework.LogInformation("");
-
-        return retVal;
-    }
-
-    public bool PosTest1() { return PosTest<object>(1, (object)UInt64.MaxValue, UInt64.MaxValue); }
-    public bool PosTest2() { return PosTest<object>(2, (object)UInt64.MinValue, UInt64.MinValue); }
-    public bool PosTest3() { return PosTest<object>(3, null, 0); }
-
-    public bool PosTest4() { return PosTest2(4, null, 0); }
-    public bool PosTest5() { return PosTest2(5, "1034", 1034); }
-
-    public bool PosTest<T>(int id, T curValue, UInt64 expValue)
-    {
-        bool            retVal = true;
-        UInt64         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToUInt64(...) (curValue:"+typeof(T)+" " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToUInt64(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("000", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToUInt64(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2(int id, String curValue, UInt64 expValue)
-    {
-        bool            retVal = true;
-        UInt64         newValue;
-        IFormatProvider myfp;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest"+id+": Convert.ToUInt64(...) (curValue:string " +curValue+" newType:"+expValue.GetType()+")");
-
-        try
-        {
-            newValue = Convert.ToUInt64(curValue);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("003", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-            myfp     = null;
-            newValue = Convert.ToUInt64(curValue, myfp);
-
-            if (!newValue.Equals(expValue))
-            {
-                TestLibrary.TestFramework.LogError("004", "Value mismatch: Expected(" + expValue + ") Actual(" +newValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint641.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint641.cs
deleted file mode 100644 (file)
index f4c30dd..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(Boolean)
-/// </summary>
-public class ConvertToUInt641
-{
-    public static int Main()
-    {
-        ConvertToUInt641 convertToUInt641 = new ConvertToUInt641();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt641");
-        if (convertToUInt641.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from Boolean 1");
-        try
-        {
-            ulong ulongVal = Convert.ToUInt64(true);
-            if (ulongVal != 1)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from Boolean 2");
-        try
-        {
-            ulong ulongVal = Convert.ToUInt64(false);
-            if (ulongVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint6410.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint6410.cs
deleted file mode 100644 (file)
index 400c131..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(Int32)
-/// </summary>
-public class ConvertToUInt6410
-{
-    public static int Main()
-    {
-        ConvertToUInt6410 convertToUInt6410 = new ConvertToUInt6410();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt6410");
-        if (convertToUInt6410.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from int32 1");
-        try
-        {
-            Int32 Int32Val = Int32.MaxValue;
-            ulong ulongVal = Convert.ToUInt64(Int32Val);
-            if (ulongVal != (ulong)Int32Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from int32 2");
-        try
-        {
-            Int32 Int32Val = this.GetInt32(0, Int32.MaxValue);
-            ulong ulongVal = Convert.ToUInt64(Int32Val);
-            if (ulongVal != (ulong)Int32Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the int32 is less than UInt64 minValue");
-        try
-        {
-            Int32 Int32Val = this.GetInt32(1, Int32.MaxValue) * (-1);
-            ulong ulongVal = Convert.ToUInt64(Int32Val);
-            TestLibrary.TestFramework.LogError("N001", "the int32 is less than UInt64 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint6411.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint6411.cs
deleted file mode 100644 (file)
index a9c0427..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(Int64)
-/// </summary>
-public class ConvertToUInt6411
-{
-    public static int Main()
-    {
-        ConvertToUInt6411 convertToUInt6411 = new ConvertToUInt6411();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt6411");
-        if (convertToUInt6411.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from int64 1");
-        try
-        {
-            Int64 Int64Val = Int64.MaxValue;
-            ulong ulongVal = Convert.ToUInt64(Int64Val);
-            if (ulongVal != (ulong)Int64Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from int64 2");
-        try
-        {
-            Int64 Int64Val = TestLibrary.Generator.GetInt64(-55);
-            ulong ulongVal = Convert.ToUInt64(Int64Val);
-            if (ulongVal != (ulong)Int64Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the int64 is less than UInt64 minValue");
-        try
-        {
-            Int64 Int64Val = (Int64)this.GetInt32(1, Int32.MaxValue) * (-1);
-            ulong ulongVal = Convert.ToUInt64(Int64Val);
-            TestLibrary.TestFramework.LogError("N001", "the int32 is less than UInt64 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint6412.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint6412.cs
deleted file mode 100644 (file)
index cc645b8..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(SByte)
-/// </summary>
-public class ConvertToUInt6412
-{
-    public static int Main()
-    {
-        ConvertToUInt6412 convertToUInt6412 = new ConvertToUInt6412();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt6412");
-        if (convertToUInt6412.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from sbyte 1");
-        try
-        {
-            sbyte sbyteVal = sbyte.MaxValue;
-            ulong ulongVal = Convert.ToUInt64(sbyteVal);
-            if (ulongVal != (ulong)sbyteVal)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from sbyte 2");
-        try
-        {
-            sbyte sbyteVal = (sbyte)this.GetInt32(0, (int)sbyte.MaxValue);
-            ulong ulongVal = Convert.ToUInt64(sbyteVal);
-            if (ulongVal != (ulong)sbyteVal)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the sbyte is less than UInt64 minValue");
-        try
-        {
-            sbyte sbyteVal = (sbyte)(this.GetInt32(1, (int)sbyte.MaxValue + 2) * (-1));
-            ulong ulongVal = Convert.ToUInt64(sbyteVal);
-            TestLibrary.TestFramework.LogError("N001", "the sbyte is less than UInt64 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint6413.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint6413.cs
deleted file mode 100644 (file)
index af4467d..0000000
+++ /dev/null
@@ -1,174 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(Single)
-/// </summary>
-public class ConvertToUInt6413
-{
-    public static int Main()
-    {
-        ConvertToUInt6413 convertToUInt6413 = new ConvertToUInt6413();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt6413");
-        if (convertToUInt6413.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Convert To UInt64 from Single 1");
-        try
-        {
-            float singleVal = (float)TestLibrary.Generator.GetInt64(-55);
-            ulong ulongVal = Convert.ToUInt64(singleVal);
-            if (ulongVal != (ulong)singleVal)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Convert To UInt64 from Single 2");
-        try
-        {
-            float singleVal1 = 1.5F;
-            float singleVal2 = 1.1F;
-            float singleVal3 = 1.9F;
-            ulong ulongVal1 = Convert.ToUInt64(singleVal1);
-            ulong ulongVal2 = Convert.ToUInt64(singleVal2);
-            ulong ulongVal3 = Convert.ToUInt64(singleVal3);
-            if (ulongVal1 != 2 || ulongVal2 != 1 || ulongVal3 != 2)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Convert To UInt64 from Single 3");
-        try
-        {
-            float singleVal1 = 2.5F;
-            float singleVal2 = 2.1F;
-            float singleVal3 = 2.9F;
-            ulong ulongVal1 = Convert.ToUInt64(singleVal1);
-            ulong ulongVal2 = Convert.ToUInt64(singleVal2);
-            ulong ulongVal3 = Convert.ToUInt64(singleVal3);
-            if (ulongVal1 != 2 || ulongVal2 != 2 || ulongVal3 != 3)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The Single is out of the range of UInt64 1");
-        try
-        {
-            float singleVal = (float)this.GetInt32(1, Int32.MaxValue) + (float)(UInt64.MaxValue);
-            ulong ulongVal = Convert.ToUInt64(singleVal);
-            TestLibrary.TestFramework.LogError("N001", "The Single is out of the range of UInt64 but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2:The Single is out of the range of UInt64 2");
-        try
-        {
-            float singleVal = (float)(this.GetInt32(1, Int32.MaxValue) * (-1));
-            ulong ulongVal = Convert.ToUInt64(singleVal);
-            TestLibrary.TestFramework.LogError("N003", "The Single is out of the range of UInt64 but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint6414.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint6414.cs
deleted file mode 100644 (file)
index d239705..0000000
+++ /dev/null
@@ -1,244 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(Object)
-/// </summary>
-public class ConvertToUInt6414
-{
-    public static int Main()
-    {
-        ConvertToUInt6414 convertToUInt6414 = new ConvertToUInt6414();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt6414");
-
-        if (convertToUInt6414.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Convert to UInt64 from object 1");
-        try
-        {
-            TestClass2 objVal = new TestClass2();
-            ulong ulongVal = Convert.ToUInt64(objVal);
-            if (ulongVal != UInt64.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Convert to UInt64 from object 2");
-        try
-        {
-            object objVal = true;
-            ulong ulongVal = Convert.ToUInt64(objVal);
-            if (ulongVal != 1)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Convert to UInt64 from object 3");
-        try
-        {
-            object objVal = false;
-            ulong ulongVal = Convert.ToUInt64(objVal);
-            if (ulongVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Convert to UInt64 from object 4");
-        try
-        {
-            object objVal = null;
-            ulong ulongVal = Convert.ToUInt64(objVal);
-            if (ulongVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("007", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The object does not implement IConvertible");
-        try
-        {
-            TestClass1 objVal = new TestClass1();
-            ulong ulongVal = Convert.ToUInt64(objVal);
-            TestLibrary.TestFramework.LogError("N001", "The object does not implement IConvertible but not throw exception");
-            retVal = false;
-        }
-        catch (InvalidCastException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region ForTestClass
-    public class TestClass1 { }
-    public class TestClass2 : IConvertible
-    {
-        public TypeCode GetTypeCode()
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public bool ToBoolean(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public byte ToByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public char ToChar(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public DateTime ToDateTime(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public decimal ToDecimal(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public double ToDouble(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public short ToInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public int ToInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public long ToInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public sbyte ToSByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public float ToSingle(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public string ToString(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public object ToType(Type conversionType, IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public ushort ToUInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public uint ToUInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public ulong ToUInt64(IFormatProvider provider)
-        {
-            return UInt64.MaxValue;
-        }
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint6415.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint6415.cs
deleted file mode 100644 (file)
index eea22fc..0000000
+++ /dev/null
@@ -1,281 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(Object,IFormatProvider)
-/// </summary>
-public class ConvertToUInt6415
-{
-    public static int Main()
-    {
-        ConvertToUInt6415 convertToUInt6415 = new ConvertToUInt6415();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt6415");
-        if (convertToUInt6415.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Convert to UInt64 from object 1");
-        try
-        {
-            TestClass2 objVal = new TestClass2();
-            TestIFormat iformat = new TestIFormat();
-            ulong ulongVal1 = Convert.ToUInt64(objVal, iformat);
-            ulong ulongVal2 = Convert.ToUInt64(objVal, null);
-            if (ulongVal1 != UInt64.MaxValue || ulongVal2 != UInt64.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Convert to UInt64 from object 2");
-        try
-        {
-            object objVal = true;
-            TestIFormat iformat = new TestIFormat();
-            ulong ulongVal1 = Convert.ToUInt64(objVal, iformat);
-            ulong ulongVal2 = Convert.ToUInt64(objVal, null);
-            if (ulongVal1 != 1 || ulongVal2 != 1)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Convert to UInt64 from object 3");
-        try
-        {
-            object objVal = false;
-            TestIFormat iformat = new TestIFormat();
-            ulong ulongVal1 = Convert.ToUInt64(objVal, iformat);
-            ulong ulongVal2 = Convert.ToUInt64(objVal, null);
-            if (ulongVal1 != 0 || ulongVal2 != 0)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Convert to UInt64 from object 4");
-        try
-        {
-            object objVal = null;
-            TestIFormat iformat = new TestIFormat();
-            ulong ulongVal1 = Convert.ToUInt32(objVal, iformat);
-            ulong ulongVal2 = Convert.ToUInt32(objVal, null);
-            if (ulongVal1 != 0 || ulongVal2 != 0)
-            {
-                TestLibrary.TestFramework.LogError("007", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The object does not implement IConvertible");
-        try
-        {
-            TestClass1 objVal = new TestClass1();
-            ulong ulongVal = Convert.ToUInt64(objVal, null);
-            TestLibrary.TestFramework.LogError("N001", "The object does not implement IConvertible but not throw exception");
-            retVal = false;
-        }
-        catch (InvalidCastException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region ForTestClass
-    public class TestClass1 { }
-    public class TestIFormat : IFormatProvider
-    {
-        public bool IsUInt64MaxValue = true;
-        public object GetFormat(Type argType)
-        {
-            if (argType == typeof(TestIFormat))
-                return this;
-            else
-                return null;
-        }
-    }
-    public class TestClass2 : IConvertible
-    {
-        public TypeCode GetTypeCode()
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public bool ToBoolean(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public byte ToByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public char ToChar(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public DateTime ToDateTime(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public decimal ToDecimal(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public double ToDouble(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public short ToInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public int ToInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public long ToInt64(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public sbyte ToSByte(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public float ToSingle(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public string ToString(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public object ToType(Type conversionType, IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public ushort ToUInt16(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public uint ToUInt32(IFormatProvider provider)
-        {
-            throw new Exception("The method or operation is not implemented.");
-        }
-        public ulong ToUInt64(IFormatProvider provider)
-        {
-            bool IsUInt64MinValue = true;
-            if (provider != null)
-            {
-                TestIFormat iformat = (TestIFormat)provider.GetFormat(typeof(TestIFormat));
-                if (iformat != null && iformat.IsUInt64MaxValue)
-                {
-                    IsUInt64MinValue = false;
-                }
-            }
-            if (IsUInt64MinValue)
-            {
-                return UInt64.MinValue;
-            }
-            else
-            {
-                return UInt64.MaxValue;
-            }
-        }
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint6416.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint6416.cs
deleted file mode 100644 (file)
index 7cb2e55..0000000
+++ /dev/null
@@ -1,252 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(String)
-/// </summary>
-public class ConvertToUInt6416
-{
-    public static int Main()
-    {
-        ConvertToUInt6416 convertToUInt6416 = new ConvertToUInt6416();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt6416");
-        if (convertToUInt6416.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from string 1");
-        try
-        {
-            string strVal = UInt64.MaxValue.ToString();
-            ulong ulongVal = Convert.ToUInt64(strVal);
-            if (ulongVal != UInt64.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from string 2");
-        try
-        {
-            string strVal = UInt64.MinValue.ToString();
-            ulong ulongVal = Convert.ToUInt64(strVal);
-            if (ulongVal != UInt64.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt64 from string 3");
-        try
-        {
-            string strVal = "-" + UInt64.MinValue.ToString();
-            ulong ulongVal = Convert.ToUInt64(strVal);
-            if (ulongVal != UInt64.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Convert to UInt64 from string 4");
-        try
-        {
-            ulong sourceVal = (ulong)TestLibrary.Generator.GetInt64(-55);
-            string strVal = "+" + sourceVal.ToString();
-            ulong ulongVal = Convert.ToUInt64(strVal);
-            if (ulongVal != sourceVal)
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Convert to UInt64 from string 5");
-        try
-        {
-            string strVal = null;
-            ulong ulongVal = Convert.ToUInt64(strVal);
-            if (ulongVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("009", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the string represents a number less than MinValue");
-        try
-        {
-            int intVal = this.GetInt32(1, Int32.MaxValue);
-            string strVal = "-" + intVal.ToString();
-            ulong ulongVal = Convert.ToUInt64(strVal);
-            TestLibrary.TestFramework.LogError("N001", "the string represents a number less than MinValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the string represents a number greater than MaxValue");
-        try
-        {
-            string strVal = "18446744073709551616";
-            ulong ulongVal = Convert.ToUInt64(strVal);
-            TestLibrary.TestFramework.LogError("N003", "the string represents a number greater than MaxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3: the string does not consist of an optional sign followed by a sequence of digits ");
-        try
-        {
-            string strVal = "helloworld";
-            ulong ulongVal = Convert.ToUInt64(strVal);
-            TestLibrary.TestFramework.LogError("N005", "the string does not consist of an optional sign followed by a sequence of digits but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4: the string is empty string");
-        try
-        {
-            string strVal = string.Empty;
-            ulong ulongVal = Convert.ToUInt64(strVal);
-            TestLibrary.TestFramework.LogError("N007", "the string is empty string but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint6417.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint6417.cs
deleted file mode 100644 (file)
index 5da472a..0000000
+++ /dev/null
@@ -1,277 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Globalization;
-/// <summary>
-/// ConvertToUInt16(String,IFormatProvider)
-/// </summary>
-public class ConvertToUInt6417
-{
-    public static int Main()
-    {
-        ConvertToUInt6417 convertToUInt6417 = new ConvertToUInt6417();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt6417");
-        if (convertToUInt6417.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        retVal = PosTest6() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from string 1");
-        try
-        {
-            string strVal = UInt64.MaxValue.ToString();
-            ulong ulongVal = Convert.ToUInt64(strVal, null);
-            if (ulongVal != UInt64.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from string 2");
-        try
-        {
-            string strVal = UInt64.MaxValue.ToString();
-            CultureInfo myculture = new CultureInfo("en-us");
-            IFormatProvider provider = myculture.NumberFormat;
-            ulong ulongVal = Convert.ToUInt64(strVal, provider);
-            if (ulongVal != UInt64.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt64 from string 3");
-        try
-        {
-            string strVal = UInt64.MinValue.ToString();
-            ulong ulongVal = Convert.ToUInt64(strVal, null);
-            if (ulongVal != UInt64.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Convert to UInt64 from string 4");
-        try
-        {
-            string strVal = "-" + UInt64.MinValue.ToString();
-            ulong ulongVal = Convert.ToUInt64(strVal, null);
-            if (ulongVal != UInt64.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Convert to UInt64 from string 5");
-        try
-        {
-            ulong sourceVal = (UInt64)TestLibrary.Generator.GetInt64(-55);
-            string strVal = "+" + sourceVal.ToString();
-            ulong ulongVal = Convert.ToUInt64(strVal, null);
-            if (ulongVal != sourceVal)
-            {
-                TestLibrary.TestFramework.LogError("009", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest6()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest6: Convert to UInt64 from string 6");
-        try
-        {
-            string strVal = null;
-            ulong ulongVal = Convert.ToUInt64(strVal, null);
-            if (ulongVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("011", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the string represents a number less than MinValue");
-        try
-        {
-            int intVal = this.GetInt32(1, Int32.MaxValue);
-            string strVal = "-" + intVal.ToString();
-            ulong ulongVal = Convert.ToUInt64(strVal, null);
-            TestLibrary.TestFramework.LogError("N001", "the string represents a number less than MinValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the string represents a number greater than MaxValue");
-        try
-        {
-            string strVal = UInt64.MaxValue.ToString() + "1";
-            ulong ulongVal = Convert.ToUInt64(strVal, null);
-            TestLibrary.TestFramework.LogError("N003", "the string represents a number greater than MaxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3: the string does not consist of an optional sign followed by a sequence of digits ");
-        try
-        {
-            string strVal = "helloworld";
-            ulong ulongVal = Convert.ToUInt64(strVal, null);
-            TestLibrary.TestFramework.LogError("N005", "the string does not consist of an optional sign followed by a sequence of digits but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4: the string is empty string");
-        try
-        {
-            string strVal = string.Empty;
-            ulong ulongVal = Convert.ToUInt64(strVal, null);
-            TestLibrary.TestFramework.LogError("N007", "the string is empty string but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint6418.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint6418.cs
deleted file mode 100644 (file)
index c893cac..0000000
+++ /dev/null
@@ -1,320 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(String,Int32)
-/// </summary>
-public class ConvertToUInt6418
-{
-    public static int Main()
-    {
-        ConvertToUInt6418 convertToUInt6418 = new ConvertToUInt6418();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt6418");
-        if (convertToUInt6418.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-        retVal = NegTest7() && retVal;
-        retVal = NegTest8() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from string 1");
-        try
-        {
-            string strVal = "1111";
-            ulong ulongVal1 = Convert.ToUInt64(strVal, 2);
-            ulong ulongVal2 = Convert.ToUInt64(strVal, 8);
-            ulong ulongVal3 = Convert.ToUInt64(strVal, 10);
-            ulong ulongVal4 = Convert.ToUInt64(strVal, 16);
-            if (ulongVal1 != (UInt64)(1 * Math.Pow(2, 3) + 1 * Math.Pow(2, 2) + 1 * Math.Pow(2, 1) + 1 * Math.Pow(2, 0)) ||
-                ulongVal2 != (UInt64)(1 * Math.Pow(8, 3) + 1 * Math.Pow(8, 2) + 1 * Math.Pow(8, 1) + 1 * Math.Pow(8, 0)) ||
-                ulongVal3 != (UInt64)(1 * Math.Pow(10, 3) + 1 * Math.Pow(10, 2) + 1 * Math.Pow(10, 1) + 1 * Math.Pow(10, 0)) ||
-                ulongVal4 != (UInt64)(1 * Math.Pow(16, 3) + 1 * Math.Pow(16, 2) + 1 * Math.Pow(16, 1) + 1 * Math.Pow(16, 0))
-                )
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from string 2");
-        try
-        {
-            ulong sourceVal = (UInt64)TestLibrary.Generator.GetInt64(-55);
-            string strVal = "+" + sourceVal.ToString();
-            ulong ulongVal = Convert.ToUInt64(strVal, 10);
-            if (ulongVal != sourceVal)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt64 from string 3");
-        try
-        {
-            string strVal = null;
-            ulong ulongVal1 = Convert.ToUInt64(strVal, 2);
-            ulong ulongVal2 = Convert.ToUInt64(strVal, 8);
-            ulong ulongVal3 = Convert.ToUInt64(strVal, 10);
-            ulong ulongVal4 = Convert.ToUInt64(strVal, 16);
-            if (ulongVal1 != 0 || ulongVal2 != 0 || ulongVal3 != 0 || ulongVal4 != 0)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Convert to UInt64 from string 4");
-        try
-        {
-            string strVal = "0xff";
-            ulong ulongVal = Convert.ToUInt64(strVal, 16);
-            if (ulongVal != (UInt64)(15 * Math.Pow(16, 1) + 15 * Math.Pow(16, 0)))
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the parameter of fromBase is not 2, 8, 10, or 16");
-        try
-        {
-            string strVal = "1111";
-            ulong ulongVal = Convert.ToUInt64(strVal, 100);
-            TestLibrary.TestFramework.LogError("N001", "the parameter of fromBase is not 2, 8, 10, or 16 but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the string represents a non-base 10 signed number and is prefixed with a negative sign");
-        try
-        {
-            string strVal = "-0";
-            ulong ulongVal = Convert.ToUInt64(strVal, 2);
-            TestLibrary.TestFramework.LogError("N003", "the string represents a non-base 10 signed number and is prefixed with a negative sign but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3: the string contains a character that is not a valid digit in the base specified by fromBase param 1");
-        try
-        {
-            string strVal = "1234";
-            ulong ulongVal = Convert.ToUInt64(strVal, 2);
-            TestLibrary.TestFramework.LogError("N005", "the string contains a character that is not a valid digit in the base specified by fromBase param but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4: the string contains a character that is not a valid digit in the base specified by fromBase param 2");
-        try
-        {
-            string strVal = "9999";
-            ulong ulongVal = Convert.ToUInt64(strVal, 8);
-            TestLibrary.TestFramework.LogError("N007", "the string contains a character that is not a valid digit in the base specified by fromBase param but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest5: the string contains a character that is not a valid digit in the base specified by fromBase param 3");
-        try
-        {
-            string strVal = "abcd";
-            ulong ulongVal = Convert.ToUInt64(strVal, 10);
-            TestLibrary.TestFramework.LogError("N009", "the string contains a character that is not a valid digit in the base specified by fromBase param but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest6()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest6: the string contains a character that is not a valid digit in the base specified by fromBase param 4");
-        try
-        {
-            string strVal = "gh";
-            ulong ulongVal = Convert.ToUInt64(strVal, 16);
-            TestLibrary.TestFramework.LogError("N011", "the string contains a character that is not a valid digit in the base specified by fromBase param but not throw exception");
-            retVal = false;
-        }
-        catch (FormatException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N012", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest7()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest7: the string represents base 10 number is less than UInt64.minValue");
-        try
-        {
-            int intVal = this.GetInt32(1, Int32.MaxValue);
-            string strVal = "-" + intVal.ToString();
-            ulong ulongVal = Convert.ToUInt64(strVal, 10);
-            TestLibrary.TestFramework.LogError("N013", "the string represent base 10 number is less than UInt64.minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N014", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest8()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest8: the string represents base 10 number is greater than UInt64.maxValue");
-        try
-        {
-            string strVal = UInt64.MaxValue.ToString() + "1";
-            ulong ulongVal = Convert.ToUInt64(strVal, 10);
-            TestLibrary.TestFramework.LogError("N015", "the string represent base 10 number is greater than UInt64.maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N016", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint642.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint642.cs
deleted file mode 100644 (file)
index 8a4b924..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(Byte)
-/// </summary>
-public class ConvertToUInt642
-{
-    public static int Main()
-    {
-        ConvertToUInt642 convertToUInt642 = new ConvertToUInt642();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt642");
-        if (convertToUInt642.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from Byte 1");
-        try
-        {
-            byte byteVal = byte.MaxValue;
-            ulong ulongVal = Convert.ToUInt64(byteVal);
-            if (ulongVal != (ulong)(byteVal))
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from Byte 2");
-        try
-        {
-            byte byteVal = byte.MinValue;
-            ulong ulongVal = Convert.ToUInt64(byteVal);
-            if (ulongVal != (ulong)(byteVal))
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt64 from Byte 3");
-        try
-        {
-            byte byteVal = TestLibrary.Generator.GetByte(-55);
-            ulong ulongVal = Convert.ToUInt64(byteVal);
-            if (ulongVal != (ulong)(byteVal))
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint643.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint643.cs
deleted file mode 100644 (file)
index 14f15b4..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(Char)
-/// </summary>
-public class ConvertToUInt643
-{
-    public static int Main()
-    {
-        ConvertToUInt643 convertToUInt643 = new ConvertToUInt643();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt643");
-        if (convertToUInt643.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from Char 1");
-        try
-        {
-            char charVal = char.MaxValue;
-            ulong ulongVal = Convert.ToUInt64(charVal);
-            if (ulongVal != (ulong)(charVal))
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from Char 2");
-        try
-        {
-            char charVal = char.MinValue;
-            ulong ulongVal = Convert.ToUInt64(charVal);
-            if (ulongVal != (ulong)(charVal))
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt64 from Char 3");
-        try
-        {
-            char charVal = TestLibrary.Generator.GetChar(-55);
-            ulong ulongVal = Convert.ToUInt64(charVal);
-            if (ulongVal != (ulong)(charVal))
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint644.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint644.cs
deleted file mode 100644 (file)
index 1709ad6..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(UInt16)
-/// </summary>
-public class ConvertToUInt644
-{
-    public static int Main()
-    {
-        ConvertToUInt644 convertToUInt644 = new ConvertToUInt644();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt644");
-        if (convertToUInt644.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from UInt16 1");
-        try
-        {
-            UInt16 UInt16Val = UInt16.MaxValue;
-            ulong ulongVal = Convert.ToUInt64(UInt16Val);
-            if (ulongVal != (ulong)UInt16Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from UInt16 2");
-        try
-        {
-            UInt16 UInt16Val = UInt16.MinValue;
-            ulong ulongVal = Convert.ToUInt64(UInt16Val);
-            if (ulongVal != (ulong)UInt16Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt64 from UInt16 3");
-        try
-        {
-            UInt16 UInt16Val = (UInt16)(this.GetInt32(0, (int)UInt16.MaxValue));
-            ulong ulongVal = Convert.ToUInt64(UInt16Val);
-            if (ulongVal != (ulong)UInt16Val)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint645.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint645.cs
deleted file mode 100644 (file)
index 1debef1..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(UInt32)
-/// </summary>
-public class ConvertToUInt645
-{
-    public static int Main()
-    {
-        ConvertToUInt645 convertToUInt645 = new ConvertToUInt645();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt645");
-        if (convertToUInt645.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from UInt32 1");
-        try
-        {
-            UInt32 UInt32Val = UInt32.MaxValue;
-            ulong ulongVal = Convert.ToUInt64(UInt32Val);
-            if (ulongVal != (ulong)UInt32Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from UInt32 2");
-        try
-        {
-            UInt32 UInt32Val = UInt32.MinValue;
-            ulong ulongVal = Convert.ToUInt64(UInt32Val);
-            if (ulongVal != (ulong)UInt32Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt64 from UInt32 3");
-        try
-        {
-            UInt32 UInt32Val = (UInt32)(this.GetInt32(0, Int32.MaxValue)) + (UInt32)(this.GetInt32(0, Int32.MaxValue));
-            ulong ulongVal = Convert.ToUInt64(UInt32Val);
-            if (ulongVal != (ulong)UInt32Val)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint646.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint646.cs
deleted file mode 100644 (file)
index 3faa709..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(UInt64)
-/// </summary>
-public class ConvertToUInt646
-{
-    public static int Main()
-    {
-        ConvertToUInt646 convertToUInt646 = new ConvertToUInt646();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt646");
-        if (convertToUInt646.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from UInt64 1");
-        try
-        {
-            ulong UInt64Val = UInt64.MaxValue;
-            ulong ulongVal = Convert.ToUInt64(UInt64Val);
-            if (ulongVal != UInt64Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from UInt64 2");
-        try
-        {
-            ulong UInt64Val = UInt64.MinValue;
-            ulong ulongVal = Convert.ToUInt64(UInt64Val);
-            if (ulongVal != UInt64Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint647.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint647.cs
deleted file mode 100644 (file)
index bf0eb43..0000000
+++ /dev/null
@@ -1,167 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(Decimal)
-/// </summary>
-public class ConvertToUInt647
-{
-    public static int Main()
-    {
-        ConvertToUInt647 convertToUInt647 = new ConvertToUInt647();
-
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt647");
-        if (convertToUInt647.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from Decimal 1");
-        try
-        {
-            decimal decimalVal = (decimal)(UInt64.MaxValue);
-            ulong ulongVal = Convert.ToUInt64(decimalVal);
-            if (ulongVal != UInt64.MaxValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from Decimal 2");
-        try
-        {
-            decimal decimalVal = (decimal)(UInt64.MinValue);
-            ulong ulongVal = Convert.ToUInt64(decimalVal);
-            if (ulongVal != UInt64.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt64 from Decimal 3");
-        try
-        {
-            decimal decimalVal = (decimal)TestLibrary.Generator.GetInt64(-55) + (decimal)TestLibrary.Generator.GetInt64(-55);
-            ulong ulongVal = Convert.ToUInt64(decimalVal);
-            if (ulongVal != (ulong)(decimalVal))
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the decimal is larger than UInt64 maxValue");
-        try
-        {
-            decimal decimalVal = (decimal)UInt64.MaxValue + (decimal)(this.GetInt32(1, Int32.MaxValue));
-            ulong ulongVal = Convert.ToUInt64(decimalVal);
-            TestLibrary.TestFramework.LogError("N001", "the decimal is larger than UInt64 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the decimal is less than UInt64 minValue");
-        try
-        {
-            decimal decimalVal = (decimal)(this.GetInt32(1, Int32.MaxValue) * (-1));
-            ulong ulongVal = Convert.ToUInt64(decimalVal);
-            TestLibrary.TestFramework.LogError("N003", "the decimal is less than UInt64 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint648.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint648.cs
deleted file mode 100644 (file)
index 9a2a57b..0000000
+++ /dev/null
@@ -1,166 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(Double)
-/// </summary>
-public class ConvertToUInt648
-{
-    public static int Main()
-    {
-        ConvertToUInt648 convertToUInt648 = new ConvertToUInt648();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt648");
-        if (convertToUInt648.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from double 1");
-        try
-        {
-            double doubleVal = (double)(Int64.MaxValue);
-            ulong ulongVal = Convert.ToUInt64(doubleVal);
-            if (ulongVal != (ulong)Int64.MaxValue + 1)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from double 2");
-        try
-        {
-            double doubleVal = (double)(UInt64.MinValue);
-            ulong ulongVal = Convert.ToUInt32(doubleVal);
-            if (ulongVal != UInt64.MinValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Convert to UInt64 from double 3");
-        try
-        {
-            double doubleVal = (double)TestLibrary.Generator.GetInt64(-55) + (double)TestLibrary.Generator.GetInt64(-55);
-            ulong ulongVal = Convert.ToUInt64(doubleVal);
-            if (ulongVal != (ulong)(doubleVal))
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the double is larger than UInt64 maxValue");
-        try
-        {
-            double doubleVal = (double)UInt64.MaxValue + (double)(this.GetInt32(0, Int32.MaxValue));
-            ulong ulongVal = Convert.ToUInt64(doubleVal);
-            TestLibrary.TestFramework.LogError("N001", "the double is larger than UInt64 maxValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: the double is less than UInt64 minValue");
-        try
-        {
-            double doubleVal = (double)(this.GetInt32(1, Int32.MaxValue) * (-1));
-            ulong ulongVal = Convert.ToUInt64(doubleVal);
-            TestLibrary.TestFramework.LogError("N003", "the double is less than UInt64 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/convert/converttouint649.cs b/tests/src/CoreMangLib/cti/system/convert/converttouint649.cs
deleted file mode 100644 (file)
index b98af4e..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// Convert.ToUInt64(Int16)
-/// </summary>
-public class ConvertToUInt649
-{
-    public static int Main()
-    {
-        ConvertToUInt649 convertToUInt649 = new ConvertToUInt649();
-        TestLibrary.TestFramework.BeginTestCase("ConvertToUInt649");
-        if (convertToUInt649.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Convert to UInt64 from int16 1");
-        try
-        {
-            Int16 Int16Val = Int16.MaxValue;
-            ulong ulongVal = Convert.ToUInt64(Int16Val);
-            if (ulongVal != (ulong)Int16Val)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Convert to UInt64 from int16 2");
-        try
-        {
-            Int16 Int16Val = (Int16)this.GetInt32(0, (int)Int16.MaxValue);
-            ulong ulongVal = Convert.ToUInt64(Int16Val);
-            if (ulongVal != (ulong)Int16Val)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the int16 is less than UInt64 minValue");
-        try
-        {
-            Int16 Int16Val = (Int16)(this.GetInt32(1, (int)Int16.MaxValue + 2) * (-1));
-            ulong ulongVal = Convert.ToUInt64(Int16Val);
-            TestLibrary.TestFramework.LogError("N001", "the int16 is less than UInt64 minValue but not throw exception");
-            retVal = false;
-        }
-        catch (OverflowException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor.csproj
deleted file mode 100644 (file)
index 881989c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="dividebyzeroexceptionctor.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor2.csproj
deleted file mode 100644 (file)
index bfe3f23..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="dividebyzeroexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/DivideByZeroExceptionCtor3.csproj
deleted file mode 100644 (file)
index dd89726..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="dividebyzeroexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/dividebyzeroexceptionctor.cs b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/dividebyzeroexceptionctor.cs
deleted file mode 100644 (file)
index 694a93a..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-///<summary>
-///System.DivideByZeroException.Ctor()
-///</summary>
-
-public class DivideByZeroExceptionCtor
-{
-
-    public static int Main()
-    {
-        DivideByZeroExceptionCtor testObj = new DivideByZeroExceptionCtor();
-        TestLibrary.TestFramework.BeginTestCase("for constructor of System.DivideByZeroException");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        retVal = PosTest1() && retVal;
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Create a instance of DivideByZeroException");
-        try
-        {
-            DivideByZeroException dbz = new DivideByZeroException();
-
-            if (dbz == null)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(not null) !=ActualValue(null)");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-    #region Negtive Test Logic
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        int tempInt = TestLibrary.Generator.GetInt32(-55);
-        int divider = 0;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1:Try to throw a DivideByZeroException");
-        try
-        {
-            int temp = tempInt / divider;
-            TestLibrary.TestFramework.LogError("003", "No DivideByZeroExcepthion thrown out expected.");
-            retVal = false;
-        }
-        catch (DivideByZeroException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/dividebyzeroexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/dividebyzeroexceptionctor2.cs
deleted file mode 100644 (file)
index d492aff..0000000
+++ /dev/null
@@ -1,194 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-///<summary>
-///System.DivideByZeroException.Ctor(String)
-///</summary>
-
-public class DivideByZeroExceptionCtor
-{
-
-    public static int Main()
-    {
-        DivideByZeroExceptionCtor testObj = new DivideByZeroExceptionCtor();
-        TestLibrary.TestFramework.BeginTestCase("for constructor of System.DivideByZeroException");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        String errMessage = TestLibrary.Generator.GetString(-55, false, 1, 255);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Create a instance of DivideByZeroException with not null message");
-        try
-        {
-
-            DivideByZeroException dbz = new DivideByZeroException(errMessage);
-
-            if (dbz == null)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(not null) !=ActualValue(null)");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        String errMessage = TestLibrary.Generator.GetString(-55, false, 1, 255);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Determine the error message is changed or not when the exception is thown out");
-        try
-        {
-
-            DivideByZeroException dbz = new DivideByZeroException(errMessage);
-
-            if (dbz == null)
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(not null) !=ActualValue(null)");
-                retVal = false;
-            }
-            else
-            {
-                retVal = false;
-                throw dbz;
-            }
-        }
-        catch (DivideByZeroException dE)
-        {
-            retVal = true;
-            if (!dE.Message.Equals(errMessage))
-            {
-                TestLibrary.TestFramework.LogError("004", "ExpectedValue(Message Not Be Changed) !=ActualValue(Message Be Changed)");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        String errMessage = String.Empty;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Determine it with empty error message");
-        try
-        {
-
-            DivideByZeroException dbz = new DivideByZeroException(errMessage);
-
-            if (dbz == null)
-            {
-                TestLibrary.TestFramework.LogError("006", "ExpectedValue(not null) !=ActualValue(null)");
-                retVal = false;
-            }
-            else
-            {
-                retVal = false;
-                throw dbz;
-            }
-        }
-        catch (DivideByZeroException dE)
-        {
-            retVal = true;
-            if (!dE.Message.Equals(errMessage))
-            {
-                TestLibrary.TestFramework.LogError("007", "ExpectedValue(Message Not Be Changed) !=ActualValue(Message Be Changed)");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        String errMessage = TestLibrary.Generator.GetString(-55, false, 256, 512);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Determine it with long string");
-        try
-        {
-
-            DivideByZeroException dbz = new DivideByZeroException(errMessage);
-
-            if (dbz == null)
-            {
-                TestLibrary.TestFramework.LogError("009", "ExpectedValue(not null) !=ActualValue(null)");
-                retVal = false;
-            }
-            else
-            {
-                retVal = false;
-                throw dbz;
-            }
-        }
-        catch (DivideByZeroException dE)
-        {
-            retVal = true;
-            if (!dE.Message.Equals(errMessage))
-            {
-                TestLibrary.TestFramework.LogError("010", "ExpectedValue(Message Not Be Changed) !=ActualValue(Message Be Changed)");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("011", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/dividebyzeroexception/dividebyzeroexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/dividebyzeroexception/dividebyzeroexceptionctor3.cs
deleted file mode 100644 (file)
index 85bdce7..0000000
+++ /dev/null
@@ -1,194 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-///<summary>
-///System.DivideByZeroException.Ctor(String,Exception)
-///</summary>
-
-public class DivideByZeroExceptionCtor
-{
-
-    public static int Main()
-    {
-        DivideByZeroExceptionCtor testObj = new DivideByZeroExceptionCtor();
-        TestLibrary.TestFramework.BeginTestCase("for constructor of System.DivideByZeroException");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        String errMessage = TestLibrary.Generator.GetString(-55, false, 1, 255);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Create a instance of DivideByZeroException with not null message");
-        try
-        {
-
-            DivideByZeroException dbz = new DivideByZeroException(errMessage,new Exception());
-
-            if (dbz == null)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(not null) !=ActualValue(null)");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        String errMessage = TestLibrary.Generator.GetString(-55, false, 1, 255);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Determine the error message is changed or not when the exception is thown out");
-        try
-        {
-
-            DivideByZeroException dbz = new DivideByZeroException(errMessage,new Exception());
-
-            if (dbz == null)
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(not null) !=ActualValue(null)");
-                retVal = false;
-            }
-            else
-            {
-                retVal = false;
-                throw dbz;
-            }
-        }
-        catch (DivideByZeroException dE)
-        {
-            retVal = true;
-            if (!dE.Message.Equals(errMessage))
-            {
-                TestLibrary.TestFramework.LogError("004", "ExpectedValue(Message Not Be Changed) !=ActualValue(Message Be Changed)");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        String errMessage = String.Empty;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Determine it with empty error message");
-        try
-        {
-
-            DivideByZeroException dbz = new DivideByZeroException(errMessage,new Exception());
-
-            if (dbz == null)
-            {
-                TestLibrary.TestFramework.LogError("006", "ExpectedValue(not null) !=ActualValue(null)");
-                retVal = false;
-            }
-            else
-            {
-                retVal = false;
-                throw dbz;
-            }
-        }
-        catch (DivideByZeroException dE)
-        {
-            retVal = true;
-            if (!dE.Message.Equals(errMessage))
-            {
-                TestLibrary.TestFramework.LogError("007", "ExpectedValue(Message Not Be Changed) !=ActualValue(Message Be Changed)");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        String errMessage = TestLibrary.Generator.GetString(-55, false, 256, 512);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Determine it with long string");
-        try
-        {
-
-            DivideByZeroException dbz = new DivideByZeroException(errMessage,new Exception());
-
-            if (dbz == null)
-            {
-                TestLibrary.TestFramework.LogError("009", "ExpectedValue(not null) !=ActualValue(null)");
-                retVal = false;
-            }
-            else
-            {
-                retVal = false;
-                throw dbz;
-            }
-        }
-        catch (DivideByZeroException dE)
-        {
-            retVal = true;
-            if (!dE.Message.Equals(errMessage))
-            {
-                TestLibrary.TestFramework.LogError("010", "ExpectedValue(Message Not Be Changed) !=ActualValue(Message Be Changed)");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("011", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor1.csproj
deleted file mode 100644 (file)
index 5da094d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="formatexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor2.csproj
deleted file mode 100644 (file)
index 6c96ef8..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="formatexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/formatexception/FormatExceptionCtor3.csproj
deleted file mode 100644 (file)
index 9f7c9bd..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="formatexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/formatexception/formatexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/formatexception/formatexceptionctor1.cs
deleted file mode 100644 (file)
index 06dcf9d..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// FormatException Constructor () 
-/// </summary>
-public class FormatExceptionCtor
-{
-    public static int Main()
-    {
-        FormatExceptionCtor testObj = new FormatExceptionCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("for constructor: FormatException()");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        string testDesc = "PosTest1: Initializes a new instance of FormatException.";
-        string errorDesc;
-
-        FormatException formatException;
-
-        TestLibrary.TestFramework.BeginScenario(testDesc);
-        try
-        {
-            formatException = new FormatException();
-            if(null == formatException || formatException.InnerException != null)
-            {
-                errorDesc = "Failed to initialize instance of FormatException";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/formatexception/formatexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/formatexception/formatexceptionctor2.cs
deleted file mode 100644 (file)
index 2db7537..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// FormatException Constructor (String) 
-/// Initializes a new instance of the FormatException class with a specified error message. 
-/// </summary>
-public class FormatExceptionCtor
-{
-    private const int c_MIN_STRING_LENGTH = 1;
-    private const int c_MAX_STRING_LENGTH = 256;
-
-    public static int Main()
-    {
-        FormatExceptionCtor testObj = new FormatExceptionCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("for constructor: FormatException(String)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        string testDesc = "PosTest1: Initializes a new instance of FormatException using non-empty message.";
-        string errorDesc;
-
-        FormatException formatException;
-        string message;
-        message = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LENGTH, c_MAX_STRING_LENGTH);
-
-        TestLibrary.TestFramework.BeginScenario(testDesc);
-        try
-        {
-            formatException = new FormatException(message);
-            if(null == formatException || 
-               formatException.InnerException != null ||
-               !formatException.Message.Contains(message))
-            {
-                errorDesc = "Failed to initialize instance of FormatException using message \"" +
-                            message + "\"";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P002";
-        string testDesc = "PosTest2: Initializes a new instance of FormatException using null reference.";
-        string errorDesc;
-
-        FormatException formatException;
-
-        TestLibrary.TestFramework.BeginScenario(testDesc);
-        try
-        {
-            formatException = new FormatException(null);
-            if (null == formatException ||
-                formatException.InnerException != null)
-            {
-                errorDesc = "Failed to initialize instance of FormatException using null reference.";
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P003";
-        string testDesc = "PosTest3: Initializes a new instance of FormatException using string.Empty.";
-        string errorDesc;
-
-        FormatException formatException;
-
-        TestLibrary.TestFramework.BeginScenario(testDesc);
-        try
-        {
-            formatException = new FormatException(string.Empty);
-            if (null == formatException ||
-                formatException.InnerException != null)
-            {
-                errorDesc = "Failed to initialize instance of FormatException using string.Empty.";
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/formatexception/formatexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/formatexception/formatexceptionctor3.cs
deleted file mode 100644 (file)
index 3251a92..0000000
+++ /dev/null
@@ -1,154 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// FormatException Constructor (String, Exception) 
-/// </summary>
-public class FormatExceptionCtor
-{
-    private const int c_MIN_STRING_LENGTH = 1;
-    private const int c_MAX_STRING_LENGTH = 256;
-
-    public static int Main()
-    {
-        FormatExceptionCtor testObj = new FormatExceptionCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("for constructor: FormatException(String)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        string testDesc = "PosTest1: Initializes a new instance of FormatException using non-empty message.";
-        string errorDesc;
-
-        FormatException formatException;
-        string message;
-        Exception innerException;
-        innerException = new Exception();
-        message = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LENGTH, c_MAX_STRING_LENGTH);
-
-        TestLibrary.TestFramework.BeginScenario(testDesc);
-        try
-        {
-            formatException = new FormatException(message, innerException);
-            if(null == formatException || 
-               !formatException.Message.Contains(message) ||
-               formatException.InnerException != innerException)
-            {
-                errorDesc = "Failed to initialize instance of FormatException using message \"" +
-                            message + "\"\n Inner exception: " + innerException;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P002";
-        string testDesc = "PosTest2: Initializes a new instance of FormatException using null reference.";
-        string errorDesc;
-
-        FormatException formatException;
-        Exception innerException;
-        innerException = new Exception();
-
-        TestLibrary.TestFramework.BeginScenario(testDesc);
-        try
-        {
-            formatException = new FormatException(null, innerException);
-            if (null == formatException ||
-                formatException.InnerException != innerException)
-            {
-                errorDesc = "Failed to initialize instance of FormatException using null reference." +
-                            "\n Inner exception: " + innerException;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P003";
-        string testDesc = "PosTest3: Initializes a new instance of FormatException using string.Empty.";
-        string errorDesc;
-
-        FormatException formatException;
-        Exception innerException;
-        innerException = new Exception();
-
-        TestLibrary.TestFramework.BeginScenario(testDesc);
-        try
-        {
-            formatException = new FormatException(string.Empty, innerException);
-            if (null == formatException ||
-                formatException.InnerException != innerException)
-            {
-                errorDesc = "Failed to initialize instance of FormatException using null reference." +
-                            "\n Inner exception: " + innerException;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor1.csproj
deleted file mode 100644 (file)
index 21c443e..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="indexoutofrangeexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor2.csproj
deleted file mode 100644 (file)
index 8bbb998..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="indexoutofrangeexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/IndexOutOfRangeExceptionctor3.csproj
deleted file mode 100644 (file)
index f47d233..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="indexoutofrangeexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/indexoutofrangeexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/indexoutofrangeexceptionctor1.cs
deleted file mode 100644 (file)
index c60f9a7..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// System.IndexOutOfRangeException.ctor() [v-minch]
-/// </summary>
-public class IndexOutOfRangeExceptionctor1
-{
-    public static int Main()
-    {
-        IndexOutOfRangeExceptionctor1 indexOutOfRangeExceptionctor1 = new IndexOutOfRangeExceptionctor1();
-        TestLibrary.TestFramework.BeginTestCase("IndexOutOfRangeExceptionctor1");
-        if (indexOutOfRangeExceptionctor1.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize the IndexOutOfRangeException instance");
-        try
-        {
-            IndexOutOfRangeException myException = new IndexOutOfRangeException();
-            if (myException == null)
-            {
-                TestLibrary.TestFramework.LogError("001", "the IndexOutOfRangeException instance creating failed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/indexoutofrangeexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/indexoutofrangeexceptionctor2.cs
deleted file mode 100644 (file)
index a684749..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.IndexOutOfRangeException.ctor(string) [v-minch]
-/// </summary>
-public class IndexOutOfRangeExceptionctor2
-{
-    public static int Main()
-    {
-        IndexOutOfRangeExceptionctor2 indexOutOfRangeExceptionctor2 = new IndexOutOfRangeExceptionctor2();
-        TestLibrary.TestFramework.BeginTestCase("IndexOutOfRangeExceptionctor2");
-        if (indexOutOfRangeExceptionctor2.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize the IndexOutOfRangeException instance with message 1");
-        try
-        {
-            string message = "HelloWorld";
-            IndexOutOfRangeException myException = new IndexOutOfRangeException(message);
-            if (myException == null || myException.Message != message)
-            {
-                TestLibrary.TestFramework.LogError("001", "the IndexOutOfRangeException with message instance creating failed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Initialize the IndexOutOfRangeException instance with message 2");
-        try
-        {
-            string message = null;
-            IndexOutOfRangeException myException = new IndexOutOfRangeException(message);
-            if (myException == null || myException.Message == null)
-            {
-                TestLibrary.TestFramework.LogError("003", "Initialize the IndexOutOfRangeException instance with null message not create");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/indexoutofrangeexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/indexoutofrangeexception/indexoutofrangeexceptionctor3.cs
deleted file mode 100644 (file)
index 316200d..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// System.IndexOutOfRangeException.ctor(string,Exception) [v-minch]
-/// </summary>
-public class IndexOutOfRangeExceptionctor3
-{
-    public static int Main()
-    {
-        IndexOutOfRangeExceptionctor3 indexOutOfRangeExceptionctor3 = new IndexOutOfRangeExceptionctor3();
-        TestLibrary.TestFramework.BeginTestCase("IndexOutOfRangeExceptionctor3");
-        if (indexOutOfRangeExceptionctor3.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize the IndexOutOfRangeException instance with message and InnerException 1");
-        try
-        {
-            string message = "HelloWorld";
-            ArgumentException innerException = new ArgumentException();
-            IndexOutOfRangeException myException = new IndexOutOfRangeException(message,innerException);
-            if (myException == null || myException.Message != message || !myException.InnerException.Equals(innerException))
-            {
-                TestLibrary.TestFramework.LogError("001", "the IndexOutOfRangeException with message and innerException instance creating failed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Initialize the IndexOutOfRangeException instance with message and InnerException 2");
-        try
-        {
-            string message = null;
-            ArgumentException innerException = new ArgumentException();
-            IndexOutOfRangeException myException = new IndexOutOfRangeException(message,innerException);
-            if (myException == null || myException.Message == null || !myException.InnerException.Equals(innerException))
-            {
-                TestLibrary.TestFramework.LogError("003", "Initialize the IndexOutOfRangeException instance with null message not succeed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Initialize the IndexOutOfRangeException instance with message and InnerException 3");
-        try
-        {
-            string message = null;
-            IndexOutOfRangeException myException = new IndexOutOfRangeException(message, null);
-            if (myException == null || myException.Message == null || myException.InnerException != null)
-            {
-                TestLibrary.TestFramework.LogError("005", "Initialize the IndexOutOfRangeException instance with null message and null InnerException not succeed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor1.csproj
deleted file mode 100644 (file)
index b22c353..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="invalidcastexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor2.csproj
deleted file mode 100644 (file)
index b02fda3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="invalidcastexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj b/tests/src/CoreMangLib/cti/system/invalidcastexception/InvalidCastExceptionctor3.csproj
deleted file mode 100644 (file)
index 8f0a437..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="invalidcastexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/invalidcastexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/invalidcastexception/invalidcastexceptionctor1.cs
deleted file mode 100644 (file)
index 609e049..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// System.InvalidCastException.ctor()
-/// </summary>
-public class InvalidCastExceptionctor1
-{
-    public static int Main()
-    {
-        InvalidCastExceptionctor1 invalidCastExceptionctor1 = new InvalidCastExceptionctor1();
-        TestLibrary.TestFramework.BeginTestCase("InvalidCastExceptionctor1");
-        if (invalidCastExceptionctor1.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize the InvalidCastException instance");
-        try
-        {
-            InvalidCastException myException = new InvalidCastException();
-            if (myException == null)
-            {
-                TestLibrary.TestFramework.LogError("001", "the InvalidCastException instance creating failed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/invalidcastexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/invalidcastexception/invalidcastexceptionctor2.cs
deleted file mode 100644 (file)
index 0349ba4..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// System.InvalidCastException.ctor(String) [v-minch]
-/// </summary>
-public class InvalidCastExceptionctor2
-{
-    public static int Main()
-    {
-        InvalidCastExceptionctor2 invalidCastExceptionctor2 = new InvalidCastExceptionctor2();
-        TestLibrary.TestFramework.BeginTestCase("InvalidCastExceptionctor2");
-        if (invalidCastExceptionctor2.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize the InvalidCastException instance with message 1");
-        try
-        {
-            string message = "HelloWorld";
-            InvalidCastException myException = new InvalidCastException(message);
-            if (myException == null || myException.Message != message)
-            {
-                TestLibrary.TestFramework.LogError("001", "the InvalidCastException with message instance creating failed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Initialize the InvalidCastException instance with message 2");
-        try
-        {
-            string message = null;
-            InvalidCastException myException = new InvalidCastException(message);
-            if (myException == null || myException.Message == null)
-            {
-                TestLibrary.TestFramework.LogError("003", "Initialize the InvalidCastException instance with null message not create");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/invalidcastexception/invalidcastexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/invalidcastexception/invalidcastexceptionctor3.cs
deleted file mode 100644 (file)
index 9ce234f..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// System.InvalidCastException.ctor(String,Exception) [v-minch]
-/// </summary>
-public class InvalidCastExceptionctor3
-{
-    public static int Main()
-    {
-        InvalidCastExceptionctor3 invalidCastExceptionctor3 = new InvalidCastExceptionctor3();
-        TestLibrary.TestFramework.BeginTestCase("InvalidCastExceptionctor3");
-        if (invalidCastExceptionctor3.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize the InvalidCastException instance with message and InnerException 1");
-        try
-        {
-            string message = "HelloWorld";
-            ArgumentException innerException = new ArgumentException();
-            InvalidCastException myException = new InvalidCastException(message, innerException);
-            if (myException == null || myException.Message != message || !myException.InnerException.Equals(innerException))
-            {
-                TestLibrary.TestFramework.LogError("001", "the InvalidCastException with message and innerException instance creating failed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Initialize the InvalidCastException instance with message and InnerException 2");
-        try
-        {
-            string message = null;
-            ArgumentException innerException = new ArgumentException();
-            InvalidCastException myException = new InvalidCastException(message, innerException);
-            if (myException == null || myException.Message == null || !myException.InnerException.Equals(innerException))
-            {
-                TestLibrary.TestFramework.LogError("003", "Initialize the InvalidCastException instance with null message not succeed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Initialize the InvalidCastException instance with message and InnerException 3");
-        try
-        {
-            string message = null;
-            InvalidCastException myException = new InvalidCastException(message, null);
-            if (myException == null || myException.Message == null || myException.InnerException != null)
-            {
-                TestLibrary.TestFramework.LogError("005", "Initialize the InvalidCastException instance with null message and null InnerException not succeed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor1.csproj
deleted file mode 100644 (file)
index fab2675..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="invalidoperationexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor2.csproj
deleted file mode 100644 (file)
index 40ed742..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="invalidoperationexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor3.csproj b/tests/src/CoreMangLib/cti/system/invalidoperationexception/InvalidOperationExceptionctor3.csproj
deleted file mode 100644 (file)
index 7d79500..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="invalidoperationexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/invalidoperationexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/invalidoperationexception/invalidoperationexceptionctor1.cs
deleted file mode 100644 (file)
index 12b9da2..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// InvalidOperationException.ctor() [v-minch]
-/// </summary>
-public class InvalidOperationExceptionctor1
-{
-    public static int Main()
-    {
-        InvalidOperationExceptionctor1 invalidOperationExceptionctor1 = new InvalidOperationExceptionctor1();
-        TestLibrary.TestFramework.BeginTestCase("InvalidOperationExceptionctor1");
-        if (invalidOperationExceptionctor1.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize the InvalidOperationException instance");
-        try
-        {
-            InvalidOperationException myException = new InvalidOperationException();
-            if (myException == null)
-            {
-                TestLibrary.TestFramework.LogError("001", "the InvalidOperationException instance creating failed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/invalidoperationexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/invalidoperationexception/invalidoperationexceptionctor2.cs
deleted file mode 100644 (file)
index 6a0082c..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// InvalidOperationException.ctor(String) [v-minch]
-/// </summary>
-public class InvalidOperationExceptionctor2
-{
-    public static int Main()
-    {
-        InvalidOperationExceptionctor2 invalidOperationExceptionctor2 = new InvalidOperationExceptionctor2();
-        TestLibrary.TestFramework.BeginTestCase("InvalidOperationExceptionctor2");
-        if (invalidOperationExceptionctor2.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize the InvalidOperationException instance with message 1");
-        try
-        {
-            string message = "HelloWorld";
-            InvalidOperationException myException = new InvalidOperationException(message);
-            if (myException == null || myException.Message != message)
-            {
-                TestLibrary.TestFramework.LogError("001", "the InvalidOperationException with message instance creating failed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Initialize the InvalidOperationException instance with message 2");
-        try
-        {
-            string message = null;
-            InvalidOperationException myException = new InvalidOperationException(message);
-            if (myException == null || myException.Message == null)
-            {
-                TestLibrary.TestFramework.LogError("003", "Initialize the InvalidOperationException instance with null message not create");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/invalidoperationexception/invalidoperationexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/invalidoperationexception/invalidoperationexceptionctor3.cs
deleted file mode 100644 (file)
index 2743f11..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// InvalidOperationException.ctor(String,Exception) [v-minch]
-/// </summary>
-public class InvalidOperationExceptionctor3
-{
-    public static int Main()
-    {
-        InvalidOperationExceptionctor3 invalidOperationExceptionctor3 = new InvalidOperationExceptionctor3();
-        TestLibrary.TestFramework.BeginTestCase("InvalidOperationExceptionctor3");
-        if (invalidOperationExceptionctor3.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize the InvalidOperationException instance with message and InnerException 1");
-        try
-        {
-            string message = "HelloWorld";
-            ArgumentException innerException = new ArgumentException();
-            InvalidOperationException myException = new InvalidOperationException(message, innerException);
-            if (myException == null || myException.Message != message || !myException.InnerException.Equals(innerException))
-            {
-                TestLibrary.TestFramework.LogError("001", "the InvalidOperationException with message and innerException instance creating failed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Initialize the InvalidOperationException instance with message and InnerException 2");
-        try
-        {
-            string message = null;
-            ArgumentException innerException = new ArgumentException();
-            InvalidOperationException myException = new InvalidOperationException(message, innerException);
-            if (myException == null || myException.Message == null || !myException.InnerException.Equals(innerException))
-            {
-                TestLibrary.TestFramework.LogError("003", "Initialize the InvalidOperationException instance with null message not succeed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Initialize the InvalidOperationException instance with message and InnerException 3");
-        try
-        {
-            string message = null;
-            InvalidOperationException myException = new InvalidOperationException(message, null);
-            if (myException == null || myException.Message == null || myException.InnerException != null)
-            {
-                TestLibrary.TestFramework.LogError("005", "Initialize the InvalidOperationException instance with null message and null InnerException not succeed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor1.csproj
deleted file mode 100644 (file)
index 213b8db..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="invalidprogramexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor2.csproj
deleted file mode 100644 (file)
index 1651bea..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="invalidprogramexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor3.csproj b/tests/src/CoreMangLib/cti/system/invalidprogramexception/InvalidProgramExceptionctor3.csproj
deleted file mode 100644 (file)
index 5bfa51f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="invalidprogramexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/invalidprogramexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/invalidprogramexception/invalidprogramexceptionctor1.cs
deleted file mode 100644 (file)
index e150c56..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// InvalidProgramException.ctor() [v-minch]
-/// </summary>
-public class InvalidProgramExceptionctor1
-{
-    public static int Main()
-    {
-        InvalidProgramExceptionctor1 invalidProgramExceptionctor1 = new InvalidProgramExceptionctor1();
-        TestLibrary.TestFramework.BeginTestCase("InvalidProgramExceptionctor1");
-        if (invalidProgramExceptionctor1.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize the InvalidProgramException instance");
-        try
-        {
-            InvalidProgramException myException = new InvalidProgramException();
-            if (myException == null)
-            {
-                TestLibrary.TestFramework.LogError("001", "the InvalidProgramException instance creating failed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/invalidprogramexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/invalidprogramexception/invalidprogramexceptionctor2.cs
deleted file mode 100644 (file)
index c1c5860..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// InvalidProgramException.ctor(String) [v-minch]
-/// </summary>
-public class InvalidProgramExceptionctor2
-{
-    public static int Main()
-    {
-        InvalidProgramExceptionctor2 invalidProgramExceptionctor2 = new InvalidProgramExceptionctor2();
-        TestLibrary.TestFramework.BeginTestCase("InvalidProgramExceptionctor2");
-        if (invalidProgramExceptionctor2.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize the InvalidProgramException instance with message 1");
-        try
-        {
-            string message = "HelloWorld";
-            InvalidProgramException myException = new InvalidProgramException(message);
-            if (myException == null || myException.Message != message)
-            {
-                TestLibrary.TestFramework.LogError("001", "the InvalidProgramException with message instance creating failed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Initialize the InvalidProgramException instance with message 2");
-        try
-        {
-            string message = null;
-            InvalidProgramException myException = new InvalidProgramException(message);
-            if (myException == null || myException.Message == null)
-            {
-                TestLibrary.TestFramework.LogError("003", "Initialize the InvalidProgramException instance with null message not create");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/invalidprogramexception/invalidprogramexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/invalidprogramexception/invalidprogramexceptionctor3.cs
deleted file mode 100644 (file)
index f93785f..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-/// InvalidProgramException.ctor(String,Exception) [v-minch]
-/// </summary>
-public class InvalidProgramExceptionctor3
-{
-    public static int Main()
-    {
-        InvalidProgramExceptionctor3 invalidProgramExceptionctor3 = new InvalidProgramExceptionctor3();
-        TestLibrary.TestFramework.BeginTestCase("InvalidProgramExceptionctor3");
-        if (invalidProgramExceptionctor3.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize the InvalidProgramException instance with message and InnerException 1");
-        try
-        {
-            string message = "HelloWorld";
-            ArgumentException innerException = new ArgumentException();
-            InvalidProgramException myException = new InvalidProgramException(message, innerException);
-            if (myException == null || myException.Message != message || !myException.InnerException.Equals(innerException))
-            {
-                TestLibrary.TestFramework.LogError("001", "the InvalidProgramException with message and innerException instance creating failed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Initialize the InvalidProgramException instance with message and InnerException 2");
-        try
-        {
-            string message = null;
-            ArgumentException innerException = new ArgumentException();
-            InvalidProgramException myException = new InvalidProgramException(message, innerException);
-            if (myException == null || myException.Message == null || !myException.InnerException.Equals(innerException))
-            {
-                TestLibrary.TestFramework.LogError("003", "Initialize the InvalidProgramException instance with null message not succeed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Initialize the InvalidProgramException instance with message and InnerException 3");
-        try
-        {
-            string message = null;
-            InvalidProgramException myException = new InvalidProgramException(message, null);
-            if (myException == null || myException.Message == null || myException.InnerException != null)
-            {
-                TestLibrary.TestFramework.LogError("005", "Initialize the InvalidProgramException instance with null message and null InnerException not succeed");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor1.csproj
deleted file mode 100644 (file)
index b462910..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="directorynotfoundexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/DirectoryNotFoundExceptionctor2.csproj
deleted file mode 100644 (file)
index 20aff56..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="directorynotfoundexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/directorynotfoundexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/directorynotfoundexceptionctor1.cs
deleted file mode 100644 (file)
index 987a6bb..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-///ctor(System.String)
-/// </summary>
-public class DirectoryNotFoundExceptionctor1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Create a new DirectoryNotFoundException instance.");
-
-        try
-        {
-            string expectString = "This is an error";
-            DirectoryNotFoundException myException = new DirectoryNotFoundException(expectString);
-            if (myException.Message != expectString)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "the DirectoryNotFoundException ctor error occurred.the message should be " + expectString);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Create a new DirectoryNotFoundException instance,string is empty.");
-
-        try
-        {
-            string expectString = string.Empty;
-            DirectoryNotFoundException myException = new DirectoryNotFoundException(expectString);
-            if (myException.Message != expectString)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "the DirectoryNotFoundException ctor error occurred. the message should be " + expectString);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Create a new DirectoryNotFoundException instance,string is null.");
-
-        try
-        {
-            string expectString = null;
-            DirectoryNotFoundException myException = new DirectoryNotFoundException(expectString);
-            if (myException == null)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "the DirectoryNotFoundException ctor error occurred. the message should be null");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        DirectoryNotFoundExceptionctor1 test = new DirectoryNotFoundExceptionctor1();
-
-        TestLibrary.TestFramework.BeginTestCase("DirectoryNotFoundExceptionctor1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/directorynotfoundexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/io/directorynotfoundexception/directorynotfoundexceptionctor2.cs
deleted file mode 100644 (file)
index 6d67bd4..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-///ctor
-/// </summary>
-public class DirectoryNotFoundExceptionctor2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-     
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Create a new DirectoryNotFoundException instance.");
-
-        try
-        {
-            DirectoryNotFoundException myException = new DirectoryNotFoundException();
-            if (myException==null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "the DirectoryNotFoundException ctor error occurred. ");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-  
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        DirectoryNotFoundExceptionctor2 test = new DirectoryNotFoundExceptionctor2();
-
-        TestLibrary.TestFramework.BeginTestCase("DirectoryNotFoundExceptionctor2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1.cs
deleted file mode 100644 (file)
index f7fca75..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System.Security;
-using System;
-using System.IO;
-
-[SecuritySafeCritical]
-/// <summary>
-///ctor
-/// </summary>
-public class EndOfStreamExceptionctor1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Create a new EndOfStreamException instance.");
-
-        try
-        {
-            //Create the application domain setup information.
-            EndOfStreamException myEndOfStreamException = new EndOfStreamException();
-            if (myEndOfStreamException == null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "the EndOfStreamException ctor error occurred. ");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        EndOfStreamExceptionctor1 test = new EndOfStreamExceptionctor1();
-
-        TestLibrary.TestFramework.BeginTestCase("EndOfStreamExceptionctor1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor1_PSC.csproj
deleted file mode 100644 (file)
index 7fac186..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="endofstreamexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2.cs
deleted file mode 100644 (file)
index fb9699b..0000000
+++ /dev/null
@@ -1,128 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System.Security;
-using System;
-using System.IO;
-
-[SecuritySafeCritical]
-/// <summary>
-///ctor(System.String)
-/// </summary>
-public class EndOfStreamExceptionctor2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Create a new EndofStreamException instance.");
-
-        try
-        {
-            string expectString = "this is a error";
-            //Create the application domain setup information.
-            EndOfStreamException myEndOfStreamException = new EndOfStreamException(expectString);
-            if (myEndOfStreamException.Message != expectString)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "the EndofStreamException ctor error occurred,the message should be " + expectString);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Create a new EndofStreamException instance,string is empty.");
-
-        try
-        {
-            string expectString = string.Empty;
-            //Create the application domain setup information.
-            EndOfStreamException myEndOfStreamException = new EndOfStreamException(expectString);
-            if (myEndOfStreamException.Message != expectString)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "the EndofStreamException ctor error occurred.the message should be " + expectString);
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Create a new EndofStreamException instance,string is null,then its inner exception set to a null reference .");
-
-        try
-        {
-            string expectString = null;
-            //Create the application domain setup information.
-            EndOfStreamException myEndOfStreamException = new EndOfStreamException(expectString);
-            if (myEndOfStreamException == null)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "the EndofStreamException ctor error occurred. the message should be null" );
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        EndOfStreamExceptionctor2 test = new EndOfStreamExceptionctor2();
-
-        TestLibrary.TestFramework.BeginTestCase("EndOfStreamExceptionctor2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/endofstreamexception/endofstreamexceptionctor2_PSC.csproj
deleted file mode 100644 (file)
index 56ca5ad..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="endofstreamexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj b/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessEnum.csproj
deleted file mode 100644 (file)
index e3fac66..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileaccessenum.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj b/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessRead.csproj
deleted file mode 100644 (file)
index 985f4ad..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileaccessread.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj b/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessReadWrite.csproj
deleted file mode 100644 (file)
index 97880ff..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileaccessreadwrite.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj b/tests/src/CoreMangLib/cti/system/io/fileaccess/FileAccessWrite.csproj
deleted file mode 100644 (file)
index f15b6a8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileaccesswrite.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/fileaccessenum.cs b/tests/src/CoreMangLib/cti/system/io/fileaccess/fileaccessenum.cs
deleted file mode 100644 (file)
index 6024f3b..0000000
+++ /dev/null
@@ -1,68 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-using System.Reflection;
-
-public class FileAccessEnum
-{
-    public static int Main()
-    {
-        FileAccessEnum ac = new FileAccessEnum();
-
-        TestLibrary.TestFramework.BeginTestCase("FileAccessEnum");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        int  enumValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: FileAccessEnum");
-
-        try
-        {
-            enumValue = (int)FileAccess.Read;
-
-            if (1 != enumValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "Unexpected value: Expected(1) Actual("+enumValue+")");
-                retVal = false;
-            }
-
-           
-        }
-          catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/fileaccessread.cs b/tests/src/CoreMangLib/cti/system/io/fileaccess/fileaccessread.cs
deleted file mode 100644 (file)
index 3b7e0b7..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// System.IO.FileAccess.Read
-/// </summary>
-public class FileAccessRead
-{
-    static public int Main()
-    {
-        FileAccessRead test = new FileAccessRead();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileAccess.Read");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the FileAccess.Read value is 1...";
-        const string c_TEST_ID = "P001";
-        FileAccess FLAG_VALUE = (FileAccess)1;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (FileAccess.Read != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileAccess.Read.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/fileaccessreadwrite.cs b/tests/src/CoreMangLib/cti/system/io/fileaccess/fileaccessreadwrite.cs
deleted file mode 100644 (file)
index 02d0868..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// System.IO.FileAccess.ReadWrite
-/// </summary>
-public class FileAccessReadWrite
-{
-    static public int Main()
-    {
-        FileAccessReadWrite test = new FileAccessReadWrite();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileAccess.ReadWrite");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the FileAccess.ReadWrite value is 3...";
-        const string c_TEST_ID = "P001";
-        FileAccess FLAG_VALUE = (FileAccess)3;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (FileAccess.ReadWrite != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileAccess.ReadWrite.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/io/fileaccess/fileaccesswrite.cs b/tests/src/CoreMangLib/cti/system/io/fileaccess/fileaccesswrite.cs
deleted file mode 100644 (file)
index 87223f4..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// System.IO.FileAccess.Write
-/// </summary>
-public class FileAccessWrite
-{
-    static public int Main()
-    {
-        FileAccessWrite test = new FileAccessWrite();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileAccess.Write");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the FileAccess.Write value is 2...";
-        const string c_TEST_ID = "P001";
-        FileAccess FLAG_VALUE = (FileAccess)2;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (FileAccess.Write != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileAccess.Write.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesArchive.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesArchive.csproj
deleted file mode 100644 (file)
index 592385c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributesarchive.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesCompressed.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesCompressed.csproj
deleted file mode 100644 (file)
index 3224c35..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributescompressed.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDeivce.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDeivce.csproj
deleted file mode 100644 (file)
index eec0538..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributesdeivce.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDirectory.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesDirectory.csproj
deleted file mode 100644 (file)
index 6f84c18..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributesdirectory.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEncrypted.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEncrypted.csproj
deleted file mode 100644 (file)
index 12fe980..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributesencrypted.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEnum.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesEnum.csproj
deleted file mode 100644 (file)
index 6c50d24..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributesenum.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesHidden.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesHidden.csproj
deleted file mode 100644 (file)
index 1168902..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributeshidden.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNormal.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNormal.csproj
deleted file mode 100644 (file)
index 7205011..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributesnormal.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNotContentIndexed.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesNotContentIndexed.csproj
deleted file mode 100644 (file)
index 1b44465..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributesnotcontentindexed.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesOffline.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesOffline.csproj
deleted file mode 100644 (file)
index fb07d60..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributesoffline.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReadOnly.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReadOnly.csproj
deleted file mode 100644 (file)
index c6f81e4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributesreadonly.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReparsePoint.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesReparsePoint.csproj
deleted file mode 100644 (file)
index bf8ab61..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributesreparsepoint.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesSystem.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesSystem.csproj
deleted file mode 100644 (file)
index 523b334..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributessystem.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesTemporary.csproj b/tests/src/CoreMangLib/cti/system/io/fileattributes/FileAttributesTemporary.csproj
deleted file mode 100644 (file)
index 3f77526..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileattributestemporary.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesarchive.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesarchive.cs
deleted file mode 100644 (file)
index 896d9c4..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.Archive
-/// </summary>
-public class FileAttributesTest
-{
-    [Flags]
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.Archive");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is Archive";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.Archive;
-            actualValue = (int)FileAttributes.Archive;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Archive value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributescompressed.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributescompressed.cs
deleted file mode 100644 (file)
index 8a260a9..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.Compressed
-/// </summary>
-public class FileAttributesTest
-{
-    [Flags]
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.Compressed");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is Compressed";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.Compressed;
-            actualValue = (int)FileAttributes.Compressed;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Compressed value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesdeivce.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesdeivce.cs
deleted file mode 100644 (file)
index 36e6389..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.Device
-/// </summary>
-public class FileAttributesTest
-{
-    [Flags]
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.Device");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is Device";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.Device;
-            actualValue = (int)FileAttributes.Device;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Device value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesdirectory.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesdirectory.cs
deleted file mode 100644 (file)
index 6b01481..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.Directory
-/// </summary>
-public class FileAttributesTest
-{
-    [Flags]
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.Directory");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is Directory";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.Directory;
-            actualValue = (int)FileAttributes.Directory;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Directory value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesencrypted.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesencrypted.cs
deleted file mode 100644 (file)
index 8bc0c43..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.Encrypted
-/// </summary>
-public class FileAttributesTest
-{
-    [Flags]
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.Encrypted");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is Encrypted";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.Encrypted;
-            actualValue = (int)FileAttributes.Encrypted;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Encrypted value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesenum.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesenum.cs
deleted file mode 100644 (file)
index 442ce6c..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-using System.Reflection;
-
-public class FileAttributesEnum
-{
-    public static int Main()
-    {
-        FileAttributesEnum ac = new FileAttributesEnum();
-
-        TestLibrary.TestFramework.BeginTestCase("FileAttributesEnum");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        int  enumValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: FileAttributesEnum");
-
-        try
-        {
-            enumValue = (int)FileAttributes.Directory;
-
-            if (16 != enumValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "Unexpected value: Expected(16) Actual("+enumValue+")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributeshidden.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributeshidden.cs
deleted file mode 100644 (file)
index bec820c..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.Hidden
-/// </summary>
-public class FileAttributesTest
-{
-    [Flags]
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.Hidden");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is Hidden";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.Hidden;
-            actualValue = (int)FileAttributes.Hidden;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Hidden value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesnormal.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesnormal.cs
deleted file mode 100644 (file)
index ff2837d..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.Normal
-/// </summary>
-public class FileAttributesTest
-{
-    [Flags]
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.Normal");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is Normal";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.Normal;
-            actualValue = (int)FileAttributes.Normal;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Normal value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesnotcontentindexed.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesnotcontentindexed.cs
deleted file mode 100644 (file)
index 32f98c6..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.NotContentIndexed
-/// </summary>
-public class FileAttributesTest
-{
-    [Flags]
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.NotContentIndexed");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is NotContentIndexed";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.NotContentIndexed;
-            actualValue = (int)FileAttributes.NotContentIndexed;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "NotContentIndexed value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesoffline.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesoffline.cs
deleted file mode 100644 (file)
index 577e9f1..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.Offline
-/// </summary>
-public class FileAttributesTest
-{
-    [Flags]
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.Offline");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is Offline";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.Offline;
-            actualValue = (int)FileAttributes.Offline;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Offline value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesreadonly.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesreadonly.cs
deleted file mode 100644 (file)
index baec169..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.ReadOnly
-/// </summary>
-public class FileAttributesTest
-{
-    [Flags]
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.ReadOnly");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is ReadOnly";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.ReadOnly;
-            actualValue = (int)FileAttributes.ReadOnly;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "ReadOnly value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesreparsepoint.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributesreparsepoint.cs
deleted file mode 100644 (file)
index 91b5bf0..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.ReparsePoint
-/// </summary>
-public class FileAttributesTest
-{
-    [Flags]
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.ReparsePoint");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is ReparsePoint";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.ReparsePoint;
-            actualValue = (int)FileAttributes.ReparsePoint;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "ReparsePoint value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributessystem.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributessystem.cs
deleted file mode 100644 (file)
index 6fcb23c..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.System
-/// </summary>
-public class FileAttributesTest
-{
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.System");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is System";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.System;
-            actualValue = (int)FileAttributes.System;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "System value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributestemporary.cs b/tests/src/CoreMangLib/cti/system/io/fileattributes/fileattributestemporary.cs
deleted file mode 100644 (file)
index e4a2ec8..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// FileAttributes.Temporary
-/// </summary>
-public class FileAttributesTest
-{
-    [System.Runtime.InteropServices.ComVisible(true)]
-    internal enum MyFileAttributes
-    {
-        ReadOnly = 0x1,
-        Hidden = 0x2,
-        System = 0x4,
-        Directory = 0x10,
-        Archive = 0x20,
-        Device = 0x40,
-        Normal = 0x80,
-        Temporary = 0x100,
-        SparseFile = 0x200,
-        ReparsePoint = 0x400,
-        Compressed = 0x800,
-        Offline = 0x1000,
-        NotContentIndexed = 0x2000,
-        Encrypted = 0x4000,
-    }
-
-    public static int Main()
-    {
-        FileAttributesTest testObj = new FileAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for enumeration: FileAttributes.Temporary");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: File attributes is Temporary";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyFileAttributes.Temporary;
-            actualValue = (int)FileAttributes.Temporary;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Temporary value of file attributes is not " + expectedValue +
-                                 "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeAppend.csproj
deleted file mode 100644 (file)
index fc53a29..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filemodeappend.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreate.csproj
deleted file mode 100644 (file)
index 59dedf1..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filemodecreate.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeCreateNew.csproj
deleted file mode 100644 (file)
index a95f1bc..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filemodecreatenew.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeEnum.csproj
deleted file mode 100644 (file)
index 88ed17d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filemodeenum.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpen.csproj
deleted file mode 100644 (file)
index 8d72705..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filemodeopen.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeOpenOrCreate.csproj
deleted file mode 100644 (file)
index 8dc4298..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filemodeopenorcreate.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj b/tests/src/CoreMangLib/cti/system/io/filemode/FileModeTruncate.csproj
deleted file mode 100644 (file)
index 3c04a77..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filemodetruncate.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/filemodeappend.cs b/tests/src/CoreMangLib/cti/system/io/filemode/filemodeappend.cs
deleted file mode 100644 (file)
index 9a664c8..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// System.IO.FileMode.Append
-/// </summary>
-public class FileModeAppend
-{
-    static public int Main()
-    {
-        FileModeAppend test = new FileModeAppend();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileMode.Append");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the FileMode.Append value is 6...";
-        const string c_TEST_ID = "P001";
-        FileMode FLAG_VALUE = (FileMode)6;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (FileMode.Append != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileMode.Append.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/filemodecreate.cs b/tests/src/CoreMangLib/cti/system/io/filemode/filemodecreate.cs
deleted file mode 100644 (file)
index 9cbd9a8..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// System.IO.FileMode.Create
-/// </summary>
-public class FileModeCreate
-{
-    static public int Main()
-    {
-        FileModeCreate test = new FileModeCreate();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileMode.Create");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the FileMode.Append value is 6...";
-        const string c_TEST_ID = "P001";
-        FileMode FLAG_VALUE = (FileMode)2;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (FileMode.Create != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileMode.Create.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/filemodecreatenew.cs b/tests/src/CoreMangLib/cti/system/io/filemode/filemodecreatenew.cs
deleted file mode 100644 (file)
index c15ecde..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// System.IO.FileMode.CreateNew
-/// </summary>
-public class FileModeCreateNew
-{
-    static public int Main()
-    {
-        FileModeCreateNew test = new FileModeCreateNew();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileMode.CreateNew");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the FileMode.CreateNew value is 1...";
-        const string c_TEST_ID = "P001";
-        FileMode FLAG_VALUE = (FileMode)1;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (FileMode.CreateNew != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileMode.CreateNew.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/filemodeenum.cs b/tests/src/CoreMangLib/cti/system/io/filemode/filemodeenum.cs
deleted file mode 100644 (file)
index 5148c64..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-using System.Reflection;
-
-public class FileModeEnum
-{
-    public static int Main()
-    {
-        FileModeEnum ac = new FileModeEnum();
-
-        TestLibrary.TestFramework.BeginTestCase("FileModeEnum");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        int  enumValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: FileModeEnum");
-
-        try
-        {
-            enumValue = (int)FileMode.Create;
-
-            if (2 != enumValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "Unexpected value: Expected(2) Actual("+enumValue+")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/filemodeopen.cs b/tests/src/CoreMangLib/cti/system/io/filemode/filemodeopen.cs
deleted file mode 100644 (file)
index 461a126..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// System.IO.FileMode.Open
-/// </summary>
-public class FileModeOpen
-{
-    static public int Main()
-    {
-        FileModeOpen test = new FileModeOpen();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileMode.Open");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the FileMode.Open value is 3...";
-        const string c_TEST_ID = "P001";
-        FileMode FLAG_VALUE = (FileMode)3;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (FileMode.Open != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileMode.Open.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/filemodeopenorcreate.cs b/tests/src/CoreMangLib/cti/system/io/filemode/filemodeopenorcreate.cs
deleted file mode 100644 (file)
index 1c78a68..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// System.IO.FileMode.OpenOrCreate
-/// </summary>
-public class FileModeOpenOrCreate
-{
-    static public int Main()
-    {
-        FileModeOpenOrCreate test = new FileModeOpenOrCreate();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileMode.OpenOrCreate");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the FileMode.OpenOrCreate value is 4...";
-        const string c_TEST_ID = "P001";
-        FileMode FLAG_VALUE = (FileMode)4;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (FileMode.OpenOrCreate != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileMode.OpenOrCreate.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/io/filemode/filemodetruncate.cs b/tests/src/CoreMangLib/cti/system/io/filemode/filemodetruncate.cs
deleted file mode 100644 (file)
index 9b1657e..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// System.IO.FileMode.Truncate
-/// </summary>
-public class FileModeTruncate
-{
-    static public int Main()
-    {
-        FileModeTruncate test = new FileModeTruncate();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileMode.Truncate");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the FileMode.Truncate value is 5...";
-        const string c_TEST_ID = "P001";
-        FileMode FLAG_VALUE = (FileMode)5;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (FileMode.Truncate != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileMode.Truncate.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor.csproj
deleted file mode 100644 (file)
index 43c1c05..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filenotfoundexceptionctor.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionCtor2.csproj
deleted file mode 100644 (file)
index 2311bbb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filenotfoundexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionGetMessage.csproj
deleted file mode 100644 (file)
index 8a9bcc1..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filenotfoundexceptiongetmessage.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionMessage.csproj b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionMessage.csproj
deleted file mode 100644 (file)
index 80b4bbf..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filenotfoundexceptionmessage.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionToString.csproj b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionToString.csproj
deleted file mode 100644 (file)
index 20f0a28..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filenotfoundexceptiontostring.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/FileNotFoundExceptionctor1.csproj
deleted file mode 100644 (file)
index 2a9cf1a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filenotfoundexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionctor.cs b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionctor.cs
deleted file mode 100644 (file)
index e7db945..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-using System.Reflection;
-
-public class FileNotFoundExceptionCtor
-{
-    public static int Main()
-    {
-        FileNotFoundExceptionCtor ac = new FileNotFoundExceptionCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("FileNotFoundExceptionCtor");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        FileNotFoundException fnfe;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: FileNotFoundException.Ctor");
-
-        try
-        {
-            fnfe = new FileNotFoundException();
-
-            if (null == fnfe.Message)
-            {
-                TestLibrary.TestFramework.LogError("001", "Message is null!");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionctor1.cs
deleted file mode 100644 (file)
index 5257242..0000000
Binary files a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionctor1.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionctor2.cs
deleted file mode 100644 (file)
index 67df470..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-using System.Reflection;
-
-public class FileNotFoundExceptionCtor2
-{
-    private const int c_MIN_STRLEN = 64;
-    private const int c_MAX_STRLEN = 2048;
-
-    public static int Main()
-    {
-        FileNotFoundExceptionCtor2 ac = new FileNotFoundExceptionCtor2();
-
-        TestLibrary.TestFramework.BeginTestCase("FileNotFoundExceptionCtor2");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        FileNotFoundException fnfe;
-        string str;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: FileNotFoundException.Ctor(string)");
-
-        try
-        {
-            str = TestLibrary.Generator.GetString(-55, false, c_MIN_STRLEN, c_MAX_STRLEN);
-            fnfe = new FileNotFoundException(str);
-
-            if (!fnfe.Message.Equals(str))
-            {
-                TestLibrary.TestFramework.LogError("001", "Message is not expected: Expected("+str+") Actual("+fnfe.Message+")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptiongetmessage.cs b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptiongetmessage.cs
deleted file mode 100644 (file)
index 12270fa..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-using System.Reflection;
-
-public class FileNotFoundExceptionGetMessage
-{
-    public static int Main()
-    {
-        FileNotFoundExceptionGetMessage ac = new FileNotFoundExceptionGetMessage();
-
-        TestLibrary.TestFramework.BeginTestCase("FileNotFoundExceptionGetMessage");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        FileNotFoundException fnfe;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: FileNotFoundException.get_Message");
-
-        try
-        {
-            fnfe = (FileNotFoundException)TestLibrary.Generator.GetType(typeof(FileNotFoundException));
-
-            if (null == fnfe.Message)
-            {
-                TestLibrary.TestFramework.LogError("001", "Message is null!");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionmessage.cs b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionmessage.cs
deleted file mode 100644 (file)
index ac32c0c..0000000
Binary files a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptionmessage.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptiontostring.cs b/tests/src/CoreMangLib/cti/system/io/filenotfoundexception/filenotfoundexceptiontostring.cs
deleted file mode 100644 (file)
index d95c184..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-using System.Reflection;
-
-public class FileNotFoundExceptionToString
-{
-    public static int Main()
-    {
-        FileNotFoundExceptionToString ac = new FileNotFoundExceptionToString();
-
-        TestLibrary.TestFramework.BeginTestCase("FileNotFoundExceptionToString");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        FileNotFoundException fnfe;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: FileNotFoundException.ToString()");
-
-        try
-        {
-            fnfe = (FileNotFoundException)TestLibrary.Generator.GetType(typeof(FileNotFoundException));
-
-            if (null == fnfe.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "ToString() is null!");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareEnum.csproj
deleted file mode 100644 (file)
index 8bb5a13..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileshareenum.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareNone.csproj
deleted file mode 100644 (file)
index cd181d9..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filesharenone.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareRead.csproj
deleted file mode 100644 (file)
index d09f38a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fileshareread.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareReadWrite.csproj
deleted file mode 100644 (file)
index 28fe19a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filesharereadwrite.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj b/tests/src/CoreMangLib/cti/system/io/fileshare/FileShareWrite.csproj
deleted file mode 100644 (file)
index 9a0d19a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="filesharewrite.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/fileshareenum.cs b/tests/src/CoreMangLib/cti/system/io/fileshare/fileshareenum.cs
deleted file mode 100644 (file)
index 0368f3d..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-using System.Reflection;
-
-public class FileShareEnum
-{
-    public static int Main()
-    {
-        FileShareEnum ac = new FileShareEnum();
-
-        TestLibrary.TestFramework.BeginTestCase("FileShareEnum");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        int  enumValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: FileShareEnum");
-
-        try
-        {
-            enumValue = (int)FileShare.Read;
-
-            if (1 != enumValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "Unexpected value: Expected(1) Actual("+enumValue+")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/filesharenone.cs b/tests/src/CoreMangLib/cti/system/io/fileshare/filesharenone.cs
deleted file mode 100644 (file)
index 81e0f67..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-/// System.IO.FileShare.None
-/// </summary>
-public class FileShareNone
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the FileShare.None value is 0...";
-        const string c_TEST_ID = "P001";
-        FileShare FLAG_VALUE = (FileShare)0;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            if (FileShare.None != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileShare.None.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        FileShareNone test = new FileShareNone();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileShare.None");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/fileshareread.cs b/tests/src/CoreMangLib/cti/system/io/fileshare/fileshareread.cs
deleted file mode 100644 (file)
index 8996cc5..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-public class FileShareRead
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        const string c_TEST_DESC = "PosTest1:check the FileShare.Read value is 1...";
-        const string c_TEST_ID = "P001";
-        FileShare FLAG_VALUE = (FileShare)1;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            if (FileShare.Read != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileShare.Read.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        FileShareRead test = new FileShareRead();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileShare.Read");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/filesharereadwrite.cs b/tests/src/CoreMangLib/cti/system/io/fileshare/filesharereadwrite.cs
deleted file mode 100644 (file)
index bac3d76..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-public class FileShareReadWrite
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the FileShare.ReadWrite value is 3...";
-        const string c_TEST_ID = "P001";
-        FileShare FLAG_VALUE = (FileShare)3;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            if (FileShare.ReadWrite != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileShare.ReadWrite.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        FileShareReadWrite test = new FileShareReadWrite();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileShare.ReadWrite");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/fileshare/filesharewrite.cs b/tests/src/CoreMangLib/cti/system/io/fileshare/filesharewrite.cs
deleted file mode 100644 (file)
index 1118bba..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-public class FileShareWrite
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the FileShare.Write value is 2...";
-        const string c_TEST_ID = "P001";
-        FileShare FLAG_VALUE = (FileShare)2;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            if (FileShare.Write != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + FileShare.Write.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-
-    #endregion
-
-    public static int Main()
-    {
-        FileShareWrite test = new FileShareWrite();
-
-        TestLibrary.TestFramework.BeginTestCase("System.IO.FileShare.Write");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor1.csproj
deleted file mode 100644 (file)
index eae05a6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="pathtoolongexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/PathTooLongExceptionctor2.csproj
deleted file mode 100644 (file)
index b91df3d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="pathtoolongexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/pathtoolongexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/pathtoolongexceptionctor1.cs
deleted file mode 100644 (file)
index 94b8af2..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-///ctor
-/// </summary>
-public class PathTooLongExceptionctor1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-     
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Create a new PathTooLongException instance.");
-
-        try
-        {
-           PathTooLongException myException = new PathTooLongException();
-           if (myException==null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "the PathTooLongException ctor error occurred. ");
-                retVal = false;
-            }
-            
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-  
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        PathTooLongExceptionctor1 test = new PathTooLongExceptionctor1();
-
-        TestLibrary.TestFramework.BeginTestCase("PathTooLongExceptionctor1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/pathtoolongexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/io/pathtoolongexception/pathtoolongexceptionctor2.cs
deleted file mode 100644 (file)
index d5f8153..0000000
+++ /dev/null
@@ -1,123 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-/// <summary>
-///ctor(System.String)
-/// </summary>
-public class PathTooLongExceptionctor2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Create a new PathTooLongException instance.");
-
-        try
-        {
-            string expectString = "This is an error";
-            PathTooLongException myException = new PathTooLongException(expectString);
-            if (myException.Message != expectString)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "the PathTooLongException ctor error occurred. ");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Create a new PathTooLongException instance,string is empty.");
-
-        try
-        {
-            string expectString = string.Empty;
-            PathTooLongException myException = new PathTooLongException(expectString);
-            if (myException.Message != expectString)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "the PathTooLongException ctor error occurred. ");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Create a new PathTooLongException instance,string is null.");
-
-        try
-        {
-            string expectString = null;
-            PathTooLongException myException = new PathTooLongException(expectString);
-            if (myException == null)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "the PathTooLongException ctor error occurred. ");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        PathTooLongExceptionctor2 test = new PathTooLongExceptionctor2();
-
-        TestLibrary.TestFramework.BeginTestCase("PathTooLongExceptionctor2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj b/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginBegin.csproj
deleted file mode 100644 (file)
index 9a87a0b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="seekoriginbegin.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj b/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginCurrent.csproj
deleted file mode 100644 (file)
index 43962f5..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="seekorigincurrent.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj b/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnd.csproj
deleted file mode 100644 (file)
index 4c39781..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="seekoriginend.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj b/tests/src/CoreMangLib/cti/system/io/seekorigin/SeekOriginEnum.csproj
deleted file mode 100644 (file)
index fdad3c8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="seekoriginenum.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/seekoriginbegin.cs b/tests/src/CoreMangLib/cti/system/io/seekorigin/seekoriginbegin.cs
deleted file mode 100644 (file)
index 462347e..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-/// <summary>
-/// System.IO.SeekOrigin.Begin
-/// </summary>
-public class SeekOriginBegin
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the value of SeekOriginBegin");
-
-        try
-        {
-            SeekOrigin seekOrigin = (SeekOrigin)0;
-            if (SeekOrigin.Begin != seekOrigin)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,The value is: " + (Int32)SeekOrigin.Begin);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        SeekOriginBegin test = new SeekOriginBegin();
-
-        TestLibrary.TestFramework.BeginTestCase("SeekOriginBegin");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/seekorigincurrent.cs b/tests/src/CoreMangLib/cti/system/io/seekorigin/seekorigincurrent.cs
deleted file mode 100644 (file)
index 88cc0d1..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-/// <summary>
-/// System.IO.SeekOrigin.Current
-/// </summary>
-public class SeekOriginCurrent
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the value of SeekOriginCurrent");
-
-        try
-        {
-            SeekOrigin seekOrigin = (SeekOrigin)1;
-            if (SeekOrigin.Current != seekOrigin)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,The value is: " + (Int32)SeekOrigin.Current);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        SeekOriginCurrent test = new SeekOriginCurrent();
-
-        TestLibrary.TestFramework.BeginTestCase("SeekOriginCurrent");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/seekoriginend.cs b/tests/src/CoreMangLib/cti/system/io/seekorigin/seekoriginend.cs
deleted file mode 100644 (file)
index 01b6d8c..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-/// <summary>
-/// System.IO.SeekOrigin.End
-/// </summary>
-public class SeekOriginEnd
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the value of SeekOriginEnd");
-
-        try
-        {
-            SeekOrigin seekOrigin = (SeekOrigin)2;
-            if (SeekOrigin.End != seekOrigin)
-            {
-                TestLibrary.TestFramework.LogError("001", "The result is not the value as expected,The value is: " + (Int32)SeekOrigin.End);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        SeekOriginEnd test = new SeekOriginEnd();
-
-        TestLibrary.TestFramework.BeginTestCase("SeekOriginEnd");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/seekorigin/seekoriginenum.cs b/tests/src/CoreMangLib/cti/system/io/seekorigin/seekoriginenum.cs
deleted file mode 100644 (file)
index 832d2ba..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-using System.Reflection;
-
-public class SeekOriginEnum
-{
-    public static int Main()
-    {
-        SeekOriginEnum ac = new SeekOriginEnum();
-
-        TestLibrary.TestFramework.BeginTestCase("SeekOriginEnum");
-
-        if (ac.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        int  enumValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: SeekOriginEnum");
-
-        try
-        {
-            enumValue = (int)SeekOrigin.Begin;
-
-            if (0 != enumValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "Unexpected value: Expected(0) Actual("+enumValue+")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/io/streamreader/StreamReaderNull_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/streamreader/StreamReaderNull_PSC.csproj
deleted file mode 100644 (file)
index 68d025b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="streamreadernull.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/streamreader/streamreadernull.cs b/tests/src/CoreMangLib/cti/system/io/streamreader/streamreadernull.cs
deleted file mode 100644 (file)
index bb4adb4..0000000
+++ /dev/null
@@ -1,144 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System.Security;
-using System;
-using System.IO;
-
-[SecuritySafeCritical]
-public class StreamReaderNull
-{
-    public static int Main()
-    {
-        StreamReaderNull srNull = new StreamReaderNull();
-        TestLibrary.TestFramework.BeginTestCase("StreamReaderNull");
-        if (srNull.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        //retVal = PosTest3() && retVal;may be a bug
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Null StreamReader is not null");
-        try
-        {
-            if (StreamReader.Null == null)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect Exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Null StreamReader Invoke ReadLine method");
-        try
-        {
-            if (StreamReader.Null.ReadLine() != null)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect Exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Null StreamReader Invoke some other methods");
-        try
-        {
-            if (StreamReader.Null.Peek() != 0)
-            {
-                TestLibrary.TestFramework.LogError("005.1", "The ExpectResult is not ActualResult");
-                retVal = false;
-            }
-            if (StreamReader.Null.Read() != 0)
-            {
-                TestLibrary.TestFramework.LogError("005.2", "The ExpectResult is not ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect Exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Null StreamReader Invoke ReadBlock method");
-        try
-        {
-            char[] buffer = new char[] { 'a', 'b', 'c' };
-            int index = 0;
-            int count = buffer.Length;
-            if (StreamReader.Null.ReadBlock(buffer,index,count) != 0)
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect Exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Null StreamReader Invoke ToString method");
-        try
-        {
-            if (StreamReader.Null.ToString() != "System.IO.StreamReader+NullStreamReader")
-            {
-                TestLibrary.TestFramework.LogError("009", "The ExpectResult is not ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpect Exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/textreader/TextReaderNull_PSC.csproj
deleted file mode 100644 (file)
index 513dbde..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="textreadernull.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/textreader/textreadernull.cs b/tests/src/CoreMangLib/cti/system/io/textreader/textreadernull.cs
deleted file mode 100644 (file)
index b6946c7..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.IO;
-
-public class TextReaderNull
-{
-
-    public static int Main()
-    {
-        TextReaderNull TextReaderNull = new TextReaderNull();
-
-        TestLibrary.TestFramework.BeginTestCase("TextReaderNull");
-        if (TextReaderNull.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        return retVal;
-    }
-    // Returns true if the expected result is right
-    // Returns false if the expected result is wrong
-
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Compare  TextReader.Null to null.");
-        try
-        {
-            TextReader myReader = TextReader.Null;
-            if (myReader.ReadLine()!=null  )
-            {
-                TestLibrary.TestFramework.LogError("001.1", "myReader.ReadLine() should return  null.");
-                retVal = false;
-               
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj b/tests/src/CoreMangLib/cti/system/io/textwriter/TextWriterNull_PSC.csproj
deleted file mode 100644 (file)
index 2a5999d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="textwriternull.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/io/textwriter/textwriternull.cs b/tests/src/CoreMangLib/cti/system/io/textwriter/textwriternull.cs
deleted file mode 100644 (file)
index 9d11f59..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System.Security;
-using System;
-using System.IO;
-
-[SecuritySafeCritical]
-public class TextWriterNull
-{
-    public static int Main()
-    {
-        TextWriterNull test = new TextWriterNull();
-
-        TestLibrary.TestFramework.BeginTestCase("TextWriterNull");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            TextWriter.Null.Write("abc");
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("P01.1", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor1.csproj
deleted file mode 100644 (file)
index 2ff9467..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="memberaccessexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor2.csproj
deleted file mode 100644 (file)
index f6d4c2c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="memberaccessexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/memberaccessexception/MemberAccessExceptionCtor3.csproj
deleted file mode 100644 (file)
index bb9b4eb..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="memberaccessexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/memberaccessexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/memberaccessexception/memberaccessexceptionctor1.cs
deleted file mode 100644 (file)
index 67e10e2..0000000
Binary files a/tests/src/CoreMangLib/cti/system/memberaccessexception/memberaccessexceptionctor1.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/memberaccessexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/memberaccessexception/memberaccessexceptionctor2.cs
deleted file mode 100644 (file)
index 0db7de1..0000000
Binary files a/tests/src/CoreMangLib/cti/system/memberaccessexception/memberaccessexceptionctor2.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/memberaccessexception/memberaccessexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/memberaccessexception/memberaccessexceptionctor3.cs
deleted file mode 100644 (file)
index aac3afe..0000000
Binary files a/tests/src/CoreMangLib/cti/system/memberaccessexception/memberaccessexceptionctor3.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor1.csproj
deleted file mode 100644 (file)
index 5dc4a3f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="notimplementedexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor2.csproj
deleted file mode 100644 (file)
index dfc160a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="notimplementedexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/notimplementedexception/NotImplementedExceptionCtor3.csproj
deleted file mode 100644 (file)
index 12c582f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="notimplementedexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/notimplementedexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/notimplementedexception/notimplementedexceptionctor1.cs
deleted file mode 100644 (file)
index 3a91f97..0000000
Binary files a/tests/src/CoreMangLib/cti/system/notimplementedexception/notimplementedexceptionctor1.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/notimplementedexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/notimplementedexception/notimplementedexceptionctor2.cs
deleted file mode 100644 (file)
index 93e3aa3..0000000
Binary files a/tests/src/CoreMangLib/cti/system/notimplementedexception/notimplementedexceptionctor2.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/notimplementedexception/notimplementedexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/notimplementedexception/notimplementedexceptionctor3.cs
deleted file mode 100644 (file)
index aa567e5..0000000
Binary files a/tests/src/CoreMangLib/cti/system/notimplementedexception/notimplementedexceptionctor3.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor1.csproj
deleted file mode 100644 (file)
index 01dc9c5..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="notsupportedexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor2.csproj
deleted file mode 100644 (file)
index b6c9d03..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="notsupportedexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/notsupportedexception/NotSupportedExceptionCtor3.csproj
deleted file mode 100644 (file)
index 5ed8a41..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="notsupportedexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/notsupportedexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/notsupportedexception/notsupportedexceptionctor1.cs
deleted file mode 100644 (file)
index 29a64a4..0000000
Binary files a/tests/src/CoreMangLib/cti/system/notsupportedexception/notsupportedexceptionctor1.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/notsupportedexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/notsupportedexception/notsupportedexceptionctor2.cs
deleted file mode 100644 (file)
index 64c2783..0000000
Binary files a/tests/src/CoreMangLib/cti/system/notsupportedexception/notsupportedexceptionctor2.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/notsupportedexception/notsupportedexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/notsupportedexception/notsupportedexceptionctor3.cs
deleted file mode 100644 (file)
index d46de0f..0000000
Binary files a/tests/src/CoreMangLib/cti/system/notsupportedexception/notsupportedexceptionctor3.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/nullreferenceexception/NullReferenceExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/nullreferenceexception/NullReferenceExceptionCtor1.csproj
deleted file mode 100644 (file)
index d169088..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="nullreferenceexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/nullreferenceexception/nullreferenceexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/nullreferenceexception/nullreferenceexceptionctor1.cs
deleted file mode 100644 (file)
index ad73c6f..0000000
+++ /dev/null
@@ -1,137 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.NullReferenceException.Ctor()[v-juwa]
-/// </summary>
-public class NullReferenceExceptionCtor1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1: Verify create the exception object is not null";
-        const string c_TEST_ID = "P001";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            NullReferenceException exception = new NullReferenceException();
-            if (exception == null)
-            {
-                string errorDesc = "created exception should not be null";
-                TestLibrary.TestFramework.LogError("001 " + "TestID_" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest2: Verify createed exception object's InnerException is not null";
-        const string c_TEST_ID = "P002";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            NullReferenceException exception = new NullReferenceException();
-            if (exception.InnerException != null)
-            {
-                string errorDesc = "created exception's InnerException should be null";
-                TestLibrary.TestFramework.LogError("003 " + "TestID_" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-   
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest3: Verify create the exception object's Message is localized error message";
-        const string c_TEST_ID = "P003";
-
-        string message = "Object reference not set to an instance of an object.";
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            NullReferenceException exception = new NullReferenceException();
-            if ((exception.Message != message) &
-                (!exception.Message.Contains("[Arg_NullReferenceException]")))
-            {
-                string errorDesc = "Message is not \""+message+"\" as expected :Actual(\""+exception.Message+"\")";
-                TestLibrary.TestFramework.LogError("005 " + "TestID_" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        NullReferenceExceptionCtor1 test = new NullReferenceExceptionCtor1();
-
-        TestLibrary.TestFramework.BeginTestCase("For Method:System.NullReferenceException.Ctor()");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionMessage.csproj b/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionMessage.csproj
deleted file mode 100644 (file)
index 5245994..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="objectdisposedexceptionmessage.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionObjectName.csproj b/tests/src/CoreMangLib/cti/system/objectdisposedexception/ObjectDisposedExceptionObjectName.csproj
deleted file mode 100644 (file)
index 802aa4a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="objectdisposedexceptionobjectname.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/objectdisposedexception/objectdisposedexceptionmessage.cs b/tests/src/CoreMangLib/cti/system/objectdisposedexception/objectdisposedexceptionmessage.cs
deleted file mode 100644 (file)
index fa7a42d..0000000
+++ /dev/null
@@ -1,138 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.ObjectDisposedException.Message[v-juwa]
-/// </summary>
-public class ObjectDisposedExceptionMessage
-{
-    private int c_MINI_STRING_LENGTH = 8;
-    private int c_MAX_STRING_LENGTH = 256;
-
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1: Verify the objectName is random string";
-        const string c_TEST_ID = "P001";
-
-        string name = TestLibrary.Generator.GetString(-55, false, c_MINI_STRING_LENGTH, c_MAX_STRING_LENGTH);
-        string message = TestLibrary.Generator.GetString(-55, false, c_MINI_STRING_LENGTH, c_MAX_STRING_LENGTH);
-        ObjectDisposedException  exception = new ObjectDisposedException(name,message);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            if (exception.Message != message)
-            {
-                int index = exception.Message.IndexOf(name);
-                if (index == -1)
-                {
-                    string errorDesc = "Message shoule contains the object name";
-                    errorDesc += Environment.NewLine + "objectName is " + name;
-                    errorDesc += Environment.NewLine + "message is " + message;
-                    errorDesc += Environment.NewLine + "exception's message is " + exception.Message;
-                    TestLibrary.TestFramework.LogError("001 " + "TestID_" + c_TEST_ID, errorDesc);
-                    retVal = false;
-                }
-                index = exception.Message.IndexOf(message);
-                if (index == -1)
-                {
-                    string errorDesc = "Message shoule contains the message";
-                    errorDesc += Environment.NewLine + "objectName is " + name;
-                    errorDesc += Environment.NewLine + "message is " + message;
-                    errorDesc += Environment.NewLine + "exception's message is " + exception.Message;
-                    TestLibrary.TestFramework.LogError("001 " + "TestID_" + c_TEST_ID, errorDesc);
-                    retVal = false;
-                }
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest2: Verify the message parameter is empty";
-        const string c_TEST_ID = "P002";
-
-        string name = string.Empty;
-        string message = TestLibrary.Generator.GetString(-55, false, c_MINI_STRING_LENGTH, c_MAX_STRING_LENGTH);
-        ObjectDisposedException exception = new ObjectDisposedException(name, message);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            if (exception.Message != "An error occurred.")
-            {
-                int index = exception.Message.IndexOf(message);
-                if (index == -1)
-                {
-                    string errorDesc = "Message shoule contains the message";
-                    errorDesc += Environment.NewLine + "objectName is empty";
-                    errorDesc += Environment.NewLine + "message parameter" + message;
-                    errorDesc += Environment.NewLine + "exception's message is " + exception.Message;
-                    TestLibrary.TestFramework.LogError("003 " + "TestID_" + c_TEST_ID, errorDesc);
-                    retVal = false;
-                }
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        ObjectDisposedExceptionMessage test = new ObjectDisposedExceptionMessage();
-
-        TestLibrary.TestFramework.BeginTestCase("For property:System.ObjectDisposedException.Message");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/objectdisposedexception/objectdisposedexceptionobjectname.cs b/tests/src/CoreMangLib/cti/system/objectdisposedexception/objectdisposedexceptionobjectname.cs
deleted file mode 100644 (file)
index 3453722..0000000
+++ /dev/null
@@ -1,143 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.ObjectDisposedException.ObjectName[v-juwa]
-/// </summary>
-public class ObjectDisposedExceptionObjectName
-{
-    private int c_MINI_STRING_LENGTH = 8;
-    private int c_MAX_STRING_LENGTH = 256;
-
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1: Verify the objectName is random string";
-        const string c_TEST_ID = "P001";
-
-        string name = TestLibrary.Generator.GetString(-55, false, c_MINI_STRING_LENGTH, c_MAX_STRING_LENGTH);
-        ObjectDisposedException exception = new ObjectDisposedException(name);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            if (exception.ObjectName != name)
-            {
-                string errorDesc = "ObjectName is not " + name + " as expected: Actual(" + exception.ObjectName+ ")";
-                TestLibrary.TestFramework.LogError("001 " + "TestID_" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + "TestID_" + c_TEST_ID, "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest2: Verify the objectName is empty";
-        const string c_TEST_ID = "P002";
-
-        string name = String.Empty;
-        ObjectDisposedException exception = new ObjectDisposedException(name);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            if (exception.ObjectName != name)
-            {
-                string errorDesc = "ObjectName is not empty as expected: Actual(" + exception.ObjectName + ")";
-                TestLibrary.TestFramework.LogError("003 " + "TestID_" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004 " + "TestID_" + c_TEST_ID, "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest3: Verify the objectName parameter is null";
-        const string c_TEST_ID = "P003";
-
-        string name = null;
-        ObjectDisposedException exception = new ObjectDisposedException(name);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            if (exception.ObjectName != String.Empty)
-            {
-                string errorDesc = "ObjectName is not empty as expected: Actual(" + exception.ObjectName + ")";
-                TestLibrary.TestFramework.LogError("005 " + "TestID_" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006 " + "TestID_" + c_TEST_ID, "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ObjectDisposedExceptionObjectName test = new ObjectDisposedExceptionObjectName();
-
-        TestLibrary.TestFramework.BeginTestCase("For property:System.ObjectDisposedException.ObjectName");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor1.csproj
deleted file mode 100644 (file)
index 11eec2a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="outofmemoryexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor2.csproj
deleted file mode 100644 (file)
index 668e303..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="outofmemoryexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/outofmemoryexception/OutOfMemoryExceptionCtor3.csproj
deleted file mode 100644 (file)
index 641cdc0..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="outofmemoryexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/outofmemoryexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/outofmemoryexception/outofmemoryexceptionctor1.cs
deleted file mode 100644 (file)
index 90bec8a..0000000
Binary files a/tests/src/CoreMangLib/cti/system/outofmemoryexception/outofmemoryexceptionctor1.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/outofmemoryexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/outofmemoryexception/outofmemoryexceptionctor2.cs
deleted file mode 100644 (file)
index edc9909..0000000
Binary files a/tests/src/CoreMangLib/cti/system/outofmemoryexception/outofmemoryexceptionctor2.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/outofmemoryexception/outofmemoryexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/outofmemoryexception/outofmemoryexceptionctor3.cs
deleted file mode 100644 (file)
index 1051d2b..0000000
Binary files a/tests/src/CoreMangLib/cti/system/outofmemoryexception/outofmemoryexceptionctor3.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor1.csproj
deleted file mode 100644 (file)
index 7b9d6f6..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="overflowexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor2.csproj
deleted file mode 100644 (file)
index 272b088..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="overflowexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/overflowexception/OverflowExceptionCtor3.csproj
deleted file mode 100644 (file)
index 3e9f3ff..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="overflowexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/overflowexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/overflowexception/overflowexceptionctor1.cs
deleted file mode 100644 (file)
index 9e2a972..0000000
Binary files a/tests/src/CoreMangLib/cti/system/overflowexception/overflowexceptionctor1.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/overflowexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/overflowexception/overflowexceptionctor2.cs
deleted file mode 100644 (file)
index d2faf44..0000000
Binary files a/tests/src/CoreMangLib/cti/system/overflowexception/overflowexceptionctor2.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/overflowexception/overflowexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/overflowexception/overflowexceptionctor3.cs
deleted file mode 100644 (file)
index 410fccd..0000000
Binary files a/tests/src/CoreMangLib/cti/system/overflowexception/overflowexceptionctor3.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor1.csproj
deleted file mode 100644 (file)
index d7bf1e2..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="platformnotsupportedexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor2.csproj
deleted file mode 100644 (file)
index a57b8b4..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="platformnotsupportedexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/PlatformNotSupportedExceptionCtor3.csproj
deleted file mode 100644 (file)
index a0f2a73..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="platformnotsupportedexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/platformnotsupportedexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/platformnotsupportedexceptionctor1.cs
deleted file mode 100644 (file)
index 46ad133..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// PlatformNotSupportedException constructor() [v-yaduoj]
-/// </summary>
-public class PlatformNotSupportedExceptionCtor
-{
-    public static int Main()
-    {
-        PlatformNotSupportedExceptionCtor testObj = new PlatformNotSupportedExceptionCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("for PlatformNotSupportedException()");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        string c_TEST_DESC = "PosTest1: initialize an instance of type PlatformNotSupportedException via default constructor";
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            PlatformNotSupportedException e = new PlatformNotSupportedException();
-            if (null == e)
-            {
-                errorDesc = "Failed to initialize an instance of type PlatformNotSupportedException via default constructor.";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/platformnotsupportedexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/platformnotsupportedexceptionctor2.cs
deleted file mode 100644 (file)
index 6c35a84..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// PlatformNotSupportedException constructor(string) [v-yaduoj]
-/// </summary>
-public class PlatformNotSupportedExceptionCtor
-{
-    public static int Main()
-    {
-        PlatformNotSupportedExceptionCtor testObj = new PlatformNotSupportedExceptionCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("for PlatformNotSupportedException(string)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        string c_TEST_DESC = "PosTest1: initialize an instance of type PlatformNotSupportedException using an emtpy string message";
-        string errorDesc;
-
-        string message = string.Empty;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            PlatformNotSupportedException e = new PlatformNotSupportedException(message);
-            if (null == e || e.Message != message)
-            {
-                errorDesc = "Failed to initialize an instance of type PlatformNotSupportedException.";
-                errorDesc += "\nInput message is emtpy string";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is emtpy string";
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P002";
-        string c_TEST_DESC = "PosTest2: initialize an instance of type PlatformNotSupportedException using a string containing special character";
-        string errorDesc;
-
-        string message = "Not supported exception occurs here \n\r\0\t\v";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            PlatformNotSupportedException e = new PlatformNotSupportedException(message);
-            if (null == e || e.Message != message)
-            {
-                errorDesc = "Failed to initialize an instance of type PlatformNotSupportedException.";
-                errorDesc += "\nInput message is \"" + message + "\"";
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is \"" + message + "\"";
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P003";
-        string c_TEST_DESC = "PosTest3: initialize an instance of type PlatformNotSupportedException using a null reference";
-        string errorDesc;
-
-        string message = null;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            PlatformNotSupportedException e = new PlatformNotSupportedException(message);
-            if (null == e)
-            {
-                errorDesc = "Failed to initialize an instance of type PlatformNotSupportedException.";
-                errorDesc += "\nInput message is a null reference.";
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is a null reference.";
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/platformnotsupportedexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/platformnotsupportedexception/platformnotsupportedexceptionctor3.cs
deleted file mode 100644 (file)
index af9c11c..0000000
+++ /dev/null
@@ -1,188 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// PlatformNotSupportedException constructor(string, Exception) [v-yaduoj]
-/// </summary>
-public class PlatformNotSupportedExceptionCtor
-{
-    public static int Main()
-    {
-        PlatformNotSupportedExceptionCtor testObj = new PlatformNotSupportedExceptionCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("for PlatformNotSupportedException(string, Exception)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        string c_TEST_DESC = "PosTest1: initialize an instance of type PlatformNotSupportedException using an emtpy string message";
-        string errorDesc;
-
-        string message = string.Empty;
-        Exception innerException = new ArgumentNullException();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            PlatformNotSupportedException e = new PlatformNotSupportedException(message, innerException);
-            if (null == e || e.Message != message || e.InnerException != innerException)
-            {
-                errorDesc = "Failed to initialize an instance of type PlatformNotSupportedException.";
-                errorDesc += "\nInput message is emtpy string";
-                errorDesc += "\nInner exception is " + innerException;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is emtpy string";
-            errorDesc += "\nInner exception is " + innerException;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P002";
-        string c_TEST_DESC = "PosTest2: initialize an instance of type PlatformNotSupportedException using a string containing special character";
-        string errorDesc;
-
-        string message = "Not supported exception occurs here \n\r\0\t\v";
-        Exception innerException = new Exception();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            PlatformNotSupportedException e = new PlatformNotSupportedException(message, innerException);
-            if (null == e || e.Message != message || e.InnerException != innerException)
-            {
-                errorDesc = "Failed to initialize an instance of type PlatformNotSupportedException.";
-                errorDesc += "\nInput message is \"" + message + "\"";
-                errorDesc += "\nInner exception is " + innerException;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is \"" + message + "\"";
-            errorDesc += "\nInner exception is " + innerException;
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P003";
-        string c_TEST_DESC = "PosTest3: initialize an instance of type PlatformNotSupportedException using a null reference";
-        string errorDesc;
-
-        string message = null;
-        Exception innerException = new Exception();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            PlatformNotSupportedException e = new PlatformNotSupportedException(message, innerException);
-            if (null == e)
-            {
-                errorDesc = "Failed to initialize an instance of type PlatformNotSupportedException.";
-                errorDesc += "\nInput message is a null reference.";
-                errorDesc += "\nInner exception is " + innerException;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is a null reference.";
-            errorDesc += "\nInner exception is " + innerException;
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P004";
-        string c_TEST_DESC = "PosTest4: message is a string containing special character and inner exception is a null reference";
-        string errorDesc;
-
-        string message = "Not supported exception occurs here";
-        Exception innerException = null;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            PlatformNotSupportedException e = new PlatformNotSupportedException(message, innerException);
-            if (null == e || e.Message != message || e.InnerException != innerException)
-            {
-                errorDesc = "Failed to initialize an instance of type PlatformNotSupportedException.";
-                errorDesc += "\nInput message is \"" + message + "\"";
-                errorDesc += "\nInner exception is a null reference.";
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is \"" + message + "\"";
-            errorDesc += "\nInner exception is a null reference.";
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj b/tests/src/CoreMangLib/cti/system/predicate/PredicateBeginInvoke.csproj
deleted file mode 100644 (file)
index 74989a2..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="predicatebegininvoke.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj b/tests/src/CoreMangLib/cti/system/predicate/PredicateEndInvoke.csproj
deleted file mode 100644 (file)
index fc81887..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="predicateendinvoke.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj b/tests/src/CoreMangLib/cti/system/predicate/PredicateInvoke.csproj
deleted file mode 100644 (file)
index 5db3673..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="predicateinvoke.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/predicate/predicatebegininvoke.cs b/tests/src/CoreMangLib/cti/system/predicate/predicatebegininvoke.cs
deleted file mode 100644 (file)
index 2e43ce1..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections.Generic;
-
-///<summary>
-///System.Predicate.BeginInvoke [v-yaduoj]
-///</summary>
-
-public class PredicateBeginInvoke
-{
-    private const int c_CRITERIA = 80;
-
-    public static int Main()
-    {
-        PredicateBeginInvoke testObj = new PredicateBeginInvoke();
-        TestLibrary.TestFramework.BeginTestCase("for method of Predicate.BeginInvoke");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-    #region Negative tests
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        int count;
-        bool actualValue;
-        bool expectedValue;
-
-        count = 20;
-        expectedValue = count >= c_CRITERIA;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: call the method Predicate.BeginInvoke asynchronously");
-        try
-        {
-            MyClass myClass = new MyClass(count);
-            Predicate<int> selector = myClass.IsGreatEnough;
-            IAsyncResult asyncResult = selector.BeginInvoke(c_CRITERIA, null, null);
-            actualValue = selector.EndInvoke(asyncResult);
-            retVal = false;
-            TestLibrary.TestFramework.LogError("003", "NotSupportedException expected");
-        }
-        catch (NotSupportedException)
-        {
-            //expected
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-}
-
-class MyClass
-{
-    private int m_count;
-
-    public MyClass(int count)
-    {
-        m_count = count;
-    }
-
-    public int Count
-    {
-        get
-        {
-            return m_count;
-        }
-    }
-
-    public bool IsGreatEnough(int criteria)
-    {
-        return m_count >= criteria;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/predicate/predicateendinvoke.cs b/tests/src/CoreMangLib/cti/system/predicate/predicateendinvoke.cs
deleted file mode 100644 (file)
index d541364..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections.Generic;
-
-///<summary>
-///System.Predicate.EndInvoke [v-yaduoj]
-///</summary>
-
-public class PredicateEndInvoke
-{
-    private const int c_CRITERIA = 80;
-
-    public static int Main()
-    {
-        PredicateEndInvoke testObj = new PredicateEndInvoke();
-        TestLibrary.TestFramework.BeginTestCase("for method of Predicate.EndInvoke");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-    #region Negative tests
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        int count;
-        bool actualValue;
-        bool expectedValue;
-
-        count = 20;
-        expectedValue = count >= c_CRITERIA;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: call the method Predicate.EndInvoke asynchronously");
-        try
-        {
-            MyClass myClass = new MyClass(count);
-            Predicate<int> selector = myClass.IsGreatEnough;
-            IAsyncResult asyncResult = null;
-            actualValue = selector.EndInvoke(asyncResult);
-            retVal = false;
-            TestLibrary.TestFramework.LogError("003", "NotSupportedException expected");
-        }
-        catch (NotSupportedException)
-        {
-            // expected     
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-}
-
-class MyClass
-{
-    private int m_count;
-
-    public MyClass(int count)
-    {
-        m_count = count;
-    }
-
-    public int Count
-    {
-        get
-        {
-            return m_count;
-        }
-    }
-
-    public bool IsGreatEnough(int criteria)
-    {
-        return m_count >= criteria;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/predicate/predicateinvoke.cs b/tests/src/CoreMangLib/cti/system/predicate/predicateinvoke.cs
deleted file mode 100644 (file)
index b3a2c05..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Collections.Generic;
-
-///<summary>
-///System.Predicate.Invoke [v-yaduoj]
-///</summary>
-
-public class PredicateInvoke
-{
-    private const int c_CRITERIA = 80;
-
-    public static int Main()
-    {
-        PredicateInvoke testObj = new PredicateInvoke();
-        TestLibrary.TestFramework.BeginTestCase("for method of Predicate.Invoke");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        return retVal;
-    }
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        int count;
-        bool actualValue;
-        bool expectedValue;
-
-        count = 20;
-        expectedValue = count >= c_CRITERIA;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: call the method Predicate.EndInvoke synchronously");
-        try
-        {
-            MyClass myClass = new MyClass(count);
-            Predicate<int> selector = myClass.IsGreatEnough;
-            actualValue = selector(c_CRITERIA);
-            if (actualValue != expectedValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") != ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        int count;
-        bool actualValue;
-        bool expectedValue;
-
-        count = 99;
-        expectedValue = count >= c_CRITERIA;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: call the method Predicate.EndInvoke synchronously");
-        try
-        {
-            MyClass myClass = new MyClass(count);
-            Predicate<int> selector = myClass.IsGreatEnough;
-            actualValue = selector(c_CRITERIA);
-            if (actualValue != expectedValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(" + expectedValue + ") != ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
-
-class MyClass
-{
-    private int m_count;
-
-    public MyClass(int count)
-    {
-        m_count = count;
-    }
-
-    public int Count
-    {
-        get
-        {
-            return m_count;
-        }
-    }
-
-    public bool IsGreatEnough(int criteria)
-    {
-        return m_count >= criteria;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor1.csproj
deleted file mode 100644 (file)
index 7dc7e44..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="rankexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor2.csproj
deleted file mode 100644 (file)
index 25a6d25..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="rankexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/rankexception/RankExceptionCtor3.csproj
deleted file mode 100644 (file)
index f4f5a50..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="rankexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/rankexception/rankexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/rankexception/rankexceptionctor1.cs
deleted file mode 100644 (file)
index 97373d8..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// RankException constructor() [v-yaduoj]
-/// </summary>
-public class RankExceptionCtor
-{
-    public static int Main()
-    {
-        RankExceptionCtor testObj = new RankExceptionCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("for RankException()");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        string c_TEST_DESC = "PosTest1: initialize an instance of type RankException via default constructor";
-        string errorDesc;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            RankException e = new RankException();
-            if (null == e)
-            {
-                errorDesc = "Failed to initialize an instance of type RankException via default constructor.";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/rankexception/rankexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/rankexception/rankexceptionctor2.cs
deleted file mode 100644 (file)
index d12ebb2..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// RankException constructor(string) [v-yaduoj]
-/// </summary>
-public class RankExceptionCtor
-{
-    public static int Main()
-    {
-        RankExceptionCtor testObj = new RankExceptionCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("for RankException(string)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        string c_TEST_DESC = "PosTest1: initialize an instance of type RankException using an emtpy string message";
-        string errorDesc;
-
-        string message = string.Empty;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            RankException e = new RankException(message);
-            if (null == e || e.Message != message)
-            {
-                errorDesc = "Failed to initialize an instance of type RankException.";
-                errorDesc += "\nInput message is emtpy string";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is emtpy string";
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P002";
-        string c_TEST_DESC = "PosTest2: initialize an instance of type RankException using a string containing special character";
-        string errorDesc;
-
-        string message = "Not supported exception occurs here \n\r\0\t\v";
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            RankException e = new RankException(message);
-            if (null == e || e.Message != message)
-            {
-                errorDesc = "Failed to initialize an instance of type RankException.";
-                errorDesc += "\nInput message is \"" + message + "\"";
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is \"" + message + "\"";
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P003";
-        string c_TEST_DESC = "PosTest3: initialize an instance of type RankException using a null reference";
-        string errorDesc;
-
-        string message = null;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            RankException e = new RankException(message);
-            if (null == e)
-            {
-                errorDesc = "Failed to initialize an instance of type RankException.";
-                errorDesc += "\nInput message is a null reference.";
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is a null reference.";
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/rankexception/rankexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/rankexception/rankexceptionctor3.cs
deleted file mode 100644 (file)
index ebb4cbf..0000000
+++ /dev/null
@@ -1,188 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// RankException constructor(string, Exception) [v-yaduoj]
-/// </summary>
-public class RankExceptionCtor
-{
-    public static int Main()
-    {
-        RankExceptionCtor testObj = new RankExceptionCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("for RankException(string, Exception)");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        string c_TEST_DESC = "PosTest1: initialize an instance of type RankException using an emtpy string message";
-        string errorDesc;
-
-        string message = string.Empty;
-        Exception innerException = new ArgumentNullException();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            RankException e = new RankException(message, innerException);
-            if (null == e || e.Message != message || e.InnerException != innerException)
-            {
-                errorDesc = "Failed to initialize an instance of type RankException.";
-                errorDesc += "\nInput message is emtpy string";
-                errorDesc += "\nInner exception is " + innerException;
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is emtpy string";
-            errorDesc += "\nInner exception is " + innerException;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P002";
-        string c_TEST_DESC = "PosTest2: initialize an instance of type RankException using a string containing special character";
-        string errorDesc;
-
-        string message = "Not supported exception occurs here \n\r\0\t\v";
-        Exception innerException = new Exception();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            RankException e = new RankException(message, innerException);
-            if (null == e || e.Message != message || e.InnerException != innerException)
-            {
-                errorDesc = "Failed to initialize an instance of type RankException.";
-                errorDesc += "\nInput message is \"" + message + "\"";
-                errorDesc += "\nInner exception is " + innerException;
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is \"" + message + "\"";
-            errorDesc += "\nInner exception is " + innerException;
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P003";
-        string c_TEST_DESC = "PosTest3: initialize an instance of type RankException using a null reference";
-        string errorDesc;
-
-        string message = null;
-        Exception innerException = new Exception();
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            RankException e = new RankException(message, innerException);
-            if (null == e)
-            {
-                errorDesc = "Failed to initialize an instance of type RankException.";
-                errorDesc += "\nInput message is a null reference.";
-                errorDesc += "\nInner exception is " + innerException;
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is a null reference.";
-            errorDesc += "\nInner exception is " + innerException;
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P004";
-        string c_TEST_DESC = "PosTest4: message is a string containing special character and inner exception is a null reference";
-        string errorDesc;
-
-        string message = "Not supported exception occurs here";
-        Exception innerException = null;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            RankException e = new RankException(message, innerException);
-            if (null == e || e.Message != message || e.InnerException != innerException)
-            {
-                errorDesc = "Failed to initialize an instance of type RankException.";
-                errorDesc += "\nInput message is \"" + message + "\"";
-                errorDesc += "\nInner exception is a null reference.";
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += "\nInput message is \"" + message + "\"";
-            errorDesc += "\nInner exception is a null reference.";
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsNone.csproj
deleted file mode 100644 (file)
index 038c6e4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="assemblynameflagsnone.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsPublicKey.csproj
deleted file mode 100644 (file)
index 03d84a2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="assemblynameflagspublickey.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsRetargetable.csproj b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/AssemblyNameFlagsRetargetable.csproj
deleted file mode 100644 (file)
index 8aec7cc..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="assemblynameflagsretargetable.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagsenablejitcompileoptimizer.cs b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagsenablejitcompileoptimizer.cs
deleted file mode 100644 (file)
index 032069f..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// AssemblyNameFlags.EnableJITcompileOptimizer(v-yaduoj)
-/// </summary>
-public class AssemblyNameFlagsTest
-{
-    private enum MyAssemblyNameFlags
-    {
-        None = 0x0000,
-        PublicKey = 0x0001,
-        EnableJITcompileOptimizer = 0x4000,
-        EnableJITcompileTracking = 0x8000,
-        Retargetable = 0x0100,
-    }
-
-    public static int Main()
-    {
-        AssemblyNameFlagsTest testObj = new AssemblyNameFlagsTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: AssemblyNameFlags.EnableJITcompileOptimizer");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Assembly name flags is EnableJITcompileOptimizer";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyAssemblyNameFlags.EnableJITcompileOptimizer;
-            actualValue = (int)AssemblyNameFlags.EnableJITcompileOptimizer;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "EnableJITcompileOptimizer value of AssemblyNameFlags is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagsenablejitcompiletracking.cs b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagsenablejitcompiletracking.cs
deleted file mode 100644 (file)
index 13bc061..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// AssemblyNameFlags.EnableJITcompileTracking(v-yaduoj)
-/// </summary>
-public class AssemblyNameFlagsTest
-{
-    private enum MyAssemblyNameFlags
-    {
-        None = 0x0000,
-        PublicKey = 0x0001,
-        EnableJITcompileOptimizer = 0x4000,
-        EnableJITcompileTracking = 0x8000,
-        Retargetable = 0x0100,
-    }
-
-    public static int Main()
-    {
-        AssemblyNameFlagsTest testObj = new AssemblyNameFlagsTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: AssemblyNameFlags.EnableJITcompileTracking");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Assembly name flags is EnableJITcompileTracking";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyAssemblyNameFlags.EnableJITcompileTracking;
-            actualValue = (int)AssemblyNameFlags.EnableJITcompileTracking;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "EnableJITcompileTracking value of AssemblyNameFlags is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagsnone.cs b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagsnone.cs
deleted file mode 100644 (file)
index 95b490e..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// AssemblyNameFlags.None(v-yaduoj)
-/// </summary>
-public class AssemblyNameFlagsTest
-{
-    private enum MyAssemblyNameFlags
-    {
-        None = 0x0000,
-        PublicKey = 0x0001,
-        EnableJITcompileOptimizer = 0x4000,
-        EnableJITcompileTracking = 0x8000,
-        Retargetable = 0x0100,
-    }
-
-    public static int Main()
-    {
-        AssemblyNameFlagsTest testObj = new AssemblyNameFlagsTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: AssemblyNameFlags.None");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Assembly name flags is None";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyAssemblyNameFlags.None;
-            actualValue = (int)AssemblyNameFlags.None;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "None value of AssemblyNameFlags is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagspublickey.cs b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagspublickey.cs
deleted file mode 100644 (file)
index cbce308..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// AssemblyNameFlags.PublicKey(v-yaduoj)
-/// </summary>
-public class AssemblyNameFlagsTest
-{
-    private enum MyAssemblyNameFlags
-    {
-        None = 0x0000,
-        PublicKey = 0x0001,
-        EnableJITcompileOptimizer = 0x4000,
-        EnableJITcompileTracking = 0x8000,
-        Retargetable = 0x0100,
-    }
-
-    public static int Main()
-    {
-        AssemblyNameFlagsTest testObj = new AssemblyNameFlagsTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: AssemblyNameFlags.PublicKey");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Assembly name flags is PublicKey";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyAssemblyNameFlags.PublicKey;
-            actualValue = (int)AssemblyNameFlags.PublicKey;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "PublicKey value of AssemblyNameFlags is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagsretargetable.cs b/tests/src/CoreMangLib/cti/system/reflection/assemblynameflags/assemblynameflagsretargetable.cs
deleted file mode 100644 (file)
index 7c91168..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// AssemblyNameFlags.Retargetable(v-yaduoj)
-/// </summary>
-public class AssemblyNameFlagsTest
-{
-    private enum MyAssemblyNameFlags
-    {
-        None = 0x0000,
-        PublicKey = 0x0001,
-        EnableJITcompileOptimizer = 0x4000,
-        EnableJITcompileTracking = 0x8000,
-        Retargetable = 0x0100,
-    }
-
-    public static int Main()
-    {
-        AssemblyNameFlagsTest testObj = new AssemblyNameFlagsTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: AssemblyNameFlags.Retargetable");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Assembly name flags is Retargetable";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyAssemblyNameFlags.Retargetable;
-            actualValue = (int)AssemblyNameFlags.Retargetable;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Retargetable value of AssemblyNameFlags is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsAny.csproj b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsAny.csproj
deleted file mode 100644 (file)
index 3465839..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="callingconventionsany.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsExplicitThis.csproj b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsExplicitThis.csproj
deleted file mode 100644 (file)
index dae897f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="callingconventionsexplicitthis.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsHasThis.csproj b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsHasThis.csproj
deleted file mode 100644 (file)
index a9c42ff..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="callingconventionshasthis.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsStandard.csproj b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsStandard.csproj
deleted file mode 100644 (file)
index ed10eaf..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="callingconventionsstandard.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsVarArgs.csproj b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/CallingConventionsVarArgs.csproj
deleted file mode 100644 (file)
index 4f2aaff..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="callingconventionsvarargs.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionsany.cs b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionsany.cs
deleted file mode 100644 (file)
index 21e727f..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// CallingConventions.Any [v-yaduoj]
-/// </summary>
-public class CallingConventionsTest
-{
-    private enum MyCallingConventions
-    {
-        Standard = 0x0001,
-        VarArgs = 0x0002,
-        Any = Standard | VarArgs,
-        HasThis = 0x0020,
-        ExplicitThis = 0x0040,
-    }
-
-    public static int Main()
-    {
-        CallingConventionsTest testObj = new CallingConventionsTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: CallingConventions.Any");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Calling convention is Any";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyCallingConventions.Any;
-            actualValue = (int)CallingConventions.Any;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Any value of CallingConventionsAny is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionsexplicitthis.cs b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionsexplicitthis.cs
deleted file mode 100644 (file)
index 7381fec..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// CallingConventions.ExplicitThis [v-yaduoj]
-/// </summary>
-public class CallingConventionsTest
-{
-    private enum MyCallingConventions
-    {
-        Standard = 0x0001,
-        VarArgs = 0x0002,
-        Any = ExplicitThis | VarArgs,
-        HasThis = 0x0020,
-        ExplicitThis = 0x0040,
-    }
-
-    public static int Main()
-    {
-        CallingConventionsTest testObj = new CallingConventionsTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: CallingConventions.ExplicitThis");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Calling convention is ExplicitThis";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyCallingConventions.ExplicitThis;
-            actualValue = (int)CallingConventions.ExplicitThis;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "ExplicitThis value of CallingConventionsExplicitThis is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionshasthis.cs b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionshasthis.cs
deleted file mode 100644 (file)
index eeaeeb7..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// CallingConventions.HasThis [v-yaduoj]
-/// </summary>
-public class CallingConventionsTest
-{
-    private enum MyCallingConventions
-    {
-        Standard = 0x0001,
-        VarArgs = 0x0002,
-        Any = HasThis | VarArgs,
-        HasThis = 0x0020,
-        ExplicitThis = 0x0040,
-    }
-
-    public static int Main()
-    {
-        CallingConventionsTest testObj = new CallingConventionsTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: CallingConventions.HasThis");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Calling convention is HasThis";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyCallingConventions.HasThis;
-            actualValue = (int)CallingConventions.HasThis;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "HasThis value of CallingConventionsHasThis is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionsstandard.cs b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionsstandard.cs
deleted file mode 100644 (file)
index dedf202..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// CallingConventions.Standard [v-yaduoj]
-/// </summary>
-public class CallingConventionsTest
-{
-    private enum MyCallingConventions
-    {
-        Standard = 0x0001,
-        VarArgs = 0x0002,
-        Any = Standard | VarArgs,
-        HasThis = 0x0020,
-        ExplicitThis = 0x0040,
-    }
-
-    public static int Main()
-    {
-        CallingConventionsTest testObj = new CallingConventionsTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: CallingConventions.Standard");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Calling convention is Standard";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyCallingConventions.Standard;
-            actualValue = (int)CallingConventions.Standard;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Standard value of CallingConventionsStandard is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionsvarargs.cs b/tests/src/CoreMangLib/cti/system/reflection/callingconventions/callingconventionsvarargs.cs
deleted file mode 100644 (file)
index c8ff50e..0000000
+++ /dev/null
@@ -1,85 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// CallingConventions.VarArgs [v-yaduoj]
-/// </summary>
-public class CallingConventionsTest
-{
-    private enum MyCallingConventions
-    {
-        Standard = 0x0001,
-        VarArgs = 0x0002,
-        Any = VarArgs | VarArgs,
-        HasThis = 0x0020,
-        ExplicitThis = 0x0040,
-    }
-
-    public static int Main()
-    {
-        CallingConventionsTest testObj = new CallingConventionsTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: CallingConventions.VarArgs");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Calling convention is VarArgs";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyCallingConventions.VarArgs;
-            actualValue = (int)CallingConventions.VarArgs;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "VarArgs value of CallingConventionsVarArgs is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlBranch.csproj
deleted file mode 100644 (file)
index 7f3bf74..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="flowcontrolbranch.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCall.csproj
deleted file mode 100644 (file)
index 37518bb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="flowcontrolcall.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlCond_Branch.csproj
deleted file mode 100644 (file)
index 289da1e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="flowcontrolcond_branch.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlMeta.csproj
deleted file mode 100644 (file)
index 7133a2b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="flowcontrolmeta.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlNext.csproj
deleted file mode 100644 (file)
index 379ecf3..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="flowcontrolnext.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlReturn.csproj
deleted file mode 100644 (file)
index 326bd5d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="flowcontrolreturn.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/FlowControlThrow.csproj
deleted file mode 100644 (file)
index 4051147..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="flowcontrolthrow.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolbranch.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolbranch.cs
deleted file mode 100644 (file)
index bc21a77..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Branch [v-yishi]
-/// </summary>
-public class FlowControlBranch
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: The value of Branch should be 0");
-
-        try
-        {
-            int actual = (int)FlowControl.Branch;
-            if (actual != 0)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "The value of Branch is not 0");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FlowControlBranch test = new FlowControlBranch();
-
-        TestLibrary.TestFramework.BeginTestCase("FlowControlBranch");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolcall.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolcall.cs
deleted file mode 100644 (file)
index 94b0589..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Call [v-yishi]
-/// </summary>
-public class FlowControlCall
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: The value of Call should be 2");
-
-        try
-        {
-            int actual = (int)FlowControl.Call;
-            if (actual != 2)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "The value of Call is not 2");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FlowControlCall test = new FlowControlCall();
-
-        TestLibrary.TestFramework.BeginTestCase("FlowControlCall");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolcond_branch.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolcond_branch.cs
deleted file mode 100644 (file)
index 163dcee..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Cond_Branch [v-yishi]
-/// </summary>
-public class FlowControlCond_Branch
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: The value of Cond_Branch should be 3");
-
-        try
-        {
-            int actual = (int)FlowControl.Cond_Branch;
-            if (actual != 3)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "The value of Cond_Branch is not 3");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FlowControlCond_Branch test = new FlowControlCond_Branch();
-
-        TestLibrary.TestFramework.BeginTestCase("FlowControlCond_Branch");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolmeta.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolmeta.cs
deleted file mode 100644 (file)
index e449eee..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Meta [v-yishi]
-/// </summary>
-public class FlowControlMeta
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: The value of Meta should be 4");
-
-        try
-        {
-            int actual = (int)FlowControl.Meta;
-            if (actual != 4)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "The value of Meta is not 4");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FlowControlMeta test = new FlowControlMeta();
-
-        TestLibrary.TestFramework.BeginTestCase("FlowControlMeta");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolnext.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolnext.cs
deleted file mode 100644 (file)
index e0fc03e..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Next [v-yishi]
-/// </summary>
-public class FlowControlNext
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: The value of Next should be 5");
-
-        try
-        {
-            int actual = (int)FlowControl.Next;
-            if (actual != 5)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "The value of Next is not 5");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FlowControlNext test = new FlowControlNext();
-
-        TestLibrary.TestFramework.BeginTestCase("FlowControlNext");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolreturn.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolreturn.cs
deleted file mode 100644 (file)
index 1682a5d..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Return [v-yishi]
-/// </summary>
-public class FlowControlReturn
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: The value of Return should be 7");
-
-        try
-        {
-            int actual = (int)FlowControl.Return;
-            if (actual != 7)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "The value of Return is not 7");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FlowControlReturn test = new FlowControlReturn();
-
-        TestLibrary.TestFramework.BeginTestCase("FlowControlReturn");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolthrow.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/flowcontrol/flowcontrolthrow.cs
deleted file mode 100644 (file)
index a69a54a..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Throw [v-yishi]
-/// </summary>
-public class FlowControlThrow
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: The value of Throw should be 8");
-
-        try
-        {
-            int actual = (int)FlowControl.Throw;
-            if (actual != 8)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "The value of Throw is not 8");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FlowControlThrow test = new FlowControlThrow();
-
-        TestLibrary.TestFramework.BeginTestCase("FlowControlThrow");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeMacro.csproj
deleted file mode 100644 (file)
index d8a35e4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="opcodetypemacro.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeNternal.csproj
deleted file mode 100644 (file)
index d331cc3..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="opcodetypenternal.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypeObjmodel.csproj
deleted file mode 100644 (file)
index 9c1c0b1..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="opcodetypeobjmodel.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrefix.csproj
deleted file mode 100644 (file)
index 3eb15b5..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="opcodetypeprefix.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/OpCodeTypePrimitive.csproj
deleted file mode 100644 (file)
index 5566382..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="opcodetypeprimitive.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypemacro.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypemacro.cs
deleted file mode 100644 (file)
index 9678d43..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OpCodeType.Macro(v-yaduoj)
-/// </summary>
-public class OpCodeTypeTest
-{
-    private enum MyOpCodeType
-    {
-        Annotation = 0,
-        Macro = 1,
-        Nternal = 2,
-        Objmodel = 3,
-        Prefix = 4,
-        Primitive = 5,
-    }
-
-    public static int Main()
-    {
-        OpCodeTypeTest testObj = new OpCodeTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OpCodeType.Macro");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: OpCode type is Macro";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOpCodeType.Macro;
-            actualValue = (int)OpCodeType.Macro;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Macro value of OpCodeType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypenternal.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypenternal.cs
deleted file mode 100644 (file)
index 820e984..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OpCodeType.Nternal(v-yaduoj)
-/// </summary>
-public class OpCodeTypeTest
-{
-    private enum MyOpCodeType
-    {
-        Annotation = 0,
-        Macro = 1,
-        Nternal = 2,
-        Objmodel = 3,
-        Prefix = 4,
-        Primitive = 5,
-    }
-
-    public static int Main()
-    {
-        OpCodeTypeTest testObj = new OpCodeTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OpCodeType.Nternal");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: OpCode type is Nternal";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOpCodeType.Nternal;
-            actualValue = (int)OpCodeType.Nternal;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Nternal value of OpCodeType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypeobjmodel.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypeobjmodel.cs
deleted file mode 100644 (file)
index eb7e6ee..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OpCodeType.Objmodel(v-yaduoj)
-/// </summary>
-public class OpCodeTypeTest
-{
-    private enum MyOpCodeType
-    {
-        Annotation = 0,
-        Macro = 1,
-        Nternal = 2,
-        Objmodel = 3,
-        Prefix = 4,
-        Primitive = 5,
-    }
-
-    public static int Main()
-    {
-        OpCodeTypeTest testObj = new OpCodeTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OpCodeType.Objmodel");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: OpCode type is Objmodel";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOpCodeType.Objmodel;
-            actualValue = (int)OpCodeType.Objmodel;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Objmodel value of OpCodeType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypeprefix.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypeprefix.cs
deleted file mode 100644 (file)
index d0ca571..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OpCodeType.Prefix(v-yaduoj)
-/// </summary>
-public class OpCodeTypeTest
-{
-    private enum MyOpCodeType
-    {
-        Annotation = 0,
-        Macro = 1,
-        Nternal = 2,
-        Objmodel = 3,
-        Prefix = 4,
-        Primitive = 5,
-    }
-
-    public static int Main()
-    {
-        OpCodeTypeTest testObj = new OpCodeTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OpCodeType.Prefix");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: OpCode type is Prefix";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOpCodeType.Prefix;
-            actualValue = (int)OpCodeType.Prefix;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Prefix value of OpCodeType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypeprimitive.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/opcodetype/opcodetypeprimitive.cs
deleted file mode 100644 (file)
index b29759a..0000000
+++ /dev/null
@@ -1,86 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OpCodeType.Primitive(v-yaduoj)
-/// </summary>
-public class OpCodeTypeTest
-{
-    private enum MyOpCodeType
-    {
-        Annotation = 0,
-        Macro = 1,
-        Nternal = 2,
-        Objmodel = 3,
-        Prefix = 4,
-        Primitive = 5,
-    }
-
-    public static int Main()
-    {
-        OpCodeTypeTest testObj = new OpCodeTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OpCodeType.Primitive");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: OpCode type is Primitive";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOpCodeType.Primitive;
-            actualValue = (int)OpCodeType.Primitive;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Primitive value of OpCodeType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineBrTarget.csproj
deleted file mode 100644 (file)
index b1af44f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinlinebrtarget.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineField.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineField.csproj
deleted file mode 100644 (file)
index b3895de..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinlinefield.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI.csproj
deleted file mode 100644 (file)
index b31a571..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinlinei.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineI8.csproj
deleted file mode 100644 (file)
index d5fe1d6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinlinei8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineMethod.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineMethod.csproj
deleted file mode 100644 (file)
index a1f437f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinlinemethod.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineNone.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineNone.csproj
deleted file mode 100644 (file)
index 09e0f55..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinlinenone.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineR.csproj
deleted file mode 100644 (file)
index 3da3ebd..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinliner.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSig.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSig.csproj
deleted file mode 100644 (file)
index cdd94bb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinlinesig.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineString.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineString.csproj
deleted file mode 100644 (file)
index 3ba01a2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinlinestring.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSwitch.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineSwitch.csproj
deleted file mode 100644 (file)
index 4a092e4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinlineswitch.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineTok.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineTok.csproj
deleted file mode 100644 (file)
index 234ae8c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinlinetok.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineType.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineType.csproj
deleted file mode 100644 (file)
index 46c9c65..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinlinetype.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineVar.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeInlineVar.csproj
deleted file mode 100644 (file)
index 8e77496..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeinlinevar.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineBrTarget.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineBrTarget.csproj
deleted file mode 100644 (file)
index e4e49d2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeshortinlinebrtarget.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineI.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineI.csproj
deleted file mode 100644 (file)
index 8e5d580..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeshortinlinei.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineR.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineR.csproj
deleted file mode 100644 (file)
index 389709b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeshortinliner.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineVar.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/OperandTypeShortInlineVar.csproj
deleted file mode 100644 (file)
index 7d90eae..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="operandtypeshortinlinevar.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinebrtarget.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinebrtarget.cs
deleted file mode 100644 (file)
index 8d520b4..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineBrTarget(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineBrTarget");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineBrTarget";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineBrTarget;
-            actualValue = (int)OperandType.InlineBrTarget;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineBrTarget value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinefield.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinefield.cs
deleted file mode 100644 (file)
index 6bb7525..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineField(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineField");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineField";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineField;
-            actualValue = (int)OperandType.InlineField;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineField value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinei.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinei.cs
deleted file mode 100644 (file)
index 902bcb3..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineI(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineI");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineI";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineI;
-            actualValue = (int)OperandType.InlineI;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineI value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinei8.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinei8.cs
deleted file mode 100644 (file)
index 76c1caa..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineI8(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineI8");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineI8";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineI8;
-            actualValue = (int)OperandType.InlineI8;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineI8 value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinemethod.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinemethod.cs
deleted file mode 100644 (file)
index 325de8b..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineMethod(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineMethod");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineMethod";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineMethod;
-            actualValue = (int)OperandType.InlineMethod;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineMethod value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinenone.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinenone.cs
deleted file mode 100644 (file)
index 89dead8..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineNone(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineNone");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineNone";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineNone;
-            actualValue = (int)OperandType.InlineNone;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineNone value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinliner.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinliner.cs
deleted file mode 100644 (file)
index 9b1d4a8..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineR(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineR");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineR";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineR;
-            actualValue = (int)OperandType.InlineR;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineR value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinesig.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinesig.cs
deleted file mode 100644 (file)
index 418c480..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineSig(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineSig");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineSig";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineSig;
-            actualValue = (int)OperandType.InlineSig;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineSig value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinestring.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinestring.cs
deleted file mode 100644 (file)
index 5026f5a..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineString(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineString");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineString";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineString;
-            actualValue = (int)OperandType.InlineString;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineString value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlineswitch.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlineswitch.cs
deleted file mode 100644 (file)
index 312f64d..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineSwitch(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineSwitch");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineSwitch";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineSwitch;
-            actualValue = (int)OperandType.InlineSwitch;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineSwitch value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinetok.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinetok.cs
deleted file mode 100644 (file)
index 75ad087..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineTok(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineTok");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineTok";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineTok;
-            actualValue = (int)OperandType.InlineTok;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineTok value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinetype.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinetype.cs
deleted file mode 100644 (file)
index 059d89b..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineType(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineType");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineType";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineType;
-            actualValue = (int)OperandType.InlineType;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineType value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinevar.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeinlinevar.cs
deleted file mode 100644 (file)
index ed75f7a..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.InlineVar(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.InlineVar");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is InlineVar";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.InlineVar;
-            actualValue = (int)OperandType.InlineVar;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "InlineVar value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeshortinlinebrtarget.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeshortinlinebrtarget.cs
deleted file mode 100644 (file)
index 54555ca..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.ShortShortInlineR(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.ShortShortInlineR");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is ShortInlineR";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.ShortInlineR;
-            actualValue = (int)OperandType.ShortInlineR;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "ShortInlineR value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeshortinlinei.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeshortinlinei.cs
deleted file mode 100644 (file)
index 6f51e51..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.ShortInlineI(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.ShortInlineI");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is ShortInlineI";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.ShortInlineI;
-            actualValue = (int)OperandType.ShortInlineI;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "ShortInlineI value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeshortinliner.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeshortinliner.cs
deleted file mode 100644 (file)
index df6d926..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.ShortInlineR(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.ShortInlineR");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is ShortInlineR";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.ShortInlineR;
-            actualValue = (int)OperandType.ShortInlineR;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "ShortInlineR value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeshortinlinevar.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/operandtype/operandtypeshortinlinevar.cs
deleted file mode 100644 (file)
index 85daa42..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// OperandType.ShortInlineVar(v-yaduoj)
-/// </summary>
-public class OperandTypeTest
-{
-    private enum MyOperandType
-    {
-        InlineBrTarget = 0,
-        InlineField = 1,
-        InlineI = 2,
-        InlineI8 = 3,
-        InlineMethod = 4,
-        InlineNone = 5,
-        [Obsolete("This API has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
-        InlinePhi = 6,
-        InlineR = 7,
-        InlineSig = 9,
-        InlineString = 10,
-        InlineSwitch = 11,
-        InlineTok = 12,
-        InlineType = 13,
-        InlineVar = 14,
-        ShortInlineBrTarget = 15,
-        ShortInlineI = 16,
-        ShortInlineR = 17,
-        ShortInlineVar = 18,
-    }
-
-    public static int Main()
-    {
-        OperandTypeTest testObj = new OperandTypeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: OperandType.ShortInlineVar");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Operand type is ShortInlineVar";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyOperandType.ShortInlineVar;
-            actualValue = (int)OperandType.ShortInlineVar;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "ShortInlineVar value of OperandType is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize16.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize16.csproj
deleted file mode 100644 (file)
index 3347f16..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="packingsize16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize2.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize2.csproj
deleted file mode 100644 (file)
index aecb866..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="packingsize2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSize4.csproj
deleted file mode 100644 (file)
index 26487ec..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="packingsize4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize1.csproj
deleted file mode 100644 (file)
index 82271de..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="packingsizesize1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize128.csproj
deleted file mode 100644 (file)
index 97f1a38..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="packingsizesize128.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize32.csproj
deleted file mode 100644 (file)
index 92402aa..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="packingsizesize32.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize64.csproj
deleted file mode 100644 (file)
index 4460569..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="packingsizesize64.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeSize8.csproj
deleted file mode 100644 (file)
index 9ad8e95..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="packingsizesize8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeUnspecified.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/PackingSizeUnspecified.csproj
deleted file mode 100644 (file)
index ae0711e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="packingsizeunspecified.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsize16.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsize16.cs
deleted file mode 100644 (file)
index a65291d..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// PackingSize.Size16(v-yaduoj)
-/// </summary>
-public class PackingSizeTest
-{
-    private enum MyPackingSize
-    {
-        Unspecified = 0,
-        Size1 = 1,
-        Size2 = 2,
-        Size4 = 4,
-        Size8 = 8,
-        Size16 = 16,
-        Size32 = 32,
-        Size64 = 64,
-        Size128 = 128,
-    }
-
-    public static int Main()
-    {
-        PackingSizeTest testObj = new PackingSizeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PackingSize.Size16");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: PackingSize is Size16";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPackingSize.Size16;
-            actualValue = (int)PackingSize.Size16;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Size16 value of PackingSize is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsize2.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsize2.cs
deleted file mode 100644 (file)
index 3052a8f..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// PackingSize.Size2(v-yaduoj)
-/// </summary>
-public class PackingSizeTest
-{
-    private enum MyPackingSize
-    {
-        Unspecified = 0,
-        Size1 = 1,
-        Size2 = 2,
-        Size4 = 4,
-        Size8 = 8,
-        Size16 = 16,
-        Size32 = 32,
-        Size64 = 64,
-        Size128 = 128,
-    }
-
-    public static int Main()
-    {
-        PackingSizeTest testObj = new PackingSizeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PackingSize.Size2");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: PackingSize is Size2";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPackingSize.Size2;
-            actualValue = (int)PackingSize.Size2;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Size2 value of PackingSize is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsize4.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsize4.cs
deleted file mode 100644 (file)
index 9cf2e0f..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// PackingSize.Size4(v-yaduoj)
-/// </summary>
-public class PackingSizeTest
-{
-    private enum MyPackingSize
-    {
-        Unspecified = 0,
-        Size1 = 1,
-        Size2 = 2,
-        Size4 = 4,
-        Size8 = 8,
-        Size16 = 16,
-        Size32 = 32,
-        Size64 = 64,
-        Size128 = 128,
-    }
-
-    public static int Main()
-    {
-        PackingSizeTest testObj = new PackingSizeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PackingSize.Size4");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: PackingSize is Size4";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPackingSize.Size4;
-            actualValue = (int)PackingSize.Size4;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Size4 value of PackingSize is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize1.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize1.cs
deleted file mode 100644 (file)
index 0b74e58..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// PackingSize.Size1(v-yaduoj)
-/// </summary>
-public class PackingSizeTest
-{
-    private enum MyPackingSize
-    {
-        Unspecified = 0,
-        Size1 = 1,
-        Size2 = 2,
-        Size4 = 4,
-        Size8 = 8,
-        Size16 = 16,
-        Size32 = 32,
-        Size64 = 64,
-        Size128 = 128,
-    }
-
-    public static int Main()
-    {
-        PackingSizeTest testObj = new PackingSizeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PackingSize.Size1");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: PackingSize is Size1";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPackingSize.Size1;
-            actualValue = (int)PackingSize.Size1;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Size1 value of PackingSize is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize128.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize128.cs
deleted file mode 100644 (file)
index d7e31ad..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// PackingSize.Size128(v-yaduoj)
-/// </summary>
-public class PackingSizeTest
-{
-    private enum MyPackingSize
-    {
-        Unspecified = 0,
-        Size1 = 1,
-        Size2 = 2,
-        Size4 = 4,
-        Size8 = 8,
-        Size16 = 16,
-        Size32 = 32,
-        Size64 = 64,
-        Size128 = 128,
-    }
-
-    public static int Main()
-    {
-        PackingSizeTest testObj = new PackingSizeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PackingSize.Size128");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: PackingSize is Size128";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPackingSize.Size128;
-            actualValue = (int)PackingSize.Size128;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Size128 value of PackingSize is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize32.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize32.cs
deleted file mode 100644 (file)
index 74ea2d3..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// PackingSize.Size32(v-yaduoj)
-/// </summary>
-public class PackingSizeTest
-{
-    private enum MyPackingSize
-    {
-        Unspecified = 0,
-        Size1 = 1,
-        Size2 = 2,
-        Size4 = 4,
-        Size8 = 8,
-        Size16 = 16,
-        Size32 = 32,
-        Size64 = 64,
-        Size128 = 128,
-    }
-
-    public static int Main()
-    {
-        PackingSizeTest testObj = new PackingSizeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PackingSize.Size32");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: PackingSize is Size32";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPackingSize.Size32;
-            actualValue = (int)PackingSize.Size32;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Size32 value of PackingSize is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize64.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize64.cs
deleted file mode 100644 (file)
index af892d4..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// PackingSize.Size64(v-yaduoj)
-/// </summary>
-public class PackingSizeTest
-{
-    private enum MyPackingSize
-    {
-        Unspecified = 0,
-        Size1 = 1,
-        Size2 = 2,
-        Size4 = 4,
-        Size8 = 8,
-        Size16 = 16,
-        Size32 = 32,
-        Size64 = 64,
-        Size128 = 128,
-    }
-
-    public static int Main()
-    {
-        PackingSizeTest testObj = new PackingSizeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PackingSize.Size64");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: PackingSize is Size64";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPackingSize.Size64;
-            actualValue = (int)PackingSize.Size64;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Size64 value of PackingSize is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize8.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizesize8.cs
deleted file mode 100644 (file)
index 5534c9c..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// PackingSize.Size8(v-yaduoj)
-/// </summary>
-public class PackingSizeTest
-{
-    private enum MyPackingSize
-    {
-        Unspecified = 0,
-        Size1 = 1,
-        Size2 = 2,
-        Size4 = 4,
-        Size8 = 8,
-        Size16 = 16,
-        Size32 = 32,
-        Size64 = 64,
-        Size128 = 128,
-    }
-
-    public static int Main()
-    {
-        PackingSizeTest testObj = new PackingSizeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PackingSize.Size8");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: PackingSize is Size8";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPackingSize.Size8;
-            actualValue = (int)PackingSize.Size8;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Size8 value of PackingSize is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizeunspecified.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/packingsize/packingsizeunspecified.cs
deleted file mode 100644 (file)
index 1a043d6..0000000
+++ /dev/null
@@ -1,89 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// PackingSize.Unspecified(v-yaduoj)
-/// </summary>
-public class PackingSizeTest
-{
-    private enum MyPackingSize
-    {
-        Unspecified = 0,
-        Size1 = 1,
-        Size2 = 2,
-        Size4 = 4,
-        Size8 = 8,
-        Size16 = 16,
-        Size32 = 32,
-        Size64 = 64,
-        Size128 = 128,
-    }
-
-    public static int Main()
-    {
-        PackingSizeTest testObj = new PackingSizeTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PackingSize.Unspecified");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: PackingSize is Unspecified";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPackingSize.Unspecified;
-            actualValue = (int)PackingSize.Unspecified;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "Unspecified value of PackingSize is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop0.csproj
deleted file mode 100644 (file)
index 1396860..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpop0.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1.csproj
deleted file mode 100644 (file)
index 911e6f9..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpop1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPop1_pop1.csproj
deleted file mode 100644 (file)
index 538cf1f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpop1_pop1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi.csproj
deleted file mode 100644 (file)
index 2a716a7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopi.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_pop1.csproj
deleted file mode 100644 (file)
index 6601b77..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopi_pop1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi.csproj
deleted file mode 100644 (file)
index 81ebdc4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopi_popi.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi8.csproj
deleted file mode 100644 (file)
index eb3ce25..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopi_popi8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popi_popi.csproj
deleted file mode 100644 (file)
index 8cb38d1..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopi_popi_popi.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr4.csproj
deleted file mode 100644 (file)
index c9af3fe..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopi_popr4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopi_popr8.csproj
deleted file mode 100644 (file)
index f072d49..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopi_popr8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref.csproj
deleted file mode 100644 (file)
index 81d4027..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopref.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_pop1.csproj
deleted file mode 100644 (file)
index 3d9721c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopref_pop1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi.csproj
deleted file mode 100644 (file)
index 709bc21..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopref_popi.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_pop1.csproj
deleted file mode 100644 (file)
index 5aaa412..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopref_popi_pop1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi.csproj
deleted file mode 100644 (file)
index 09379f0..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopref_popi_popi.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popi8.csproj
deleted file mode 100644 (file)
index ba6e85c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopref_popi_popi8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr4.csproj
deleted file mode 100644 (file)
index 7f6dbb4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopref_popi_popr4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popr8.csproj
deleted file mode 100644 (file)
index a8707d2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopref_popi_popr8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPopref_popi_popref.csproj
deleted file mode 100644 (file)
index 58f9c43..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpopref_popi_popref.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush0.csproj
deleted file mode 100644 (file)
index f05bcc9..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpush0.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1.csproj
deleted file mode 100644 (file)
index 4e76aaa..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpush1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPush1_push1.csproj
deleted file mode 100644 (file)
index fafed00..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpush1_push1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi.csproj
deleted file mode 100644 (file)
index 1952f9d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpushi.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushi8.csproj
deleted file mode 100644 (file)
index 4b8fd3f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpushi8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr4.csproj
deleted file mode 100644 (file)
index c85e08d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpushr4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushr8.csproj
deleted file mode 100644 (file)
index db4d2f1..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpushr8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushref.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourPushref.csproj
deleted file mode 100644 (file)
index c549f54..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourpushref.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpop.csproj
deleted file mode 100644 (file)
index 2a598b8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourvarpop.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/StackBehaviourVarpush.csproj
deleted file mode 100644 (file)
index 8431047..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stackbehaviourvarpush.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpop0.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpop0.cs
deleted file mode 100644 (file)
index 6cce1ac..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Pop0 [v-yishi]
-/// </summary>
-public class StackBehaviourPop0
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Pop0 is 0");
-
-        try
-        {
-            int expected = 0;
-            int actual = (int)StackBehaviour.Pop0;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Pop0's value is not 0");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPop0 test = new StackBehaviourPop0();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPop0");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpop1.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpop1.cs
deleted file mode 100644 (file)
index 21ba8a1..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Pop1 [v-yishi]
-/// </summary>
-public class StackBehaviourPop1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Pop1 is 1");
-
-        try
-        {
-            int expected = 1;
-            int actual = (int)StackBehaviour.Pop1;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Pop1's value is not 1");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPop1 test = new StackBehaviourPop1();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPop1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpop1_pop1.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpop1_pop1.cs
deleted file mode 100644 (file)
index d5fd789..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Pop1_pop1 [v-yishi]
-/// </summary>
-public class StackBehaviourPop1_pop1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Pop1_pop1 is 2");
-
-        try
-        {
-            int expected = 2;
-            int actual = (int)StackBehaviour.Pop1_pop1;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Pop1_pop1's value is not 2");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPop1_pop1 test = new StackBehaviourPop1_pop1();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPop1_pop1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 1;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi.cs
deleted file mode 100644 (file)
index 73235c9..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popi [v-yishi]
-/// </summary>
-public class StackBehaviourPopi
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popi is 3");
-
-        try
-        {
-            int expected = 3;
-            int actual = (int)StackBehaviour.Popi;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popi's value is not 3");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopi test = new StackBehaviourPopi();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopi");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 3;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_pop1.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_pop1.cs
deleted file mode 100644 (file)
index 297351d..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popi_pop1 [v-yishi]
-/// </summary>
-public class StackBehaviourPopi_pop1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popi_pop1 is 4");
-
-        try
-        {
-            int expected = 4;
-            int actual = (int)StackBehaviour.Popi_pop1;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popi_pop1's value is not 4");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopi_pop1 test = new StackBehaviourPopi_pop1();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopi_pop1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 4;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popi.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popi.cs
deleted file mode 100644 (file)
index c36210c..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popi_popi [v-yishi]
-/// </summary>
-public class StackBehaviourPopi_popi
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popi_popi is 5");
-
-        try
-        {
-            int expected = 5;
-            int actual = (int)StackBehaviour.Popi_popi;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popi_popi's value is not 5");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopi_popi test = new StackBehaviourPopi_popi();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopi_popi");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 5;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popi8.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popi8.cs
deleted file mode 100644 (file)
index c5571d7..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popi_popi8 [v-yishi]
-/// </summary>
-public class StackBehaviourPopi_popi8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popi_popi8 is 6");
-
-        try
-        {
-            int expected = 6;
-            int actual = (int)StackBehaviour.Popi_popi8;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popi_popi8's value is not 6");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopi_popi8 test = new StackBehaviourPopi_popi8();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopi_popi8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 6;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popi_popi.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popi_popi.cs
deleted file mode 100644 (file)
index 76fa885..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popi_popi_popi [v-yishi]
-/// </summary>
-public class StackBehaviourPopi_popi_popi
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popi_popi_popi is 7");
-
-        try
-        {
-            int expected = 7;
-            int actual = (int)StackBehaviour.Popi_popi_popi;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popi_popi_popi's value is not 7");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopi_popi_popi test = new StackBehaviourPopi_popi_popi();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopi_popi_popi");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 7;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popr4.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popr4.cs
deleted file mode 100644 (file)
index d12e133..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popi_popr4 [v-yishi]
-/// </summary>
-public class StackBehaviourPopi_popr4
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popi_popr4 is 8");
-
-        try
-        {
-            int expected = 8;
-            int actual = (int)StackBehaviour.Popi_popr4;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popi_popr4's value is not 8");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopi_popr4 test = new StackBehaviourPopi_popr4();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopi_popr4");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 8;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popr8.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopi_popr8.cs
deleted file mode 100644 (file)
index ca3f325..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popi_popr8 [v-yishi]
-/// </summary>
-public class StackBehaviourPopi_popr8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popi_popr8 is 9");
-
-        try
-        {
-            int expected = 9;
-            int actual = (int)StackBehaviour.Popi_popr8;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popi_popr8's value is not 9");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopi_popr8 test = new StackBehaviourPopi_popr8();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopi_popr8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 9;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref.cs
deleted file mode 100644 (file)
index edf95fa..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popref [v-yishi]
-/// </summary>
-public class StackBehaviourPopref
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popref is 10");
-
-        try
-        {
-            int expected = 10;
-            int actual = (int)StackBehaviour.Popref;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popref's value is not 10");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopref test = new StackBehaviourPopref();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 10;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_pop1.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_pop1.cs
deleted file mode 100644 (file)
index dd3e2c0..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popref_pop1 [v-yishi]
-/// </summary>
-public class StackBehaviourPopref_pop1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popref_pop1 is 11");
-
-        try
-        {
-            int expected = 11;
-            int actual = (int)StackBehaviour.Popref_pop1;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popref_pop1's value is not 11");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopref_pop1 test = new StackBehaviourPopref_pop1();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref_pop1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 11;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi.cs
deleted file mode 100644 (file)
index ff241d9..0000000
+++ /dev/null
@@ -1,74 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popref_popi [v-yishi]
-/// </summary>
-public class StackBehaviourPopref_popi
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popref_popi is 12");
-
-        try
-        {
-            int expected = 12;
-            int actual = (int)StackBehaviour.Popref_popi;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popref_popi's value is not 12");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-
-    public static int Main()
-    {
-        StackBehaviourPopref_popi test = new StackBehaviourPopref_popi();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref_popi");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 12;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_pop1.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_pop1.cs
deleted file mode 100644 (file)
index 6e677fc..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popref_popi_pop1 [v-yishi]
-/// </summary>
-public class StackBehaviourPopref_popi_pop1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popref_popi_pop1 is 28");
-
-        try
-        {
-            int expected = 28;
-            int actual = (int)StackBehaviour.Popref_popi_pop1;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popref_popi_pop1's value is not 28");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopref_popi_pop1 test = new StackBehaviourPopref_popi_pop1();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref_popi_pop1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 28;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popi.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popi.cs
deleted file mode 100644 (file)
index 1291484..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popref_popi_popi [v-yishi]
-/// </summary>
-public class StackBehaviourPopref_popi_popi
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popref_popi_popi is 13");
-
-        try
-        {
-            int expected = 13;
-            int actual = (int)StackBehaviour.Popref_popi_popi;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popref_popi_popi's value is not 13");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopref_popi_popi test = new StackBehaviourPopref_popi_popi();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref_popi_popi");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 13;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popi8.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popi8.cs
deleted file mode 100644 (file)
index eda09b8..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popref_popi_popi8 [v-yishi]
-/// </summary>
-public class StackBehaviourPopref_popi_popi8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popref_popi_popi8 is 14");
-
-        try
-        {
-            int expected = 14;
-            int actual = (int)StackBehaviour.Popref_popi_popi8;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popref_popi_popi8's value is not 14");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopref_popi_popi8 test = new StackBehaviourPopref_popi_popi8();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref_popi_popi8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 14;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popr4.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popr4.cs
deleted file mode 100644 (file)
index b385b41..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popref_popi_popr4 [v-yishi]
-/// </summary>
-public class StackBehaviourPopref_popi_popr4
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popref_popi_popr4 is 15");
-
-        try
-        {
-            int expected = 15;
-            int actual = (int)StackBehaviour.Popref_popi_popr4;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popref_popi_popr4's value is not 15");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopref_popi_popr4 test = new StackBehaviourPopref_popi_popr4();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref_popi_popr4");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 15;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popr8.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popr8.cs
deleted file mode 100644 (file)
index bb35204..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popref_popi_popr8 [v-yishi]
-/// </summary>
-public class StackBehaviourPopref_popi_popr8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popref_popi_popr8 is 16");
-
-        try
-        {
-            int expected = 16;
-            int actual = (int)StackBehaviour.Popref_popi_popr8;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popref_popi_popr8's value is not 16");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopref_popi_popr8 test = new StackBehaviourPopref_popi_popr8();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref_popi_popr8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 16;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popref.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpopref_popi_popref.cs
deleted file mode 100644 (file)
index b760b88..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Popref_popi_popref [v-yishi]
-/// </summary>
-public class StackBehaviourPopref_popi_popref
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Popref_popi_popref is 17");
-
-        try
-        {
-            int expected = 17;
-            int actual = (int)StackBehaviour.Popref_popi_popref;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Popref_popi_popref's value is not 17");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPopref_popi_popref test = new StackBehaviourPopref_popi_popref();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPopref_popi_popref");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 17;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpush0.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpush0.cs
deleted file mode 100644 (file)
index 8ca0a30..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Push0 [v-yishi]
-/// </summary>
-public class StackBehaviourPush0
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Push0 is 18");
-
-        try
-        {
-            int expected = 18;
-            int actual = (int)StackBehaviour.Push0;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Push0's value is not 18");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPush0 test = new StackBehaviourPush0();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPush0");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 18;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpush1.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpush1.cs
deleted file mode 100644 (file)
index 31b79c7..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Push1 [v-yishi]
-/// </summary>
-public class StackBehaviourPush1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Push1 is 19");
-
-        try
-        {
-            int expected = 19;
-            int actual = (int)StackBehaviour.Push1;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Push1's value is not 19");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPush1 test = new StackBehaviourPush1();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPush1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 19;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpush1_push1.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpush1_push1.cs
deleted file mode 100644 (file)
index e89f0ab..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Push1_push1 [v-yishi]
-/// </summary>
-public class StackBehaviourPush1_push1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Push1_push1 is 20");
-
-        try
-        {
-            int expected = 20;
-            int actual = (int)StackBehaviour.Push1_push1;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Push1_push1's value is not 20");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPush1_push1 test = new StackBehaviourPush1_push1();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPush1_push1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 20;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushi.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushi.cs
deleted file mode 100644 (file)
index 80d913d..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Pushi [v-yishi]
-/// </summary>
-public class StackBehaviourPushi
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Pushi is 21");
-
-        try
-        {
-            int expected = 21;
-            int actual = (int)StackBehaviour.Pushi;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Pushi's value is not 21");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPushi test = new StackBehaviourPushi();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPushi");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 21;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushi8.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushi8.cs
deleted file mode 100644 (file)
index 36b5f4c..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Pushi8 [v-yishi]
-/// </summary>
-public class StackBehaviourPushi8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Pushi8 is 22");
-
-        try
-        {
-            int expected = 22;
-            int actual = (int)StackBehaviour.Pushi8;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Pushi8's value is not 22");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPushi8 test = new StackBehaviourPushi8();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPushi8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 22;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushr4.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushr4.cs
deleted file mode 100644 (file)
index 6c0fda9..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Pushr4 [v-yishi]
-/// </summary>
-public class StackBehaviourPushr4
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Pushr4 is 23");
-
-        try
-        {
-            int expected = 23;
-            int actual = (int)StackBehaviour.Pushr4;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Pushr4's value is not 23");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPushr4 test = new StackBehaviourPushr4();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPushr4");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 23;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushr8.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushr8.cs
deleted file mode 100644 (file)
index 55796e6..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Pushr8 [v-yishi]
-/// </summary>
-public class StackBehaviourPushr8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Pushr8 is 24");
-
-        try
-        {
-            int expected = 24;
-            int actual = (int)StackBehaviour.Pushr8;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Pushr8's value is not 24");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPushr8 test = new StackBehaviourPushr8();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPushr8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 24;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushref.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourpushref.cs
deleted file mode 100644 (file)
index d22616f..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Pushref [v-yishi]
-/// </summary>
-public class StackBehaviourPushref
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Pushref is 25");
-
-        try
-        {
-            int expected = 25;
-            int actual = (int)StackBehaviour.Pushref;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Pushref's value is not 25");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourPushref test = new StackBehaviourPushref();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourPushref");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 25;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourvarpop.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourvarpop.cs
deleted file mode 100644 (file)
index 8499ef3..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Varpop [v-yishi]
-/// </summary>
-public class StackBehaviourVarpop
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Varpop is 26");
-
-        try
-        {
-            int expected = 26;
-            int actual = (int)StackBehaviour.Varpop;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Varpop's value is not 26");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourVarpop test = new StackBehaviourVarpop();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourVarpop");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 26;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourvarpush.cs b/tests/src/CoreMangLib/cti/system/reflection/emit/stackbehaviour/stackbehaviourvarpush.cs
deleted file mode 100644 (file)
index d73d613..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection.Emit;
-
-/// <summary>
-/// Varpush [v-yishi]
-/// </summary>
-public class StackBehaviourVarpush
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify the value of Varpush is 27");
-
-        try
-        {
-            int expected = 27;
-            int actual = (int)StackBehaviour.Varpush;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Varpush's value is not 27");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StackBehaviourVarpush test = new StackBehaviourVarpush();
-
-        TestLibrary.TestFramework.BeginTestCase("StackBehaviourVarpush");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 27;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesNone.csproj b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesNone.csproj
deleted file mode 100644 (file)
index b98db58..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="eventattributesnone.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesRTSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesRTSpecialName.csproj
deleted file mode 100644 (file)
index 67ed008..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="eventattributesrtspecialname.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/EventAttributesSpecialName.csproj
deleted file mode 100644 (file)
index 5f3884c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="eventattributesspecialname.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/eventattributesnone.cs b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/eventattributesnone.cs
deleted file mode 100644 (file)
index 6e8b2fe..0000000
+++ /dev/null
@@ -1,95 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// None [v-ly]
-/// </summary>
-public class EventAttributesNone
-{
-    public static int Main()
-    {
-        EventAttributesNone test = new EventAttributesNone();
-
-        TestLibrary.TestFramework.BeginTestCase("EventAttributesNone");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        //TestLibrary.TestFramework.LogInformation("[Negative]");
-        //retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Postive Test Case
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Verify None's value is 0x0000 ");
-
-        try
-        {
-            int expected = 0x0000;
-            int actual = (int)EventAttributes.None;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "None's value is not 0x0000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception occurs: " + e);
-            TestLibrary.TestFramework.LogInformation(e.Message);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/eventattributesrtspecialname.cs b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/eventattributesrtspecialname.cs
deleted file mode 100644 (file)
index c2a39ac..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-///  RTSpecialName [v-ly]
-/// </summary>
-public class EventAttributesRTSpecialName
-{
-    public static int Main()
-    {
-        EventAttributesRTSpecialName test = new EventAttributesRTSpecialName();
-
-        TestLibrary.TestFramework.BeginTestCase("EventAttributesRTSpecialName");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        //TestLibrary.TestFramework.LogInformation("[Negative]");
-        //retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Postive Test Case
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            int expected = 0x0400;
-            int actual = (int)EventAttributes.RTSpecialName;
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "RTSpecialName's value is not 0x0400");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception occurs: " + e);
-            TestLibrary.TestFramework.LogInformation(e.Message);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/eventattributes/eventattributesspecialname.cs b/tests/src/CoreMangLib/cti/system/reflection/eventattributes/eventattributesspecialname.cs
deleted file mode 100644 (file)
index 12326eb..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-///  SpecialName [v-wenyz]
-/// </summary>
-
-public class EventAttributesSpecialName
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            int expected = 0x0200;
-            int actual = (int)EventAttributes.SpecialName;
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "SpecialName's value is not 0x0200");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EventAttributesSpecialName test = new EventAttributesSpecialName();
-
-        TestLibrary.TestFramework.BeginTestCase("EventAttributesSpecialName");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesAssembly.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesAssembly.csproj
deleted file mode 100644 (file)
index bf476a6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesassembly.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamANDAssem.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamANDAssem.csproj
deleted file mode 100644 (file)
index d391229..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesfamandassem.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamORAssem.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamORAssem.csproj
deleted file mode 100644 (file)
index 1acb7ae..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesfamorassem.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamily.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFamily.csproj
deleted file mode 100644 (file)
index de38ca7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesfamily.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesFieldAccessMask.csproj
deleted file mode 100644 (file)
index ba4dc37..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesfieldaccessmask.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasDefault.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasDefault.csproj
deleted file mode 100644 (file)
index 8a6fb6e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributeshasdefault.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesHasFieldRVA.csproj
deleted file mode 100644 (file)
index e094475..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributeshasfieldrva.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesInitOnly.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesInitOnly.csproj
deleted file mode 100644 (file)
index 919337c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesinitonly.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesLiteral.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesLiteral.csproj
deleted file mode 100644 (file)
index 761c751..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesliteral.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesNotSerialized.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesNotSerialized.csproj
deleted file mode 100644 (file)
index 91e3964..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesnotserialized.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPinvokeImpl.csproj
deleted file mode 100644 (file)
index ccf470d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributespinvokeimpl.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivate.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivate.csproj
deleted file mode 100644 (file)
index 60a6b2c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesprivate.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivateScope.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPrivateScope.csproj
deleted file mode 100644 (file)
index 23ed878..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesprivatescope.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPublic.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesPublic.csproj
deleted file mode 100644 (file)
index f69d44c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributespublic.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesRTSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesRTSpecialName.csproj
deleted file mode 100644 (file)
index 8c43f10..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesrtspecialname.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesSpecialName.csproj
deleted file mode 100644 (file)
index 15546c6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesspecialname.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesStatic.csproj b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/FieldAttributesStatic.csproj
deleted file mode 100644 (file)
index ec8ec69..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="fieldattributesstatic.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesassembly.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesassembly.cs
deleted file mode 100644 (file)
index ed4d187..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.Assembly[v-jiajul]
-/// </summary>
-public class FieldAttributesAssembly
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)3;
-            if (fieldAttributes != FieldAttributes.Assembly)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesAssembly test = new FieldAttributesAssembly();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesAssembly");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesfamandassem.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesfamandassem.cs
deleted file mode 100644 (file)
index 766e12e..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.FamANDAssem [v-jiajul]
-/// </summary>
-public class FieldAttributesFamANDAssem
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)2;
-            if (fieldAttributes != FieldAttributes.FamANDAssem)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesFamANDAssem test = new FieldAttributesFamANDAssem();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesFamANDAssem");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesfamily.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesfamily.cs
deleted file mode 100644 (file)
index 2e8afd9..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.Family [v-jiajul]
-/// </summary>
-public class FieldAttributesFamily
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)4;
-            if (fieldAttributes != FieldAttributes.Family)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesFamily test = new FieldAttributesFamily();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesFamily");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesfamorassem.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesfamorassem.cs
deleted file mode 100644 (file)
index a27d225..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-public class FieldAttributesFamORAssem
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        //retVal = PosTest2() && retVal;
-        //retVal = PosTest3() && retVal;
-        //retVal = PosTest4() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-        // retVal = NegTest2() && retVal;
-        // retVal = NegTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            //
-            // Add your test logic here
-            //
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    //public bool PosTest2()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("PosTest2: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-
-    //public bool PosTest3()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("PosTest3: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesFamORAssem test = new FieldAttributesFamORAssem();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesFamORAssem");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesfieldaccessmask.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesfieldaccessmask.cs
deleted file mode 100644 (file)
index 59e405c..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.FieldAccessMask [v-jiajul]
-/// </summary>
-public class FieldAttributesFieldAccessMask
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)7;
-            if (fieldAttributes != FieldAttributes.FieldAccessMask)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesFieldAccessMask test = new FieldAttributesFieldAccessMask();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesFieldAccessMask");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributeshasdefault.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributeshasdefault.cs
deleted file mode 100644 (file)
index f12b557..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.HasDefault [v-jiajul]
-/// </summary>
-public class FieldAttributesHasDefault
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)32768;
-            if (fieldAttributes != FieldAttributes.HasDefault)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesHasDefault test = new FieldAttributesHasDefault();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesHasDefault");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributeshasfieldrva.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributeshasfieldrva.cs
deleted file mode 100644 (file)
index c37801d..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.HasFieldRVA [v-jiajul]
-/// </summary>
-public class FieldAttributesHasFieldRVA
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)256;
-            if (fieldAttributes != FieldAttributes.HasFieldRVA)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesHasFieldRVA test = new FieldAttributesHasFieldRVA();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesHasFieldRVA");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesinitonly.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesinitonly.cs
deleted file mode 100644 (file)
index 3016f68..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.InitOnly [v-jiajul]
-/// </summary>
-public class FieldAttributesInitOnly
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)32;
-            if (fieldAttributes != FieldAttributes.InitOnly)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesInitOnly test = new FieldAttributesInitOnly();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesInitOnly");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesliteral.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesliteral.cs
deleted file mode 100644 (file)
index d089345..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.Literal [v-jiajul]
-/// </summary>
-public class FieldAttributesLiteral
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)64;
-            if (fieldAttributes != FieldAttributes.Literal)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesLiteral test = new FieldAttributesLiteral();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesLiteral");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesnotserialized.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesnotserialized.cs
deleted file mode 100644 (file)
index ffe5882..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.NotSerialized [v-jiajul]
-/// </summary>
-public class FieldAttributesNotSerialized
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)128;
-            if (fieldAttributes != FieldAttributes.NotSerialized)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesNotSerialized test = new FieldAttributesNotSerialized();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesNotSerialized");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributespinvokeimpl.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributespinvokeimpl.cs
deleted file mode 100644 (file)
index 2a424b3..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.PinvokeImpl [v-jiajul]
-/// </summary>
-public class FieldAttributesPinvokeImpl
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)8192;
-            if (fieldAttributes != FieldAttributes.PinvokeImpl)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesPinvokeImpl test = new FieldAttributesPinvokeImpl();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesPinvokeImpl");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesprivate.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesprivate.cs
deleted file mode 100644 (file)
index 9486af5..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.Private [v-jiajul]
-/// </summary>
-public class FieldAttributesPrivate
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)1;
-            if (fieldAttributes != FieldAttributes.Private)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesPrivate test = new FieldAttributesPrivate();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesPrivate");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesprivatescope.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesprivatescope.cs
deleted file mode 100644 (file)
index c59698b..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.PrivateScope [v-jiajul]
-/// </summary>
-public class FieldAttributesPrivateScope
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)0;
-            if (fieldAttributes != FieldAttributes.PrivateScope)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesPrivateScope test = new FieldAttributesPrivateScope();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesPrivateScope");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributespublic.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributespublic.cs
deleted file mode 100644 (file)
index dd2c3bd..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.Public [v-jiajul]
-/// </summary>
-public class FieldAttributesPublic
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)6;
-            if (fieldAttributes != FieldAttributes.Public)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesPublic test = new FieldAttributesPublic();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesPublic");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesrtspecialname.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesrtspecialname.cs
deleted file mode 100644 (file)
index f4dc7ca..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-public class FieldAttributesRTSpecialName
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        //retVal = PosTest2() && retVal;
-        //retVal = PosTest3() && retVal;
-        //retVal = PosTest4() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-        // retVal = NegTest2() && retVal;
-        // retVal = NegTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            //
-            // Add your test logic here
-            //
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    //public bool PosTest2()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("PosTest2: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-
-    //public bool PosTest3()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("PosTest3: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesRTSpecialName test = new FieldAttributesRTSpecialName();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesRTSpecialName");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesspecialname.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesspecialname.cs
deleted file mode 100644 (file)
index cf70201..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.FiledAttributes.SpecialName [v-jiajul]
-/// </summary>
-public class FieldAttributesSpecialName
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Check the Int32 value of the enumeration");
-
-        try
-        {
-            FieldAttributes fieldAttributes = (FieldAttributes)512;
-            if (fieldAttributes != FieldAttributes.SpecialName)
-            {
-                TestLibrary.TestFramework.LogError("001", "Result is not the value as expected,fieldAttributes is: " + fieldAttributes.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesSpecialName test = new FieldAttributesSpecialName();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesSpecialName");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesstatic.cs b/tests/src/CoreMangLib/cti/system/reflection/fieldattributes/fieldattributesstatic.cs
deleted file mode 100644 (file)
index ea80671..0000000
+++ /dev/null
@@ -1,139 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-public class FieldAttributesStatic
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        //retVal = PosTest2() && retVal;
-        //retVal = PosTest3() && retVal;
-        //retVal = PosTest4() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-        // retVal = NegTest2() && retVal;
-        // retVal = NegTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            //
-            // Add your test logic here
-            //
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    //public bool PosTest2()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("PosTest2: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-
-    //public bool PosTest3()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("PosTest3: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        FieldAttributesStatic test = new FieldAttributesStatic();
-
-        TestLibrary.TestFramework.BeginTestCase("FieldAttributesStatic");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesAbstract.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesAbstract.csproj
deleted file mode 100644 (file)
index bcbd065..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesabstract.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamANDAssem.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamANDAssem.csproj
deleted file mode 100644 (file)
index ff18567..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesfamandassem.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamORAssem.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamORAssem.csproj
deleted file mode 100644 (file)
index 9dde54e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesfamorassem.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamily.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFamily.csproj
deleted file mode 100644 (file)
index 87d6eb7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesfamily.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFinal.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesFinal.csproj
deleted file mode 100644 (file)
index c24fe3a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesfinal.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHasSecurity.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHasSecurity.csproj
deleted file mode 100644 (file)
index 8c817c7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributeshassecurity.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHideBySig.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesHideBySig.csproj
deleted file mode 100644 (file)
index 8698071..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributeshidebysig.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesMemberAccessMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesMemberAccessMask.csproj
deleted file mode 100644 (file)
index 80ae4b8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesmemberaccessmask.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesNewSlot.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesNewSlot.csproj
deleted file mode 100644 (file)
index 6818bea..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesnewslot.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPinvokeImpl.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPinvokeImpl.csproj
deleted file mode 100644 (file)
index b7f2d0a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributespinvokeimpl.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivate.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivate.csproj
deleted file mode 100644 (file)
index 6206abe..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesprivate.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivateScope.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPrivateScope.csproj
deleted file mode 100644 (file)
index 7bd69fa..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesprivatescope.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPublic.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesPublic.csproj
deleted file mode 100644 (file)
index f868acb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributespublic.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRTSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRTSpecialName.csproj
deleted file mode 100644 (file)
index e87d4bb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesrtspecialname.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRequireSecObject.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesRequireSecObject.csproj
deleted file mode 100644 (file)
index 5015442..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesrequiresecobject.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesReuseSlot.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesReuseSlot.csproj
deleted file mode 100644 (file)
index 26d50b0..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesreuseslot.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesSpecialName.csproj
deleted file mode 100644 (file)
index e774757..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesspecialname.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesStatic.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesStatic.csproj
deleted file mode 100644 (file)
index 78f398b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesstatic.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesUnmanagedExport.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesUnmanagedExport.csproj
deleted file mode 100644 (file)
index ed741f1..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesunmanagedexport.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVirtual.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVirtual.csproj
deleted file mode 100644 (file)
index db38205..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesvirtual.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVtableLayoutMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/MethodAttributesVtableLayoutMask.csproj
deleted file mode 100644 (file)
index b6c71e7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodattributesvtablelayoutmask.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesabstract.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesabstract.cs
deleted file mode 100644 (file)
index 8386cf5..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.Abstract[v-juwa]
-/// </summary>
-public class MethodAttributesAbstract
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.Abstract value is 1024...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)1024;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.Abstract != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.Abstract.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesAbstract test = new MethodAttributesAbstract();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.Abstract");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesfamandassem.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesfamandassem.cs
deleted file mode 100644 (file)
index 435567a..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.FamANDAssem[v-juwa]
-/// </summary>
-public class MethodAttributesFamANDAssem
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-       
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.FamANDAssem value is 2...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)2;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.FamANDAssem != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.FamANDAssem.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesFamANDAssem test = new MethodAttributesFamANDAssem();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.FamANDAssem");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesfamily.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesfamily.cs
deleted file mode 100644 (file)
index ad773d1..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.Family[v-juwa]
-/// </summary>
-public class MethodAttributesFamily
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.Family value is 4...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)4;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.Family != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.Family.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesFamily test = new MethodAttributesFamily();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.Family");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesfamorassem.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesfamorassem.cs
deleted file mode 100644 (file)
index 6326b08..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.FamORAssem[v-juwa]
-/// </summary>
-public class MethodAttributesFamORAssem
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.FamORAssem value is 5...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)5;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.FamORAssem != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.FamORAssem.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesFamORAssem test = new MethodAttributesFamORAssem();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.FamORAssem");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesfinal.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesfinal.cs
deleted file mode 100644 (file)
index 4ed0710..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.Final[v-juwa]
-/// </summary>
-public class MethodAttributesFinal
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.Final value is 32...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)32;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.Final != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.Final.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesFinal test = new MethodAttributesFinal();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.Final");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributeshassecurity.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributeshassecurity.cs
deleted file mode 100644 (file)
index bd4ccb5..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.HasSecurity[v-juwa]
-/// </summary>
-public class MethodAttributesHasSecurity
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.HasSecurity value is 16384...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)16384;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.HasSecurity != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.HasSecurity.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesHasSecurity test = new MethodAttributesHasSecurity();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.HasSecurity");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributeshidebysig.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributeshidebysig.cs
deleted file mode 100644 (file)
index 3159868..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.HideBySig[v-juwa]
-/// </summary>
-public class MethodAttributesHideBySig
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.HideBySig value is 128...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)128;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.HideBySig != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.HideBySig.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-  
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesHideBySig test = new MethodAttributesHideBySig();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.HideBySig");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesmemberaccessmask.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesmemberaccessmask.cs
deleted file mode 100644 (file)
index 9ad96ec..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.MemberAccessMask[v-juwa]
-/// </summary>
-public class MethodAttributesMemberAccessMask
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.MemberAccessMask value is 7...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)7;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.MemberAccessMask != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.MemberAccessMask.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesMemberAccessMask test = new MethodAttributesMemberAccessMask();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.MemberAccessMask");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesnewslot.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesnewslot.cs
deleted file mode 100644 (file)
index 4683d9a..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.NewSlot[v-juwa]
-/// </summary>
-public class MethodAttributesNewSlot
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.NewSlot value is 256...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)256;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.NewSlot != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.NewSlot.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesNewSlot test = new MethodAttributesNewSlot();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.NewSlot");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributespinvokeimpl.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributespinvokeimpl.cs
deleted file mode 100644 (file)
index 29f0de7..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Relection.MethodAttributes.PinvokeImplp[v-juwa]
-/// </summary>
-public class MethodAttributesPinvokeImpl
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.PinvokeImpl value is 8192...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)8192;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.PinvokeImpl != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.PinvokeImpl.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesPinvokeImpl test = new MethodAttributesPinvokeImpl();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Relection.MethodAttributes.PinvokeImpl");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesprivate.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesprivate.cs
deleted file mode 100644 (file)
index f086954..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.Private[v-juwa]
-/// </summary>
-public class MethodAttributesPrivate
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.Private value is 1...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)1;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.Private != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.Private.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesPrivate test = new MethodAttributesPrivate();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.Private");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesprivatescope.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesprivatescope.cs
deleted file mode 100644 (file)
index af155ee..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.PrivateScope[v-juwa]
-/// </summary>
-public class MethodAttributesPrivateScope
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.PrivateScope value is 0...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)0;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.PrivateScope != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.PrivateScope.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesPrivateScope test = new MethodAttributesPrivateScope();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.PrivateScope");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributespublic.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributespublic.cs
deleted file mode 100644 (file)
index 7448316..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.Public [v-juwa]
-/// </summary>
-public class MethodAttributesPublic
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.Public value is 6...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)6;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.Public != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.Public.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesPublic test = new MethodAttributesPublic();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.Public");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesrequiresecobject.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesrequiresecobject.cs
deleted file mode 100644 (file)
index bf88659..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.RequireSecObject[v-juwa]
-/// </summary>
-public class MethodAttributesRequireSecObject
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.RequireSecObject value is 32768...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)32768;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.RequireSecObject != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.RequireSecObject.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-  
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesRequireSecObject test = new MethodAttributesRequireSecObject();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.RequireSecObject");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesreuseslot.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesreuseslot.cs
deleted file mode 100644 (file)
index ac219fe..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.ReuseSlot[v-juwa]
-/// </summary>
-public class MethodAttributesReuseSlot
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.ReuseSlot value is 0...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)0;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.ReuseSlot != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.ReuseSlot.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesReuseSlot test = new MethodAttributesReuseSlot();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.ReuseSlot");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesrtspecialname.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesrtspecialname.cs
deleted file mode 100644 (file)
index a33e124..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.RTSpecialName[v-juwa]
-/// </summary>
-public class MethodAttributesRTSpecialName
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.RTSpecialName value is 4096...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)4096;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.RTSpecialName != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.RTSpecialName.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesRTSpecialName test = new MethodAttributesRTSpecialName();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.RTSpecialName");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesspecialname.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesspecialname.cs
deleted file mode 100644 (file)
index 27d7471..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.SpecialName[v-juwa]
-/// </summary>
-public class MethodAttributesSpecialName
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.SpecialName value is 2048...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)2048;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.SpecialName != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.SpecialName.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesSpecialName test = new MethodAttributesSpecialName();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.SpecialName");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesstatic.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesstatic.cs
deleted file mode 100644 (file)
index 4eb9bf8..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.Static[v-juwa]
-/// </summary>
-public class MethodAttributesStatic
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.Static value is 16...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)16;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.Static != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.Static.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesStatic test = new MethodAttributesStatic();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.Static");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesunmanagedexport.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesunmanagedexport.cs
deleted file mode 100644 (file)
index eec7b46..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.UnmanagedExport[v-juwa]
-/// </summary>
-public class MethodAttributesUnmanagedExport
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.UnmanagedExport value is 8...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)8;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.UnmanagedExport != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.UnmanagedExport.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesUnmanagedExport test = new MethodAttributesUnmanagedExport();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.UnmanagedExport");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesvirtual.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesvirtual.cs
deleted file mode 100644 (file)
index 45e548b..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.Virtual[v-juwa]
-/// </summary>
-public class MethodAttributesVirtual
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.Virtual value is 64...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)64;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.Virtual != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.Virtual.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesVirtual test = new MethodAttributesVirtual();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.Virtual");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesvtablelayoutmask.cs b/tests/src/CoreMangLib/cti/system/reflection/methodattributes/methodattributesvtablelayoutmask.cs
deleted file mode 100644 (file)
index c43463b..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.VtableLayoutMask[v-juwa]
-/// </summary>
-public class MethodAttributesVtableLayoutMask
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodAttributes.VtableLayoutMask value is 256...";
-        const string c_TEST_ID = "P001";
-        MethodAttributes FLAG_VALUE = (MethodAttributes)256;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodAttributes.VtableLayoutMask != FLAG_VALUE)
-            {
-                string errorDesc = "value is not " + FLAG_VALUE.ToString() + " as expected: Actual is " + MethodAttributes.VtableLayoutMask.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodAttributesVtableLayoutMask test = new MethodAttributesVtableLayoutMask();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodAttributes.VtableLayoutMask");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesCodeTypeMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesCodeTypeMask.csproj
deleted file mode 100644 (file)
index bdd5152..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributescodetypemask.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesForwardRef.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesForwardRef.csproj
deleted file mode 100644 (file)
index da0ebf6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributesforwardref.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesIL.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesIL.csproj
deleted file mode 100644 (file)
index 8dcbcd7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributesil.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesInternalCall.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesInternalCall.csproj
deleted file mode 100644 (file)
index 29bcb2d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributesinternalcall.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManaged.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManaged.csproj
deleted file mode 100644 (file)
index c272ef3..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributesmanaged.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManagedMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesManagedMask.csproj
deleted file mode 100644 (file)
index c9bc161..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributesmanagedmask.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNative.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNative.csproj
deleted file mode 100644 (file)
index 177fbaf..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributesnative.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNoInlining.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesNoInlining.csproj
deleted file mode 100644 (file)
index 56cbc8c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributesnoinlining.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesOPTIL.csproj
deleted file mode 100644 (file)
index ef88309..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributesoptil.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesPreserveSig.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesPreserveSig.csproj
deleted file mode 100644 (file)
index ea5da04..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributespreservesig.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesRuntime.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesRuntime.csproj
deleted file mode 100644 (file)
index a64ee34..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributesruntime.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesSynchronized.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesSynchronized.csproj
deleted file mode 100644 (file)
index 7fad8f4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributessynchronized.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesUnmanaged.csproj b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/MethodImplAttributesUnmanaged.csproj
deleted file mode 100644 (file)
index 63f5815..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="methodimplattributesunmanaged.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributescodetypemask.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributescodetypemask.cs
deleted file mode 100644 (file)
index 3a94ddc..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.CodeTypeMask[v-jisong]
-/// </summary>
-public class MethodImplAttributesCodeTypeMask
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.CodeTypeMask value is 0x0003...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes)0x0003;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.CodeTypeMask != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.CodeTypeMask.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesCodeTypeMask test = new MethodImplAttributesCodeTypeMask();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplCodeTypeMask");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesforwardref.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesforwardref.cs
deleted file mode 100644 (file)
index 5022cb8..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.CodeTypeMask[v-jisong]
-/// </summary>
-public class MethodImplAttributesForwardRef
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.ForwardRef value is 0x0010...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes)0x0010;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.ForwardRef != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.ForwardRef.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesForwardRef test = new MethodImplAttributesForwardRef();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplForwardRef");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesil.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesil.cs
deleted file mode 100644 (file)
index 2382c8f..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.IL[v-jisong]
-/// </summary>
-public class MethodImplAttributesIL
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.IL value is 0x0000...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes)0x0000;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.IL != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.IL.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesIL test = new MethodImplAttributesIL();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplIL");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesinternalcall.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesinternalcall.cs
deleted file mode 100644 (file)
index 6280ec2..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.InternalCall[v-jisong]
-/// </summary>
-public class MethodImplAttributesInternalCall
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.InternalCall value is  0x1000...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes) 0x1000;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.InternalCall != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.InternalCall.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesInternalCall test = new MethodImplAttributesInternalCall();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplInternalCall");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesmanaged.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesmanaged.cs
deleted file mode 100644 (file)
index a4dadcf..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.Managed[v-jisong]
-/// </summary>
-public class MethodImplAttributesManaged
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.Managed value is 0x0000...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes)0x0000;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.Managed != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.Managed.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesManaged test = new MethodImplAttributesManaged();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplManaged");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesmanagedmask.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesmanagedmask.cs
deleted file mode 100644 (file)
index 0131899..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.ManagedMask[v-jisong]
-/// </summary>
-public class MethodImplAttributesManagedMask
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.ManagedMask value is 0x0004...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes)0x0004;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.ManagedMask != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.ManagedMask.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesManagedMask test = new MethodImplAttributesManagedMask();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplManagedMask");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesnative.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesnative.cs
deleted file mode 100644 (file)
index 85c8217..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.Native[v-jisong]
-/// </summary>
-public class MethodImplAttributesNative
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.Native value is 0x0001...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes)0x0001;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.Native != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.Native.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesNative test = new MethodImplAttributesNative();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplNative");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesnoinlining.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesnoinlining.cs
deleted file mode 100644 (file)
index ca10d52..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.NoInlining[v-jisong]
-/// </summary>
-public class MethodImplAttributesNoInlining
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.NoInlining value is 0x0008...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes)0x0008;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.NoInlining != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.NoInlining.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesNoInlining test = new MethodImplAttributesNoInlining();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplNoInlining");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesoptil.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesoptil.cs
deleted file mode 100644 (file)
index 6472eb2..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.OPTIL[v-jisong]
-/// </summary>
-public class MethodImplAttributesOPTIL
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.OPTIL value is 0x0002...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes)0x0002;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.OPTIL != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.OPTIL.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesOPTIL test = new MethodImplAttributesOPTIL();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplOPTIL");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributespreservesig.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributespreservesig.cs
deleted file mode 100644 (file)
index 2749bd9..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.PreserveSig[v-jisong]
-/// </summary>
-public class MethodImplAttributesPreserveSig
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.PreserveSig value is 0x0080...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes)0x0080;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.PreserveSig != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.PreserveSig.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesPreserveSig test = new MethodImplAttributesPreserveSig();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplPreserveSig");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesruntime.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesruntime.cs
deleted file mode 100644 (file)
index 77d8e1d..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.Runtime[v-jisong]
-/// </summary>
-public class MethodImplAttributesRuntime
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.Runtime value is 0x0003...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes)0x0003;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.Runtime != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.Runtime.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesRuntime test = new MethodImplAttributesRuntime();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplRuntime");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributessynchronized.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributessynchronized.cs
deleted file mode 100644 (file)
index ed8c5a4..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.Synchronized[v-jisong]
-/// </summary>
-public class MethodImplAttributesSynchronized
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.Synchronized value is 0x0020...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes)0x0020;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.Synchronized != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.Synchronized.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesSynchronized test = new MethodImplAttributesSynchronized();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplSynchronized");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesunmanaged.cs b/tests/src/CoreMangLib/cti/system/reflection/methodimplattributes/methodimplattributesunmanaged.cs
deleted file mode 100644 (file)
index c5ba0b6..0000000
+++ /dev/null
@@ -1,76 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// System.Reflection.MethodAttributes.Unmanaged[v-jisong]
-/// </summary>
-public class MethodImplAttributesUnmanaged
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1:check the MethodImplAttributes.Unmanaged value is 0x0004...";
-        const string c_TEST_ID = "P001";
-        MethodImplAttributes FLAG_VALUE = (MethodImplAttributes)0x0004;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-
-            if (MethodImplAttributes.Unmanaged != FLAG_VALUE)
-            {
-                string errorDesc = "value " + FLAG_VALUE.ToString() + " is not as expected: Actual is " + MethodImplAttributes.Unmanaged.ToString();
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #endregion
-
-    public static int Main()
-    {
-        MethodImplAttributesUnmanaged test = new MethodImplAttributesUnmanaged();
-
-        TestLibrary.TestFramework.BeginTestCase("System.Reflection.MethodImplUnmanaged");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesHasDefault.csproj b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesHasDefault.csproj
deleted file mode 100644 (file)
index 8025217..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="parameterattributeshasdefault.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesIn.csproj b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesIn.csproj
deleted file mode 100644 (file)
index 78c00cd..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="parameterattributesin.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesNone.csproj b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesNone.csproj
deleted file mode 100644 (file)
index c2261f3..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="parameterattributesnone.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOptional.csproj b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOptional.csproj
deleted file mode 100644 (file)
index 7f6ae7b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="parameterattributesoptional.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOut.csproj b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesOut.csproj
deleted file mode 100644 (file)
index 9fdb269..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="parameterattributesout.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesRetval.csproj b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/ParameterAttributesRetval.csproj
deleted file mode 100644 (file)
index 255396e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="parameterattributesretval.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributeshasdefault.cs b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributeshasdefault.cs
deleted file mode 100644 (file)
index 2367989..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-///  HasDefault [v-ly]
-/// </summary>
-public class ParameterAttributesHasDefault
-{
-    public static int Main()
-    {
-        ParameterAttributesHasDefault test = new ParameterAttributesHasDefault();
-
-        TestLibrary.TestFramework.BeginTestCase("ParameterAttributesHasDefault");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        //TestLibrary.TestFramework.LogInformation("[Negative]");
-        //retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Postive Test Case
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            int expected = 0x1000;
-            int actual = (int)ParameterAttributes.HasDefault;
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "HasDefault's value is not 0x0400");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception occurs: " + e);
-            TestLibrary.TestFramework.LogInformation(e.Message);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesin.cs b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesin.cs
deleted file mode 100644 (file)
index 63531d8..0000000
+++ /dev/null
@@ -1,93 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-/// <summary>
-/// In [v-ly]
-/// </summary>
-public class ParameterAttributesIn
-{
-    public static int Main()
-    {
-        ParameterAttributesIn test = new ParameterAttributesIn();
-
-        TestLibrary.TestFramework.BeginTestCase("ParameterAttributesIn");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        //TestLibrary.TestFramework.LogInformation("[Negative]");
-        //retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Postive Test Case
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            int expected = 0x0001;
-            int actual = (int)ParameterAttributes.In;
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "In's value is not 0x0001");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception occurs: " + e);
-            TestLibrary.TestFramework.LogInformation(e.Message);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesnone.cs b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesnone.cs
deleted file mode 100644 (file)
index 200ee5a..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// None [v-ly]
-/// </summary>
-public class ParameterAttributesNone
-{
-    public static int Main()
-    {
-        ParameterAttributesNone test = new ParameterAttributesNone();
-
-        TestLibrary.TestFramework.BeginTestCase("ParameterAttributesNone");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        //TestLibrary.TestFramework.LogInformation("[Negative]");
-        //retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Postive Test Case
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            int expected = 0x0000;
-            int actual = (int)ParameterAttributes.None;
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "None's value is not 0x0000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception occurs: " + e);
-            TestLibrary.TestFramework.LogInformation(e.Message);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesoptional.cs b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesoptional.cs
deleted file mode 100644 (file)
index c9d2e46..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-///  Optional [v-wenyz]
-/// </summary>
-
-public class ParameterAttributesOptional
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            int expected = 0x0010;
-            int actual = (int)ParameterAttributes.Optional;
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Optional's value is not 0x0010");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ParameterAttributesOptional test = new ParameterAttributesOptional();
-
-        TestLibrary.TestFramework.BeginTestCase("ParameterAttributesOptional");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesout.cs b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesout.cs
deleted file mode 100644 (file)
index 0dd6cac..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-///  Out [v-wenyz]
-/// </summary>
-
-public class ParameterAttributesOut
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            int expected = 0x0002;
-            int actual = (int)ParameterAttributes.Out;
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Out's value is not 0x0002");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ParameterAttributesOut test = new ParameterAttributesOut();
-
-        TestLibrary.TestFramework.BeginTestCase("ParameterAttributesOut");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesretval.cs b/tests/src/CoreMangLib/cti/system/reflection/parameterattributes/parameterattributesretval.cs
deleted file mode 100644 (file)
index a50835a..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-///  Retval [v-wenyz]
-/// </summary>
-
-public class ParameterAttributesRetval
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            int expected = 0x0008;
-            int actual = (int)ParameterAttributes.Retval;
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Retval's value is not 0x0008");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        ParameterAttributesRetval test = new ParameterAttributesRetval();
-
-        TestLibrary.TestFramework.BeginTestCase("ParameterAttributesRetval");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesHasDefault.csproj b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesHasDefault.csproj
deleted file mode 100644 (file)
index aec892d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="propertyattributeshasdefault.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesNone.csproj b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesNone.csproj
deleted file mode 100644 (file)
index 1e279da..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="propertyattributesnone.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesRTSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesRTSpecialName.csproj
deleted file mode 100644 (file)
index 4b85c0b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="propertyattributesrtspecialname.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/PropertyAttributesSpecialName.csproj
deleted file mode 100644 (file)
index 0d98b01..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="propertyattributesspecialname.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/propertyattributeshasdefault.cs b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/propertyattributeshasdefault.cs
deleted file mode 100644 (file)
index 2077811..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// PropertyAttributes.HasDefault(v-yaduoj)
-/// </summary>
-public class PropertyAttributesTest
-{
-    private enum MyPropertyAttributes
-    {
-        None = 0x0000,
-        SpecialName = 0x0200,    
-        ReservedMask = 0xf400,
-        RTSpecialName = 0x0400,   
-        HasDefault = 0x1000,     
-        Reserved2 = 0x2000,     
-        Reserved3 = 0x4000,     
-        Reserved4 = 0x8000  
-    }
-
-    public static int Main()
-    {
-        PropertyAttributesTest testObj = new PropertyAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PropertyAttributes.HasDefault");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Property attribute is HasDefault";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPropertyAttributes.HasDefault;
-            actualValue = (int)PropertyAttributes.HasDefault;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "HasDefault value of PropertyAttributes is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/propertyattributesnone.cs b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/propertyattributesnone.cs
deleted file mode 100644 (file)
index 37e1708..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// PropertyAttributes.None(v-yaduoj)
-/// </summary>
-public class PropertyAttributesTest
-{
-    private enum MyPropertyAttributes
-    {
-        None = 0x0000,
-        SpecialName = 0x0200,    
-        ReservedMask = 0xf400,
-        RTSpecialName = 0x0400,
-        HasDefault = 0x1000,     
-        Reserved2 = 0x2000,     
-        Reserved3 = 0x4000,     
-        Reserved4 = 0x8000  
-    }
-
-    public static int Main()
-    {
-        PropertyAttributesTest testObj = new PropertyAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PropertyAttributes.None");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Property attribute is None";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPropertyAttributes.None;
-            actualValue = (int)PropertyAttributes.None;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "None value of PropertyAttributes is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/propertyattributesrtspecialname.cs b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/propertyattributesrtspecialname.cs
deleted file mode 100644 (file)
index 8cfa06c..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// PropertyAttributes.RTSpecialName(v-yaduoj)
-/// </summary>
-public class PropertyAttributesTest
-{
-    private enum MyPropertyAttributes
-    {
-        None = 0x0000,
-        SpecialName = 0x0200,    
-        ReservedMask = 0xf400,
-        RTSpecialName = 0x0400,
-        HasDefault = 0x1000,     
-        Reserved2 = 0x2000,     
-        Reserved3 = 0x4000,     
-        Reserved4 = 0x8000  
-    }
-
-    public static int Main()
-    {
-        PropertyAttributesTest testObj = new PropertyAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PropertyAttributes.RTSpecialName");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Property attribute is RTSpecialName";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPropertyAttributes.RTSpecialName;
-            actualValue = (int)PropertyAttributes.RTSpecialName;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "RTSpecialName value of PropertyAttributes is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/propertyattributesspecialname.cs b/tests/src/CoreMangLib/cti/system/reflection/propertyattributes/propertyattributesspecialname.cs
deleted file mode 100644 (file)
index 3bc3b81..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// PropertyAttributes.SpecialName(v-yaduoj)
-/// </summary>
-public class PropertyAttributesTest
-{
-    private enum MyPropertyAttributes
-    {
-        None = 0x0000,
-        SpecialName = 0x0200,    
-        ReservedMask = 0xf400,
-        RTSpecialName = 0x0400,
-        HasDefault = 0x1000,     
-        Reserved2 = 0x2000,     
-        Reserved3 = 0x4000,     
-        Reserved4 = 0x8000  
-    }
-
-    public static int Main()
-    {
-        PropertyAttributesTest testObj = new PropertyAttributesTest();
-
-        TestLibrary.TestFramework.BeginTestCase("for Enumeration: PropertyAttributes.SpecialName");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Property attribute is SpecialName";
-        string errorDesc;
-
-        int expectedValue;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            expectedValue = (int)MyPropertyAttributes.SpecialName;
-            actualValue = (int)PropertyAttributes.SpecialName;
-            if (actualValue != expectedValue)
-            {
-                errorDesc = "SpecialName value of PropertyAttributes is not the value " + expectedValue +
-                            "as expected: actual(" + actualValue + ")";
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAbstract.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAbstract.csproj
deleted file mode 100644 (file)
index f21b59a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesabstract.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAnsiClass.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAnsiClass.csproj
deleted file mode 100644 (file)
index 40aa5cf..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesansiclass.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoClass.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoClass.csproj
deleted file mode 100644 (file)
index 96365d2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesautoclass.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoLayout.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesAutoLayout.csproj
deleted file mode 100644 (file)
index f03a961..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesautolayout.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesBeforeFieldInit.csproj
deleted file mode 100644 (file)
index 0ad91b1..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesbeforefieldinit.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClass.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClass.csproj
deleted file mode 100644 (file)
index ecb3411..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesclass.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClassSemanticsMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesClassSemanticsMask.csproj
deleted file mode 100644 (file)
index 54127cd..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesclasssemanticsmask.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesExplicitLayout.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesExplicitLayout.csproj
deleted file mode 100644 (file)
index 6081166..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesexplicitlayout.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesHasSecurity.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesHasSecurity.csproj
deleted file mode 100644 (file)
index 3051ce7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributeshassecurity.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesImport.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesImport.csproj
deleted file mode 100644 (file)
index 0d22c32..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesimport.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesInterface.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesInterface.csproj
deleted file mode 100644 (file)
index 5343814..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesinterface.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesLayoutMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesLayoutMask.csproj
deleted file mode 100644 (file)
index 1a1c44f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributeslayoutmask.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedAssembly.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedAssembly.csproj
deleted file mode 100644 (file)
index 500359c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesnestedassembly.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamANDAssem.csproj
deleted file mode 100644 (file)
index 942608b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesnestedfamandassem.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamORAssem.csproj
deleted file mode 100644 (file)
index 3e171e5..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesnestedfamorassem.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamily.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedFamily.csproj
deleted file mode 100644 (file)
index ee6404e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesnestedfamily.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPrivate.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPrivate.csproj
deleted file mode 100644 (file)
index 1252fe4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesnestedprivate.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPublic.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesNestedPublic.csproj
deleted file mode 100644 (file)
index e27bbbc..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesnestedpublic.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesPublic.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesPublic.csproj
deleted file mode 100644 (file)
index 03b0ec1..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributespublic.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesRTSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesRTSpecialName.csproj
deleted file mode 100644 (file)
index 3671870..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesrtspecialname.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSealed.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSealed.csproj
deleted file mode 100644 (file)
index fa6f514..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributessealed.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSequentialLayout.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSequentialLayout.csproj
deleted file mode 100644 (file)
index f0c96b9..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributessequentiallayout.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSerializable.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSerializable.csproj
deleted file mode 100644 (file)
index 2b4096e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesserializable.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSpecialName.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesSpecialName.csproj
deleted file mode 100644 (file)
index fd875bb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesspecialname.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesStringFormatMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesStringFormatMask.csproj
deleted file mode 100644 (file)
index 8c6d205..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesstringformatmask.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesUnicodeClass.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesUnicodeClass.csproj
deleted file mode 100644 (file)
index 3b88576..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesunicodeclass.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesVisibilityMask.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttributesVisibilityMask.csproj
deleted file mode 100644 (file)
index 1bbdb5d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattributesvisibilitymask.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttribytesNotPublic.csproj b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/TypeAttribytesNotPublic.csproj
deleted file mode 100644 (file)
index 60c2ba5..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typeattribytesnotpublic.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesabstract.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesabstract.cs
deleted file mode 100644 (file)
index d8054eb..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// Abstract [v-yishi]
-/// </summary>
-public class TypeAttributesAbstract
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify Abstract's value is 0x00000080");
-
-        try
-        {
-            int expected = 0x00000080;
-            int actual = (int)TypeAttributes.Abstract;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Abstract's value is not 0x00000080");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesAbstract test = new TypeAttributesAbstract();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesAbstract");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesansiclass.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesansiclass.cs
deleted file mode 100644 (file)
index d300cee..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// AnsiClass [v-yishi]
-/// </summary>
-public class TypeAttributesAnsiClass
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify AnsiClass's value is 0x00000000");
-
-        try
-        {
-            int expected = 0x00000000;
-            int actual = (int)TypeAttributes.AnsiClass;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "AnsiClass's value is not 0x00000000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesAnsiClass test = new TypeAttributesAnsiClass();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesAnsiClass");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesautoclass.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesautoclass.cs
deleted file mode 100644 (file)
index 0e0a400..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// AutoClass [v-yishi]
-/// </summary>
-public class TypeAttributesAutoClass
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify AutoClass's value is 0x00020000");
-
-        try
-        {
-            int expected = 0x00020000;
-            int actual = (int)TypeAttributes.AutoClass;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "AutoClass's value is not 0x00020000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesAutoClass test = new TypeAttributesAutoClass();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesAutoClass");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesautolayout.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesautolayout.cs
deleted file mode 100644 (file)
index cccbbc3..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// AutoLayout [v-yishi]
-/// </summary>
-public class TypeAttributesAutoLayout
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify AutoLayout's value is 0x00000000");
-
-        try
-        {
-            int expected = 0x00000000;
-            int actual = (int)TypeAttributes.AutoLayout;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "AutoLayout's value is not 0x00000000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesAutoLayout test = new TypeAttributesAutoLayout();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesAutoLayout");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesbeforefieldinit.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesbeforefieldinit.cs
deleted file mode 100644 (file)
index f6119fd..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// BeforeFieldInit [v-yishi]
-/// </summary>
-public class TypeAttributesBeforeFieldInit
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify BeforeFieldInit's value is 0x00100000");
-
-        try
-        {
-            int expected = 0x00100000;
-            int actual = (int)TypeAttributes.BeforeFieldInit;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "BeforeFieldInit's value is not 0x00100000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesBeforeFieldInit test = new TypeAttributesBeforeFieldInit();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesBeforeFieldInit");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesclass.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesclass.cs
deleted file mode 100644 (file)
index 31a5a93..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// Class [v-yishi]
-/// </summary>
-public class TypeAttributesClass
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify Class's value is 0x00000000");
-
-        try
-        {
-            int expected = 0x00000000;
-            int actual = (int)TypeAttributes.Class;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Class's value is not 0x00000000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesClass test = new TypeAttributesClass();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesClass");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesclasssemanticsmask.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesclasssemanticsmask.cs
deleted file mode 100644 (file)
index 13ad6b3..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// ClassSemanticsMask [v-yishi]
-/// </summary>
-public class TypeAttributesClassSemanticsMask
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify ClassSemanticsMask's value is 0x00000020");
-
-        try
-        {
-            int expected = 0x00000020;
-            int actual = (int)TypeAttributes.ClassSemanticsMask;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ClassSemanticsMask's value is not 0x00000020");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesClassSemanticsMask test = new TypeAttributesClassSemanticsMask();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesClassSemanticsMask");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesexplicitlayout.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesexplicitlayout.cs
deleted file mode 100644 (file)
index 66dd9cb..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// ExplicitLayout [v-yishi]
-/// </summary>
-public class TypeAttributesExplicitLayout
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify ExplicitLayout's value is 0x00000010");
-
-        try
-        {
-            int expected = 0x00000010;
-            int actual = (int)TypeAttributes.ExplicitLayout;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "ExplicitLayout's value is not 0x00000010");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesExplicitLayout test = new TypeAttributesExplicitLayout();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesExplicitLayout");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributeshassecurity.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributeshassecurity.cs
deleted file mode 100644 (file)
index f24fcd7..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// HasSecurity [v-yishi]
-/// </summary>
-public class TypeAttributesHasSecurity
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify HasSecurity's value is 0x00040000");
-
-        try
-        {
-            int expected = 0x00040000;
-            int actual = (int)TypeAttributes.HasSecurity;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "HasSecurity's value is not 0x00040000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesHasSecurity test = new TypeAttributesHasSecurity();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesHasSecurity");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesimport.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesimport.cs
deleted file mode 100644 (file)
index 90174a0..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// Import [v-yishi]
-/// </summary>
-public class TypeAttributesImport
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify Import's value is 0x00001000");
-
-        try
-        {
-            int expected = 0x00001000;
-            int actual = (int)TypeAttributes.Import;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Import's value is not 0x00001000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesImport test = new TypeAttributesImport();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesImport");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesinterface.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesinterface.cs
deleted file mode 100644 (file)
index 302e50b..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// Interface [v-yishi]
-/// </summary>
-public class TypeAttributesInterface
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify Interface's value is 0x00000020");
-
-        try
-        {
-            int expected = 0x00000020;
-            int actual = (int)TypeAttributes.Interface;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Interface's value is not 0x00000020");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesInterface test = new TypeAttributesInterface();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesInterface");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributeslayoutmask.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributeslayoutmask.cs
deleted file mode 100644 (file)
index b01c7ff..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// LayoutMask [v-yishi]
-/// </summary>
-public class TypeAttributesLayoutMask
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify LayoutMask's value is 0x00000018");
-
-        try
-        {
-            int expected = 0x00000018;
-            int actual = (int)TypeAttributes.LayoutMask;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "LayoutMask's value is not 0x00000018");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesLayoutMask test = new TypeAttributesLayoutMask();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesLayoutMask");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedassembly.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedassembly.cs
deleted file mode 100644 (file)
index 017bab3..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// NestedAssembly [v-yishi]
-/// </summary>
-public class TypeAttributesNestedAssembly
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify NestedAssembly's value is 0x00000005");
-
-        try
-        {
-            int expected = 0x00000005;
-            int actual = (int)TypeAttributes.NestedAssembly;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "NestedAssembly's value is not 0x00000005");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesNestedAssembly test = new TypeAttributesNestedAssembly();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesNestedAssembly");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedfamandassem.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedfamandassem.cs
deleted file mode 100644 (file)
index 46cff2b..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// NestedFamANDAssem [v-yishi]
-/// </summary>
-public class TypeAttributesNestedFamANDAssem
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify NestedFamANDAssem's value is 0x00000006");
-
-        try
-        {
-            int expected = 0x00000006;
-            int actual = (int)TypeAttributes.NestedFamANDAssem;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "NestedFamANDAssem's value is not 0x00000006");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesNestedFamANDAssem test = new TypeAttributesNestedFamANDAssem();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesNestedFamANDAssem");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedfamily.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedfamily.cs
deleted file mode 100644 (file)
index fa7e880..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// NestedFamily [v-yishi]
-/// </summary>
-public class TypeAttributesNestedFamily
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify NestedFamily's value is 0x00000004");
-
-        try
-        {
-            int expected = 0x00000004;
-            int actual = (int)TypeAttributes.NestedFamily;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "NestedFamily's value is not 0x00000004");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesNestedFamily test = new TypeAttributesNestedFamily();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesNestedFamily");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedfamorassem.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedfamorassem.cs
deleted file mode 100644 (file)
index 887ef7a..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// NestedFamORAssem [v-yishi]
-/// </summary>
-public class TypeAttributesNestedFamORAssem
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify NestedFamORAssem's value is 0x00000007");
-
-        try
-        {
-            int expected = 0x00000007;
-            int actual = (int)TypeAttributes.NestedFamORAssem;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "NestedFamORAssem's value is not 0x00000007");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesNestedFamORAssem test = new TypeAttributesNestedFamORAssem();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesNestedFamORAssem");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedprivate.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedprivate.cs
deleted file mode 100644 (file)
index 4a5d687..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// NestedPrivate [v-yishi]
-/// </summary>
-public class TypeAttributesNestedPrivate
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify NestedPrivate's value is 0x00000003");
-
-        try
-        {
-            int expected = 0x00000003;
-            int actual = (int)TypeAttributes.NestedPrivate;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "NestedPrivate's value is not 0x00000003");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesNestedPrivate test = new TypeAttributesNestedPrivate();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesNestedPrivate");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedpublic.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesnestedpublic.cs
deleted file mode 100644 (file)
index 282df31..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// NestedPublic [v-yishi]
-/// </summary>
-public class TypeAttributesNestedPublic
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify NestedPublic's value is 0x00000002");
-
-        try
-        {
-            int expected = 0x00000002;
-            int actual = (int)TypeAttributes.NestedPublic;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "NestedPublic's value is not 0x00000002");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesNestedPublic test = new TypeAttributesNestedPublic();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesNestedPublic");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributespublic.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributespublic.cs
deleted file mode 100644 (file)
index 35c27d9..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// Public [v-yishi]
-/// </summary>
-public class TypeAttributesPublic
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify Public's value is 0x00000001");
-
-        try
-        {
-            int expected = 0x00000001;
-            int actual = (int)TypeAttributes.Public;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Public's value is not 0x00000001");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesPublic test = new TypeAttributesPublic();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesPublic");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesrtspecialname.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesrtspecialname.cs
deleted file mode 100644 (file)
index d95a3d8..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// RTSpecialName [v-yishi]
-/// </summary>
-public class TypeAttributesRTSpecialName
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify RTSpecialName's value is 0x00000800");
-
-        try
-        {
-            int expected = 0x00000800;
-            int actual = (int)TypeAttributes.RTSpecialName;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "RTSpecialName's value is not 0x00000800");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesRTSpecialName test = new TypeAttributesRTSpecialName();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesRTSpecialName");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributessealed.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributessealed.cs
deleted file mode 100644 (file)
index 35faeba..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// Sealed [v-yishi]
-/// </summary>
-public class TypeAttributesSealed
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify Sealed's value is 0x00000100");
-
-        try
-        {
-            int expected = 0x00000100;
-            int actual = (int)TypeAttributes.Sealed;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Sealed's value is not 0x00000100");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesSealed test = new TypeAttributesSealed();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesSealed");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributessequentiallayout.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributessequentiallayout.cs
deleted file mode 100644 (file)
index 017a47e..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// SequentialLayout [v-yishi]
-/// </summary>
-public class TypeAttributesSequentialLayout
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify SequentialLayout's value is 0x00000008");
-
-        try
-        {
-            int expected = 0x00000008;
-            int actual = (int)TypeAttributes.SequentialLayout;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "SequentialLayout's value is not 0x00000008");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesSequentialLayout test = new TypeAttributesSequentialLayout();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesSequentialLayout");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesserializable.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesserializable.cs
deleted file mode 100644 (file)
index e8aaea0..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// Serializable [v-yishi]
-/// </summary>
-public class TypeAttributesSerializable
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify Serializable's value is 0x00002000");
-
-        try
-        {
-            int expected = 0x00002000;
-            int actual = (int)TypeAttributes.Serializable;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Serializable's value is not 0x00002000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesSerializable test = new TypeAttributesSerializable();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesSerializable");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesspecialname.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesspecialname.cs
deleted file mode 100644 (file)
index 2b51651..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// SpecialName [v-yishi]
-/// </summary>
-public class TypeAttributesSpecialName
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify SpecialName's value is 0x00000400");
-
-        try
-        {
-            int expected = 0x00000400;
-            int actual = (int)TypeAttributes.SpecialName;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "SpecialName's value is not 0x00000400");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesSpecialName test = new TypeAttributesSpecialName();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesSpecialName");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesstringformatmask.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesstringformatmask.cs
deleted file mode 100644 (file)
index 5053ec9..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// StringFormatMask [v-yishi]
-/// </summary>
-public class TypeAttributesStringFormatMask
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify StringFormatMask's value is 0x00030000");
-
-        try
-        {
-            int expected = 0x00030000;
-            int actual = (int)TypeAttributes.StringFormatMask;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "StringFormatMask's value is not 0x00030000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesStringFormatMask test = new TypeAttributesStringFormatMask();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesStringFormatMask");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesunicodeclass.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesunicodeclass.cs
deleted file mode 100644 (file)
index a037e9d..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// UnicodeClass [v-yishi]
-/// </summary>
-public class TypeAttributesUnicodeClass
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify UnicodeClass's value is 0x00010000");
-
-        try
-        {
-            int expected = 0x00010000;
-            int actual = (int)TypeAttributes.UnicodeClass;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "UnicodeClass's value is not 0x00010000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesUnicodeClass test = new TypeAttributesUnicodeClass();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesUnicodeClass");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesvisibilitymask.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattributesvisibilitymask.cs
deleted file mode 100644 (file)
index 6722fd9..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// VisibilityMask [v-yishi]
-/// </summary>
-public class TypeAttributesVisibilityMask
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify VisibilityMask's value is 0x00000007");
-
-        try
-        {
-            int expected = 0x00000007;
-            int actual = (int)TypeAttributes.VisibilityMask;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "VisibilityMask's value is not 0x00000007");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttributesVisibilityMask test = new TypeAttributesVisibilityMask();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttributesVisibilityMask");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattribytesnotpublic.cs b/tests/src/CoreMangLib/cti/system/reflection/typeattributes/typeattribytesnotpublic.cs
deleted file mode 100644 (file)
index 2a67b91..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Reflection;
-
-/// <summary>
-/// NotPublic [v-yishi]
-/// </summary>
-public class TypeAttribytesNotPublic
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify NotPublic's value is 0x00000000");
-
-        try
-        {
-            int expected = 0x00000000;
-            int actual = (int)TypeAttributes.NotPublic;
-
-            if (expected != actual)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "NotPublic's value is not 0x00000000");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] expected = " + expected + ", actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeAttribytesNotPublic test = new TypeAttribytesNotPublic();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeAttribytesNotPublic");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerCompare2.csproj b/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerCompare2.csproj
deleted file mode 100644 (file)
index e15ad63..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringcomparercompare2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals1.csproj b/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals1.csproj
deleted file mode 100644 (file)
index 0983ac3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringcomparerequals1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals3.csproj b/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerEquals3.csproj
deleted file mode 100644 (file)
index 2a4f430..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringcomparerequals3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerGetType.csproj b/tests/src/CoreMangLib/cti/system/stringcomparer/StringComparerGetType.csproj
deleted file mode 100644 (file)
index 38df0a1..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringcomparergettype.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/stringcomparercompare2.cs b/tests/src/CoreMangLib/cti/system/stringcomparer/stringcomparercompare2.cs
deleted file mode 100644 (file)
index a3b2b91..0000000
+++ /dev/null
@@ -1,233 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-
-///  StringComparerCompare2[v-chche]
-
-/// </summary>
-public class StringComparerCompare2
-{
-
-    #region Public Methods
-
-    public bool RunTests()
-    {
-
-        bool retVal = true;
-
-
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-       
-        return retVal;
-
-    }
-
-
-
-    #region Positive Test Cases
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Verify method compare(string, string) value ");
-
-
-
-        try
-        {
-
-            StringComparer sc = StringComparer.Ordinal;
-            retVal = VerificationHelper(sc, "a", "a", 0, "001.1") && retVal;
-            retVal = VerificationHelper(sc, null, "a", -1, "001.2") && retVal;
-            retVal = VerificationHelper(sc, "a", null, 1, "001.3") && retVal;
-            retVal = VerificationHelper(sc, "abcd", "abcd", 0, "001.4") && retVal;
-            
-
-        }
-
-        catch (Exception e)
-        {
-
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-
-            retVal = false;
-
-        }
-
-
-
-        return retVal;
-
-    }
-    public bool PosTest2()
-    {
-
-        bool retVal = true;
-
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Verify method compare(string, string) value ");
-
-
-
-        try
-        {
-
-            StringComparer sc = StringComparer.Ordinal;
-            
-            if (sc.Compare("abc","ab" )<= 0)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Verify method compare(string, string) value Err.");
-
-                retVal = false;
-            }
-
-
-
-
-        }
-
-        catch (Exception e)
-        {
-
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-
-            retVal = false;
-
-        }
-
-
-
-        return retVal;
-
-    }
-    public bool PosTest3()
-    {
-
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Verify method compare(string, string) value ");
-
-
-
-        try
-        {
-
-            StringComparer sc = StringComparer.Ordinal;
-            
-            if (sc.Compare("a", "abc") >= 0)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Verify method compare(string, string) value Err.");
-
-                retVal = false;
-            }
-
-
-
-
-        }
-
-        catch (Exception e)
-        {
-
-            TestLibrary.TestFramework.LogError("003", "Unexpected exception: " + e);
-
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-
-            retVal = false;
-
-        }
-
-
-
-        return retVal;
-
-    }
-    
-
-    #endregion
-
-
-
-    
-
-    #endregion
-
-    #region Private Methods
-    private bool VerificationHelper(StringComparer sc, string x, string y, int expected, string errorno)
-    {
-        bool retVal = true;
-
-       int actual = sc.Compare(x, y);
-
-       
-
-
-        if (actual != expected)
-        {
-            TestLibrary.TestFramework.LogError(errorno, "Compare returns wrong value");
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE]");
-            retVal = false;
-        }
-        else if (actual < expected)
-        {
-
-        }
-
-        return retVal;
-    }
-    #endregion
-
-
-
-    public static int Main()
-    {
-
-        StringComparerCompare2 test = new StringComparerCompare2();
-
-
-
-        TestLibrary.TestFramework.BeginTestCase(" StringComparerCompare2");
-
-
-
-        if (test.RunTests())
-        {
-
-            TestLibrary.TestFramework.EndTestCase();
-
-            TestLibrary.TestFramework.LogInformation("PASS");
-
-            return 100;
-
-        }
-
-        else
-        {
-
-            TestLibrary.TestFramework.EndTestCase();
-
-            TestLibrary.TestFramework.LogInformation("FAIL");
-
-            return 0;
-
-        }
-
-    }
-
-}
-
-
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/stringcomparerequals1.cs b/tests/src/CoreMangLib/cti/system/stringcomparer/stringcomparerequals1.cs
deleted file mode 100644 (file)
index b035577..0000000
+++ /dev/null
@@ -1,174 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-
-///  StringComparerEquals1[v-chche]
-
-/// </summary>
-public class StringComparerEquals1
-{
-
-    #region Public Methods
-
-    public bool RunTests()
-    {
-
-        bool retVal = true;
-
-
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-
-        retVal = PosTest1() && retVal;
-
-
-
-        
-
-
-        return retVal;
-
-    }
-
-
-
-    #region Positive Test Cases
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-
-
-     
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Verify Method Equal Value . ");
-
-
-
-        try
-        {
-            StringComparer sc = StringComparer.Ordinal;
-            bool expected = true;
-            bool actual = sc.Equals(sc);
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Verify Method Equal Value Err .");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-            
-        }
-
-        catch (Exception e)
-        {
-
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-
-            retVal = false;
-
-        }
-
-
-
-        return retVal;
-
-    }
-    public bool PosTest2()
-    {
-
-        bool retVal = true;
-
-
-
-
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Verify Method Equal Value . ");
-
-
-
-        try
-        {
-            StringComparer sc1 = StringComparer.Ordinal;
-            StringComparer sc2 = StringComparer.CurrentCulture;
-            bool expected = false;
-            bool actual = sc1.Equals(sc2);
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Verify Method Equal Value Err .");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-
-        }
-
-        catch (Exception e)
-        {
-
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-
-            retVal = false;
-
-        }
-
-
-
-        return retVal;
-
-    }
-
-
-    #endregion
-
-
-
-
-    #endregion
-
-
-
-    public static int Main()
-    {
-
-        StringComparerEquals1 test = new StringComparerEquals1();
-
-
-
-        TestLibrary.TestFramework.BeginTestCase("StringComparerEquals1");
-
-
-
-        if (test.RunTests())
-        {
-
-            TestLibrary.TestFramework.EndTestCase();
-
-            TestLibrary.TestFramework.LogInformation("PASS");
-
-            return 100;
-
-        }
-
-        else
-        {
-
-            TestLibrary.TestFramework.EndTestCase();
-
-            TestLibrary.TestFramework.LogInformation("FAIL");
-
-            return 0;
-
-        }
-
-    }
-
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/stringcomparerequals3.cs b/tests/src/CoreMangLib/cti/system/stringcomparer/stringcomparerequals3.cs
deleted file mode 100644 (file)
index 712df51..0000000
+++ /dev/null
@@ -1,190 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-
-///  StringComparerEquals3[v-chche]
-
-/// </summary>
-public class StringComparerEquals3
-{
-
-    #region Public Methods
-
-    public bool RunTests()
-    {
-
-        bool retVal = true;
-
-
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-
-
-      
-
-
-        return retVal;
-
-    }
-
-
-
-    #region Positive Test Cases
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-
-
-       
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Verify Method Equals .");
-
-
-
-        try
-        {
-
-            StringComparer sc = StringComparer.CurrentCulture;
-            string st1 = "aa";
-            string st2 = "aa";
-            string st3 = "";
-            string st4 = "";
-            string st5 = "12a_b";
-            string st6 = "12a_b";
-            bool expected1 = sc.Equals(st1, st2);
-            bool expected2 = sc.Equals(st3, st4);
-            bool expected3 = sc.Equals(st5, st6);
-            bool expected = expected1 && expected2 && expected3;
-            bool actual = true;
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Verify Method Equal Value Err .");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-            
-        }
-
-        catch (Exception e)
-        {
-
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-
-            retVal = false;
-
-        }
-
-
-
-        return retVal;
-
-    }
-    public bool PosTest2()
-    {
-
-        bool retVal = true;
-
-
-
-
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Verify Method Equals .");
-
-
-
-        try
-        {
-
-            StringComparer sc = StringComparer.CurrentCulture;
-            string st1 = "aa";
-            string st2 = "ab_";
-            string st3 = "";
-            string st4 = "-";
-            bool expected1 = sc.Equals(st1, st2);
-            bool expected2 = sc.Equals(st3, st4);
-            bool expected = expected1 && expected2;
-            bool actual = false;
-            if (actual != expected)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Verify Method Equal Value Err .");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual + ", expected = " + expected);
-                retVal = false;
-            }
-
-        }
-
-        catch (Exception e)
-        {
-
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-
-            retVal = false;
-
-        }
-
-
-
-        return retVal;
-
-    }
-
-    #endregion
-
-
-
-
-    #endregion
-
-
-
-    public static int Main()
-    {
-
-        StringComparerEquals3 test = new StringComparerEquals3();
-
-
-
-        TestLibrary.TestFramework.BeginTestCase("StringComparerEquals3");
-
-
-
-        if (test.RunTests())
-        {
-
-            TestLibrary.TestFramework.EndTestCase();
-
-            TestLibrary.TestFramework.LogInformation("PASS");
-
-            return 100;
-
-        }
-
-        else
-        {
-
-            TestLibrary.TestFramework.EndTestCase();
-
-            TestLibrary.TestFramework.LogInformation("FAIL");
-
-            return 0;
-
-        }
-
-    }
-
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparer/stringcomparergettype.cs b/tests/src/CoreMangLib/cti/system/stringcomparer/stringcomparergettype.cs
deleted file mode 100644 (file)
index 2a03527..0000000
+++ /dev/null
@@ -1,213 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-/// <summary>
-
-///  StringComparerGetType[v-chche]
-
-/// </summary>
-#pragma warning disable
-#region StringComparerCtorTest
-public class StringComparerTest : StringComparer
-{
-
-    public StringComparerTest()
-        : base() { }
-
-
-    public override bool Equals(object obj)
-    {
-        return false;
-    }
-
-    public override bool Equals(string str1, string str2)
-    {
-        return false;
-    }
-    public override int GetHashCode(string str)
-    {
-        return 0;
-    }
-
-    public override int GetHashCode()
-    {
-        return 0;
-    }
-
-    public override int Compare(string x, string y)
-    {
-        return 0;
-    }
-}
-#endregion 
-
-public class StringComparerGetType
-{
-
-    #region Public Methods
-
-    public bool RunTests()
-    {
-
-        bool retVal = true;
-
-
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-
-        retVal = PosTest1() && retVal;
-
-
-
-       
-
-
-
-        return retVal;
-
-    }
-
-
-
-    #region Positive Test Cases
-
-    public bool PosTest1()
-    {
-
-        bool retVal = true;
-
-
-
-        
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Verify Method GetType. ");
-
-
-
-        try
-        {
-
-            StringComparerTest sc1 = new StringComparerTest();
-           
-           
-            if (sc1.GetType() != typeof(StringComparerTest))
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Verify Method GetType Err.");
-                
-                retVal = false;
-
-             }
-               
-            
-        }
-
-        catch (Exception e)
-        {
-
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-
-            retVal = false;
-
-        }
-
-
-
-        return retVal;
-
-    }
-
-    #endregion
-
-
-
-    #region Nagetive Test Cases
-
-    //public bool NegTest1()
-
-    //{
-
-    //    bool retVal = true;
-
-
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-
-
-    //    try
-
-    //    {
-
-    //          //
-
-    //          // Add your test logic here
-
-    //          //
-
-    //    }
-
-    //    catch (Exception e)
-
-    //    {
-
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-
-    //        retVal = false;
-
-    //    }
-
-
-
-    //    return retVal;
-
-    //}
-
-    #endregion
-
-    #endregion
-
-
-
-    public static int Main()
-    {
-
-        StringComparerGetType test = new StringComparerGetType();
-
-
-
-        TestLibrary.TestFramework.BeginTestCase("StringComparerGetType");
-
-
-
-        if (test.RunTests())
-        {
-
-            TestLibrary.TestFramework.EndTestCase();
-
-            TestLibrary.TestFramework.LogInformation("PASS");
-
-            return 100;
-
-        }
-
-        else
-        {
-
-            TestLibrary.TestFramework.EndTestCase();
-
-            TestLibrary.TestFramework.LogInformation("FAIL");
-
-            return 0;
-
-        }
-
-    }
-
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCulture.csproj b/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCulture.csproj
deleted file mode 100644 (file)
index 5d7b57b..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringcomparisoncurrentculture.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj b/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonCurrentCultureIgnoreCase.csproj
deleted file mode 100644 (file)
index 0fae2de..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringcomparisoncurrentcultureignorecase.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinal.csproj b/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinal.csproj
deleted file mode 100644 (file)
index 4061446..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringcomparisonordinal.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj b/tests/src/CoreMangLib/cti/system/stringcomparison/StringComparisonOrdinalIgnoreCase.csproj
deleted file mode 100644 (file)
index bd7ab88..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringcomparisonordinalignorecase.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/stringcomparisoncurrentculture.cs b/tests/src/CoreMangLib/cti/system/stringcomparison/stringcomparisoncurrentculture.cs
deleted file mode 100644 (file)
index 2af59d2..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// CurrentCulture [v-yishi]
-/// </summary>
-public class StringComparisonCurrentCulture
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify CurrentCulture's value is 0");
-
-        try
-        {
-            int actual = (int)StringComparison.CurrentCulture;
-            if (actual != 0)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "CurrentCulture's value is not 0");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StringComparisonCurrentCulture test = new StringComparisonCurrentCulture();
-
-        TestLibrary.TestFramework.BeginTestCase("StringComparisonCurrentCulture");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/stringcomparisoncurrentcultureignorecase.cs b/tests/src/CoreMangLib/cti/system/stringcomparison/stringcomparisoncurrentcultureignorecase.cs
deleted file mode 100644 (file)
index aab1ee9..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// CurrentCultureIgnoreCase [v-yishi]
-/// </summary>
-public class StringComparisonCurrentCultureIgnoreCase
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify CurrentCultureIgnoreCase's value is 1");
-
-        try
-        {
-            int actual = (int)StringComparison.CurrentCultureIgnoreCase;
-            if (actual != 1)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "CurrentCultureIgnoreCase's value is not 1");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StringComparisonCurrentCultureIgnoreCase test = new StringComparisonCurrentCultureIgnoreCase();
-
-        TestLibrary.TestFramework.BeginTestCase("StringComparisonCurrentCultureIgnoreCase");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/stringcomparisonordinal.cs b/tests/src/CoreMangLib/cti/system/stringcomparison/stringcomparisonordinal.cs
deleted file mode 100644 (file)
index 6c695ee..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Ordinal [v-yishi]
-/// </summary>
-public class StringComparisonOrdinal
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify Ordinal's value is 4");
-
-        try
-        {
-            int actual = (int)StringComparison.Ordinal;
-            if (actual != 4)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Ordinal's value is not 4");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StringComparisonOrdinal test = new StringComparisonOrdinal();
-
-        TestLibrary.TestFramework.BeginTestCase("StringComparisonOrdinal");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/stringcomparison/stringcomparisonordinalignorecase.cs b/tests/src/CoreMangLib/cti/system/stringcomparison/stringcomparisonordinalignorecase.cs
deleted file mode 100644 (file)
index d6ca988..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// OrdinalIgnoreCase [v-yishi]
-/// </summary>
-public class StringComparisonOrdinalIgnoreCase
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify OrdinalIgnoreCase's value is 5");
-
-        try
-        {
-            int actual = (int)StringComparison.OrdinalIgnoreCase;
-            if (actual != 5)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "OrdinalIgnoreCase's value is not 5");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLE] actual = " + actual);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StringComparisonOrdinalIgnoreCase test = new StringComparisonOrdinalIgnoreCase();
-
-        TestLibrary.TestFramework.BeginTestCase("StringComparisonOrdinalIgnoreCase");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj b/tests/src/CoreMangLib/cti/system/text/decoder/DecoderCtor.csproj
deleted file mode 100644 (file)
index 9eec08c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="decoderctor.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj b/tests/src/CoreMangLib/cti/system/text/decoder/DecoderReset.csproj
deleted file mode 100644 (file)
index faea858..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="decoderreset.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/decoder/decoderctor.cs b/tests/src/CoreMangLib/cti/system/text/decoder/decoderctor.cs
deleted file mode 100644 (file)
index eaa08ec..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-public class DecoderCtorDecoder : Decoder
-{
-    public override int GetCharCount(byte[] bytes, int index, int count)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-}
-
-
-/// <summary>
-/// Ctor
-/// </summary>
-public class DecoderCtor
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call ctor to create a decoder instance");
-
-        try
-        {
-            DecoderCtorDecoder decoder = new DecoderCtorDecoder();
-            if (decoder == null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Call ctor to create a decoder instance returns null reference");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        DecoderCtor test = new DecoderCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("DecoderCtor");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/decoder/decoderreset.cs b/tests/src/CoreMangLib/cti/system/text/decoder/decoderreset.cs
deleted file mode 100644 (file)
index bcf8acc..0000000
+++ /dev/null
@@ -1,146 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// Reset
-/// </summary>
-public class DecoderReset
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call Reset to reset the decoder instance without perform any convertions");
-
-        try
-        {
-            Decoder decoder = Encoding.UTF8.GetDecoder();
-            decoder.Reset();
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Call Reset to reset the decoder instance after a valid convertions");
-
-        try
-        {
-            Decoder decoder = Encoding.UTF8.GetDecoder();
-            byte[] bytes = new byte[127];
-            char[] chars = new char[bytes.Length];
-            for ( int i = 0; i < bytes.Length; ++i )
-            {
-                bytes[i] = (byte)i;
-            }
-
-            decoder.GetChars(bytes, 0, bytes.Length, chars, 0, false);
-            decoder.Reset();
-
-            decoder.GetChars(bytes, 0, bytes.Length, chars, 0, true);
-            decoder.Reset();
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Call Reset to reset the decoder instance after a invalid convertions");
-
-        try
-        {
-            Decoder decoder = Encoding.Unicode.GetDecoder();
-            byte[] bytes = new byte[127];
-            char[] chars = new char[bytes.Length];
-            for (int i = 0; i < bytes.Length; ++i)
-            {
-                bytes[i] = (byte)i;
-            }
-
-            try
-            {
-                decoder.GetChars(bytes, 0, bytes.Length, chars, chars.Length - 1, false);
-            }
-            catch (ArgumentException)
-            {
-                decoder.Reset();
-            }
-            decoder.GetChars(bytes, 0, bytes.Length, chars, 0, false);
-
-            try
-            {
-                decoder.GetChars(bytes, 0, bytes.Length, chars, chars.Length - 1, true);
-            }
-            catch (ArgumentException)
-            {
-                decoder.Reset();
-            }
-            decoder.GetChars(bytes, 0, bytes.Length, chars, 0, true);
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        DecoderReset test = new DecoderReset();
-
-        TestLibrary.TestFramework.BeginTestCase("DecoderReset");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj b/tests/src/CoreMangLib/cti/system/text/encoder/EncoderCtor.csproj
deleted file mode 100644 (file)
index 0626abe..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encoderctor.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoder/encoderctor.cs b/tests/src/CoreMangLib/cti/system/text/encoder/encoderctor.cs
deleted file mode 100644 (file)
index 74ecdda..0000000
+++ /dev/null
@@ -1,84 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-public class TestEncoder : Encoder
-{
-    public override int GetByteCount(char[] chars, int index, int count, bool flush)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-
-    public override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush)
-    {
-        throw new Exception("The method or operation is not implemented.");
-    }
-}
-
-/// <summary>
-/// ctor
-/// </summary>
-public class EncoderCtor
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call ctor to construct a new instance");
-
-        try
-        {
-            Encoder encoder = new TestEncoder();
-
-            if (encoder == null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Calling ctor to construct a new instance returns null reference");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncoderCtor test = new EncoderCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("EncoderCtor");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingBigEndianUnicode.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingBigEndianUnicode.csproj
deleted file mode 100644 (file)
index 392480c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodingbigendianunicode.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingClone.csproj
deleted file mode 100644 (file)
index 37c94bd..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodingclone.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert1.csproj
deleted file mode 100644 (file)
index 316d574..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodingconvert1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingConvert2.csproj
deleted file mode 100644 (file)
index 253fd08..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodingconvert2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingCtor1.csproj
deleted file mode 100644 (file)
index c6bfa0b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodingctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingEquals.csproj
deleted file mode 100644 (file)
index d775cec..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodingequals.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount.csproj
deleted file mode 100644 (file)
index 78e4ba6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetbytecount.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount1.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount1.csproj
deleted file mode 100644 (file)
index fea8056..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetbytecount1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount2.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount2.csproj
deleted file mode 100644 (file)
index e386783..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetbytecount2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount3.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetByteCount3.csproj
deleted file mode 100644 (file)
index a4ac4cc..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetbytecount3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes1.csproj
deleted file mode 100644 (file)
index f45e2a0..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetbytes1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes2.csproj
deleted file mode 100644 (file)
index 9359c84..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetbytes2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes3.csproj
deleted file mode 100644 (file)
index a46a0c4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetbytes3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes4.csproj
deleted file mode 100644 (file)
index 2f0adee..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetbytes4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetBytes5.csproj
deleted file mode 100644 (file)
index a0f285c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetbytes5.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount.csproj
deleted file mode 100644 (file)
index fc7112d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetcharcount.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount1.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount1.csproj
deleted file mode 100644 (file)
index 6583502..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetcharcount1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount2.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetCharCount2.csproj
deleted file mode 100644 (file)
index 8de7874..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetcharcount2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars1.csproj
deleted file mode 100644 (file)
index 40e61ba..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetchars1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars2.csproj
deleted file mode 100644 (file)
index f7a9bba..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetchars2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetChars3.csproj
deleted file mode 100644 (file)
index fcf71c9..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetchars3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetDecoder.csproj
deleted file mode 100644 (file)
index 55d3c9c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetdecoder.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoder.csproj
deleted file mode 100644 (file)
index ed2f666..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetencoder.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetEncoding2.csproj
deleted file mode 100644 (file)
index b86056a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetencoding2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxByteCount.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxByteCount.csproj
deleted file mode 100644 (file)
index 1d3cf76..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetmaxbytecount.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxCharCount.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetMaxCharCount.csproj
deleted file mode 100644 (file)
index 87d09ed..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetmaxcharcount.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetPreamble.csproj
deleted file mode 100644 (file)
index b50f20d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetpreamble.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingGetString.csproj
deleted file mode 100644 (file)
index 188e871..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodinggetstring.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUTF8.csproj
deleted file mode 100644 (file)
index d17bd4b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodingutf8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingUnicode.csproj
deleted file mode 100644 (file)
index 39a9eeb..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodingunicode.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj b/tests/src/CoreMangLib/cti/system/text/encoding/EncodingWebName.csproj
deleted file mode 100644 (file)
index 74c42f6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="encodingwebname.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodingbigendianunicode.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodingbigendianunicode.cs
deleted file mode 100644 (file)
index bfb631f..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// BigEndianUnicode
-/// </summary>
-
-public class EncodingBigEndianUnicode
-{
-    #region Public Methods 
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify property BigEndianUnicode .");
-
-        try
-        {
-            Encoding ascii = Encoding.BigEndianUnicode;
-
-            if (ascii == null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Property BigEndianUnicode Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingBigEndianUnicode test = new EncodingBigEndianUnicode();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingBigEndianUnicode");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodingclone.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodingclone.cs
deleted file mode 100644 (file)
index fa0d60d..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// Clone
-/// </summary>
-
-public class EncodingClone
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method Clone .");
-
-        try
-        {
-            Encoding encoding = Encoding.UTF8;
-            Encoding encodingClone = (Encoding)encoding.Clone();
-
-            if (Encoding.ReferenceEquals(encoding, encodingClone) || !Encoding.Equals(encoding, encodingClone))
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method Clone Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingClone test = new EncodingClone();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingClone");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodingconvert1.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodingconvert1.cs
deleted file mode 100644 (file)
index 41ed813..0000000
+++ /dev/null
@@ -1,183 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// Convert(System.Text.Encoding,System.Text.Encoding,System.Byte[])
-/// </summary>
-
-public class EncodingConvert1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method Convert .");
-
-        try
-        {
-            string unicodeStr = "test string .";
-
-            Encoding ascii = Encoding.UTF8;
-            Encoding unicode = Encoding.Unicode;
-
-            byte[] unicodeBytes = unicode.GetBytes(unicodeStr);
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes);
-
-            char[] asciiChars = new char[ascii.GetCharCount(asciiBytes, 0, asciiBytes.Length)];
-            ascii.GetChars(asciiBytes, 0, asciiBytes.Length, asciiChars, 0);
-            string asciiStr = new string(asciiChars);
-
-            if (unicodeStr != asciiStr)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method Convert Err !");
-                retVal = false;
-                return retVal;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown.");
-
-        try
-        {
-            string unicodeStr = "test string .";
-
-            Encoding ascii = null;
-            Encoding unicode = Encoding.Unicode;
-
-            byte[] unicodeBytes = unicode.GetBytes(unicodeStr);
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentNullException is not thrown.");
-
-        try
-        {
-            Encoding ascii = Encoding.UTF8;
-            Encoding unicode = null;
-
-            byte[] unicodeBytes = new byte[] { 1,2,3};
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentNullException is not thrown.");
-
-        try
-        {
-            Encoding ascii = Encoding.UTF8;
-            Encoding unicode = Encoding.Unicode;
-
-            byte[] unicodeBytes = null;
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingConvert1 test = new EncodingConvert1();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingConvert1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodingconvert2.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodingconvert2.cs
deleted file mode 100644 (file)
index 5a62c8c..0000000
+++ /dev/null
@@ -1,358 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// Convert(System.Text.Encoding,System.Text.Encoding,System.Byte[],System.Int32,System.Int32)
-/// </summary>
-
-public class EncodingConvert2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method Convert when count == bytes.Length .");
-
-        try
-        {
-            string unicodeStr = "test string .";
-
-            Encoding ascii = Encoding.UTF8;
-            Encoding unicode = Encoding.Unicode;
-
-            byte[] unicodeBytes = unicode.GetBytes(unicodeStr);
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes,0,unicodeBytes.Length);
-
-            char[] asciiChars = new char[ascii.GetCharCount(asciiBytes, 0, asciiBytes.Length)];
-            ascii.GetChars(asciiBytes, 0, asciiBytes.Length, asciiChars, 0);
-            string asciiStr = new string(asciiChars);
-
-            if (unicodeStr != asciiStr)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method Convert Err !");
-                retVal = false;
-                return retVal;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method Convert when count == 0 .");
-
-        try
-        {
-            string unicodeStr = "test string .";
-
-            Encoding ascii = Encoding.UTF8;
-            Encoding unicode = Encoding.Unicode;
-
-            byte[] unicodeBytes = unicode.GetBytes(unicodeStr);
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes, 0, 0);
-
-            char[] asciiChars = new char[ascii.GetCharCount(asciiBytes, 0, asciiBytes.Length)];
-            ascii.GetChars(asciiBytes, 0, asciiBytes.Length, asciiChars, 0);
-            string asciiStr = new string(asciiChars);
-
-            if (asciiStr != "")
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method Convert Err !");
-                retVal = false;
-                return retVal;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method Convert when bytes == null.");
-
-        try
-        {
-            Encoding ascii = Encoding.UTF8;
-            Encoding unicode = Encoding.Unicode;
-
-            byte[] unicodeBytes = new byte[0];
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes, 0, 0);
-
-            char[] asciiChars = new char[ascii.GetCharCount(asciiBytes, 0, asciiBytes.Length)];
-            ascii.GetChars(asciiBytes, 0, asciiBytes.Length, asciiChars, 0);
-            string asciiStr = new string(asciiChars);
-
-            if (asciiStr != "")
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method Convert Err !");
-                retVal = false;
-                return retVal;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown.");
-
-        try
-        {
-            string unicodeStr = "test string .";
-
-            Encoding ascii = null;
-            Encoding unicode = Encoding.Unicode;
-
-            byte[] unicodeBytes = unicode.GetBytes(unicodeStr);
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes, 0, unicodeBytes.Length);
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentNullException is not thrown.");
-
-        try
-        {
-            Encoding ascii = Encoding.UTF8;
-            Encoding unicode = null;
-
-            byte[] unicodeBytes = new byte[] { 1, 2, 3 };
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes, 0, unicodeBytes.Length);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentNullException is not thrown.");
-
-        try
-        {
-            Encoding ascii = Encoding.UTF8;
-            Encoding unicode = Encoding.Unicode;
-
-            byte[] unicodeBytes = null;
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes, 0, 2);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            string unicodeStr = "test string .";
-
-            Encoding ascii = Encoding.UTF8;
-            Encoding unicode = Encoding.Unicode;
-
-            byte[] unicodeBytes = unicode.GetBytes(unicodeStr);
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes, -1, unicodeBytes.Length);
-            TestLibrary.TestFramework.LogError("104.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest5: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            string unicodeStr = "test string .";
-
-            Encoding ascii = Encoding.UTF8;
-            Encoding unicode = Encoding.Unicode;
-
-            byte[] unicodeBytes = unicode.GetBytes(unicodeStr);
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes, 0, unicodeBytes.Length + 1);
-            TestLibrary.TestFramework.LogError("105.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("105.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest6()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest6: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            string unicodeStr = "test string .";
-
-            Encoding ascii = Encoding.UTF8;
-            Encoding unicode = Encoding.Unicode;
-
-            byte[] unicodeBytes = unicode.GetBytes(unicodeStr);
-
-            byte[] asciiBytes = Encoding.Convert(unicode, ascii, unicodeBytes, 0, -1);
-            TestLibrary.TestFramework.LogError("106.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("106.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-   
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingConvert2 test = new EncodingConvert2();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingConvert2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodingctor1.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodingctor1.cs
deleted file mode 100644 (file)
index 89a2e77..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// ctor
-/// </summary>
-
-public class EncodingCtor1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify Ctor .");
-
-        try
-        {
-            Encoding encoding = Encoding.UTF8;
-
-            if (encoding == null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Ctor Err !");
-                retVal = false;
-                return retVal;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingCtor1 test = new EncodingCtor1();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingCtor1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodingequals.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodingequals.cs
deleted file mode 100644 (file)
index 8e257ef..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// Equals(System.Object)
-/// </summary>
-
-public class EncodingEquals
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method Equals .");
-
-        try
-        {
-            Encoding e1 = Encoding.GetEncoding("utf-8");
-            Encoding e2 = Encoding.UTF8;
-
-            if (!e1.Equals(e2))
-            {
-                TestLibrary.TestFramework.LogError("001.1", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingEquals test = new EncodingEquals();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingEquals");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytecount.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytecount.cs
deleted file mode 100644 (file)
index 87a3183..0000000
+++ /dev/null
@@ -1,213 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-using TestLibrary;
-
-class EncodingGetByteCount
-{
-    static int Main()
-    {
-        EncodingGetByteCount test = new EncodingGetByteCount();
-
-        TestFramework.BeginTestCase("Encoding.GetByteCount");
-
-        if (test.RunTests())
-        {
-            TestFramework.EndTestCase();
-            TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestFramework.EndTestCase();
-            TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool ret = true;
-
-        // Positive Tests
-        ret &= PositiveTestString(Encoding.UTF8, "TestString", 10, "00A");
-        ret &= PositiveTestString(Encoding.UTF8, "", 0, "00B");
-        ret &= PositiveTestString(Encoding.UTF8, "FooBA\u0400R", 8, "00C");
-        ret &= PositiveTestString(Encoding.UTF8, "\u00C0nima\u0300l", 9, "00D");
-        ret &= PositiveTestString(Encoding.UTF8, "Test\uD803\uDD75Test", 12, "00E");
-        ret &= PositiveTestString(Encoding.UTF8, "Test\uD803Test", 11, "00F");
-        ret &= PositiveTestString(Encoding.UTF8, "Test\uDD75Test", 11, "00G");
-        ret &= PositiveTestString(Encoding.UTF8, "TestTest\uDD75", 11, "00H");
-        ret &= PositiveTestString(Encoding.UTF8, "TestTest\uD803", 11, "00I");
-        ret &= PositiveTestString(Encoding.UTF8, "\uDD75", 3, "00J");
-        ret &= PositiveTestString(Encoding.UTF8, "\uD803\uDD75\uD803\uDD75\uD803\uDD75", 12, "00K");
-        ret &= PositiveTestString(Encoding.UTF8, "\u0130", 2, "00L");
-
-        ret &= PositiveTestString(Encoding.Unicode, "TestString", 20, "00A3");
-        ret &= PositiveTestString(Encoding.Unicode, "", 0, "00B3");
-        ret &= PositiveTestString(Encoding.Unicode, "FooBA\u0400R", 14, "00C3");
-        ret &= PositiveTestString(Encoding.Unicode, "\u00C0nima\u0300l", 14, "00D3");
-        ret &= PositiveTestString(Encoding.Unicode, "Test\uD803\uDD75Test", 20, "00E3");
-        ret &= PositiveTestString(Encoding.Unicode, "Test\uD803Test", 18, "00F3");
-        ret &= PositiveTestString(Encoding.Unicode, "Test\uDD75Test", 18, "00G3");
-        ret &= PositiveTestString(Encoding.Unicode, "TestTest\uDD75", 18, "00H3");
-        ret &= PositiveTestString(Encoding.Unicode, "TestTest\uD803", 18, "00I3");
-        ret &= PositiveTestString(Encoding.Unicode, "\uDD75", 2, "00J3");
-        ret &= PositiveTestString(Encoding.Unicode, "\uD803\uDD75\uD803\uDD75\uD803\uDD75", 12, "00K3");
-        ret &= PositiveTestString(Encoding.Unicode, "\u0130", 2, "00L3");
-
-        ret &= PositiveTestString(Encoding.BigEndianUnicode, "TestString", 20, "00A4");
-        ret &= PositiveTestString(Encoding.BigEndianUnicode, "", 0, "00B4");
-        ret &= PositiveTestString(Encoding.BigEndianUnicode, "FooBA\u0400R", 14, "00C4");
-        ret &= PositiveTestString(Encoding.BigEndianUnicode, "\u00C0nima\u0300l", 14, "00D4");
-        ret &= PositiveTestString(Encoding.BigEndianUnicode, "Test\uD803\uDD75Test", 20, "00E4");
-        ret &= PositiveTestString(Encoding.BigEndianUnicode, "Test\uD803Test", 18, "00F4");
-        ret &= PositiveTestString(Encoding.BigEndianUnicode, "Test\uDD75Test", 18, "00G4");
-        ret &= PositiveTestString(Encoding.BigEndianUnicode, "TestTest\uDD75", 18, "00H4");
-        ret &= PositiveTestString(Encoding.BigEndianUnicode, "TestTest\uD803", 18, "00I4");
-        ret &= PositiveTestString(Encoding.BigEndianUnicode, "\uDD75", 2, "00J4");
-        ret &= PositiveTestString(Encoding.BigEndianUnicode, "\uD803\uDD75\uD803\uDD75\uD803\uDD75", 12, "00K4");
-        ret &= PositiveTestString(Encoding.BigEndianUnicode, "\u0130", 2, "00L4");
-
-        ret &= PositiveTestChars(Encoding.UTF8, new char[] { 'T', 'e', 's', 't', 'S', 't', 'r', 'i', 'n', 'g' }, 10, "00M");
-        ret &= PositiveTestChars(Encoding.Unicode, new char[] { 'T', 'e', 's', 't', 'S', 't', 'r', 'i', 'n', 'g' }, 20, "00M3");
-        ret &= PositiveTestChars(Encoding.BigEndianUnicode, new char[] { 'T', 'e', 's', 't', 'S', 't', 'r', 'i', 'n', 'g' }, 20, "00M4");
-
-        // Negative Tests
-        ret &= NegativeTestString(new UTF8Encoding(), null, typeof(ArgumentNullException), "00N");
-        ret &= NegativeTestString(new UnicodeEncoding(), null, typeof(ArgumentNullException), "00N3");
-        ret &= NegativeTestString(new UnicodeEncoding(true, false), null, typeof(ArgumentNullException), "00N4");
-
-        ret &= NegativeTestChars(new UTF8Encoding(), null, typeof(ArgumentNullException), "00O");
-        ret &= NegativeTestChars(new UnicodeEncoding(), null, typeof(ArgumentNullException), "00O3");
-        ret &= NegativeTestChars(new UnicodeEncoding(true, false), null, typeof(ArgumentNullException), "00O4");
-
-        ret &= NegativeTestChars2(new UTF8Encoding(), null, 0, 0, typeof(ArgumentNullException), "00P");
-        ret &= NegativeTestChars2(new UTF8Encoding(), new char[] { 't' }, -1, 1, typeof(ArgumentOutOfRangeException), "00P");
-        ret &= NegativeTestChars2(new UTF8Encoding(), new char[] { 't' }, 1, -1, typeof(ArgumentOutOfRangeException), "00Q");
-        ret &= NegativeTestChars2(new UTF8Encoding(), new char[] { 't' }, 0, 10, typeof(ArgumentOutOfRangeException), "00R");
-        ret &= NegativeTestChars2(new UTF8Encoding(), new char[] { 't' }, 2, 0, typeof(ArgumentOutOfRangeException), "00S");
-
-        ret &= NegativeTestChars2(new UnicodeEncoding(), null, 0, 0, typeof(ArgumentNullException), "00P3");
-        ret &= NegativeTestChars2(new UnicodeEncoding(), new char[] { 't' }, -1, 1, typeof(ArgumentOutOfRangeException), "00P3");
-        ret &= NegativeTestChars2(new UnicodeEncoding(), new char[] { 't' }, 1, -1, typeof(ArgumentOutOfRangeException), "00Q3");
-        ret &= NegativeTestChars2(new UnicodeEncoding(), new char[] { 't' }, 0, 10, typeof(ArgumentOutOfRangeException), "00R3");
-        ret &= NegativeTestChars2(new UnicodeEncoding(), new char[] { 't' }, 2, 0, typeof(ArgumentOutOfRangeException), "00S3");
-
-        ret &= NegativeTestChars2(new UnicodeEncoding(true, false), null, 0, 0, typeof(ArgumentNullException), "00P4");
-        ret &= NegativeTestChars2(new UnicodeEncoding(true, false), new char[] { 't' }, -1, 1, typeof(ArgumentOutOfRangeException), "00P4");
-        ret &= NegativeTestChars2(new UnicodeEncoding(true, false), new char[] { 't' }, 1, -1, typeof(ArgumentOutOfRangeException), "00Q4");
-        ret &= NegativeTestChars2(new UnicodeEncoding(true, false), new char[] { 't' }, 0, 10, typeof(ArgumentOutOfRangeException), "00R4");
-        ret &= NegativeTestChars2(new UnicodeEncoding(true, false), new char[] { 't' }, 2, 0, typeof(ArgumentOutOfRangeException), "00S4");
-
-        return ret;
-    }
-
-    public bool PositiveTestString(Encoding enc, string str, int expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Getting byte count for " + str + " with encoding " + enc.WebName);
-        try
-        {
-            int output = enc.GetByteCount(str);
-            if (output != expected)
-            {
-                result = false;
-                TestFramework.LogError("001", "Error in " + id + ", unexpected comparison result. Actual byte count " + output + ", Expected: " + expected);
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("002", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool NegativeTestString(Encoding enc, string str, Type excType, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Getting byte count with encoding " + enc.WebName);
-        try
-        {
-            int output = enc.GetByteCount(str);
-            result = false;
-            TestFramework.LogError("005", "Error in " + id + ", Expected exception not thrown. Actual byte count " + output + ", Expected exception type: " + excType.ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != excType)
-            {
-                result = false;
-                TestFramework.LogError("006", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-
-    public bool PositiveTestChars(Encoding enc, char[] chars, int expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Getting byte count for " + new string(chars) + " with encoding " + enc.WebName);
-        try
-        {
-            int output = enc.GetByteCount(chars);
-            if (output != expected)
-            {
-                result = false;
-                TestFramework.LogError("003", "Error in " + id + ", unexpected comparison result. Actual byte count " + output + ", Expected: " + expected);
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("004", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool NegativeTestChars(Encoding enc, char[] str, Type excType, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Getting byte count with encoding " + enc.WebName);
-        try
-        {
-            int output = enc.GetByteCount(str);
-            result = false;
-            TestFramework.LogError("007", "Error in " + id + ", Expected exception not thrown. Actual byte count " + output + ", Expected exception type: " + excType.ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != excType)
-            {
-                result = false;
-                TestFramework.LogError("008", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-
-    public bool NegativeTestChars2(Encoding enc, char[] str, int index, int count, Type excType, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Getting byte count with encoding " + enc.WebName);
-        try
-        {
-            int output = enc.GetByteCount(str, index, count);
-            result = false;
-            TestFramework.LogError("009", "Error in " + id + ", Expected exception not thrown. Actual byte count " + output + ", Expected exception type: " + excType.ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != excType)
-            {
-                result = false;
-                TestFramework.LogError("010", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytecount1.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytecount1.cs
deleted file mode 100644 (file)
index b996e2c..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetByteCount(System.Char[])
-/// </summary>
-
-public class EncodingGetByteCount1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method  GetByteCount(System.Char[]) .");
-
-        try
-        {
-            char[] testChar = new char[] { 'z', 'a', '\u0306', '\u01FD', '\u03B2', '\uD8FF', '\uDCFF' };
-
-          
-            Encoding u8 = Encoding.UTF8;
-            Encoding u16LE = Encoding.Unicode;
-            Encoding u16BE = Encoding.BigEndianUnicode;
-//            Encoding u32 = Encoding.UTF32;
-
-            if (u8.GetByteCount(testChar) != 12    ||
-                u16LE.GetByteCount(testChar) != 14 ||
-                u16BE.GetByteCount(testChar) != 14)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown.");
-
-        try
-        {
-            char[] testChar = null;
-            Encoding u7 = Encoding.UTF8;
-
-            int i = u7.GetByteCount(testChar);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingGetByteCount1 test = new EncodingGetByteCount1();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetByteCount1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytecount2.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytecount2.cs
deleted file mode 100644 (file)
index 4d8f953..0000000
+++ /dev/null
@@ -1,200 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetByteCount(System.Char[],System.Int32,System.Int32)
-/// </summary>
-
-public class EncodingGetByteCount2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetByteCount(System.Char[],System.Int32,System.Int32) .");
-
-        try
-        {
-            char[] testChar = new char[] { 'z', 'a', '\u0306', '\u01FD', '\u03B2', '\uD8FF', '\uDCFF' };
-
-            Encoding u8 = Encoding.UTF8;
-            Encoding u16LE = Encoding.Unicode;
-            Encoding u16BE = Encoding.BigEndianUnicode;
-
-            if (u8.GetByteCount(testChar, 4, 3) != 6    ||
-                u16LE.GetByteCount(testChar, 4, 3) != 6 ||
-                u16BE.GetByteCount(testChar, 4, 3) != 6 )
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method GetByteCount Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown .");
-
-        try
-        {
-            char[] testChar = null;
-            Encoding u7 = Encoding.UTF8;
-
-            int i = u7.GetByteCount(testChar, 1, 2);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentOutOfRangeException is not thrown .");
-
-        try
-        {
-            char[] testChar = new char[] { 'z', 'a', '\u0306', '\u01FD', '\u03B2', '\uD8FF', '\uDCFF' };
-            Encoding u7 = Encoding.UTF8;
-
-            int i = u7.GetByteCount(testChar, -1, 0);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentOutOfRangeException is not thrown .");
-
-        try
-        {
-            char[] testChar = new char[] { 'z', 'a', '\u0306', '\u01FD', '\u03B2', '\uD8FF', '\uDCFF' };
-            Encoding u7 = Encoding.UTF8;
-
-            int i = u7.GetByteCount(testChar, 0, -1);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: ArgumentOutOfRangeException is not thrown .");
-
-        try
-        {
-            char[] testChar = new char[] { 'z', 'a', '\u0306', '\u01FD', '\u03B2', '\uD8FF', '\uDCFF' };
-            Encoding u7 = Encoding.UTF8;
-
-            int i = u7.GetByteCount(testChar, 0, testChar.Length + 1);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingGetByteCount2 test = new EncodingGetByteCount2();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetByteCount2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytecount3.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytecount3.cs
deleted file mode 100644 (file)
index a2b6c94..0000000
+++ /dev/null
@@ -1,111 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetByteCount(System.String)
-/// </summary>
-
-
-public class EncodingGetByteCount3
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetByteCount(System.String) .");
-
-        try
-        {
-            string testStr = "za\u0306\u01FD\u03B2\uD8ff\uDCFF";
-
-            Encoding u8 = Encoding.UTF8;
-            Encoding u16LE = Encoding.Unicode;
-            Encoding u16BE = Encoding.BigEndianUnicode;
-
-            if (u8.GetByteCount(testStr) != 12    ||
-                u16LE.GetByteCount(testStr) != 14 ||
-                u16BE.GetByteCount(testStr) != 14 )
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method GetByteCount Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown.");
-
-        try
-        {
-            string testStr = null;
-            Encoding u7 = Encoding.UTF8;
-            int i = u7.GetByteCount(testStr);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingGetByteCount3 test = new EncodingGetByteCount3();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetByteCount3");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes1.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes1.cs
deleted file mode 100644 (file)
index c25f168..0000000
+++ /dev/null
@@ -1,460 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-using TestLibrary;
-
-class EncodingGetBytes1
-{
-    static int Main()
-    {
-        EncodingGetBytes1 test = new EncodingGetBytes1();
-
-        TestFramework.BeginTestCase("Encoding.GetBytes");
-
-        if (test.RunTests())
-        {
-            TestFramework.EndTestCase();
-            TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestFramework.EndTestCase();
-            TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool ret = true;
-
-        ret &= Test1();
-        ret &= Test2();
-        ret &= Test3();
-        ret &= Test4();
-        ret &= Test5();
-        ret &= Test6();
-        ret &= Test7();
-        ret &= Test8();
-        ret &= Test9();
-        ret &= Test10();
-
-        ret &= Test11();
-        ret &= Test12();
-        ret &= Test13();
-    
-        ret &= Test40();
-
-        ret &= Test41();
-        ret &= Test42();
-        ret &= Test43();
-        ret &= Test44();
-        ret &= Test45();
-        ret &= Test46();
-        ret &= Test47();
-        ret &= Test48();
-        ret &= Test49();
-        ret &= Test50();
-
-        ret &= Test51();
-        ret &= Test52();
-        ret &= Test53();
-        ret &= Test54();
-        ret &= Test55();
-        ret &= Test56();
-        ret &= Test57();
-        ret &= Test58();
-        ret &= Test59();
-        ret &= Test60();
-
-        ret &= Test61();
-        ret &= Test62();
-        ret &= Test63();
-        ret &= Test64();
-        ret &= Test65();
-        ret &= Test66();
-           ret &= Test69();
-        ret &= Test70();
-
-        ret &= Test71();
-        ret &= Test74();
-        ret &= Test75();
-        ret &= Test76();
-        ret &= Test7();
-        ret &= Test79();
-        ret &= Test80();
-
-        ret &= Test81();
-        ret &= Test82();
-        ret &= Test83();
-        ret &= Test84();
-        ret &= Test85();
-   
-        ret &= Test96();
-        ret &= Test97();
-        ret &= Test98();
-        ret &= Test99();
-        ret &= Test100();
-
-        ret &= Test101();
-        ret &= Test102();
-        ret &= Test103();
-        ret &= Test104();
-        ret &= Test105();
-        ret &= Test106();
-        ret &= Test107();
-        ret &= Test108();
-        ret &= Test109();
-        ret &= Test110();
-
-        ret &= Test111();
-        ret &= Test112();
-        ret &= Test113();
-        ret &= Test114();
-    
-        ret &= Test133();
-        ret &= Test134();
-        ret &= Test135();
-        ret &= Test136();
-        ret &= Test137();
-        ret &= Test138();
-        ret &= Test139();
-        ret &= Test140();
-
-        ret &= Test141();
-        ret &= Test142();
-        ret &= Test143();
-        ret &= Test144();
-        ret &= Test145();
-        ret &= Test146();
-        ret &= Test147();
-        ret &= Test148();
-        ret &= Test149();
-        ret &= Test150();
-
-        ret &= Test151();
-        ret &= Test152();
-        ret &= Test153();
-        ret &= Test154();
-        ret &= Test155();
-        ret &= Test156();
-        ret &= Test157();
-        ret &= Test158();
-        ret &= Test159();
-   
-        ret &= Test107();
-        ret &= Test179();
-        ret &= Test180();
-
-        ret &= Test181();
-        ret &= Test182();
-        ret &= Test183();
-        ret &= Test184();
-        ret &= Test185();
-        ret &= Test186();
-        ret &= Test187();
-        ret &= Test188();
-        ret &= Test189();
-        ret &= Test190();
-
-        ret &= Test191();
-        ret &= Test192();
-        ret &= Test193();
-        ret &= Test194();
-        ret &= Test195();
-
-        return ret;
-    }
-
-            // Positive Tests
-        public bool Test1() { return PositiveTestString(Encoding.UTF8, "TestString", new byte[] { 84, 101, 115, 116, 83, 116, 114, 105, 110, 103 }, "00A"); }
-        public bool Test2() { return PositiveTestString(Encoding.UTF8, "", new byte[] {  }, "00B"); }
-        public bool Test3() { return PositiveTestString(Encoding.UTF8, "FooBA\u0400R", new byte[] { 70, 111, 111, 66, 65, 208, 128, 82 }, "00C"); }
-        public bool Test4() { return PositiveTestString(Encoding.UTF8, "\u00C0nima\u0300l", new byte[] { 195, 128, 110, 105, 109, 97, 204, 128, 108 }, "00D"); }
-        public bool Test5() { return PositiveTestString(Encoding.UTF8, "Test\uD803\uDD75Test", new byte[] { 84, 101, 115, 116, 240, 144, 181, 181, 84, 101, 115, 116 }, "00E"); }
-        public bool Test6() { return PositiveTestString(Encoding.UTF8, "Test\uD803Test", new byte[] { 84, 101, 115, 116, 239, 191, 189, 84, 101, 115, 116 }, "00F"); }
-        public bool Test7() { return PositiveTestString(Encoding.UTF8, "Test\uDD75Test", new byte[] { 84, 101, 115, 116, 239, 191, 189, 84, 101, 115, 116 }, "00G"); }
-        public bool Test8() { return PositiveTestString(Encoding.UTF8, "TestTest\uDD75", new byte[] { 84, 101, 115, 116, 84, 101, 115, 116, 239, 191, 189 }, "00H"); }
-        public bool Test9() { return PositiveTestString(Encoding.UTF8, "TestTest\uD803", new byte[] { 84, 101, 115, 116, 84, 101, 115, 116, 239, 191, 189 }, "00I"); }
-        public bool Test10() { return PositiveTestString(Encoding.UTF8, "\uDD75", new byte[] { 239, 191, 189 }, "00J"); }
-        public bool Test11() { return PositiveTestString(Encoding.UTF8, "\uD803\uDD75\uD803\uDD75\uD803\uDD75", new byte[] { 240, 144, 181, 181, 240, 144, 181, 181, 240, 144, 181, 181 }, "00K"); }
-        public bool Test12() { return PositiveTestString(Encoding.UTF8, "\u0130", new byte[] { 196, 176 }, "00L"); }
-        public bool Test13() { return PositiveTestString(Encoding.UTF8, "\uDD75\uDD75\uD803\uDD75\uDD75\uDD75\uDD75\uD803\uD803\uD803\uDD75\uDD75\uDD75\uDD75", new byte[] { 239, 191, 189, 239, 191, 189, 240, 144, 181, 181, 239, 191, 189, 239, 191, 189, 239, 191, 189, 239, 191, 189, 239, 191, 189, 240, 144, 181, 181, 239, 191, 189, 239, 191, 189, 239, 191, 189 }, "0A2"); }
-         
-      
-        public bool Test40() { return PositiveTestString(Encoding.Unicode, "TestString", new byte[] { 84, 0, 101, 0, 115, 0, 116, 0, 83, 0, 116, 0, 114, 0, 105, 0, 110, 0, 103, 0 }, "00A3"); }
-        public bool Test41() { return PositiveTestString(Encoding.Unicode, "", new byte[] { }, "00B3"); }
-        public bool Test42() { return PositiveTestString(Encoding.Unicode, "FooBA\u0400R", new byte[] { 70, 0, 111, 0, 111, 0, 66, 0, 65, 0, 0, 4, 82, 0 }, "00C3"); }
-        public bool Test43() { return PositiveTestString(Encoding.Unicode, "\u00C0nima\u0300l", new byte[] { 192, 0, 110, 0, 105, 0, 109, 0, 97, 0, 0, 3, 108, 0 }, "00D3"); }
-        public bool Test44() { return PositiveTestString(Encoding.Unicode, "Test\uD803\uDD75Test", new byte[] { 84, 0, 101, 0, 115, 0, 116, 0, 3, 216, 117, 221, 84, 0, 101, 0, 115, 0, 116, 0 }, "00E3"); }
-        public bool Test45() { return PositiveTestString(Encoding.Unicode, "Test\uD803Test", new byte[] { 84, 0, 101, 0, 115, 0, 116, 0, 253, 255, 84, 0, 101, 0, 115, 0, 116, 0 }, "00F3"); }
-        public bool Test46() { return PositiveTestString(Encoding.Unicode, "Test\uDD75Test", new byte[] { 84, 0, 101, 0, 115, 0, 116, 0, 253, 255, 84, 0, 101, 0, 115, 0, 116, 0, }, "00G3"); }
-        public bool Test47() { return PositiveTestString(Encoding.Unicode, "TestTest\uDD75", new byte[] { 84, 0, 101, 0, 115, 0, 116, 0, 84, 0, 101, 0, 115, 0, 116, 0, 253, 255 }, "00H3"); }
-        public bool Test48() { return PositiveTestString(Encoding.Unicode, "TestTest\uD803", new byte[] { 84, 0, 101, 0, 115, 0, 116, 0, 84, 0, 101, 0, 115, 0, 116, 0, 253, 255 }, "00I3"); }
-        public bool Test49() { return PositiveTestString(Encoding.Unicode, "\uDD75", new byte[] { 253, 255 }, "00J3"); }
-        public bool Test50() { return PositiveTestString(Encoding.Unicode, "\uD803\uDD75\uD803\uDD75\uD803\uDD75", new byte[] { 3, 216, 117, 221, 3, 216, 117, 221, 3, 216, 117, 221 }, "00K3"); }
-        public bool Test51() { return PositiveTestString(Encoding.Unicode, "\u0130", new byte[] { 48, 1 }, "00L3"); }
-        public bool Test52() { return PositiveTestString(Encoding.Unicode, "\uDD75\uDD75\uD803\uDD75\uDD75\uDD75\uDD75\uD803\uD803\uD803\uDD75\uDD75\uDD75\uDD75", new byte[] { 253, 255, 253, 255, 3, 216, 117, 221, 253, 255, 253, 255, 253, 255, 253, 255, 253, 255, 3, 216, 117, 221, 253, 255, 253, 255, 253, 255 }, "0A23"); }
-
-        public bool Test53() { return PositiveTestString(Encoding.BigEndianUnicode, "TestString", new byte[] { 0, 84, 0, 101, 0, 115, 0, 116, 0, 83, 0, 116, 0, 114, 0, 105, 0, 110, 0, 103 }, "00A4"); }
-        public bool Test54() { return PositiveTestString(Encoding.BigEndianUnicode, "", new byte[] { }, "00B4"); }
-        public bool Test55() { return PositiveTestString(Encoding.BigEndianUnicode, "FooBA\u0400R", new byte[] { 0, 70, 0, 111, 0, 111, 0, 66, 0, 65, 4, 0, 0, 82 }, "00C4"); }
-        public bool Test56() { return PositiveTestString(Encoding.BigEndianUnicode, "\u00C0nima\u0300l", new byte[] { 0, 192, 0, 110, 0, 105, 0, 109, 0, 97, 3, 0, 0, 108 }, "00D4"); }
-        public bool Test57() { return PositiveTestString(Encoding.BigEndianUnicode, "Test\uD803\uDD75Test", new byte[] { 0, 84, 0, 101, 0, 115, 0, 116, 216, 3, 221, 117, 0, 84, 0, 101, 0, 115, 0, 116 }, "00E4"); }
-        public bool Test58() { return PositiveTestString(Encoding.BigEndianUnicode, "Test\uD803Test", new byte[] { 0, 84, 0, 101, 0, 115, 0, 116, 255, 253, 0, 84, 0, 101, 0, 115, 0, 116 }, "00F4"); }
-        public bool Test59() { return PositiveTestString(Encoding.BigEndianUnicode, "Test\uDD75Test", new byte[] { 0, 84, 0, 101, 0, 115, 0, 116, 255, 253, 0, 84, 0, 101, 0, 115, 0, 116 }, "00G4"); }
-        public bool Test60() { return PositiveTestString(Encoding.BigEndianUnicode, "TestTest\uDD75", new byte[] { 0, 84, 0, 101, 0, 115, 0, 116, 0, 84, 0, 101, 0, 115, 0, 116, 255, 253 }, "00H4"); }
-        public bool Test61() { return PositiveTestString(Encoding.BigEndianUnicode, "TestTest\uD803", new byte[] { 0, 84, 0, 101, 0, 115, 0, 116, 0, 84, 0, 101, 0, 115, 0, 116, 255, 253 }, "00I4"); }
-        public bool Test62() { return PositiveTestString(Encoding.BigEndianUnicode, "\uDD75", new byte[] { 255, 253 }, "00J4"); }
-        public bool Test63() { return PositiveTestString(Encoding.BigEndianUnicode, "\uD803\uDD75\uD803\uDD75\uD803\uDD75", new byte[] { 216, 3, 221, 117, 216, 3, 221, 117, 216, 3, 221, 117 }, "00K4"); }
-        public bool Test64() { return PositiveTestString(Encoding.BigEndianUnicode, "\u0130", new byte[] { 1, 48 }, "00L4"); }
-        public bool Test65() { return PositiveTestString(Encoding.BigEndianUnicode, "\uDD75\uDD75\uD803\uDD75\uDD75\uDD75\uDD75\uD803\uD803\uD803\uDD75\uDD75\uDD75\uDD75", new byte[] { 255, 253, 255, 253, 216, 3, 221, 117, 255, 253, 255, 253, 255, 253, 255, 253, 255, 253, 216, 3, 221, 117, 255, 253, 255, 253, 255, 253 }, "0A24"); }
-
-        public bool Test66() { return PositiveTestChars(Encoding.UTF8, new char[] { 'T', 'e', 's', 't', 'S', 't', 'r', 'i', 'n', 'g' }, new byte[] { 84, 101, 115, 116, 83, 116, 114, 105, 110, 103 }, "00M"); }
-
-        public bool Test69() { return PositiveTestChars(Encoding.Unicode, new char[] { 'T', 'e', 's', 't', 'S', 't', 'r', 'i', 'n', 'g' }, new byte[] { 84, 0, 101, 0, 115, 0, 116, 0, 83, 0, 116, 0, 114, 0, 105, 0, 110, 0, 103, 0 }, "00M3"); }
-        public bool Test70() { return PositiveTestChars(Encoding.BigEndianUnicode, new char[] { 'T', 'e', 's', 't', 'S', 't', 'r', 'i', 'n', 'g' }, new byte[] { 0, 84, 0, 101, 0, 115, 0, 116, 0, 83, 0, 116, 0, 114, 0, 105, 0, 110, 0, 103 }, "00M4"); }
-
-        // Negative Tests
-        public bool Test71() { return NegativeTestString(new UTF8Encoding(), null, typeof(ArgumentNullException), "00N"); }
-
-        public bool Test74() { return NegativeTestString(new UnicodeEncoding(), null, typeof(ArgumentNullException), "00N3"); }
-        public bool Test75() { return NegativeTestString(new UnicodeEncoding(true, false), null, typeof(ArgumentNullException), "00N4"); }
-
-        public bool Test76() { return NegativeTestChars(new UTF8Encoding(), null, typeof(ArgumentNullException), "00O"); }
-
-        public bool Test79() { return NegativeTestChars(new UnicodeEncoding(), null, typeof(ArgumentNullException), "00O3"); }
-        public bool Test80() { return NegativeTestChars(new UnicodeEncoding(true, false), null, typeof(ArgumentNullException), "00O4"); }
-
-        public bool Test81() { return NegativeTestChars2(new UTF8Encoding(), null, 0, 0, typeof(ArgumentNullException), "00P"); }
-        public bool Test82() { return NegativeTestChars2(new UTF8Encoding(), new char[] { 't' }, -1, 1, typeof(ArgumentOutOfRangeException), "00P"); }
-        public bool Test83() { return NegativeTestChars2(new UTF8Encoding(), new char[] { 't' }, 1, -1, typeof(ArgumentOutOfRangeException), "00Q"); }
-        public bool Test84() { return NegativeTestChars2(new UTF8Encoding(), new char[] { 't' }, 0, 10, typeof(ArgumentOutOfRangeException), "00R"); }
-        public bool Test85() { return NegativeTestChars2(new UTF8Encoding(), new char[] { 't' }, 2, 0, typeof(ArgumentOutOfRangeException), "00S"); }
-
-        public bool Test96() { return NegativeTestChars2(new UnicodeEncoding(), null, 0, 0, typeof(ArgumentNullException), "00P3"); }
-        public bool Test97() { return NegativeTestChars2(new UnicodeEncoding(), new char[] { 't' }, -1, 1, typeof(ArgumentOutOfRangeException), "00P3"); }
-        public bool Test98() { return NegativeTestChars2(new UnicodeEncoding(), new char[] { 't' }, 1, -1, typeof(ArgumentOutOfRangeException), "00Q3"); }
-        public bool Test99() { return NegativeTestChars2(new UnicodeEncoding(), new char[] { 't' }, 0, 10, typeof(ArgumentOutOfRangeException), "00R3"); }
-        public bool Test100() { return NegativeTestChars2(new UnicodeEncoding(), new char[] { 't' }, 2, 0, typeof(ArgumentOutOfRangeException), "00S3"); }
-
-        public bool Test101() { return NegativeTestChars2(new UnicodeEncoding(true, false), null, 0, 0, typeof(ArgumentNullException), "00P4"); }
-        public bool Test102() { return NegativeTestChars2(new UnicodeEncoding(true, false), new char[] { 't' }, -1, 1, typeof(ArgumentOutOfRangeException), "00P4"); }
-        public bool Test103() { return NegativeTestChars2(new UnicodeEncoding(true, false), new char[] { 't' }, 1, -1, typeof(ArgumentOutOfRangeException), "00Q4"); }
-        public bool Test104() { return NegativeTestChars2(new UnicodeEncoding(true, false), new char[] { 't' }, 0, 10, typeof(ArgumentOutOfRangeException), "00R4"); }
-        public bool Test105() { return NegativeTestChars2(new UnicodeEncoding(true, false), new char[] { 't' }, 2, 0, typeof(ArgumentOutOfRangeException), "00S4"); }
-
-        static byte[] output = new byte[20];
-        public bool Test106() { return NegativeTestChars3(Encoding.UTF8, null, 0, 0, output, 0, typeof(ArgumentNullException), "00T"); }
-        public bool Test107() { return NegativeTestChars3(Encoding.UTF8, new char[] { 't' }, 0, 0, null, 0, typeof(ArgumentNullException), "00U"); }
-        public bool Test108() { return NegativeTestChars3(Encoding.UTF8, new char[] { 't' }, -1, 0, output, 0, typeof(ArgumentOutOfRangeException), "00V"); }
-        public bool Test109() { return NegativeTestChars3(Encoding.UTF8, new char[] { 't' }, 0, 0, output, -1, typeof(ArgumentOutOfRangeException), "00W"); }
-        public bool Test110() { return NegativeTestChars3(Encoding.UTF8, new char[] { 't' }, 2, 0, output, 0, typeof(ArgumentOutOfRangeException), "00X"); }
-        public bool Test111() { return NegativeTestChars3(Encoding.UTF8, new char[] { 't' }, 0, 0, output, 21, typeof(ArgumentOutOfRangeException), "00Y"); }
-        public bool Test112() { return NegativeTestChars3(Encoding.UTF8, new char[] { 't' }, 0, 10, output, 0, typeof(ArgumentOutOfRangeException), "00Z"); }
-        public bool Test113() { return NegativeTestChars3(Encoding.UTF8, new char[] { 't' }, 0, 1, output, 20, typeof(ArgumentException), "0A0"); }
-        public bool Test114() { return NegativeTestChars3(Encoding.UTF8, new char[] { 't' }, 0, -1, output, 0, typeof(ArgumentOutOfRangeException), "0A1"); }
-
-    
-        public bool Test133() { return NegativeTestChars3(Encoding.Unicode, null, 0, 0, output, 0, typeof(ArgumentNullException), "00T3"); }
-        public bool Test134() { return NegativeTestChars3(Encoding.Unicode, new char[] { 't' }, 0, 0, null, 0, typeof(ArgumentNullException), "00U3"); }
-        public bool Test135() { return NegativeTestChars3(Encoding.Unicode, new char[] { 't' }, -1, 0, output, 0, typeof(ArgumentOutOfRangeException), "00V3"); }
-        public bool Test136() { return NegativeTestChars3(Encoding.Unicode, new char[] { 't' }, 0, 0, output, -1, typeof(ArgumentOutOfRangeException), "00W3"); }
-        public bool Test137() { return NegativeTestChars3(Encoding.Unicode, new char[] { 't' }, 2, 0, output, 0, typeof(ArgumentOutOfRangeException), "00X3"); }
-        public bool Test138() { return NegativeTestChars3(Encoding.Unicode, new char[] { 't' }, 0, 0, output, 21, typeof(ArgumentOutOfRangeException), "00Y3"); }
-        public bool Test139() { return NegativeTestChars3(Encoding.Unicode, new char[] { 't' }, 0, 10, output, 0, typeof(ArgumentOutOfRangeException), "00Z3"); }
-        public bool Test140() { return NegativeTestChars3(Encoding.Unicode, new char[] { 't' }, 0, 1, output, 20, typeof(ArgumentException), "0A03"); }
-        public bool Test141() { return NegativeTestChars3(Encoding.Unicode, new char[] { 't' }, 0, -1, output, 0, typeof(ArgumentOutOfRangeException), "0A13"); }
-
-        public bool Test142() { return NegativeTestChars3(Encoding.BigEndianUnicode, null, 0, 0, output, 0, typeof(ArgumentNullException), "00T4"); }
-        public bool Test143() { return NegativeTestChars3(Encoding.BigEndianUnicode, new char[] { 't' }, 0, 0, null, 0, typeof(ArgumentNullException), "00U4"); }
-        public bool Test144() { return NegativeTestChars3(Encoding.BigEndianUnicode, new char[] { 't' }, -1, 0, output, 0, typeof(ArgumentOutOfRangeException), "00V4"); }
-        public bool Test145() { return NegativeTestChars3(Encoding.BigEndianUnicode, new char[] { 't' }, 0, 0, output, -1, typeof(ArgumentOutOfRangeException), "00W4"); }
-        public bool Test146() { return NegativeTestChars3(Encoding.BigEndianUnicode, new char[] { 't' }, 2, 0, output, 0, typeof(ArgumentOutOfRangeException), "00X4"); }
-        public bool Test147() { return NegativeTestChars3(Encoding.BigEndianUnicode, new char[] { 't' }, 0, 0, output, 21, typeof(ArgumentOutOfRangeException), "00Y4"); }
-        public bool Test148() { return NegativeTestChars3(Encoding.BigEndianUnicode, new char[] { 't' }, 0, 10, output, 0, typeof(ArgumentOutOfRangeException), "00Z4"); }
-        public bool Test149() { return NegativeTestChars3(Encoding.BigEndianUnicode, new char[] { 't' }, 0, 1, output, 20, typeof(ArgumentException), "0A04"); }
-        public bool Test150() { return NegativeTestChars3(Encoding.BigEndianUnicode, new char[] { 't' }, 0, -1, output, 0, typeof(ArgumentOutOfRangeException), "0A14"); }
-
-        public bool Test151() { return NegativeTestString1(Encoding.UTF8, null, 0, 0, output, 0, typeof(ArgumentNullException), "00Ta"); }
-        public bool Test152() { return NegativeTestString1(Encoding.UTF8, "t", 0, 0, null, 0, typeof(ArgumentNullException), "00Ua"); }
-        public bool Test153() { return NegativeTestString1(Encoding.UTF8, "t", -1, 0, output, 0, typeof(ArgumentOutOfRangeException), "00Va"); }
-        public bool Test154() { return NegativeTestString1(Encoding.UTF8, "t", 0, 0, output, -1, typeof(ArgumentOutOfRangeException), "00Wa"); }
-        public bool Test155() { return NegativeTestString1(Encoding.UTF8, "t", 2, 0, output, 0, typeof(ArgumentOutOfRangeException), "00Xa"); }
-        public bool Test156() { return NegativeTestString1(Encoding.UTF8, "t", 0, 0, output, 21, typeof(ArgumentOutOfRangeException), "00Ya"); }
-        public bool Test157() { return NegativeTestString1(Encoding.UTF8, "t", 0, 10, output, 0, typeof(ArgumentOutOfRangeException), "00Za"); }
-        public bool Test158() { return NegativeTestString1(Encoding.UTF8, "t", 0, 1, output, 20, typeof(ArgumentException), "0A0a"); }
-        public bool Test159() { return NegativeTestString1(Encoding.UTF8, "t", 0, -1, output, 0, typeof(ArgumentOutOfRangeException), "0A1a"); }
-
-     
-        public bool Test178() { return NegativeTestString1(Encoding.Unicode, null, 0, 0, output, 0, typeof(ArgumentNullException), "00T3a"); }
-        public bool Test179() { return NegativeTestString1(Encoding.Unicode, "t", 0, 0, null, 0, typeof(ArgumentNullException), "00U3a"); }
-        public bool Test180() { return NegativeTestString1(Encoding.Unicode, "t", -1, 0, output, 0, typeof(ArgumentOutOfRangeException), "00V3a"); }
-        public bool Test181() { return NegativeTestString1(Encoding.Unicode, "t", 0, 0, output, -1, typeof(ArgumentOutOfRangeException), "00W3a"); }
-        public bool Test182() { return NegativeTestString1(Encoding.Unicode, "t", 2, 0, output, 0, typeof(ArgumentOutOfRangeException), "00X3a"); }
-        public bool Test183() { return NegativeTestString1(Encoding.Unicode, "t", 0, 0, output, 21, typeof(ArgumentOutOfRangeException), "00Y3a"); }
-        public bool Test184() { return NegativeTestString1(Encoding.Unicode, "t", 0, 10, output, 0, typeof(ArgumentOutOfRangeException), "00Z3a"); }
-        public bool Test185() { return NegativeTestString1(Encoding.Unicode, "t", 0, 1, output, 20, typeof(ArgumentException), "0A03a"); }
-        public bool Test186() { return NegativeTestString1(Encoding.Unicode, "t", 0, -1, output, 0, typeof(ArgumentOutOfRangeException), "0A13a"); }
-
-        public bool Test187() { return NegativeTestString1(Encoding.BigEndianUnicode, null, 0, 0, output, 0, typeof(ArgumentNullException), "00T4a"); }
-        public bool Test188() { return NegativeTestString1(Encoding.BigEndianUnicode, "t", 0, 0, null, 0, typeof(ArgumentNullException), "00U4a"); }
-        public bool Test189() { return NegativeTestString1(Encoding.BigEndianUnicode, "t", -1, 0, output, 0, typeof(ArgumentOutOfRangeException), "00V4a"); }
-        public bool Test190() { return NegativeTestString1(Encoding.BigEndianUnicode, "t", 0, 0, output, -1, typeof(ArgumentOutOfRangeException), "00W4a"); }
-        public bool Test191() { return NegativeTestString1(Encoding.BigEndianUnicode, "t", 2, 0, output, 0, typeof(ArgumentOutOfRangeException), "00X4a"); }
-        public bool Test192() { return NegativeTestString1(Encoding.BigEndianUnicode, "t", 0, 0, output, 21, typeof(ArgumentOutOfRangeException), "00Y4a"); }
-        public bool Test193() { return NegativeTestString1(Encoding.BigEndianUnicode, "t", 0, 10, output, 0, typeof(ArgumentOutOfRangeException), "00Z4a"); }
-        public bool Test194() { return NegativeTestString1(Encoding.BigEndianUnicode, "t", 0, 1, output, 20, typeof(ArgumentException), "0A04a"); }
-        public bool Test195() { return NegativeTestString1(Encoding.BigEndianUnicode, "t", 0, -1, output, 0, typeof(ArgumentOutOfRangeException), "0A14a"); }
-
-    public bool PositiveTestString(Encoding enc, string str, byte[] expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Getting bytes for " + str + " with encoding " + enc.WebName);
-        try
-        {
-            byte[] bytes = enc.GetBytes(str);
-            if (!TestLibrary.Utilities.CompareBytes(bytes, expected))
-            {
-                result = false;
-                TestFramework.LogError("001", "Error in " + id + ", unexpected comparison result. Actual bytes " + TestLibrary.Utilities.ByteArrayToString(bytes) + ", Expected: " + TestLibrary.Utilities.ByteArrayToString(expected));
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("002", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool NegativeTestString(Encoding enc, string str, Type excType, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Getting bytes with encoding " + enc.WebName);
-        try
-        {
-            byte[] bytes = enc.GetBytes(str);
-            result = false;
-            TestFramework.LogError("005", "Error in " + id + ", Expected exception not thrown. Actual bytes " + TestLibrary.Utilities.ByteArrayToString(bytes) + ", Expected exception type: " + excType.ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != excType)
-            {
-                result = false;
-                TestFramework.LogError("006", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-
-    public bool PositiveTestChars(Encoding enc, char[] chars, byte[] expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Getting bytes for " + new string(chars) + " with encoding " + enc.WebName);
-        try
-        {
-            byte[] bytes = enc.GetBytes(chars);
-            if (!TestLibrary.Utilities.CompareBytes(bytes, expected))
-            {
-                result = false;
-                TestFramework.LogError("003", "Error in " + id + ", unexpected comparison result. Actual bytes " + TestLibrary.Utilities.ByteArrayToString(bytes) + ", Expected: " + TestLibrary.Utilities.ByteArrayToString(expected));
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("004", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool NegativeTestChars(Encoding enc, char[] str, Type excType, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Getting bytes with encoding " + enc.WebName);
-        try
-        {
-            byte[] bytes = enc.GetBytes(str);
-            result = false;
-            TestFramework.LogError("007", "Error in " + id + ", Expected exception not thrown. Actual bytes " + TestLibrary.Utilities.ByteArrayToString(bytes) + ", Expected exception type: " + excType.ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != excType)
-            {
-                result = false;
-                TestFramework.LogError("008", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-
-    public bool NegativeTestChars2(Encoding enc, char[] str, int index, int count, Type excType, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Getting bytes with encoding " + enc.WebName);
-        try
-        {
-            byte[] bytes = enc.GetBytes(str, index, count);
-            result = false;
-            TestFramework.LogError("009", "Error in " + id + ", Expected exception not thrown. Actual bytes " + TestLibrary.Utilities.ByteArrayToString(bytes) + ", Expected exception type: " + excType.ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != excType)
-            {
-                result = false;
-                TestFramework.LogError("010", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-
-    public bool NegativeTestChars3(Encoding enc, char[] str, int index, int count, byte[] bytes, int bIndex, Type excType, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Getting bytes with encoding " + enc.WebName);
-        try
-        {
-            int output = enc.GetBytes(str, index, count, bytes, bIndex);
-            result = false;
-            TestFramework.LogError("011", "Error in " + id + ", Expected exception not thrown. Actual bytes " + TestLibrary.Utilities.ByteArrayToString(bytes) + ", Expected exception type: " + excType.ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != excType)
-            {
-                result = false;
-                TestFramework.LogError("012", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-
-    public bool NegativeTestString1(Encoding enc, string str, int index, int count, byte[] bytes, int bIndex, Type excType, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Getting bytes with encoding " + enc.WebName);
-        try
-        {
-            int output = enc.GetBytes(str, index, count, bytes, bIndex);
-            result = false;
-            TestFramework.LogError("013", "Error in " + id + ", Expected exception not thrown. Actual bytes " + TestLibrary.Utilities.ByteArrayToString(bytes) + ", Expected exception type: " + excType.ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != excType)
-            {
-                result = false;
-                TestFramework.LogError("014", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes2.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes2.cs
deleted file mode 100644 (file)
index 39a815f..0000000
+++ /dev/null
@@ -1,271 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetBytes(System.Char[],System.Int32,System.Int32)
-/// </summary>
-
-public class EncodingGetBytes2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetBytes.");
-
-        try
-        {
-            char[] testChar = new char[] { 'z', 'a', '\u0306', '\u01FD', '\u03B2', '\uD8FF', '\uDCFF' };
-
-
-            Encoding u8 = Encoding.UTF8;
-            Encoding u16LE = Encoding.Unicode;
-            Encoding u16BE = Encoding.BigEndianUnicode;
-
-
-            byte[] actualBytesUTF8 = new byte[] {
-                0x7A, 0x61, 0xCC ,0x86, 0xC7 ,0xBD,
-                0xCE ,0xB2 ,0xF1, 0x8F ,0xB3 ,0xBF};
-
-            byte[] actualBytesUnicode = new byte[]{
-                0x7A, 0x00, 0x61, 0x00, 0x06, 0x03,
-                0xFD, 0x01, 0xB2, 0x03, 0xFF, 0xD8, 
-                0xFF, 0xDC};
-
-            byte[] actualBytesBigEndianUnicode = new byte[]{
-                0x00, 0x7A, 0x00, 0x61, 0x03, 0x06, 
-                0x01, 0xFD, 0x03, 0xB2, 0xD8, 0xFF, 
-                0xDC, 0xFF};
-
-
-            if (!VerifyByteItemValue(u8.GetBytes(testChar,0,testChar.Length), actualBytesUTF8)                ||
-                !VerifyByteItemValue(u16LE.GetBytes(testChar,0,testChar.Length), actualBytesUnicode)          ||
-                !VerifyByteItemValue(u16BE.GetBytes(testChar,0,testChar.Length), actualBytesBigEndianUnicode))
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetBytes when chars is null.");
-
-        try
-        {
-            char[] testChar = new char[0];
-
-             Encoding u8 = Encoding.UTF8;
-            Encoding u16LE = Encoding.Unicode;
-            Encoding u16BE = Encoding.BigEndianUnicode;
-
-            byte[] result = new byte[0];
-
-            if (!VerifyByteItemValue(u8.GetBytes(testChar, 0, testChar.Length), result)    ||
-                !VerifyByteItemValue(u16LE.GetBytes(testChar, 0, testChar.Length), result) ||
-                !VerifyByteItemValue(u16BE.GetBytes(testChar, 0, testChar.Length), result))
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown.");
-
-        try
-        {
-            char[] testChar = null;
-
-            Encoding u7 = Encoding.UTF8;
-
-            byte[] result = u7.GetBytes(testChar, 2, 1);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            char[] testChar = new char[] { 'z', 'a', '\u0306', '\u01FD', '\u03B2', '\uD8FF', '\uDCFF' };
-
-            Encoding u7 = Encoding.UTF8;
-
-            byte[] result = u7.GetBytes(testChar, -1, 1);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            char[] testChar = new char[] { 'z', 'a', '\u0306', '\u01FD', '\u03B2', '\uD8FF', '\uDCFF' };
-
-            Encoding u7 = Encoding.UTF8;
-
-            byte[] result = u7.GetBytes(testChar, 0, -1);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            char[] testChar = new char[] { 'z', 'a', '\u0306', '\u01FD', '\u03B2', '\uD8FF', '\uDCFF' };
-
-            Encoding u7 = Encoding.UTF8;
-
-            byte[] result = u7.GetBytes(testChar, 0, testChar.Length + 1);
-
-            TestLibrary.TestFramework.LogError("104.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingGetBytes2 test = new EncodingGetBytes2();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetBytes2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Method
-    private bool VerifyByteItemValue(byte[] getBytes, byte[] actualBytes)
-    {
-        if (getBytes.Length != actualBytes.Length)
-            return false;
-        else
-        {
-            for (int i = 0; i < getBytes.Length; i++)
-                if (getBytes[i] != actualBytes[i])
-                    return false;
-        }
-
-        return true;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes3.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes3.cs
deleted file mode 100644 (file)
index 410c9b3..0000000
+++ /dev/null
@@ -1,369 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)
-/// </summary>
-
-public class EncodingGetBytes3
-{
-    #region Private Fileds
-    private char[] testChar = new char[] { 'z', 'a', '\u0306', '\u01FD', '\u03B2', '\uD8FF', '\uDCFF' };
-    #endregion
-
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-        retVal = NegTest7() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) with UTF8.");
-
-        try
-        {
-            Encoding u8 = Encoding.UTF8;
-
-            byte[] u8Bytes = u8.GetBytes(testChar, 4, 3);
-            int u8ByteIndex = u8Bytes.GetLowerBound(0);
-
-            if (u8.GetBytes(testChar, 4, 3, u8Bytes, u8ByteIndex) != 6)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) with Unicode.");
-
-        try
-        {
-            Encoding u16LE = Encoding.Unicode;
-
-            byte[] u16LEBytes = u16LE.GetBytes(testChar, 4, 3);
-            int u16LEByteIndex = u16LEBytes.GetLowerBound(0);
-
-            if (u16LE.GetBytes(testChar, 4, 3, u16LEBytes, u16LEByteIndex) != 6)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) with BigEndianUnicode.");
-
-        try
-        {
-            Encoding u16BE = Encoding.BigEndianUnicode;
-
-            byte[] u16BEBytes = u16BE.GetBytes(testChar, 4, 3);
-            int u16BEByteIndex = u16BEBytes.GetLowerBound(0);
-
-            if (u16BE.GetBytes(testChar, 4, 3, u16BEBytes, u16BEByteIndex) != 6)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown.");
-
-        try
-        {
-            char[] testNullChar = null;
-
-            Encoding u7 = Encoding.UTF8;
-
-            byte[] u7Bytes = u7.GetBytes(testChar, 4, 3);
-            int u7ByteIndex = u7Bytes.GetLowerBound(0);
-
-            int result = u7.GetBytes(testNullChar, 4, 3, u7Bytes, u7ByteIndex);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentNullException is not thrown.");
-
-        try
-        {
-            Encoding u7 = Encoding.UTF8;
-
-            byte[] u7Bytes = null;
-            int u7ByteIndex = 1;
-
-            int result = u7.GetBytes(testChar, 4, 3, u7Bytes, u7ByteIndex);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            Encoding u7 = Encoding.UTF8;
-
-            byte[] u7Bytes = u7.GetBytes(testChar, 4, 3);
-            int u7ByteIndex = u7Bytes.GetLowerBound(0);
-
-            int result = u7.GetBytes(testChar, -1, 3, u7Bytes, u7ByteIndex);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            Encoding u7 = Encoding.UTF8;
-
-            byte[] u7Bytes = u7.GetBytes(testChar, 4, 3);
-            int u7ByteIndex = u7Bytes.GetLowerBound(0);
-
-            int result = u7.GetBytes(testChar, 4, -1, u7Bytes, u7ByteIndex);
-
-            TestLibrary.TestFramework.LogError("104.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest5: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            Encoding u7 = Encoding.UTF8;
-
-            byte[] u7Bytes = u7.GetBytes(testChar, 4, 3);
-            int u7ByteIndex = u7Bytes.GetLowerBound(0);
-
-            int result = u7.GetBytes(testChar, testChar.Length - 1, 3, u7Bytes, u7ByteIndex);
-
-            TestLibrary.TestFramework.LogError("105.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("105.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest6()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest6: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            Encoding u7 = Encoding.UTF8;
-
-            byte[] u7Bytes = u7.GetBytes(testChar, 4, 3);
-
-            int result = u7.GetBytes(testChar, 4, 3, u7Bytes, -1);
-
-            TestLibrary.TestFramework.LogError("106.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("106.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest7()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest7: ArgumentException is not thrown.");
-
-        try
-        {
-            Encoding u7 = Encoding.UTF8;
-
-            byte[] u7Bytes = u7.GetBytes(testChar, 4, 3);
-            int u7ByteIndex = u7Bytes.GetLowerBound(0);
-
-            int result = u7.GetBytes(testChar, 4, 3, u7Bytes, u7Bytes.Length - 1);
-
-            TestLibrary.TestFramework.LogError("107.1", "ArgumentException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("107.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingGetBytes3 test = new EncodingGetBytes3();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetBytes3");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes4.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes4.cs
deleted file mode 100644 (file)
index 720e933..0000000
+++ /dev/null
@@ -1,202 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetBytes(System.String)
-/// </summary>
-
-public class EncodingGetBytes4
-{
-    #region Private Fields
-    private const string c_TEST_STR = "za\u0306\u01FD\u03B2\uD8FF\uDCFF";
-    #endregion
-
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method GetBytes(System.String) with UTF8.");
-
-        try
-        {
-            Encoding u8 = Encoding.UTF8;
-
-            byte[] actualBytesUTF8 = new byte[] {
-                0x7A, 0x61, 0xCC ,0x86, 0xC7 ,0xBD,
-                0xCE ,0xB2 ,0xF1, 0x8F ,0xB3 ,0xBF};
-
-            if (!VerifyByteItemValue(u8.GetBytes(c_TEST_STR), actualBytesUTF8))
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method GetBytes(System.String) with Unicode.");
-
-        try
-        {
-            Encoding u16LE = Encoding.Unicode;
-
-            byte[] actualBytesUnicode = new byte[]{
-                0x7A, 0x00, 0x61, 0x00, 0x06, 0x03,
-                0xFD, 0x01, 0xB2, 0x03, 0xFF, 0xD8, 
-                0xFF, 0xDC};
-
-            if (!VerifyByteItemValue(u16LE.GetBytes(c_TEST_STR), actualBytesUnicode))
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method GetBytes(System.String) with BigEndianUnicode.");
-
-        try
-        {
-            Encoding u16BE = Encoding.BigEndianUnicode;
-
-            byte[] actualBytesBigEndianUnicode = new byte[]{
-                0x00, 0x7A, 0x00, 0x61, 0x03, 0x06, 
-                0x01, 0xFD, 0x03, 0xB2, 0xD8, 0xFF, 
-                0xDC, 0xFF};
-
-            if (!VerifyByteItemValue(u16BE.GetBytes(c_TEST_STR), actualBytesBigEndianUnicode))
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown.");
-
-        try
-        {
-            String testStr = null;
-            Encoding u16BE = Encoding.BigEndianUnicode;
-
-            byte[] getBytes = u16BE.GetBytes(testStr);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingGetBytes4 test = new EncodingGetBytes4();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetBytes4");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Method
-    private bool VerifyByteItemValue(byte[] getBytes, byte[] actualBytes)
-    {
-        if (getBytes.Length != actualBytes.Length)
-            return false;
-        else
-        {
-            for (int i = 0; i < getBytes.Length; i++)
-                if (getBytes[i] != actualBytes[i])
-                    return false;
-        }
-
-        return true;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes5.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetbytes5.cs
deleted file mode 100644 (file)
index 1a398e7..0000000
+++ /dev/null
@@ -1,365 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32)
-/// </summary>
-
-public class EncodingGetBytes5
-{
-    #region Private Fields
-    private const string c_TEST_STR = "za\u0306\u01FD\u03B2\uD8FF\uDCFF";
-    #endregion
-
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-        retVal = NegTest7() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method GetBytes(System.String) with UTF8.");
-
-        try
-        {
-            Encoding u8 = Encoding.UTF8;
-            byte[] bytes = new byte[u8.GetMaxByteCount(3)];
-
-            if (u8.GetBytes(c_TEST_STR, 4, 3, bytes, bytes.GetLowerBound(0)) != 6)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify method GetBytes(System.String) with Unicode.");
-
-        try
-        {
-            Encoding u16LE = Encoding.Unicode;
-            byte[] bytes = new byte[u16LE.GetMaxByteCount(3)];
-
-            if (u16LE.GetBytes(c_TEST_STR, 4, 3, bytes, bytes.GetLowerBound(0)) != 6)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify method GetBytes(System.String) with BigEndianUnicode.");
-
-        try
-        {
-            Encoding u16BE = Encoding.BigEndianUnicode;
-            byte[] bytes = new byte[u16BE.GetMaxByteCount(3)];
-
-            if (u16BE.GetBytes(c_TEST_STR, 4, 3, bytes, bytes.GetLowerBound(0)) != 6)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown.");
-
-        try
-        {
-            string testNullStr = null;
-
-            Encoding u16BE = Encoding.BigEndianUnicode;
-            byte[] bytes = new byte[u16BE.GetMaxByteCount(3)];
-
-            int i = u16BE.GetBytes(testNullStr, 4, 3, bytes, bytes.GetLowerBound(0));
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentNullException is not thrown.");
-
-        try
-        {
-            Encoding u16BE = Encoding.BigEndianUnicode;
-            byte[] bytes = null;
-
-            int i = u16BE.GetBytes(c_TEST_STR, 4, 3, bytes, 1);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentNullException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            Encoding u16BE = Encoding.BigEndianUnicode;
-            byte[] bytes = new byte[u16BE.GetMaxByteCount(3)];
-
-            int i = u16BE.GetBytes(c_TEST_STR, -1, 3, bytes, bytes.GetLowerBound(0));
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            Encoding u16BE = Encoding.BigEndianUnicode;
-            byte[] bytes = new byte[u16BE.GetMaxByteCount(3)];
-
-            int i = u16BE.GetBytes(c_TEST_STR, 4, -1, bytes, bytes.GetLowerBound(0));
-
-            TestLibrary.TestFramework.LogError("104.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest5: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            Encoding u16BE = Encoding.BigEndianUnicode;
-            byte[] bytes = new byte[u16BE.GetMaxByteCount(3)];
-
-            int i = u16BE.GetBytes(c_TEST_STR, 4, 3, bytes, -1);
-
-            TestLibrary.TestFramework.LogError("105.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("105.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest6()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest6: ArgumentOutOfRangeException is not thrown.");
-
-        try
-        {
-            Encoding u16BE = Encoding.BigEndianUnicode;
-            byte[] bytes = new byte[u16BE.GetMaxByteCount(3)];
-
-            int i = u16BE.GetBytes(c_TEST_STR, c_TEST_STR.Length - 1, 3, bytes, bytes.GetLowerBound(0));
-
-            TestLibrary.TestFramework.LogError("106.1", "ArgumentOutOfRangeException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("106.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest7()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest7: ArgumentException is not thrown.");
-
-        try
-        {
-            Encoding u16BE = Encoding.BigEndianUnicode;
-            byte[] bytes = new byte[u16BE.GetMaxByteCount(3)];
-
-            int i = u16BE.GetBytes(c_TEST_STR, 4, 3, bytes, bytes.Length - 1);
-
-            TestLibrary.TestFramework.LogError("107.1", "ArgumentException is not thrown.");
-            retVal = false;
-        }
-        catch (ArgumentException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("107.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingGetBytes5 test = new EncodingGetBytes5();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetBytes5");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    #region Private Method
-    private bool VerifyByteItemValue(byte[] getBytes, byte[] actualBytes)
-    {
-        if (getBytes.Length != actualBytes.Length)
-            return false;
-        else
-        {
-            for (int i = 0; i < getBytes.Length; i++)
-                if (getBytes[i] != actualBytes[i])
-                    return false;
-        }
-
-        return true;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetcharcount.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetcharcount.cs
deleted file mode 100644 (file)
index 1f61bbd..0000000
Binary files a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetcharcount.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetcharcount1.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetcharcount1.cs
deleted file mode 100644 (file)
index 91603da..0000000
+++ /dev/null
@@ -1,131 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// Encoding.GetCharCount(Byte[])
-/// </summary>
-public class EncodingGetCharCount1
-{
-    public static int Main()
-    {
-        EncodingGetCharCount1 egcc1 = new EncodingGetCharCount1();
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetCharCount1");
-        if (egcc1.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the GetCharCount method 1");
-        try
-        {
-            byte[] bytes = new byte[0];
-            Encoding myEncode = Encoding.UTF8;
-            int intVal = myEncode.GetCharCount(bytes);
-            if (intVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the GetCharCount method 2");
-        try
-        {
-            string myStr = "za\u0306\u01fd\u03b2";
-            Encoding myEncode = Encoding.Unicode;
-            byte[] bytes = myEncode.GetBytes(myStr);        
-            int intVal = myEncode.GetCharCount(bytes);
-            if (intVal != myStr.Length)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke the GetCharCount method 3");
-        try
-        {
-            string myStr = "\\abc\u0020";
-            Encoding myEncode = Encoding.Unicode;
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int intVal = myEncode.GetCharCount(bytes);
-            if (intVal != myStr.Length)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The byte array is null");
-        try
-        {
-            byte[] bytes = null;
-            Encoding myEncode = Encoding.Unicode;
-            int intVal = myEncode.GetCharCount(bytes);
-            TestLibrary.TestFramework.LogError("N001", "the byte array is null but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetcharcount2.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetcharcount2.cs
deleted file mode 100644 (file)
index ea9f315..0000000
+++ /dev/null
@@ -1,237 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// Encoding.GetCharCount(Byte[],Int32,Int32)
-/// </summary>
-public class EncodingGetCharCount2
-{
-    public static int Main()
-    {
-        EncodingGetCharCount2 egcc2 = new EncodingGetCharCount2();
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetCharCount2");
-        if (egcc2.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the GetCharCount method 1");
-        try
-        {
-            byte[] bytes = new byte[0];
-            Encoding myEncode = Encoding.Unicode;
-            int startIndex = 0;
-            int count = 0;
-            int intVal = myEncode.GetCharCount(bytes, startIndex, count);
-            if (intVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the GetCharCount method 2");
-        try
-        {
-            string myStr = "za\u0306\u01fd\u03b2";
-            Encoding myEncode = Encoding.Unicode;
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int startIndex = 0;
-            int count = 0;
-            int intVal = myEncode.GetCharCount(bytes, startIndex, count);
-            if (intVal != 0)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke the GetCharCount method 3");
-        try
-        {
-            string myStr = "za\u0306\u01fd\u03b2";
-            Encoding myEncode = Encoding.Unicode;
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int startIndex = 0;
-            int count = bytes.Length;
-            int intVal = myEncode.GetCharCount(bytes, startIndex, count);
-            if (intVal != myStr.Length)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Invoke the GetCharCount method 4");
-        try
-        {
-            string myStr = "\\abc\\u0020";
-            Encoding myEncode = Encoding.Unicode;
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int startIndex = 0;
-            int count = bytes.Length;
-            int intVal = myEncode.GetCharCount(bytes, startIndex, count);
-            if (intVal != myStr.Length)
-            {
-                TestLibrary.TestFramework.LogError("007", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The byte array is null");
-        try
-        {
-            byte[] bytes = null;
-            Encoding myEncode = Encoding.Unicode;
-            int startIndex = 0;
-            int count = 0;
-            int intVal = myEncode.GetCharCount(bytes, startIndex, count);
-            TestLibrary.TestFramework.LogError("N001", "the byte array is null but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2:The startIndex is less than zero");
-        try
-        {
-            string myStr = "helloworld";
-            Encoding myEncode = Encoding.Unicode;
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int startIndex = -1;
-            int count = myStr.Length;
-            int intVal = myEncode.GetCharCount(bytes, startIndex, count);
-            TestLibrary.TestFramework.LogError("N003", "the startIndex is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3:The count is less than zero");
-        try
-        {
-            string myStr = "helloworld";
-            Encoding myEncode = Encoding.Unicode;
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int startIndex = 0;
-            int count = -1;
-            int intVal = myEncode.GetCharCount(bytes, startIndex, count);
-            TestLibrary.TestFramework.LogError("N005", "the count is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4:The startIndex and count do not denote a valid range of bytes");
-        try
-        {
-            string myStr = "helloworld";
-            Encoding myEncode = Encoding.Unicode;
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int startIndex = 0;
-            int count = bytes.Length + 1;
-            int intVal = myEncode.GetCharCount(bytes, startIndex, count);
-            TestLibrary.TestFramework.LogError("N007", "The startIndex and count do not denote a valid range of bytes but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetchars1.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetchars1.cs
deleted file mode 100644 (file)
index e191e01..0000000
Binary files a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetchars1.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetchars2.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetchars2.cs
deleted file mode 100644 (file)
index e405eb9..0000000
+++ /dev/null
@@ -1,212 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// Encoding.GetChars(Byte[],Int32,Int32)
-/// </summary>
-public class EncodingGetChars2
-{
-    public static int Main()
-    {
-        EncodingGetChars2 enGetChars2 = new EncodingGetChars2();
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetChars2");
-        if (enGetChars2.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the GetChars method 1");
-        try
-        {
-            byte[] bytes = new byte[0];
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            int startIndex = 0;
-            int count = 0;
-            char[] charsVal = myEncode.GetChars(bytes, startIndex, count);
-            if (charsVal.Length != 0)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the GetChars method 2");
-        try
-        {
-            string myStr = "za\u0306\u01fd\u03b2";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int startIndex = 0;
-            int count = 0;
-            char[] charsVal = myEncode.GetChars(bytes, startIndex, count);
-            if (charsVal.Length != 0)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke the GetChars method 3");
-        try
-        {
-            string myStr = "za\u0306\u01fd\u03b2";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int startIndex = 0;
-            int count = bytes.Length;
-            char[] charsVal = myEncode.GetChars(bytes, startIndex, count);
-            string strVal = new string(charsVal);
-            if (strVal != myStr)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The byte array is null");
-        try
-        {
-            byte[] bytes = null;
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            int startIndex = 0;
-            int count = 0;
-            char[] charsVal = myEncode.GetChars(bytes, startIndex, count);
-            TestLibrary.TestFramework.LogError("N001", "the byte array is null but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2:The startIndex is less than zero");
-        try
-        {
-            string myStr = "helloworld";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int startIndex = -1;
-            int count = myStr.Length;
-            char[] charsVal = myEncode.GetChars(bytes, startIndex, count);
-            TestLibrary.TestFramework.LogError("N003", "the startIndex is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3:The count is less than zero");
-        try
-        {
-            string myStr = "helloworld";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int startIndex = 0;
-            int count = -1;
-            char[] charsVal = myEncode.GetChars(bytes, startIndex, count);
-            TestLibrary.TestFramework.LogError("N005", "the count is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4:The startIndex and count do not denote a valid range of bytes");
-        try
-        {
-            string myStr = "helloworld";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int startIndex = 0;
-            int count = bytes.Length + 1;
-            char[] charsVal = myEncode.GetChars(bytes, startIndex, count);
-            TestLibrary.TestFramework.LogError("N007", "The startIndex and count do not denote a valid range of bytes but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetchars3.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetchars3.cs
deleted file mode 100644 (file)
index ddb1309..0000000
+++ /dev/null
@@ -1,377 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// Encoding.GetChars(byte[],Int32,Int32,char[],Int32)
-/// </summary>
-public class EncodingGetChars3
-{
-    public static int Main()
-    {
-        EncodingGetChars3 enGetChars3 = new EncodingGetChars3();
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetChars3");
-        if (enGetChars3.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-        retVal = NegTest7() && retVal;
-        retVal = NegTest8() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the GetChars method 1");
-        try
-        {
-            byte[] bytes = new byte[0];
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            int byteIndex = 0;
-            int bytecount = 0;
-            char[] chars = new char[] { TestLibrary.Generator.GetChar(-55)};
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount,chars, 0);
-            if (intVal != 0 || chars.Length != 1)
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the GetChars method 2");
-        try
-        {
-            string myStr = "za\u0306\u01fd\u03b2";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int byteIndex = 0;
-            int bytecount = 0;
-            char[] chars = new char[] { TestLibrary.Generator.GetChar(-55) };
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount, chars, 0);
-            if (intVal != 0 || chars.Length != 1)
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke the GetChars method 3");
-        try
-        {
-            string myStr = "za\u0306\u01fd\u03b2";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int byteIndex = 0;
-            int bytecount = bytes.Length;
-            char[] chars = new char[myStr.Length];
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount, chars, 0);
-            if (intVal != myStr.Length || chars.Length != myStr.Length)
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Invoke the GetChars method 4");
-        try
-        {
-            string myStr = "za\u0306\u01fd\u03b2";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int byteIndex = 0;
-            int bytecount = bytes.Length;
-            char[] chars = new char[myStr.Length + myStr.Length];
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount, chars, myStr.Length - 1);
-            string subchars = null;
-            for (int i = 0; i < myStr.Length - 1; i++)
-            {
-                subchars += chars[i].ToString();
-            }
-            if (intVal != myStr.Length || subchars != "\0\0\0\0")
-            {
-                TestLibrary.TestFramework.LogError("007", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest5:Invoke the GetChars method 5");
-        try
-        {
-            string myStr = "za\u0306\u01fd\u03b2";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int byteIndex = 0;
-            int bytecount = bytes.Length - 2;
-            char[] chars = new char[myStr.Length -1];
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount, chars, 0);
-            string strVal = new string(chars);
-            if (intVal != myStr.Length - 1 || strVal != "za\u0306\u01fd")
-            {
-                TestLibrary.TestFramework.LogError("009", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:the byte array is null");
-        try
-        {
-            byte[] bytes = null;
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            int byteIndex = 0;
-            int bytecount = 0;
-            char[] chars = new char[0];
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount, chars, 0);
-            TestLibrary.TestFramework.LogError("N001", "the byte array is null but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2:the char array is null");
-        try
-        {
-            byte[] bytes = new byte[0];
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            int byteIndex = 0;
-            int bytecount = 0;
-            char[] chars = null;
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount, chars, 0);
-            TestLibrary.TestFramework.LogError("N003", "the char array is null but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3:the char array has no enough capacity to hold the chars");
-        try
-        {
-            string myStr = "helloworld";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int byteIndex = 0;
-            int bytecount = bytes.Length;
-            char[] chars = new char[0];
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount, chars, 0);
-            TestLibrary.TestFramework.LogError("N005", "the char array has no enough capacity to hold the chars but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4:the byteIndex is less than zero");
-        try
-        {
-            string myStr = "helloworld";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int byteIndex = -1;
-            int bytecount = bytes.Length;
-            char[] chars = new char[myStr.Length];
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount, chars, 0);
-            TestLibrary.TestFramework.LogError("N007", "the byteIndex is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest5:the bytecount is less than zero");
-        try
-        {
-            string myStr = "helloworld";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int byteIndex = 0;
-            int bytecount = -1;
-            char[] chars = new char[myStr.Length];
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount, chars, 0);
-            TestLibrary.TestFramework.LogError("N009", "the byteIndex is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest6()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest6:the charIndex is less than zero");
-        try
-        {
-            string myStr = "helloworld";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int byteIndex = 0;
-            int bytecount = bytes.Length;
-            char[] chars = new char[myStr.Length];
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount, chars, -1);
-            TestLibrary.TestFramework.LogError("N011", "the charIndex is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N012", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest7()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest7:the charIndex is not valid index in chars array");
-        try
-        {
-            string myStr = "helloworld";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int byteIndex = 0;
-            int bytecount = bytes.Length;
-            char[] chars = new char[myStr.Length];
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount, chars, myStr.Length + 1);
-            TestLibrary.TestFramework.LogError("N013", "the charIndex is not valid index in chars array but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N014", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest8()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest8:the byteIndex and bytecount do not denote valid range of the bytes arry");
-        try
-        {
-            string myStr = "helloworld";
-            Encoding myEncode = Encoding.GetEncoding("utf-16");
-            byte[] bytes = myEncode.GetBytes(myStr);
-            int byteIndex = 0;
-            int bytecount = bytes.Length + 1;
-            char[] chars = new char[myStr.Length];
-            int intVal = myEncode.GetChars(bytes, byteIndex, bytecount, chars, myStr.Length + 1);
-            TestLibrary.TestFramework.LogError("N015", "the byteIndex and bytecount do not denote valid range of the bytes arry but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N016", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetdecoder.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetdecoder.cs
deleted file mode 100644 (file)
index 59733f7..0000000
+++ /dev/null
@@ -1,126 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// Encoding.GetDecoder()
-/// </summary>
-public class EncodingGetDecoder
-{
-    public static int Main()
-    {
-        EncodingGetDecoder enGetDecoder = new EncodingGetDecoder();
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetDecoder");
-        if (enGetDecoder.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        // retVal = PosTest2() && retVal;
-        //retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Get Decoder in the UTF8Encoding");
-        try
-        {
-            Encoding myEncode = Encoding.GetEncoding("utf-8");
-            Decoder decoderVal = myEncode.GetDecoder();
-            if (decoderVal.ToString() != "System.Text.UTF8Encoding+UTF8Decoder")
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Get Decoder in the UTF32Encoding");
-        try
-        {
-            Encoding myEncode = Encoding.GetEncoding("utf-32");
-            Decoder decoderVal = myEncode.GetDecoder();
-            if (decoderVal.ToString() != "System.Text.UTF32Encoding+UTF32Decoder")
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Get Decoder in the UTF7Encoding");
-        try
-        {
-            Encoding myEncode = Encoding.GetEncoding("utf-7");            
-            Decoder decoderVal = myEncode.GetDecoder();
-            if (decoderVal.ToString() != "System.Text.UTF7Encoding+Decoder")
-            {
-                TestLibrary.TestFramework.LogError("005", "the ExpectResult is not the ActualResult. Actual: " + decoderVal.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Get Decoder in the Unicode");
-        try
-        {
-            Encoding myEncode = Encoding.Unicode;
-            Decoder decoderVal = myEncode.GetDecoder();
-            if (decoderVal.ToString() != "System.Text.UnicodeEncoding+Decoder")
-            {
-                TestLibrary.TestFramework.LogError("007", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-  
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetencoder.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetencoder.cs
deleted file mode 100644 (file)
index a1dbb72..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// Encoding.GetEncoder()
-/// </summary>
-public class EncodingGetEncoder
-{
-    public static int Main()
-    {
-        EncodingGetEncoder enGetEncoder = new EncodingGetEncoder();
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetEncoder");
-        if (enGetEncoder.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest4() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Get Encoder in the UTF8Encoding");
-        try
-        {
-            Encoding myEncode = Encoding.GetEncoding("utf-8");
-            Encoder encoderVal = myEncode.GetEncoder();
-            if (encoderVal.ToString() != "System.Text.UTF8Encoding+UTF8Encoder")
-            {
-                TestLibrary.TestFramework.LogError("001", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Get Encoder in the UTF32Encoding");
-        try
-        {
-            Encoding myEncode = Encoding.GetEncoding("utf-32");
-            Encoder encoderVal = myEncode.GetEncoder();
-            if (encoderVal.ToString() != "System.Text.EncoderNLS")
-            {
-                TestLibrary.TestFramework.LogError("003", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-  
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Get Decoder in the Unicode");
-        try
-        {
-            Encoding myEncode = Encoding.Unicode;
-            Encoder encoderVal = myEncode.GetEncoder();
-            if (encoderVal.ToString() != "System.Text.EncoderNLS")
-            {
-                TestLibrary.TestFramework.LogError("007", "the ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-  
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetencoding2.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetencoding2.cs
deleted file mode 100644 (file)
index 9fea8b9..0000000
+++ /dev/null
@@ -1,148 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-public class EncodingGetEncoding2
-{
-    public static int Main()
-    {
-        EncodingGetEncoding2 enGetEncoding2 = new EncodingGetEncoding2();
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetEncoding2");
-        if (enGetEncoding2.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-//        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-
-/* no UTF32 in CoreCLR
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Get Encoding with the defined name 1");
-        try
-        {
-            string name = "utf-32";
-            Encoding myEncoding = Encoding.GetEncoding(name);
-            if (myEncoding.BodyName != name)
-            {
-                TestLibrary.TestFramework.LogError("001","The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-*/
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Get Encoding with the defined name 2");
-        try
-        {
-            string name = "utf-8";
-            Encoding myEncoding = Encoding.GetEncoding(name);
-            if (myEncoding.ToString() != Encoding.UTF8.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-  
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Get Encoding with the defined name 4");
-        try
-        {
-            string name = "Unicode";
-            Encoding myEncoding = Encoding.GetEncoding(name);
-            if (myEncoding.ToString() != Encoding.Unicode.ToString())
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-   
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1: the name is not valid codepage name");
-        try
-        {
-            string name = null;
-            Encoding myEncoding = Encoding.GetEncoding(name);
-            TestLibrary.TestFramework.LogError("N001", "the name is not valid codepage name but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2: The platform do not support the named codepage");
-        try
-        {
-            string name = "helloworld";
-            Encoding myEncoding = Encoding.GetEncoding(name);
-            TestLibrary.TestFramework.LogError("N003", "the name is not valid codepage name but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetmaxbytecount.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetmaxbytecount.cs
deleted file mode 100644 (file)
index 1de96db..0000000
Binary files a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetmaxbytecount.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetmaxcharcount.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetmaxcharcount.cs
deleted file mode 100644 (file)
index b595df0..0000000
Binary files a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetmaxcharcount.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetpreamble.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetpreamble.cs
deleted file mode 100644 (file)
index ea9fe44..0000000
+++ /dev/null
@@ -1,106 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetPreamble
-/// </summary>
-
-public class EncodingGetPreamble
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetPreamble .");
-
-        try
-        {
-            Encoding unicode = Encoding.Unicode;
-
-            byte[] preamble = unicode.GetPreamble();
-
-            if (preamble[0] != 0xFF || preamble[1] != 0xFE)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method GetPreamble Err.");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingGetPreamble test = new EncodingGetPreamble();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingGetPreamble");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetstring.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetstring.cs
deleted file mode 100644 (file)
index f4116e4..0000000
Binary files a/tests/src/CoreMangLib/cti/system/text/encoding/encodinggetstring.cs and /dev/null differ
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodingunicode.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodingunicode.cs
deleted file mode 100644 (file)
index 243c89b..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// Unicode
-/// </summary>
-
-public class EncodingUnicode
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify property Unicode .");
-
-        try
-        {
-            Encoding encoding = Encoding.Unicode;
-
-            if (encoding == null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Property Unicode Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingUnicode test = new EncodingUnicode();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingUnicode");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodingutf8.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodingutf8.cs
deleted file mode 100644 (file)
index a02634f..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// UTF8
-/// </summary>
-
-public class EncodingUTF8
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify property UTF8 .");
-
-        try
-        {
-            Encoding encoding = Encoding.UTF8;
-
-            if (encoding == null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Property UTF8 Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingUTF8 test = new EncodingUTF8();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingUTF8");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/encoding/encodingwebname.cs b/tests/src/CoreMangLib/cti/system/text/encoding/encodingwebname.cs
deleted file mode 100644 (file)
index 75ba075..0000000
+++ /dev/null
@@ -1,177 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// WebName
-/// </summary>
-
-public class EncodingWebName
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify property WebName.");
-        try
-        {
-            // UTF8
-            if (!Encoding.UTF8.WebName.Equals("utf-8"))
-            {
-                TestLibrary.TestFramework.LogError("001", "UTF8 should have Webname utf-8; actual value: " +
-                    Encoding.UTF8.WebName);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-        try
-        {
-            // Unicode
-            if (!Encoding.Unicode.WebName.Equals("utf-16"))
-            {
-                TestLibrary.TestFramework.LogError("003", "Unicode should have Webname utf-16; actual value: " +
-                    Encoding.Unicode.WebName);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Round-trip WebNames.");
-        try
-        {
-            // UTF8
-            if (!Encoding.GetEncoding(Encoding.UTF8.WebName).Equals(Encoding.UTF8))
-            {
-                TestLibrary.TestFramework.LogError("005", "GetEncoding(UTF8.WebName) should return UTF8");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-        try
-        {
-            // Unicode
-            if (!Encoding.GetEncoding(Encoding.Unicode.WebName).Equals(Encoding.Unicode))
-            {
-                TestLibrary.TestFramework.LogError("007", "GetEncoding(UTF8.WebName) should return UTF8");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-        try
-        {
-            // BigEndianUnicode
-            if (!Encoding.GetEncoding(Encoding.BigEndianUnicode.WebName).Equals(Encoding.BigEndianUnicode))
-            {
-                TestLibrary.TestFramework.LogError("009", "GetEncoding(BigEndianUnicode.WebName) should return BigEndianUnicode");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-
-    #region Negative Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        EncodingWebName test = new EncodingWebName();
-
-        TestLibrary.TestFramework.BeginTestCase("EncodingWebName");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend.csproj
deleted file mode 100644 (file)
index a8ba0e2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend1.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend1.csproj
deleted file mode 100644 (file)
index c407b76..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend10.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend10.csproj
deleted file mode 100644 (file)
index 54cce12..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend10.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend11.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend11.csproj
deleted file mode 100644 (file)
index 0bd5883..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend11.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend12.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend12.csproj
deleted file mode 100644 (file)
index af77f0b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend12.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend13.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend13.csproj
deleted file mode 100644 (file)
index 1e9bf7e..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend13.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend14.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend14.csproj
deleted file mode 100644 (file)
index ac0a1fa..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend14.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend15.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend15.csproj
deleted file mode 100644 (file)
index d57b3ae..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend15.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend16.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend16.csproj
deleted file mode 100644 (file)
index ea0e316..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend17.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend17.csproj
deleted file mode 100644 (file)
index dab0168..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend17.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend18.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend18.csproj
deleted file mode 100644 (file)
index 35cbb53..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend18.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend19.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend19.csproj
deleted file mode 100644 (file)
index 5978893..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend19.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend2.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend2.csproj
deleted file mode 100644 (file)
index 968e033..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend3.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend3.csproj
deleted file mode 100644 (file)
index 6357495..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend4.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend4.csproj
deleted file mode 100644 (file)
index 92e25b2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend5.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend5.csproj
deleted file mode 100644 (file)
index d283500..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend5.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend6.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend6.csproj
deleted file mode 100644 (file)
index e5c0331..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend6.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend7.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend7.csproj
deleted file mode 100644 (file)
index 376571d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend7.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend8.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend8.csproj
deleted file mode 100644 (file)
index 3294803..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend8.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend9.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderAppend9.csproj
deleted file mode 100644 (file)
index 7a9b6f4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderappend9.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity.csproj
deleted file mode 100644 (file)
index 7ce73c3..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuildercapacity.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderCapacity_cti.csproj
deleted file mode 100644 (file)
index 2fbb168..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuildercapacity_cti.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderChars.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderChars.csproj
deleted file mode 100644 (file)
index b2ff422..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderchars.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert.csproj
deleted file mode 100644 (file)
index bc4e945..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderinsert.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert3.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert3.csproj
deleted file mode 100644 (file)
index bac0781..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderinsert3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert4.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderInsert4.csproj
deleted file mode 100644 (file)
index 9307aec..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderinsert4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength.csproj
deleted file mode 100644 (file)
index cc5d5f7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderlength.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength_cti.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderLength_cti.csproj
deleted file mode 100644 (file)
index 6562ef3..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderlength_cti.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderRemove.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderRemove.csproj
deleted file mode 100644 (file)
index 12c1319..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderremove.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace1.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace1.csproj
deleted file mode 100644 (file)
index c32c546..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderreplace1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace2.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace2.csproj
deleted file mode 100644 (file)
index 6c485e2..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderreplace2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace3.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace3.csproj
deleted file mode 100644 (file)
index 949090f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderreplace3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace4.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderReplace4.csproj
deleted file mode 100644 (file)
index 8346403..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderreplace4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString1.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString1.csproj
deleted file mode 100644 (file)
index 30d405b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuildertostring1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString2.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderToString2.csproj
deleted file mode 100644 (file)
index 03b5db7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuildertostring2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor1.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor1.csproj
deleted file mode 100644 (file)
index 45d10e1..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor2.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor2.csproj
deleted file mode 100644 (file)
index ab48699..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor3.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor3.csproj
deleted file mode 100644 (file)
index 491a69b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor4.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor4.csproj
deleted file mode 100644 (file)
index 7bbd976..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderctor4.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor5.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor5.csproj
deleted file mode 100644 (file)
index 84d6f54..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderctor5.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor6.csproj b/tests/src/CoreMangLib/cti/system/text/stringbuilder/StringBuilderctor6.csproj
deleted file mode 100644 (file)
index 4280c29..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="stringbuilderctor6.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend.cs
deleted file mode 100644 (file)
index ae5226d..0000000
+++ /dev/null
@@ -1,335 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-using TestLibrary;
-using System.Globalization;
-
-class StringBuilderAppend
-{
-    static int Main()
-    {
-        StringBuilderAppend test = new StringBuilderAppend();
-
-        TestFramework.BeginTestCase("StringBuilder.Append");
-
-        if (test.RunTests())
-        {
-            TestFramework.EndTestCase();
-            TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestFramework.EndTestCase();
-            TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool ret = true;
-
-        // Positive Tests
-        ret &= Test001();
-        ret &= Test002();
-        ret &= Test003();
-        ret &= Test004();
-        ret &= Test005();
-        ret &= Test019();
-        ret &= Test021();
-        ret &= Test022();
-        ret &= Test023();
-
-        ret &= Test010();
-        ret &= Test011();
-        ret &= Test012();
-        ret &= Test013();
-        ret &= Test014();
-        ret &= Test020();
-        ret &= Test024();
-
-        ret &= Test025();
-        ret &= Test026();
-        ret &= Test027();
-        ret &= Test028();
-        ret &= Test029();
-        ret &= Test030();
-        ret &= Test031();
-        ret &= Test032();
-        ret &= Test033();
-        ret &= Test034();
-        ret &= Test035();
-        ret &= Test036();
-        ret &= Test037();
-        ret &= Test038();
-
-        ret &= Test039();
-        ret &= Test040();
-        ret &= Test041();
-        ret &= Test042();
-
-        // Negative Tests
-        ret &= Test006();
-        ret &= Test007();
-        ret &= Test008();
-        ret &= Test009();
-
-        ret &= Test015();
-        ret &= Test016();
-        ret &= Test017();
-        ret &= Test018();
-
-        return ret;
-    }
-
-    public bool Test001() { return PositiveTest("Testing", 1, 6, "esting", "00A");}
-    public bool Test002() { return PositiveTest(new string('a', 5000), 0, 5000, new string('a',5000), "00B");}
-    public bool Test003() { return PositiveTest("Testing", 1, 0, string.Empty, "00C");}
-    public bool Test004() { return PositiveTest(null, 0, 0, string.Empty, "00D");}
-    public bool Test005() { return PositiveTest(string.Empty, 0, 0, string.Empty, "00E");}
-
-    public bool Test019() { return NegativeTest("Testing", -5, 0, typeof(ArgumentOutOfRangeException), "00J"); }
-    public bool Test006() { return NegativeTest(null, 0, 1, typeof(ArgumentNullException), "00F"); }
-    public bool Test007() { return NegativeTest("a", -1, 1, typeof(ArgumentOutOfRangeException), "00G"); }
-    public bool Test008() { return NegativeTest("a", 0, -1, typeof(ArgumentOutOfRangeException), "00H"); }
-    public bool Test009() { return NegativeTest("a", 0, 3, typeof(ArgumentOutOfRangeException), "00I"); }
-
-    public bool Test010() { return PositiveTest2(new char[] {'T', 'e', 's', 't', 'i', 'n', 'g'}, 1, 6, "esting", "00A1"); }
-    public bool Test011() { char[] chars = new char[5000]; for (int i = 0; i < 5000; i++) chars[i] = 'a';
-                            return PositiveTest2(chars, 0, 5000, new string('a', 5000), "00B1"); }
-    public bool Test012() { return PositiveTest2(new char[] {'T', 'e', 's', 't', 'i', 'n', 'g'}, 1, 0, string.Empty, "00C1"); }
-    public bool Test013() { return PositiveTest2(null, 0, 0, string.Empty, "00D1"); }
-    public bool Test014() { return PositiveTest2(new char[] { }, 0, 0, string.Empty, "00E1"); }
-
-    public bool Test020() { return NegativeTest2(new char[] { 'T', 'e', 's', 't', 'i', 'n', 'g' }, -5, 0, typeof(ArgumentOutOfRangeException), "00J1"); }
-    public bool Test015() { return NegativeTest2(null, 0, 1, typeof(ArgumentNullException), "00F1"); }
-    public bool Test016() { return NegativeTest2(new char[] { 'T', 'e', 's', 't', 'i', 'n', 'g' }, - 1, 1, typeof(ArgumentOutOfRangeException), "00G1"); }
-    public bool Test017() { return NegativeTest2(new char[] { 'T', 'e', 's', 't', 'i', 'n', 'g' }, 0, -1, typeof(ArgumentOutOfRangeException), "00H1"); }
-    public bool Test018() { return NegativeTest2(new char[] { 'T' }, 0, 3, typeof(ArgumentOutOfRangeException), "00I1"); }
-
-    public bool Test021() { return PositiveTest3('T', 6, "TTTTTT", "00A2"); }
-    public bool Test022() { return PositiveTest3('a', 5000, new string('a', 5000), "00B2"); }
-    public bool Test023() { return PositiveTest3('a', 0, string.Empty, "00C2"); }
-
-    public bool Test024() { return NegativeTest3('a', -1, typeof(ArgumentOutOfRangeException), "00G2"); }
-
-    public bool Test025() { return PositiveTest4<byte>(1, "00K"); }
-    public bool Test026() { return PositiveTest4<sbyte>(-1, "00L"); }
-    public bool Test027() { return PositiveTest4<bool>(true, "00M"); }
-    public bool Test028() { return PositiveTest4<char>('t', "00N"); }
-    public bool Test029() { return PositiveTest4<short>(short.MaxValue, "00O"); }
-    public bool Test030() { return PositiveTest4<int>(int.MaxValue, "00P"); }
-    public bool Test031() { return PositiveTest4<long>(long.MaxValue, "00Q"); }
-    public bool Test032() { return PositiveTest4<float>(3.14f, "00R"); }
-    public bool Test033() { return PositiveTest4<double>(3.1415927, "00S"); }
-    public bool Test034() { return PositiveTest4<ushort>(17, "00T"); }
-    public bool Test035() { return PositiveTest4<uint>(uint.MaxValue, "00U"); }
-    public bool Test036() { return PositiveTest4<ulong>(ulong.MaxValue, "00V"); }
-    public bool Test037() { return PositiveTest4<object>(null, "00W"); }
-    public bool Test038() { return PositiveTest4<object>(new StringBuilder("Testing"), "00X"); }
-
-    public bool Test039() { return PositiveTest5(new char[] { 'T', 'e', 's', 't' }, "Test", "00Y"); }
-    public bool Test040() { char[] chars = new char[5000]; 
-                            for (int i = 0; i < 5000; i++) chars[i] = 'a';
-                            return PositiveTest5(chars, new string('a', 5000), "00Z"); }
-    public bool Test041() { return PositiveTest5(new char[] {  }, String.Empty, "0AA"); }
-    public bool Test042() { return PositiveTest5(null, String.Empty, "0AB"); }
-
-
-    public bool PositiveTest(string str, int index, int count, string expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Append");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-            sb.Append(str, index, count);
-            string output = sb.ToString();
-            expected = "Test" + expected;
-            if (output != expected)
-            {
-                result = false;
-                TestFramework.LogError("001", "Error in " + id + ", unexpected append result. Actual string " + output + ", Expected: " + expected);
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("002", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool PositiveTest2(char[] str, int index, int count, string expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Append");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-            sb.Append(str, index, count);
-            string output = sb.ToString();
-            expected = "Test" + expected;
-            if (output != expected)
-            {
-                result = false;
-                TestFramework.LogError("001a", "Error in " + id + ", unexpected append result. Actual string " + output + ", Expected: " + expected);
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("002a", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool PositiveTest3(char str, int count, string expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Append");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-            sb.Append(str, count);
-            string output = sb.ToString();
-            expected = "Test" + expected;
-            if (output != expected)
-            {
-                result = false;
-                TestFramework.LogError("001b", "Error in " + id + ", unexpected append result. Actual string " + output + ", Expected: " + expected);
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("002b", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool PositiveTest4<T>(T str, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Append");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-            sb.Append(str);
-            string output = sb.ToString();
-            string expected = ((str == null)?"Test":"Test" + str.ToString());
-            if (output != expected)
-            {
-                result = false;
-                TestFramework.LogError("001c", "Error in " + id + ", unexpected append result. Actual string " + output + ", Expected: " + expected);
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("002c", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool PositiveTest5(char[] str, string expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Append");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-            sb.Append(str);
-            string output = sb.ToString();
-            expected = "Test" + expected;
-            if (output != expected)
-            {
-                result = false;
-                TestFramework.LogError("001d", "Error in " + id + ", unexpected append result. Actual string " + output + ", Expected: " + expected);
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("002d", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool NegativeTest(string str, int index, int count, Type expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Append");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-
-            sb.Append(str, index, count);
-            string output = sb.ToString();
-            result = false;
-            TestFramework.LogError("003", "Error in " + id + ", Expected exception not thrown. No exception. Actual string " + output + ", Expected: " + expected.ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != expected)
-            {
-                result = false;
-                TestFramework.LogError("004", "Unexpected exception in " + id + ", expected type: " + expected.ToString() + ", Actual excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-
-    public bool NegativeTest2(char[] str, int index, int count, Type expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Append");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-
-            sb.Append(str, index, count);
-            string output = sb.ToString();
-            result = false;
-            TestFramework.LogError("003b", "Error in " + id + ", Expected exception not thrown. No exception. Actual string " + output + ", Expected: " + expected.ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != expected)
-            {
-                result = false;
-                TestFramework.LogError("004b", "Unexpected exception in " + id + ", expected type: " + expected.ToString() + ", Actual excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-
-
-    public bool NegativeTest3(char str, int count, Type expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Append");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-
-            sb.Append(str, count);
-            string output = sb.ToString();
-            result = false;
-            TestFramework.LogError("003c", "Error in " + id + ", Expected exception not thrown. No exception. Actual string " + output + ", Expected: " + expected.ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != expected)
-            {
-                result = false;
-                TestFramework.LogError("004c", "Unexpected exception in " + id + ", expected type: " + expected.ToString() + ", Actual excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend1.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend1.cs
deleted file mode 100644 (file)
index ac06244..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(Boolean)
-/// </summary>
-public class StringBuilderAppend1
-{
-    public static int Main()
-    {
-        StringBuilderAppend1 sbAppend1 = new StringBuilderAppend1();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend1");
-        if (sbAppend1.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            bool bValue = true;
-            sb = sb.Append(bValue);
-            if (sb.ToString() != "True")
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            bool bValue = true;
-            sb = sb.Append(bValue);
-            if (sb.ToString() != strSource + "True")
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            bool bValue = true;
-            sb = sb.Append(bValue);
-            if (sb.ToString() != "True")
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend10.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend10.cs
deleted file mode 100644 (file)
index 0cff981..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(UInt16)
-/// </summary>
-public class StringBuilderAppend10
-{
-    public static int Main()
-    {
-        StringBuilderAppend10 sbAppend10 = new StringBuilderAppend10();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend10");
-        if (sbAppend10.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            UInt16 uint16Val = (UInt16)this.GetInt32(0, (int)(UInt16.MaxValue + 1));
-            sb = sb.Append(uint16Val);
-            if (sb.ToString() != uint16Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            UInt16 uint16Val = (UInt16)this.GetInt32(0, (int)(UInt16.MaxValue + 1));
-            sb = sb.Append(uint16Val);
-            if (sb.ToString() != strSource + uint16Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            UInt16 uint16Val = (UInt16)this.GetInt32(0, (int)(UInt16.MaxValue + 1));
-            sb = sb.Append(uint16Val);
-            if (sb.ToString() != uint16Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-     #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend11.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend11.cs
deleted file mode 100644 (file)
index e3ff43f..0000000
+++ /dev/null
@@ -1,129 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(UInt32)
-/// </summary>
-public class StringBuilderAppend11
-{
-    public static int Main()
-    {
-        StringBuilderAppend11 sbAppend11 = new StringBuilderAppend11();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend11");
-        if (sbAppend11.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            UInt32 uint32Val = (UInt32)(TestLibrary.Generator.GetInt32(-55)) + (UInt32)(TestLibrary.Generator.GetInt32(-55));
-            sb = sb.Append(uint32Val);
-            if (sb.ToString() != uint32Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            UInt32 uint32Val = (UInt32)(TestLibrary.Generator.GetInt32(-55)) + (UInt32)(TestLibrary.Generator.GetInt32(-55));
-            sb = sb.Append(uint32Val);
-            if (sb.ToString() != strSource + uint32Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            UInt32 uint32Val = (UInt32)(TestLibrary.Generator.GetInt32(-55)) + (UInt32)(TestLibrary.Generator.GetInt32(-55));
-            sb = sb.Append(uint32Val);
-            if (sb.ToString() != uint32Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend12.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend12.cs
deleted file mode 100644 (file)
index eb097b2..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(UInt64)
-/// </summary>
-public class StringBuilderAppend12
-{
-    public static int Main()
-    {
-        StringBuilderAppend12 sbAppend12 = new StringBuilderAppend12();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend12");
-        if (sbAppend12.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            UInt64 uint64Val = (UInt64)(TestLibrary.Generator.GetInt64(-55)) + (UInt64)(TestLibrary.Generator.GetInt64(-55));
-            sb = sb.Append(uint64Val);
-            if (sb.ToString() != uint64Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            UInt64 uint64Val = (UInt64)(TestLibrary.Generator.GetInt64(-55)) + (UInt64)(TestLibrary.Generator.GetInt64(-55));
-            sb = sb.Append(uint64Val);
-            if (sb.ToString() != strSource + uint64Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            UInt64 uint64Val = (UInt64)(TestLibrary.Generator.GetInt64(-55)) + (UInt64)(TestLibrary.Generator.GetInt64(-55));
-            sb = sb.Append(uint64Val);
-            if (sb.ToString() != uint64Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend13.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend13.cs
deleted file mode 100644 (file)
index a838b9e..0000000
+++ /dev/null
@@ -1,155 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(Object)
-/// </summary>
-public class StringBuilderAppend13
-{
-    public static int Main()
-    {
-        StringBuilderAppend13 sbAppend13 = new StringBuilderAppend13();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend13");
-        if (sbAppend13.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            object objVal = new object();
-            sb = sb.Append(objVal);
-            if (sb.ToString() != objVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            object objVal = new object();
-            sb = sb.Append(objVal);
-            if (sb.ToString() != strSource + objVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            object objVal = null;
-            sb = sb.Append(objVal);
-            if (sb.ToString() != string.Empty)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Invoke Append method in the initial StringBuilder 4");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            object objVal = "HelloWorld";
-            sb = sb.Append(objVal);
-            if (sb.ToString() != strSource + objVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest5:Invoke Append method in the initial StringBuilder 5");
-        try
-        {
-            string strSource = "Itisthetime";
-            StringBuilder sb = new StringBuilder(strSource);
-            object objVal = DateTime.Now;
-            sb = sb.Append(objVal);
-            if (sb.ToString() != strSource + objVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("009", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend14.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend14.cs
deleted file mode 100644 (file)
index de7904f..0000000
+++ /dev/null
@@ -1,135 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(SByte)
-/// </summary>
-public class StringBuilderAppend14
-{
-    public static int Main()
-    {
-        StringBuilderAppend14 sbAppend14 = new StringBuilderAppend14();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend14");
-        if (sbAppend14.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            sbyte sbVal1 = (sbyte)this.GetInt32(0, 128);
-            sbyte sbVal2 = (sbyte)(this.GetInt32(1, 129) * (-1));
-            sb = sb.Append(sbVal1);
-            sb = sb.Append(sbVal2);
-            if (sb.ToString() != sbVal1.ToString() + sbVal2.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            sbyte sbVal1 = (sbyte)this.GetInt32(0, 128);
-            sbyte sbVal2 = (sbyte)(this.GetInt32(1, 129) * (-1)); 
-            sb = sb.Append(sbVal1);
-            sb = sb.Append(sbVal2);
-            if (sb.ToString() != strSource + sbVal1.ToString() + sbVal2.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            sbyte sbVal1 = (sbyte)this.GetInt32(0, 128);
-            sbyte sbVal2 = (sbyte)(this.GetInt32(1, 129) * (-1)); 
-            sb = sb.Append(sbVal1);
-            sb = sb.Append(sbVal2);
-            if (sb.ToString() != sbVal1.ToString() + sbVal2.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend15.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend15.cs
deleted file mode 100644 (file)
index 1748899..0000000
+++ /dev/null
@@ -1,108 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(Single)
-/// </summary>
-public class StringBuilderAppend15
-{
-    public static int Main()
-    {
-        StringBuilderAppend15 sbAppend15 = new StringBuilderAppend15();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend15");
-        if (sbAppend15.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            Single singleVal = TestLibrary.Generator.GetSingle(-55);
-            sb = sb.Append(singleVal);
-            if (sb.ToString() != singleVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            Single singleVal = TestLibrary.Generator.GetSingle(-55);
-            sb = sb.Append(singleVal);
-            if (sb.ToString() != strSource + singleVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            Single singleVal = TestLibrary.Generator.GetSingle(-55);
-            sb = sb.Append(singleVal);
-            if (sb.ToString() != singleVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend16.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend16.cs
deleted file mode 100644 (file)
index d62d79d..0000000
+++ /dev/null
@@ -1,157 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(String)
-/// </summary>
-public class StringBuilderAppend16
-{
-    private const int c_MIN_STR_LENGTH = 8;
-    private const int c_MAX_STR_LENGTH = 256;
-    public static int Main()
-    {
-        StringBuilderAppend16 sbAppend16 = new StringBuilderAppend16();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend16");
-        if (sbAppend16.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            string strVal = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LENGTH, c_MAX_STR_LENGTH);
-            sb = sb.Append(strVal);
-            if (sb.ToString() != strVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            string strVal = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LENGTH, c_MAX_STR_LENGTH);
-            sb = sb.Append(strVal);
-            if (sb.ToString() != strSource + strVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            string strVal = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LENGTH, c_MAX_STR_LENGTH);
-            sb = sb.Append(strVal);
-            if (sb.ToString() != strVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Invoke Append method in the initial StringBuilder 4");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            string strVal = null;
-            sb = sb.Append(strVal);
-            if (sb.ToString() != string.Empty)
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest5:Invoke Append method in the initial StringBuilder 5");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            string strVal = null;
-            sb = sb.Append(strVal);
-            if (sb.ToString() != strSource)
-            {
-                TestLibrary.TestFramework.LogError("009", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend17.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend17.cs
deleted file mode 100644 (file)
index 36a37a8..0000000
+++ /dev/null
@@ -1,183 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(Char,Int32)
-/// </summary>
-public class StringBuilderAppend17
-{
-    public static int Main()
-    {
-        StringBuilderAppend17 sbAppend17 = new StringBuilderAppend17();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend17");
-        if (sbAppend17.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            char charValue = TestLibrary.Generator.GetChar(-55);
-            int repeatCount = 0;
-            sb = sb.Append(charValue, repeatCount);
-            if (sb.ToString() != string.Empty)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            char charValue = TestLibrary.Generator.GetChar(-55);
-            int repeatCount = 1;
-            sb = sb.Append(charValue, repeatCount);
-            if (sb.ToString() != charValue.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            char charValue = TestLibrary.Generator.GetChar(-55);
-            int repeatCout = this.GetInt32(1, 100);
-            sb = sb.Append(charValue, repeatCout);
-            string strVal = new string(charValue, repeatCout);
-            if (sb.ToString() != strSource + strVal)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Invoke Append method in the initial StringBuilder 4");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            char charValue = TestLibrary.Generator.GetChar(-55);
-            int repeatCount = this.GetInt32(1, 100);
-            sb = sb.Append(charValue, repeatCount);
-            string strVal = new string(charValue, repeatCount);
-            if (sb.ToString() != strVal)
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The param of repeatCount is less than zero");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            char charValue = TestLibrary.Generator.GetChar(-55);
-            int repeatCount = this.GetInt32(1, 100) * (-1);
-            sb = sb.Append(charValue, repeatCount);
-            TestLibrary.TestFramework.LogError("N001", "The param of repeatCount is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend18.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend18.cs
deleted file mode 100644 (file)
index d913f12..0000000
+++ /dev/null
@@ -1,270 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(char[],Int32,Int32)
-/// </summary>
-public class StringBuilderAppend18
-{
-    public static int Main()
-    {
-        StringBuilderAppend18 sbAppend18 = new StringBuilderAppend18();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend18");
-        if (sbAppend18.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            char charVal1 = TestLibrary.Generator.GetChar(-55);
-            char charVal2 = TestLibrary.Generator.GetChar(-55);
-            char charVal3 = TestLibrary.Generator.GetChar(-55);
-            char[] charVals = new char[] { charVal1, charVal2, charVal3 };
-            int startIndex = 0;
-            int charCount = 0;
-            sb = sb.Append(charVals, startIndex,charCount);
-            if (sb.ToString() != string.Empty)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            char charVal1 = TestLibrary.Generator.GetChar(-55);
-            char charVal2 = TestLibrary.Generator.GetChar(-55);
-            char charVal3 = TestLibrary.Generator.GetChar(-55);
-            char[] charVals = new char[] { charVal1, charVal2, charVal3 };
-            string strVal = new string(charVals);
-            int startIndex = 0;
-            int charCount = 3;
-            sb = sb.Append(charVals, startIndex, charCount);
-            if (sb.ToString() != strVal)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            char charVal1 = TestLibrary.Generator.GetChar(-55);
-            char charVal2 = TestLibrary.Generator.GetChar(-55);
-            char charVal3 = TestLibrary.Generator.GetChar(-55);
-            char[] charVals = new char[] { charVal1, charVal2, charVal3 };
-            string strVal = new string(charVals);
-            int startIndex = 0;
-            int charCount = 3;
-            sb = sb.Append(charVals, startIndex, charCount);
-            if (sb.ToString() != strSource + strVal)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Invoke Append method in the initial StringBuilder 4");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            char charVal1 = TestLibrary.Generator.GetChar(-55);
-            char charVal2 = TestLibrary.Generator.GetChar(-55);
-            char charVal3 = TestLibrary.Generator.GetChar(-55);
-            char[] charVals = new char[] { charVal1, charVal2, charVal3 };
-            int startIndex = 1;
-            int charCount = 2;
-            sb = sb.Append(charVals, startIndex, charCount);
-            string strVal = new string(new char[] { charVal2, charVal3 });
-            if (sb.ToString() != strVal)
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The char array is null");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            char[] charVals = null;
-            int startIndex = 1;
-            int charCount = 1;
-            sb = sb.Append(charVals, startIndex, charCount);
-            TestLibrary.TestFramework.LogError("N001", "The char array is null but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2:The charCount is less than zero");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            char[] charVals = new char[] { 'a', 'b', 'c' };
-            int startIndex = 0;
-            int charCount = this.GetInt32(1, Int32.MaxValue) * (-1);
-            sb = sb.Append(charVals, startIndex, charCount);
-            TestLibrary.TestFramework.LogError("N003", "The charCount is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3:The startIndex is less than zero");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            char[] charVals = new char[] { 'a', 'b', 'c' };
-            int startIndex = this.GetInt32(1, 10) * (-1);
-            int charCount = charVals.Length;
-            sb = sb.Append(charVals, startIndex, charCount);
-            TestLibrary.TestFramework.LogError("N005", "The startIndex is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4:The startIndex plus charCount is larger than char array length");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            char[] charVals = new char[] { 'a', 'b', 'c' };
-            int startIndex = 0;
-            int charCount = charVals.Length + 1;
-            sb = sb.Append(charVals, startIndex, charCount);
-            TestLibrary.TestFramework.LogError("N007", "The startIndex plus charCount is larger than char array length but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend19.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend19.cs
deleted file mode 100644 (file)
index 60378e3..0000000
+++ /dev/null
@@ -1,258 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilderAppend(String,Int32,Int32)
-/// </summary>
-public class StringBuilderAppend19
-{
-    private const int c_MIN_STR_LENGTH = 8;
-    private const int c_MAX_STR_LENGTH = 256;
-    public static int Main()
-    {
-        StringBuilderAppend19 sbAppend19 = new StringBuilderAppend19();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend19");
-        if (sbAppend19.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            string strVal = null;
-            int startIndex = 0;
-            int count = 0;
-            sb = sb.Append(strVal, startIndex, count);
-            if (sb.ToString() != string.Empty)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            string strVal = TestLibrary.Generator.GetString(-55, false,c_MIN_STR_LENGTH,c_MAX_STR_LENGTH);
-            int startIndex = 0;
-            int count = strVal.Length;
-            sb = sb.Append(strVal, startIndex, count);
-            if (sb.ToString() != strVal)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            string strVal = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LENGTH, c_MAX_STR_LENGTH);
-            int startIndex = 0;
-            int count = strVal.Length;
-            sb = sb.Append(strVal, startIndex, count);
-            if (sb.ToString() != strSource + strVal)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Invoke Append method in the initial StringBuilder 4");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            string strVal = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LENGTH, c_MAX_STR_LENGTH);
-            int startIndex = this.GetInt32(0, strVal.Length);
-            int count = strVal.Length - startIndex;
-            sb = sb.Append(strVal, startIndex, count);
-            if (sb.ToString() != strVal.Substring(startIndex,count))
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The value of the string is null");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            string strVal = null;
-            int startIndex = 1;
-            int count = 1;
-            sb = sb.Append(strVal, startIndex, count);
-            TestLibrary.TestFramework.LogError("N001", "The value of the string is null but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2:The count is less than zero");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            string strVal = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LENGTH,c_MAX_STR_LENGTH);
-            int startIndex = 0;
-            int count = this.GetInt32(1, Int32.MaxValue) * (-1);
-            sb = sb.Append(strVal, startIndex, count);
-            TestLibrary.TestFramework.LogError("N003", "The count is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3:The startIndex is less than zero");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            string strVal = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LENGTH, c_MAX_STR_LENGTH);
-            int startIndex = this.GetInt32(1, 10) * (-1);
-            int count = strVal.Length;
-            sb = sb.Append(strVal, startIndex, count);
-            TestLibrary.TestFramework.LogError("N005", "The startIndex is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest4:The startIndex plus charCount is larger than char array length");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            string strVal = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LENGTH, c_MAX_STR_LENGTH);
-            int startIndex = 0;
-            int count = strVal.Length + 1;
-            sb = sb.Append(strVal, startIndex, count);
-            TestLibrary.TestFramework.LogError("N007", "The startIndex plus charCount is larger than char array length but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend2.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend2.cs
deleted file mode 100644 (file)
index 1d99c7e..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(Byte)
-/// </summary>
-public class StringBuilderAppend2
-{
-    public static int Main()
-    {
-        StringBuilderAppend2 sbAppend2 = new StringBuilderAppend2();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend2");
-        if (sbAppend2.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            byte bValue = TestLibrary.Generator.GetByte(-55);
-            sb = sb.Append(bValue);
-            if (sb.ToString() != bValue.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            byte bValue = TestLibrary.Generator.GetByte(-55);
-            sb = sb.Append(bValue);
-            if (sb.ToString() != strSource + bValue.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            byte bValue = TestLibrary.Generator.GetByte(-55);
-            sb = sb.Append(bValue);
-            if (sb.ToString() != bValue.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend3.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend3.cs
deleted file mode 100644 (file)
index da6fe5d..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(Char)
-/// </summary>
-public class StringBuilderAppend3
-{
-    public static int Main()
-    {
-        StringBuilderAppend3 sbAppend3 = new StringBuilderAppend3();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend3");
-        if (sbAppend3.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            char charValue = TestLibrary.Generator.GetChar(-55);
-            sb = sb.Append(charValue);
-            if (sb.ToString() != charValue.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            char charValue = TestLibrary.Generator.GetChar(-55);
-            sb = sb.Append(charValue);
-            if (sb.ToString() != strSource + charValue.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            char charValue = TestLibrary.Generator.GetChar(-55);
-            sb = sb.Append(charValue);
-            if (sb.ToString() != charValue.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend4.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend4.cs
deleted file mode 100644 (file)
index c6626bf..0000000
+++ /dev/null
@@ -1,140 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(Char[])
-/// </summary>
-public class StringBuilderAppend4
-{
-    public static int Main()
-    {
-        StringBuilderAppend4 sbAppend4 = new StringBuilderAppend4();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend4");
-        if (sbAppend4.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            char charValue1 = TestLibrary.Generator.GetChar(-55);
-            char charValue2 = TestLibrary.Generator.GetChar(-55);
-            char charValue3 = TestLibrary.Generator.GetChar(-55);
-            char[] charBuffer = new char[] { charValue1, charValue2, charValue3 };
-            sb = sb.Append(charBuffer);
-            if (sb.ToString() != new string(charBuffer))
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            char charValue1 = TestLibrary.Generator.GetChar(-55);
-            char charValue2 = TestLibrary.Generator.GetChar(-55);
-            char charValue3 = TestLibrary.Generator.GetChar(-55);
-            char[] charBuffer = new char[] { charValue1, charValue2, charValue3 };
-            sb = sb.Append(charBuffer);
-            if (sb.ToString() != strSource + new string(charBuffer))
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            char charValue1 = TestLibrary.Generator.GetChar(-55);
-            char charValue2 = TestLibrary.Generator.GetChar(-55);
-            char charValue3 = TestLibrary.Generator.GetChar(-55);
-            char[] charBuffer = new char[] { charValue1, charValue2, charValue3 };
-            sb = sb.Append(charBuffer);
-            if (sb.ToString() != new string(charBuffer))
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Invoke Append method in the initial StringBuilder 4");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            char[] charBuffer = null;
-            sb = sb.Append(charBuffer);
-            if (sb.ToString() != string.Empty)
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend5.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend5.cs
deleted file mode 100644 (file)
index 071643d..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(Decimal)
-/// </summary>
-public class StringBuilderAppend5
-{
-    public static int Main()
-    {
-        StringBuilderAppend5 sbAppend5 = new StringBuilderAppend5();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend5");
-        if (sbAppend5.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            decimal decimalVal = (decimal)TestLibrary.Generator.GetInt32(-55);
-            sb = sb.Append(decimalVal);
-            if (sb.ToString() != decimalVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            decimal decimalVal = (decimal)TestLibrary.Generator.GetInt32(-55);
-            sb = sb.Append(decimalVal);
-            if (sb.ToString() != strSource + decimalVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            decimal decimalVal = (decimal)TestLibrary.Generator.GetInt32(-55);
-            sb = sb.Append(decimalVal);
-            if (sb.ToString() != decimalVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend6.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend6.cs
deleted file mode 100644 (file)
index 6dfd41d..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(Double)
-/// </summary>
-public class StringBuilderAppend6
-{
-    public static int Main()
-    {
-        StringBuilderAppend6 sbAppend6 = new StringBuilderAppend6();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend6");
-        if (sbAppend6.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            double doubleVal = TestLibrary.Generator.GetDouble(-55);
-            sb = sb.Append(doubleVal);
-            if (sb.ToString() != doubleVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            double doubleVal = TestLibrary.Generator.GetDouble(-55);
-            sb = sb.Append(doubleVal);
-            if (sb.ToString() != strSource + doubleVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            double doubleVal = TestLibrary.Generator.GetDouble(-55);
-            sb = sb.Append(doubleVal);
-            if (sb.ToString() != doubleVal.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend7.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend7.cs
deleted file mode 100644 (file)
index 5ed6e68..0000000
+++ /dev/null
@@ -1,109 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(Int16)
-/// </summary>
-public class StringBuilderAppend7
-{
-    public static int Main()
-    {
-        StringBuilderAppend7 sbAppend7 = new StringBuilderAppend7();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend7");
-        if (sbAppend7.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            Int16 int16Val = TestLibrary.Generator.GetInt16(-55);
-            sb = sb.Append(int16Val);
-            if (sb.ToString() != int16Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            Int16 int16Val = TestLibrary.Generator.GetInt16(-55);
-            sb = sb.Append(int16Val);
-            if (sb.ToString() != strSource + int16Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            Int16 int16Val = TestLibrary.Generator.GetInt16(-55);
-            sb = sb.Append(int16Val);
-            if (sb.ToString() != int16Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
-
-
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend8.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend8.cs
deleted file mode 100644 (file)
index 6fd3d93..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(Int32)
-/// </summary>
-public class StringBuilderAppend8
-{
-    public static int Main()
-    {
-        StringBuilderAppend8 sbAppend8 = new StringBuilderAppend8();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend8");
-        if (sbAppend8.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            Int32 int32Val = TestLibrary.Generator.GetInt32(-55);
-            sb = sb.Append(int32Val);
-            if (sb.ToString() != int32Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            Int32 int32Val = TestLibrary.Generator.GetInt32(-55);
-            sb = sb.Append(int32Val);
-            if (sb.ToString() != strSource + int32Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            Int32 int32Val = TestLibrary.Generator.GetInt32(-55);
-            sb = sb.Append(int32Val);
-            if (sb.ToString() != int32Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend9.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderappend9.cs
deleted file mode 100644 (file)
index 4cd7ea2..0000000
+++ /dev/null
@@ -1,107 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.Append(Int64)
-/// </summary>
-public class StringBuilderAppend9
-{
-    public static int Main()
-    {
-        StringBuilderAppend9 sbAppend9 = new StringBuilderAppend9();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderAppend9");
-        if (sbAppend9.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke Append method in the initial StringBuilder 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            Int64 int64Val = TestLibrary.Generator.GetInt64(-55);
-            sb = sb.Append(int64Val);
-            if (sb.ToString() != int64Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke Append method in the initial StringBuilder 2");
-        try
-        {
-            string strSource = "formytest";
-            StringBuilder sb = new StringBuilder(strSource);
-            Int64 int64Val = TestLibrary.Generator.GetInt64(-55);
-            sb = sb.Append(int64Val);
-            if (sb.ToString() != strSource + int64Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke Append method in the initial StringBuilder 3");
-        try
-        {
-            string strSource = null;
-            StringBuilder sb = new StringBuilder(strSource);
-            Int64 int64Val = TestLibrary.Generator.GetInt64(-55);
-            sb = sb.Append(int64Val);
-            if (sb.ToString() != int64Val.ToString())
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuildercapacity.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuildercapacity.cs
deleted file mode 100644 (file)
index d0d3c13..0000000
+++ /dev/null
@@ -1,247 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-using TestLibrary;
-using System.Globalization;
-
-class StringBuilderCapacity
-{
-    static int Main()
-    {
-        StringBuilderCapacity test = new StringBuilderCapacity();
-
-        TestFramework.BeginTestCase("StringBuilder.Capacity");
-
-        if (test.RunTests())
-        {
-            TestFramework.EndTestCase();
-            TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestFramework.EndTestCase();
-            TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool ret = true;
-
-        // Positive Tests
-        ret &= Test2();
-        ret &= Test3();
-        ret &= Test4();
-        ret &= Test5();
-
-        // Negative Tests
-        ret &= Test1();
-        ret &= Test6();
-        ret &= Test7();
-
-        return ret;
-    }
-
-    public bool Test1()
-    {
-        string id = "Scenario1";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 1: Setting Capacity to 0");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-            sb.Capacity = 0;
-            string output = sb.ToString();
-            int cap = sb.Capacity;
-            result = false;
-            TestFramework.LogError("001", "Error in " + id + ", expected exception not thrown. Capacity: " + cap + ", string: " + output);
-
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != typeof(ArgumentOutOfRangeException))
-            {
-                result = false;
-                TestFramework.LogError("003", "Unexpected exception in " + id + ", expected type: " + typeof(ArgumentOutOfRangeException).ToString() + ", Actual exception: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-
-    public bool Test2()
-    {
-        string id = "Scenario2";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 2: Setting capacity to current capacity");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test", 4);
-            sb.Capacity = 4;
-            string output = sb.ToString();
-            int cap = sb.Capacity;
-            if (output != "Test")
-            {
-                result = false;
-                TestFramework.LogError("004", "Error in " + id + ", unexpected string. Actual string " + output + ", Expected: Test");
-            }
-            if (cap != 4)
-            {
-                result = false;
-                TestFramework.LogError("005", "Error in " + id + ", unexpected capacity. Actual capacity " + cap + ", Expected: 4");
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("006", "Unexpected exception in " + id + ", exception: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool Test3()
-    {
-        string id = "Scenario3";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 3: Setting capacity to > length < capacity");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test", 10);
-            sb.Capacity = 8;
-            string output = sb.ToString();
-            int capacity = sb.Capacity;
-            if (output != "Test")
-            {
-                result = false;
-                TestFramework.LogError("007", "Error in " + id + ", unexpected string. Actual string " + output + ", Expected: Test");
-            }
-            if (capacity != 8)
-            {
-                result = false;
-                TestFramework.LogError("008", "Error in " + id + ", unexpected legnth. Actual capacity" + capacity + ", Expected: 8");
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("009", "Unexpected exception in " + id + ", exception: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool Test4()
-    {
-        string id = "Scenario4";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 4: Setting capacity to > capacity");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test", 10);
-            sb.Capacity = 12;
-            string output = sb.ToString();
-            int cap = sb.Capacity;
-            if (output != "Test")
-            {
-                result = false;
-                TestFramework.LogError("010", "Error in " + id + ", unexpected string. Actual string " + output + ", Expected: Test");
-            }
-            if (cap != 12)
-            {
-                result = false;
-                TestFramework.LogError("011", "Error in " + id + ", unexpected legnth. Actual capacity " + cap + ", Expected: 12");
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("012", "Unexpected exception in " + id + ", exception: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool Test5()
-    {
-        string id = "Scenario5";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 5: Setting capacity to something very large");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-            sb.Capacity = 10004;
-            string output = sb.ToString();
-            int capacity = sb.Capacity;
-            if (output != "Test")
-            {
-                result = false;
-                TestFramework.LogError("013", "Error in " + id + ", unexpected string. Actual string " + output + ", Expected: Test");
-            }
-            if (capacity != 10004)
-            {
-                result = false;
-                TestFramework.LogError("014", "Error in " + id + ", unexpected legnth. Actual capacity " + capacity + ", Expected: 10004");
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("015", "Unexpected exception in " + id + ", exception: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool Test6()
-    {
-        string id = "Scenario6";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 6: Setting Capacity to > max capacity");
-        try
-        {
-            StringBuilder sb = new StringBuilder(4, 10);
-            sb.Append("Test");
-
-            sb.Capacity = 12;
-            string output = sb.ToString();
-            result = false;
-            TestFramework.LogError("016", "Error in " + id + ", Expected exception not thrown. No exception. Actual string " + output + ", Expected: " + typeof(ArgumentOutOfRangeException).ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != typeof(ArgumentOutOfRangeException))
-            {
-                result = false;
-                TestFramework.LogError("017", "Unexpected exception in " + id + ", expected type: " + typeof(ArgumentOutOfRangeException).ToString() + ", Actual exception: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-
-    public bool Test7()
-    {
-        string id = "Scenario7";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 7: Setting capacity to < 0");
-        try
-        {
-            StringBuilder sb = new StringBuilder(4, 10);
-            sb.Append("Test");
-
-            sb.Capacity = -1;
-            string output = sb.ToString();
-            result = false;
-            TestFramework.LogError("018", "Error in " + id + ", Expected exception not thrown. No exception. Actual string " + output + ", Expected: " + typeof(ArgumentOutOfRangeException).ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != typeof(ArgumentOutOfRangeException))
-            {
-                result = false;
-                TestFramework.LogError("018", "Unexpected exception in " + id + ", expected type: " + typeof(ArgumentOutOfRangeException).ToString() + ", Actual exception: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuildercapacity_cti.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuildercapacity_cti.cs
deleted file mode 100644 (file)
index 8f47e85..0000000
+++ /dev/null
@@ -1,264 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// StringBuilder.Capacity Property 
-/// Gets or sets the maximum number of characters that can be contained 
-/// in the memory allocated by the current instance. 
-/// </summary>
-public class StringBuilderCapacity
-{
-    private const int c_MIN_STR_LEN = 1;
-    private const int c_MAX_STR_LEN = 260;
-
-    private const int c_MAX_CAPACITY = Int16.MaxValue;
-
-    public static int Main()
-    {
-        StringBuilderCapacity testObj = new StringBuilderCapacity();
-
-        TestLibrary.TestFramework.BeginTestCase("for property: StringBuilder.Capacity");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Get the capacity property";
-        string errorDesc;
-
-        StringBuilder sb;
-        int actualCapacity, expectedCapacity;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-            expectedCapacity = str.Length
-                + TestLibrary.Generator.GetInt32(-55) % (c_MAX_CAPACITY - str.Length + 1);
-
-            sb = new StringBuilder(str, expectedCapacity);
-
-            actualCapacity = sb.Capacity;
-
-            if (actualCapacity != expectedCapacity)
-            {
-                errorDesc = "Capacity of current StringBuilder " + sb + " is not the value ";
-                errorDesc += string.Format("{0} as expected: actual({1})", expectedCapacity, actualCapacity);
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P002";
-        const string c_TEST_DESC = "PosTest2: Set the capacity property";
-        string errorDesc;
-
-        StringBuilder sb;
-        int actualCapacity, expectedCapacity;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-            sb = new StringBuilder(str);
-
-            expectedCapacity = str.Length
-                + TestLibrary.Generator.GetInt32(-55) % (c_MAX_CAPACITY - str.Length + 1);
-
-            sb.Capacity = expectedCapacity;
-            actualCapacity = sb.Capacity;
-
-            if (actualCapacity != expectedCapacity)
-            {
-                errorDesc = "Capacity of current StringBuilder " + sb + " is not the value ";
-                errorDesc += string.Format("{0} as expected: actual({1})", expectedCapacity, actualCapacity);
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //ArgumentOutOfRangeException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: The value specified for a set operation is less than the current length of this instance.";
-        string errorDesc;
-
-        StringBuilder sb;
-        int capacity, currentInstanceLength;
-
-        string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-        sb = new StringBuilder(str);
-        currentInstanceLength = str.Length;
-        capacity = TestLibrary.Generator.GetInt32(-55) % currentInstanceLength;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            sb.Capacity = capacity;
-            errorDesc = "ArgumentOutOfRangeException is not thrown as expected.";
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nCurrent length of instance is {0}, capacity specified is {1}", 
-                               currentInstanceLength, capacity);
-            TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nCurrent length of instance is {0}, capacity specified is {1}",
-                               currentInstanceLength, capacity);
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N002";
-        const string c_TEST_DESC = "NegTest2: The value specified for a set operation is less than zero.";
-        string errorDesc;
-
-        StringBuilder sb;
-        int capacity, currentInstanceLength;
-
-        string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-        sb = new StringBuilder(str);
-        currentInstanceLength = str.Length;
-        capacity = -1 * TestLibrary.Generator.GetInt32(-55) - 1;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            sb.Capacity = capacity;
-            errorDesc = "ArgumentOutOfRangeException is not thrown as expected.";
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nCurrent length of instance is {0}, capacity specified is {1}",
-                               currentInstanceLength, capacity);
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nCurrent length of instance is {0}, capacity spdified is {1}",
-                               currentInstanceLength, capacity);
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N003";
-        const string c_TEST_DESC = "NegTest3: The value specified for a set operation is greater than the maximum capacity.";
-        string errorDesc;
-
-        StringBuilder sb;
-        int capacity;
-
-        int maxCapacity = TestLibrary.Generator.GetInt32(-55) % c_MAX_CAPACITY;
-        sb = new StringBuilder(0, maxCapacity);
-
-        capacity = maxCapacity + 1 + TestLibrary.Generator.GetInt32(-55) % (int.MaxValue - maxCapacity);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            sb.Capacity = capacity;
-            errorDesc = "ArgumentOutOfRangeException is not thrown as expected.";
-            errorDesc += string.Format("\nMaximum capacity of instance is {0}, capacity spdified is {1}",
-                               maxCapacity, capacity);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nMaximum capacity of instance is {0}, capacity spdified is {1}",
-                               maxCapacity, capacity);
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderchars.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderchars.cs
deleted file mode 100644 (file)
index 14cf98d..0000000
+++ /dev/null
@@ -1,316 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// StringBuilder.Chars Property 
-/// Gets or sets the character at the specified character position in this instance. 
-/// </summary>
-public class StringBuilderChars
-{
-    private const int c_MIN_STR_LEN = 1;
-    private const int c_MAX_STR_LEN = 260;
-
-    private const int c_MAX_CAPACITY = Int16.MaxValue;
-
-    public static int Main()
-    {
-        StringBuilderChars testObj = new StringBuilderChars();
-
-        TestLibrary.TestFramework.BeginTestCase("for property: StringBuilder.Chars");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Get the Chars property";
-        string errorDesc;
-
-        StringBuilder sb;
-        char actualChar, expectedChar;
-        int index;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-            sb = new StringBuilder(str);
-
-            index = TestLibrary.Generator.GetInt32(-55) % str.Length;
-
-            expectedChar = str[index];
-            actualChar = sb[index];
-
-            if (actualChar != expectedChar)
-            {
-                errorDesc = "Character of current StringBuilder " + sb + " at sepcifed index " + index
-                    + " is not the value ";
-                errorDesc += string.Format("{0} as expected: actual({1})", expectedChar, actualChar);
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P002";
-        const string c_TEST_DESC = "PosTest2: Set the Chars property";
-        string errorDesc;
-
-        StringBuilder sb;
-        char actualChar, expectedChar;
-        int index;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-            sb = new StringBuilder(str);
-
-            index = TestLibrary.Generator.GetInt32(-55) % str.Length;
-
-            expectedChar = TestLibrary.Generator.GetChar(-55);
-            sb[index] = expectedChar;
-            actualChar = sb[index];
-
-            if (actualChar != expectedChar)
-            {
-                errorDesc = "Character of current StringBuilder " + sb + " at sepcifed index " + index
-                    + " is not the value ";
-                errorDesc += string.Format("{0} as expected: actual({1})", expectedChar, actualChar);
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //IndexOutOfRangeException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: index is greater than or equal the current length of this instance while getting a character.";
-        string errorDesc;
-
-        StringBuilder sb;
-        int index, currentInstanceLength;
-
-        string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-        sb = new StringBuilder(str);
-        currentInstanceLength = str.Length;
-        index = currentInstanceLength + 
-            TestLibrary.Generator.GetInt32(-55) % (int.MaxValue - currentInstanceLength);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            char ch = sb[index];
-            errorDesc = "IndexOutOfRangeException is not thrown as expected.";
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nCurrent length of instance is {0}, index specified is {1}", 
-                               currentInstanceLength, index);
-            TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (IndexOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nCurrent length of instance is {0}, index specified is {1}",
-                               currentInstanceLength, index);
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N002";
-        const string c_TEST_DESC = "NegTest2: index is less than zero while getting a character.";
-        string errorDesc;
-
-        StringBuilder sb;
-        int index, currentInstanceLength;
-
-        string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-        sb = new StringBuilder(str);
-        currentInstanceLength = str.Length;
-        index = -1 * TestLibrary.Generator.GetInt32(-55) - 1;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            char ch = sb[index];
-            errorDesc = "IndexOutOfRangeException is not thrown as expected.";
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nCurrent length of instance is {0}, index specified is {1}",
-                               currentInstanceLength, index);
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (IndexOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nCurrent length of instance is {0}, index specified is {1}",
-                               currentInstanceLength, index);
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    //ArgumentOutOfRangeException
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N003";
-        const string c_TEST_DESC = "NegTest3: index is greater than or equal the current length of this instance while setting a character.";
-        string errorDesc;
-
-        StringBuilder sb;
-        int index, currentInstanceLength;
-
-        string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-        sb = new StringBuilder(str);
-        currentInstanceLength = str.Length;
-        index = currentInstanceLength +
-            TestLibrary.Generator.GetInt32(-55) % (int.MaxValue - currentInstanceLength);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            char ch = TestLibrary.Generator.GetChar(-55);
-            sb[index] =ch;
-            errorDesc = "ArgumentOutOfRangeException is not thrown as expected.";
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nCurrent length of instance is {0}, index specified is {1}",
-                               currentInstanceLength, index);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nCurrent length of instance is {0}, index specified is {1}",
-                               currentInstanceLength, index);
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N004";
-        const string c_TEST_DESC = "NegTest4: index is less than zero while setting a character.";
-        string errorDesc;
-
-        StringBuilder sb;
-        int index, currentInstanceLength;
-
-        string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-        sb = new StringBuilder(str);
-        currentInstanceLength = str.Length;
-        index = -1 * TestLibrary.Generator.GetInt32(-55) - 1;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            char ch = TestLibrary.Generator.GetChar(-55);
-            sb[index] = ch;
-            errorDesc = "ArgumentOutOfRangeException is not thrown as expected.";
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nCurrent length of instance is {0}, index specified is {1}",
-                               currentInstanceLength, index);
-            TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nCurrent length of instance is {0}, index specified is {1}",
-                               currentInstanceLength, index);
-            TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor1.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor1.cs
deleted file mode 100644 (file)
index 94daae3..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.ctor()
-/// </summary>
-public class StringBuilderctor1
-{
-    public static int Main()
-    {
-        StringBuilderctor1 sbctor1 = new StringBuilderctor1();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderctor1");
-        if (sbctor1.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Construct the StringBuilder");
-        try
-        {
-            StringBuilder sb = new StringBuilder();
-            if (sb == null|| sb.Length != 0 || sb.Capacity != 16)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor2.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor2.cs
deleted file mode 100644 (file)
index 07386d1..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.ctor(Int32)
-/// </summary>
-public class StringBuilderctor2
-{
-    public static int Main()
-    {
-        StringBuilderctor2 sbctor2 = new StringBuilderctor2();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderctor2");
-        if (sbctor2.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Construct the StringBuilder with 0 capacity");
-        try
-        {
-            int capacity = 0;
-            StringBuilder sb = new StringBuilder(capacity);
-            if (sb == null || sb.Length != 0 || sb.Capacity != 16)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Construct the StringBuilder with greater 0 capacity");
-        try
-        {
-            int capacity = this.GetInt32(1, 256);
-            StringBuilder sb = new StringBuilder(capacity);
-            if (sb == null || sb.Length != 0 || sb.Capacity != capacity)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The capacity is less than zero");
-        try
-        {
-            int capacity = this.GetInt32(1, Int32.MaxValue) * (-1);
-            StringBuilder sb = new StringBuilder(capacity);
-            TestLibrary.TestFramework.LogError("N001", "The capacity is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor3.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor3.cs
deleted file mode 100644 (file)
index afd0b7f..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.ctor(String)
-/// </summary>
-public class StringBuilderctor3
-{
-    public static int Main()
-    {
-        StringBuilderctor3 sbctor3 = new StringBuilderctor3();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderctor3");
-        if (sbctor3.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Construct the StringBuilder with null string");
-        try
-        {
-            string strValue = null;
-            StringBuilder sb = new StringBuilder(strValue);
-            if (sb == null || sb.Length != 0 || sb.Capacity != 16)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Construct the StringBuilder with empty string");
-        try
-        {
-            string strValue = string.Empty;
-            StringBuilder sb = new StringBuilder(strValue);
-            if (sb == null || sb.Length != 0 || sb.Capacity != 16)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Construct the StringBuilder with random string");
-        try
-        {
-            string strValue = TestLibrary.Generator.GetString(-55, false, 8, 256);
-            StringBuilder sb = new StringBuilder(strValue);
-            if (sb == null || sb.Length != strValue.Length)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor4.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor4.cs
deleted file mode 100644 (file)
index 981b0ea..0000000
+++ /dev/null
@@ -1,183 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.ctor(Int32,Int32)
-/// </summary>
-public class StringBuilderctor4
-{
-    public static int Main()
-    {
-        StringBuilderctor4 sbctor4 = new StringBuilderctor4();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderctor4");
-        if (sbctor4.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize StringBuilder with capacity and maxcapacity 1");
-        try
-        {
-            StringBuilder sb = new StringBuilder(0, 1);
-            if (sb == null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "StringBuilder(0, 1) should not be null");
-                retVal = false;
-            }
-            else if (sb.Length != 0)
-            {
-                TestLibrary.TestFramework.LogError("001.2", "StringBuilder(0, 1).Length should be 0, is " + sb.Length.ToString());
-                retVal = false;
-            }
-            else if (sb.Capacity > 1)
-            {
-                TestLibrary.TestFramework.LogError("001.3", "StringBuilder(0, 1).Capacity should not exceed 1, is " + sb.Capacity.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Initialize StringBuilder with capacity and maxcapacity 2");
-        try
-        {
-            int capacity = this.GetInt32(0, 256);
-            int maxcapacity = Int32.MaxValue;
-            StringBuilder sb = new StringBuilder(capacity, maxcapacity);
-            if (sb == null)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "StringBuilder(" + capacity.ToString() + ", " + maxcapacity.ToString() + ") should not be null");
-                retVal = false;
-            }
-            else if (sb.Capacity < capacity)
-            {
-                TestLibrary.TestFramework.LogError("003.2", "StringBuilder(" + capacity.ToString() + ", " + maxcapacity.ToString() + ").Capacity == " + sb.Capacity.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:Initialize StringBuilder with capacity which is less than 0");
-        try
-        {
-            int capacity = this.GetInt32(1, Int32.MaxValue) * (-1);
-            int maxcapacity = this.GetInt32(1, Int32.MaxValue);
-            StringBuilder sb = new StringBuilder(capacity, maxcapacity);
-            TestLibrary.TestFramework.LogError("N001", "capacity is less than 0 but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2:Initialize StringBuilder with maxcapacity which is less than 1");
-        try
-        {
-            int capacity = 0;
-            int maxcapacity = this.GetInt32(0, Int32.MaxValue) * (-1);
-            StringBuilder sb = new StringBuilder(capacity, maxcapacity);
-            TestLibrary.TestFramework.LogError("N003", "maxcapacity is less than 1 but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest3:Initialize StringBuilder which capacity is greater than maxcapacity");
-        try
-        {
-            int maxcapacity = this.GetInt32(1, Int32.MaxValue);
-            int capacity = maxcapacity + this.GetInt32(1, Int32.MaxValue);
-            StringBuilder sb = new StringBuilder(capacity, maxcapacity);
-            TestLibrary.TestFramework.LogError("N005", "maxcapacity is less than capacity but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor5.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor5.cs
deleted file mode 100644 (file)
index 6090a6d..0000000
+++ /dev/null
@@ -1,230 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.ctor(String,Int32)
-/// </summary>
-public class StringBuilderctor5
-{
-    public static int Main()
-    {
-        StringBuilderctor5 sbctor5 = new StringBuilderctor5();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderctor5");
-        if (sbctor5.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize StringBuilder with capacity and string 1");
-        try
-        {
-            string strValue = null;
-            int capacity = this.GetInt32(1, 256);
-            StringBuilder sb = new StringBuilder(strValue, capacity);
-            if (sb == null)
-            {
-                TestLibrary.TestFramework.LogError("007.1", "StringBuilder was null");
-                retVal = false;
-            }
-            else if (!sb.ToString().Equals(String.Empty))
-            {
-                TestLibrary.TestFramework.LogError("007.2", "Expected value of StringBuilder.ToString = String.Empty, actual: " +
-                    sb.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Initialize StringBuilder with capacity and string 2");
-        try
-        {
-            string strValue = string.Empty;
-            int capacity = this.GetInt32(1, 256);
-            StringBuilder sb = new StringBuilder(strValue, capacity);
-            if (sb == null)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "StringBuilder was null");
-                retVal = false;
-            }
-            else if (!sb.ToString().Equals(strValue))
-            {
-                TestLibrary.TestFramework.LogError("003.2", "Expected value of StringBuilder.ToString = " + strValue + ", actual: " +
-                    sb.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Initialize StringBuilder with capacity and string 3");
-        try
-        {
-            string strValue = TestLibrary.Generator.GetString(-55, false, 8, 256);
-            int capacity = this.GetInt32(1, strValue.Length);
-            StringBuilder sb = new StringBuilder(strValue, capacity);
-            if (sb == null)
-            {
-                TestLibrary.TestFramework.LogError("005.1", "StringBuilder was null");
-                retVal = false;
-            }
-            else if (!sb.ToString().Equals(strValue))
-            {
-                TestLibrary.TestFramework.LogError("005.2", "Expected value of StringBuilder.ToString = " + strValue + ", actual: " +
-                    sb.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Initialize StringBuilder with capacity and string 4");
-        try
-        {
-            string strValue = string.Empty;
-            int capacity = 0;
-            StringBuilder sb = new StringBuilder(strValue, capacity);
-            if (sb == null)
-            {
-                TestLibrary.TestFramework.LogError("007.1", "StringBuilder was null");
-                retVal = false;
-            }
-            else if (!sb.ToString().Equals(strValue))
-            {
-                TestLibrary.TestFramework.LogError("007.2", "Expected value of StringBuilder.ToString = " + strValue + ", actual: " +
-                    sb.ToString());
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest5:Initialize StringBuilder with capacity and string 5");
-        try
-        {
-            string strValue = TestLibrary.Generator.GetString(-55, false, 8, 256);
-            int capacity = 0;
-            StringBuilder sb = new StringBuilder(strValue, capacity);
-            if (sb == null) 
-                    {
-                TestLibrary.TestFramework.LogError("009.0", "StringBuilder was null");
-                retVal = false;
-            } else if (!sb.ToString().Equals(strValue)) 
-            {
-                TestLibrary.TestFramework.LogError("009.1", "Initializer string was "+strValue+", StringBuilder.ToString returned "+sb.ToString());
-                retVal = false;
-            }
-            else if (sb.Capacity == 0)
-            {
-                TestLibrary.TestFramework.LogError("009.2", "StringBuilder.Capacity returned 0 for non-empty string");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The capacity is less than zero");
-        try
-        {
-            string strValue = TestLibrary.Generator.GetString(-55, false, 8, 256);
-            int capacity = this.GetInt32(1, Int32.MaxValue) * (-1);
-            StringBuilder sb = new StringBuilder(strValue, capacity);
-            TestLibrary.TestFramework.LogError("N001", "The capacity is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor6.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderctor6.cs
deleted file mode 100644 (file)
index 35d9a45..0000000
+++ /dev/null
@@ -1,230 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-/// <summary>
-/// StringBuilder.ctor(String,Int32,Int32,Int32)
-/// </summary>
-public class StringBuilderctor6
-{
-    public static int Main()
-    {
-        StringBuilderctor6 sbctor6 = new StringBuilderctor6();
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderctor6");
-        if (sbctor6.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        return retVal;
-    }
-    #region PositiveTest
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Initialize StringBuilder with substring and capacity 1");
-        try
-        {
-            string strValue = null;
-            int capacity = this.GetInt32(1, 256);
-            StringBuilder sb = new StringBuilder(strValue, 0, 0, capacity);
-            if (sb == null || sb.ToString() != string.Empty || sb.Capacity != capacity)
-            {
-                TestLibrary.TestFramework.LogError("001", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Initialize StringBuilder with substring and capacity 2");
-        try
-        {
-            string strValue = string.Empty;
-            int startIndex = 0;
-            int length = 0;
-            int capacity = this.GetInt32(1, 256);
-            StringBuilder sb = new StringBuilder(strValue, startIndex, length, capacity);
-            if (sb == null || sb.ToString() != string.Empty || sb.Capacity != capacity)
-            {
-                TestLibrary.TestFramework.LogError("003", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Initialize StringBuilder with substring and capacity 3");
-        try
-        {
-            string strValue = TestLibrary.Generator.GetString(-55, false, 8, 256);
-            int startIndex = 0;
-            int length = strValue.Length;
-            int capacity = this.GetInt32(1, 256);
-            StringBuilder sb = new StringBuilder(strValue, startIndex, length, capacity);
-            if (sb == null || sb.ToString() != strValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Initialize StringBuilder with substring and capacity 4");
-        try
-        {
-            string strValue = TestLibrary.Generator.GetString(-55, false, 8, 256);
-            int startIndex = this.GetInt32(0, strValue.Length);
-            int length = strValue.Length - startIndex;
-            int capacity = this.GetInt32(1, 256);
-            StringBuilder sb = new StringBuilder(strValue, startIndex, length, capacity);
-            if (sb == null || sb.ToString() != strValue.Substring(startIndex,length))
-            {
-                TestLibrary.TestFramework.LogError("007", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool PosTest5()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("PosTest5:Initialize StringBuilder with substring and capacity 5");
-        try
-        {
-            string strValue = string.Empty;
-            int startIndex = 0;
-            int length = strValue.Length;
-            int capacity = 0;
-            StringBuilder sb = new StringBuilder(strValue, startIndex, length, capacity);
-            if (sb == null || sb.ToString() != string.Empty || sb.Capacity != 16)
-            {
-                TestLibrary.TestFramework.LogError("009", "The ExpectResult is not the ActualResult");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region NegativeTest
-    public bool NegTest1()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest1:The capacity is less than zero");
-        try
-        {
-            string strValue = TestLibrary.Generator.GetString(-55, false, 8, 256);
-            int startIndex = 0;
-            int length = strValue.Length;
-            int capacity = this.GetInt32(1, Int32.MaxValue) * (-1);
-            StringBuilder sb = new StringBuilder(strValue,startIndex,length,capacity);
-            TestLibrary.TestFramework.LogError("N001", "The capacity is less than zero but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N002", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.BeginScenario("NegTest2:The startIndex plus length is not a position within value");
-        try
-        {
-            string strValue = TestLibrary.Generator.GetString(-55, false, 8, 256);
-            int startIndex = 1;
-            int length = strValue.Length;
-            int capacity = this.GetInt32(0, 256);
-            StringBuilder sb = new StringBuilder(strValue, startIndex, length, capacity);
-            TestLibrary.TestFramework.LogError("N003", "The startIndex plus length is not a position within value but not throw exception");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("N004", "Unexpect exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-    #region HelpMethod
-    private Int32 GetInt32(Int32 minValue, Int32 maxValue)
-    {
-        try
-        {
-            if (minValue == maxValue)
-            {
-                return minValue;
-            }
-            if (minValue < maxValue)
-            {
-                return minValue + TestLibrary.Generator.GetInt32(-55) % (maxValue - minValue);
-            }
-        }
-        catch
-        {
-            throw;
-        }
-
-        return minValue;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderinsert.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderinsert.cs
deleted file mode 100644 (file)
index 8c813bf..0000000
+++ /dev/null
@@ -1,169 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-using TestLibrary;
-using System.Globalization;
-
-class StringBuilderInsert
-{
-    static int Main()
-    {
-        StringBuilderInsert test = new StringBuilderInsert();
-
-        TestFramework.BeginTestCase("StringBuilder.Insert");
-
-        if (test.RunTests())
-        {
-            TestFramework.EndTestCase();
-            TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestFramework.EndTestCase();
-            TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool ret = true;
-
-        // Positive Tests
-        ret &= Test001();
-        ret &= Test002();
-        ret &= Test003();
-        ret &= Test004();
-        ret &= Test005();
-
-        ret &= Test012();
-        ret &= Test013();
-//        ret &= Test014();
-        
-        // Negative Tests
-        ret &= Test006();
-        ret &= Test007();
-        ret &= Test008();
-        ret &= Test009();
-        ret &= Test010();
-        ret &= Test011();
-
-        return ret;
-    }
-
-    public bool Test001() { return PositiveTest(2, new char[] { 'a', 'b', 'c', 'd', 'e' }, 1, 2, "Tebcst", "00A"); }
-    public bool Test002() { return PositiveTest(2, null, 0, 0, "Test", "00B"); }
-    public bool Test003() { char[] chars = new char[10000]; for (int i = 0; i < 10000; i++) chars[i] = 'a';
-                            return PositiveTest(4, chars, 0, 10000, "Test" + new string('a', 10000), "00C"); }
-    public bool Test004() { return PositiveTest(0, new char[] { 'a', 'b', 'c', 'd', 'e' }, 0, 1, "aTest", "00D"); }
-    public bool Test005() { return PositiveTest(1, new char[] { 'a', 'b', 'c', 'd', 'e' }, 3, 0, "Test", "00E"); }
-
-    public bool Test006() { return NegativeTest(-1, new char[] { 'a', 'b', 'c', 'd', 'e' }, 1, 2, typeof(ArgumentOutOfRangeException), "00F"); }
-    public bool Test007() { return NegativeTest(5, new char[] { 'a', 'b', 'c', 'd', 'e' }, 1, 2, typeof(ArgumentOutOfRangeException), "00G"); }
-    public bool Test008() { return NegativeTest(0, new char[] { 'a', 'b', 'c', 'd', 'e' }, -1, 2, typeof(ArgumentOutOfRangeException), "00H"); }
-    public bool Test009() { return NegativeTest(0, new char[] { 'a', 'b', 'c', 'd', 'e' }, 1, -1, typeof(ArgumentOutOfRangeException), "00I"); }
-    public bool Test010() { return NegativeTest(0, new char[] { 'a', 'b', 'c', 'd', 'e' }, 4, 3, typeof(ArgumentOutOfRangeException), "00J"); }
-    public bool Test011() { return NegativeTest(0, null, 0, 1, typeof(ArgumentNullException), "00K"); }
-
-    public bool Test012() { return PositiveTest2(2, new char[] { 'a', 'b', 'c', 'd', 'e' }, "Teabcdest", "00A1"); }
-    public bool Test013() { return PositiveTest2(2, null, "Test", "00B1"); }
-
-//    public bool Test014() { return PositiveTest3(2, 't', "Tetst", "00A2"); }
-
-    public bool PositiveTest(int index, char[] chars, int startIndex, int count, string expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Insert");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-            sb.Insert(index, chars, startIndex, count);
-            string output = sb.ToString();
-            if (output != expected)
-            {
-                result = false;
-                TestFramework.LogError("001", "Error in " + id + ", unexpected insert result. Actual string " + output + ", Expected: " + expected);
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("002", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool PositiveTest2(int index, char[] chars, string expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Insert");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-            sb.Insert(index, chars);
-            string output = sb.ToString();
-            if (output != expected)
-            {
-                result = false;
-                TestFramework.LogError("001a", "Error in " + id + ", unexpected insert result. Actual string " + output + ", Expected: " + expected);
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("002a", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    //public bool PositiveTest3(int index, char chars, string expected, string id)
-    //{
-    //    bool result = true;
-    //    TestFramework.BeginScenario(id + ": Insert");
-    //    try
-    //    {
-    //        StringBuilder sb = new StringBuilder("Test");
-    //        sb.Insert(index, chars);
-    //        string output = sb.ToString();
-    //        if (output != expected)
-    //        {
-    //            result = false;
-    //            TestFramework.LogError("001b", "Error in " + id + ", unexpected insert result. Actual string " + output + ", Expected: " + expected);
-    //        }
-    //    }
-    //    catch (Exception exc)
-    //    {
-    //        result = false;
-    //        TestFramework.LogError("002b", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-    //    }
-    //    return result;
-    //}
-
-    public bool NegativeTest(int index, char[] chars, int startIndex, int count, Type expected, string id)
-    {
-        bool result = true;
-        TestFramework.BeginScenario(id + ": Insert");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-
-            sb.Insert(index, chars, startIndex, count);
-            string output = sb.ToString();
-            result = false;
-            TestFramework.LogError("003", "Error in " + id + ", Expected exception not thrown. No exception. Actual string " + output + ", Expected: " + expected.ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != expected)
-            {
-                result = false;
-                TestFramework.LogError("004", "Unexpected exception in " + id + ", expected type: " + expected.ToString() + ", Actual excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderinsert3.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderinsert3.cs
deleted file mode 100644 (file)
index dd300fa..0000000
+++ /dev/null
@@ -1,254 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// Insert(System.Int32,System.String)
-/// </summary>
-public class StringBuilderInsert3
-{
-    #region Private Fields
-    private const int c_LENGTH_OF_STRING = 256;
-    #endregion
-
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string randString = null;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call insert on empty string builder instance");
-
-        try
-        {
-            randString = TestLibrary.Generator.GetString(-55, false, c_LENGTH_OF_STRING, c_LENGTH_OF_STRING);
-
-            StringBuilder builder = new StringBuilder();
-            StringBuilder newBuilder = builder.Insert(0, randString);
-
-            string actualString = newBuilder.ToString();
-            if (!randString.Equals(actualString))
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Calling insert on empty string builder instance returns wrong string builder instance");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] randString = " + randString + ", actualString = " + actualString);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] randString = " + randString);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string randString = null;
-        int randIndex = 0;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Call insert on a non empty string builder instance");
-
-        try
-        {
-            randString = TestLibrary.Generator.GetString(-55, false, c_LENGTH_OF_STRING, c_LENGTH_OF_STRING);
-            randIndex = TestLibrary.Generator.GetByte(-55);
-
-            StringBuilder builder = new StringBuilder(randString);
-            StringBuilder newBuilder = builder.Insert(randIndex, randString);
-
-            string actualString = newBuilder.ToString();
-            char[] characters = new char[randString.Length + randString.Length];
-            int index = 0;
-            for (int i = 0; i < randIndex; ++i)
-            {
-                characters[index++] = randString[i];
-            }
-            for (int i = 0; i < randString.Length; ++i)
-            {
-                characters[index++] = randString[i];
-            }
-            for (int i = randIndex; i < randString.Length; ++i)
-            {
-                characters[index++] = randString[i];
-            }
-            string desiredString = new string(characters);
-
-            if (!desiredString.Equals(actualString))
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Calling insert on a non empty string builder instance returns wrong string builder instance");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] randString = " + randString + ", actualString = " + actualString + ", desiredString = " + desiredString + ", randIndex = " + randIndex);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] randString = " + randString + ", randIndex = " + randIndex);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Call insert on empty string builder instance with value is null reference");
-
-        try
-        {
-            StringBuilder builder = new StringBuilder();
-            StringBuilder newBuilder = builder.Insert(0, null as string);
-
-            string actualString = newBuilder.ToString();
-            if (!actualString.Equals(String.Empty))
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Calling insert on empty string builder instance with value is null reference returns wrong string builder instance");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] actualString = " + actualString);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Call insert on empty string builder instance with value is String.Empty");
-
-        try
-        {
-            StringBuilder builder = new StringBuilder();
-            StringBuilder newBuilder = builder.Insert(0, String.Empty);
-
-            string actualString = newBuilder.ToString();
-            if (!actualString.Equals(String.Empty))
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Calling insert on empty string builder instance with value is String.Empty returns wrong string builder instance");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] actualString = " + actualString);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentOutOfRangeException should be thrown when index is less than zero");
-
-        try
-        {
-            StringBuilder builder = new StringBuilder();
-            builder.Insert(-1, String.Empty);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentOutOfRangeException is not thrown when index is less than zero");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentOutOfRangeException should be thrown when index is greater than the current length of this instance.");
-
-        try
-        {
-            StringBuilder builder = new StringBuilder();
-            builder.Insert(1, String.Empty);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentOutOfRangeException is not thrown when index is greater than the current length of this instance.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StringBuilderInsert3 test = new StringBuilderInsert3();
-
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderInsert3");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderinsert4.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderinsert4.cs
deleted file mode 100644 (file)
index 16edd8c..0000000
+++ /dev/null
@@ -1,356 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// Insert(System.Int32,System.String,System.Int32)
-/// </summary>
-public class StringBuilderInsert4
-{
-    #region Private Fields
-    private const int c_LENGTH_OF_STRING = 256;
-    #endregion
-
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        retVal = PosTest5() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        string randString = null;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call insert on an empty string builder instance");
-
-        try
-        {
-            randString = TestLibrary.Generator.GetString(-55, false, c_LENGTH_OF_STRING, c_LENGTH_OF_STRING);
-            StringBuilder builder = new StringBuilder();
-            StringBuilder newBuilder = builder.Insert(0, randString, 1);
-
-            string actualString = newBuilder.ToString();
-            if (!actualString.Equals(randString))
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Calling insert on an empty string builder instance returns wrong string builder instance");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] randString = " + randString + ", actualString = " + actualString);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] randString = " + randString);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        string randString = null;
-        int randIndex = 0;
-        int randCount = 0;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Call insert on a non empty string builder instance");
-
-        try
-        {
-            randString = TestLibrary.Generator.GetString(-55, false, c_LENGTH_OF_STRING, c_LENGTH_OF_STRING);
-            randIndex = TestLibrary.Generator.GetByte(-55);
-            randCount = TestLibrary.Generator.GetByte(-55);
-
-            StringBuilder builder = new StringBuilder(randString);
-            StringBuilder newBuilder = builder.Insert(randIndex, randString, randCount);
-            char[] characters = new char[randString.Length + randCount * randString.Length];
-            int index = 0;
-            for (int i = 0; i < randIndex; ++i)
-            {
-                characters[index++] = randString[i];
-            }
-            for (int c = 0; c < randCount; ++c)
-            {
-                for (int i = 0; i < randString.Length; ++i)
-                {
-                    characters[index++] = randString[i];
-                }
-            }
-            for (int i = randIndex; i < randString.Length; ++i)
-            {
-                characters[index++] = randString[i];
-            }
-
-            string desiredString = new string(characters);
-            string actualString = newBuilder.ToString();
-            if (!desiredString.Equals(actualString))
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Calling insert on a non empty string builder instance returns wrong string builder instance");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] randString = " + randString + ", actualString = " + actualString + ", desiredString = " + desiredString + ", randIndex = " + randIndex + ", randCount = " + randCount);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] randString = " + randString + ", randIndex = " + randIndex + ", randCount = " + randCount);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        string randString = null;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Call insert on an empty string builder instance and with count is 0");
-
-        try
-        {
-            randString = TestLibrary.Generator.GetString(-55, false, c_LENGTH_OF_STRING, c_LENGTH_OF_STRING);
-            StringBuilder builder = new StringBuilder();
-            StringBuilder newBuilder = builder.Insert(0, randString, 0);
-
-            string actualString = newBuilder.ToString();
-            if (!actualString.Equals(String.Empty))
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Calling insert on an empty string builder instance and with count is 0 returns wrong string builder instance");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] randString = " + randString + ", actualString = " + actualString);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] randString = " + randString);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Call insert on an empty string builder instance and with value is null reference");
-
-        try
-        {
-            StringBuilder builder = new StringBuilder();
-            StringBuilder newBuilder = builder.Insert(0, null, 1);
-
-            string actualString = newBuilder.ToString();
-            if (!actualString.Equals(String.Empty))
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Calling insert on an empty string builder instance and with value is null reference returns wrong string builder instance");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] actualString = " + actualString);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest5()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest5: Call insert on an empty string builder instance and with value is String.Empty");
-
-        try
-        {
-            StringBuilder builder = new StringBuilder();
-            StringBuilder newBuilder = builder.Insert(0, String.Empty, 1);
-
-            string actualString = newBuilder.ToString();
-            if (!actualString.Equals(String.Empty))
-            {
-                TestLibrary.TestFramework.LogError("005.1", "Calling insert on an empty string builder instance and with value is String.Empty returns wrong string builder instance");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] actualString = " + actualString);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("005.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentOutOfRangeException should be thrown when index is less than zero");
-
-        try
-        {
-            string randString = TestLibrary.Generator.GetString(-55, false, c_LENGTH_OF_STRING, c_LENGTH_OF_STRING);
-            StringBuilder builder = new StringBuilder();
-
-            builder.Insert(-1, randString, 1);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentOutOfRangeException is not thrown when index is less than zero");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentOutOfRangeException should be thrown when index is greater than the current length of this instance");
-
-        try
-        {
-            string randString = TestLibrary.Generator.GetString(-55, false, c_LENGTH_OF_STRING, c_LENGTH_OF_STRING);
-            StringBuilder builder = new StringBuilder();
-
-            builder.Insert(1, randString, 1);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentOutOfRangeException is not thrown when index is greater than the current length of this instance");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentOutOfRangeException should be thrown when count is less than zero. ");
-
-        try
-        {
-            string randString = TestLibrary.Generator.GetString(-55, false, c_LENGTH_OF_STRING, c_LENGTH_OF_STRING);
-            StringBuilder builder = new StringBuilder();
-
-            builder.Insert(0, randString, -1);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentOutOfRangeException is not thrown when count is less than zero. ");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: OutOfMemoryException should be thrown when The current length of this StringBuilder object plus the length of value times count exceeds MaxCapacity.");
-
-        try
-        {
-            string randString = TestLibrary.Generator.GetString(-55, false, c_LENGTH_OF_STRING, c_LENGTH_OF_STRING);
-            StringBuilder builder = new StringBuilder();
-
-            builder.Insert(0, randString, Int32.MaxValue);
-
-            TestLibrary.TestFramework.LogError("104.1", "OutOfMemoryException is not thrown when The current length of this StringBuilder object plus the length of value times count exceeds MaxCapacity.");
-            retVal = false;
-        }
-        catch (OutOfMemoryException) // StringBuilder new implementation is now throwing OutOfMemoryException
-        {
-            
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        StringBuilderInsert4 test = new StringBuilderInsert4();
-
-        TestLibrary.TestFramework.BeginTestCase("StringBuilderInsert4");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderlength.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderlength.cs
deleted file mode 100644 (file)
index 10ef160..0000000
+++ /dev/null
@@ -1,251 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-using TestLibrary;
-using System.Globalization;
-
-class StringBuilderLength
-{
-    static int Main()
-    {
-        StringBuilderLength test = new StringBuilderLength();
-
-        TestFramework.BeginTestCase("StringBuilder.Length");
-
-        if (test.RunTests())
-        {
-            TestFramework.EndTestCase();
-            TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestFramework.EndTestCase();
-            TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool ret = true;
-
-        // Positive Tests
-        ret &= Test1();
-        ret &= Test2();
-        ret &= Test3();
-        ret &= Test4();
-        ret &= Test5();
-
-        // Negative Tests
-        ret &= Test6();
-        ret &= Test7();
-
-        return ret;
-    }
-
-    public bool Test1()
-    {
-        string id = "Scenario1";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 1: Setting Length to 0");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-            sb.Length = 0;
-            string output = sb.ToString();
-            int length = sb.Length;
-            if (output != string.Empty)
-            {
-                result = false;
-                TestFramework.LogError("001", "Error in " + id + ", unexpected string. Actual string " + output + ", Expected: " + string.Empty);
-            }
-            if (length != 0)
-            {
-                result = false;
-                TestFramework.LogError("002", "Error in " + id + ", unexpected legnth. Actual length " + length + ", Expected: 0");
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("003", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool Test2()
-    {
-        string id = "Scenario2";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 2: Setting Length to current length");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-            sb.Length = 4;
-            string output = sb.ToString();
-            int length = sb.Length;
-            if (output != "Test")
-            {
-                result = false;
-                TestFramework.LogError("004", "Error in " + id + ", unexpected string. Actual string " + output + ", Expected: Test");
-            }
-            if (length != 4)
-            {
-                result = false;
-                TestFramework.LogError("005", "Error in " + id + ", unexpected legnth. Actual length " + length + ", Expected: 4");
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("006", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool Test3()
-    {
-        string id = "Scenario3";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 3: Setting Length to > length < capacity");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test", 10);
-            sb.Length = 8;
-            string output = sb.ToString();
-            int length = sb.Length;
-            if (output != "Test\0\0\0\0")
-            {
-                result = false;
-                TestFramework.LogError("007", "Error in " + id + ", unexpected string. Actual string " + output + ", Expected: Test\0\0\0\0");
-            }
-            if (length != 8)
-            {
-                result = false;
-                TestFramework.LogError("008", "Error in " + id + ", unexpected legnth. Actual length " + length + ", Expected: 8");
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("009", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool Test4()
-    {
-        string id = "Scenario4";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 4: Setting Length to > capacity");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test", 10);
-            sb.Length = 12;
-            string output = sb.ToString();
-            int length = sb.Length;
-            if (output != "Test\0\0\0\0\0\0\0\0")
-            {
-                result = false;
-                TestFramework.LogError("010", "Error in " + id + ", unexpected string. Actual string " + output + ", Expected: Test\0\0\0\0\0\0\0\0");
-            }
-            if (length != 12)
-            {
-                result = false;
-                TestFramework.LogError("011", "Error in " + id + ", unexpected legnth. Actual length " + length + ", Expected: 12");
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("012", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool Test5()
-    {
-        string id = "Scenario5";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 5: Setting Length to something very large");
-        try
-        {
-            StringBuilder sb = new StringBuilder("Test");
-            sb.Length = 10004;
-            string output = sb.ToString();
-            int length = sb.Length;
-            if (output != ("Test" + new string('\0',10000)))
-            {
-                result = false;
-                TestFramework.LogError("013", "Error in " + id + ", unexpected string. Actual string " + output + ", Expected: Test");
-            }
-            if (length != 10004)
-            {
-                result = false;
-                TestFramework.LogError("014", "Error in " + id + ", unexpected legnth. Actual length " + length + ", Expected: 10004");
-            }
-        }
-        catch (Exception exc)
-        {
-            result = false;
-            TestFramework.LogError("015", "Unexpected exception in " + id + ", excpetion: " + exc.ToString());
-        }
-        return result;
-    }
-
-    public bool Test6()
-    {
-        string id = "Scenario6";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 6: Setting Length to > max capacity");
-        try
-        {
-            StringBuilder sb = new StringBuilder(4, 10);
-            sb.Append("Test");
-
-            sb.Length = 12;
-            string output = sb.ToString();
-            result = false;
-            TestFramework.LogError("016", "Error in " + id + ", Expected exception not thrown. No exception. Actual string " + output + ", Expected: " + typeof(ArgumentOutOfRangeException).ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != typeof(ArgumentOutOfRangeException))
-            {
-                result = false;
-                TestFramework.LogError("017", "Unexpected exception in " + id + ", expected type: " + typeof(ArgumentOutOfRangeException).ToString() + ", Actual excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-
-    public bool Test7()
-    {
-        string id = "Scenario7";
-        bool result = true;
-        TestFramework.BeginScenario("Scenario 7: Setting Length to < 0 capacity");
-        try
-        {
-            StringBuilder sb = new StringBuilder(4, 10);
-            sb.Append("Test");
-
-            sb.Length = -1;
-            string output = sb.ToString();
-            result = false;
-            TestFramework.LogError("018", "Error in " + id + ", Expected exception not thrown. No exception. Actual string " + output + ", Expected: " + typeof(ArgumentOutOfRangeException).ToString());
-        }
-        catch (Exception exc)
-        {
-            if (exc.GetType() != typeof(ArgumentOutOfRangeException))
-            {
-                result = false;
-                TestFramework.LogError("018", "Unexpected exception in " + id + ", expected type: " + typeof(ArgumentOutOfRangeException).ToString() + ", Actual excpetion: " + exc.ToString());
-            }
-        }
-        return result;
-    }
-}
\ No newline at end of file
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderlength_cti.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderlength_cti.cs
deleted file mode 100644 (file)
index 8f5b249..0000000
+++ /dev/null
@@ -1,206 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// StringBuilder.Length Property 
-/// Gets or sets the length of this instance. 
-/// </summary>
-public class StringBuilderLength
-{
-    private const int c_MIN_STR_LEN = 1;
-    private const int c_MAX_STR_LEN = 260;
-
-    private const int c_MAX_CAPACITY = Int16.MaxValue;
-
-    public static int Main()
-    {
-        StringBuilderLength testObj = new StringBuilderLength();
-
-        TestLibrary.TestFramework.BeginTestCase("for property: StringBuilder.Length");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Get the Length property";
-        string errorDesc;
-
-        StringBuilder sb;
-        int actualLength, expectedLength;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-            sb = new StringBuilder(str);
-
-            expectedLength = str.Length;
-            actualLength = sb.Length;
-
-            if (actualLength != expectedLength)
-            {
-                errorDesc = "Length of current StringBuilder " + sb + " is not the value ";
-                errorDesc += string.Format("{0} as expected: actual({1})", expectedLength, actualLength);
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P002";
-        const string c_TEST_DESC = "PosTest2: Set the Length property";
-        string errorDesc;
-
-        StringBuilder sb;
-        int actualLength, expectedLength;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-            sb = new StringBuilder(str);
-
-            expectedLength = TestLibrary.Generator.GetInt32(-55) % c_MAX_STR_LEN + 1;
-            sb.Length = expectedLength;
-            actualLength = sb.Length;
-
-            if (actualLength != expectedLength)
-            {
-                errorDesc = "Length of current StringBuilder " + sb + " is not the value ";
-                errorDesc += string.Format("{0} as expected: actual({1})", expectedLength, actualLength);
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //ArgumentOutOfRangeException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: The value specified for a set operation is less than zero.";
-        string errorDesc;
-
-        StringBuilder sb;
-        int length;
-
-        string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-        sb = new StringBuilder(str);
-        length = -1 * TestLibrary.Generator.GetInt32(-55) - 1;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            sb.Length = length;
-            errorDesc = "ArgumentOutOfRangeException is not thrown as expected.";
-            errorDesc += string.Format("\nLength specified is {0}", length);
-            TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nLength specified is {0}", length);
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N002";
-        const string c_TEST_DESC = "NegTest2: The value specified for a set operation is greater than MaxCapacity.";
-        string errorDesc;
-
-        StringBuilder sb;
-        int length;
-
-        sb = new StringBuilder(0, c_MAX_CAPACITY);
-
-        length = c_MAX_CAPACITY + 1 + 
-            TestLibrary.Generator.GetInt32(-55) % (int.MaxValue - c_MAX_CAPACITY);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            sb.Length = length;
-            errorDesc = "ArgumentOutOfRangeException is not thrown as expected.";
-            errorDesc += string.Format("\nLength specified is {0}", length);
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nLength specified is {0}", length);
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderremove.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderremove.cs
deleted file mode 100644 (file)
index 24348dd..0000000
+++ /dev/null
@@ -1,340 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Text.StringBuilder.Remove
-/// </summary>
-public class StringBuilderRemove
-{
-    private const int c_MIN_STRING_LEN = 8;
-    private const int c_MAX_STRING_LEN = 256;
-
-    public static int Main()
-    {
-        StringBuilderRemove test = new StringBuilderRemove();
-
-        TestLibrary.TestFramework.BeginTestCase("for Method:System.Text.StringBuilder.Remove(indexStart,length)");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-       
-        return retVal;
-    }
-
-    
-    public bool PosTest1()
-    {
-        bool    retVal      = true;
-
-        string  oldString       = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        int     startIndex      = TestLibrary.Generator.GetInt32(-55) % Math.Max(1,oldString.Length);
-        int     removedLength   = TestLibrary.Generator.GetInt32(-55) % Math.Max(1,(oldString.Length-startIndex-1));
-        string  newString        = oldString.Remove(startIndex, removedLength);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify Remove subString form a StringBuilder ...");
-
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(oldString);
-        System.Text.StringBuilder removedStringBuilder = new System.Text.StringBuilder(newString);
-
-        try
-        {
-           
-            stringBuilder.Remove(startIndex,removedLength);
-
-            int compareResult = string.CompareOrdinal(stringBuilder.ToString(), removedStringBuilder.ToString());
-
-            if (compareResult != 0)
-            {
-                TestLibrary.TestFramework.LogError("001", "StringBuilder can't corrently remove");
-                retVal = false;
-            }
-            
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Verify StringBuilder Remove  itself ");
-
-        string  oldString       = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        int     startIndex      = 0;
-        int     removedLength   = oldString.Length;
-
-        try
-        {
-            System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(oldString);
-            stringBuilder.Remove(startIndex, removedLength);
-            if (stringBuilder.Length != 0)
-            {
-                TestLibrary.TestFramework.LogError("003", "StringBuilder can't corrently remove itself");
-                retVal = false;
-            }
-        }
-        catch(Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        string  oldString       = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        int     startIndex      = 0;
-        int     removedLength   = TestLibrary.Generator.GetInt32(-55) % (oldString.Length - startIndex);
-        string  newString       = oldString.Remove(startIndex, removedLength);
-
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify StringBuilder Remove form posization of  0 index ...");
-
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(oldString);
-        System.Text.StringBuilder removedStringBuilder = new System.Text.StringBuilder(newString);
-
-        try
-        {
-            
-            stringBuilder.Remove(startIndex, removedLength);
-
-            int compareResult = string.CompareOrdinal(stringBuilder.ToString(), removedStringBuilder.ToString());
-
-            if (compareResult != 0)
-            {
-                TestLibrary.TestFramework.LogError("005", "StringBuilder can't corrently remove from posization of 0 index");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        string  oldString       = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        int     startIndex      = TestLibrary.Generator.GetInt32(-55) % oldString.Length;
-        int     removedLength   = 0;
-        string  newString       = oldString.Remove(startIndex, removedLength);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify StringBuilder Remove 0 length ...");
-
-        try
-        {
-            System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(oldString);
-            System.Text.StringBuilder removedStringBuilder = new System.Text.StringBuilder(newString);
-            stringBuilder.Remove(startIndex, removedLength);
-
-            if (stringBuilder.ToString() != removedStringBuilder.ToString())
-            {
-                TestLibrary.TestFramework.LogError("007", "StringBuilder can't corrently Remove 0 length");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-   
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC    = "NegTest1: StingBuilder length is 0 and length of removed larger than 0";
-        const string c_TEST_ID      = "N001";
-
-
-        
-        string oldString = TestLibrary.Generator.GetString(-55, false, 0, 0);
-        int startIndex = 0;
-        int removedLength = 0;
-
-        while (removedLength == 0)
-        {
-            removedLength = TestLibrary.Generator.GetInt32(-55);
-        }
-
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(oldString);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Remove(startIndex, removedLength);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, "ArgumentOutOfRangeException is not thrown as expected." );
-            retVal = false;
-        }
-        catch (ArgumentException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest2: StingBuilder length is 0 and started index  larger than 0";
-        const string c_TEST_ID = "N002";
-
-        
-        int startIndex      = 0;
-        int removedLength   = 0;
-        while (startIndex == 0)
-        {
-            startIndex = TestLibrary.Generator.GetInt32(-55);
-        }
-        string oldString = TestLibrary.Generator.GetString(-55, false, 0, 0);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(oldString);
-
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Remove(startIndex, removedLength);
-            TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, "ArgumentOutOfRangeException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (ArgumentException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest3: length of Removed is  larger than length of StringBuilder ";
-        const string c_TEST_ID = "N003";
-
-
-        string oldString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        
-        int startIndex = TestLibrary.Generator.GetInt32(-55);
-        int removedLength = TestLibrary.Generator.GetInt32(-55);
-
-
-        while (startIndex <= oldString.Length )
-        {
-            startIndex = TestLibrary.Generator.GetInt32(-55);
-        }
-
-        
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(oldString);
-
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Remove(startIndex, removedLength);
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, "ArgumentOutOfRangeException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (ArgumentException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest4: Sum of length of Removed and index of started is  larger than length of StringBuilder ";
-        const string c_TEST_ID = "N004";
-
-
-        string oldString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-
-        int removedLength = TestLibrary.Generator.GetInt32(-55);
-        int startIndex = TestLibrary.Generator.GetInt32(-55) % (oldString.Length-removedLength);
-
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(oldString);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Remove(startIndex, removedLength);
-            TestLibrary.TestFramework.LogError("015" + " TestId-" + c_TEST_ID, "ArgumentOutOfRangeException is not thrown as expected.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderreplace1.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderreplace1.cs
deleted file mode 100644 (file)
index 94c914b..0000000
+++ /dev/null
@@ -1,200 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Text.StringBuilder.Replace(char,char)
-/// </summary>
-public class StringBuilderReplace1
-{
-    private const int c_MIN_STRING_LEN = 8;
-    private const int c_MAX_STRING_LEN = 256;
-
-    private const int c_MAX_SHORT_STR_LEN = 31;//short string (<32 chars)
-    private const int c_MIN_LONG_STR_LEN = 257;//long string ( >256 chars)
-    private const int c_MAX_LONG_STR_LEN = 65535;
-
-    public static int Main()
-    {
-        StringBuilderReplace1 test = new StringBuilderReplace1();
-
-        TestLibrary.TestFramework.BeginTestCase("for Method:System.Text.StringBuilder.Replace(char1,char2)");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-    #region PositiveTesting
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Verify StringBuilder Replace char of random ");
-
-        string oldString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder();
-        stringBuilder.Append(oldString);
-        
-        char oldChar = TestLibrary.Generator.GetChar(-55);
-        char newChar = TestLibrary.Generator.GetChar(-55);
-
-        while (0 == oldChar.CompareTo(newChar))
-        {
-            newChar = TestLibrary.Generator.GetChar(-55);
-        }
-
-        int indexChar = oldString.IndexOf(oldChar);
-
-        string replacedSrc = oldString.Replace(oldChar, newChar);
-
-        try
-        {
-            if (-1 != indexChar)
-            {
-                stringBuilder.Replace(oldChar, newChar);
-                if (0 != string.CompareOrdinal(stringBuilder.ToString(),replacedSrc))
-                {
-                    TestLibrary.TestFramework.LogError("001", "StringBuilder\"" + oldString + "\" can't corrently Replace \"" + oldChar.ToString() + "\" to \"" + newChar + "\" ");
-                    retVal = false;
-                }
-            }
-            else
-            {
-                stringBuilder.Replace(oldChar, newChar);
-                if (-1 != stringBuilder.ToString().IndexOf(oldChar))
-                {
-                    TestLibrary.TestFramework.LogError("001", "StringBuilder\"" + oldString + "\" can't corrently Replace \"" + oldChar.ToString() + "\" to \"" + newChar + "\" ");
-                    retVal = false;
-                }
-            }
-        }
-        catch(Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Verify StringBuilder Replace char that StringBuilder includes ");
-
-        string oldString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(oldString);
-        int  startIndex = TestLibrary.Generator.GetInt32(-55) % (oldString.Length-1);
-        char oldChar = oldString[TestLibrary.Generator.GetInt32(-55) % oldString.Length];
-        char newChar = TestLibrary.Generator.GetChar(-55);
-
-        while (0 == oldChar.CompareTo(newChar))
-        {
-            newChar = TestLibrary.Generator.GetChar(-55);
-        }
-
-
-        string replaceSrc = oldString.Replace(oldChar, newChar);
-
-        try
-        {
-            
-            stringBuilder.Replace(oldChar, newChar);
-            if (0 != string.CompareOrdinal(stringBuilder.ToString(), replaceSrc))
-            {
-                TestLibrary.TestFramework.LogError("003", "StringBuilder\"" + oldString + "\" can't corrently Replace \"" + oldChar.ToString() + "\" to \"" + newChar + "\" ");
-                retVal = false;
-            }
-        }
-        catch(Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Verify StringBuilder of Empty Replace char of random ");
-
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(string.Empty);
-        char oldChar = TestLibrary.Generator.GetChar(-55); 
-        char newChar = TestLibrary.Generator.GetChar(-55);
-
-        while (0 == oldChar.CompareTo(newChar))
-        {
-            newChar = TestLibrary.Generator.GetChar(-55);
-        }
-
-        try
-        {
-            stringBuilder.Replace(oldChar, newChar);
-            if (stringBuilder.ToString() != string.Empty)
-            {
-                TestLibrary.TestFramework.LogError("005", "StringBuilder of empty can't corrently Replace \"" + oldChar.ToString() + "\" to \"" + newChar + "\" ");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception: " + e);
-            retVal = false;
-        }
-
-        return retVal;
-
-    }
-    #endregion
-
-    private string GetDataString(string strSrc, string oldStr, string newStr)
-    {
-        string str1, str;
-        int len1;
-
-        if (null == strSrc)
-        {
-            str1 = "null";
-            len1 = 0;
-        }
-        else
-        {
-            str1 = strSrc;
-            len1 = strSrc.Length;
-        }
-
-        str = string.Format("\n[Source string value]\n \"{0}\"", str1);
-        str += string.Format("\n[Length of source string]\n {0}", len1);
-        str += string.Format("\n[Old string]\n{0}", oldStr);
-        str += string.Format("\n[New string]\n{0}", newStr);
-
-        return str;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderreplace2.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderreplace2.cs
deleted file mode 100644 (file)
index 327b1bf..0000000
+++ /dev/null
@@ -1,311 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Text.StringBuilder.Replace(oldChar,newChar,startIndex,count)
-/// </summary>
-class StringBuilderReplace2
-{
-    private const int c_MIN_STRING_LEN = 8;
-    private const int c_MAX_STRING_LEN = 256;
-
-    private const int c_MAX_SHORT_STR_LEN = 31;//short string (<32 chars)
-    private const int c_MIN_LONG_STR_LEN = 257;//long string ( >256 chars)
-    private const int c_MAX_LONG_STR_LEN = 65535;
-
-    public static int Main()
-    {
-        StringBuilderReplace2 test = new StringBuilderReplace2();
-
-        TestLibrary.TestFramework.BeginTestCase("for Method:System.Text.StringBuilder.Replace(oldChar,newChar,indexStart,count)");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = posTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive test scenarios
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1: Old char does not exist in source StringBuilder, random new char. ";
-        const string c_TEST_ID = "P001";
-
-        char oldChar = TestLibrary.Generator.GetChar(-55);
-        int length = c_MIN_STRING_LEN+TestLibrary.Generator.GetInt32(-55) %(c_MAX_STRING_LEN-c_MIN_STRING_LEN);
-
-        int index = 0;
-        char ch;
-        string oldString = string.Empty;
-        while (index < length)
-        {
-            ch = TestLibrary.Generator.GetChar(-55);
-            if (oldChar == ch)
-            {
-                continue;
-            }
-            oldString += ch.ToString();
-            index++;
-        }
-        
-        int     startIndex  = TestLibrary.Generator.GetInt32(-55) % oldString.Length;
-        int     count       = TestLibrary.Generator.GetInt32(-55) % (oldString.Length - startIndex);
-        int     indexChar   = oldString.IndexOf(oldChar, startIndex, count);
-        char    newChar     = TestLibrary.Generator.GetChar(-55);
-        while (oldString.IndexOf(newChar, startIndex, count) > -1)
-        {
-            newChar = TestLibrary.Generator.GetChar(-55);
-        }
-        
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(oldString);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            stringBuilder.Replace(oldChar, newChar,startIndex,count);
-          
-            
-            if ((indexChar != stringBuilder.ToString().IndexOf(newChar,startIndex,count)) || (-1 != stringBuilder.ToString().IndexOf(oldChar,startIndex,count)))
-            {
-                TestLibrary.TestFramework.LogError("001", "StringBuilder\"" + oldString + "\" can't corrently Replace \"" + oldChar.ToString() + "\" to \"" + newChar + "\" from index of StringBuilder :" + startIndex.ToString() + "to count " + count.ToString());
-                retVal = false;
-            }
-            
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e );
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool posTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest2: Old char exists in source StringBuilder, random new char. ";
-        const string c_TEST_ID = "P002";
-
-        string oldString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(oldString);
-
-        int     startIndex  = TestLibrary.Generator.GetInt32(-55) % oldString.Length;
-        int     count       = TestLibrary.Generator.GetInt32(-55) % (oldString.Length - startIndex);
-
-        char oldChar;
-        if (count == 0)
-        {
-            oldChar = oldString[0];
-        }
-        else 
-        {
-            oldChar = oldString[startIndex + TestLibrary.Generator.GetInt32(-55) % count];
-        }
-        
-        int     indexChar   = oldString.IndexOf(oldChar, startIndex, count);
-
-        char newChar = TestLibrary.Generator.GetChar(-55);
-        while (oldString.IndexOf(newChar, startIndex, count) > -1)
-        {
-            newChar = TestLibrary.Generator.GetChar(-55);
-        }
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            stringBuilder.Replace(oldChar, newChar, startIndex, count);
-
-
-            if ((indexChar != stringBuilder.ToString().IndexOf(newChar, startIndex, count)) || (-1 != stringBuilder.ToString().IndexOf(oldChar, startIndex, count)))
-            {
-                TestLibrary.TestFramework.LogError("003", "StringBuilder\"" + oldString + "\" can't corrently Replace \"" + oldChar.ToString() + "\" to \"" + newChar + "\" from index of StringBuilder :" + startIndex.ToString() + "to count " + count.ToString());
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e );
-            retVal = false;
-        }
-
-        return retVal;     
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest3: Verify  StringBuilder Replace char that stringBuilder includes ";
-        const string c_TEST_ID = "P003";
-
-        string oldString = TestLibrary.Generator.GetString(-55, false, 0, 0);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(oldString);
-
-        int startIndex = 0;
-        int count = 0;
-        char oldChar = TestLibrary.Generator.GetChar(-55);
-        char newChar = TestLibrary.Generator.GetChar(-55);
-        int indexChar = oldString.IndexOf(oldString, startIndex, count);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-       
-        try
-        {
-            
-            if (-1 != stringBuilder.ToString().IndexOf(newChar, startIndex, count))
-            {
-                TestLibrary.TestFramework.LogError("005", "StringBuilder\"" + oldString + "\" can't corrently Replace \"" + oldChar.ToString() + "\" to \"" + newChar + "\" from index of StringBuilder :" + startIndex.ToString() + "to count " + count.ToString());
-                retVal = false;
-            }
-           
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e );
-            retVal = false;
-        }
-
-        return retVal;
-
-    }
-    #endregion
-
-    #region NegitiveTesting
-
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest1: Start index is  larger than source StringBuilder's length";
-        const string c_TEST_ID = "N001";
-
-        string strSrc   = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        char   oldChar  = TestLibrary.Generator.GetChar(-55);
-        char   newChar  = TestLibrary.Generator.GetChar(-55);
-        int startIndex  = strSrc.Length +TestLibrary.Generator.GetInt32(-55) % (Int32.MaxValue - strSrc.Length);
-        int count       = TestLibrary.Generator.GetInt32(-55);
-
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-       
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Replace(oldChar, newChar, startIndex, count);
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, "ArgumentOutOfRangeException is not thrown as expected." + GetDataString(strSrc, startIndex,count,oldChar,newChar));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, startIndex,count,oldChar,newChar));
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest1: Replace count  is  larger than source StringBuilder's length";
-        const string c_TEST_ID = "N002";
-
-        string strSrc = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        char oldChar = TestLibrary.Generator.GetChar(-55);
-        char newChar = TestLibrary.Generator.GetChar(-55);
-        int startIndex = TestLibrary.Generator.GetInt32(-55) % strSrc.Length;
-        int count = strSrc.Length - startIndex + TestLibrary.Generator.GetInt32(-55);
-
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Replace(oldChar, newChar, startIndex, count);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, "ArgumentOutOfRangeException is not thrown as expected." + GetDataString(strSrc, startIndex,count,oldChar,newChar));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, startIndex,count,oldChar,newChar));
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-
-    #region Helper methords for testing
-    
-    private string GetDataString(string strSrc, int startIndex, int count,char oldChar,char newChar)
-    {
-        string str1, str;
-        int len1;
-
-        if (null == strSrc)
-        {
-            str1 = "null";
-            len1 = 0;
-        }
-        else
-        {
-            str1 = strSrc;
-            len1 = strSrc.Length;
-        }
-
-        str = string.Format("\n[Source StingBulider value]\n \"{0}\"", str1);
-        str += string.Format("\n[Length of source StringBuilder]\n {0}", len1);
-        str += string.Format("\n[Start index ]\n{0}", startIndex);
-        str += string.Format("\n[Replace count]\n{0}", count);
-        str += string.Format("\n[Old char]\n{0}", oldChar);
-        str += string.Format("\n[New char]\n{0}", newChar);
-
-        return str;
-    }
-    #endregion
-
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderreplace3.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderreplace3.cs
deleted file mode 100644 (file)
index a2125ee..0000000
+++ /dev/null
@@ -1,275 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Text.StringBuilder.Replace(oldChar,newChar,startIndex,count)
-/// </summary>
-class StringBuilderReplace3
-{
-    private const int c_MIN_STRING_LEN = 8;
-    private const int c_MAX_STRING_LEN = 256;
-
-    private const int c_MAX_SHORT_STR_LEN = 31;//short string (<32 chars)
-    private const int c_MIN_LONG_STR_LEN = 257;//long string ( >256 chars)
-    private const int c_MAX_LONG_STR_LEN = 65535;
-
-    public static int Main()
-    {
-        StringBuilderReplace3 test = new StringBuilderReplace3();
-
-        TestLibrary.TestFramework.BeginTestCase("for Method:System.Text.StringBuilder.Replace(String,String)");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal  = NegTest1() && retVal;
-        retVal  = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive test scenarios
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1: Old string does not exist in source StringBuilder, random new string. ";
-        const string c_TEST_ID = "P001";
-
-        string strSrc = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        string newString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        string oldString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        while(-1 < strSrc.IndexOf(oldString))
-        {
-            oldString = TestLibrary.Generator.GetString(-55, false,c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        }
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        System.Text.StringBuilder newSB = new System.Text.StringBuilder(strSrc.Replace(oldString, newString));
-
-
-        try
-        {
-            stringBuilder = stringBuilder.Replace(oldString, newString);
-
-            if (0 != string.Compare(newSB.ToString(), stringBuilder.ToString()))
-            {
-                string errorDesc = "Value is not " + newSB.ToString() + " as expected: Actual(" + stringBuilder.ToString() + ")";
-                errorDesc += GetDataString(strSrc, oldString, newString);
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID,errorDesc);
-                retVal = false;
-            }
-        }
-        catch(Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, oldString, newString));
-            retVal = false;  
-        }
-
-
-        return retVal;
-    }
-
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "PosTest1: Old string  exist in source StringBuilder, random new string. ";
-        const string c_TEST_ID = "P002";
-
-        string strSrc = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        string  newString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-       // 0 <= startIndex < strSrc.Length ( == startIndex is a valid index into strSrc)
-        int     startIndex  = TestLibrary.Generator.GetInt32(-55) % strSrc.Length;
-       
-       // we require that: substrSize >= 1
-       //                  substrSize + startIndex <= strSrc.Length
-       // which is implied by 1 <= substrSize <= strSrc.Length-startIndex
-       // now for any Int32 k, 0 <= k % strSrc.Length-startIndex <= (strSrcLength-startIndex)-1
-       //        and so        1 <= 1 + (k % strSrc.Length-startIndex) <= strSrcLength-startIndex
-       // so generate k randomly and let substrSize := 1 + (k % strSrc.Length - startIndex).
-       int substrSize = (TestLibrary.Generator.GetInt32(-55) % (strSrc.Length - startIndex)) + 1;
-        string oldString = strSrc.Substring(startIndex, substrSize);
-        System.Text.StringBuilder newSB = new System.Text.StringBuilder(strSrc.Replace(oldString, newString));
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            stringBuilder = stringBuilder.Replace(oldString, newString);
-            if (0 != string.Compare(newSB.ToString(), stringBuilder.ToString()))
-            {
-                string errorDesc = "Value is not " + newSB.ToString() + " as expected: Actual(" + stringBuilder.ToString() + ")";
-                errorDesc += GetDataString(strSrc, oldString, newString);
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID,errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, oldString, newString));
-            retVal = false;
-        }
-
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-
-        const string c_TEST_DESC = "PosTest1:  source StringBuilder is empty, random new string. ";
-        const string c_TEST_ID = "P003";
-
-        string strSrc = string.Empty;
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        string newString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        string oldString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            stringBuilder = stringBuilder.Replace(oldString, newString);
-            if (string.Empty != stringBuilder.ToString())
-            {
-                string errorDesc = "Value is not string of empty as expected: Actual(" + stringBuilder.ToString() + ")";
-                errorDesc += GetDataString(strSrc, oldString, newString);
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID+errorDesc,errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, oldString, newString));
-            retVal = false;
-        }
-
-
-        return retVal;
-    }
-    #endregion
-
-    #region Negative test scenarios
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest1: old string value is null reference.";
-        const string c_TEST_ID = "N001";
-
-        string strSrc = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        string oldStr = null;
-        string newStr = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Replace(oldStr, newStr);
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, "ArgumentNullException is not thrown as expected." + GetDataString(strSrc, oldStr, newStr));
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, oldStr, newStr));
-            retVal = false;
-        }
-
-        return retVal;
-
-    }
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest1: old string value is string of empty.";
-        const string c_TEST_ID = "N002";
-
-        string strSrc = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        string oldStr = string.Empty;
-        string newStr = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Replace(oldStr, newStr);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, "ArgumentNullException is not thrown as expected." + GetDataString(strSrc, oldStr, newStr));
-            retVal = false;
-        }
-        catch (ArgumentException)
-        { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, oldStr, newStr));
-            retVal = false;
-        }
-
-        return retVal;
-
-    }
-   
-
-  
-    #endregion
-
-    private string GetDataString(string strSrc, string oldStr, string newStr)
-    {
-        string str1, str;
-        int len1;
-
-        if (null == strSrc)
-        {
-            str1 = "null";
-            len1 = 0;
-        }
-        else
-        {
-            str1 = strSrc;
-            len1 = strSrc.Length;
-        }
-
-        str = "\n [Source string value] \n \" " + str1 + " \n \" [Length of source string] \n " + len1.ToString()
-                + "\n[Old string]\n \" " + oldStr + "\" \n[New string]\n \"" + newStr + "\"";
-       
-
-        return str;
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderreplace4.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuilderreplace4.cs
deleted file mode 100644 (file)
index 1985346..0000000
+++ /dev/null
@@ -1,433 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// System.Text.StringBuilder.Replace(oldString,newString,startIndex,count)
-/// </summary>
-class StringBuilderReplace4
-{
-    private const int c_MIN_STRING_LEN = 8;
-    private const int c_MAX_STRING_LEN = 256;
-
-    private const int c_MAX_SHORT_STR_LEN = 31;//short string (<32 chars)
-    private const int c_MIN_LONG_STR_LEN = 257;//long string ( >256 chars)
-    private const int c_MAX_LONG_STR_LEN = 65535;
-
-    public static int Main()
-    {
-        StringBuilderReplace4 test = new StringBuilderReplace4();
-
-        TestLibrary.TestFramework.BeginTestCase("for Method:System.Text.StringBuilder.Replace(oldString,newString,startIndex,count)");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-
-        return retVal;
-    }
-
-    #region PositiveTesting
-    public bool PosTest1()
-    {
-        bool retVal = true;
-        const string c_TEST_DESC = "PosTest1: Old string exists in source StringBuilder, random new string. ";
-        const string c_TEST_ID = "P001";
-
-
-        string strSrc = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        string newString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        int subStartIndex = TestLibrary.Generator.GetInt32(-55) % strSrc.Length;
-        int subLength = TestLibrary.Generator.GetInt32(-55) % (strSrc.Length - subStartIndex);
-        while (subLength == 0)
-        {
-            subStartIndex = TestLibrary.Generator.GetInt32(-55) % strSrc.Length;
-            subLength = TestLibrary.Generator.GetInt32(-55) % (strSrc.Length - subStartIndex);
-        }
-        string oldString = strSrc.Substring(subStartIndex, subLength);
-        System.Text.StringBuilder newStringBuilder = new System.Text.StringBuilder(strSrc.Replace(oldString, newString));
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            stringBuilder.Replace(oldString, newString, 0, strSrc.Length);
-            if (stringBuilder.ToString() != newStringBuilder.ToString())
-            {
-                string errorDesc = "Value is not " + newStringBuilder.ToString() + " as expected: Actual(" + stringBuilder.ToString() + ")";
-                errorDesc += GetDataString(strSrc, oldString, newString,0,strSrc.Length);
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, oldString, newString, 0, strSrc.Length));
-            retVal = false;  
-        }
-
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-        const string c_TEST_DESC = "PosTest2: the source StringBuilder is empty. ";
-        const string c_TEST_ID = "P002";
-
-        string strSrc = string.Empty;
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        string newString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        string oldString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN,c_MAX_STRING_LEN);
-        System.Text.StringBuilder newStringBuilder = new System.Text.StringBuilder(strSrc.Replace(oldString, newString));
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            stringBuilder.Replace(oldString, newString, 0, strSrc.Length);
-            if (stringBuilder.ToString() != newStringBuilder.ToString())
-            {
-                string errorDesc = "Value is not " + newStringBuilder.ToString() + " as expected: Actual(" + stringBuilder.ToString() + ")";
-                errorDesc += GetDataString(strSrc, oldString, newString, 0, strSrc.Length);
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, oldString, newString, 0, strSrc.Length));
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-        const string c_TEST_DESC = "PosTest3: Old string is random, new string is randow also. ";
-        const string c_TEST_ID = "P003";
-
-        string strSrc = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        string newString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        string oldString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        System.Text.StringBuilder newStringBuilder = new System.Text.StringBuilder(strSrc.Replace(oldString, newString));
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            stringBuilder.Replace(oldString, newString, 0, strSrc.Length);
-            if (stringBuilder.ToString() != newStringBuilder.ToString())
-            {
-                string errorDesc = "Value is not " + newStringBuilder.ToString() + " as expected: Actual(" + stringBuilder.ToString() + ")";
-                errorDesc += GetDataString(strSrc, oldString, newString, 0, strSrc.Length);
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, oldString, newString, 0, strSrc.Length));
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-        const string c_TEST_DESC = "PosTest4: Old string is out of range of the source StingBuilder. ";
-        const string c_TEST_ID = "P004";
-
-        string strSrc = "We always believe that the old time is good time and  future time is bad time";
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        string newString = "thing";
-        string oldString = "time";
-        string replacedString = "We always believe that the old thing is good thing and  future time is bad time";
-        System.Text.StringBuilder newStringBuilder = new System.Text.StringBuilder(replacedString);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-
-        try
-        {
-            stringBuilder.Replace(oldString, newString, 2, 47);
-            if (stringBuilder.ToString() != newStringBuilder.ToString())
-            {
-                string errorDesc = "Value is not " + newStringBuilder.ToString() + " as expected: Actual(" + stringBuilder.ToString() + ")";
-                errorDesc += GetDataString(strSrc, oldString, newString, 2, 47);
-                TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, oldString, newString, 2, 47));
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region NegativeTesting
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest1: Start index is  larger than source StringBuilder's length";
-        const string c_TEST_ID = "N001";
-
-        string strSrc = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        int startIndex = TestLibrary.Generator.GetInt32(-55) + stringBuilder.Length;
-        int count = TestLibrary.Generator.GetInt32(-55);
-        string newString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        string oldString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Replace(oldString, newString, startIndex, count);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, "ArgumentOutOfRangeException is not thrown as expected." + GetDataString(strSrc, oldString, newString, startIndex, count));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, oldString, newString, startIndex, count));
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest2: startIndex plus count indicates a character position not within the source StringBuilder";
-        const string c_TEST_ID = "N002";
-
-        string strSrc = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        int startIndex = TestLibrary.Generator.GetInt32(-55) % strSrc.Length;
-        int count = TestLibrary.Generator.GetInt32(-55)+stringBuilder.Length-startIndex;
-        string newString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        string oldString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Replace(oldString, newString, startIndex, count);
-            TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, "ArgumentOutOfRangeException is not thrown as expected." + GetDataString(strSrc, oldString, newString, stringBuilder.Length, stringBuilder.Length));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, oldString, newString, startIndex, count));
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest3: old string  is a null reference ";
-        const string c_TEST_ID = "N003";
-
-        string strSrc = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        int startIndex = TestLibrary.Generator.GetInt32(-55) % strSrc.Length;
-        int count = stringBuilder.Length - startIndex-1;
-        string newString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        string oldString = null;
-
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Replace(oldString, newString, startIndex,count);
-            TestLibrary.TestFramework.LogError("013" + " TestId-" + c_TEST_ID, "ArgumentOutOfRangeException is not thrown as expected." + GetDataString(strSrc, oldString, newString, stringBuilder.Length, stringBuilder.Length));
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc, oldString, newString, startIndex, count));
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest4: old string  is empty ";
-        const string c_TEST_ID = "N004";
-
-        string strSrc = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        System.Text.StringBuilder stringBuilder = new System.Text.StringBuilder(strSrc);
-
-        int startIndex = TestLibrary.Generator.GetInt32(-55) % strSrc.Length;
-        int count = stringBuilder.Length - startIndex - 1;
-        string newString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        string oldString = string.Empty;
-
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Replace(oldString, newString, startIndex, count);
-            TestLibrary.TestFramework.LogError("015" + " TestId-" + c_TEST_ID, "ArgumentOutOfRangeException is not thrown as expected." + GetDataString(strSrc, oldString, newString, stringBuilder.Length, stringBuilder.Length));
-            retVal = false;
-        }
-        catch (ArgumentException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(strSrc,oldString, newString, startIndex, count));
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        const string c_TEST_DESC = "NegTest5: the source StringBuilder is null reference";
-        const string c_TEST_ID = "N005";
-
-        System.Text.StringBuilder stringBuilder = null;
-
-        int startIndex = 0;
-        int count = 0;
-        string newString = TestLibrary.Generator.GetString(-55, false, c_MIN_STRING_LEN, c_MAX_STRING_LEN);
-        string oldString = string.Empty;
-
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            stringBuilder.Replace(oldString, newString, startIndex, count);
-            TestLibrary.TestFramework.LogError("017" + " TestId-" + c_TEST_ID, "ArgumentOutOfRangeException is not thrown as expected." + GetDataString(null,oldString, newString, stringBuilder.Length, stringBuilder.Length));
-            retVal = false;
-        }
-        catch (NullReferenceException)
-        {
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("018" + " TestId-" + c_TEST_ID, "Unexpected exception: " + e + GetDataString(null,oldString, newString, startIndex, count));
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Helper methords for testing
-    private string GetDataString(string strSrc, string oldString, string newString, int startIndex, int count)
-    {
-        string str1, str,oldStr,newStr;
-        int len1;
-
-        if (null == strSrc)
-        {
-            str1 = "null";
-            len1 = 0;
-        }
-        else
-        {
-            str1 = strSrc;
-            len1 = strSrc.Length;
-        }
-
-        if (null == oldString)
-        {
-            oldStr = "null";
-        }
-        else
-        {
-            oldStr = oldString;
-        }
-
-
-        if (null == newString)
-        {
-            newStr = newString;
-        }
-        else 
-        {
-            newStr = newString;
-        }
-
-        str = string.Format("\n[Source StingBulider value]\n \"{0}\"", str1);
-        str += string.Format("\n[Length of source StringBuilder]\n {0}", len1);
-        str += string.Format("\n[Start index ]\n{0}", startIndex);
-        str += string.Format("\n[Replace count]\n{0}", count);
-        str += string.Format("\n[Old string]\n{0}", oldStr);
-        str += string.Format("\n[New string]\n{0}", newStr);
-
-        return str;
-    }
-    #endregion
-
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuildertostring1.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuildertostring1.cs
deleted file mode 100644 (file)
index dfbf5da..0000000
+++ /dev/null
@@ -1,79 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// StringBuilder.ToString() 
-/// Converts the value of this instance to a String. 
-/// </summary>
-public class StringBuilderToString
-{
-    private const int c_MIN_STR_LEN = 1;
-    private const int c_MAX_STR_LEN = 260;
-
-    public static int Main()
-    {
-        StringBuilderToString testObj = new StringBuilderToString();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: StringBuilder.ToString()");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Random string ";
-        string errorDesc;
-
-        StringBuilder sb;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            string expectedStr = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-            sb = new StringBuilder(expectedStr);
-            string actualStr = sb.ToString();
-            if (actualStr != expectedStr || Object.ReferenceEquals(actualStr, expectedStr))
-            {
-                errorDesc = " String value of StringBuilder is not the value ";
-                errorDesc += string.Format("{0} as expected: actual({1})", expectedStr, actualStr);
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuildertostring2.cs b/tests/src/CoreMangLib/cti/system/text/stringbuilder/stringbuildertostring2.cs
deleted file mode 100644 (file)
index 798babc..0000000
+++ /dev/null
@@ -1,317 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// StringBuilder.ToString(int, int)
-/// Converts the value of a substring of this instance to a String.  
-/// </summary>
-public class StringBuilderToString
-{
-    private const int c_MIN_STR_LEN = 1;
-    private const int c_MAX_STR_LEN = 260;
-
-    public static int Main()
-    {
-        StringBuilderToString testObj = new StringBuilderToString();
-
-        TestLibrary.TestFramework.BeginTestCase("for method: StringBuilder.ToString(int, int)");
-        if(testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive tests
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P001";
-        const string c_TEST_DESC = "PosTest1: Random start index and random length ";
-        string errorDesc;
-
-        StringBuilder sb;
-        int startIndex;
-        int length;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-            sb = new StringBuilder(str);
-            startIndex = TestLibrary.Generator.GetInt32(-55) % str.Length;
-            length = TestLibrary.Generator.GetInt32(-55) % (str.Length - startIndex) + 1;
-            string expectedStr = str.Substring(startIndex, length);
-            string actualStr = sb.ToString(startIndex, length);
-
-            if (actualStr != expectedStr || Object.ReferenceEquals(actualStr, expectedStr))
-            {
-                errorDesc = "Substring value of StringBuilder is not the value ";
-                errorDesc += string.Format("{0} as expected: actual({1})", expectedStr, actualStr);
-                errorDesc += string.Format("\nStart index: {0}, length: {1} characters", startIndex, length);
-
-                TestLibrary.TestFramework.LogError("001" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("002" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P002";
-        const string c_TEST_DESC = "PosTest2: Random start index and length is zero";
-        string errorDesc;
-
-        StringBuilder sb;
-        int startIndex;
-        int length;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-            sb = new StringBuilder(str);
-            startIndex = TestLibrary.Generator.GetInt32(-55) % str.Length;
-            length = 0;
-            string expectedStr = string.Empty;
-            string actualStr = sb.ToString(startIndex, length);
-
-            if (actualStr != expectedStr)
-            {
-                errorDesc = "Substring value of StringBuilder is not the value ";
-                errorDesc += string.Format("string.Empty as expected: actual({0})", actualStr);
-                errorDesc += string.Format("\nStart index: {0}, length: {1} characters", startIndex, length);
-
-                TestLibrary.TestFramework.LogError("003" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("004" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "P003";
-        const string c_TEST_DESC = "PosTest3: Random start index is 0 and length equals the whole string's";
-        string errorDesc;
-
-        StringBuilder sb;
-        int startIndex;
-        int length;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-            sb = new StringBuilder(str);
-            startIndex = 0;
-            length = str.Length;
-            string expectedStr = str;
-            string actualStr = sb.ToString(startIndex, length);
-
-            if (actualStr != expectedStr || Object.ReferenceEquals(actualStr, expectedStr))
-            {
-                errorDesc = "Substring value of StringBuilder is not the value ";
-                errorDesc += string.Format("string.Empty as expected: actual({0})", actualStr);
-                errorDesc += string.Format("\nStart index: {0}, length: {1} characters", startIndex, length);
-
-                TestLibrary.TestFramework.LogError("005" + " TestId-" + c_TEST_ID, errorDesc);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            TestLibrary.TestFramework.LogError("006" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Negative tests
-    //ArgumentOutOfRangeException
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N001";
-        const string c_TEST_DESC = "NegTest1: start index is less than zero.";
-        string errorDesc;
-
-        StringBuilder sb;
-        int startIndex, length;
-
-        string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-        sb = new StringBuilder(str);
-
-        startIndex = -1 * TestLibrary.Generator.GetInt32(-55) - 1;
-        length = TestLibrary.Generator.GetInt32(-55) % (str.Length + 1);
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            sb.ToString(startIndex, length);
-
-            errorDesc = "ArgumentOutOfRangeException is not thrown as expected.";
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nStart index is {0}, length is {1}", startIndex, length);
-            TestLibrary.TestFramework.LogError("007" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nStart index is {0}, length is {1}", startIndex, length);
-            TestLibrary.TestFramework.LogError("008" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N002";
-        const string c_TEST_DESC = "NegTest2: length is less than zero.";
-        string errorDesc;
-
-        StringBuilder sb;
-        int startIndex, length;
-
-        string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-        sb = new StringBuilder(str);
-
-        startIndex = TestLibrary.Generator.GetInt32(-55) % str.Length;
-        length = -1 * TestLibrary.Generator.GetInt32(-55) - 1;
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            sb.ToString(startIndex, length);
-
-            errorDesc = "ArgumentOutOfRangeException is not thrown as expected.";
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nStart index is {0}, length is {1}", startIndex, length);
-            TestLibrary.TestFramework.LogError("009" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nStart index is {0}, length is {1}", startIndex, length);
-            TestLibrary.TestFramework.LogError("010" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        const string c_TEST_ID = "N003";
-        const string c_TEST_DESC = "NegTest3: The sum of startIndex and length is greater than the length of the current instance. ";
-        string errorDesc;
-
-        StringBuilder sb;
-        int startIndex, length;
-
-        string str = TestLibrary.Generator.GetString(-55, false, c_MIN_STR_LEN, c_MAX_STR_LEN);
-        sb = new StringBuilder(str);
-
-        startIndex = TestLibrary.Generator.GetInt32(-55);
-        if(startIndex > str.Length)
-        {
-            length = TestLibrary.Generator.GetInt32(-55);
-        }
-        else
-        {
-            length = str.Length - startIndex + 1 +
-                TestLibrary.Generator.GetInt32(-55) % (Int32.MaxValue - str.Length + startIndex);
-        }
-
-        TestLibrary.TestFramework.BeginScenario(c_TEST_DESC);
-        try
-        {
-            sb.ToString(startIndex, length);
-
-            errorDesc = "ArgumentOutOfRangeException is not thrown as expected.";
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nStart index is {0}, length is {1}", startIndex, length);
-            TestLibrary.TestFramework.LogError("011" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-
-        }
-        catch (ArgumentOutOfRangeException)
-        { }
-        catch (Exception e)
-        {
-            errorDesc = "Unexpected exception: " + e;
-            errorDesc += string.Format("\nString value of StringBuilder is {0}", str);
-            errorDesc += string.Format("\nStart index is {0}, length is {1}", startIndex, length);
-            TestLibrary.TestFramework.LogError("012" + " TestId-" + c_TEST_ID, errorDesc);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
-
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingCtor1.csproj
deleted file mode 100644 (file)
index c2d3244..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodingctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingEquals.csproj
deleted file mode 100644 (file)
index bd66d95..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodingequals.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount1.csproj
deleted file mode 100644 (file)
index 786aa2b..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodinggetbytecount1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetByteCount2.csproj
deleted file mode 100644 (file)
index ac8595d..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodinggetbytecount2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetBytes2.csproj
deleted file mode 100644 (file)
index 6ed7d97..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodinggetbytes2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetCharCount.csproj
deleted file mode 100644 (file)
index ee485b4..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodinggetcharcount.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetChars.csproj
deleted file mode 100644 (file)
index 0cc7d73..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodinggetchars.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetDecoder.csproj
deleted file mode 100644 (file)
index 6829623..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodinggetdecoder.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetEncoder.csproj
deleted file mode 100644 (file)
index 6b4cc80..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodinggetencoder.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetHashCode.csproj
deleted file mode 100644 (file)
index acaa40a..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodinggethashcode.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxByteCount.csproj
deleted file mode 100644 (file)
index 31663e7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodinggetmaxbytecount.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetMaxCharCount.csproj
deleted file mode 100644 (file)
index 275e462..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodinggetmaxcharcount.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetPreamble.csproj
deleted file mode 100644 (file)
index f5332bd..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodinggetpreamble.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/UnicodeEncodingGetString.csproj
deleted file mode 100644 (file)
index f2d630c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="unicodeencodinggetstring.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingctor1.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingctor1.cs
deleted file mode 100644 (file)
index fc69327..0000000
+++ /dev/null
@@ -1,72 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Test.UnicodeEncoding.Ctor() [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingCtor
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingCtor testObj = new UnicodeEncodingCtor();
-        TestLibrary.TestFramework.BeginTestCase("for constructor of System.Test.UnicodeEncoding");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-
-    #region Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        UnicodeEncoding expectedValue = new UnicodeEncoding(false,true);
-        UnicodeEncoding actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Create a instance");
-        try
-        {
-            actualValue = new UnicodeEncoding();
-
-            if (!expectedValue.Equals(actualValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingequals.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodingequals.cs
deleted file mode 100644 (file)
index 9dfd3ba..0000000
+++ /dev/null
@@ -1,136 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Test.UnicodeEncoding.Equals(System.Object) [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingEquals
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingEquals testObj = new UnicodeEncodingEquals();
-        TestLibrary.TestFramework.BeginTestCase("for field of System.Test.UnicodeEncoding");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-
-    #region Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        UnicodeEncoding uEncoding1 = new UnicodeEncoding();
-        UnicodeEncoding uEncoding2 = new UnicodeEncoding(false,true);
-
-        bool expectedValue = true;
-        bool actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method with two instance that equal.");
-        try
-        {
-            actualValue = uEncoding1.Equals(uEncoding2);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        UnicodeEncoding uEncoding1 = new UnicodeEncoding();
-        UnicodeEncoding uEncoding2 = new UnicodeEncoding(false, false);
-
-        bool expectedValue = false;
-        bool actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the method with two instance that not equal.");
-        try
-        {
-            actualValue = uEncoding1.Equals(uEncoding2);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        bool expectedValue = false;
-        bool actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Compare the instances between deference type.");
-        try
-        {
-            actualValue = uEncoding.Equals(new TimeSpan());
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount1.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount1.cs
deleted file mode 100644 (file)
index a753b13..0000000
+++ /dev/null
@@ -1,269 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Test.UnicodeEncoding.GetByteCount(System.Char[],System.Int32,System.Int32) [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingGetByteCount
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingGetByteCount testObj = new UnicodeEncodingGetByteCount();
-        TestLibrary.TestFramework.BeginTestCase("for field of System.Test.UnicodeEncoding");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Helper Method
-    //Create a None-Surrogate-Char Array.
-    public Char[] GetCharArray(int length)
-    {
-        if (length <= 0) return new Char[] { };
-
-        Char[] charArray = new Char[length];
-        int i = 0;
-        while (i < length)
-        {
-            Char temp = TestLibrary.Generator.GetChar(-55);
-            if (!Char.IsSurrogate(temp))
-            {
-                charArray[i] = temp;
-                i++;
-            }
-        }
-        return charArray;
-    }
-
-    //Convert Char Array to String
-    public String ToString(Char[] chars)
-    {
-        String str = "{";
-        for (int i = 0;i < chars.Length; i++)
-        {
-            str = str + @"\u" + String.Format("{0:X04}", (int)chars[i]);
-            if (i != chars.Length - 1) str = str + ",";
-        }
-        str = str + "}";
-        return str;
-    }
-    #endregion
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        Char[] chars = new Char[] { } ;
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int expectedValue = 0;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method with a empty char array.");
-        try
-        {
-            actualValue = uEncoding.GetByteCount(chars,0,0);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(10);
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        
-        int expectedValue = 20;
-        int actualValue;
-
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the method with max length of the char array.");
-        try
-        {
-            actualValue = uEncoding.GetByteCount(chars, 0, chars.Length);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ") when chars is:" + ToString(chars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e + "when chars is:" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(1);
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int expectedValue = 2;
-        int actualValue;
-
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke the method with one char array.");
-        try
-        {
-            actualValue = uEncoding.GetByteCount(chars, 0, 1);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ") when chars is:" + ToString(chars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception:" + e + "when chars is:" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-
-    #region Negative Test Logic
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        //Char[] chars = new Char[]{};
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1:Invoke the method with null");
-        try
-        {
-            actualValue = uEncoding.GetByteCount((char[])null, 0, 0);
-
-            TestLibrary.TestFramework.LogError("007", "No ArgumentNullException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(10);
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2:Invoke the method with index out of range.");
-        try
-        {
-            actualValue = uEncoding.GetByteCount(chars, 10, 1);
-
-            TestLibrary.TestFramework.LogError("009", "No ArgumentOutOfRangeException throw out expected when chars is:" + ToString(chars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception:" + e + " when chars is:" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(10);
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3:Invoke the method with count out of range.");
-        try
-        {
-            actualValue = uEncoding.GetByteCount(chars, 5, -1);
-
-            TestLibrary.TestFramework.LogError("011", "No ArgumentOutOfRangeException throw out expected when chars is:" + ToString(chars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "Unexpected exception:" + e + " when chars is:" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    } 
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount2.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytecount2.cs
deleted file mode 100644 (file)
index 141a22e..0000000
+++ /dev/null
@@ -1,210 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Test.UnicodeEncoding.GetByteCount(String) [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingGetByteCount
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingGetByteCount testObj = new UnicodeEncodingGetByteCount();
-        TestLibrary.TestFramework.BeginTestCase("for field of System.Test.UnicodeEncoding");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Helper Method
-    //Create a None-Surrogate-Char String.
-    public String GetString(int length)
-    {
-        if (length <= 0) return "";
-
-        String tempStr = null;
-
-        int i = 0;
-        while (i < length)
-        {
-            Char temp = TestLibrary.Generator.GetChar(-55);
-            if (!Char.IsSurrogate(temp))
-            {
-                tempStr = tempStr + temp.ToString();
-                i++;
-            }
-        }
-        return tempStr;
-    }
-
-    public String ToString(String myString)
-    {
-        String str = "{";
-        Char[] chars = myString.ToCharArray();
-        for (int i = 0;i < chars.Length; i++)
-        {
-            str = str + @"\u" + String.Format("{0:X04}", (int)chars[i]);
-            if (i != chars.Length - 1) str = str + ",";
-        }
-        str = str + "}";
-        return str;
-    }
-    #endregion
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int expectedValue = 0;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method with a empty String.");
-        try
-        {
-            actualValue = uEncoding.GetByteCount("");
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        String str = GetString(10);
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int expectedValue = 20;
-        int actualValue;
-
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the method with normal string");
-        try
-        {
-            String temp = ToString(str);
-            actualValue = uEncoding.GetByteCount(str);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ") when chars is:" + ToString(str));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e + "when chars is:" + ToString(str));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        String str = GetString(1);
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int expectedValue = 2;
-        int actualValue;
-
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke the method with one char String.");
-        try
-        {
-            actualValue = uEncoding.GetByteCount(str);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ") when chars is:" + ToString(str));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception:" + e + "when chars is:" + ToString(str));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-
-    #region Negative Test Logic
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        String str = null;
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1:Invoke the method with null");
-        try
-        {
-            actualValue = uEncoding.GetByteCount(str);
-
-            TestLibrary.TestFramework.LogError("007", "No ArgumentNullException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytes2.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetbytes2.cs
deleted file mode 100644 (file)
index f19dc8a..0000000
+++ /dev/null
@@ -1,504 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Test.UnicodeEncoding.GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingGetBytes
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingGetBytes testObj = new UnicodeEncodingGetBytes();
-        TestLibrary.TestFramework.BeginTestCase("for field of System.Test.UnicodeEncoding");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-        retVal = NegTest7() && retVal;
-        retVal = NegTest8() && retVal;
-        retVal = NegTest9() && retVal;
-        retVal = NegTest10() && retVal;
-
-        return retVal;
-    }
-
-    #region Helper Method
-    //Create a None-Surrogate-Char String.
-    public String GetString(int length)
-    {
-        if (length <= 0) return "";
-
-        String tempStr = null;
-
-        int i = 0;
-        while (i < length)
-        {
-            Char temp = TestLibrary.Generator.GetChar(-55);
-            if (!Char.IsSurrogate(temp))
-            {
-                tempStr = tempStr + temp.ToString();
-                i++;
-            }
-        }
-        return tempStr;
-    }
-
-    public String ToString(String myString)
-    {
-        String str = "{";
-        Char[] chars = myString.ToCharArray();
-        for (int i = 0; i < chars.Length; i++)
-        {
-            str = str + @"\u" + String.Format("{0:X04}", (int)chars[i]);
-            if (i != chars.Length - 1) str = str + ",";
-        }
-        str = str + "}";
-        return str;
-    }
-    #endregion
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        String chars = GetString(10);
-        Byte[] bytes = new Byte[30];
-
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int expectedValue = 20;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, 0, 10, bytes, 5);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(chars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        String chars = GetString(10);
-        Byte[] bytes = new Byte[30];
-
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int expectedValue = 2;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the method and set charCount as 1 and byteIndex as 0.");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, 0, 1, bytes, 0);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(chars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        String chars = GetString(10);
-        Byte[] bytes = new Byte[30];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int expectedValue = 0;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke the method and set charIndex as 20");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, 0, 0, bytes, 30);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("025", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(chars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("026", "Unexpected exception:" + e + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }    
-    #endregion
-
-    #region Negative Test Logic
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        String chars = null;
-        Byte[] bytes = new Byte[30];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1:Invoke the method and set chars as null");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, 0, 0, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("005", "No ArgumentNullException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        String chars = GetString(10);
-        Byte[] bytes = null;
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2:Invoke the method and set bytes as null");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, 0, 0, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("007", "No ArgumentNullException throw out expected" + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception:" + e + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        String chars = GetString(10);
-        Byte[] bytes = new Byte[30];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3:Invoke the method and the destination buffer is not enough");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, 0, 10, bytes, 15);
-
-            TestLibrary.TestFramework.LogError("009", "No ArgumentException throw out expected" + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        catch (ArgumentException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception:" + e + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        String chars = GetString(10);
-        Byte[] bytes = new Byte[10];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4:Invoke the method and the destination buffer is not enough");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, 0, 10, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("011", "No ArgumentException throw out expected" + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        catch (ArgumentException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "Unexpected exception:" + e + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        String chars = GetString(10);
-        Byte[] bytes = new Byte[30];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest5:Invoke the method and set charIndex as -1");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, -1, 1, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("013", "No ArgumentOutOfRangeException throw out expected" + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014", "Unexpected exception:" + e + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool NegTest6()
-    {
-        bool retVal = true;
-
-        String chars = GetString(10);
-        Byte[] bytes = new Byte[30];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest6:Invoke the method and set charIndex as 15");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, 15, 1, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("015", "No ArgumentOutOfRangeException throw out expected" + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016", "Unexpected exception:" + e + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest7()
-    {
-        bool retVal = true;
-
-        String chars = GetString(10);
-        Byte[] bytes = new Byte[30];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest7:Invoke the method and set charCount as -1");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, 0, -1, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("017", "No ArgumentOutOfRangeException throw out expected" + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("018", "Unexpected exception:" + e + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest8()
-    {
-        bool retVal = true;
-
-        String chars = GetString(10);
-        Byte[] bytes = new Byte[30];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest8:Invoke the method and set charCount as 12");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, 0, 12, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("019", "No ArgumentOutOfRangeException throw out expected" + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("020", "Unexpected exception:" + e + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest9()
-    {
-        bool retVal = true;
-
-        String chars = GetString(10);
-        Byte[] bytes = new Byte[30];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest9:Invoke the method and set byteIndex as -1");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, 0, 1, bytes, -1);
-
-            TestLibrary.TestFramework.LogError("021", "No ArgumentOutOfRangeException throw out expected" + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("022", "Unexpected exception:" + e + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest10()
-    {
-        bool retVal = true;
-
-        String chars = GetString(10);
-        Byte[] bytes = new Byte[30];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest10:Invoke the method and set charIndex as 31");
-        try
-        {
-            actualValue = uEncoding.GetBytes(chars, 0, 0, bytes, 31);
-
-            TestLibrary.TestFramework.LogError("023", "No ArgumentOutOfRangeException throw out expected" + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-            //Expected Exception
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("024", "Unexpected exception:" + e + " when chars is :" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetcharcount.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetcharcount.cs
deleted file mode 100644 (file)
index 21d959b..0000000
+++ /dev/null
@@ -1,384 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Test.UnicodeEncoding.GetCharCount(System.Byte[],System.Int32,System.Int32) [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingGetCharCount
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingGetCharCount testObj = new UnicodeEncodingGetCharCount();
-        TestLibrary.TestFramework.BeginTestCase("for field of System.Test.UnicodeEncoding");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-
-        return retVal;
-    }
-
-    #region Helper Method
-    //Create a None-Surrogate-Char Array.
-    public Char[] GetCharArray(int length)
-    {
-        if (length <= 0) return new Char[] { };
-
-        Char[] charArray = new Char[length];
-        int i = 0;
-        while (i < length)
-        {
-            Char temp = TestLibrary.Generator.GetChar(-55);
-            if (!Char.IsSurrogate(temp))
-            {
-                charArray[i] = temp;
-                i++;
-            }
-        }
-        return charArray;
-    }
-
-    public String ToString(Char[] chars)
-    {
-        String str = "{";
-        for (int i = 0; i < chars.Length; i++)
-        {
-            str = str + @"\u" + String.Format("{0:X04}", (int)chars[i]);
-            if (i != chars.Length - 1) str = str + ",";
-        }
-        str = str + "}";
-        return str;
-    }
-    #endregion
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(10);
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(chars,0,10,bytes,0);
-
-        int expectedValue = 10;
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method.");
-        try
-        {
-            actualValue = uEncoding.GetCharCount(bytes, 0, 20);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when Chars is:" + ToString(chars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e + " when Chars is:" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(10);
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(chars, 0, 10, bytes, 0);
-
-        int expectedValue = 0;
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the method and set byteCount as 0.");
-        try
-        {
-            actualValue = uEncoding.GetCharCount(bytes, 5, 0);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when Chars is:" + ToString(chars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e + " when Chars is:" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(10);
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(chars, 0, 10, bytes, 0);
-
-        int expectedValue = 1;
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke the method and set byteCount as 2");
-        try
-        {
-            actualValue = uEncoding.GetCharCount(bytes, 0, 2);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when Chars is:" + ToString(chars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception:" + e + " when Chars is:" + ToString(chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(10);
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(chars, 0, 10, bytes, 0);
-
-        int expectedValue = 0;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Invoke the method and set byteIndex out of right range.");
-        try
-        {
-            actualValue = uEncoding.GetCharCount(bytes, 20, 0);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("017", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when Chars is:" + ToString(chars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("018", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }    
-    #endregion
-
-    #region Negative Test Logic
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(10);
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(chars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1:Invoke the method and set bytes as null");
-        try
-        {
-            actualValue = uEncoding.GetCharCount(null, 0, 0);
-
-            TestLibrary.TestFramework.LogError("007", "No ArgumentNullException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(10);
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(chars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2:Invoke the method and set byteIndex as -1");
-        try
-        {
-            actualValue = uEncoding.GetCharCount(bytes, -1, 2);
-
-            TestLibrary.TestFramework.LogError("009", "No ArgumentOutOfRangeException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(10);
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(chars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3:Invoke the method and set byteIndex out of right range.");
-        try
-        {
-            actualValue = uEncoding.GetCharCount(bytes, 21, 0);
-
-            TestLibrary.TestFramework.LogError("011", "No ArgumentOutOfRangeException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(10);
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(chars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4:Invoke the method and set byteCount as -1");
-        try
-        {
-            actualValue = uEncoding.GetCharCount(bytes, 0, -1);
-
-            TestLibrary.TestFramework.LogError("013", "No ArgumentOutOfRangeException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        Char[] chars = GetCharArray(10);
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(chars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest5:Invoke the method and set byteCount as 21");
-        try
-        {
-            actualValue = uEncoding.GetCharCount(bytes, 0, 21);
-
-            TestLibrary.TestFramework.LogError("015", "No ArgumentOutOfRangeException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetchars.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetchars.cs
deleted file mode 100644 (file)
index 634329c..0000000
+++ /dev/null
@@ -1,560 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Test.UnicodeEncoding.GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingGetBytes
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingGetBytes testObj = new UnicodeEncodingGetBytes();
-        TestLibrary.TestFramework.BeginTestCase("for field of System.Test.UnicodeEncoding");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-        retVal = NegTest7() && retVal;
-        retVal = NegTest8() && retVal;
-        retVal = NegTest9() && retVal;
-        retVal = NegTest10() && retVal;
-
-        return retVal;
-    }
-
-    #region Helper Method
-    //Create a None-Surrogate-Char Array.
-    public Char[] GetCharArray(int length)
-    {
-        if (length <= 0) return new Char[] { };
-
-        Char[] charArray = new Char[length];
-        int i = 0;
-        while (i < length)
-        {
-            Char temp = TestLibrary.Generator.GetChar(-55);
-            if (!Char.IsSurrogate(temp))
-            {
-                charArray[i] = temp;
-                i++;
-            }
-        }
-        return charArray;
-    }
-
-    //Convert Char Array to String
-    public String ToString(Char[] chars)
-    {
-        String str = "{";
-        for (int i = 0; i < chars.Length; i++)
-        {
-            str = str + @"\u" + String.Format("{0:X04}", (int)chars[i]);
-            if (i != chars.Length - 1) str = str + ",";
-        }
-        str = str + "}";
-        return str;
-    }
-    #endregion
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        int expectedValue = 10;
-        int actualValue;
-        
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 0, 20, desChars,0);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(srcChars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        int expectedValue = TestLibrary.Generator.GetInt16(-55) % 10 + 1;
-        int actualValue;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, expectedValue, bytes, 0);
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method with random char count.");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 0, expectedValue * 2, desChars, 0);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(srcChars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        int expectedValue = 0;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest10:Invoke the method and set charIndex as 10");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 0, 0, desChars, 10);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("025", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(srcChars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("026", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }    
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        int expectedValue = 0;
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Invoke the method and set byteIndex as 20");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 20, 0, desChars, 10);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("027", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(srcChars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("028", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }    
-    #endregion
-
-    #region Negative Test Logic
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = null;
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1:Invoke the method and set chars as null");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 0, 0, desChars, 0);
-
-            TestLibrary.TestFramework.LogError("005", "No ArgumentNullException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = null;
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        //int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2:Invoke the method and set bytes as null");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 0, 0, desChars, 0);
-
-            TestLibrary.TestFramework.LogError("007", "No ArgumentNullException throw out expected" + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[5];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3:Invoke the method and the destination buffer is not enough");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 0, 20, desChars, 0);
-
-            TestLibrary.TestFramework.LogError("009", "No ArgumentException throw out expected" + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        catch (ArgumentException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4:Invoke the method and the destination buffer is not enough");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 0, 20, desChars, 5);
-
-            TestLibrary.TestFramework.LogError("011", "No ArgumentException throw out expected" + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        catch (ArgumentException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest5:Invoke the method and set byteIndex as -1");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, -1, 0, desChars, 0);
-
-            TestLibrary.TestFramework.LogError("013", "No ArgumentOutOfRangeException throw out expected" + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool NegTest6()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest6:Invoke the method and set byteIndex as 20");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 20, 1, desChars, 10);
-
-            TestLibrary.TestFramework.LogError("015", "No ArgumentOutOfRangeException throw out expected" + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest7()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest7:Invoke the method and set byteCount as -1");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 0, -1, desChars, 0);
-
-            TestLibrary.TestFramework.LogError("017", "No ArgumentOutOfRangeException throw out expected" + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("018", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest8()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest8:Invoke the method and set byteCount as 21");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 0, 21, desChars, 0);
-
-            TestLibrary.TestFramework.LogError("019", "No ArgumentOutOfRangeException throw out expected" + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("020", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest9()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest9:Invoke the method and set charIndex as -1");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 0, 0, desChars, -1);
-
-            TestLibrary.TestFramework.LogError("021", "No ArgumentOutOfRangeException throw out expected" + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("022", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest10()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        int actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest10:Invoke the method and set charIndex as 11");
-        try
-        {
-            actualValue = uEncoding.GetChars(bytes, 0, 0, desChars, 11);
-
-            TestLibrary.TestFramework.LogError("023", "No ArgumentOutOfRangeException throw out expected" + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-            //Expected Exception
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("024", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetdecoder.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetdecoder.cs
deleted file mode 100644 (file)
index 993ca10..0000000
+++ /dev/null
@@ -1,125 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Test.UnicodeEncoding.GetDecoder() [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingGetDecoder
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingGetDecoder testObj = new UnicodeEncodingGetDecoder();
-        TestLibrary.TestFramework.BeginTestCase("for method of System.Test.UnicodeEncoding.GetDecoder");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Helper Method
-    //Create a None-Surrogate-Char Array.
-    public Char[] GetCharArray(int length)
-    {
-        if (length <= 0) return new Char[] { };
-
-        Char[] charArray = new Char[length];
-        int i = 0;
-        while (i < length)
-        {
-            Char temp = TestLibrary.Generator.GetChar(-55);
-            if (!Char.IsSurrogate(temp))
-            {
-                charArray[i] = temp;
-                i++;
-            }
-        }
-        return charArray;
-    }
-
-    //Convert Char Array to String
-    public String ToString(Char[] chars)
-    {
-        String str = "{";
-        for (int i = 0; i < chars.Length; i++)
-        {
-            str = str + @"\u" + String.Format("{0:X04}", (int)chars[i]);
-            if (i != chars.Length - 1) str = str + ",";
-        }
-        str = str + "}";
-        return str;
-    }
-    #endregion
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-        int buffer;
-        int outChars;
-        bool completed;
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        bool expectedValue = true;
-        bool actualValue = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method");
-        try
-        {
-            Decoder dC = uEncoding.GetDecoder();
-            
-            dC.Convert(bytes, 0, 20, desChars, 0, 10, true,out buffer,out outChars, out completed);
-
-            if (completed)
-            {
-                for (int i = 0; i < 10; i++)
-                {
-                    actualValue = actualValue & (desChars[i] == srcChars[i]);
-                }
-            }
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(srcChars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetencoder.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetencoder.cs
deleted file mode 100644 (file)
index 2f061cc..0000000
+++ /dev/null
@@ -1,126 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Text.UnicodeEncoding.GetEncoder() [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingGetEncoder
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingGetEncoder testObj = new UnicodeEncodingGetEncoder();
-        TestLibrary.TestFramework.BeginTestCase("for method of System.Text.UnicodeEncoding.GetEncoder()");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-
-
-        return retVal;
-    }
-
-   #region Helper Method
-    //Create a None-Surrogate-Char Array.
-    public Char[] GetCharArray(int length)
-    {
-        if (length <= 0) return new Char[] { };
-
-        Char[] charArray = new Char[length];
-        int i = 0;
-        while (i < length)
-        {
-            Char temp = TestLibrary.Generator.GetChar(-55);
-            if (!Char.IsSurrogate(temp))
-            {
-                charArray[i] = temp;
-                i++;
-            }
-        }
-        return charArray;
-    }
-
-    //Convert Char Array to String
-    public String ToString(Char[] chars)
-    {
-        String str = "{";
-        for (int i = 0; i < chars.Length; i++)
-        {
-            str = str + @"\u" + String.Format("{0:X04}", (int)chars[i]);
-            if (i != chars.Length - 1) str = str + ",";
-        }
-        str = str + "}";
-        return str;
-    }
-    #endregion
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        Char[] Chars = GetCharArray(10);
-        Byte[] bytes = new Byte[20];
-        Byte[] desBytes = new Byte[20];
-        int buffer;
-        int outChars;
-        bool completed;
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(Chars, 0, 10, bytes, 0);
-
-        bool expectedValue = true;
-        bool actualValue = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method");
-        try
-        {
-            Encoder eC = uEncoding.GetEncoder();
-
-            eC.Convert(Chars, 0, 10, desBytes, 0, 20, true, out buffer, out outChars, out completed);
-
-            if (completed)
-            {
-                for (int i = 0; i < 20; i++)
-                {
-                    actualValue = actualValue & (bytes[i] == desBytes[i]);
-                }
-            }
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(Chars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e + " when chars is :" + ToString(Chars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggethashcode.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggethashcode.cs
deleted file mode 100644 (file)
index 02a4c26..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Text.UnicodeEncoding.GetHashCode() [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingGetHashCode
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingGetHashCode testObj = new UnicodeEncodingGetHashCode();
-        TestLibrary.TestFramework.BeginTestCase("for method of System.Text.UnicodeEncoding.GetHashCode");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-
-    #region Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        int expectedValue;
-        int actualValue;
-
-        UnicodeEncoding uE1 = new UnicodeEncoding();
-        UnicodeEncoding uE2 = new UnicodeEncoding();
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method.");
-        try
-        {
-            expectedValue = uE1.GetHashCode();
-            actualValue = uE2.GetHashCode();
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxbytecount.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxbytecount.cs
deleted file mode 100644 (file)
index 55850ae..0000000
+++ /dev/null
@@ -1,199 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Text.UnicodeEncoding.GetMaxByteCount(int) [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingGetMaxByteCount
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingGetMaxByteCount testObj = new UnicodeEncodingGetMaxByteCount();
-        TestLibrary.TestFramework.BeginTestCase("for method of System.Text.UnicodeEncoding.GetMaxByteCount");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("Negative");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-
-        return retVal;
-    }
-
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        int expectedValue = 2;
-        int actualValue;
-
-        UnicodeEncoding uE = new UnicodeEncoding();
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method and set charCount as 0.");
-        try
-        {
-            actualValue = uE.GetMaxByteCount(0);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        int expectedValue = 4;
-        int actualValue;
-
-        UnicodeEncoding uE = new UnicodeEncoding();
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the method and set charCount as 1.");
-        try
-        {
-            actualValue = uE.GetMaxByteCount(1);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        int charCount = (TestLibrary.Generator.GetInt32(-55) % Int32.MaxValue + 1) / 2;
-
-        int expectedValue = (charCount + 1) * 2;
-        int actualValue;
-
-        UnicodeEncoding uE = new UnicodeEncoding();
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke the method and set charCount as random integer.");
-        try
-        {
-            actualValue = uE.GetMaxByteCount(charCount);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-
-
-    #region Negative Test Logic
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        int actualValue;
-
-        UnicodeEncoding uE = new UnicodeEncoding();
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1:Invoke the method and set charCount as -1.");
-        try
-        {
-            actualValue = uE.GetMaxByteCount(-1);
-            TestLibrary.TestFramework.LogError("007", "No ArgumentOutOfRangeException expected.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-        
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        int actualValue;
-
-        UnicodeEncoding uE = new UnicodeEncoding();
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2:Invoke the method and set charCount as a large integer that lead the bytecount to overflow..");
-        try
-        {
-            actualValue = uE.GetMaxByteCount(int.MaxValue / 2);
-            TestLibrary.TestFramework.LogError("009", "No ArgumentOutOfRangeException expected.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxcharcount.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetmaxcharcount.cs
deleted file mode 100644 (file)
index 007fa6e..0000000
+++ /dev/null
@@ -1,172 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Text.UnicodeEncoding.GetMaxCharCount(int) [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingGetMaxCharCount
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingGetMaxCharCount testObj = new UnicodeEncodingGetMaxCharCount();
-        TestLibrary.TestFramework.BeginTestCase("for method of System.Text.UnicodeEncoding.GetMaxCharCount");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        TestLibrary.TestFramework.LogInformation("Negative");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        int expectedValue = 1;
-        int actualValue;
-
-        UnicodeEncoding uE = new UnicodeEncoding();
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method and set byteCount as 0.");
-        try
-        {
-            actualValue = uE.GetMaxCharCount(0);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        int expectedValue = 2;
-        int actualValue;
-
-        UnicodeEncoding uE = new UnicodeEncoding();
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the method and set byteCount as 1.");
-        try
-        {
-            actualValue = uE.GetMaxCharCount(1);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        int byteCount = TestLibrary.Generator.GetInt32(-55);
-
-        int expectedValue = (byteCount + 1) / 2 + 1;
-        int actualValue;
-
-        UnicodeEncoding uE = new UnicodeEncoding();
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke the method and set byteCount as random integer.");
-        try
-        {
-            actualValue = uE.GetMaxCharCount(byteCount);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-
-
-    #region Negative Test Logic
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        int actualValue;
-
-        UnicodeEncoding uE = new UnicodeEncoding();
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1:Invoke the method and set byteCount as -1.");
-        try
-        {
-            actualValue = uE.GetMaxCharCount(-1);
-            TestLibrary.TestFramework.LogError("007", "No ArgumentOutOfRangeException expected.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetpreamble.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetpreamble.cs
deleted file mode 100644 (file)
index ea8b408..0000000
+++ /dev/null
@@ -1,133 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Text.UnicodeEncoding.GetPreamble() [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingGetPreamble
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingGetPreamble testObj = new UnicodeEncodingGetPreamble();
-        TestLibrary.TestFramework.BeginTestCase("for method of System.Text.UnicodeEncoding.GetPreamble");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-
-    #region Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        UnicodeEncoding uE = new UnicodeEncoding(true,false);
-
-        Byte[] expectedValue = new Byte[] { };
-        Byte[] actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method with bigEndian true and byteOrderMark false.");
-        try
-        {
-            actualValue = uE.GetPreamble();
-
-            if (expectedValue.Equals(actualValue))
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        UnicodeEncoding uE = new UnicodeEncoding(true, true);
-
-        Byte[] expectedValue = new Byte[] { 0xfe,0xff};
-        Byte[] actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the method with bigEndian true and byteOrderMark true.");
-        try
-        {
-            actualValue = uE.GetPreamble();
-
-            if (expectedValue.Equals(actualValue))
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        UnicodeEncoding uE = new UnicodeEncoding(false, true);
-
-        Byte[] expectedValue = new Byte[] { 0xff, 0xfe };
-        Byte[] actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke the method with bigEndian false and byteOrderMark true.");
-        try
-        {
-            actualValue = uE.GetPreamble();
-
-            if (expectedValue.Equals(actualValue))
-            {
-                TestLibrary.TestFramework.LogError("005", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")");
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetstring.cs b/tests/src/CoreMangLib/cti/system/text/unicodeencoding/unicodeencodinggetstring.cs
deleted file mode 100644 (file)
index 1e83741..0000000
+++ /dev/null
@@ -1,409 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-///<summary>
-///System.Test.UnicodeEncoding.GetString(System.Byte[],System.Int32,System.Int32) [v-zuolan]
-///</summary>
-
-public class UnicodeEncodingGetString
-{
-
-    public static int Main()
-    {
-        UnicodeEncodingGetString testObj = new UnicodeEncodingGetString();
-        TestLibrary.TestFramework.BeginTestCase("for method of System.Test.UnicodeEncoding.GetString");
-        if (testObj.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-
-    }
-
-    public bool RunTests()
-    {
-        bool retVal = true;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        TestLibrary.TestFramework.LogInformation("Positive");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-
-
-        return retVal;
-    }
-
-    #region Helper Method
-    //Create a None-Surrogate-Char Array.
-    public Char[] GetCharArray(int length)
-    {
-        if (length <= 0) return new Char[] { };
-
-        Char[] charArray = new Char[length];
-        int i = 0;
-        while (i < length)
-        {
-            Char temp = TestLibrary.Generator.GetChar(-55);
-            if (!Char.IsSurrogate(temp))
-            {
-                charArray[i] = temp;
-                i++;
-            }
-        }
-        return charArray;
-    }
-
-    //Convert Char Array to String
-    public String ToString(Char[] chars)
-    {
-        String str = "{";
-        for (int i = 0; i < chars.Length; i++)
-        {
-            str = str + @"\u" + String.Format("{0:X04}", (int)chars[i]);
-            if (i != chars.Length - 1) str = str + ",";
-        }
-        str = str + "}";
-        return str;
-    }
-    #endregion
-
-    #region Positive Test Logic
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        bool expectedValue = true;
-        bool actualValue = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1:Invoke the method");
-        try
-        {
-            String desString = uEncoding.GetString(bytes, 0, 20);
-
-            desChars = desString.ToCharArray();
-
-            for (int i = 0; i < 10; i++)
-            {
-                actualValue = actualValue & (desChars[i] == srcChars[i]);
-            }
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("001", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(srcChars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        bool expectedValue = true;
-        bool actualValue = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2:Invoke the method,convert 1 char");
-        try
-        {
-            String desString = uEncoding.GetString(bytes, 0, 2);
-
-            desChars = desString.ToCharArray();
-
-            for (int i = 0; i < 1; i++)
-            {
-                actualValue = actualValue & (desChars[i] == srcChars[i]);
-            }
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("003", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(srcChars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        String expectedValue = "";
-        String actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3:Invoke the method and set byteIndex as 0 and byteCount as 0.");
-        try
-        {
-            actualValue = uEncoding.GetString(bytes, 0, 0);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("005", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(srcChars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("006", "Unexpected exception:" + e + " when chars is :" + ToString(srcChars));
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        String expectedValue = "";
-        String actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest4:Invoke the method and set byteIndex out of range.");
-        try
-        {
-            actualValue = uEncoding.GetString(bytes, 20, 0);
-
-            if (expectedValue != actualValue)
-            {
-                TestLibrary.TestFramework.LogError("017", "ExpectedValue(" + expectedValue + ") !=ActualValue(" + actualValue + ")" + " when chars is :" + ToString(srcChars));
-                retVal = false;
-            }
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("018", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }    
-    #endregion
-
-    #region Negative Test Logic
-
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        String actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1:Invoke the method and set chars as null");
-        try
-        {
-            actualValue = uEncoding.GetString(null,0,0);
-
-            TestLibrary.TestFramework.LogError("007", "No ArgumentNullException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentNullException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("008", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        String actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2:Invoke the method and set byteIndex out of range.");
-        try
-        {
-            actualValue = uEncoding.GetString(bytes, 21, 0);
-
-            TestLibrary.TestFramework.LogError("009", "No ArgumentOutOfRangeException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("010", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        String actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3:Invoke the method and set byteIndex out of range.");
-        try
-        {
-            actualValue = uEncoding.GetString(bytes, -1, 0);
-
-            TestLibrary.TestFramework.LogError("011", "No ArgumentOutOfRangeException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("012", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        String actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4:Invoke the method and set byteCount out of range.");
-        try
-        {
-            actualValue = uEncoding.GetString(bytes, 0, -1);
-
-            TestLibrary.TestFramework.LogError("013", "No ArgumentOutOfRangeException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("014", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        Char[] srcChars = GetCharArray(10);
-        Char[] desChars = new Char[10];
-        Byte[] bytes = new Byte[20];
-
-        UnicodeEncoding uEncoding = new UnicodeEncoding();
-        int byteCount = uEncoding.GetBytes(srcChars, 0, 10, bytes, 0);
-
-        String actualValue;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest5:Invoke the method and set byteCount out of range.");
-        try
-        {
-            actualValue = uEncoding.GetString(bytes, 0, 21);
-
-            TestLibrary.TestFramework.LogError("015", "No ArgumentOutOfRangeException throw out expected.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException)
-        {
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("016", "Unexpected exception:" + e);
-            retVal = false;
-        }
-        return retVal;
-    }
-    #endregion
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor.csproj
deleted file mode 100644 (file)
index e4a03d8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodingctor.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor2.csproj
deleted file mode 100644 (file)
index f0ce225..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodingctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingCtor3.csproj
deleted file mode 100644 (file)
index 547e3d0..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodingctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingEquals.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingEquals.csproj
deleted file mode 100644 (file)
index 5c757ce..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodingequals.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount1.csproj
deleted file mode 100644 (file)
index 53846b8..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggetbytecount1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetByteCount2.csproj
deleted file mode 100644 (file)
index 8857fca..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggetbytecount2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes1.csproj
deleted file mode 100644 (file)
index 0cae04f..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggetbytes1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetBytes2.csproj
deleted file mode 100644 (file)
index e626ca6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggetbytes2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetCharCount.csproj
deleted file mode 100644 (file)
index adcd534..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggetcharcount.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetChars.csproj
deleted file mode 100644 (file)
index 96f4149..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggetchars.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetDecoder.csproj
deleted file mode 100644 (file)
index 7d19985..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggetdecoder.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetEncoder.csproj
deleted file mode 100644 (file)
index 532a942..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggetencoder.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetHashCode.csproj
deleted file mode 100644 (file)
index 78e0bda..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggethashcode.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxByteCount.csproj
deleted file mode 100644 (file)
index 0152cb6..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggetmaxbytecount.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetMaxCharCount.csproj
deleted file mode 100644 (file)
index b566c0c..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggetmaxcharcount.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetPreamble.csproj
deleted file mode 100644 (file)
index a0ed104..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggetpreamble.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetString.csproj b/tests/src/CoreMangLib/cti/system/text/utf8encoding/UTF8EncodingGetString.csproj
deleted file mode 100644 (file)
index 3454f03..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="utf8encodinggetstring.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor.cs
deleted file mode 100644 (file)
index 7bc7a23..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// ctor [v-jianq]
-/// </summary>
-
-public class UTF8EncodingCtor
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify ctor of UTF8Encoding");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            if (utf8 == null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Ctor of UTF8Encoding Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingCtor test = new UTF8EncodingCtor();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingCtor");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor2.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor2.cs
deleted file mode 100644 (file)
index f070a74..0000000
+++ /dev/null
@@ -1,131 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// ctor(System.Boolean)
-/// </summary>
-
-public class UTF8EncodingCtor2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify ctor(true) of UTF8Encoding");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding(true);
-
-            if (utf8 == null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Ctor of UTF8Encoding Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify ctor(false) of UTF8Encoding");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding(false);
-
-            if (utf8 == null)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Ctor of UTF8Encoding Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingCtor2 test = new UTF8EncodingCtor2();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingCtor2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor3.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingctor3.cs
deleted file mode 100644 (file)
index cb17084..0000000
+++ /dev/null
@@ -1,187 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// ctor(System.Boolean,System.Boolean) [v-jianq]
-/// </summary>
-
-public class UTF8EncodingCtor3
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        retVal = PosTest4() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify ctor(true,false) of UTF8Encoding");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding(true,false);
-
-            if (utf8 == null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Ctor of UTF8Encoding Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify ctor(true,true) of UTF8Encoding");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding(true,true);
-
-            if (utf8 == null)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Ctor of UTF8Encoding Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify ctor(false,false) of UTF8Encoding");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding(false, false);
-
-            if (utf8 == null)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Ctor of UTF8Encoding Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest4()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest4: Verify ctor(false,true) of UTF8Encoding");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding(false, true);
-
-            if (utf8 == null)
-            {
-                TestLibrary.TestFramework.LogError("004.1", "Ctor of UTF8Encoding Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("004.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingCtor3 test = new UTF8EncodingCtor3();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingCtor3");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingequals.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodingequals.cs
deleted file mode 100644 (file)
index 0dcc893..0000000
+++ /dev/null
@@ -1,161 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// Equals(System.Object) [v-jianq]
-/// </summary>
-
-public class UTF8EncodingEquals
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify a instance of UTF8Encoding equals to itself");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            if (utf8.Equals(utf8)!= true)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method Equals Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify a instance of UTF8Encoding equals to another one");
-
-        try
-        {
-            UTF8Encoding utf8a = new UTF8Encoding();
-            UTF8Encoding utf8b = new UTF8Encoding();
-
-            if (utf8a.Equals(utf8b) != true)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method Equals Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Verify a instance of UTF8Encoding is not equal to different one");
-
-        try
-        {
-            UTF8Encoding utf8a = new UTF8Encoding();
-            UTF8Encoding utf8b = new UTF8Encoding(true);
-
-            if (utf8a.Equals(utf8b) != false)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Method Equals Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingEquals test = new UTF8EncodingEquals();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingEquals");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytecount1.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytecount1.cs
deleted file mode 100644 (file)
index edc40fc..0000000
+++ /dev/null
@@ -1,238 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetByteCount(System.Char[],System.Int32,System.Int32) [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetByteCount1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetByteCount(Char[],Int32,Int32) with non-null char[]");
-
-        try
-        {
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method GetByteCount(Char[],Int32,Int32) with null char[]");
-
-        try
-        {
-            Char[] chars = new Char[] { };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int byteCount = utf8.GetByteCount(chars, 0, 0);
-
-            if (byteCount != 0)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method GetByteCount Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown when chars is a null reference");
-
-        try
-        {
-            Char[] chars = null;
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int byteCount = utf8.GetByteCount(chars, 0, 0);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown when chars is a null reference.");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentOutOfRangeException is not thrown when index is less than zero.");
-
-        try
-        {
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int byteCount = utf8.GetByteCount(chars, -1, 2);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentOutOfRangeException is not thrown when index is less than zero.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentOutOfRangeException is not thrown when count is less than zero.");
-
-        try
-        {
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int byteCount = utf8.GetByteCount(chars, 1, -2);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentOutOfRangeException is not thrown when count is less than zero.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: ArgumentOutOfRangeException is not thrown when index and count do not denote a valid range in chars.");
-
-        try
-        {
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int byteCount = utf8.GetByteCount(chars, 1, chars.Length);
-
-            TestLibrary.TestFramework.LogError("104.1", "ArgumentOutOfRangeException is not thrown when index and count do not denote a valid range in chars.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetByteCount1 test = new UTF8EncodingGetByteCount1();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetByteCount1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytecount2.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytecount2.cs
deleted file mode 100644 (file)
index d17f432..0000000
+++ /dev/null
@@ -1,142 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetByteCount(System.String) [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetByteCount2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetByteCount(string) with non-null string");
-
-        try
-        {
-            String chars = "UTF8 Encoding Example";
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int byteCount = utf8.GetByteCount(chars);
-
-            if (byteCount != chars.Length)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method GetByteCount Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method GetByteCount(string) with null string");
-
-        try
-        {
-            String chars = "";
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int byteCount = utf8.GetByteCount(chars);
-
-            if (byteCount != 0)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method GetByteCount Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown when string is a null reference");
-
-        try
-        {
-            String chars = null;
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int byteCount = utf8.GetByteCount(chars);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown when string is a null reference.");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetByteCount2 test = new UTF8EncodingGetByteCount2();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetByteCount2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytes1.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytes1.cs
deleted file mode 100644 (file)
index 10ad1b8..0000000
+++ /dev/null
@@ -1,373 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetBytes1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-        retVal = NegTest7() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetBytes(Char[],Int32,Int32,Byte[],Int32) with non-null chars");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, 2, bytes, 0);
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method GetBytes(Char[],Int32,Int32,Byte[],Int32) with null chars");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] { };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 0, 0);
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 0, 0, bytes, 0);
-
-            if (bytesEncodedCount != 0)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown when chars is a null reference ");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = null;
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = 10;
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, 2, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown when chars is a null reference ");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentNullException is not thrown when bytes is a null reference  ");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = null;
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, 2, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentNullException is not thrown when bytes is a null reference  ");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentOutOfRangeException is not thrown when charIndex is less than zero  ");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, -1, 2, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentOutOfRangeException is not thrown when charIndex is less than zero.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: ArgumentOutOfRangeException is not thrown when charCount is less than zero  ");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, -2, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("104.1", "ArgumentOutOfRangeException is not thrown when charIndex is less than zero.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest5: ArgumentOutOfRangeException is not thrown when byteIndex is less than zero.  ");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, 2, bytes, -1);
-
-            TestLibrary.TestFramework.LogError("105.1", "ArgumentOutOfRangeException is not thrown whenchar byteIndex is less than zero..");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("105.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest6()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest6: ArgumentOutOfRangeException is not thrown when charIndex and charCount do not denote a valid range in chars.  ");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, chars.Length, bytes, 1);
-
-            TestLibrary.TestFramework.LogError("106.1", "ArgumentOutOfRangeException is not thrown when charIndex and charCount do not denote a valid range in chars.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("106.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest7()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest7: ArgumentException is not thrown when bytes does not have enough capacity from byteIndex to the end of the array to accommodate the resulting bytes.");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, 2, bytes, bytes.Length);
-
-            TestLibrary.TestFramework.LogError("107.1", "ArgumentException is not thrown when byteIndex is not a valid index in bytes.");
-            retVal = false;
-        }
-        catch (ArgumentException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("107.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-
-
-
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetBytes1 test = new UTF8EncodingGetBytes1();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetBytes1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytes2.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetbytes2.cs
deleted file mode 100644 (file)
index 6dc8614..0000000
+++ /dev/null
@@ -1,341 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetBytes2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-        retVal = NegTest7() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetBytes(Char[],Int32,Int32,Byte[],Int32) with non-null chars");
-
-        try
-        {
-            Byte[] bytes;
-            String chars = "UTF8 Encoding Example";
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = chars.Length;
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, 2, bytes, 0);
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method GetBytes(String,Int32,Int32,Byte[],Int32) with null chars");
-
-        try
-        {
-            Byte[] bytes;
-            String chars = "";
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = chars.Length;
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 0, byteCount, bytes, 0);
-
-
-            if (bytesEncodedCount != 0)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method GetBytes Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown when string is a null reference ");
-
-        try
-        {
-            Byte[] bytes;
-            String chars = null;
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = 10;
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, 2, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown when chars is a null reference ");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentNullException is not thrown when bytes is a null reference  ");
-
-        try
-        {
-            Byte[] bytes;
-            String chars = "UTF8 Encoding Example";
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            bytes = null;
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, 2, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentNullException is not thrown when bytes is a null reference  ");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentOutOfRangeException is not thrown when charIndex is less than zero  ");
-
-        try
-        {
-            Byte[] bytes;
-            String chars = "UTF8 Encoding Example";
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = chars.Length;
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, -1, 2, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentOutOfRangeException is not thrown when charIndex is less than zero.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: ArgumentOutOfRangeException is not thrown when charCount is less than zero  ");
-
-        try
-        {
-            Byte[] bytes;
-            String chars = "UTF8 Encoding Example";
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = chars.Length;
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, -2, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("104.1", "ArgumentOutOfRangeException is not thrown when charIndex is less than zero.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest5: ArgumentOutOfRangeException is not thrown when byteIndex is less than zero.  ");
-
-        try
-        {
-            Byte[] bytes;
-            String chars = "UTF8 Encoding Example";
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = chars.Length;
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, 2, bytes, -1);
-
-            TestLibrary.TestFramework.LogError("105.1", "ArgumentOutOfRangeException is not thrown whenchar byteIndex is less than zero..");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("105.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest6()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest6: ArgumentOutOfRangeException is not thrown when charIndex and charCount do not denote a valid range in chars.  ");
-
-        try
-        {
-            Byte[] bytes;
-            String chars = "UTF8 Encoding Example";
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = chars.Length;
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, chars.Length, bytes, 0);
-
-            TestLibrary.TestFramework.LogError("106.1", "ArgumentOutOfRangeException is not thrown when charIndex and charCount do not denote a valid range in chars.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("106.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest7()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest7: ArgumentException is not thrown when bytes does not have enough capacity from byteIndex to the end of the array to accommodate the resulting bytes.");
-
-        try
-        {
-            Byte[] bytes;
-            String chars = "UTF8 Encoding Example";
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = chars.Length;
-            bytes = new Byte[byteCount];
-            int bytesEncodedCount = utf8.GetBytes(chars, 1, 2, bytes, bytes.Length);
-
-            TestLibrary.TestFramework.LogError("107.1", "ArgumentException is not thrown when byteIndex is not a valid index in bytes.");
-            retVal = false;
-        }
-        catch (ArgumentException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("107.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetBytes2 test = new UTF8EncodingGetBytes2();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetBytes2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetcharcount.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetcharcount.cs
deleted file mode 100644 (file)
index f81c6d7..0000000
+++ /dev/null
@@ -1,234 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetByteCount(System.Char[],System.Int32,System.Int32) [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetCharCount
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetByteCount with a non-null Byte[]");
-
-        try
-        {
-            Byte[] bytes = new Byte[] {
-                                         85,  84,  70,  56,  32,  69, 110,
-                                         99, 111, 100, 105, 110, 103,  32,
-                                         69, 120,  97, 109, 112, 108, 101};
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int charCount = utf8.GetCharCount(bytes, 2, 8);
-
-            if (charCount != 8)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method GetByteCount Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method GetByteCount with a null Byte[]");
-
-        try
-        {
-            Byte[] bytes = new Byte[] { };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int charCount = utf8.GetCharCount(bytes, 0, 0);
-
-            if (charCount != 0)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method GetByteCount Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown when bytes is a null reference");
-
-        try
-        {
-            Byte[] bytes = null;
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int charCount = utf8.GetCharCount(bytes, 2, 8);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown when bytes is a null reference.");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentOutOfRangeException is not thrown when index is less than zero.");
-
-        try
-        {
-            Byte[] bytes = new Byte[] {
-                                         85,  84,  70,  56,  32,  69, 110,
-                                         99, 111, 100, 105, 110, 103,  32,
-                                         69, 120,  97, 109, 112, 108, 101};
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int charCount = utf8.GetCharCount(bytes, -1, 8);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentNullException is not thrown when index is less than zero..");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentOutOfRangeException is not thrown when count is less than zero.");
-
-        try
-        {
-            Byte[] bytes = new Byte[] {
-                                         85,  84,  70,  56,  32,  69, 110,
-                                         99, 111, 100, 105, 110, 103,  32,
-                                         69, 120,  97, 109, 112, 108, 101};
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int charCount = utf8.GetCharCount(bytes, 2, -1);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentNullException is not thrown when count is less than zero..");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: ArgumentOutOfRangeException is not thrown when index and count do not denote a valid range in bytes.");
-
-        try
-        {
-            Byte[] bytes = new Byte[] {
-                                         85,  84,  70,  56,  32,  69, 110,
-                                         99, 111, 100, 105, 110, 103,  32,
-                                         69, 120,  97, 109, 112, 108, 101};
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int charCount = utf8.GetCharCount(bytes, 2, bytes.Length);
-
-            TestLibrary.TestFramework.LogError("104.1", "ArgumentNullException is not thrown whenindex and count do not denote a valid range in bytes.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetCharCount test = new UTF8EncodingGetCharCount();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetCharCount");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetchars.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetchars.cs
deleted file mode 100644 (file)
index eb3df09..0000000
+++ /dev/null
@@ -1,372 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetChars
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-        retVal = NegTest5() && retVal;
-        retVal = NegTest6() && retVal;
-        retVal = NegTest7() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetChars with non-null chars");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            int charsEncodedCount = utf8.GetChars(bytes, 1, 2, chars, 0);
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Verify method GetChars with null chars");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] { };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 0, 0);
-            bytes = new Byte[byteCount];
-            int charsEncodedCount = utf8.GetChars(bytes, 0, 0, chars, 0);
-
-            if (charsEncodedCount != 0)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method GetChars Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.1", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown when bytes is a null reference ");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = null;
-            int charsEncodedCount = utf8.GetChars(bytes, 1, 2, chars, 0);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown when bytes is a null reference ");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentNullException is not thrown when chars is a null reference  ");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            chars = null;
-            int charsEncodedCount = utf8.GetChars(bytes, 1, 2, chars, 0);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentNullException is not thrown when chars is a null reference  ");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentOutOfRangeException is not thrown when byteIndex is less than zero  ");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            int charsEncodedCount = utf8.GetChars(bytes, -1, 2, chars, 0);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentOutOfRangeException is not thrown when charIndex is less than zero.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: ArgumentOutOfRangeException is not thrown when byteCount is less than zero  ");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            int charsEncodedCount = utf8.GetChars(bytes, 1, -2, chars, 0);
-
-            TestLibrary.TestFramework.LogError("104.1", "ArgumentOutOfRangeException is not thrown when byteIndex is less than zero.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest5()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest5: ArgumentOutOfRangeException is not thrown when charIndex is less than zero.  ");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            int charsEncodedCount = utf8.GetChars(bytes, 1, 2, chars, -1);
-
-            TestLibrary.TestFramework.LogError("105.1", "ArgumentOutOfRangeException is not thrown whenchar charIndex is less than zero..");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("105.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest6()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest6: ArgumentOutOfRangeException is not thrown when byteIndex and byteCount do not denote a valid range in chars.  ");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            int charsEncodedCount = utf8.GetChars(bytes, 2, 2, chars, 1);
-
-            TestLibrary.TestFramework.LogError("106.1", "ArgumentOutOfRangeException is not thrown when byteIndex and byteCount do not denote a valid range in chars.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("106.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest7()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest7: ArgumentException is not thrown when chars does not have enough capacity from charIndex to the end of the array to accommodate the resulting characters");
-
-        try
-        {
-            Byte[] bytes;
-            Char[] chars = new Char[] {
-                            '\u0023', 
-                            '\u0025', 
-                            '\u03a0', 
-                            '\u03a3'  };
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-
-            int byteCount = utf8.GetByteCount(chars, 1, 2);
-            bytes = new Byte[byteCount];
-            int charsEncodedCount = utf8.GetChars(bytes, 1, 2, chars, chars.Length);
-
-            TestLibrary.TestFramework.LogError("107.1", "ArgumentException is not thrown when byteIndex is not a valid index in bytes.");
-            retVal = false;
-        }
-        catch (ArgumentException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("107.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetChars test = new UTF8EncodingGetChars();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetChars");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetdecoder.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetdecoder.cs
deleted file mode 100644 (file)
index 2688f8b..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetDecoder [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetDecoder
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetDecoder");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding();
-            Decoder decoder = utf8.GetDecoder();
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetDecoder test = new UTF8EncodingGetDecoder();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetDecoder");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetencoder.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetencoder.cs
deleted file mode 100644 (file)
index 328ccc2..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetEncoder [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetEncoder
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetEncoder");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding();
-            Encoder encoder = utf8.GetEncoder();
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetEncoder test = new UTF8EncodingGetEncoder();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetEncoder");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggethashcode.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggethashcode.cs
deleted file mode 100644 (file)
index 689a7ec..0000000
+++ /dev/null
@@ -1,133 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetHashCode [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetHashCode
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Two return value equals with two ref of a instance");
-
-        try
-        {
-            UTF8Encoding utf8a = new UTF8Encoding();
-            UTF8Encoding utf8b = utf8a;
-
-            if (utf8a.GetHashCode()!=utf8b.GetHashCode())
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Method GetHashCode Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Two return value is not equal with two instance");
-
-        try
-        {
-            UTF8Encoding utf8a = new UTF8Encoding(true);
-            UTF8Encoding utf8b = new UTF8Encoding(true,true);
-
-            if (utf8a.GetHashCode() == utf8b.GetHashCode())
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Method GetHashCode Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetHashCode test = new UTF8EncodingGetHashCode();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetHashCode");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetmaxbytecount.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetmaxbytecount.cs
deleted file mode 100644 (file)
index 0b2cca2..0000000
+++ /dev/null
@@ -1,105 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetMaxByteCount(System.Int32) [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetMaxByteCount
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetMaxByteCount");
-
-        try
-        {
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int charCount = 0;
-            int maxByteCount = utf8.GetMaxByteCount(charCount);
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentOutOfRangeException is not thrown when charCount is less than zero.");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int charCount = -1;
-            int maxByteCount = utf8.GetMaxByteCount(charCount);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentOutOfRangeException is not thrown when charCount is less than zero. ");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetMaxByteCount test = new UTF8EncodingGetMaxByteCount();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetMaxByteCount");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetmaxcharcount.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetmaxcharcount.cs
deleted file mode 100644 (file)
index d583b37..0000000
+++ /dev/null
@@ -1,104 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetMaxCharCount(System.Int32) [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetMaxCharCount
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetMaxCharCount");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int byteCount = 8;
-            int maxCharCount = utf8.GetMaxCharCount(byteCount);
-
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentOutOfRangeException is not thrown when byteCount is less than zero.");
-
-        try
-        {
-            UTF8Encoding utf8 = new UTF8Encoding();
-            int byteCount = -1;
-            int maxCharCount = utf8.GetMaxCharCount(byteCount);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentOutOfRangeException is not thrown when byteCount is less than zero.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetMaxCharCount test = new UTF8EncodingGetMaxCharCount();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetMaxCharCount");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetpreamble.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetpreamble.cs
deleted file mode 100644 (file)
index 0293f04..0000000
+++ /dev/null
@@ -1,100 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetPreamble [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetPreamble
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify method GetPreamble");
-
-        try
-        {
-            UTF8Encoding UTF8NoPreamble = new UTF8Encoding();
-            Byte[] preamble;
-
-            preamble = UTF8NoPreamble.GetPreamble();
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetPreamble test = new UTF8EncodingGetPreamble();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetPreamble");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetstring.cs b/tests/src/CoreMangLib/cti/system/text/utf8encoding/utf8encodinggetstring.cs
deleted file mode 100644 (file)
index b88f381..0000000
+++ /dev/null
@@ -1,201 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-using System.Text;
-
-/// <summary>
-/// GetString(System.Byte[],System.Int32,System.Int32) [v-jianq]
-/// </summary>
-
-public class UTF8EncodingGetString
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        retVal = NegTest1() && retVal;
-        retVal = NegTest2() && retVal;
-        retVal = NegTest3() && retVal;
-        retVal = NegTest4() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: ");
-
-        try
-        {
-            Byte[] bytes = new Byte[] {
-                             85,  84,  70,  56,  32,  69, 110,
-                             99, 111, 100, 105, 110, 103,  32,
-                             69, 120,  97, 109, 112, 108, 101};
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            string str = utf8.GetString(bytes, 0, bytes.Length);
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    public bool NegTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest1: ArgumentNullException is not thrown when bytes is a null reference");
-
-        try
-        {
-            Byte[] bytes = null;
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            string str = utf8.GetString(bytes, 0, 2);
-
-            TestLibrary.TestFramework.LogError("101.1", "ArgumentNullException is not thrown when bytes is a null reference.");
-            retVal = false;
-        }
-        catch (ArgumentNullException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("101.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest2: ArgumentOutOfRangeException is not thrown when index is less than zero.");
-
-        try
-        {
-            Byte[] bytes = new Byte[] {
-                             85,  84,  70,  56,  32,  69, 110,
-                             99, 111, 100, 105, 110, 103,  32,
-                             69, 120,  97, 109, 112, 108, 101};
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            string str = utf8.GetString(bytes, -1, bytes.Length);
-
-            TestLibrary.TestFramework.LogError("102.1", "ArgumentNullException is not thrown when index is less than zero..");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("102.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest3: ArgumentOutOfRangeException is not thrown when count is less than zero.");
-
-        try
-        {
-            Byte[] bytes = new Byte[] {
-                             85,  84,  70,  56,  32,  69, 110,
-                             99, 111, 100, 105, 110, 103,  32,
-                             69, 120,  97, 109, 112, 108, 101};
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            string str = utf8.GetString(bytes, 0, -1);
-
-            TestLibrary.TestFramework.LogError("103.1", "ArgumentNullException is not thrown when count is less than zero..");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("103.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool NegTest4()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("NegTest4: ArgumentOutOfRangeException is not thrown when index and count do not denote a valid range in bytes.");
-
-        try
-        {
-            Byte[] bytes = new Byte[] {
-                             85,  84,  70,  56,  32,  69, 110,
-                             99, 111, 100, 105, 110, 103,  32,
-                             69, 120,  97, 109, 112, 108, 101};
-
-            UTF8Encoding utf8 = new UTF8Encoding();
-            string str = utf8.GetString(bytes, 1, bytes.Length);
-
-            TestLibrary.TestFramework.LogError("104.1", "ArgumentNullException is not thrown whenindex and count do not denote a valid range in bytes.");
-            retVal = false;
-        }
-        catch (ArgumentOutOfRangeException) { }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("104.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        UTF8EncodingGetString test = new UTF8EncodingGetString();
-
-        TestLibrary.TestFramework.BeginTestCase("UTF8EncodingGetString");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor1.csproj b/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor1.csproj
deleted file mode 100644 (file)
index 393cc28..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="timeoutexceptionctor1.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor2.csproj b/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor2.csproj
deleted file mode 100644 (file)
index fcd545d..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="timeoutexceptionctor2.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor3.csproj b/tests/src/CoreMangLib/cti/system/timeoutexception/TimeoutExceptionCtor3.csproj
deleted file mode 100644 (file)
index 33d06b9..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="timeoutexceptionctor3.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/timeoutexceptionctor1.cs b/tests/src/CoreMangLib/cti/system/timeoutexception/timeoutexceptionctor1.cs
deleted file mode 100644 (file)
index 5ace12b..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ctor [v-yishi]
-/// </summary>
-public class TimeoutExceptionCtor1
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call ctor to create a new instance");
-
-        try
-        {
-            TimeoutException ex = new TimeoutException();
-            if (ex == null)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Calling ctor returns null reference");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TimeoutExceptionCtor1 test = new TimeoutExceptionCtor1();
-
-        TestLibrary.TestFramework.BeginTestCase("TimeoutExceptionCtor1");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/timeoutexceptionctor2.cs b/tests/src/CoreMangLib/cti/system/timeoutexception/timeoutexceptionctor2.cs
deleted file mode 100644 (file)
index 08ee986..0000000
+++ /dev/null
@@ -1,147 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// ctor(System.String) [v-yishi]
-/// </summary>
-public class TimeoutExceptionCtor2
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call ctor with null");
-
-        try
-        {
-            TimeoutException ex = new TimeoutException(null);
-            if (null == ex)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Calling ctor will null returns null reference");
-                retVal = false;
-            }
-
-            string message = ex.Message;
-            // using default message
-            if (message == null)
-            {
-                TestLibrary.TestFramework.LogError("001.2", "Calling ctor will null returns null message");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Call ctor with string.Empty");
-
-        try
-        {
-            TimeoutException ex = new TimeoutException(string.Empty);
-            if (null == ex)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Calling ctor will string.Empty returns null reference");
-                retVal = false;
-            }
-
-            string message = ex.Message;
-            // using default message
-            if (message == null)
-            {
-                TestLibrary.TestFramework.LogError("002.2", "Calling ctor will string.Empty returns null message");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Call ctor with rand message");
-
-        try
-        {
-            string expected = TestLibrary.Generator.GetString(-55, false, 1, 256);
-            TimeoutException ex = new TimeoutException(expected);
-            if (null == ex)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Calling ctor will rand message returns null reference");
-                retVal = false;
-            }
-
-            string message = ex.Message;
-            // using default message
-            if (message != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.2", "Calling ctor will rand message returns null message");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] message = " + message + ", expected = " + expected);
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TimeoutExceptionCtor2 test = new TimeoutExceptionCtor2();
-
-        TestLibrary.TestFramework.BeginTestCase("TimeoutExceptionCtor2");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/timeoutexception/timeoutexceptionctor3.cs b/tests/src/CoreMangLib/cti/system/timeoutexception/timeoutexceptionctor3.cs
deleted file mode 100644 (file)
index 4e167f3..0000000
+++ /dev/null
@@ -1,176 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-public class TestException : Exception
-{
-}
-
-/// <summary>
-/// ctor(System.String,System.Exception) [v-yishi]
-/// </summary>
-public class TimeoutExceptionCtor3
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        retVal = PosTest2() && retVal;
-        retVal = PosTest3() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Call ctor with null");
-
-        try
-        {
-            TimeoutException ex = new TimeoutException(null, null);
-            if (null == ex)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "Calling ctor will null returns null reference");
-                retVal = false;
-            }
-
-            string message = ex.Message;
-            // using default message
-            if (message == null)
-            {
-                TestLibrary.TestFramework.LogError("001.2", "Calling ctor will null returns null message");
-                retVal = false;
-            }
-
-            Exception innerException = ex.InnerException;
-            // using default message
-            if (innerException != null)
-            {
-                TestLibrary.TestFramework.LogError("001.3", "Calling ctor will null returns not null innerException");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest2()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest2: Call ctor with string.Empty");
-
-        try
-        {
-            TimeoutException ex = new TimeoutException(string.Empty, null);
-            if (null == ex)
-            {
-                TestLibrary.TestFramework.LogError("002.1", "Calling ctor will string.Empty returns null reference");
-                retVal = false;
-            }
-
-            string message = ex.Message;
-            // using default message
-            if (message == null)
-            {
-                TestLibrary.TestFramework.LogError("002.2", "Calling ctor will string.Empty returns null message");
-                retVal = false;
-            }
-
-            Exception innerException = ex.InnerException;
-            // using default message
-            if (innerException != null)
-            {
-                TestLibrary.TestFramework.LogError("002.3", "Calling ctor will string.Empty returns not null innerException");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("002.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-
-    public bool PosTest3()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.BeginScenario("PosTest3: Call ctor with rand message");
-
-        try
-        {
-            string expected = TestLibrary.Generator.GetString(-55, false, 1, 256);
-            Exception expectedException = new TestException();
-            TimeoutException ex = new TimeoutException(expected, expectedException);
-            if (null == ex)
-            {
-                TestLibrary.TestFramework.LogError("003.1", "Calling ctor will rand message returns null reference");
-                retVal = false;
-            }
-
-            string message = ex.Message;
-            // using default message
-            if (message != expected)
-            {
-                TestLibrary.TestFramework.LogError("003.2", "Calling ctor will rand message returns null message");
-                TestLibrary.TestFramework.LogInformation("WARNING [LOCAL VARIABLES] message = " + message + ", expected = " + expected);
-                retVal = false;
-            }
-
-            Exception innerException = ex.InnerException;
-            // using default message
-            if (innerException != expectedException)
-            {
-                TestLibrary.TestFramework.LogError("003.3", "Calling ctor will string.Empty returns wrong inner exception");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("003.0", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TimeoutExceptionCtor3 test = new TimeoutExceptionCtor3();
-
-        TestLibrary.TestFramework.BeginTestCase("TimeoutExceptionCtor3");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeBoolean.csproj
deleted file mode 100644 (file)
index 532d2fe..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodeboolean.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeByte.csproj
deleted file mode 100644 (file)
index 28fbd7b..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodebyte.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeChar.csproj
deleted file mode 100644 (file)
index b91cb7e..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodechar.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDateTime.csproj
deleted file mode 100644 (file)
index 89cdfc0..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodedatetime.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDecimal.csproj
deleted file mode 100644 (file)
index ca1902c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodedecimal.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeDouble.csproj
deleted file mode 100644 (file)
index baa51eb..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodedouble.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeEmpty.csproj
deleted file mode 100644 (file)
index 704112a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodeempty.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt16.csproj
deleted file mode 100644 (file)
index 0d1e7e3..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodeint16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt32.csproj
deleted file mode 100644 (file)
index 4f34e1c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodeint32.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeInt64.csproj
deleted file mode 100644 (file)
index 2b1ff88..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodeint64.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeObject.csproj
deleted file mode 100644 (file)
index df43c6f..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodeobject.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSByte.csproj
deleted file mode 100644 (file)
index 95815ae..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodesbyte.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeSingle.csproj
deleted file mode 100644 (file)
index 6b410cc..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodesingle.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeString.csproj
deleted file mode 100644 (file)
index 5864335..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodestring.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt16.csproj
deleted file mode 100644 (file)
index ff38b60..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodeuint16.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt32.csproj
deleted file mode 100644 (file)
index 39a4e39..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodeuint32.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj b/tests/src/CoreMangLib/cti/system/typecode/TypeCodeUInt64.csproj
deleted file mode 100644 (file)
index b6f37f9..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
-    <OutputType>Exe</OutputType>
-    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
-    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
-    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <CLRTestKind>BuildAndRun</CLRTestKind>
-    <CLRTestPriority>1</CLRTestPriority>
-  </PropertyGroup>
-  <!-- Default configurations to help VS understand the configurations -->
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-  </PropertyGroup>
-  <ItemGroup>
-    <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
-      <Visible>False</Visible>
-    </CodeAnalysisDependentAssemblyPaths>
-  </ItemGroup>
-  <ItemGroup>
-    <!-- Add Compile Object Here -->
-    <Compile Include="typecodeuint64.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="$(SourceDir)Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
-  </ItemGroup>
-  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-  <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
-  </PropertyGroup>
-</Project>
-
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodeboolean.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodeboolean.cs
deleted file mode 100644 (file)
index 4780793..0000000
+++ /dev/null
@@ -1,103 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Boolean
-/// </summary>
-
-public class TypeCodeBoolean
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.Boolean .");
-
-        try
-        {
-            int i = (int)TypeCode.Boolean;
-
-            if (i != 3)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.Boolean Err.");
-                retVal = false;
-            }
-                
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeBoolean test = new TypeCodeBoolean();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeBoolean");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodebyte.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodebyte.cs
deleted file mode 100644 (file)
index d13d548..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Byte
-/// </summary>
-
-public class TypeCodeByte
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.Byte .");
-
-        try
-        {
-            int i = (int)TypeCode.Byte;
-
-            if (i != 6)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.Byte Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.1", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeByte test = new TypeCodeByte();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeByte");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodechar.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodechar.cs
deleted file mode 100644 (file)
index 9597efd..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Char
-/// </summary>
-
-public class TypeCodeChar
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.Char .");
-
-        try
-        {
-            int i = (int)TypeCode.Char;
-
-            if (i != 4)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.Char Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeChar test = new TypeCodeChar();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeChar");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodedatetime.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodedatetime.cs
deleted file mode 100644 (file)
index 6690e6a..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// DateTime
-/// </summary>
-
-public class TypeCodeDateTime
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.DateTime .");
-
-        try
-        {
-            int i = (int)TypeCode.DateTime;
-
-            if (i != 16)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.DateTime Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeDateTime test = new TypeCodeDateTime();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeDateTime");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodedecimal.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodedecimal.cs
deleted file mode 100644 (file)
index 3b4adf2..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Decimal
-/// </summary>
-
-public class TypeCodeDecimal
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.Decimal .");
-
-        try
-        {
-            int i = (int)TypeCode.Decimal;
-
-            if (i != 15)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.Decimal Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeDecimal test = new TypeCodeDecimal();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeDecimal");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodedouble.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodedouble.cs
deleted file mode 100644 (file)
index 6f636f0..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Double
-/// </summary>
-
-public class TypeCodeDouble
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.Double .");
-
-        try
-        {
-            int i = (int)TypeCode.Double;
-
-            if (i != 14)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.Double Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeDouble test = new TypeCodeDouble();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeDouble");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodeempty.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodeempty.cs
deleted file mode 100644 (file)
index 8f2ec18..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Empty
-/// </summary>
-
-public class TypeCodeEmpty
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.Empty .");
-
-        try
-        {
-            int i = (int)TypeCode.Empty;
-
-            if (i != 0)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.Empty Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeEmpty test = new TypeCodeEmpty();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeEmpty");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodeint16.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodeint16.cs
deleted file mode 100644 (file)
index 078a53d..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Int16
-/// </summary>
-
-public class TypeCodeInt16
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.Int16 .");
-
-        try
-        {
-            int i = (int)TypeCode.Int16;
-
-            if (i != 7)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.Int16 Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeInt16 test = new TypeCodeInt16();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeInt16");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodeint32.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodeint32.cs
deleted file mode 100644 (file)
index 57f0212..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Int32
-/// </summary>
-
-public class TypeCodeInt32
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.Int32 .");
-
-        try
-        {
-            int i = (int)TypeCode.Int32;
-
-            if (i != 9)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.Int32 Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeInt32 test = new TypeCodeInt32();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeInt32");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodeint64.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodeint64.cs
deleted file mode 100644 (file)
index 0d31c16..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Int64
-/// </summary>
-
-public class TypeCodeInt64
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.Int64 .");
-
-        try
-        {
-            int i = (int)TypeCode.Int64;
-
-            if (i != 11)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.Int64 Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeInt64 test = new TypeCodeInt64();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeInt64");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodeobject.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodeobject.cs
deleted file mode 100644 (file)
index f837840..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Object
-/// </summary>
-
-public class TypeCodeObject
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.Object .");
-
-        try
-        {
-            int i = (int)TypeCode.Object;
-
-            if (i != 1)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.Object Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeObject test = new TypeCodeObject();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeObject");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodesbyte.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodesbyte.cs
deleted file mode 100644 (file)
index da35dc7..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// SByte
-/// </summary>
-
-public class TypeCodeSByte
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.SByte .");
-
-        try
-        {
-            int i = (int)TypeCode.SByte;
-
-            if (i != 5)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.SByte Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeSByte test = new TypeCodeSByte();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeSByte");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodesingle.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodesingle.cs
deleted file mode 100644 (file)
index a4bfcb8..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// Single
-/// </summary>
-
-public class TypeCodeSingle
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.Single .");
-
-        try
-        {
-            int i = (int)TypeCode.Single;
-
-            if (i != 13)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.Single Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeSingle test = new TypeCodeSingle();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeSingle");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodestring.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodestring.cs
deleted file mode 100644 (file)
index e14a98f..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// String
-/// </summary>
-
-public class TypeCodeString
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.String .");
-
-        try
-        {
-            int i = (int)TypeCode.String;
-
-            if (i != 18)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.String Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeString test = new TypeCodeString();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeString");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodeuint16.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodeuint16.cs
deleted file mode 100644 (file)
index a732adb..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// UInt16
-/// </summary>
-
-public class TypeCodeUInt16
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.UInt16 .");
-
-        try
-        {
-            int i = (int)TypeCode.UInt16;
-
-            if (i != 8)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.UInt16 Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeUInt16 test = new TypeCodeUInt16();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeUInt16");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodeuint32.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodeuint32.cs
deleted file mode 100644 (file)
index 5d89796..0000000
+++ /dev/null
@@ -1,98 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-public class TypeCodeUInt32
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.UInt32 .");
-
-        try
-        {
-            int i = (int)TypeCode.UInt32;
-
-            if (i != 10)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.UInt32 Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeUInt32 test = new TypeCodeUInt32();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeUInt32");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}
diff --git a/tests/src/CoreMangLib/cti/system/typecode/typecodeuint64.cs b/tests/src/CoreMangLib/cti/system/typecode/typecodeuint64.cs
deleted file mode 100644 (file)
index e05714d..0000000
+++ /dev/null
@@ -1,102 +0,0 @@
-// Licensed to the .NET Foundation under one or more agreements.
-// The .NET Foundation licenses this file to you under the MIT license.
-// See the LICENSE file in the project root for more information.
-using System;
-
-/// <summary>
-/// UInt64
-/// </summary>
-
-public class TypeCodeUInt64
-{
-    #region Public Methods
-    public bool RunTests()
-    {
-        bool retVal = true;
-
-        TestLibrary.TestFramework.LogInformation("[Positive]");
-        retVal = PosTest1() && retVal;
-        
-        //
-        // TODO: Add your negative test cases here
-        //
-        // TestLibrary.TestFramework.LogInformation("[Negative]");
-        // retVal = NegTest1() && retVal;
-
-        return retVal;
-    }
-
-    #region Positive Test Cases
-    public bool PosTest1()
-    {
-        bool retVal = true;
-
-        // Add your scenario description here
-        TestLibrary.TestFramework.BeginScenario("PosTest1: Verify TypeCode.UInt64 .");
-
-        try
-        {
-            int i = (int)TypeCode.UInt64;
-
-            if (i != 12)
-            {
-                TestLibrary.TestFramework.LogError("001.1", "TypeCode.UInt64 Err.");
-                retVal = false;
-            }
-        }
-        catch (Exception e)
-        {
-            TestLibrary.TestFramework.LogError("001.2", "Unexpected exception: " + e);
-            TestLibrary.TestFramework.LogInformation(e.StackTrace);
-            retVal = false;
-        }
-
-        return retVal;
-    }
-    #endregion
-
-    #region Nagetive Test Cases
-    //public bool NegTest1()
-    //{
-    //    bool retVal = true;
-
-    //    TestLibrary.TestFramework.BeginScenario("NegTest1: ");
-
-    //    try
-    //    {
-    //          //
-    //          // Add your test logic here
-    //          //
-    //    }
-    //    catch (Exception e)
-    //    {
-    //        TestLibrary.TestFramework.LogError("101", "Unexpected exception: " + e);
-    //        TestLibrary.TestFramework.LogInformation(e.StackTrace);
-    //        retVal = false;
-    //    }
-
-    //    return retVal;
-    //}
-    #endregion
-    #endregion
-
-    public static int Main()
-    {
-        TypeCodeUInt64 test = new TypeCodeUInt64();
-
-        TestLibrary.TestFramework.BeginTestCase("TypeCodeUInt64");
-
-        if (test.RunTests())
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("PASS");
-            return 100;
-        }
-        else
-        {
-            TestLibrary.TestFramework.EndTestCase();
-            TestLibrary.TestFramework.LogInformation("FAIL");
-            return 0;
-        }
-    }
-}