-
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
System.Threading.Tasks.Tests.TaskRunSyncTests outerloop tests fail on Mono on Linux MUSL #89921
Labels
area-System.Threading.Tasks
disabled-test
The test is disabled in source code against the issue
os-linux-musl
Linux distributions using musl library.
Milestone
Comments
akoeplinger
added
disabled-test
The test is disabled in source code against the issue
area-CoreLib-mono
os-linux-musl
Linux distributions using musl library.
labels
Aug 3, 2023
akoeplinger
added a commit
to akoeplinger/runtime
that referenced
this issue
Aug 3, 2023
See dotnet#89921 for the test failures. Additionally, the Android build was failing while compiling an AOT test due to this error: ``` /__w/1/s/artifacts/bin/Android.Device_Emulator.Aot.Test/Release/net8.0/android-x64/AppBundle/modules.c:51:6: error: no previous prototype for function 'register_aot_modules' [-Werror,-Wmissing-prototypes] void register_aot_modules () ^ ``` This is because we turned on `-Werror=missing-prototypes` in dotnet#89197 but the MonoAOTCompiler didn't emit a function prototype in modules.c Fixes dotnet#89566
akoeplinger
added a commit
that referenced
this issue
Aug 3, 2023
…ler (#89922) See #89921 for the test failures. Additionally, the Android build was failing while compiling an AOT test due to this error: ``` /__w/1/s/artifacts/bin/Android.Device_Emulator.Aot.Test/Release/net8.0/android-x64/AppBundle/modules.c:51:6: error: no previous prototype for function 'register_aot_modules' [-Werror,-Wmissing-prototypes] void register_aot_modules () ^ ``` This is because we turned on `-Werror=missing-prototypes` in #89197 but the MonoAOTCompiler didn't emit a function prototype in modules.c Fixes #89566
Tagging subscribers to this area: @dotnet/area-system-threading-tasks Issue DetailsThese tests are failing on Mono on musl but not on other Linux runs:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-System.Threading.Tasks
disabled-test
The test is disabled in source code against the issue
os-linux-musl
Linux distributions using musl library.
These tests are failing on Mono on musl but not on other Linux runs:
The text was updated successfully, but these errors were encountered: