Insert new bits of TPv2 and enable blame data collector

This commit is contained in:
faahmad 2017-08-10 18:55:06 +05:30
parent 90683b8cbb
commit ecd6c47d2e
16 changed files with 74 additions and 1 deletions

View file

@ -18,7 +18,7 @@
<CLI_NuGet_Version>4.3.0-rtm-4382</CLI_NuGet_Version>
<CLI_NETStandardLibraryNETFrameworkVersion>2.0.0-preview3-25514-04</CLI_NETStandardLibraryNETFrameworkVersion>
<CLI_WEBSDK_Version>2.0.0-rel-20170629-588</CLI_WEBSDK_Version>
<CLI_TestPlatform_Version>15.3.0-preview-20170703-02</CLI_TestPlatform_Version>
<CLI_TestPlatform_Version>15.5.0-preview-20170810-02</CLI_TestPlatform_Version>
<SharedFrameworkVersion>$(CLI_SharedFrameworkVersion)</SharedFrameworkVersion>
<SharedHostVersion>$(CLI_SharedFrameworkVersion)</SharedHostVersion>
<HostFxrVersion>$(CLI_SharedFrameworkVersion)</HostFxrVersion>

View file

@ -216,4 +216,7 @@ RunSettings arguments:
<value>Enables data collector for the test run.
More info here : https://aka.ms/vstest-collect</value>
</data>
<data name="CmdBlameDescription" xml:space="preserve">
<value>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</value>
</data>
</root>

View file

@ -85,6 +85,11 @@ namespace Microsoft.DotNet.Cli
Accept.OneOrMoreArguments()
.With(name: LocalizableStrings.cmdCollectFriendlyName)
.ForwardAsSingle(o => $"/p:VSTestCollect=\"{string.Join(";", o.Arguments)}\"")),
Create.Option(
"--blame",
LocalizableStrings.CmdBlameDescription,
Accept.NoArguments()
.ForwardAsSingle(o => "/p:VSTestBlame=true")),
CommonOptions.NoRestoreOption(),
CommonOptions.VerbosityOption());

View file

@ -173,6 +173,11 @@ Argumenty RunSettings:
Další informace: https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -173,6 +173,11 @@ RunSettings-Argumente:
Weitere Informationen finden Sie hier: https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -173,6 +173,11 @@ Argumentos RunSettings:
Más información aquí: https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -173,6 +173,11 @@ Arguments de RunSettings :
Plus d'informations ici : https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -173,6 +173,11 @@ Argomenti di RunSettings:
Per altre informazioni, vedere: https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -173,6 +173,11 @@ RunSettings 引数:
詳細情報: https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -173,6 +173,11 @@ RunSettings 인수:
자세한 정보: https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -173,6 +173,11 @@ Argumenty RunSettings:
Więcej informacji można znaleźć tutaj: https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -173,6 +173,11 @@ Argumentos RunSettings:
Mais informações aqui: https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -173,6 +173,11 @@ RunSettings arguments:
Дополнительные сведения: https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -173,6 +173,11 @@ RunSettings bağımsız değişkenleri:
Daha fazla bilgi için bkz. https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -173,6 +173,11 @@ RunSettings 参数:
有关详细信息,请访问: https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>

View file

@ -173,6 +173,11 @@ RunSettings 引數:
如需詳細資訊,請參閱: https://aka.ms/vstest-collect</target>
<note />
</trans-unit>
<trans-unit id="CmdBlameDescription">
<source>Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</source>
<target state="new">Runs the test in blame mode. This option is helpful in isolating the problematic test causing test host crash. It creates an output file in the current directory as "Sequence.xml", that captures the order of execution of test before the crash.</target>
<note />
</trans-unit>
</body>
</file>
</xliff>