提交 6e39439e 编写于 作者: V vsadov
上级 44a0a62a
......@@ -11,7 +11,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestExecutionArguments>""</CLRTestExecutionArguments>
<CLRTestPriority>0</CLRTestPriority>
<CLRTestPriority>1</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
......
......@@ -10,7 +10,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestKind>RunOnly</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
<CLRTestPriority>1</CLRTestPriority>
<CLRTestProjectToRun>CompareExchangeTClass.csproj</CLRTestProjectToRun>
<CLRTestExecutionArguments>"hello world"</CLRTestExecutionArguments>
<GCStressIncompatible>true</GCStressIncompatible>
......
......@@ -11,7 +11,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
<CLRTestPriority>1</CLRTestPriority>
<CLRTestExecutionArguments>"hello"</CLRTestExecutionArguments>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
......
......@@ -11,7 +11,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestKind>BuildAndRun</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
......
......@@ -10,7 +10,7 @@
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>0</CLRTestPriority>
<CLRTestPriority>1</CLRTestPriority>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
......
......@@ -10,7 +10,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestKind>RunOnly</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
<CLRTestPriority>1</CLRTestPriority>
<CLRTestProjectToRun>ExchangeTString.csproj</CLRTestProjectToRun>
<CLRTestExecutionArguments>empty "This is a long string that I am trying to test to be sure that the Exchange can handle this long of a string. If it can not then that is bad and we will have to fix it."</CLRTestExecutionArguments>
<GCStressIncompatible>true</GCStressIncompatible>
......
......@@ -10,7 +10,7 @@
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestKind>RunOnly</CLRTestKind>
<CLRTestPriority>0</CLRTestPriority>
<CLRTestPriority>1</CLRTestPriority>
<CLRTestProjectToRun>ExchangeTString.csproj</CLRTestProjectToRun>
<CLRTestExecutionArguments>null "This is a string"</CLRTestExecutionArguments>
<GCStressIncompatible>true</GCStressIncompatible>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册