dotnet/runtime

coreclr test run files TestRun.html and TestRun.xml should be os/arch/flavor distinguished

Open

#1 737 ouverte le 14 janv. 2020

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)C# (5 445 forks)batch import
area-Infrastructurehelp wanted

Métriques du dépôt

Stars
 (17 886 stars)
Métriques de merge PR
 (Merge moyen 12j 11h) (661 PRs mergées en 30 j)

Description

Initial cost estimate: 2 days Initial contacts: @trylek, @ViktorHofer

Doing a test run using src\coreclr\runtest.cmd generates a TestRun.html and TestRun.xml file in artifacts\log. These filenames should also have OS/arch/build flavor so as to be unique w.r.t. different test runs, e.g.: TestRun_Windows_NT_x64_Checked.xml.

Guide contributeur