. rlib/parsing/test/test_parse.py::test_simple_packrat . rlib/parsing/test/test_parse.py::test_bad . rlib/parsing/test/test_parse.py::test_leftrecursion_detection . rlib/parsing/test/test_parse.py::test_epsilon . rlib/parsing/test/test_lexer.py::TestDirectLexer::()::test_simple . rlib/parsing/test/test_lexer.py::TestDirectLexer::()::test_pro . rlib/parsing/test/test_lexer.py::TestDirectLexer::()::test_ignore . rlib/parsing/test/test_lexer.py::TestDirectLexer::()::test_errors . rlib/parsing/test/test_lexer.py::TestDirectLexer::()::test_eof . rlib/parsing/test/test_lexer.py::TestDirectLexer::()::test_position . rlib/parsing/test/test_lexer.py::TestDirectLexer::()::test_position_ignore . rlib/parsing/test/test_lexer.py::TestDirectLexer::()::test_left_stuff_at_eof . rlib/parsing/test/test_lexer.py::TestSourcePos::()::test_copy . rlib/parsing/test/test_lexer.py::TestToken::()::test_copy . rlib/parsing/test/test_ebnfparse.py::test_simple . rlib/parsing/test/test_ebnfparse.py::test_long_inline_quotes . rlib/parsing/test/test_ebnfparse.py::test_toast . rlib/parsing/test/test_ebnfparse.py::test_eof . rlib/parsing/test/test_ebnfparse.py::test_prolog . rlib/parsing/test/test_ebnfparse.py::test_toast_bigger . rlib/parsing/test/test_ebnfparse.py::test_parser_repr_is_evalable . rlib/parsing/test/test_ebnfparse.py::test_lexer_end_string_corner_case . rlib/parsing/test/test_ebnfparse.py::test_escape_quotes . rlib/parsing/test/test_ebnfparse.py::test_leftrecursion . rlib/parsing/test/test_ebnfparse.py::test_jsonparse . rlib/parsing/test/test_ebnfparse.py::test_starparse . rlib/parsing/test/test_ebnfparse.py::test_double_star . rlib/parsing/test/test_ebnfparse.py::test_transform_star . rlib/parsing/test/test_ebnfparse.py::test_quoting . rlib/parsing/test/test_ebnfparse.py::test_check_for_missing_names . rlib/parsing/test/test_ebnfparse.py::test_starred_star . rlib/parsing/test/test_ebnfparse.py::test_transform_greater_than . rlib/parsing/test/test_ebnfparse.py::test_plus . rlib/parsing/test/test_ebnfparse.py::test_questionmark . rlib/parsing/test/test_ebnfparse.py::test_grouping_only_parens . rlib/parsing/test/test_ebnfparse.py::test_mix_star_and_questionmark . rlib/parsing/test/test_ebnfparse.py::test_nest_star_and_questionmark . rlib/parsing/test/test_ebnfparse.py::test_clash_literal_nonterminal . rlib/parsing/test/test_ebnfparse.py::test_example1 . rlib/parsing/test/test_ebnfparse.py::test_example2 s rlib/parsing/test/test_ebnfparse.py::test_bug Skipped: fix me somehow . rlib/parsing/test/test_ebnfparse.py::test_empty_production . rlib/parsing/test/test_ebnfparse.py::test_zero_repetition_production . rlib/parsing/test/test_parseerrors.py::TestDictError::()::test_lexererror . rlib/parsing/test/test_parseerrors.py::TestDictError::()::test_parseerror . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_simple . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_questionmark . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_call . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_memoize . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_enclose . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_not . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_lookahead . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_regex1 . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_regex2 . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_name . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_name2 . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_name3 . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_nested_repetition . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_ignore . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_regex . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_memoize_exceptions . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_error_character . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_error_or . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_error_not . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_error_lookahead . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_error_star . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_error_success . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_leftrecursion . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_leftrecursion_arithmetic . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_leftrecursion_more_choices . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_leftrecursion_argument . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_doif . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_if . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_parse_arguments . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_choose . rlib/parsing/test/test_pypackrat.py::TestPackrat::()::test_python_future . rlib/parsing/test/test_pythonparse.py::test_parse_grammar . rlib/parsing/test/test_pythonparse.py::test_parse_python_args . rlib/parsing/test/test_pythonparse.py::test_parse_funcdef . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_simple . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_class . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_while . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_comment . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_parse_print . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_assignment . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_lists . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_dicts . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_calls s rlib/parsing/test/test_pythonparse.py::TestParser::()::test_trailers Skipped: in progress . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_errors . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_precedence . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_parse_this . rlib/parsing/test/test_pythonparse.py::TestParser::()::test_parsing . rlib/parsing/test/test_pythonlexer.py::test_triple_regex . rlib/parsing/test/test_pythonlexer.py::test_number . rlib/parsing/test/test_pythonlexer.py::test_single_quoted_string . rlib/parsing/test/test_pythonlexer.py::test_triple_quoted_string . rlib/parsing/test/test_pythonlexer.py::test_name . rlib/parsing/test/test_pythonlexer.py::test_long . rlib/parsing/test/test_pythonlexer.py::test_complex_quoting . rlib/parsing/test/test_pythonlexer.py::test_self . rlib/parsing/test/test_pythonlexer.py::test_indentation . rlib/parsing/test/test_pythonlexer.py::test_linecont . rlib/parsing/test/test_pythonlexer.py::test_parenthesis . rlib/parsing/test/test_regexparse.py::test_simple . rlib/parsing/test/test_regexparse.py::test_quoted_1 . rlib/parsing/test/test_regexparse.py::test_range . rlib/parsing/test/test_regexparse.py::test_plus . rlib/parsing/test/test_regexparse.py::test_quoted_2 . rlib/parsing/test/test_regexparse.py::test_questionmark . rlib/parsing/test/test_regexparse.py::test_repetition . rlib/parsing/test/test_regexparse.py::test_quotes . rlib/parsing/test/test_regexparse.py::test_comment . rlib/parsing/test/test_regexparse.py::test_singlequote . rlib/parsing/test/test_regexparse.py::test_unescape . rlib/parsing/test/test_regexparse.py::test_escaped_quote . rlib/parsing/test/test_regexparse.py::test_number . rlib/parsing/test/test_regexparse.py::test_charclass . rlib/parsing/test/test_regexparse.py::test_charclass_in_range . rlib/parsing/test/test_pcre_regtest.py::test_output7::[0] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[1] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[2] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[3] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[4] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[5] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[6] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[7] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[8] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[9] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[10] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[11] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[12] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[13] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[14] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[15] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[16] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[17] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[18] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[19] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[20] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[21] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[22] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[23] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[24] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[25] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[26] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[27] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[28] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[29] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[30] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[31] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[32] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[33] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[34] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[35] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[36] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[37] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[38] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[39] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[40] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[41] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[42] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[43] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[44] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[45] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[46] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[47] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[48] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[49] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[50] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[51] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[52] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[53] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[54] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[55] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[56] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[57] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[58] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[59] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[60] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[61] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[62] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[63] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[64] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[65] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[66] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[67] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[68] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[69] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[70] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[71] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[72] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[73] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[74] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[75] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[76] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[77] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[78] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[79] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[80] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[81] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[82] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[83] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[84] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[85] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[86] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[87] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[88] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[89] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[90] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[91] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[92] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[93] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[94] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[95] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[96] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[97] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[98] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[99] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[100] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[101] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[102] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[103] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[104] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[105] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[106] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[107] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[108] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[109] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[110] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[111] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[112] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[113] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[114] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[115] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[116] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[117] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[118] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[119] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[120] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[121] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[122] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[123] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[124] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[125] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[126] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[127] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[128] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[129] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[130] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[131] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[132] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[133] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[134] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[135] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[136] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[137] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[138] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[139] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[140] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[141] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[142] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[143] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[144] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[145] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[146] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[147] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[148] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[149] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[150] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[151] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[152] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[153] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[154] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[155] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[156] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[157] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[158] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[159] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[160] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[161] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[162] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[163] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[164] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[165] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[166] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[167] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[168] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[169] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[170] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[171] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[172] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[173] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[174] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[175] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[176] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[177] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[178] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[179] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[180] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[181] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[182] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[183] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[184] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[185] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[186] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[187] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[188] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[189] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[190] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[191] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[192] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[193] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[194] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[195] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[196] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[197] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[198] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[199] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[200] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[201] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[202] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[203] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[204] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[205] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[206] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[207] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[208] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[209] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[210] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[211] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[212] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[213] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[214] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[215] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[216] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[217] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[218] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[219] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[220] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[221] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[222] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[223] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[224] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[225] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[226] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[227] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[228] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[229] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[230] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[231] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[232] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[233] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[234] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[235] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[236] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[237] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[238] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[239] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[240] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[241] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[242] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[243] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[244] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[245] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[246] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[247] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[248] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[249] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[250] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[251] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[252] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[253] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[254] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[255] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[256] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[257] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[258] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[259] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[260] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[261] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[262] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[263] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[264] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[265] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[266] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[267] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[268] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[269] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[270] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[271] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[272] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[273] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[274] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[275] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[276] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[277] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[278] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[279] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[280] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[281] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[282] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[283] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[284] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[285] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[286] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[287] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[288] . rlib/parsing/test/test_pcre_regtest.py::test_output7::[289] . rlib/parsing/test/test_deterministic.py::test_DFA_simple . rlib/parsing/test/test_deterministic.py::test_compile_recognizer . rlib/parsing/test/test_deterministic.py::test_NFA_simple . rlib/parsing/test/test_deterministic.py::test_NFA_with_epsilon . rlib/parsing/test/test_deterministic.py::test_NFA_to_DFA_simple . rlib/parsing/test/test_deterministic.py::test_simplify . rlib/parsing/test/test_deterministic.py::test_something . rlib/parsing/test/test_deterministic.py::test_compress_char_set . rlib/parsing/test/test_deterministic.py::test_make_nice_charset_repr . rlib/parsing/test/test_translate_lexer.py::test_translate_simple . rlib/parsing/test/test_regex.py::test_simple . rlib/parsing/test/test_regex.py::test_string_add . rlib/parsing/test/test_regex.py::test_kleene . rlib/parsing/test/test_regex.py::test_or . rlib/parsing/test/test_regex.py::test_plus . rlib/parsing/test/test_regex.py::test_even_number_of_as . rlib/parsing/test/test_regex.py::test_bigger_than_101001 . rlib/parsing/test/test_regex.py::test_even_length . rlib/parsing/test/test_regex.py::test_something . rlib/parsing/test/test_regex.py::test_range . rlib/parsing/test/test_regex.py::test_not . rlib/parsing/test/test_regex.py::test_empty . rlib/parsing/test/test_regex.py::test_big_example . rlib/parsing/test/test_tree.py::TestTreeAppLevel::()::test_nonterminal_simple . rlib/parsing/test/test_tree.py::TestTreeAppLevel::()::test_nonterminal_nested . rlib/parsing/test/test_tree.py::TestTreeAppLevel::()::test_nonterminal_simple_empty . rlib/parsing/test/test_tree.py::TestTreeAppLevel::()::test_nonterminal_nested_empty . rlib/parsing/test/test_tree.py::TestTreeTranslated::()::test_nonterminal_simple_empty . rlib/parsing/test/test_tree.py::TestTreeTranslated::()::test_nonterminal_nested_empty . rlib/rjitlog/test/test_jitlog.py::TestLogger::()::test_debug_merge_point . rlib/rjitlog/test/test_jitlog.py::TestLogger::()::test_common_prefix . rlib/rjitlog/test/test_jitlog.py::TestLogger::()::test_common_prefix_func . rlib/rjitlog/test/test_jitlog.py::TestLogger::()::test_redirect_assembler . rlib/rsre/test/test_ext_opcode.py::test_repeat_one_with_backref . rlib/rsre/test/test_ext_opcode.py::test_min_repeat_one_with_backref . rlib/rsre/test/test_ext_opcode.py::test_possessive_repeat_one . rlib/rsre/test/test_ext_opcode.py::test_possessive_repeat_one_min_count . rlib/rsre/test/test_ext_opcode.py::test_possessive_repeat . rlib/rsre/test/test_ext_opcode.py::test_atomic_group . rlib/rsre/test/test_ext_opcode.py::test_atomic_group_fullmatch_bug . rlib/rsre/test/test_ext_opcode.py::test_possessive_repeat_of_atomic_group . rlib/rsre/test/test_ext_opcode.py::test_possessive_repeat_mark . rlib/rsre/test/test_ext_opcode.py::test_possesive_repeat_groups . rlib/rsre/test/test_ext_opcode.py::test_possessive_repeat_zero_width s rlib/rsre/test/test_match.py::test_get_code_repetition Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_or Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_any Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_any_repetition Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_any_all Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_any_all_repetition Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_assert Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_assert_not Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_lookbehind Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_negative_lookbehind Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_at Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_repeated_set Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_category Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_groupref Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_groupref_ignore Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_groupref_exists Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_in_ignore Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_not_literal Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_not_literal_ignore Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_repeated_single_character_pattern Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_flatten_marks Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_bug1 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_assert_group Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_assert_not_group Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_match_start Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_match_end Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_match_bug1 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_match_bug2 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_match_bug3 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_bigcharset Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_simple_match_1 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_empty_maxuntil Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_fullmatch_1 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_fullmatch_2 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_fullmatch_3 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_fullmatch_4 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_fullmatch_assertion Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_match.py::TestMatch::()::test_range_ignore Skipped: This test cannot run in a 3.7 branch of pypy . rlib/rsre/test/test_char.py::test_getlower . rlib/rsre/test/test_char.py::test_getupper . rlib/rsre/test/test_char.py::test_getupper_getlower_unicode_ascii_shortcut . rlib/rsre/test/test_char.py::test_is_word . rlib/rsre/test/test_char.py::test_category . rlib/rsre/test/test_char.py::test_general_category . rlib/rsre/test/test_char.py::test_iscased s rlib/rsre/test/test_re.py::TestRe::()::test_search_star_plus Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_basic_re_sub Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_449964 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_449000 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_1140 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_sub_template_numeric_escape Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_qualified_re_sub Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_114660 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_462270 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_symbolic_refs Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_re_subn Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_re_split Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_qualified_re_split Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_re_findall Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_re_findall_2 Skipped: findall() returning groups is not RPython s rlib/rsre/test/test_re.py::TestRe::()::test_bug_117612 Skipped: findall() returning groups is not RPython s rlib/rsre/test/test_re.py::TestRe::()::test_re_match Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_923 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_re_groupref_exists Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_re_groupref Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_groupdict Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_expand Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_repeat_minmax Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_getattr Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_special_escapes Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bigcharset Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_anyall Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_non_consuming Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_ignore_case Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_category Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_getlower Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_not_literal Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_search_coverage Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_re_escape Skipped: This test cannot run in a 3.7 branch of pypy . rlib/rsre/test/test_re.py::TestRe::()::test_constants s rlib/rsre/test/test_re.py::TestRe::()::test_flags Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_sre_character_literals Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_sre_character_class_literals Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_113254 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_527371 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_545855 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_418626 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_612074 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_stack_overflow Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_scanner Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_448951 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_725106 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_725149 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_764548 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_finditer Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_926075 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_931848 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_581080 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_bug_817234 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_empty_array Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_re.py::TestRe::()::test_inline_flags Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_code1 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_code2 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_pure_literal Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_code3 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_max_until_0_65535 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_max_until_3_5 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_min_until_0_65535 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_min_until_3_5 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_min_repeat_one Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_simple_group Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_max_until_groups Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_group_branch Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_group_branch_max_until Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_group_7 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_group_branch_repeat_complex_case Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_minuntil_lastmark_restore Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_minuntil_bug Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_empty_maxuntil Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_empty_maxuntil_2 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_empty_minuntil Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchCustom::()::test_empty_search Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_code1 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_code2 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_pure_literal Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_code3 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_max_until_0_65535 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_max_until_3_5 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_min_until_0_65535 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_min_until_3_5 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_min_repeat_one Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_simple_group Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_max_until_groups Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_group_branch Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_group_branch_max_until Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_group_7 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_group_branch_repeat_complex_case Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_minuntil_lastmark_restore Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_minuntil_bug Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_empty_maxuntil Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_empty_maxuntil_2 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_empty_minuntil Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchStr::()::test_empty_search Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_code1 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_code2 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_pure_literal Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_code3 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_max_until_0_65535 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_max_until_3_5 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_min_until_0_65535 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_min_until_3_5 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_min_repeat_one Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_simple_group Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_max_until_groups Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_group_branch Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_group_branch_max_until Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_group_7 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_group_branch_repeat_complex_case Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_minuntil_lastmark_restore Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_minuntil_bug Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_empty_maxuntil Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_empty_maxuntil_2 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_empty_minuntil Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_empty_search Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_groupref_unicode_bug Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_literal_uni_ignore Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_literal_uni_ignore_repeat_one Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_in_uni_ignore_repeat_one Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zinterp.py /Users/runner/work/pypy/pypy/rpython/rlib/rsre/rpy/_sre.py:27: Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[0] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[1] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[2] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[3] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[4] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[5] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[6] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[7] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[8] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[9] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[10] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[11] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[12] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[13] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[14] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[15] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[16] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[17] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[18] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[19] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[20] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[21] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[22] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[23] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[24] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[25] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[26] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[27] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[28] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[29] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[30] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[31] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[32] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[33] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[34] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[35] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[36] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[37] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[38] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[39] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[40] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[41] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[42] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[43] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[44] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[45] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[46] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[47] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[48] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[49] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[50] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[51] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[52] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[53] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[54] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[55] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[56] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[57] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[58] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[59] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[60] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[61] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[62] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[63] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[64] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[65] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[66] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[67] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[68] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[69] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[70] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[71] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[72] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[73] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[74] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[75] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[76] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[77] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[78] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[79] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[80] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[81] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[82] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[83] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[84] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[85] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[86] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[87] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[88] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[89] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[90] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[91] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[92] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[93] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[94] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[95] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[96] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[97] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[98] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[99] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[100] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[101] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[102] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[103] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[104] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[105] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[106] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[107] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[108] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[109] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[110] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[111] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[112] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[113] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[114] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[115] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[116] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[117] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[118] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[119] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[120] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[121] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[122] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[123] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[124] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[125] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[126] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[127] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[128] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[129] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[130] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[131] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[132] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[133] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[134] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[135] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[136] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[137] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[138] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[139] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[140] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[141] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[142] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[143] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[144] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[145] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[146] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[147] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[148] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[149] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[150] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[151] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[152] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[153] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[154] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[155] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[156] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[157] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[158] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[159] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[160] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[161] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[162] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[163] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[164] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[165] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[166] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[167] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[168] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[169] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[170] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[171] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[172] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[173] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[174] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[175] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[176] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[177] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[178] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[179] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[180] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[181] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[182] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[183] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[184] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[185] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[186] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[187] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[188] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[189] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[190] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[191] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[192] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[193] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[194] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[195] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[196] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[197] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[198] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[199] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[200] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[201] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[202] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[203] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[204] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[205] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[206] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[207] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[208] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[209] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[210] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[211] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[212] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[213] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[214] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[215] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[216] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[217] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[218] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[219] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[220] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[221] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[222] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[223] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[224] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[225] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[226] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[227] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[228] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[229] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[230] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[231] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[232] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[233] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[234] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[235] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[236] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[237] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[238] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[239] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[240] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[241] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[242] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[243] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[244] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[245] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[246] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[247] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[248] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[249] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[250] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[251] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[252] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[253] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[254] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[255] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[256] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[257] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[258] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[259] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[260] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[261] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[262] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[263] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[264] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[265] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[266] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[267] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[268] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[269] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[270] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[271] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[272] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[273] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[274] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[275] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[276] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[277] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[278] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[279] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[280] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[281] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[282] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[283] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[284] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[285] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[286] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[287] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[288] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[289] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[290] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[291] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[292] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[293] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[294] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[295] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[296] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[297] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[298] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[299] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[300] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[301] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[302] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[303] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[304] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[305] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[306] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[307] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[308] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[309] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[310] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[311] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[312] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[313] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[314] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[315] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[316] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[317] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[318] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[319] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[320] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[321] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[322] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[323] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[324] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[325] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[326] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[327] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[328] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[329] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[330] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[331] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[332] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[333] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[334] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[335] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[336] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[337] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[338] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[339] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[340] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[341] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[342] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[343] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[344] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[345] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[346] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[347] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[348] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[349] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[350] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[351] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[352] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[353] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[354] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[355] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[356] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[357] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[358] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[359] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[360] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[361] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[362] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[363] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[364] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[365] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[366] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[367] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[368] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[369] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[370] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[371] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[372] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[373] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[374] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[375] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[376] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[377] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[378] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[379] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[380] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[381] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[382] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[383] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[384] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[385] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[386] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[387] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[388] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[389] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[390] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[391] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[392] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[393] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[394] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[395] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[396] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[397] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[398] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[399] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[400] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[401] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[402] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[403] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[404] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[405] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[406] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[407] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[408] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[409] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[410] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[411] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[412] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[413] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[414] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[415] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[416] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[417] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[418] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[419] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[420] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[421] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[422] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[423] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[424] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[425] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[426] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[427] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[428] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[429] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[430] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[431] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[432] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[433] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[434] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[435] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[436] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[437] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[438] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[439] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[440] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[441] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[442] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[443] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[444] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[445] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[446] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[447] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[448] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[449] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[450] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[451] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[452] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[453] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[454] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[455] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[456] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[457] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[458] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[459] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[460] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[461] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[462] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[463] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[464] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[465] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[466] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[467] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[468] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[469] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[470] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[471] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[472] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[473] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[474] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[475] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[476] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[477] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[478] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[479] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[480] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[481] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[482] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[483] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[484] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[485] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[486] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[487] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[488] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[489] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[490] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[491] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[492] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[493] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[494] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[495] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[496] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[497] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[498] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[499] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_match::[500] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[0] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[1] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[2] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[3] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[4] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[5] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[6] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[7] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[8] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[9] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[10] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[11] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[12] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[13] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[14] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[15] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[16] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[17] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[18] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[19] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[20] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[21] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[22] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[23] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[24] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[25] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[26] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[27] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[28] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[29] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[30] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[31] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[32] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[33] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[34] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[35] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[36] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[37] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[38] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[39] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[40] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[41] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[42] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[43] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[44] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[45] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[46] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[47] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[48] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[49] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[50] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[51] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[52] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[53] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[54] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[55] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[56] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[57] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[58] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[59] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[60] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[61] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[62] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[63] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[64] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[65] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[66] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[67] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[68] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[69] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[70] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[71] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[72] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[73] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[74] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[75] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[76] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[77] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[78] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[79] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[80] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[81] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[82] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[83] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[84] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[85] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[86] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[87] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[88] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[89] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[90] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[91] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[92] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[93] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[94] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[95] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[96] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[97] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[98] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[99] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[100] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[101] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[102] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[103] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[104] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[105] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[106] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[107] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[108] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[109] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[110] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[111] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[112] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[113] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[114] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[115] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[116] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[117] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[118] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[119] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[120] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[121] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[122] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[123] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[124] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[125] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[126] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[127] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[128] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[129] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[130] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[131] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[132] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[133] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[134] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[135] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[136] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[137] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[138] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[139] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[140] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[141] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[142] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[143] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[144] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[145] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[146] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[147] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[148] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[149] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[150] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[151] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[152] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[153] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[154] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[155] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[156] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[157] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[158] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[159] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[160] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[161] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[162] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[163] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[164] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[165] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[166] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[167] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[168] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[169] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[170] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[171] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[172] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[173] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[174] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[175] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[176] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[177] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[178] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[179] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[180] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[181] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[182] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[183] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[184] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[185] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[186] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[187] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[188] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[189] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[190] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[191] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[192] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[193] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[194] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[195] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[196] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[197] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[198] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[199] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[200] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[201] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[202] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[203] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[204] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[205] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[206] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[207] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[208] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[209] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[210] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[211] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[212] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[213] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[214] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[215] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[216] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[217] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[218] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[219] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[220] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[221] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[222] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[223] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[224] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[225] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[226] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[227] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[228] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[229] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[230] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[231] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[232] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[233] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[234] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[235] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[236] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[237] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[238] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[239] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[240] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[241] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[242] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[243] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[244] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[245] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[246] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[247] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[248] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[249] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[250] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[251] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[252] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[253] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[254] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[255] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[256] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[257] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[258] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[259] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[260] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[261] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[262] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[263] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[264] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[265] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[266] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[267] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[268] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[269] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[270] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[271] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[272] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[273] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[274] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[275] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[276] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[277] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[278] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[279] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[280] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[281] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[282] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[283] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[284] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[285] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[286] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[287] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[288] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[289] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[290] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[291] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[292] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[293] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[294] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[295] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[296] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[297] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[298] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[299] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[300] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[301] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[302] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[303] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[304] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[305] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[306] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[307] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[308] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[309] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[310] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[311] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[312] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[313] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[314] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[315] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[316] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[317] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[318] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[319] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[320] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[321] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[322] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[323] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[324] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[325] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[326] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[327] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[328] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[329] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[330] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[331] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[332] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[333] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[334] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[335] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[336] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[337] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[338] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[339] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[340] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[341] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[342] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[343] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[344] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[345] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[346] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[347] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[348] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[349] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[350] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[351] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[352] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[353] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[354] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[355] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[356] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[357] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[358] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[359] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[360] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[361] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[362] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[363] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[364] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[365] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[366] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[367] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[368] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[369] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[370] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[371] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[372] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[373] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[374] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[375] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[376] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[377] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[378] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[379] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[380] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[381] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[382] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[383] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[384] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[385] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[386] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[387] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[388] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[389] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[390] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[391] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[392] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[393] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[394] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[395] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[396] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[397] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[398] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[399] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[400] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[401] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[402] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[403] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[404] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[405] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[406] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[407] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[408] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[409] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[410] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[411] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[412] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[413] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[414] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[415] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[416] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[417] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[418] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[419] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[420] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[421] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[422] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[423] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[424] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[425] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[426] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[427] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[428] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[429] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[430] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[431] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[432] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[433] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[434] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[435] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[436] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[437] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[438] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[439] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[440] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[441] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[442] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[443] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[444] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[445] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[446] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[447] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[448] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[449] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[450] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[451] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[452] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[453] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[454] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[455] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[456] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[457] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[458] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[459] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[460] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[461] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[462] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[463] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[464] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[465] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[466] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[467] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[468] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[469] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[470] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[471] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[472] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[473] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[474] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[475] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[476] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[477] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[478] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[479] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[480] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[481] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[482] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[483] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[484] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[485] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[486] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[487] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[488] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[489] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[490] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[491] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[492] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[493] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[494] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[495] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[496] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[497] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[498] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[499] Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zexternal.py::test_external_search::[500] Skipped: This test cannot run in a 3.7 branch of pypy . rlib/rstrategies/test/test_rstrategies.py::test_setup . rlib/rstrategies/test/test_rstrategies.py::test_factory_setup . rlib/rstrategies/test/test_rstrategies.py::test_factory_setup_singleton_instances . rlib/rstrategies/test/test_rstrategies.py::test_metaclass . rlib/rstrategies/test/test_rstrategies.py::test_singletons . rlib/rstrategies/test/test_rstrategies.py::test_init_Empty . rlib/rstrategies/test/test_rstrategies.py::test_init_Nil . rlib/rstrategies/test/test_rstrategies.py::test_init_Generic . rlib/rstrategies/test/test_rstrategies.py::test_init_WeakGeneric . rlib/rstrategies/test/test_rstrategies.py::test_init_Integer . rlib/rstrategies/test/test_rstrategies.py::test_init_IntegerOrNil . rlib/rstrategies/test/test_rstrategies.py::test_store_Nil . rlib/rstrategies/test/test_rstrategies.py::test_store_Generic . rlib/rstrategies/test/test_rstrategies.py::test_store_WeakGeneric . rlib/rstrategies/test/test_rstrategies.py::test_store_Integer . rlib/rstrategies/test/test_rstrategies.py::test_store_IntegerOrNil . rlib/rstrategies/test/test_rstrategies.py::test_insert_Nil . rlib/rstrategies/test/test_rstrategies.py::test_insert_Generic . rlib/rstrategies/test/test_rstrategies.py::test_insert_WeakGeneric . rlib/rstrategies/test/test_rstrategies.py::test_insert_Integer . rlib/rstrategies/test/test_rstrategies.py::test_insert_IntegerOrNil . rlib/rstrategies/test/test_rstrategies.py::test_delete_Nil . rlib/rstrategies/test/test_rstrategies.py::test_delete_Generic . rlib/rstrategies/test/test_rstrategies.py::test_delete_WeakGeneric . rlib/rstrategies/test/test_rstrategies.py::test_delete_Integer . rlib/rstrategies/test/test_rstrategies.py::test_delete_IntegerOrNil . rlib/rstrategies/test/test_rstrategies.py::test_CheckCanHandle . rlib/rstrategies/test/test_rstrategies.py::test_AllNil_to_Generic . rlib/rstrategies/test/test_rstrategies.py::test_AllNil_to_IntegerOrNil . rlib/rstrategies/test/test_rstrategies.py::test_IntegerOrNil_to_Generic . rlib/rstrategies/test/test_rstrategies.py::test_Integer_to_IntegerOrNil . rlib/rstrategies/test/test_rstrategies.py::test_Generic_to_AllNil . rlib/rstrategies/test/test_rstrategies.py::test_Integer_Generic . rlib/rstrategies/test/test_rstrategies.py::test_TaggingValue_not_storable . rlib/rstrategies/test/test_rstrategies.py::test_insert_StrategySwitch_IntOrNil . rlib/rstrategies/test/test_rstrategies.py::test_insert_StrategySwitch_AllNil . rlib/rstrategies/test/test_rstrategies.py::test_transition_to_nonSingleton . rlib/rstrategies/test/test_rstrategies.py::test_generic_convert_storage . rlib/rstrategies/test/test_rstrategies.py::test_Empty_store . rlib/rstrategies/test/test_rstrategies.py::test_Empty_insert . rlib/rstrategies/test/test_rstrategies.py::test_slice . rlib/rstrategies/test/test_rstrategies.py::test_fetch_all . rlib/rstrategies/test/test_rstrategies.py::test_append . rlib/rstrategies/test/test_rstrategies.py::test_pop . rlib/rstrategies/test/test_rstrategies.py::test_store_all . rlib/rstrategies/test/test_rstrategies.py::test_optimized_strategy_switch . rlib/rstrategies/test/test_rstrategies.py::test_strategy_type_for . rlib/rstrategies/test/test_rstrategies.py::test_logger . rlib/rstrategies/test/test_rstrategies.py::test_aggregating_logger . rlib/rstruct/test/test_pack.py::TestAllowSlowpath::()::test_slowpath_not_allowed . rlib/rstruct/test/test_pack.py::TestUseFastpath::()::test_fastpath_taken . rlib/rstruct/test/test_pack.py::TestAllowFastPath::()::test_fastpath_not_allowed . rlib/rstruct/test/test_pack.py::TestPackLittleEndian::()::test_pack_int . rlib/rstruct/test/test_pack.py::TestPackLittleEndian::()::test_pack_ieee . rlib/rstruct/test/test_pack.py::TestPackLittleEndian::()::test_pack_halffloat . rlib/rstruct/test/test_pack.py::TestPackLittleEndian::()::test_float_overflow . rlib/rstruct/test/test_pack.py::TestPackLittleEndian::()::test_pack_char . rlib/rstruct/test/test_pack.py::TestPackLittleEndian::()::test_pack_bool . rlib/rstruct/test/test_pack.py::TestPackLittleEndian::()::test_pack_pad . rlib/rstruct/test/test_pack.py::TestPackLittleEndian::()::test_pack_string . rlib/rstruct/test/test_pack.py::TestPackLittleEndian::()::test_pack_pascal . rlib/rstruct/test/test_pack.py::TestPackLittleEndianSlowPath::()::test_pack_int . rlib/rstruct/test/test_pack.py::TestPackLittleEndianSlowPath::()::test_pack_ieee . rlib/rstruct/test/test_pack.py::TestPackLittleEndianSlowPath::()::test_pack_halffloat . rlib/rstruct/test/test_pack.py::TestPackLittleEndianSlowPath::()::test_float_overflow . rlib/rstruct/test/test_pack.py::TestPackLittleEndianSlowPath::()::test_pack_char . rlib/rstruct/test/test_pack.py::TestPackLittleEndianSlowPath::()::test_pack_bool . rlib/rstruct/test/test_pack.py::TestPackLittleEndianSlowPath::()::test_pack_pad . rlib/rstruct/test/test_pack.py::TestPackLittleEndianSlowPath::()::test_pack_string . rlib/rstruct/test/test_pack.py::TestPackLittleEndianSlowPath::()::test_pack_pascal . rlib/rstruct/test/test_pack.py::TestPackBigEndian::()::test_pack_int . rlib/rstruct/test/test_pack.py::TestPackBigEndian::()::test_pack_ieee . rlib/rstruct/test/test_pack.py::TestPackBigEndian::()::test_pack_halffloat . rlib/rstruct/test/test_pack.py::TestPackBigEndian::()::test_float_overflow . rlib/rstruct/test/test_pack.py::TestPackBigEndian::()::test_pack_char . rlib/rstruct/test/test_pack.py::TestPackBigEndian::()::test_pack_bool . rlib/rstruct/test/test_pack.py::TestPackBigEndian::()::test_pack_pad . rlib/rstruct/test/test_pack.py::TestPackBigEndian::()::test_pack_string . rlib/rstruct/test/test_pack.py::TestPackBigEndian::()::test_pack_pascal . rlib/rstruct/test/test_pack.py::TestPackBigEndianSlowPath::()::test_pack_int . rlib/rstruct/test/test_pack.py::TestPackBigEndianSlowPath::()::test_pack_ieee . rlib/rstruct/test/test_pack.py::TestPackBigEndianSlowPath::()::test_pack_halffloat . rlib/rstruct/test/test_pack.py::TestPackBigEndianSlowPath::()::test_float_overflow . rlib/rstruct/test/test_pack.py::TestPackBigEndianSlowPath::()::test_pack_char . rlib/rstruct/test/test_pack.py::TestPackBigEndianSlowPath::()::test_pack_bool . rlib/rstruct/test/test_pack.py::TestPackBigEndianSlowPath::()::test_pack_pad . rlib/rstruct/test/test_pack.py::TestPackBigEndianSlowPath::()::test_pack_string . rlib/rstruct/test/test_pack.py::TestPackBigEndianSlowPath::()::test_pack_pascal . rlib/rstruct/test/test_pack.py::TestNative::()::test_pack_int . rlib/rstruct/test/test_pack.py::TestNative::()::test_pack_ieee . rlib/rstruct/test/test_pack.py::TestNative::()::test_pack_halffloat . rlib/rstruct/test/test_pack.py::TestNative::()::test_float_overflow . rlib/rstruct/test/test_pack.py::TestNative::()::test_pack_char . rlib/rstruct/test/test_pack.py::TestNative::()::test_pack_bool . rlib/rstruct/test/test_pack.py::TestNative::()::test_pack_pad . rlib/rstruct/test/test_pack.py::TestNative::()::test_pack_string . rlib/rstruct/test/test_pack.py::TestNative::()::test_pack_pascal . rlib/rstruct/test/test_pack.py::TestNativeSlowPath::()::test_pack_int . rlib/rstruct/test/test_pack.py::TestNativeSlowPath::()::test_pack_ieee . rlib/rstruct/test/test_pack.py::TestNativeSlowPath::()::test_pack_halffloat . rlib/rstruct/test/test_pack.py::TestNativeSlowPath::()::test_float_overflow . rlib/rstruct/test/test_pack.py::TestNativeSlowPath::()::test_pack_char . rlib/rstruct/test/test_pack.py::TestNativeSlowPath::()::test_pack_bool . rlib/rstruct/test/test_pack.py::TestNativeSlowPath::()::test_pack_pad . rlib/rstruct/test/test_pack.py::TestNativeSlowPath::()::test_pack_string . rlib/rstruct/test/test_pack.py::TestNativeSlowPath::()::test_pack_pascal . rlib/rstruct/test/test_pack.py::TestUnaligned::()::test_unaligned . rlib/rstruct/test/test_pack.py::TestUnaligned::()::test_subbuffer . rlib/rsre/test/test_zjit.py::test_jit_unroll_safe s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_simple_match_1 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_simple_match_2 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_simple_match_repeated Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_match_minrepeat_1 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_branch_1 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_match_minrepeat_2 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_fast_search Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_regular_search Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_regular_search_upcase Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_max_until_1 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_min_until_1 Skipped: This test cannot run in a 3.7 branch of pypy . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_max_until_possessive s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_example_1 Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_aorbstar Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_range Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_single_chars Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_digit Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_space Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_word Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_complex Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_space_but_not_space Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_find_repetition_end_fastpath Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_match_jit_bug Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_getlower_branch_free Skipped: This test cannot run in a 3.7 branch of pypy s rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_set_one_fewer_instruction Skipped: This test cannot run in a 3.7 branch of pypy . rlib/rstruct/test/test_runpack.py::TestRStruct::()::test_unpack . rlib/rstruct/test/test_runpack.py::TestRStruct::()::test_unpack_2 . rlib/rstruct/test/test_runpack.py::TestRStruct::()::test_unpack_error . rlib/rstruct/test/test_runpack.py::TestRStruct::()::test_unpack_single . rlib/rstruct/test/test_runpack.py::TestRStruct::()::test_unpack_big_endian . rlib/rstruct/test/test_runpack.py::TestRStruct::()::test_unpack_double_big_endian . rlib/rstruct/test/test_runpack.py::TestRStruct::()::test_native_floats . rlib/rstruct/test/test_runpack.py::TestRStruct::()::test_unpack_halffloat . rlib/rstruct/test/test_runpack.py::TestRStruct::()::test_unpack_standard_little . rlib/rstruct/test/test_runpack.py::TestRStruct::()::test_unpack_standard_big . rlib/rstruct/test/test_runpack.py::TestRStruct::()::test_align . rlib/rstruct/test/test_runpack.py::TestNoFastPath::()::test_unpack . rlib/rstruct/test/test_runpack.py::TestNoFastPath::()::test_unpack_2 . rlib/rstruct/test/test_runpack.py::TestNoFastPath::()::test_unpack_error . rlib/rstruct/test/test_runpack.py::TestNoFastPath::()::test_unpack_single . rlib/rstruct/test/test_runpack.py::TestNoFastPath::()::test_unpack_big_endian . rlib/rstruct/test/test_runpack.py::TestNoFastPath::()::test_unpack_double_big_endian . rlib/rstruct/test/test_runpack.py::TestNoFastPath::()::test_native_floats . rlib/rstruct/test/test_runpack.py::TestNoFastPath::()::test_unpack_halffloat . rlib/rstruct/test/test_runpack.py::TestNoFastPath::()::test_unpack_standard_little . rlib/rstruct/test/test_runpack.py::TestNoFastPath::()::test_unpack_standard_big . rlib/rstruct/test/test_runpack.py::TestNoFastPath::()::test_align . rlib/rvmprof/test/test_file.py::test_same_file . rlib/rvmprof/test/test_support.py::TestFakeVMProf::()::test_sampling . rlib/rvmprof/test/test_support.py::TestFakeVMProf::()::test_check_status . rlib/rvmprof/test/test_support.py::TestFixture::()::test_fixture . rlib/parsing/test/test_translate.py::test_translate_parser . rlib/parsing/test/test_translate.py::test_translate_compiled_parser . rlib/parsing/test/test_translate.py::test_translate_ast_visitor . rlib/parsing/test/test_translate.py::test_translate_pypackrat . rlib/parsing/test/test_translate.py::test_translate_pypackrat_regex . rlib/rstruct/test/test_ieee.py::TestFloatSpecific::()::test_halffloat_exact . rlib/rstruct/test/test_ieee.py::TestFloatSpecific::()::test_halffloat_inexact . rlib/rstruct/test/test_ieee.py::TestFloatSpecific::()::test_halffloat_overunderflow . rlib/rstruct/test/test_ieee.py::TestFloatSpecific::()::test_float80_exact . rlib/rstruct/test/test_ieee.py::TestFloatPacking::()::test_infinities . rlib/rstruct/test/test_ieee.py::TestFloatPacking::()::test_zeros . rlib/rstruct/test/test_ieee.py::TestFloatPacking::()::test_nans . rlib/rstruct/test/test_ieee.py::TestFloatPacking::()::test_simple . rlib/rstruct/test/test_ieee.py::TestFloatPacking::()::test_subnormal . rlib/rstruct/test/test_ieee.py::TestFloatPacking::()::test_powers_of_two . rlib/rstruct/test/test_ieee.py::TestFloatPacking::()::test_float4_boundaries . rlib/rstruct/test/test_ieee.py::TestFloatPacking::()::test_random . rlib/rstruct/test/test_ieee.py::TestFloatPacking::()::test_various_nans . rlib/rstruct/test/test_ieee.py::TestCompiled::()::test_pack_float . rlib/test/test__jit_vref.py::test_direct_forced . rlib/test/test__jit_vref.py::test_direct_invalid . rlib/test/test__jit_vref.py::test_annotate_1 . rlib/test/test__jit_vref.py::test_annotate_2 . rlib/test/test__jit_vref.py::test_annotate_3 . rlib/test/test__jit_vref.py::test_annotate_4 . rlib/test/test__jit_vref.py::TestVRef::()::test_rtype_1 . rlib/test/test__jit_vref.py::TestVRef::()::test_rtype_2 . rlib/test/test__jit_vref.py::TestVRef::()::test_rtype_3 . rlib/test/test__jit_vref.py::TestVRef::()::test_rtype_4 . rlib/test/test__jit_vref.py::TestVRef::()::test_rtype_5 . rlib/test/test__jit_vref.py::TestVRef::()::test_rtype_virtualattr . rlib/rvmprof/test/test_rvmprof.py::TestExecuteCode::()::test . rlib/rvmprof/test/test_rvmprof.py::TestResultClass::()::test . rlib/rvmprof/test/test_rvmprof.py::TestRegisterCode::()::test F rlib/rvmprof/test/test_rvmprof.py::TestEnable::()::test self = def test(self): from vmprof import read_profile assert self.entry_point(10**4, 0.1, 0) == 17697048 assert self.tmpfile.check() self.tmpfile.remove() # assert self.rpy_entry_point(10**4, 0.5, 0) == 17697048 cpu_time = self.get_cpu_time() assert self.tmpfile.check() prof = read_profile(self.tmpfilename) tree = prof.get_tree() assert tree.name == 'py:code:52:test_enable' > assert self.approx_equal(tree.count, cpu_time/self.SAMPLING_INTERVAL) E assert >(115, (0.35 / 0.004)) E + where > = .approx_equal E + and 115 = 115 E + where 115 = .count E + and 0.004 = .SAMPLING_INTERVAL rlib/rvmprof/test/test_rvmprof.py:164: AssertionError ---------- Captured stdout setup ---------- in get_rpath_flags, rel_libdirs is not fixed up ['/opt/homebrew/lib'] ---------- Captured stderr setup ---------- [flowgraph] (rpython.translator.c.test.test_genc:66)entry_point [translation:info] Annotating&simplifying... [translation:info] with policy: rpython.annotator.policy.AnnotatorPolicy [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:110)RVMProfSamplingTest.entry_point [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:17)MyCode.__init__ [flowgraph] (rpython.rlib.rvmprof:17)register_code [flowgraph] (rpython.rlib.rvmprof.rvmprof:60)VMProf.register_code [flowgraph] (rpython.rlib.rweaklist:46)WeakCodeObjectList.add_handle [flowgraph] (rpython.rlib.rweaklist:24)WeakCodeObjectList.reserve_next_handle_index [flowgraph] (rpython.rlib.rweaklist:51)WeakCodeObjectList.store_handle [flowgraph] (rpython.rlib.rposix:461)open [flowgraph] (rpython.rlib.rposix:385)_as_bytes0 [flowgraph] (rpython.rlib.rposix:371)_as_bytes [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)open [flowgraph] (rpython.rtyper.lltypesystem.rffi:934)get_nonmovingbuffer_ll_final_null [flowgraph] (rpython.rtyper.lltypesystem.rffi:881)get_nonmovingbuffer_ll [flowgraph] (rpython.rlib.objectmodel:315)we_are_translated_to_c [flowgraph] (rpython.rtyper.lltypesystem.rstr:116)copy_string_to_raw [flowgraph] (rpython.rtyper.lltypesystem.rstr:63)_get_raw_buf [flowgraph] (rpython.rtyper.lltypesystem.rstr:57)_str_ofs [flowgraph] (rpython.rtyper.lltypesystem.llmemory:411)sizeof [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_open [flowgraph] (rpython.rlib.rgil:160)release [flowgraph] (rpython.rlib.rposix:151)_errno_before [flowgraph] (rpython.rlib.rthread:349)getraw [flowgraph] (rpython.rlib.rthread:349)getraw [flowgraph] (rpython.rlib.rposix:170)_errno_after [flowgraph] (rpython.rlib.rthread:364)setraw [flowgraph] (rpython.rlib.rthread:364)setraw [flowgraph] (rpython.rlib.rgil:171)acquire [flowgraph] (rpython.rlib.rthread:282)gc_thread_run [flowgraph] (rpython.rtyper.lltypesystem.rffi:945)free_nonmovingbuffer_ll [flowgraph] (rpython.rlib.rposix:430)handle_posix_error [flowgraph] (rpython.rlib.rarithmetic:139)widen [flowgraph] (rpython.rlib.rposix:113)get_saved_errno [flowgraph] (rpython.rlib.rvmprof:35)enable [flowgraph] (rpython.rlib.rvmprof.rvmprof:132)VMProf.enable [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)vmprof_init [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_vmprof_init [flowgraph] (rpython.rtyper.lltypesystem.rffi:862)charp2str [flowgraph] (rpython.rtyper.lltypesystem.rffi:1051)charpsize2str [flowgraph] (?:2)mallocstr [flowgraph] (rpython.rtyper.lltypesystem.rstr:36)mallocstr [flowgraph] (rpython.rlib.rvmprof.rvmprof:118)gather_all_code_objs [flowgraph] (rpython.rlib.rweaklist:21)WeakCodeObjectList.get_all_handles [flowgraph] (rpython.rlib.rvmprof.rvmprof:52) [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:20)MyCode.get_name [flowgraph] (rpython.rlib.rvmprof.rvmprof:170)VMProf._write_code_registration [flowgraph] (rpython.rtyper.lltypesystem.rstr:145)copy_raw_to_string [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)vmprof_register_virtual_function [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_vmprof_register_virtual_function [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)vmprof_enable [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_vmprof_enable [flowgraph] (rpython.rlib.rposix:151)_errno_before [flowgraph] (rpython.rlib.rposix:170)_errno_after [flowgraph] (rpython.rlib.rvmprof.rvmprof:28)VMProfError.__init__ [flowgraph] (rpython.rlib.rposix:1184)strerror [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)strerror [flowgraph] (rpython.rlib.rtime:146)time [flowgraph] (rpython.rlib.rtime:101)decode_timeval [flowgraph] (rpython.rtyper.lltypesystem.rffi:1395)getintfield [flowgraph] (rpython.rtyper.lltypesystem.rffi:1395)getintfield [flowgraph] (rpython.rlib.rposix:1629)times [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)times [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_times [flowgraph] (rpython.rlib.rposix:151)_errno_before [flowgraph] (rpython.rlib.rposix:170)_errno_after [flowgraph] (rpython.rlib.rvmprof.rvmprof:236)TestEnable.main_rvmprof [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:143) [flowgraph] (rpython.rlib.rvmprof:38)disable [flowgraph] (rpython.rlib.rvmprof.rvmprof:157)VMProf.disable [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)vmprof_disable [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_vmprof_disable [flowgraph] (rpython.rlib.rposix:151)_errno_before [flowgraph] (rpython.rlib.rposix:170)_errno_after [flowgraph] (rpython.rlib.rvmprof.rvmprof:232)decorated_jitted_function [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:143)main [flowgraph] (rpython.rlib.rvmprof.cintf:205)enter_code [flowgraph] (rpython.rlib.rvmprof.cintf:194)_pop_freelist_or_malloc [flowgraph] (rpython.rlib.rthread:356)get_or_make_raw [flowgraph] (rpython.rlib.rthread:364)setraw [flowgraph] (rpython.rlib.rthread:356)get_or_make_raw [flowgraph] (rpython.rlib.rthread:364)setraw [flowgraph] (rpython.rlib.rposix:508)close [flowgraph] (rpython.rlib.rposix:268)SuppressIPH.__init__ [flowgraph] (rpython.rlib.rposix:271)SuppressIPH.__enter__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)close [flowgraph] (rpython.rlib.rposix:274)SuppressIPH.__exit__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:2)ccall_close [flowgraph] (rpython.rlib.rposix:151)_errno_before [flowgraph] (rpython.rlib.rposix:170)_errno_after [flowgraph] (rpython.rlib.rposix:430)handle_posix_error [flowgraph] (rpython.rlib.rposix:500)write [flowgraph] (rpython.rtyper.lltypesystem.rffi:1448)scoped_nonmovingbuffer.__init__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:1452)scoped_nonmovingbuffer.__enter__ [flowgraph] (rpython.rlib.rvmprof.cintf:215)leave_code [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)write [flowgraph] (rpython.rtyper.lltypesystem.rffi:1454)scoped_nonmovingbuffer.__exit__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_write [flowgraph] (rpython.rlib.rposix:151)_errno_before [flowgraph] (rpython.rlib.rposix:170)_errno_after [flowgraph] (rpython.rlib.rposix:430)handle_posix_error [flowgraph] (rpython.flowspace.specialcase:76)rpython_print_item [flowgraph] (rpython.translator.c.test.test_genc:39)llrepr_out [flowgraph] (rpython.flowspace.specialcase:95)rpython_print_newline [flowgraph] (rpython.flowspace.specialcase:85)rpython_print_end [flowgraph] (?:1)memo__get_vmprof_0 [flowgraph] (?:1)memo_offsetof_0 [flowgraph] (?:1)memo_itemoffsetof_0 [flowgraph] (?:1)memo__sizeof_none_0 [flowgraph] (?:1)memo__isfunctype_0 [flowgraph] (?:1)memo_itemoffsetof_0 [flowgraph] (?:1)memo__should_widen_type_0 [flowgraph] (?:1)memo__isfunctype_0 [flowgraph] (?:1)memo__isfunctype_0 [flowgraph] (?:1)memo__isfunctype_0 [flowgraph] (?:1)memo__isfunctype_0 [translation:info] usession directory: /var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/usession-pypy-HEAD-28 [translation:info] already done: Annotating&simplifying [translation:info] RTyping... [flowgraph] (rpython.rtyper.rclass:1177)ll_runtime_type_info [flowgraph] (rpython.rtyper.rlist:690)ll_getitem_nonneg [flowgraph] (rpython.rtyper.rlist:719)ll_getitem_fast [flowgraph] (rpython.rtyper.lltypesystem.rlist:372)ll_getitem_fast [flowgraph] (rpython.rtyper.lltypesystem.rlist:369)ll_items [flowgraph] (rpython.rtyper.lltypesystem.rstr:1058)ll_int [flowgraph] (rpython.rtyper.lltypesystem.rstr:601)ll_streq [flowgraph] (rpython.rtyper.rstr:426)ll_str [flowgraph] (?:1)memo_ll_constant_0 [flowgraph] (rpython.rtyper.rlist:635)ll_pop_default [flowgraph] (rpython.rtyper.lltypesystem.rlist:365)ll_length [flowgraph] (rpython.rtyper.lltypesystem.rlist:372)ll_getitem_fast [flowgraph] (rpython.rtyper.lltypesystem.rlist:369)ll_items [flowgraph] (rpython.rtyper.rlist:541)ll_null_item [flowgraph] (rpython.rtyper.lltypesystem.rlist:295)_ll_list_resize_le [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rlib.jit:1300)conditional_call [flowgraph] (?:11)_ll_list_resize_hint_really_look_inside_iff [flowgraph] (rpython.rtyper.lltypesystem.rlist:198) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.lltypesystem.rlist:198)_ll_list_resize_hint_really [flowgraph] (rpython.rtyper.lltypesystem.rlist:351)_ll_new_empty_item_array [flowgraph] (?:2)ll_arraycopy [flowgraph] (rpython.rlib.rgc:362)ll_arraycopy [flowgraph] (rpython.rlib.rgc:342)copy_item [flowgraph] (rpython.rtyper.lltypesystem.llmemory:411)sizeof [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (?:2)_ll_list_resize_hint_really_trampoline [flowgraph] (rpython.rtyper.lltypesystem.rlist:198)_ll_list_resize_hint_really [flowgraph] (?:1)memo__ll_prebuilt_empty_array_0 [flowgraph] (?:1)memo__contains_gcptr_0 [flowgraph] (?:1)memo_itemoffsetof_0 [flowgraph] (?:1)memo__sizeof_none_0 [flowgraph] (rpython.rtyper.rlist:582)ll_len_foldable [flowgraph] (rpython.rtyper.lltypesystem.rlist:395)ll_fixed_length [flowgraph] (rpython.rtyper.lltypesystem.rrange:70)ll_newrange [flowgraph] (rpython.rtyper.lltypesystem.rrange:91)ll_rangeiter [flowgraph] (rpython.rtyper.rrange:172)ll_rangenext_up [flowgraph] (rpython.rtyper.rlist:690)ll_getitem_nonneg [flowgraph] (rpython.rtyper.rlist:719)ll_getitem_fast [flowgraph] (rpython.rtyper.lltypesystem.rlist:402)ll_fixed_getitem_fast [flowgraph] (rpython.rtyper.rlist:574)ll_len [flowgraph] (rpython.rtyper.rlist:635)ll_pop_default [flowgraph] (rpython.rtyper.rrange:128)ll_range2list [flowgraph] (rpython.rtyper.rrange:56)_ll_rangelen [flowgraph] (rpython.rtyper.lltypesystem.rlist:384)ll_fixed_newlist [flowgraph] (rpython.rtyper.lltypesystem.rlist:407)ll_fixed_setitem_fast [flowgraph] (rpython.rtyper.rlist:784)ll_extend [flowgraph] (rpython.rtyper.lltypesystem.rlist:395)ll_fixed_length [flowgraph] (rpython.rtyper.lltypesystem.rlist:280)_ll_list_resize_ge [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rlib.jit:1300)conditional_call [flowgraph] (rpython.rtyper.rlist:554)ll_arraycopy [flowgraph] (rpython.rtyper.lltypesystem.rlist:399)ll_fixed_items [flowgraph] (rpython.rtyper.rlist:487)ll_alloc_and_set [flowgraph] (rpython.rlib.rarithmetic:741)int_force_ge_zero [flowgraph] (rpython.rtyper.rlist:510)_ll_alloc_and_set_jit [flowgraph] (rpython.rtyper.rlist:472)_ll_zero_or_null [flowgraph] (rpython.rtyper.rlist:494)_ll_alloc_and_set_nojit [flowgraph] (rpython.rtyper.lltypesystem.rlist:384)ll_fixed_newlist [flowgraph] (rpython.rtyper.rlist:522)_ll_alloc_and_clear [flowgraph] (rpython.rtyper.lltypesystem.rlist:399)ll_fixed_items [flowgraph] (?:11)_ll_alloc_and_set_nonnull_look_inside_iff [flowgraph] (rpython.rtyper.rlist:530) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.rlist:530)_ll_alloc_and_set_nonnull [flowgraph] (rpython.rtyper.lltypesystem.rlist:407)ll_fixed_setitem_fast [flowgraph] (rpython.rlib.rgc:538)ll_arrayfill [flowgraph] (rpython.rlib.rgc:508)ll_arrayclear [flowgraph] (rpython.rtyper.lltypesystem.llmemory:411)sizeof [flowgraph] (?:2)_ll_alloc_and_set_nonnull_trampoline [flowgraph] (rpython.rtyper.rlist:530)_ll_alloc_and_set_nonnull [flowgraph] (?:1)memo_itemoffsetof_0 [flowgraph] (?:1)memo__sizeof_none_0 [flowgraph] (rpython.rtyper.rlist:602)ll_concat [flowgraph] (rpython.rtyper.rlist:554)ll_arraycopy [flowgraph] (?:2)ll_arraycopy [flowgraph] (rpython.rlib.rgc:362)ll_arraycopy [flowgraph] (rpython.rlib.rgc:342)copy_item [flowgraph] (?:1)memo__contains_gcptr_0 [flowgraph] (rpython.rtyper.rlist:590)ll_append [flowgraph] (rpython.rtyper.lltypesystem.rlist:377)ll_setitem_fast [flowgraph] (rpython.rtyper.rstr:997)ll_float [flowgraph] (rpython.rlib.rfloat:87)rstring_to_float [flowgraph] (rpython.rlib.rdtoa:54)strtod [flowgraph] (rpython.rlib.objectmodel:397)revdb_flag_io_disabled [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)_PyPy_dg_strtod [flowgraph] (?:1)memo__isfunctype_0 [flowgraph] (?:1)memo__isfunctype_0 [flowgraph] (rpython.rtyper.rlist:728)ll_setitem_nonneg [flowgraph] (rpython.rtyper.lltypesystem.rstr:350)ll_strlen [rtyper] specializing: 100 / 925 blocks (10%) [flowgraph] (?:11)ll_join_strs_look_inside_iff [flowgraph] (rpython.rtyper.lltypesystem.rstr:785) [flowgraph] (rpython.rlib.jit:294)loop_unrolling_heuristic [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.lltypesystem.rstr:783)ll_join_strs [flowgraph] (rpython.rtyper.lltypesystem.llmemory:1037)cast_any_ptr [flowgraph] (rpython.rtyper.lltypesystem.rstr:78)copy_string_contents [flowgraph] (rpython.rlib.jit:281)isvirtual [flowgraph] (?:2)ll_join_strs_trampoline [flowgraph] (rpython.rtyper.lltypesystem.rstr:783)ll_join_strs [flowgraph] (rpython.rtyper.lltypesystem.rlist:470)ll_listiter [flowgraph] (rpython.rtyper.lltypesystem.rlist:476)ll_listnext [flowgraph] (rpython.rtyper.lltypesystem.rstr:695)ll_count_char [rtyper] specializing: 200 / 993 blocks (20%) [flowgraph] (rpython.rtyper.lltypesystem.ll_str:13)ll_int2dec [flowgraph] (rpython.rtyper.lltypesystem.ll_str:7)ll_unsigned [rtyper] specializing: 300 / 1009 blocks (29%) [flowgraph] (rpython.rtyper.rint:149)ll_str [rtyper] specializing: 400 / 1011 blocks (39%) [flowgraph] (rpython.rtyper.lltypesystem.rstr:1293)ll_striter [rtyper] specializing: 500 / 1014 blocks (49%) [flowgraph] (rpython.rtyper.lltypesystem.rstr:1306)ll_strnext [flowgraph] (rpython.rtyper.rlist:590)ll_append [flowgraph] (rpython.rtyper.lltypesystem.rlist:365)ll_length [flowgraph] (rpython.rtyper.lltypesystem.rlist:280)_ll_list_resize_ge [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rlib.jit:1300)conditional_call [flowgraph] (?:11)_ll_list_resize_hint_really_look_inside_iff [flowgraph] (rpython.rtyper.lltypesystem.rlist:198) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.lltypesystem.rlist:198)_ll_list_resize_hint_really [flowgraph] (rpython.rtyper.lltypesystem.rlist:351)_ll_new_empty_item_array [flowgraph] (?:2)ll_arraycopy [flowgraph] (rpython.rlib.rgc:362)ll_arraycopy [flowgraph] (rpython.rlib.rgc:342)copy_item [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (?:2)_ll_list_resize_hint_really_trampoline [flowgraph] (rpython.rtyper.lltypesystem.rlist:198)_ll_list_resize_hint_really [flowgraph] (rpython.rtyper.lltypesystem.rlist:377)ll_setitem_fast [flowgraph] (rpython.rtyper.lltypesystem.rlist:369)ll_items [flowgraph] (?:1)memo__ll_prebuilt_empty_array_0 [flowgraph] (?:1)memo__contains_gcptr_0 [flowgraph] (?:1)memo_itemoffsetof_0 [flowgraph] (?:11)ll_join_chars_look_inside_iff [flowgraph] (rpython.rtyper.lltypesystem.rstr:821) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.lltypesystem.rstr:820)ll_join_chars [flowgraph] (rpython.rlib.jit:281)isvirtual [flowgraph] (?:2)ll_join_chars_trampoline [flowgraph] (rpython.rtyper.lltypesystem.rstr:820)ll_join_chars [flowgraph] (?:11)ll_listdelslice_startonly_look_inside_iff [flowgraph] (rpython.rtyper.rlist:914) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.rlist:914)ll_listdelslice_startonly [flowgraph] (rpython.rtyper.rlist:541)ll_null_item [flowgraph] (rpython.rlib.jit:281)isvirtual [flowgraph] (rpython.rtyper.lltypesystem.rlist:295)_ll_list_resize_le [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (?:2)ll_listdelslice_startonly_trampoline [flowgraph] (rpython.rtyper.rlist:914)ll_listdelslice_startonly [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rlib.jit:1300)conditional_call [rtyper] specializing: 600 / 1163 blocks (51%) [rtyper] specializing: 700 / 1163 blocks (60%) [flowgraph] (rpython.rtyper.rint:398)ll_int_py_div [rtyper] specializing: 800 / 1168 blocks (68%) [flowgraph] (rpython.rtyper.lltypesystem.rstr:354)ll_stritem_nonneg [flowgraph] (rpython.rtyper.lltypesystem.rstr:860)ll_stringslice_startstop [flowgraph] (rpython.rtyper.lltypesystem.rstr:840)_ll_stringslice [flowgraph] (?:1)memo_emptystrfun_0 [rtyper] specializing: 900 / 1187 blocks (75%) [rtyper] specializing: 1000 / 1187 blocks (84%) [flowgraph] (rpython.rtyper.rint:434)ll_uint_py_div [flowgraph] (rpython.rtyper.rint:525)ll_uint_py_mod [rtyper] specializing: 1100 / 1191 blocks (92%) [rtyper] -=- specialized 1191 blocks -=- [flowgraph] (rpython.rtyper.rclass:1140)ll_issubclass [flowgraph] (rpython.rtyper.rclass:1137)ll_type [rtyper] -=- specialized 4 more blocks -=- [translation:info] usession directory: /var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/usession-pypy-HEAD-28 [translation:info] already done: Annotating&simplifying [translation:info] already done: RTyping [translation:info] lltype back-end optimisations... [backendopt:removecasts] removed 1 cast_pointers in _get_raw_buf__rpy_string [backendopt:removecasts] removed 3 cast_pointers in handle_posix_error__open [backendopt:removecasts] removed 6 cast_pointers in VMProf.enable [backendopt:removecasts] removed 1 cast_pointers in charpsize2str [backendopt:removecasts] removed 3 cast_pointers in VMProf._write_code_registration [backendopt:removecasts] removed 1 cast_pointers in copy_raw_to_string [backendopt:removecasts] removed 1 cast_pointers in strerror [backendopt:removecasts] removed 3 cast_pointers in times [backendopt:removecasts] removed 2 cast_pointers in main_rvmprof__star_3 [backendopt:removecasts] removed 4 cast_pointers in VMProf.disable [backendopt:removecasts] removed 3 cast_pointers in handle_posix_error__close [backendopt:removecasts] removed 3 cast_pointers in handle_posix_error__write [backendopt:removecasts] removed 4 cast_pointers in ll_int__rpy_stringPtr_Signed [backendopt:removecasts] removed 1 cast_pointers in ll_pop_default__dum_checkidxConst_listPtr [backendopt:removecasts] removed 1 cast_pointers in ll_rangenext_up__rangePtr_Signed [backendopt:removecasts] removed 1 cast_pointers in ll_range2list__GcArray_SignedLlT_Signed_Signed_Signed [backendopt:removecasts] removed 1 cast_pointers in ll_extend__listPtr_arrayPtr [backendopt:removecasts] removed 1 cast_pointers in int_force_ge_zero__Signed [backendopt:removecasts] removed 1 cast_pointers in ll_concat__GcArray_Ptr_GCREF__gcopaque_Ll_arrayPtr_arrayPtr [backendopt:removecasts] removed 3 cast_pointers in ll_float__rpy_stringPtr [backendopt:removecasts] removed 2 cast_pointers in strtod__SomeString [backendopt:removecasts] removed 1 cast_pointers in ll_join_strs__v2330___simple_call__function_ [backendopt:removecasts] removed 1 cast_pointers in copy_string_contents__rpy_stringPtr_rpy_stringPtr_Signed_Signed_Signed [backendopt:removecasts] removed 1 cast_pointers in ll_join_strs__v2333___simple_call__function_ [backendopt:removecasts] removed 1 cast_pointers in ll_listnext__listiterPtr [backendopt:removecasts] removed 1 cast_pointers in ll_strnext__stringiterPtr [backendopt:removecasts] removed 1 cast_pointers in _ll_stringslice__rpy_stringPtr_Signed_Signed [backendopt:inlining] phase with threshold factor: 32.4 [backendopt:inlining] heuristic: rpython.translator.backendopt.inline.inlining_heuristic [backendopt:inlining] 0.00 get_nonmovingbuffer_ll_final_null [backendopt:inlining] 0.00 get_nonmovingbuffer_ll [backendopt:inlining] 0.00 _as_bytes__str [backendopt:inlining] 0.00 _as_bytes0__str [backendopt:inlining] 0.00 open__SomeString_Signed_Signed_star_3 [backendopt:inlining] 0.00 vmprof_register_virtual_function__SomeString_Signed_Signed_star_3 [backendopt:inlining] 0.00 ll_fixed_items__arrayPtr [backendopt:inlining] 0.00 times__tmsPtr_star_1 [backendopt:inlining] 0.00 copy_string_contents__rpy_stringPtr_rpy_stringPtr_Signed_Signed_Signed [backendopt:inlining] 0.00 cast_any_ptr__Ptr_GcStruct_rpy_stringLlT_rpy_stringPtr [backendopt:inlining] 0.00 strerror__Signed_star_1 [backendopt:inlining] 0.00 _lambda_ [backendopt:inlining] 0.00 vmprof_disable___star_0 [backendopt:inlining] 0.00 scoped_nonmovingbuffer.__enter__ [backendopt:inlining] 0.00 get_nonmovingbuffer_ll_final_null [backendopt:inlining] 0.00 widen__int [backendopt:inlining] 0.00 gc_thread_run [backendopt:inlining] 0.00 __exit____star_3 [backendopt:inlining] 0.00 ll_getitem_nonneg__dum_nocheckConst_ll_getitem_fastConst_listPtr_Signed [backendopt:inlining] 0.00 _get_raw_buf__rpy_string [backendopt:inlining] 0.00 ll_getitem_fast__listPtr_Signed [backendopt:inlining] 0.00 copy_string_to_raw [backendopt:inlining] 0.00 get_nonmovingbuffer_ll_final_null [backendopt:inlining] 0.00 _pop_freelist_or_malloc [backendopt:inlining] 0.00 write__Signed_arrayPtr_Signed_star_3 [backendopt:inlining] 0.00 memo__sizeof_none_0 [backendopt:inlining] 0.00 close__Signed_star_1 [backendopt:inlining] 0.00 scoped_nonmovingbuffer.__init__ [backendopt:inlining] 0.00 memo_ll_constant_0 [backendopt:inlining] 0.00 ll_getitem_nonneg__dum_nocheckConst_ll_getitem_fastConst_arrayPtr_Signed [backendopt:inlining] 0.00 isconstant__v2323___simple_call__function_ [backendopt:inlining] 0.00 memo__sizeof_none_0 [backendopt:inlining] 0.00 isconstant__v2309___simple_call__function_ [backendopt:inlining] 0.00 conditional_call__v2310___simple_call__function__star_3 [backendopt:inlining] 0.00 isconstant__v2313___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2315___simple_call__function_ [backendopt:inlining] 0.00 memo__ll_prebuilt_empty_array_0 [backendopt:inlining] 0.00 memo__sizeof_none_0 [backendopt:inlining] 0.00 ll_getitem_fast__arrayPtr_Signed [backendopt:inlining] 0.00 copy_raw_to_string [backendopt:inlining] 0.00 vmprof_init__Signed_Float_Signed_Signed_SomeString_Signed_Signed_star_7 [backendopt:inlining] 0.00 vmprof_enable__Signed_Signed_Signed_star_3 [backendopt:inlining] 0.00 isconstant__v2308___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2329___simple_call__function_ [backendopt:inlining] 0.00 _PyPy_dg_strtod__arrayPtr_arrayPtr_star_2 [backendopt:inlining] 0.00 ll_setitem_nonneg__dum_nocheckConst_arrayPtr_Signed_GCREFPtr [backendopt:inlining] 0.00 isvirtual__v2331___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2319___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2320___simple_call__function_ [backendopt:inlining] 0.00 conditional_call__v2321___simple_call__function__star_3 [backendopt:inlining] 0.00 ll_fixed_items__arrayPtr [backendopt:inlining] 0.00 isconstant__v2335___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2336___simple_call__function_ [backendopt:inlining] 0.00 conditional_call__v2337___simple_call__function__star_3 [backendopt:inlining] 0.00 isconstant__v2340___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2342___simple_call__function_ [backendopt:inlining] 0.00 memo__ll_prebuilt_empty_array_0 [backendopt:inlining] 0.00 isconstant__v2346___simple_call__function_ [backendopt:inlining] 0.00 isvirtual__v2348___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2352___simple_call__function_ [backendopt:inlining] 0.00 isvirtual__v2354___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2356___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2359___simple_call__function_ [backendopt:inlining] 0.00 conditional_call__v2360___simple_call__function__star_3 [backendopt:inlining] 0.00 memo_emptystrfun_0 [backendopt:inlining] 2.00 getraw [backendopt:inlining] 2.00 getraw [backendopt:inlining] 2.00 setraw [backendopt:inlining] 2.00 setraw [backendopt:inlining] 2.00 ll_strlen__rpy_stringPtr [backendopt:inlining] 0.00 get_nonmovingbuffer_ll_final_null [backendopt:inlining] 2.00 ll_length__listPtr [backendopt:inlining] 2.00 ll_fixed_newlist__GcArray_Ptr_GCREF__gcopaque_Ll_Signed [backendopt:inlining] 2.00 ll_length__listPtr [backendopt:inlining] 2.00 VMProfError.__init__ [backendopt:inlining] 2.00 setraw [backendopt:inlining] 2.00 ll_items__listPtr [backendopt:inlining] 2.00 ll_fixed_length__arrayPtr [backendopt:inlining] 2.00 get_or_make_raw [backendopt:inlining] 2.00 setraw [backendopt:inlining] 2.00 ll_items__listPtr [backendopt:inlining] 2.00 MyCode.__init__ [backendopt:inlining] 2.00 WeakCodeObjectList.get_all_handles [backendopt:inlining] 2.00 get_or_make_raw [backendopt:inlining] 2.00 ll_items__listPtr [backendopt:inlining] 2.00 ll_fixed_newlist__GcArray_SignedLlT_Signed [backendopt:inlining] 2.00 ll_fixed_length__arrayPtr [backendopt:inlining] 2.00 ll_unsigned__Signed [backendopt:inlining] 2.00 ll_uint_py_div__Unsigned_Unsigned [backendopt:inlining] 2.00 ll_uint_py_mod__Unsigned_Unsigned [backendopt:inlining] 4.00 ll_str__StringR_Ptr_GcStruct_rpy_strin_rpy_stringPtr [backendopt:inlining] 4.00 ll_fixed_setitem_fast__arrayPtr_Signed_GCREFPtr [backendopt:inlining] 4.00 ll_fixed_getitem_fast__arrayPtr_Signed [backendopt:inlining] 4.00 _ll_zero_or_null__GCREFPtr [backendopt:inlining] 4.00 getintfield__timevalPtr_c_tv_sec [backendopt:inlining] 4.00 getintfield__timevalPtr_c_tv_usec [backendopt:inlining] 4.00 copy_item__arrayPtr_arrayPtr_Signed_Signed [backendopt:inlining] 4.00 ll_fixed_setitem_fast__arrayPtr_Signed_Signed [backendopt:inlining] 4.00 copy_item__arrayPtr_arrayPtr_Signed_Signed [backendopt:inlining] 4.00 copy_item__arrayPtr_arrayPtr_Signed_Signed [backendopt:inlining] 4.00 ll_stritem_nonneg__rpy_stringPtr_Signed [backendopt:inlining] 5.00 release [backendopt:inlining] 6.00 _str_ofs__rpy_string [backendopt:inlining] 0.00 get_nonmovingbuffer_ll_final_null [backendopt:inlining] 7.00 acquire [backendopt:inlining] 7.00 mallocstr [backendopt:inlining] 4.00 get_saved_errno [backendopt:inlining] 7.00 ll_str__IntegerR_SignedConst_Signed [backendopt:inlining] 7.00 disable [backendopt:inlining] 7.00 llrepr_out__int [backendopt:inlining] 7.00 rpython_print_newline [backendopt:inlining] 2.00 ll_len_foldable__arrayPtr [backendopt:inlining] 2.00 ll_len__listPtr [backendopt:inlining] 7.00 rstring_to_float__SomeString [backendopt:inlining] 7.00 ll_listdelslice_startonly_look_inside_iff__listPtr_Signed [backendopt:inlining] 7.50 mallocstr [backendopt:inlining] 7.50 int_force_ge_zero__Signed [backendopt:inlining] 8.00 ll_newrange__Ptr_GcStruct_rangeLlT_Signed_Signed [backendopt:inlining] 8.00 ll_listiter__Ptr_GcStruct_listiterLlT_arrayPtr [backendopt:inlining] 9.00 ll_join_strs_look_inside_iff__Signed_arrayPtr_Ptr_GcStruct_rpy_stringLlT [backendopt:inlining] 9.00 _ll_list_resize_hint_really_look_inside_iff__listPtr_Signed_Bool [backendopt:inlining] 9.00 _ll_list_resize_hint_really_look_inside_iff__listPtr_Signed_Bool [backendopt:inlining] 9.00 register_code__rpython_rlib_rvmprof_test_test_rvmprof_MyCode [backendopt:inlining] 9.00 _ll_alloc_and_set_nonnull_look_inside_iff__GcArray_Ptr_GCREF__gcopaque_Ll_Signed_GCREFPtr [backendopt:inlining] 9.00 ll_join_chars_look_inside_iff__Signed_arrayPtr_Ptr_GcStruct_rpy_stringLlT [backendopt:inlining] 6.00 ll_getitem_fast__listPtr_Signed [backendopt:inlining] 11.00 ll_arraycopy__arrayPtr_arrayPtr_Signed_Signed_Signed [backendopt:inlining] 6.00 ll_getitem_fast__listPtr_Signed [backendopt:inlining] 11.00 ll_arraycopy__arrayPtr_arrayPtr_Signed_Signed_Signed [backendopt:inlining] 11.00 enable [backendopt:inlining] 11.00 ll_arraycopy__arrayPtr_arrayPtr_Signed_Signed_Signed [backendopt:inlining] 11.00 ll_arraycopy__arrayPtr_arrayPtr_Signed_Signed_Signed [backendopt:inlining] 6.00 ll_setitem_fast__listPtr_Signed_Signed [backendopt:inlining] 6.00 ll_setitem_fast__listPtr_Signed_Char [backendopt:inlining] 12.00 ll_rangeiter__Ptr_GcStruct_rangeLlT_rangePtr [backendopt:inlining] 12.00 ll_striter__rpy_stringPtr [backendopt:inlining] 12.00 ll_arrayclear__arrayPtr [backendopt:inlining] 12.50 ll_rangenext_up__rangePtr_Signed [backendopt:inlining] 13.00 free_nonmovingbuffer_ll [backendopt:inlining] 9.00 ll_listdelslice_startonly__v2353___simple_call__function_ [backendopt:inlining] 9.00 ll_listdelslice_startonly__v2358___simple_call__function_ [backendopt:inlining] 15.00 ll_int_py_div__Signed_Signed [backendopt:inlining] 15.50 ll_strnext__stringiterPtr [backendopt:inlining] 16.00 WeakCodeObjectList.add_handle [backendopt:inlining] 14.25 ll_alloc_and_set__GcArray_Ptr_GCREF__gcopaque_Ll_Signed_GCREFPtr [backendopt:inlining] 15.00 _ll_alloc_and_clear__GcArray_Ptr_GCREF__gcopaque_Ll_Signed [backendopt:inlining] 4.00 loop_unrolling_heuristic__v2328___simple_call__function_ [backendopt:inlining] 18.12 ll_stringslice_startstop__rpy_stringPtr_Signed_Signed [backendopt:inlining] 16.00 WeakCodeObjectList.store_handle [backendopt:inlining] 21.00 ccall_close [backendopt:inlining] 0.00 close__Signed_star_1 [backendopt:inlining] 21.33 ll_arrayfill__arrayPtr_GCREFPtr [backendopt:inlining] 21.65 ll_streq__rpy_stringPtr_rpy_stringPtr [backendopt:inlining] 21.75 close [backendopt:inlining] 16.00 decode_timeval [backendopt:inlining] 10.00 leave_code [backendopt:inlining] 17.00 ll_pop_default__dum_nocheckConst_listPtr [backendopt:inlining] 23.33 charp2str [backendopt:inlining] 18.75 ll_pop_default__dum_checkidxConst_listPtr [backendopt:inlining] 17.50 ll_listnext__listiterPtr [backendopt:inlining] 17.00 ll_append__listPtr_Char [backendopt:inlining] 13.00 ll_arraycopy__arrayPtr_listPtr_Signed_Signed_Signed [backendopt:inlining] 17.00 ll_append__listPtr_Signed [backendopt:inlining] 25.17 _ll_alloc_and_set_nojit__GcArray_Ptr_GCREF__gcopaque_Ll_Signed_GCREFPtr [backendopt:inlining] 19.25 _errno_after__v2296___simple_call__function_ [backendopt:inlining] 19.25 _errno_after__v2298___simple_call__function_ [backendopt:inlining] 19.25 _errno_after__v2300___simple_call__function_ [backendopt:inlining] 19.25 _errno_after__v2302___simple_call__function_ [backendopt:inlining] 19.25 _errno_after__v2304___simple_call__function_ [backendopt:inlining] 0.00 close__Signed_star_1 [backendopt:inlining] 19.25 _errno_after__v2306___simple_call__function_ [backendopt:inlining] 26.16 ll_join_chars__v2347___simple_call__function_ [backendopt:inlining] 26.16 ll_join_chars__v2350___simple_call__function_ [backendopt:inlining] 27.00 enter_code [backendopt:inlining] 27.50 ll_arraycopy__arrayPtr_arrayPtr_Signed_Signed_Signed [backendopt:inlining] 27.50 ll_arraycopy__arrayPtr_arrayPtr_Signed_Signed_Signed [backendopt:inlining] 31.66 ll_count_char__rpy_stringPtr_Char_Signed_Signed [backendopt:inlining] 20.67 _ll_alloc_and_set_nonnull__v2324___simple_call__function_ [backendopt:inlining] 20.67 _ll_alloc_and_set_nonnull__v2326___simple_call__function_ [backendopt:inlining] 27.50 ll_concat__GcArray_Ptr_GCREF__gcopaque_Ll_arrayPtr_arrayPtr [backendopt:inlining] 27.75 ll_range2list__GcArray_SignedLlT_Signed_Signed_Signed [backendopt:inlining] 31.75 handle_posix_error__close [backendopt:inlining] 31.75 handle_posix_error__open [backendopt:inlining] 31.75 handle_posix_error__write [backendopt:inlining] 31.87 _errno_before__v2303___simple_call__function_ [backendopt:inlining] 0.00 close__Signed_star_1 [backendopt:inlining] 31.87 _errno_before__v2295___simple_call__function_ [backendopt:inlining] 31.87 _errno_before__v2297___simple_call__function_ [backendopt:inlining] 31.87 _errno_before__v2299___simple_call__function_ [backendopt:inlining] 31.87 _errno_before__v2301___simple_call__function_ [backendopt:inlining] 31.87 _errno_before__v2305___simple_call__function_ [backendopt:inlining] inlined 407 callsites. [backendopt:removecasts] removed 2 cast_pointers in time [backendopt:removecasts] removed 2 cast_pointers in times [backendopt:removecasts] removed 2 cast_pointers in strtod__SomeString [backendopt:malloc] starting malloc removal [backendopt:malloc] 9 simple mallocs removed in 'entry_point' [backendopt:malloc] 2 simple mallocs removed in 'RVMProfSamplingTest.entry_point' [backendopt:malloc] 2 simple mallocs removed in 'WeakCodeObjectList.reserve_next_handle_index' [backendopt:malloc] 10 simple mallocs removed in 'open__str' [backendopt:malloc] 10 simple mallocs removed in 'open__SomeString_Signed_Signed_star_3' [backendopt:malloc] 24 simple mallocs removed in 'VMProf.enable' [backendopt:malloc] 17 simple mallocs removed in 'vmprof_init__Signed_Float_Signed_Signed_SomeString_Signed_Signed_star_7' [backendopt:malloc] 1 simple mallocs removed in 'gather_all_code_objs' [backendopt:malloc] 10 simple mallocs removed in 'VMProf._write_code_registration' [backendopt:malloc] 10 simple mallocs removed in 'vmprof_register_virtual_function__SomeString_Signed_Signed_star_3' [backendopt:malloc] 7 simple mallocs removed in 'vmprof_enable__Signed_Signed_Signed_star_3' [backendopt:malloc] 3 simple mallocs removed in 'strerror' [backendopt:malloc] 3 simple mallocs removed in 'strerror__Signed_star_1' [backendopt:malloc] 3 simple mallocs removed in 'times__tmsPtr_star_1' [backendopt:malloc] 1 simple mallocs removed in 'main_rvmprof__star_3' [backendopt:malloc] 1 simple mallocs removed in 'decorated_jitted_function__star_3' [backendopt:malloc] 2 simple mallocs removed in 'main' [backendopt:malloc] 1 simple mallocs removed in 'close' [backendopt:malloc] 3 simple mallocs removed in 'close__Signed_star_1' [backendopt:malloc] 3 simple mallocs removed in 'write' [backendopt:malloc] 2 simple mallocs removed in 'scoped_nonmovingbuffer.__init__' [backendopt:malloc] 7 simple mallocs removed in 'write__Signed_arrayPtr_Signed_star_3' [backendopt:malloc] 1 simple mallocs removed in 'rpython_print_item' [backendopt:malloc] 1 simple mallocs removed in 'rpython_print_end' [backendopt:malloc] 1 simple mallocs removed in '_ll_list_resize_le__listPtr_Signed' [backendopt:malloc] 1 simple mallocs removed in 'conditional_call__v2310___simple_call__function__star_3' [backendopt:malloc] 1 simple mallocs removed in '_ll_list_resize_ge__listPtr_Signed' [backendopt:malloc] 1 simple mallocs removed in 'conditional_call__v2321___simple_call__function__star_3' [backendopt:malloc] 1 simple mallocs removed in 'strtod__SomeString' [backendopt:malloc] 5 simple mallocs removed in '_PyPy_dg_strtod__arrayPtr_arrayPtr_star_2' [backendopt:malloc] 1 simple mallocs removed in '_ll_list_resize_ge__listPtr_Signed' [backendopt:malloc] 1 simple mallocs removed in 'conditional_call__v2337___simple_call__function__star_3' [backendopt:malloc] 1 simple mallocs removed in '_ll_list_resize_le__listPtr_Signed' [backendopt:malloc] 1 simple mallocs removed in 'conditional_call__v2360___simple_call__function__star_3' [backendopt:malloc] removed 147 simple mallocs in total [backendopt:removecasts] removed 1 cast_pointers in main_rvmprof__star_3 [backendopt:removecasts] removed 4 cast_pointers in decorated_jitted_function__star_3 [backendopt:mergeifblocks] starting to merge if blocks [translation:info] usession directory: /var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/usession-pypy-HEAD-28 [translation:info] already done: Annotating&simplifying [translation:info] already done: RTyping [translation:info] already done: lltype back-end optimisations [translation:info] inserting stack checks... [flowgraph] (rpython.rlib.rstack:42)stack_check [flowgraph] (rpython.rlib.rstack:67)stack_check_slowpath [rtyper] specializing: 1200 / 1203 blocks (99%) [rtyper] -=- specialized 8 more blocks -=- [translation:info] inserted 0 stack checks. [translation:info] Creating database for generating c source... [flowgraph] (rpython.translator.exceptiontransform:100)rpyexc_occurred [flowgraph] (rpython.translator.exceptiontransform:104)rpyexc_fetch_type [flowgraph] (rpython.translator.exceptiontransform:107)rpyexc_fetch_value [flowgraph] (rpython.translator.exceptiontransform:110)rpyexc_clear [flowgraph] (rpython.translator.exceptiontransform:114)rpyexc_raise [flowgraph] (rpython.translator.exceptiontransform:128)rpyexc_reraise [flowgraph] (rpython.translator.exceptiontransform:133)rpyexc_fetch_exception [flowgraph] (rpython.translator.exceptiontransform:138)rpyexc_restore_exception [flowgraph] (rpython.translator.exceptiontransform:539)rpyexc_get_exception_addr [flowgraph] (rpython.translator.exceptiontransform:543)rpyexc_get_exc_value_addr [flowgraph] (rpython.rtyper.rclass:1180)ll_inst_type [rtyper] -=- specialized 25 more blocks -=- [flowgraph] (rpython.memory.gctransform.transform:455)_ll_malloc_fixedsize [flowgraph] (rpython.memory.gctransform.transform:462)_ll_malloc_fixedsize_zero [flowgraph] (rpython.memory.gctransform.transform:478)_ll_malloc_varsize_no_length [flowgraph] (rpython.memory.gctransform.transform:495)ll_malloc_varsize [flowgraph] (rpython.memory.gctransform.transform:501)_ll_malloc_varsize_no_length_zero [flowgraph] (rpython.memory.gctransform.transform:455)_ll_malloc_fixedsize [flowgraph] (rpython.memory.gctransform.transform:455)_ll_malloc_fixedsize [flowgraph] (rpython.memory.gctransform.transform:478)_ll_malloc_varsize_no_length [flowgraph] (rpython.memory.gctransform.transform:495)ll_malloc_varsize [flowgraph] (rpython.memory.gctransform.boehm:58)ll_identityhash [flowgraph] (rpython.memory.gctransform.transform:469)_ll_compute_size [flowgraph] (rpython.memory.gctransform.boehm:20) [flowgraph] (rpython.memory.gctransform.boehm:24) [flowgraph] (rpython.memory.gctransform.transform:469)_ll_compute_size [rtyper] -=- specialized 57 more blocks -=- [backendopt:removecasts] removed 1 cast_pointers in _ll_malloc_fixedsize__Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_malloc_fixedsize_zero__Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_malloc_varsize_no_length__Signed_Signed_Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_malloc_varsize_no_length_zero__Signed_Signed_Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_malloc_fixedsize__Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_malloc_fixedsize__Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_malloc_varsize_no_length__Signed_Signed_Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_compute_size__Signed_Signed_Signed [backendopt:removecasts] removed 1 cast_pointers in _ll_compute_size__Signed_Signed_Signed [backendopt:inlining] phase with threshold factor: 32.4 [backendopt:inlining] heuristic: rpython.translator.backendopt.inline.inlining_heuristic [backendopt:inlining] 0.00 _ll_compute_size__Signed_Signed_Signed [backendopt:inlining] 0.00 _ll_compute_size__Signed_Signed_Signed [backendopt:inlining] 2.00 _lambda_ [backendopt:inlining] 2.00 _lambda_ [backendopt:inlining] 16.50 _ll_malloc_varsize_no_length__Signed_Signed_Signed [backendopt:inlining] 16.50 _ll_malloc_varsize_no_length__Signed_Signed_Signed [backendopt:inlining] inlined 8 callsites. [backendopt:malloc] starting malloc removal [backendopt:malloc] removed 0 simple mallocs in total [backendopt:mergeifblocks] starting to merge if blocks [flowgraph] (rpython.translator.c.genc:261)entrypoint_wrapper [flowgraph] (rpython.rtyper.rlist:487)ll_alloc_and_set [flowgraph] (rpython.rtyper.rlist:510)_ll_alloc_and_set_jit [flowgraph] (rpython.rtyper.rlist:522)_ll_alloc_and_clear [flowgraph] (rpython.rtyper.lltypesystem.rlist:324)ll_newlist [flowgraph] (?:11)_ll_alloc_and_set_nonnull_look_inside_iff [flowgraph] (rpython.rtyper.rlist:530) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.rlist:530)_ll_alloc_and_set_nonnull [flowgraph] (rpython.rtyper.lltypesystem.rlist:377)ll_setitem_fast [flowgraph] (rpython.rtyper.rlist:494)_ll_alloc_and_set_nojit [flowgraph] (?:2)_ll_alloc_and_set_nonnull_trampoline [flowgraph] (rpython.rtyper.rlist:530)_ll_alloc_and_set_nonnull [flowgraph] (rpython.rtyper.rlist:728)ll_setitem_nonneg [rtyper] specializing: 1300 / 1333 blocks (97%) [rtyper] -=- specialized 48 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [rtyper] -=- specialized 0 more blocks -=- [backendopt:inlining] phase with threshold factor: 32.4 [backendopt:inlining] heuristic: rpython.translator.backendopt.inline.inlining_heuristic [backendopt:inlining] inlined 0 callsites. [backendopt:malloc] starting malloc removal [backendopt:malloc] removed 0 simple mallocs in total [backendopt:mergeifblocks] starting to merge if blocks [c:database] GC transformer: finished helpers [c:database] GC transformer: finished tables [c:database] Inlining GC helpers and postprocessing [c] 398 nodes [ array: 51 boehm rtti: 22 func: 98 struct: 227 ] [c:database] Completed [translation:info] database for generating C source was created [translation:info] Generating c source... [c:writing] structdef.h [c:writing] forwarddecl.h [c:writing] preimpl.h [c:writing] data_rpython_flowspace.c [c:writing] data_rpython_memory_gctransform.c [c:writing] data_rpython_rlib.c [c:writing] data_rpython_rlib_rvmprof.c [c:writing] data_rpython_rlib_rvmprof_test.c [c:writing] data_rpython_rtyper_lltypesystem.c [c:writing] data_rpython_translator_c.c [c:writing] data_rpython_translator_c_test.c [c:writing] nonfuncnodes.c [c:writing] data_rpython_rlib_1.c [c:writing] data_rpython_rlib_rvmprof_1.c [c:writing] data_rpython_rtyper_lltypesystem_1.c [c:writing] implement.c [c:writing] rpython_flowspace.c [c:writing] rpython_memory_gctransform.c [c:writing] rpython_rlib.c [c:writing] rpython_rlib_rvmprof.c [c:writing] rpython_rlib_rvmprof_test.c [c:writing] rpython_rtyper.c [c:writing] rpython_rtyper_lltypesystem.c [c:writing] rpython_translator.c [c:writing] rpython_translator_c.c [c:writing] rpython_translator_c_test.c [translation:info] written: /var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/usession-pypy-HEAD-28/testing_4/testing_4.c [translation:info] Compiling c source... [platform:execute] make in /var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/usession-pypy-HEAD-28/testing_4 [translation:info] created: /var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/usession-pypy-HEAD-28/testing_4/testing_4 [translation:info] usession directory: /var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/usession-pypy-HEAD-28 ---------- Captured stdout call ---------- THE RESULT IS: 17697048 ; MALLOC COUNTERS: 0 0 ---------- Captured stderr call ---------- [c:cmdexec] /var/folders/d8/hvxvltxn0fl4rmnd52sncbth0000gn/T/usession-pypy-HEAD-28/testing_4/testing_4 10000 0.5 0 . rlib/rvmprof/test/test_rvmprof.py::TestEnable::()::test_mem . rlib/rvmprof/test/test_rvmprof.py::TestNative::()::test (somefailed=True in rlib/rvmprof/test/test_rvmprof.py) . rlib/test/test_cache.py::TestCache::()::test_getorbuild . rlib/rvmprof/test/test_ztranslation.py::test_interpreted . rlib/rvmprof/test/test_ztranslation.py::test_compiled . rlib/test/test_clibffi.py::TestCLibffi::()::test_library_open . rlib/test/test_clibffi.py::TestCLibffi::()::test_library_get_func . rlib/test/test_clibffi.py::TestCLibffi::()::test_library_func_call . rlib/test/test_clibffi.py::TestCLibffi::()::test_call_args . rlib/test/test_clibffi.py::TestCLibffi::()::test_wrong_args . rlib/test/test_clibffi.py::TestCLibffi::()::test_unichar . rlib/test/test_clibffi.py::TestCLibffi::()::test_call_time . rlib/test/test_clibffi.py::TestCLibffi::()::test_callback s rlib/test/test_clibffi.py::TestCLibffi::()::test_compile Skipped: Segfaulting test, skip . rlib/test/test_clibffi.py::TestCLibffi::()::test_rawfuncptr . rlib/test/test_clibffi.py::TestCLibffi::()::test_make_struct_ffitype_e . rlib/test/test_clibffi.py::TestCLibffi::()::test_nested_struct_elements . rlib/test/test_clibffi.py::TestCLibffi::()::test_struct_by_val . rlib/test/test_clibffi.py::TestCLibffi::()::test_ret_struct_val . rlib/test/test_clibffi.py::TestCLibffi::()::test_cdll_life_time . rlib/test/test_clibffi.py::TestCLibffi::()::test_variadic_args s rlib/test/test_clibffi.py::TestWin32Handles::()::test_get_libc_handle Skipped: Handle to libc library, Win-only test . rlib/test/test_compilerinfo.py::test_untranslated . rlib/test/test_compilerinfo.py::test_compiled . rlib/test/test_debug.py::test_check_annotation . rlib/test/test_debug.py::test_check_nonneg . rlib/test/test_debug.py::test_make_sure_not_resized . rlib/test/test_debug.py::test_make_sure_not_resized_annorder . rlib/test/test_debug.py::test_mark_dict_non_null . rlib/test/test_debug.py::test_check_list_of_chars . rlib/test/test_debug.py::test_debug_print_start_stop . rlib/test/test_debug.py::test_debuglog_summary . rlib/test/test_debug.py::test_debug_start_stop_timestamp . rlib/test/test_debug.py::test_debug_print_traceback . rlib/test/test_debug.py::test_check_not_access_directly . rlib/test/test_jit.py::test_oopspec . rlib/test/test_jit.py::test_jitdriver_autoreds . rlib/test/test_jit.py::test_jitdriver_numreds s rlib/test/test_jit.py::test_jitdriver_inline Skipped: @inline off: see skipped failures in test_warmspot. s rlib/test/test_jit.py::test_jitdriver_clone Skipped: @inline off: see skipped failures in test_warmspot. . rlib/test/test_jit.py::test_merge_enter_different . rlib/test/test_jit.py::test_invalid_hint_combinations_error . rlib/test/test_jit.py::test_record_exact_value . rlib/test/test_jit.py::TestJIT::()::test_hint . rlib/test/test_jit.py::TestJIT::()::test_we_are_jitted . rlib/test/test_jit.py::TestJIT::()::test_elidable_promote . rlib/test/test_jit.py::TestJIT::()::test_elidable_promote_args . rlib/test/test_jit.py::TestJIT::()::test_annotate_hooks . rlib/test/test_jit.py::TestJIT::()::test_annotate_argumenterror . rlib/test/test_jit.py::TestJIT::()::test_annotate_typeerror . rlib/test/test_jit.py::TestJIT::()::test_green_field . rlib/test/test_jit.py::TestJIT::()::test_isconstant . rlib/test/test_jit.py::TestJIT::()::test_argument_order_ok . rlib/test/test_jit.py::TestJIT::()::test_argument_order_wrong . rlib/test/test_jit.py::TestJIT::()::test_argument_order_more_precision_later . rlib/test/test_jit.py::TestJIT::()::test_argument_order_more_precision_later_2 . rlib/test/test_jit.py::TestJIT::()::test_argument_order_accept_r_uint . rlib/test/test_jit.py::TestJIT::()::test_conditional_call . rlib/test/test_jit.py::TestJIT::()::test_conditional_call_elidable . rlib/test/test_jit.py::TestJIT::()::test_conditional_call_elidable_annotates_nonnull . rlib/test/test_jit.py::TestJIT::()::test_enter_leave_portal_frame . rlib/test/test_jit.py::TestJIT::()::test_record_exact_value . rlib/test/test_jit.py::TestJIT::()::test_record_exact_value_2 . rlib/test/test_jit.py::TestJIT::()::test_record_exact_value_int . rlib/test/test_jit.py::TestJIT::()::test_record_known_result . rlib/test/test_jit_libffi.py::test_jit_ffi_call . rlib/test/test_libffi.py::TestLibffiMisc::()::test_argchain . rlib/test/test_libffi.py::TestLibffiMisc::()::test_wrong_args . rlib/test/test_libffi.py::TestLibffiMisc::()::test_library_open . rlib/test/test_libffi.py::TestLibffiMisc::()::test_library_get_func . rlib/test/test_libffi.py::TestLibffiMisc::()::test_struct_fields . rlib/test/test_libffi.py::TestLibffiMisc::()::test_array_fields . rlib/test/test_libffi.py::TestLibffiMisc::()::test_struct_fields_longlong . rlib/test/test_libffi.py::TestLibffiMisc::()::test_struct_fields_float . rlib/test/test_libffi.py::TestLibffiMisc::()::test_struct_fields_singlefloat s rlib/test/test_libffi.py::TestLibffiMisc::()::test_windll Skipped: Run only on windows . rlib/test/test_libffi.py::TestLibffiCall::()::test_very_simple . rlib/test/test_libffi.py::TestLibffiCall::()::test_simple . rlib/test/test_libffi.py::TestLibffiCall::()::test_float_result . rlib/test/test_libffi.py::TestLibffiCall::()::test_cast_result . rlib/test/test_libffi.py::TestLibffiCall::()::test_cast_argument . rlib/test/test_libffi.py::TestLibffiCall::()::test_char_args . rlib/test/test_libffi.py::TestLibffiCall::()::test_unsigned_short_args . rlib/test/test_libffi.py::TestLibffiCall::()::test_pointer_as_argument . rlib/test/test_libffi.py::TestLibffiCall::()::test_return_pointer . rlib/test/test_libffi.py::TestLibffiCall::()::test_void_result . rlib/test/test_libffi.py::TestLibffiCall::()::test_single_float_args . rlib/test/test_libffi.py::TestLibffiCall::()::test_slonglong_args . rlib/test/test_libffi.py::TestLibffiCall::()::test_ulonglong_args . rlib/test/test_libffi.py::TestLibffiCall::()::test_wrong_number_of_arguments . rlib/test/test_libffi.py::TestLibffiCall::()::test_byval_argument . rlib/test/test_libffi.py::TestLibffiCall::()::test_byval_result . rlib/test/test_listsort.py::test_v . rlib/test/test_listsort.py::test_hypothesis . rlib/test/test_listsort.py::test_file . rlib/test/test_listsort.py::test_powerloop_equal_power . rlib/test/test_mutbuffer.py::TestMutableStringBuffer::()::test_finish . rlib/test/test_mutbuffer.py::TestMutableStringBuffer::()::test_setitem . rlib/test/test_mutbuffer.py::TestMutableStringBuffer::()::test_setslice . rlib/test/test_mutbuffer.py::TestMutableStringBuffer::()::test_setzeros . rlib/test/test_mutbuffer.py::TestMutableStringBuffer::()::test_typed_write . rlib/test/test_nonconst.py::test_nonconst . rlib/test/test_nonconst.py::test_nonconst_list . rlib/test/test_nonconst.py::test_nonconst_instance . rlib/test/test_nonconst.py::test_bool_nonconst . rlib/test/test_nonconst.py::test_already_not_const . rlib/test/test_buffer.py::test_string_buffer . rlib/test/test_buffer.py::test_len_nonneg . rlib/test/test_buffer.py::test_repeated_subbuffer . rlib/test/test_buffer.py::test_string_buffer_as_buffer . rlib/test/test_buffer.py::test_setzeros . rlib/test/test_buffer.py::TestTypedReadDirect::()::test_signed . rlib/test/test_buffer.py::TestTypedReadDirect::()::test_short . rlib/test/test_buffer.py::TestTypedReadDirect::()::test_float . rlib/test/test_buffer.py::TestTypedReadDirect::()::test_singlefloat . rlib/test/test_buffer.py::TestSubBufferTypedReadDirect::()::test_signed . rlib/test/test_buffer.py::TestSubBufferTypedReadDirect::()::test_short . rlib/test/test_buffer.py::TestSubBufferTypedReadDirect::()::test_float . rlib/test/test_buffer.py::TestSubBufferTypedReadDirect::()::test_singlefloat . rlib/test/test_buffer.py::TestRawBufferTypedReadDirect::()::test_signed . rlib/test/test_buffer.py::TestRawBufferTypedReadDirect::()::test_short . rlib/test/test_buffer.py::TestRawBufferTypedReadDirect::()::test_float . rlib/test/test_buffer.py::TestRawBufferTypedReadDirect::()::test_singlefloat . rlib/test/test_buffer.py::TestRawBufferTypedWrite::()::test_typed_write . rlib/test/test_buffer.py::TestCompiled::()::test_signed . rlib/test/test_buffer.py::TestCompiled::()::test_short . rlib/test/test_buffer.py::TestCompiled::()::test_float . rlib/test/test_buffer.py::TestCompiled::()::test_singlefloat . rlib/test/test_buffer.py::test_basic[RawByteBuffer] . rlib/test/test_buffer.py::test_basic[ByteBuffer] . rlib/test/test_buffer.py::test_basic[make_buffer2] . rlib/test/test_buffer.py::test_typed_write[RawByteBuffer] . rlib/test/test_buffer.py::test_typed_write[ByteBuffer] . rlib/test/test_buffer.py::test_typed_write[make_buffer2] . rlib/test/test_buffer.py::test_typed_read[RawByteBuffer] . rlib/test/test_buffer.py::test_typed_read[ByteBuffer] . rlib/test/test_buffer.py::test_typed_read[make_buffer2] . rlib/test/test_buffer.py::test_getslice_shortcut[RawByteBuffer] . rlib/test/test_buffer.py::test_getslice_shortcut[ByteBuffer] . rlib/test/test_buffer.py::test_getslice_shortcut[make_buffer2] . rlib/test/test_buffer.py::test_getslice_slowpath[RawByteBuffer] . rlib/test/test_buffer.py::test_getslice_slowpath[ByteBuffer] . rlib/test/test_buffer.py::test_getslice_slowpath[make_buffer2] . rlib/test/test_buffer.py::test_getslice_clipped1[RawByteBuffer] . rlib/test/test_buffer.py::test_getslice_clipped1[ByteBuffer] . rlib/test/test_buffer.py::test_getslice_clipped1[make_buffer2] . rlib/test/test_buffer.py::test_getslice_clipped2[RawByteBuffer] . rlib/test/test_buffer.py::test_getslice_clipped2[ByteBuffer] . rlib/test/test_buffer.py::test_getslice_clipped2[make_buffer2] . rlib/test/test_buffer.py::test_getslice_open[RawByteBuffer] . rlib/test/test_buffer.py::test_getslice_open[ByteBuffer] . rlib/test/test_buffer.py::test_getslice_open[make_buffer2] . rlib/test/test_buffer.py::TestJIT::()::test_GCBuffer_typed_read . rlib/test/test_posix.py::TestPosix::()::test_open . rlib/test/test_posix.py::TestPosix::()::test_fstat . rlib/test/test_posix.py::TestPosix::()::test_stat . rlib/test/test_posix.py::TestPosix::()::test_stat_exception s rlib/test/test_posix.py::TestPosix::()::test_times Skipped: llinterp does not like tuple returns . rlib/test/test_posix.py::TestPosix::()::test_lseek . rlib/test/test_posix.py::TestPosix::()::test_isatty . rlib/test/test_posix.py::TestPosix::()::test_getcwd . rlib/test/test_posix.py::TestPosix::()::test_write . rlib/test/test_posix.py::TestPosix::()::test_read . rlib/test/test_posix.py::TestPosix::()::test_chown . rlib/test/test_posix.py::TestPosix::()::test_close . rlib/test/test_posix.py::TestPosix::()::test_ftruncate . rlib/test/test_posix.py::TestPosix::()::test_getuid . rlib/test/test_posix.py::TestPosix::()::test_getgid . rlib/test/test_posix.py::TestPosix::()::test_os_setuid . rlib/test/test_posix.py::TestPosix::()::test_os_sysconf . rlib/test/test_posix.py::TestPosix::()::test_os_confstr . rlib/test/test_posix.py::TestPosix::()::test_os_pathconf . rlib/test/test_posix.py::TestPosix::()::test_os_chroot . rlib/test/test_posix.py::TestPosix::()::test_os_wstar s rlib/test/test_posix.py::TestPosix::()::test_getgroups Skipped: Bogus test on OS X s rlib/test/test_posix.py::TestPosix::()::test_setgroups Skipped: Bogus test on OS X s rlib/test/test_posix.py::TestPosix::()::test_initgroups Skipped: Bogus test on OS X . rlib/test/test_posix.py::TestPosix::()::test_tcgetpgrp . rlib/test/test_posix.py::TestPosix::()::test_tcsetpgrp s rlib/test/test_posix.py::TestPosix::()::test_getresuid Skipped: condition: not hasattr(os, 'getresuid') s rlib/test/test_posix.py::TestPosix::()::test_getresgid Skipped: condition: not hasattr(os, 'getresgid') s rlib/test/test_posix.py::TestPosix::()::test_setresuid Skipped: condition: not hasattr(os, 'setresuid') s rlib/test/test_posix.py::TestPosix::()::test_setresgid Skipped: condition: not hasattr(os, 'setresgid') . rlib/test/test_longlong2float.py::test_float2longlong . rlib/test/test_longlong2float.py::test_longlong_as_float . rlib/test/test_longlong2float.py::test_longlong_as_float_hypothesis_roundtrip . rlib/test/test_longlong2float.py::test_consistency_longlong2float_ll2ctypes . rlib/test/test_longlong2float.py::test_consistency_float2longlong_ll2ctypes . rlib/test/test_longlong2float.py::test_compiled . rlib/test/test_longlong2float.py::test_interpreted . rlib/test/test_longlong2float.py::test_int_as_singlefloat . rlib/test/test_longlong2float.py::test_compiled_single . rlib/test/test_longlong2float.py::test_compiled_encode_nan . rlib/test/test_rStringIO.py::test_simple . rlib/test/test_rStringIO.py::test_write_many . rlib/test/test_rStringIO.py::test_seek . rlib/test/test_rStringIO.py::test_write_beyond_end . rlib/test/test_rStringIO.py::test_tell . rlib/test/test_rStringIO.py::test_read . rlib/test/test_rStringIO.py::test_readline . rlib/test/test_rStringIO.py::test_truncate . rlib/test/test_rStringIO.py::test_truncate_end . rlib/test/test_rStringIO.py::test_bug . rlib/test/test_rStringIO.py::test_stress . rlib/test/test_rarithmetic.py::Test_r_int::()::test__add__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__sub__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__mul__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__div__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__mod__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__divmod__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__lshift__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__rshift__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__or__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__and__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__xor__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__neg__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__pos__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__invert__ . rlib/test/test_rarithmetic.py::Test_r_int::()::test__pow__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__add__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__sub__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__mul__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__div__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__mod__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__divmod__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__lshift__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__rshift__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__or__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__and__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__xor__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__neg__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__pos__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__invert__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test__pow__ . rlib/test/test_rarithmetic.py::Test_r_uint::()::test_back_to_int . rlib/test/test_rarithmetic.py::Test_r_uint::()::test_from_float . rlib/test/test_rarithmetic.py::Test_r_uint::()::test_to_float . rlib/test/test_rarithmetic.py::test_mixed_types . rlib/test/test_rarithmetic.py::test_limits . rlib/test/test_rarithmetic.py::test_intmask . rlib/test/test_rarithmetic.py::test_intmask_small . rlib/test/test_rarithmetic.py::test_bug_creating_r_int . rlib/test/test_rarithmetic.py::test_ovfcheck . rlib/test/test_rarithmetic.py::test_ovfcheck_float_to_int . rlib/test/test_rarithmetic.py::test_abs . rlib/test/test_rarithmetic.py::test_r_singlefloat . rlib/test/test_rarithmetic.py::test_r_singlefloat_eq . rlib/test/test_rarithmetic.py::TestRarithmetic::()::test_compare_singlefloat_crashes . rlib/test/test_rarithmetic.py::TestRarithmetic::()::test_is_valid_int . rlib/test/test_rarithmetic.py::TestRarithmetic::()::test_string_to_int_translates . rlib/test/test_rarithmetic.py::test_int_real_union . rlib/test/test_rarithmetic.py::test_compute_restype_incompatible . rlib/test/test_rarithmetic.py::test_most_neg_value_of . rlib/test/test_rarithmetic.py::test_most_pos_value_of . rlib/test/test_rarithmetic.py::test_is_signed_integer_type . rlib/test/test_rarithmetic.py::test_r_ulonglong . rlib/test/test_rarithmetic.py::test_highest_bit . rlib/test/test_rarithmetic.py::test_int_between . rlib/test/test_rarithmetic.py::test_int_force_ge_zero . rlib/test/test_rarithmetic.py::test_int_c_div_mod . rlib/test/test_rarithmetic.py::test_int_c_div_mod_2 . rlib/test/test_rarithmetic.py::test_byteswap . rlib/test/test_rarithmetic.py::test_byteswap_interpret . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_string_to_int . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_string_to_int_base . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_string_to_int_error . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_string_to_int_overflow . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_string_to_int_not_overflow . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_string_to_int_base_error . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_valid_underscores[0_0_0] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_valid_underscores[4_2] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_valid_underscores[1_0000_0000] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_valid_underscores[0b1001_0100] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_valid_underscores[0xfff_ffff] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_valid_underscores[0o5_7_7] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_valid_underscores[0b_0] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_valid_underscores[0x_f] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_valid_underscores[0o_5] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[_100] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[_] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[_0b1001_0100] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[0_] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[42_] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[1.4j_] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[0x_] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[0b1_] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[0xf_] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[0o5_] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[0_b0] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[0_xf] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[0_o5] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[09_99] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[4_______2] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[0b1001__0100] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[0xfff__ffff] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[0x___] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[0o5__77] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_invalid_underscores[1e1__0] . rlib/test/test_rarithmetic.py::TestStringToInt::()::test_no_implicit_octal . rlib/test/test_rarithmetic.py::TestExplicitIntsizes::()::test_explicit_32 . rlib/test/test_rarithmetic.py::TestExplicitIntsizes::()::test_explicit_64 . rlib/test/test_rarithmetic.py::test_operation_with_float . rlib/test/test_rarithmetic.py::test_int64_plus_int32 . rlib/test/test_rarithmetic.py::test_fallback_paths . rlib/test/test_rarithmetic.py::test_ovfcheck_int32 . rlib/test/test_rarithmetic.py::test_mulmod . rlib/test/test_rarithmetic.py::test_uint_mul_high ! rlib/timeout cancelled (ran 4m05s): =========================== 2 passed in 0.19 seconds ===========================