1. 12 9月, 2017 7 次提交
  2. 11 9月, 2017 1 次提交
    • A
      Change resources to support multiple threads (#21966) · fb3580dd
      Andy Gocke 提交于
      The testing instructure for CoreCLR currently runs all assemblies in
      parallel in a single process, so resources, which are static and lazy
      initialized, must have thread synchronization. Otherwise, tests which
      depend on object or symbol identity could fail if they retrieve
      different copies of the same resource.
      
      Fixes #21937
      fb3580dd
  3. 09 9月, 2017 11 次提交
  4. 08 9月, 2017 6 次提交
  5. 07 9月, 2017 13 次提交
  6. 06 9月, 2017 2 次提交