dotnet/runtime

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

Open

#1.737 geöffnet am 14. Jan. 2020

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (5.445 Forks)batch import
area-Infrastructurehelp wanted

Repository-Metriken

Stars
 (17.886 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide