1. 13 12月, 2021 4 次提交
  2. 12 12月, 2021 2 次提交
    • A
      Fix errors in Clang 13 (#62685) · 71bf3bae
      Andrii Kurdiumov 提交于
      Without that patch, I was having this errors 
      ```
      error: implicit conversion changes signedness: 'long' to 'uintptr_t' (aka 'unsigned long') [-Werror,-Wsign-conversion]
      ```
      71bf3bae
    • T
      Two small fixes for the recently merged in merged wrapper logic (#62683) · bf54733e
      Tomáš Rylek 提交于
      1. When running the entire Pri1 test file I noticed that xUnit
      sometimes generates an empty <assembly /> entry that was crashing
      the new logic in run.py. I have added a check to harden the script
      against this eventuality.
      
      2. My logic to disable merged test wrapper build in BuildAsStandalone
      mode wasn't completely correct - I used the CLRTestTargetUnsupported
      property but that's ignored when CLRTestBuildAllTargets is set to
      'allTargets'. I have changed it to DisableProjectBuild.
      
      Thanks
      
      Tomas
      bf54733e
  3. 11 12月, 2021 19 次提交
  4. 10 12月, 2021 15 次提交