Commit 39e8c08
authored
Disable CoreCLR interpreter test for JIT stress (#116219)
There is a problem in the interpreter when handling calls to code that
doesn't have native code yet, but that has precode already. The call to
MethodDesc::PrepareInitialCode triggers an assert down its call chain
due to the prestub existence.
This change disables running the interpreter test with JIT stress until
the problem is solved.1 parent 8d59055 commit 39e8c08
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments