1. 11 8月, 2023 1 次提交
  2. 04 5月, 2023 1 次提交
  3. 13 1月, 2022 1 次提交
  4. 08 9月, 2021 1 次提交
  5. 13 8月, 2021 1 次提交
  6. 12 5月, 2021 1 次提交
    • M
      [iOS][libraries] Skip failing iOS tests with ActiveIssues and proj level skips (#51491) · 5297337e
      Mitchell Hwang 提交于
      In effort to assess the state of the iOS library tests, a number of tests will be skipped
      
      Test suites that crash, hang, or have a significant number of failures (mostly 20+ failing unique test methods) are skipped on at the `tests.proj` level. Otherwise, `[ActiveIssue]` attributes have been attached to either the individual test methods that fail or the entire class if the whole test class fails. Any pre-existing `ActiveIssue` attribute associated with iOS had been reassessed to either remain or be closed.
      
      A few test suites have been skipped because they fail with some form of `PlatformNotSupportedException`. `[SkipOnPlatform]` attributes are attached to the failing test methods.
      
      All of the Issues can be tracked at https://github.com/dotnet/runtime/projects/48#column-9236436
      
      The ActiveIssues and `tests.proj` exclusions have been tested on https://github.com/dotnet/runtime/pull/49917 as well.
      
      -----------
      This PR makes the following changes in the following files:
      `src/libraries/System.IO.Ports/tests/System.IO.Ports.Tests.csproj` - Removed `$(NetCoreAppCurrent)-iOS` from target frameworks as it is stated to currently only supported on Windows.
      
      `src/libraries/tests.proj` - Update the test suites that need to be skipped at the project level, reducing the number and categorizing as a skip due to PNSE, a skip due to numerous failures, and a skip due to the suite crashing.
      
      The remaining files changed are either:
      `[ActiveIssue("<issue-url>", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]`
      `[SkipOnPlatform(TestPlatforms.iOS | TestPlatforms.tvOS, "Not supported on iOS or tvOS.")]`
      Co-authored-by: NMitchell Hwang <mitchell.hwang@microsoft.com>
      Co-authored-by: NTammy Qiu <tammy.qiu@yahoo.com>
      5297337e
  7. 29 4月, 2021 1 次提交
    • A
      [wasm][tests] Fix test failures due to trimming (#51697) · f372f6b5
      Ankit Jain 提交于
      - Both EAT, and AOT builds are completely green now.
      - Number of tests for EAT goes from 147 -> 185
      - Number of tests for AOT goes from 147 -> 174 (the difference is because of aot only failures)
      - Test run on a regular wasm build runs 206 libraries
      f372f6b5
  8. 17 3月, 2021 1 次提交
  9. 17 7月, 2020 1 次提交
  10. 08 7月, 2020 1 次提交
  11. 09 6月, 2020 1 次提交
  12. 30 5月, 2020 1 次提交
  13. 10 4月, 2020 1 次提交
    • M
      [mono] Remove CoreFX.issues_windows.rsp file (#32592) · ab6e225d
      Maxim Lipnin 提交于
      Changes:
      - enabled `runtime (Libraries Test Run release mono Windows_NT x64 Debug)` CI lane (Windows Nano Server CI leg is disabled);
      - enabled the tests that pass;
      - marked failing test assemblies/classes/methods with `ActiveIssue` attribute using respective GH issues;
      - removed CoreFX.issues_windows.rsp file and related mono rsp arguments.
      
      Fixes #1980
      ab6e225d
  14. 25 3月, 2020 1 次提交
    • M
      Remove CoreFX.issues_linux.rsp file (#33953) · 63bac660
      Maxim Lipnin 提交于
      * Enable some tests passing locally
      
      * Disable several tests failing in linux CI due to the problem with
      libgdiplus
      
      * Enable tests passing locally on Ubuntu 18.04
      
      * Disable several tests failing in
      AssemblyLoadContext.InternalLoadFromPath
      
      * Remove CoreFX.issues_linux.rsp file
      
      * Fix condition for including rsp files
      63bac660
  15. 01 2月, 2020 1 次提交
  16. 18 1月, 2020 1 次提交
    • S
      Address more issue numbers in the code (#1888) · ccf6aedb
      Stephen Toub 提交于
      * Address more issue numbers in the code
      
      Replaced a bunch of unadorned issue numbers with links, so we know which repo the issue is for.  In some cases the repo was named, but for consistency I still replaced it with a link.
      
      In some cases, in particular where the issue had been closed saying effectively "we're not going to do anything here", I removed TODOs and the associated issue numbers.
      
      In a few cases, the TODO and issue number was to say "we should do X when Y is fixed", so I did X since Y was fixed.
      
      * Apply suggestions from code review
      Co-Authored-By: NJan Kotas <jkotas@microsoft.com>
      
      * Address PR feedback
      
      * Fix OrderedEnumerable by using MemoryExtensions.Sort
      Co-authored-by: NJan Kotas <jkotas@microsoft.com>
      ccf6aedb
  17. 28 10月, 2019 1 次提交
  18. 16 10月, 2019 1 次提交
  19. 08 8月, 2019 1 次提交
  20. 01 6月, 2019 1 次提交
  21. 30 5月, 2019 1 次提交
  22. 27 3月, 2019 1 次提交
  23. 28 11月, 2018 1 次提交
  24. 26 6月, 2018 1 次提交
  25. 11 8月, 2017 1 次提交
  26. 19 5月, 2017 1 次提交
  27. 18 5月, 2017 1 次提交
  28. 19 4月, 2017 1 次提交
  29. 01 4月, 2017 1 次提交
  30. 31 3月, 2017 1 次提交
    • A
      Fold or rename *.netstandard.cs files (dotnet/corefx#17697) · fc4bb66b
      Alex Perovich 提交于
      * Win32.Primitives
      
      * System.Collections.Specialized
      
      * System.Diagnostics.Process
      
      * System.Globalization
      
      * System.Globalization.Calendars
      
      * System.IO
      
      * System.IO.Compression
      
      * System.IO.FileSystem
      
      * System.IO.FileSystem.Watcher
      
      * System.IO.Pipes
      
      * System.Linq.Expressions
      
      * System.Net.Primitives
      
      * System.Net.Requests
      
      * System.Net.Sockets
      
      * System.Net.WebHeaderCollection
      
      * System.ObjectModel
      
      * System.Reflection
      
      * System.Reflection.Emit
      
      * System.Resources.ResourceManager
      
      * System.Runtime
      
      * System.Runtime.Extensions
      
      * System.Runtime.Handles
      
      * System.Runtime.InteropServices
      
      * System.Security.Cryptography.X509Certificates
      
      * System.Text.Encoding
      
      * System.Text.Encoding.CodePages
      
      * System.Threading
      
      * System.Threading.Tasks
      
      * System.Threading.Thread
      
      * System.Threading.Timer
      
      * System.ValueTuple
      
      
      Commit migrated from https://github.com/dotnet/corefx/commit/023b6bdd6086271cbb6ca932c33d7783f8406062
      fc4bb66b
  31. 09 2月, 2017 1 次提交
  32. 08 2月, 2017 1 次提交
  33. 13 5月, 2016 1 次提交
  34. 25 4月, 2016 1 次提交
  35. 24 4月, 2016 1 次提交
  36. 23 4月, 2016 1 次提交
  37. 20 3月, 2016 1 次提交
  38. 12 3月, 2016 1 次提交
  39. 22 2月, 2016 1 次提交
  40. 28 1月, 2016 1 次提交