diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-04-13 16:18:42 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-04-13 19:00:16 -0500 |
| commit | d1a2a1a33374441cb619f4d2ff5d3a3c503975c6 (patch) | |
| tree | cc4044c0f114663406b592c50a4c92feb80f3946 /tests | |
| parent | ca9796470115cef7ec22e9f59a3e68c319a5c32e (diff) | |
test requires yield, can't run native
Diffstat (limited to '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 f6c727a8a..6e980f03c 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -385,6 +385,7 @@ def run_tests(pyb, tests, args, base_path=".", num_threads=1): skip_tests.add('stress/gc_trace.py') # requires yield skip_tests.add('stress/recursive_gen.py') # requires yield skip_tests.add('extmod/vfs_userfs.py') # because native doesn't properly handle globals across different modules + skip_tests.add('../extmod/ulab/tests/argminmax.py') # requires yield def run_one_test(test_file): test_file = test_file.replace('\\', '/') |
