Lines Matching refs:test_name
473 test_name = os.path.splitext(os.path.basename(test_file))[0]
474 …is_native = test_name.startswith("native_") or test_name.startswith("viper_") or args.emit == "nat…
475 is_endian = test_name.endswith("_endian")
476 is_int_big = test_name.startswith("int_big") or test_name.endswith("_intbig")
477 is_bytearray = test_name.startswith("bytearray") or test_name.endswith("_bytearray")
478 is_set_type = test_name.startswith("set_") or test_name.startswith("frozenset")
479 is_slice = test_name.find("slice") != -1 or test_name in misc_slice_tests
480 is_async = test_name.startswith(("async_", "uasyncio_"))
481 is_const = test_name.startswith("const")
482 is_io_module = test_name.startswith("io_")
493 skip_it |= skip_revops and "reverse_op" in test_name
503 skipped_tests.append(test_name)
533 skipped_tests.append(test_name)
552 failed_tests.append(test_name)