1. 10 8月, 2019 1 次提交
    • J
      Move to new ilasm version · c04a0377
      Jared Parsons 提交于
      The latest version of ilasm produced by coreclr is now a fully
      independent executable; it no longer depends on having a full runtime
      laid down next to it.
      
      This means we can vastly simplify how it is deployde in our
      infrastructure. The package can now be included and have ilasm manually
      copied out. This is similar to the approach that we take for our
      diasymreader native dependencies.
      
      closes #37582
      related #25930, #25144
      c04a0377
  2. 26 7月, 2019 2 次提交
  3. 25 7月, 2019 1 次提交
  4. 17 7月, 2019 2 次提交
  5. 13 7月, 2019 1 次提交
  6. 12 7月, 2019 1 次提交
  7. 02 5月, 2019 1 次提交
    • T
      Project cleanup (#35403) · e051790e
      Tomáš Matoušek 提交于
      * Remove RoslynProjectType
      
      * Remove ToolsVersion, namespace from Project tags
      
      * Remove updating of MSBuildAllProjects
      
      * Update BuildBoss
      
      * Delete DeployTooolsetCompiler
      e051790e
  8. 25 4月, 2019 1 次提交
  9. 13 4月, 2019 1 次提交
    • R
      Add mac CI (#34849) · 66ac3f2b
      Rikki Gibson 提交于
      * Update config
      
      * Disable some tests on Mac. Only have a mac coreclr job.
      
      * Move the DeeplyNestedGeneric bar way down for Mac
      
      * Add work item attributes for disabled tests
      66ac3f2b
  10. 29 3月, 2019 1 次提交
  11. 22 2月, 2019 1 次提交
  12. 15 2月, 2019 1 次提交
  13. 30 1月, 2019 1 次提交
  14. 19 1月, 2019 1 次提交
  15. 11 1月, 2019 2 次提交
  16. 02 1月, 2019 1 次提交
  17. 21 12月, 2018 1 次提交
  18. 10 12月, 2018 2 次提交
  19. 06 12月, 2018 1 次提交
  20. 04 12月, 2018 1 次提交
    • T
      Use Arcade testing targets (#30330) · 2f345d03
      Tomáš Matoušek 提交于
      * Use Arcade testing targets
      
      * Skip CodeStyle tests on Mono
      
      * Include net472 in test target frameworks for Mono
      
      * Remove incorrect file existence check.
      
      * Update ADO integration test yaml
      2f345d03
  21. 30 11月, 2018 1 次提交
  22. 07 11月, 2018 1 次提交
  23. 11 10月, 2018 1 次提交
  24. 19 9月, 2018 1 次提交
  25. 17 9月, 2018 1 次提交
  26. 15 9月, 2018 2 次提交
  27. 13 9月, 2018 2 次提交
  28. 29 8月, 2018 1 次提交
  29. 22 8月, 2018 1 次提交
  30. 15 8月, 2018 1 次提交
  31. 19 7月, 2018 2 次提交
    • T
      Replace Nonshipping property with IsShipping · 93d73122
      Tomas Matousek 提交于
      93d73122
    • J
      Fix tests to be only conditionally skipped · 636ec14f
      Jared Parsons 提交于
      When conditionally skipping tests for CoreClr I mistakenly
      unconditionally skipped them in my attempt to document the reason for
      the skip. The use of the Skip property causes the test to be
      unconditionally skipped, not documenting the reason.
      
      In addition to fixing this I prevented this from happening in the
      future. It's very rare for a `[ConditionalFact]` to actually want to use
      Skip as it means unconditionally skip. This is generally only for short
      term bug work arounds. Hence I changed `ConditionalFactAttribute` as
      follows:
      
      - Added a new Skip property that is obsolete and has no setter.
      Completely prevents the code `[ConditionalFact(..., Skip = )`
      - Added a Reason property documentation in the case the test is skipped.
      - Added an AlwaysSkip property in the case you always want to skip.
      636ec14f
  32. 18 7月, 2018 2 次提交