mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
tests/stress: Add test to verify the GC can trace nested objects.
This commit is contained in:
@@ -366,6 +366,7 @@ def run_tests(pyb, tests, args, base_path="."):
|
||||
skip_tests.add('micropython/heapalloc_traceback.py') # because native doesn't have proper traceback info
|
||||
skip_tests.add('micropython/heapalloc_iter.py') # requires generators
|
||||
skip_tests.add('micropython/schedule.py') # native code doesn't check pending events
|
||||
skip_tests.add('stress/gc_trace.py') # requires yield
|
||||
|
||||
for test_file in tests:
|
||||
test_file = test_file.replace('\\', '/')
|
||||
|
||||
Reference in New Issue
Block a user