-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Test failed : threading.SetThreadDescription.test1 #48496
Comments
Possibly related to #47465 |
Yeah I can take a look at this - I don’t think that alpine supports pthread_setname_np but I need to verify that |
I would be fine with it. |
This was the first conditionally compiled PAL test.
The test is already excluded from compilation on Alpine (which is why PAL tests are building on Alpine without error). During the test run, however, this line is causing issue if the test name (from .txt file) was not found in test binaries:
printf("Skipping test '%s' because its binary was not found on this platform.\n", argv[1]); return 0; for any conditionally-compiled test.
|
Failed again in runtime-coreclr outerloop 20210228.1 Failed test:
Error message:
|
@am11 @esoros @jkotas This test has been failing every coreclr outerloop job since it was introduced 11 days ago (https://dev.azure.com/dnceng/public/_build?definitionId=655&_a=summary). Can we either get it (1) disabled (for just Alpine, or for all platforms), (2) fixed, or (3) deleted ASAP? |
This partially reverts commit 77c939c. Fixes dotnet#48496
Run: runtime-coreclr outerloop 20210218.4
Failed test:
Error message:
The text was updated successfully, but these errors were encountered: