Open richardlford opened 8 years ago
Please check whether TLS statics are supported by CoreCLR.
@richardlford The .data tls FieldData = XXXXXX construct is not supported on non-Windows platforms. It is really OS specific and there is no anything like that available on the non Windows platforms. These tests are expected to fail on non-Windows platforms. Please move them to the tests/testsUnsupportedOutsideWindows.txt file and close the issue.
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).
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