Skip to content

Add vscode tasks to run tests in all frameworks#43568

Merged
RikkiGibson merged 1 commit intodotnet:masterfrom
RikkiGibson:vscode-test-all-frameworks
Apr 23, 2020
Merged

Add vscode tasks to run tests in all frameworks#43568
RikkiGibson merged 1 commit intodotnet:masterfrom
RikkiGibson:vscode-test-all-frameworks

Conversation

@RikkiGibson
Copy link
Member

Follow up to #43434

The new tasks will run tests in all the frameworks available in the environment.

So that you can look at the log files for either framework, we use a LogFilePrefix instead of a LogFileName. Test log files now look like this: .\roslyn\artifacts\TestResults\CodeGenConstructorInitTests.cs_net472_20200422132235.html.

The script will automatically clean out the log files for the previous run of a given file or project so that we don't indefinitely write more and more and more HTML files to disk every time you run tests with this task.

@RikkiGibson RikkiGibson added Area-Infrastructure Test Test failures in roslyn-CI labels Apr 22, 2020
@RikkiGibson RikkiGibson requested a review from a team as a code owner April 22, 2020 20:27
@RikkiGibson RikkiGibson merged commit 8656f1d into dotnet:master Apr 23, 2020
@ghost ghost added this to the Next milestone Apr 23, 2020
@RikkiGibson RikkiGibson deleted the vscode-test-all-frameworks branch April 23, 2020 19:44
@sharwell sharwell modified the milestones: Next, temp, 16.7.P1 Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-Infrastructure Test Test failures in roslyn-CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants