CoreCLR pri1 tests that fail under PMI
- Dominant language
- C#
- Stars
- 160
- Forks
- 69
- Avg merge
- 1h 56m
- Merged PRs (30d)
- 1
Description
6 tests fail:
```
;;; Assembly load failure: BadImageFormatException (is it a managed assembly?)
JIT\Directed\tls\mutualrecurthd-tls
JIT\Directed\tls\test-tls
JIT\Regression\CLR-x86-EJIT\v1-m10\b07847\b07847
JIT\Regression\CLR-x86-JIT\V1.2-M01\b03689\b03689
;; ex: Internal limitation: too many fields
JIT\Regression\CLR-x86-JIT\V2.0-Beta2\b399444\b399444a
;;; ex: Could not load type 'Gen' from assembly 'Negative001, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' because generic types cannot have explicit layout.
JIT\Regression\VS-ia64-JIT\V1.2-M02\b27077\b27077
```
The bad image format failures seem unexpected. PMI may need to tolerate the other failures.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.