aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
authorDamien George2018-04-04 13:58:57 +1000
committerDamien George2018-04-04 14:22:54 +1000
commita45a34ec313d0fb57e2fb1bbacf6e9209483bbe6 (patch)
treed90be2e0b59b395e7698f1af0cdd0d0b4c513709 /tests/run-tests
parent7d5c753b17a1c9cbb8124839af144d0b8b936abc (diff)
tests/stress: Add test to verify the GC can trace nested objects.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests1
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('\\', '/')