1. 11 6月, 2020 17 次提交
  2. 10 6月, 2020 17 次提交
  3. 09 6月, 2020 6 次提交
    • F
      Check the existence of clocked_t (#37457) · 0b416bc4
      Fan Yang 提交于
      * Use a macro more widely used by unix platforms
      
      * If time.h exists, clock_it must have been defined
      
      * Check the existence of clockit_t
      
      * Move type check to the location near other time checks
      0b416bc4
    • K
      [browser][wasm] Find the correct CoreLib (#37644) · 2c3cd0d3
      Kenneth Pouncey 提交于
      Need to load `System.Private.Corlib`
      
      closes: https://github.com/dotnet/runtime/issues/37636
      2c3cd0d3
    • T
      SocketAsyncContext.Unix: remove Lock from IsReady (#36705) · 8558ca78
      Tom Deseyn 提交于
      * SocketAsyncContext.Unix: remove Lock from IsReady
      
      * Make QueueState an int
      
      * Update comment
      
      * cleanup comment
      
      * Update for rebase
      
      * Decrement sequenceNumber instead of using nullable int
      
      * PR feedback
      8558ca78
    • A
      Disable GetAsync_UnicodeHostName_SuccessStatusCodeInResponse (#37487) · db70edd1
      Alexander Nikolaev 提交于
      SocketsHttpHandlerTest_HttpClientHandlerTest_Http2.GetAsync_UnicodeHostName_SuccessStatusCodeInResponse is periodically failing with TimeoutException. It seems to be caused by the target server unavailability, this PR disables the test until a new unicode test host is found.
      db70edd1
    • S
      Fix TestExited_SynchronizingObject test (#37639) · 8d3e7188
      Stephen Toub 提交于
      Fix race condition.
      8d3e7188
    • S
      Enable calling get_runtime_delegate from app context (#37473) · 3b5a51a2
      Sean Hall 提交于
      * Add ability for hostfxr_get_runtime_delegate to block on invalid delegate types.
      
      This is required so that the runtime isn't loaded if the request has no chance of succeeding.
      
      Fix spelling of initialization_options_t.
      
      Add context_contract_version_set flag to initialization_options_t.
      
      This allows hostpolicy to know whether it can rely on the version field of corehost_context_contract to be valid.
      Also always initialize corehost_context_contract to {}.
      
      * Allow app-based context to call hostfxr_get_runtime_delegate.
      
      Currently, it may only request the load_assembly_and_get_function_pointer delegate.
      
      Fix discrepancy in design doc.
      
      Add error code HostApiUnsupportedScenario for blocks that might be removed. This gives the native host better information on why the request failed.
      
      Add tests for running a component from an app context.
      3b5a51a2