-
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
[wasm] System.Runtime.Loader.Tests
fail when run in randomized order
#65672
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsFound on #65628 . System.Runtime.Loader.Tests fail randomly, but deterministically with
Maybe these tests have some unintended dependence on order?
|
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: Issue DetailsFound on #65628 . System.Runtime.Loader.Tests fail randomly, but deterministically with
Maybe these tests have some unintended dependence on order?
|
Still failing. |
@vargaz can you make sure we understand the issue here? |
Can't reproduce this. I ran with:
|
Did you disable this? runtime/src/libraries/System.Runtime.Loader/tests/System.Runtime.Loader.Tests.csproj Line 14 in ed2a5a1
|
I can reproduce now. |
Fails without randomized order as well. Testcase:
|
Commenting out the:
line makes the test pass. |
This issue has been marked |
This issue has been automatically marked |
This issue will now be closed since it had been marked |
This issue has been automatically marked |
This issue has been automatically marked |
This issue will now be closed since it had been marked |
Found on #65628 .
System.Runtime.Loader.Tests fail randomly, but deterministically with
XUNIT_RANDOM_ORDER_SEED=2106784294
.Maybe these tests have some unintended dependence on order?
To test it with that PR, make sure to false from the csproj.
The text was updated successfully, but these errors were encountered: