From 6906bbd23a36c5f32a69beeaf00013dfe9e391bf Mon Sep 17 00:00:00 2001 From: Kyungwoo Lee Date: Wed, 6 Apr 2016 09:23:31 -0700 Subject: ARM64: Test.lst update with the latest lab run Fixes https://github.com/dotnet/coreclr/issues/4028 Enabled a few more PASS tests as well based on the lab results. --- netci.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'netci.groovy') diff --git a/netci.groovy b/netci.groovy index da68748993..57acb36513 100755 --- a/netci.groovy +++ b/netci.groovy @@ -1054,12 +1054,11 @@ combinedScenarios.each { scenario -> // Debug runs take too long to run. if (lowerConfiguration != "debug") { buildCommands += "Z:\\arm64\\common\\scripts\\arm64PostBuild.cmd %WORKSPACE% ${architecture} ${lowerConfiguration}" + Utilities.addXUnitDotNETResults(newJob, 'bin/tests/testResults.xml') } // Add archival. Utilities.addArchival(newJob, "bin/Product/**") - - Utilities.addXUnitDotNETResults(newJob, 'bin/tests/testResults.xml') break default: println("Unknown architecture: ${architecture}"); -- cgit v1.2.3