unix/variants/coverage: Enable sys.settrace.
The unix coverage variant should have all features enabled, so they can be tested for coverage. Therefore, enabled `MICROPY_PY_SYS_SETTRACE`. Signed-off-by: Jeff Epler <jepler@gmail.com>
This commit is contained in:
committed by
Damien George
parent
2ab06b61b3
commit
fcfed6a0ea
@@ -39,6 +39,7 @@
|
|||||||
|
|
||||||
// Enable additional features.
|
// Enable additional features.
|
||||||
#define MICROPY_DEBUG_PARSE_RULE_NAME (1)
|
#define MICROPY_DEBUG_PARSE_RULE_NAME (1)
|
||||||
|
#define MICROPY_PY_SYS_SETTRACE (1)
|
||||||
#define MICROPY_TRACKED_ALLOC (1)
|
#define MICROPY_TRACKED_ALLOC (1)
|
||||||
#define MICROPY_WARNINGS_CATEGORY (1)
|
#define MICROPY_WARNINGS_CATEGORY (1)
|
||||||
#undef MICROPY_VFS_ROM_IOCTL
|
#undef MICROPY_VFS_ROM_IOCTL
|
||||||
|
|||||||
@@ -69,8 +69,8 @@ argv atexit byteorder exc_info
|
|||||||
executable exit getsizeof implementation
|
executable exit getsizeof implementation
|
||||||
intern maxsize modules path
|
intern maxsize modules path
|
||||||
platform print_exception ps1
|
platform print_exception ps1
|
||||||
ps2 stderr stdin stdout
|
ps2 settrace stderr stdin
|
||||||
tracebacklimit version version_info
|
stdout tracebacklimit version version_info
|
||||||
ementation
|
ementation
|
||||||
# attrtuple
|
# attrtuple
|
||||||
(start=1, stop=2, step=3)
|
(start=1, stop=2, step=3)
|
||||||
|
|||||||
Reference in New Issue
Block a user