aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
authorYonatan Goldschmidt2020-01-17 03:37:32 +0200
committerDamien George2020-02-11 10:56:49 +1100
commit0852acfc744720cc75db9c592f947c28bd2d7e42 (patch)
tree9a12cb0f2a1c27516ade12cb8c10429471eeec87 /tests/run-tests
parent88cbfd791a06a405b05a9262e6d7ab6fb73ade57 (diff)
tests/run-tests: Auto-skip extmod/ticks_diff, extmod/time_ms_us tests.
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/run-tests b/tests/run-tests
index f0fa83407..253850b6a 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -384,8 +384,6 @@ def run_tests(pyb, tests, args, base_path="."):
skip_tests.add('micropython/opt_level.py') # don't assume line numbers are stored
elif args.target == 'nrf':
skip_tests.add('basics/memoryview1.py') # no item assignment for memoryview
- skip_tests.add('extmod/ticks_diff.py') # unimplemented: utime.ticks_diff
- skip_tests.add('extmod/time_ms_us.py') # unimplemented: utime.ticks_ms
skip_tests.add('extmod/urandom_basic.py') # unimplemented: urandom.seed
skip_tests.add('micropython/opt_level.py') # no support for line numbers
skip_tests.add('misc/non_compliant.py') # no item assignment for bytearray