-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Failures on [VM/runtime] Refactor the representation of type parameters in the VM. #45911
Comments
Since the following tests are also failing with a breakpoint trap, they are almost certainly the same. Will git bisect one or two to confirm: The tests
are failing on configurations
|
Also related: The tests
are failing on configurations
|
//cc @crelier |
Tess, thanks for filing this issue. The type causing the int3 is not a TypeRef, but a Smi, which is really weird. I have not yet understood why a Smi shows up as a type, and only on ia32. |
There are new test failures on [VM/runtime] Refactor the representation of type parameters in the VM..
The tests
are failing on configurations
It's triggering a breakpoint in the
NullIsAssignableToTypeNullSafe
stub that happens if anAbstractType
that isn't aType
,TypeParameter
, orFunctionType
is passed (so almost certainly aTypeRef
in this case)./cc @crelier
The text was updated successfully, but these errors were encountered: