micropython/tests/misc
Jim Mussared b2b5bcce28 py/profile: Remove the requirement to disable MICROPY_COMP_CONST.
The only reason that const had to be disabled was to make the test output
match CPython when const was involved.  Instead, this commit fixes the test
to handle the lines where const is used.

Also:
- remove the special handling for MICROPY_PERSISTENT_CODE_SAVE in
  unix/mpconfigport.h, and make this automatic.
- move the check for MICROPY_PERSISTENT_CODE_SAVE to where it's used (like
  we do for other similar checks) and add a comment explaining it.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-08-30 10:58:04 +10:00
..
sys_settrace_subdir py/profile: Remove the requirement to disable MICROPY_COMP_CONST. 2023-08-30 10:58:04 +10:00
cexample_class.py
cexample_class.py.exp
cexample_module.py
cexample_module.py.exp
features.py
non_compliant.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
non_compliant.py.exp
non_compliant_lexer.py
non_compliant_lexer.py.exp
print_exception.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
rge_sm.py
sys_atexit.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
sys_atexit.py.exp
sys_exc_info.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
sys_settrace_features.py py/profile: Remove the requirement to disable MICROPY_COMP_CONST. 2023-08-30 10:58:04 +10:00
sys_settrace_generator.py
sys_settrace_generator.py.exp
sys_settrace_loop.py
sys_settrace_loop.py.exp