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
If you build without --features llvm_stable then class_with_typedef will fail. We should add a way to skip such tests if --features llvm_stable is not supplied. And probably vice versa?
Right now, I can either have tests passing locally and failing on CI or failing locally and passing on CI. This is not a good situation to be in.
The text was updated successfully, but these errors were encountered:
If you build without
--features llvm_stable
thenclass_with_typedef
will fail. We should add a way to skip such tests if--features llvm_stable
is not supplied. And probably vice versa?Right now, I can either have tests passing locally and failing on CI or failing locally and passing on CI. This is not a good situation to be in.
The text was updated successfully, but these errors were encountered: