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
* Fix class attributes access where cpp_locals=False.
* Add "no-cpp-locals" tag to mark a test as not suitable for running with "cpp_locals=True".
* Add a list of "extra_directives" to runtests as additional test mode.
Resolves some issues in #4266
The following tests fail when
cpp_locals
is enabled:run/cpp_operators
- this is to do withgenerate_bool_evaluation_code
, which works in quite a non-standard way to perform short-circuiting.run/cpp_vector_in_generator
- iteration? Fixed in More fixes to cpp_locals #4265run/cpp_stl_string
- iteration? More fixes to cpp_locals #4265compile/cpp_temp_assignment
- closures More fixes to cpp_locals #4265run/fused_cpp
- not sure but it involves typeid so probably just needs special-casingrun/if_else_expr_cpp
- to do with fakereferences More fixes to cpp_locals #4265errors/w_uninitialized_cpp
- typeid againThe text was updated successfully, but these errors were encountered: