forked from dotnet/corert
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasm: create threadstatics using GetThreadStaticBaseForType (dotnet#6769
) Previously the support for `[ThreadStatic]` was incomplete. This change adds some more tests (the last 3 of which fail prior to these changes). Fixes dotnet#6733 - I've included a call to `Thread.Sleep` to test that the assert is no longer hit. The sleep time is short so as not to affect the CI, but if its changed to something noticeable, like 10s, it can be seen to take effect. Also included is a small comment typo.
- Loading branch information
1 parent
21bd5a1
commit ef7c9e6
Showing
3 changed files
with
205 additions
and
35 deletions.
There are no files selected for viewing
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
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
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