You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Avoid use of unsafe in TestNestedMethods and TestEmbeddedMethods.
- Skip TestNotInHeapDeref and TestMethodCallValueCodePtr, which concern
low-level GC and heap details, inapplicable to GopherJS.
- Skip TestIssue50208 until generics are supported.
- Add a hack into methodNameSkip() to make method names match what the
tests expect. gopherjs#1085 would
be a better long-term solution.
- Stub out verifyNotInHeapPtr(), which is also not applicable to
GopherJS.
0 commit comments