1. 09 3月, 2018 7 次提交
    • J
      More progress · 17fd59f1
      Jared Parsons 提交于
      17fd59f1
    • J
      Fixed a number of suites · 1178b9e7
      Jared Parsons 提交于
      Key problem with the tests is they were being run in parallel. This is
      due to using CoreClr which doesn't respect our .config based options.
      
      Also fixed bad uses of Thread.Abort in the try finally tests which were
      causing resource cleanup issues
      
      147 failures remaining to handle
      1178b9e7
    • J
      Enable method signature verification · 2aba91f8
      Jared Parsons 提交于
      This updates the CoreClr test infrastructure to include verifying the
      metadata signaturse of the emitted code. There is not 100% parity due to
      the inability to read custom attribute data on parameters, fields, etc
      ... But that covers only a small number of test cases.
      
      Destructor tests now passing.
      2aba91f8
    • J
      Fixed the dynamic tests · e9a1b34c
      Jared Parsons 提交于
      e9a1b34c
    • J
      Cleaning up MS.CSharp ref · 40bff16f
      Jared Parsons 提交于
      Needed the split between the netstandand and desktop version of the
      reference to be more explicit.
      40bff16f
    • J
      Make verification runtime aware · 842e3e7e
      Jared Parsons 提交于
      The ability to verify IL is presently a runtime specific operation.
      Moved the logic to enforce the test conforms to the specified behavior
      into the runitme layers.
      842e3e7e
    • J
      Emit now multi-targetting net461 and netcoreapp2.0 · 034c579c
      Jared Parsons 提交于
      034c579c
  2. 08 3月, 2018 6 次提交
  3. 07 3月, 2018 8 次提交
  4. 06 3月, 2018 19 次提交