Lines Matching refs:add
322 skip_tests.add('cmdline/repl_emacs_keys.py')
327 skip_tests.add('cmdline/repl_words_move.py')
358 skip_tests.add('thread/stress_schedule.py') # has reliability issues
361 skip_tests.add('extmod/uctypes_le_float.py')
362 skip_tests.add('extmod/uctypes_native_float.py')
363 skip_tests.add('extmod/uctypes_sizeof_float.py')
364 skip_tests.add('extmod/ujson_dumps_float.py')
365 skip_tests.add('extmod/ujson_loads_float.py')
366 skip_tests.add('extmod/urandom_extra_float.py')
367 skip_tests.add('misc/rge_sm.py')
369 …skip_tests.add('float/float2int_intbig.py') # requires fp32, there's float2int_fp30_intbig.py inst…
370 … skip_tests.add('float/string_format.py') # requires fp32, there's string_format_fp30.py instead
371 skip_tests.add('float/bytes_construct.py') # requires fp32
372 skip_tests.add('float/bytearray_construct.py') # requires fp32
374 skip_tests.add('float/float_divmod.py') # tested by float/float_divmod_relaxed.py instead
375 skip_tests.add('float/float2int_doubleprec_intbig.py')
376 skip_tests.add('float/float_parse_doubleprec.py')
379 skip_tests.add('float/complex1.py')
380 skip_tests.add('float/complex1_intbig.py')
381 skip_tests.add('float/complex_special_methods.py')
382 skip_tests.add('float/int_big_float.py')
383 skip_tests.add('float/true_value.py')
384 skip_tests.add('float/types.py')
387 skip_tests.add('cmdline/cmd_parsetree.py')
394 skip_tests.add(t)
398 skip_tests.add('basics/exception_chain.py') # warning is not printed
399 skip_tests.add('micropython/meminfo.py') # output is very different to PC output
400 skip_tests.add('extmod/machine_mem.py') # raw memory access not supported
403 skip_tests.add('misc/print_exception.py') # requires error reporting full
405 skip_tests.add('extmod/zlibd_decompress.py') # requires zlib
406 skip_tests.add('extmod/uheapq1.py') # uheapq not supported by WiPy
407 skip_tests.add('extmod/urandom_basic.py') # requires urandom
408 skip_tests.add('extmod/urandom_extra.py') # requires urandom
410 skip_tests.add('misc/rge_sm.py') # too large
412 skip_tests.add('basics/class_inplace_op.py') # all special methods not supported
413 … skip_tests.add('basics/subclass_native_init.py')# native subclassing corner cases not support
414 skip_tests.add('misc/rge_sm.py') # too large
415 skip_tests.add('micropython/opt_level.py') # don't assume line numbers are stored
417 skip_tests.add('basics/memoryview1.py') # no item assignment for memoryview
418 skip_tests.add('extmod/urandom_basic.py') # unimplemented: urandom.seed
419 skip_tests.add('micropython/opt_level.py') # no support for line numbers
420 skip_tests.add('misc/non_compliant.py') # no item assignment for bytearray
423 skip_tests.add(t)
425 skip_tests.add('misc/print_exception.py') # requires sys stdfiles
433 skip_tests.add('import/import_file.py') # works but CPython prints forward slashes
441 skip_tests.add('basics/annotate_var.py') # requires checking for unbound local
442 skip_tests.add('basics/del_deref.py') # requires checking for unbound local
443 skip_tests.add('basics/del_local.py') # requires checking for unbound local
444 skip_tests.add('basics/exception_chain.py') # raise from is not supported
445 skip_tests.add('basics/scope_implicit.py') # requires checking for unbound local
446 skip_tests.add('basics/try_finally_return2.py') # requires raise_varargs
447 skip_tests.add('basics/unboundlocal.py') # requires checking for unbound local
448 skip_tests.add('extmod/uasyncio_event.py') # unknown issue
449 skip_tests.add('extmod/uasyncio_lock.py') # requires async with
450 skip_tests.add('extmod/uasyncio_micropython.py') # unknown issue
451 skip_tests.add('extmod/uasyncio_wait_for.py') # unknown issue
452 skip_tests.add('misc/features.py') # requires raise_varargs
453 … skip_tests.add('misc/print_exception.py') # because native doesn't have proper traceback info
454 skip_tests.add('misc/sys_exc_info.py') # sys.exc_info() is not supported for native
455 skip_tests.add('micropython/emg_exc.py') # because native doesn't have proper traceback info
456 …skip_tests.add('micropython/heapalloc_traceback.py') # because native doesn't have proper tracebac…
457 … skip_tests.add('micropython/opt_level_lineno.py') # native doesn't have proper traceback info
458 skip_tests.add('micropython/schedule.py') # native code doesn't check pending events