1. 24 8月, 2022 4 次提交
    • C
      Add tests for exotic external tar asset archives, fix some more corner case bugs (#74412) · c5a0e55a
      Carlos Sanchez 提交于
      * Remove unused _readFirstEntry. Remnant from before we created PaxGlobalExtendedAttributesEntry.
      
      * Set the position of the freshly copied data stream to 0, so the first user access of the DataStream property gives them a stream ready to read from the beginning.
      
      * Process a PAX actual entry's data block only after the extended attributes are analyzed, in case the size is found as an extended attribute and needs to be overriden.
      
      * Add tests to verify the entries of the new external tar assets can be read. Verify their DataStream if available.
      
      * Add copyData argument to recent alignment padding tests.
      
      * Throw an exception sooner and with a clearer message when a data section is unexpected for the entry type.
      
      * Allow trailing nulls and spaces in octal fields.
      Co-authored-by: N@am11 Adeel Mujahid <3840695+am11@users.noreply.github.com>
      
      * Throw a clearer exception if the unsupported sparse file entry type is encountered. These entries have additional data that indicates the locations of sparse bytes, which cannot be read with just the size field. So to avoid accidentally offseting the reader, we throw.
      
      * Tests.
      
      * Rename to TrimLeadingNullsAndSpaces
      Co-authored-by: Ncarlossanlop <carlossanlop@users.noreply.github.com>
      c5a0e55a
    • E
      Disable VerifyXmlResolver test. (#74417) · 97613f3b
      Eirik Tsarpalis 提交于
      97613f3b
    • A
      JIT: finish converting all phases to use common post phase dumps and checks (#74308) · 81312cdd
      Andy Ayers 提交于
      * Rework fgComputeReachability
      * Rework optSetBlockWeights
      * Rework optVnCopyProp
      * Rework things for optRedundantBranches
      
      This has a few small diffs, as I had to disable jump threading in one
      case and generalize how morph updates the loop table.
      
      * Rework optOptimizeValnumCSEs
      * Rework assertion prop
      * Rework range prop
      * Rework second flow opt and edge weight phases
      * Rework fgDetermineFirstColdBlock
      * Rework fgSimpleLowering
      * Rework linear scan
      * Rework placeLoopAlignInstructions
      * Enable checks after fgMorphArrayOps
      * Enable remaining phases.
      * only dump starting messages under verbose
      81312cdd
    • M
      Rewrite PendingConnectionTimeout tests (#74427) · ee4ce422
      Miha Zupan 提交于
      ee4ce422
  2. 23 8月, 2022 28 次提交
  3. 22 8月, 2022 8 次提交
    • R
      Disable ConnectWithRevocation_WithCallback test (#74168) · bd7e60ac
      Radek Zikmund 提交于
      * Disable ConnectWithRevocation_WithCallback test
      
      * Update src/libraries/System.Net.Security/tests/FunctionalTests/CertificateValidationRemoteServer.cs
      Co-authored-by: NDan Moseley <danmose@microsoft.com>
      bd7e60ac
    • R
    • A
      Fix some corner cases in TarReader (#74329) · bfd9eb06
      Adeel Mujahid 提交于
      bfd9eb06
    • M
      [wasm] Use new javascript API in tests and samples (#74153) · 8cf96d92
      Marek Fišera 提交于
      - Replace createDotnetRuntime with new dotnet builder API in sapmles and tests.
      - Add guard in withApplicationArgumentsFromQuery for window object.
      8cf96d92
    • D
      [main] Update dependencies from dotnet/arcade (#74154) · 3c21cc5a
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20220817.2
      
      Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 7.0.0-beta.22416.1 -> To Version 7.0.0-beta.22417.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20220818.4
      
      Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 7.0.0-beta.22416.1 -> To Version 7.0.0-beta.22418.4
      
      * Update dependencies from https://github.com/dotnet/arcade build 20220819.1
      
      Microsoft.DotNet.ApiCompat , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
       From Version 7.0.0-beta.22416.1 -> To Version 7.0.0-beta.22419.1
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      3c21cc5a
    • K
      Add functional custom JsonConverter tests for Int128/UInt128/Half (#74254) · 161deec3
      Krzysztof Wicher 提交于
      * Add functional custom JsonConverter tests for Int128/UInt128/Half
      
      * use invariant culture
      161deec3
    • D
      fix tar strings (#74321) · f6166429
      Dan Moseley 提交于
      f6166429
    • J
      Update workloads-build.yml (#74313) · a8775536
      Juan Hoyos 提交于
      a8775536