diff options
| author | Damien George | 2018-04-04 13:58:57 +1000 |
|---|---|---|
| committer | Damien George | 2018-04-04 14:22:54 +1000 |
| commit | a45a34ec313d0fb57e2fb1bbacf6e9209483bbe6 (patch) | |
| tree | d90be2e0b59b395e7698f1af0cdd0d0b4c513709 /tests/run-tests | |
| parent | 7d5c753b17a1c9cbb8124839af144d0b8b936abc (diff) | |
tests/stress: Add test to verify the GC can trace nested objects.
Diffstat (limited to 'tests/run-tests')
| -rwxr-xr-x | tests/run-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests b/tests/run-tests index 627fa40da..ef2f4bc6a 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -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('\\', '/') |
