Lines Matching refs:run_feature_check
237 def run_feature_check(pyb, args, base_path, test_file): function
275 output = run_feature_check(pyb, args, base_path, 'native_check.py')
280 output = run_feature_check(pyb, args, base_path, 'int_big.py')
285 output = run_feature_check(pyb, args, base_path, 'bytearray.py')
290 output = run_feature_check(pyb, args, base_path, 'set_check.py')
295 output = run_feature_check(pyb, args, base_path, 'slice.py')
300 output = run_feature_check(pyb, args, base_path, 'async_check.py')
305 output = run_feature_check(pyb, args, base_path, 'const.py')
310 output = run_feature_check(pyb, args, base_path, 'reverse_ops.py')
315 output = run_feature_check(pyb, args, base_path, 'uio_module.py')
320 t = run_feature_check(pyb, args, base_path, 'repl_emacs_check.py')
325 t = run_feature_check(pyb, args, base_path, 'repl_words_move_check.py')
329 upy_byteorder = run_feature_check(pyb, args, base_path, 'byteorder.py')
330 upy_float_precision = run_feature_check(pyb, args, base_path, 'float.py')
335 has_complex = run_feature_check(pyb, args, base_path, 'complex.py') == b'complex\n'
336 has_coverage = run_feature_check(pyb, args, base_path, 'coverage.py') == b'coverage\n'