-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[browser] refactor entropy #93466
Merged
pavelsavara
merged 3 commits into
dotnet:main
from
pavelsavara:browser_refactor_entropy
Oct 16, 2023
Merged
[browser] refactor entropy #93466
pavelsavara
merged 3 commits into
dotnet:main
from
pavelsavara:browser_refactor_entropy
Oct 16, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pavelsavara
added
arch-wasm
WebAssembly architecture
area-System.Runtime.InteropServices.JavaScript
os-browser
Browser variant of arch-wasm
labels
Oct 13, 2023
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFixes #93398
|
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
radekdoulik
reviewed
Oct 13, 2023
radekdoulik
approved these changes
Oct 13, 2023
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Oct 13, 2023
Closed
/azp run runtime-wasm |
Azure Pipelines successfully started running 1 pipeline(s). |
This was referenced Oct 14, 2023
the debugger failure is #89409 |
ilonatommy
added a commit
to ilonatommy/runtime
that referenced
this pull request
Oct 26, 2023
ilonatommy
added a commit
that referenced
this pull request
Oct 31, 2023
…94051) * Disabling tests failing in the last two weeks on MT. * Failures from #93466 should not apply. * Remove duplicate + other issues connnected to test PR runs. * Cleanup * Increasing num of threads instead of disabling. * Update System.Threading.ThreadPool.Tests.csproj 16 was too low, still failing * Update System.Threading.ThreadPool.Tests.csproj 32 was failing
ghost
locked as resolved and limited conversation to collaborators
Nov 15, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
arch-wasm
WebAssembly architecture
area-System.Runtime.InteropServices.JavaScript
os-browser
Browser variant of arch-wasm
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #93398
instanceof SharedArrayBuffer
returns false even though buffer is an SAB."pal_random.lib.js
and including the logic into the rest of the TypeScript code we have