1. 30 11月, 2020 1 次提交
  2. 26 11月, 2020 2 次提交
  3. 25 11月, 2020 1 次提交
  4. 18 11月, 2020 3 次提交
  5. 13 11月, 2020 3 次提交
    • D
      [master] Update dependencies from mono/linker (#44557) · 5c65d891
      dotnet-maestro[bot] 提交于
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20560.1 -> To Version 6.0.0-alpha.1.20561.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      5c65d891
    • A
      update assemblyVersion, packageIndex & resources data (#44373) · a505c466
      Anirudh Agnihotry 提交于
      * updated package indes
      
      * Fix the failures in all config build
      
      * add "5.0.0.0" : "5.0.0" entry
      
      * correct the system.net.quic and system.security.access control
      
      * add inbox libraries for net6.0
      
      * fix system.net.quic
      
      * disable closure verify for net6.0
      
      * harvest net5.0 asset and include net6.0 asset in package
      
      * some extra changes reverted
      
      * updating some other assembly verisons
      
      * remove package version and use major and minor version to get the assembly version
      
      * Update Directory.Build.props
      a505c466
    • J
      Switch to new Microsoft.DotNet.SharedFramework.Sdk and refactor Host/Installer... · 86d5d16d
      Jeremy Koritzinsky 提交于
      Switch to new Microsoft.DotNet.SharedFramework.Sdk and refactor Host/Installer build subsets (#38457)
      
      * Start creating runtime, apphost, and targeting packs using the new SDK in the NewSFX subset.
      
      * Fix generation of runtime package, runtime symbols package, and host symbols package.
      
      * Correcly include hosting files and DIA in the shared framework archives and packages
      
      * Include PackageOverrides.txt in the ref pack.
      
      * Fix product brand prefix.
      
      * Add the shared host installer.
      
      * Add the hostfxr build and clean up MacOS building.
      
      * Rename host and hostfxr projects to ensure we don't collide with the nuget packaging projects.
      
      * Add bundle installer.
      
      * Update platform manifest entries to include linux/mac file variations from the runtime.
      
      * Update apphost pack to match master.
      
      * Fix typo
      
      * Include manpages and fix linux package properties.
      
      * Fix linux package properties.
      
      * Match short-description from packages in master.
      
      * Update to uploaded package.
      
      * Update metadata and SDK to generate an exact match of the productbuild xml file.
      
      * First draft moving crossgen2 to new SDK.
      
      * Get crossgen2 pack working with updated SDK.
      
      * Build archives from the installer and bundle projects.
      
      * Move the dotnet-runtime-deps installers to use the new SDK.
      
      * Rough attempt to convert the build to use the new sfx sdk.
      
      * Remove now empty subsets.
      
      * Update installer subsets for testing.
      
      * Remove non-existent packaging project from subsets.
      
      * Add missing Windows api shim dll to platform manifest.
      
      * Update sharedfx sdk.
      
      * Add both versions of the long-name dac to the platform manifest.
      
      * Skip builds for non-relevant components on Mono.
      
      * Remove installer tests by default temporarily to validate product build.
      
      * Remove pkgprojs subset from mono installer build since it doesn't build the hosts.
      
      * Skip the apphost pack on mono.
      
      * Update host test infra to use the new sfx projects.
      
      * Delete an out of date test (the alternative case this test exercises is now the only case in this repo)
      
      * Fix packaging tests and remove NETStandard packaging tests since we aren't producing that ref pack any more.
      
      * Fixes for test official build failures. Re-eneable installer tests by default.
      
      * Fix condition for building linux installers.
      
      * Exclude Mono header files from the deps.json. They don't need to be in it.
      
      * Don't include the host files on the sfxproj.
      
      * Add mono-specific files to the platform manifest.
      
      * Remove extra copy step in installer job.
      
      * Include libmonosgen-2.0.a in platform manifest.
      
      * Fix change in linux-x64 test steps.
      
      * Fix display name of linux package steps.
      
      * Build the installers based on the portable build when applicable so they can find their artifacts.
      
      * The installer build no longer consumes Microsoft.NETCore.Platforms and Microsoft.NETCore.Targets, try removing the dependency on the AllConfigurations leg from the installer build.
      
      * Set PackageBrandNameSuffix for runtime-deps packages.
      
      * Updated sharedfx sdk
      
      * Fix debian runtime-deps dependency elements.
      
      * Add new platform manifest entries.
      
      * Add icudt.dat to the platform manifest.
      
      * Invert conditions to correctly skip generating installers on non-applicable platforms.
      
      * Create extra installer subset so we can build just the installers (and avoid double-building nuget packages). Rename the newsfx subset and folder to sfx.
      
      * Fix Crossgen2 package name.
      
      * Clean up some dead MSBuild goo and update the sharedfx package so we can override the crossgen2 package name without breaking the default package id logic.
      
      * Update SharedFX SDK.
      
      * Fix discovery of the built dotnet layout for installer tests. Clean up some MSBuild along this path.
      
      * Update to use the new refactored packages.
      
      * Fix macOS build failures.
      
      * Fix linux installer build.
      
      * Upgrade to newest version of the SDK and centrally manage versions.
      
      * Update SDK to fix build skipping for the shared framework sdk.
      
      * Update SDK with full fix for skipbuild with packaging.
      
      * Another try for fixing the build-skip infra.
      
      * Upgrade SDK.
      
      * Fix package ids for mono packages.
      
      * Fix installer tests after update.
      
      * Add System.Private.Runtime.InteropServices.Javascript.dll to platform manifest
      
      * Fix Crossgen2 package to place all files in the tools folder.
      
      * Update to SDK with validation targets.
      
      * Add new ICU files to manifest.
      
      * Crossgen2 doesn't need to go through framework resolution so we can permit non-file-versioned dlls. (jitinterface.dll is currently unversioned).
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Put the property in a property group.
      
      * Ensure we build corehost before sfx since we no longer directly build the project from the sfx projects.
      
      * Add missing entry for additional ICU data file.
      
      * Remove step downloading all artifacts and remove MSBuild glue to hook up looking up artifacts in the full download.
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Update SDK
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Update SDK to get MSI fix.
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Don't even try building the hosting, crossgen2, or bundle installers when RuntimeFlavor is Mono.
      
      * Remove out of date comment.
      Signed-off-by: NJeremy Koritzinsky <jekoritz@microsoft.com>
      
      * Rename subsets based on PR discussion.
      
      * Update platform manifest and fix path to 3rd party notices for installer.
      
      * Remove test feed.
      
      * Update subset references I missed.
      
      * Fixed the subset arguments in other yaml files.
      
      * Add NuGet metadata to packs.
      
      * Add diagnostics-specific incremental signing in CoreCLR when the files are produced so the installer portion doesn't need to sign them.
      
      * Pass sign type to job.
      
      * Add new WASM files.
      
      * Enable static graph restore for the whole repo
      
      * Fix nits
      
      * Add back the runtime-deps packages. They were lost when we moved away from globs.
      
      * Don't disable NuGet static graph restore.
      
      * Make sure we sign the cross-arch same-os DAC
      
      * Update installers package.
      
      * Update Installers package from arcade
      
      * Update installers package.
      Co-authored-by: NViktor Hofer <viktor.hofer@microsoft.com>
      86d5d16d
  6. 11 11月, 2020 2 次提交
  7. 10 11月, 2020 1 次提交
  8. 08 11月, 2020 1 次提交
  9. 07 11月, 2020 2 次提交
  10. 06 11月, 2020 1 次提交
  11. 01 11月, 2020 1 次提交
  12. 30 10月, 2020 1 次提交
  13. 29 10月, 2020 2 次提交
    • A
      Bump xharness (#43996) · aca727ac
      Alexander Köplinger 提交于
      Includes a potential fix for https://github.com/dotnet/runtime/issues/43983
      aca727ac
    • D
      [master] Update dependencies from mono/linker dotnet/arcade dotnet/xharness... · 558d4924
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from mono/linker dotnet/arcade dotnet/xharness dotnet/llvm-project dotnet/runtime-assets dotnet/icu (#43822)
      
      * Update dependencies from https://github.com/mono/linker build 20201026.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20525.1 -> To Version 6.0.0-alpha.1.20526.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20201022.2
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20520.8 -> To Version 6.0.0-beta.20522.2
      
      * Update dependencies from https://github.com/dotnet/icu build 20201026.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-alpha.1.20512.1 -> To Version 6.0.0-alpha.1.20526.1
      
      * Update dependencies from https://github.com/mono/linker build 20201026.2
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20525.1 -> To Version 6.0.0-alpha.1.20526.2
      
      * Update dependencies from https://github.com/mono/linker build 20201027.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20525.1 -> To Version 6.0.0-alpha.1.20527.1
      
      * Update dependencies from https://github.com/dotnet/arcade build 20201025.1
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20520.8 -> To Version 6.0.0-beta.20525.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20201027.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20519.2 -> To Version 1.0.0-prerelease.20527.1
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20201026.1
      
      runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.20523.1 -> To Version 9.0.1-alpha.1.20526.1
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20201026.1
      
      System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 5.0.0-beta.20522.4 -> To Version 5.0.0-beta.20526.1
      
      * Update dependencies from https://github.com/mono/linker build 20201027.2
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20525.1 -> To Version 6.0.0-alpha.1.20527.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20201026.10
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20520.8 -> To Version 6.0.0-beta.20526.10
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20201027.1
      
      System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 5.0.0-beta.20522.4 -> To Version 5.0.0-beta.20527.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      558d4924
  14. 26 10月, 2020 1 次提交
  15. 23 10月, 2020 1 次提交
  16. 21 10月, 2020 1 次提交
    • D
      [master] Update dependencies from mono/linker dotnet/arcade dotnet/xharness... · 7eba836d
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from mono/linker dotnet/arcade dotnet/xharness dotnet/llvm-project (#43583)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20201015.7
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20514.1 -> To Version 6.0.0-beta.20515.7
      
      * Update dependencies from https://github.com/dotnet/xharness build 20201019.2
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20516.1 -> To Version 1.0.0-prerelease.20519.2
      
      * Update dependencies from https://github.com/mono/linker build 20201020.1
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20516.1 -> To Version 6.0.0-alpha.1.20520.1
      
      * Update dependencies from https://github.com/mono/linker build 20201020.2
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20516.1 -> To Version 6.0.0-alpha.1.20520.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20201016.5
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 6.0.0-beta.20514.1 -> To Version 6.0.0-beta.20516.5
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20201019.1
      
      runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.20512.1 -> To Version 9.0.1-alpha.1.20519.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      7eba836d
  17. 17 10月, 2020 2 次提交
  18. 13 10月, 2020 3 次提交
  19. 10 10月, 2020 3 次提交
    • J
      Unpin Roslyn compiler (#43241) · 730215a6
      Jan Kotas 提交于
      730215a6
    • D
      [master] Update dependencies from Microsoft/vstest mono/linker (#43224) · 27e98e89
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from Microsoft/vstest mono/linker
      27e98e89
    • D
      [master] Update dependencies from dotnet/arcade dotnet/llvm-project dotnet/icu mono/linker (#43181) · f353158c
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20201006.7
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 5.0.0-beta.20478.3 -> To Version 5.0.0-beta.20506.7
      
      * Update dependencies from https://github.com/mono/linker build 20201008.4
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20478.2 -> To Version 6.0.0-alpha.1.20508.4
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20201006.1
      
      runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.20505.1 -> To Version 9.0.1-alpha.1.20506.1
      
      * Update dependencies from https://github.com/dotnet/icu build 20201006.2
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-alpha.1.20505.1 -> To Version 6.0.0-alpha.1.20506.2
      
      * Update dependencies from https://github.com/mono/linker build 20201009.2
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20478.2 -> To Version 6.0.0-alpha.1.20509.2
      
      * Update dependencies from https://github.com/mono/linker build 20201009.3
      
      Microsoft.NET.ILLink.Tasks
       From Version 6.0.0-alpha.1.20478.2 -> To Version 6.0.0-alpha.1.20509.3
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      f353158c
  20. 09 10月, 2020 1 次提交
    • D
      [master] Update dependencies from dotnet/arcade dotnet/runtime-assets... · 40b8e3de
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from dotnet/arcade dotnet/runtime-assets dotnet/llvm-project dotnet/xharness dotnet/icu (#43084)
      
      * Update dependencies from https://github.com/dotnet/arcade build 20200928.3
      
      Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.SharedFramework.Sdk , Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.ApiCompat
       From Version 5.0.0-beta.20474.4 -> To Version 5.0.0-beta.20478.3
      
      * Update dependencies from https://github.com/dotnet/runtime-assets build 20201005.2
      
      System.ComponentModel.TypeConverter.TestData , System.Drawing.Common.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Windows.Extensions.TestData
       From Version 5.0.0-beta.20476.1 -> To Version 5.0.0-beta.20505.2
      
      * Update dependencies from https://github.com/dotnet/llvm-project build 20201005.1
      
      runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx.10.12-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk
       From Version 9.0.1-alpha.1.20475.1 -> To Version 9.0.1-alpha.1.20505.1
      
      * Update dependencies from https://github.com/dotnet/xharness build 20201005.1
      
      Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Xunit
       From Version 1.0.0-prerelease.20502.4 -> To Version 1.0.0-prerelease.20505.1
      
      * Update dependencies from https://github.com/dotnet/icu build 20201005.1
      
      Microsoft.NETCore.Runtime.ICU.Transport
       From Version 6.0.0-alpha.1.20475.1 -> To Version 6.0.0-alpha.1.20505.1
      
      * Don't downgrade Microsoft.DotNet.Helix.Sdk
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NAlexander Köplinger <alex.koeplinger@outlook.com>
      40b8e3de
  21. 08 10月, 2020 1 次提交
  22. 07 10月, 2020 1 次提交
  23. 05 10月, 2020 2 次提交
    • J
      Reenable MUSL ARM tests (#42202) · 8cb35183
      Jan Vorlicek 提交于
      * Reenable MUSL ARM tests
      
      The packages for MUSL ARM should now be available, so reenable the
      libraries tests in the CI
      
      * Update DotnetHost and DotnetHostPolicy versions
      
      * Add Linux arm musl to libraries queues
      
      * Reenabling the arm32 queue in the coreclr templates queues
      
      * Updated versions by darc tool, reverted libraries/helix-queues-setup.yml
      8cb35183
    • A
      Improve WASM test output via xharness (#42860) · bd33fc4e
      Alexander Köplinger 提交于
      With https://github.com/dotnet/xharness/pull/315 we can now make the test output similar to the regular xunit desktop runner.
      It no longer prints the passed tests by default, only failing tests. To get the old behavior, add the `-v` flag back to xharness in tests.mobile.targets or check the new wasm-console.log file in the xharness-output folder.
      
      ```
        XHarness command issued: wasm test --app=. --engine=V8 --engine-arg=--stack-trace-limit=1000 --js-file=runtime.js --output-directory=/Users/alexander/dev/runtime/artifacts/bin/System.Runtime.Handles.Tests/net5.0-Release/browser-wasm/AppBundle/xharness-output -- --run WasmTestRunner.dll System.Runtime.Handles.Tests.dll -notrait category=OuterLoop -notrait category=failing
        info: 21:57:45.3244690 v8 --expose_wasm --stack-trace-limit=1000 runtime.js -- --run WasmTestRunner.dll System.Runtime.Handles.Tests.dll -notrait category=OuterLoop -notrait category=failing
        info: Arguments: --run,WasmTestRunner.dll,System.Runtime.Handles.Tests.dll,-notrait,category=OuterLoop,-notrait,category=failing
        info: console.debug: MONO_WASM: Initializing mono runtime
        info: console.debug: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode
        info: console.debug: mono_wasm_runtime_ready fe00e07a-5519-4dfe-b35a-f867dbaf2e28
        info: Initializing.....
        info: Discovering: System.Runtime.Handles.Tests.dll (method display = ClassAndMethod, method display options = None)
        info: Discovered:  System.Runtime.Handles.Tests.dll (found 14 of 15 test cases)
        info: Starting:    System.Runtime.Handles.Tests.dll
        fail: [FAIL] SafeWaitHandleTests.SafeWaitHandle_False
        info: Assert.False() Failure
        info: Expected: False
        info: Actual:   True
        info:    at SafeWaitHandleTests.SafeWaitHandle_False()
        info:    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
        info: Finished:    System.Runtime.Handles.Tests.dll
        info:
        info: === TEST EXECUTION SUMMARY ===
        info: Total: 14, Errors: 0, Failed: 1, Skipped: 0, Time: 0.097211s
        info:
        info: 21:57:46.3323620 Process exited with 1
      ```
      bd33fc4e
  24. 29 9月, 2020 1 次提交
  25. 24 9月, 2020 1 次提交
  26. 23 9月, 2020 1 次提交
    • D
      [master] Update dependencies from dotnet/xharness mono/linker dotnet/arcade... · fc296c53
      dotnet-maestro[bot] 提交于
      [master] Update dependencies from dotnet/xharness mono/linker dotnet/arcade Microsoft/vstest dotnet/llvm-project dotnet/icu (#42201)
      
      [master] Update dependencies from dotnet/xharness mono/linker dotnet/arcade Microsoft/vstest dotnet/llvm-project dotnet/icu
      
      
       - Merge branch 'master' into darc-master-c2f56120-c0a9-49ac-83ec-d0550f2e6a36
      
       - Fix merge conflict
      
       - Revert override of local changes to send-to-helix.yml
      
       - Fix path to ILLink.Tasks.dll
      
       - Revert override of local changes to send-to-helix.yml
      
       - Revert override of local changes to send-to-helix.yml
      
       - Fix path to ILLink.Tasks.dll
      
       - Fix another path to ILLink.Tasks.dll
      fc296c53