-
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
Tests fail with System.BadImageFormatException #4852
Comments
Please check whether TLS statics are supported by CoreCLR. |
@richardlford |
TLS statics not supported by .NET Core. BadImageFormatException is expected on all platforms. We should replace these tests with a single test that verifies the exception is raised. |
@RussKeldorph Do we need to keep this issue open? |
@BruceForstall If my last comment is no longer actionable or relevant, sure, close it. Otherwise, I'd rather keep it open to track the gap in testing. |
These files no longer exist so can this issue be closed? |
These tests still all exist in the test tree (but the tests are not built). |
Fixes dotnet#4852 Move tests that fail with `System.BadImageFormatException` to `tests/testsUnsupportedOutsideWindows.txt`. * Add `src/tests/JIT/Directed/tls/mutualrecurthd-tls.ilproj` to the list. * Add `src/tests/JIT/Directed/tls/test-tls.ilproj` to the list. * Add `src/tests/JIT/Regression/CLR-x86-EJIT/v1-m10/b07847/b07847.ilproj` to the list.
The following tests fail with a mesage like this on a debug win64 test job:
The failing tests are:
category:correctness
theme:testing
skill-level:beginner
cost:medium
impact:small
The text was updated successfully, but these errors were encountered: