. 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_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_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_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_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_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/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_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 . 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/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 . rlib/rsre/test/test_match.py::test_get_code_repetition . rlib/rsre/test/test_match.py::TestMatch::()::test_or . rlib/rsre/test/test_match.py::TestMatch::()::test_any . rlib/rsre/test/test_match.py::TestMatch::()::test_any_repetition . rlib/rsre/test/test_match.py::TestMatch::()::test_any_all . rlib/rsre/test/test_match.py::TestMatch::()::test_any_all_repetition . rlib/rsre/test/test_match.py::TestMatch::()::test_assert . rlib/rsre/test/test_match.py::TestMatch::()::test_assert_not . rlib/rsre/test/test_match.py::TestMatch::()::test_lookbehind . rlib/rsre/test/test_match.py::TestMatch::()::test_negative_lookbehind . rlib/rsre/test/test_match.py::TestMatch::()::test_at . rlib/rsre/test/test_match.py::TestMatch::()::test_repeated_set . rlib/rsre/test/test_match.py::TestMatch::()::test_category . rlib/rsre/test/test_match.py::TestMatch::()::test_groupref . rlib/rsre/test/test_match.py::TestMatch::()::test_groupref_ignore . rlib/rsre/test/test_match.py::TestMatch::()::test_groupref_exists . rlib/rsre/test/test_match.py::TestMatch::()::test_in_ignore . rlib/rsre/test/test_match.py::TestMatch::()::test_not_literal . rlib/rsre/test/test_match.py::TestMatch::()::test_not_literal_ignore . rlib/rsre/test/test_match.py::TestMatch::()::test_repeated_single_character_pattern . rlib/rsre/test/test_match.py::TestMatch::()::test_flatten_marks . rlib/rsre/test/test_match.py::TestMatch::()::test_bug1 . rlib/rsre/test/test_match.py::TestMatch::()::test_assert_group . rlib/rsre/test/test_match.py::TestMatch::()::test_assert_not_group . rlib/rsre/test/test_match.py::TestMatch::()::test_match_start . rlib/rsre/test/test_match.py::TestMatch::()::test_match_end . rlib/rsre/test/test_match.py::TestMatch::()::test_match_bug1 . rlib/rsre/test/test_match.py::TestMatch::()::test_match_bug2 . rlib/rsre/test/test_match.py::TestMatch::()::test_match_bug3 . rlib/rsre/test/test_match.py::TestMatch::()::test_bigcharset . rlib/rsre/test/test_match.py::TestMatch::()::test_simple_match_1 . rlib/rsre/test/test_match.py::TestMatch::()::test_empty_maxuntil . rlib/rsre/test/test_match.py::TestMatch::()::test_fullmatch_1 . rlib/rsre/test/test_match.py::TestMatch::()::test_fullmatch_2 . rlib/rsre/test/test_match.py::TestMatch::()::test_fullmatch_3 . rlib/rsre/test/test_match.py::TestMatch::()::test_fullmatch_4 . rlib/rsre/test/test_match.py::TestMatch::()::test_fullmatch_assertion . rlib/rsre/test/test_match.py::TestMatch::()::test_range_ignore . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_code1 . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_code2 . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_pure_literal . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_code3 . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_max_until_0_65535 . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_max_until_3_5 . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_min_until_0_65535 . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_min_until_3_5 . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_min_repeat_one . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_simple_group . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_max_until_groups . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_group_branch . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_group_branch_max_until . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_group_7 . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_group_branch_repeat_complex_case . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_minuntil_lastmark_restore . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_minuntil_bug . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_empty_maxuntil . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_empty_maxuntil_2 . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_empty_minuntil . rlib/rsre/test/test_search.py::TestSearchCustom::()::test_empty_search . rlib/rsre/test/test_search.py::TestSearchStr::()::test_code1 . rlib/rsre/test/test_search.py::TestSearchStr::()::test_code2 . rlib/rsre/test/test_search.py::TestSearchStr::()::test_pure_literal . rlib/rsre/test/test_search.py::TestSearchStr::()::test_code3 . rlib/rsre/test/test_search.py::TestSearchStr::()::test_max_until_0_65535 . rlib/rsre/test/test_search.py::TestSearchStr::()::test_max_until_3_5 . rlib/rsre/test/test_search.py::TestSearchStr::()::test_min_until_0_65535 . rlib/rsre/test/test_search.py::TestSearchStr::()::test_min_until_3_5 . rlib/rsre/test/test_search.py::TestSearchStr::()::test_min_repeat_one . rlib/rsre/test/test_search.py::TestSearchStr::()::test_simple_group . rlib/rsre/test/test_search.py::TestSearchStr::()::test_max_until_groups . rlib/rsre/test/test_search.py::TestSearchStr::()::test_group_branch . rlib/rsre/test/test_search.py::TestSearchStr::()::test_group_branch_max_until . rlib/rsre/test/test_search.py::TestSearchStr::()::test_group_7 . rlib/rsre/test/test_search.py::TestSearchStr::()::test_group_branch_repeat_complex_case . rlib/rsre/test/test_search.py::TestSearchStr::()::test_minuntil_lastmark_restore . rlib/rsre/test/test_search.py::TestSearchStr::()::test_minuntil_bug . rlib/rsre/test/test_search.py::TestSearchStr::()::test_empty_maxuntil . rlib/rsre/test/test_search.py::TestSearchStr::()::test_empty_maxuntil_2 . rlib/rsre/test/test_search.py::TestSearchStr::()::test_empty_minuntil . rlib/rsre/test/test_search.py::TestSearchStr::()::test_empty_search . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_code1 . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_code2 . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_pure_literal . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_code3 . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_max_until_0_65535 . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_max_until_3_5 . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_min_until_0_65535 . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_min_until_3_5 . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_min_repeat_one . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_simple_group . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_max_until_groups . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_group_branch . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_group_branch_max_until . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_group_7 . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_group_branch_repeat_complex_case . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_minuntil_lastmark_restore . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_minuntil_bug . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_empty_maxuntil . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_empty_maxuntil_2 . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_empty_minuntil . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_empty_search . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_groupref_unicode_bug . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_literal_uni_ignore . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_literal_uni_ignore_repeat_one . rlib/rsre/test/test_search.py::TestSearchUtf8::()::test_in_uni_ignore_repeat_one . rlib/rsre/test/test_re.py::TestRe::()::test_search_star_plus . rlib/rsre/test/test_re.py::TestRe::()::test_basic_re_sub . rlib/rsre/test/test_re.py::TestRe::()::test_bug_449964 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_449000 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_1140 . rlib/rsre/test/test_re.py::TestRe::()::test_sub_template_numeric_escape . rlib/rsre/test/test_re.py::TestRe::()::test_qualified_re_sub . rlib/rsre/test/test_re.py::TestRe::()::test_bug_114660 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_462270 . rlib/rsre/test/test_re.py::TestRe::()::test_symbolic_refs . rlib/rsre/test/test_re.py::TestRe::()::test_re_subn . rlib/rsre/test/test_re.py::TestRe::()::test_re_split . rlib/rsre/test/test_re.py::TestRe::()::test_qualified_re_split . rlib/rsre/test/test_re.py::TestRe::()::test_re_findall 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 . rlib/rsre/test/test_re.py::TestRe::()::test_re_match . rlib/rsre/test/test_re.py::TestRe::()::test_bug_923 . rlib/rsre/test/test_re.py::TestRe::()::test_re_groupref_exists . rlib/rsre/test/test_re.py::TestRe::()::test_re_groupref . rlib/rsre/test/test_re.py::TestRe::()::test_groupdict . rlib/rsre/test/test_re.py::TestRe::()::test_expand . rlib/rsre/test/test_re.py::TestRe::()::test_repeat_minmax . rlib/rsre/test/test_re.py::TestRe::()::test_getattr . rlib/rsre/test/test_re.py::TestRe::()::test_special_escapes . rlib/rsre/test/test_re.py::TestRe::()::test_bigcharset . rlib/rsre/test/test_re.py::TestRe::()::test_anyall . rlib/rsre/test/test_re.py::TestRe::()::test_non_consuming . rlib/rsre/test/test_re.py::TestRe::()::test_ignore_case . rlib/rsre/test/test_re.py::TestRe::()::test_category . rlib/rsre/test/test_re.py::TestRe::()::test_getlower . rlib/rsre/test/test_re.py::TestRe::()::test_not_literal . rlib/rsre/test/test_re.py::TestRe::()::test_search_coverage . rlib/rsre/test/test_re.py::TestRe::()::test_re_escape . rlib/rsre/test/test_re.py::TestRe::()::test_constants . rlib/rsre/test/test_re.py::TestRe::()::test_flags . rlib/rsre/test/test_re.py::TestRe::()::test_sre_character_literals . rlib/rsre/test/test_re.py::TestRe::()::test_sre_character_class_literals . rlib/rsre/test/test_re.py::TestRe::()::test_bug_113254 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_527371 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_545855 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_418626 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_612074 . rlib/rsre/test/test_re.py::TestRe::()::test_stack_overflow . rlib/rsre/test/test_re.py::TestRe::()::test_scanner . rlib/rsre/test/test_re.py::TestRe::()::test_bug_448951 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_725106 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_725149 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_764548 . rlib/rsre/test/test_re.py::TestRe::()::test_finditer . rlib/rsre/test/test_re.py::TestRe::()::test_bug_926075 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_931848 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_581080 . rlib/rsre/test/test_re.py::TestRe::()::test_bug_817234 . rlib/rsre/test/test_re.py::TestRe::()::test_empty_array . rlib/rsre/test/test_re.py::TestRe::()::test_inline_flags . rlib/rsre/test/test_zexternal.py::test_external_match::[0] . rlib/rsre/test/test_zexternal.py::test_external_match::[1] . rlib/rsre/test/test_zexternal.py::test_external_match::[2] . rlib/rsre/test/test_zexternal.py::test_external_match::[3] . rlib/rsre/test/test_zexternal.py::test_external_match::[4] . rlib/rsre/test/test_zexternal.py::test_external_match::[5] . rlib/rsre/test/test_zexternal.py::test_external_match::[6] . rlib/rsre/test/test_zexternal.py::test_external_match::[7] . rlib/rsre/test/test_zexternal.py::test_external_match::[8] . rlib/rsre/test/test_zexternal.py::test_external_match::[9] . rlib/rsre/test/test_zexternal.py::test_external_match::[10] . rlib/rsre/test/test_zexternal.py::test_external_match::[11] . rlib/rsre/test/test_zexternal.py::test_external_match::[12] . rlib/rsre/test/test_zexternal.py::test_external_match::[13] . rlib/rsre/test/test_zexternal.py::test_external_match::[14] . rlib/rsre/test/test_zexternal.py::test_external_match::[15] . rlib/rsre/test/test_zexternal.py::test_external_match::[16] . rlib/rsre/test/test_zexternal.py::test_external_match::[17] . rlib/rsre/test/test_zexternal.py::test_external_match::[18] . rlib/rsre/test/test_zexternal.py::test_external_match::[19] . rlib/rsre/test/test_zexternal.py::test_external_match::[20] . rlib/rsre/test/test_zexternal.py::test_external_match::[21] . rlib/rsre/test/test_zexternal.py::test_external_match::[22] . rlib/rsre/test/test_zexternal.py::test_external_match::[23] . rlib/rsre/test/test_zexternal.py::test_external_match::[24] . rlib/rsre/test/test_zexternal.py::test_external_match::[25] . rlib/rsre/test/test_zexternal.py::test_external_match::[26] . rlib/rsre/test/test_zexternal.py::test_external_match::[27] . rlib/rsre/test/test_zexternal.py::test_external_match::[28] . rlib/rsre/test/test_zexternal.py::test_external_match::[29] . rlib/rsre/test/test_zexternal.py::test_external_match::[30] . rlib/rsre/test/test_zexternal.py::test_external_match::[31] . rlib/rsre/test/test_zexternal.py::test_external_match::[32] . rlib/rsre/test/test_zexternal.py::test_external_match::[33] . rlib/rsre/test/test_zexternal.py::test_external_match::[34] . rlib/rsre/test/test_zexternal.py::test_external_match::[35] . rlib/rsre/test/test_zexternal.py::test_external_match::[36] . rlib/rsre/test/test_zexternal.py::test_external_match::[37] . rlib/rsre/test/test_zexternal.py::test_external_match::[38] . rlib/rsre/test/test_zexternal.py::test_external_match::[39] . rlib/rsre/test/test_zexternal.py::test_external_match::[40] . rlib/rsre/test/test_zexternal.py::test_external_match::[41] . rlib/rsre/test/test_zexternal.py::test_external_match::[42] . rlib/rsre/test/test_zexternal.py::test_external_match::[43] . rlib/rsre/test/test_zexternal.py::test_external_match::[44] . rlib/rsre/test/test_zexternal.py::test_external_match::[45] . rlib/rsre/test/test_zexternal.py::test_external_match::[46] . rlib/rsre/test/test_zexternal.py::test_external_match::[47] . rlib/rsre/test/test_zexternal.py::test_external_match::[48] . rlib/rsre/test/test_zexternal.py::test_external_match::[49] . rlib/rsre/test/test_zexternal.py::test_external_match::[50] . rlib/rsre/test/test_zexternal.py::test_external_match::[51] . rlib/rsre/test/test_zexternal.py::test_external_match::[52] . rlib/rsre/test/test_zexternal.py::test_external_match::[53] . rlib/rsre/test/test_zexternal.py::test_external_match::[54] . rlib/rsre/test/test_zexternal.py::test_external_match::[55] . rlib/rsre/test/test_zexternal.py::test_external_match::[56] . rlib/rsre/test/test_zexternal.py::test_external_match::[57] . rlib/rsre/test/test_zexternal.py::test_external_match::[58] . rlib/rsre/test/test_zexternal.py::test_external_match::[59] . rlib/rsre/test/test_zexternal.py::test_external_match::[60] . rlib/rsre/test/test_zexternal.py::test_external_match::[61] . rlib/rsre/test/test_zexternal.py::test_external_match::[62] . rlib/rsre/test/test_zexternal.py::test_external_match::[63] . rlib/rsre/test/test_zexternal.py::test_external_match::[64] . rlib/rsre/test/test_zexternal.py::test_external_match::[65] . rlib/rsre/test/test_zexternal.py::test_external_match::[66] . rlib/rsre/test/test_zexternal.py::test_external_match::[67] . rlib/rsre/test/test_zexternal.py::test_external_match::[68] . rlib/rsre/test/test_zexternal.py::test_external_match::[69] . rlib/rsre/test/test_zexternal.py::test_external_match::[70] . rlib/rsre/test/test_zexternal.py::test_external_match::[71] . rlib/rsre/test/test_zexternal.py::test_external_match::[72] . rlib/rsre/test/test_zexternal.py::test_external_match::[73] . rlib/rsre/test/test_zexternal.py::test_external_match::[74] . rlib/rsre/test/test_zexternal.py::test_external_match::[75] . rlib/rsre/test/test_zexternal.py::test_external_match::[76] . rlib/rsre/test/test_zexternal.py::test_external_match::[77] . rlib/rsre/test/test_zexternal.py::test_external_match::[78] . rlib/rsre/test/test_zexternal.py::test_external_match::[79] . rlib/rsre/test/test_zexternal.py::test_external_match::[80] . rlib/rsre/test/test_zexternal.py::test_external_match::[81] . rlib/rsre/test/test_zexternal.py::test_external_match::[82] . rlib/rsre/test/test_zexternal.py::test_external_match::[83] . rlib/rsre/test/test_zexternal.py::test_external_match::[84] . rlib/rsre/test/test_zexternal.py::test_external_match::[85] . rlib/rsre/test/test_zexternal.py::test_external_match::[86] . rlib/rsre/test/test_zexternal.py::test_external_match::[87] . rlib/rsre/test/test_zexternal.py::test_external_match::[88] . rlib/rsre/test/test_zexternal.py::test_external_match::[89] . rlib/rsre/test/test_zexternal.py::test_external_match::[90] . rlib/rsre/test/test_zexternal.py::test_external_match::[91] . rlib/rsre/test/test_zexternal.py::test_external_match::[92] . rlib/rsre/test/test_zexternal.py::test_external_match::[93] . rlib/rsre/test/test_zexternal.py::test_external_match::[94] . rlib/rsre/test/test_zexternal.py::test_external_match::[95] . rlib/rsre/test/test_zexternal.py::test_external_match::[96] . rlib/rsre/test/test_zexternal.py::test_external_match::[97] . rlib/rsre/test/test_zexternal.py::test_external_match::[98] . rlib/rsre/test/test_zexternal.py::test_external_match::[99] . rlib/rsre/test/test_zexternal.py::test_external_match::[100] . rlib/rsre/test/test_zexternal.py::test_external_match::[101] . rlib/rsre/test/test_zexternal.py::test_external_match::[102] . rlib/rsre/test/test_zexternal.py::test_external_match::[103] . rlib/rsre/test/test_zexternal.py::test_external_match::[104] . rlib/rsre/test/test_zexternal.py::test_external_match::[105] . rlib/rsre/test/test_zexternal.py::test_external_match::[106] . rlib/rsre/test/test_zexternal.py::test_external_match::[107] . rlib/rsre/test/test_zexternal.py::test_external_match::[108] . rlib/rsre/test/test_zexternal.py::test_external_match::[109] . rlib/rsre/test/test_zexternal.py::test_external_match::[110] . rlib/rsre/test/test_zexternal.py::test_external_match::[111] . rlib/rsre/test/test_zexternal.py::test_external_match::[112] . rlib/rsre/test/test_zexternal.py::test_external_match::[113] . rlib/rsre/test/test_zexternal.py::test_external_match::[114] . rlib/rsre/test/test_zexternal.py::test_external_match::[115] . rlib/rsre/test/test_zexternal.py::test_external_match::[116] . rlib/rsre/test/test_zexternal.py::test_external_match::[117] . rlib/rsre/test/test_zexternal.py::test_external_match::[118] . rlib/rsre/test/test_zexternal.py::test_external_match::[119] . rlib/rsre/test/test_zexternal.py::test_external_match::[120] . rlib/rsre/test/test_zexternal.py::test_external_match::[121] . rlib/rsre/test/test_zexternal.py::test_external_match::[122] . rlib/rsre/test/test_zexternal.py::test_external_match::[123] . rlib/rsre/test/test_zexternal.py::test_external_match::[124] . rlib/rsre/test/test_zexternal.py::test_external_match::[125] . rlib/rsre/test/test_zexternal.py::test_external_match::[126] . rlib/rsre/test/test_zexternal.py::test_external_match::[127] . rlib/rsre/test/test_zexternal.py::test_external_match::[128] . rlib/rsre/test/test_zexternal.py::test_external_match::[129] . rlib/rsre/test/test_zexternal.py::test_external_match::[130] . rlib/rsre/test/test_zexternal.py::test_external_match::[131] . rlib/rsre/test/test_zexternal.py::test_external_match::[132] . rlib/rsre/test/test_zexternal.py::test_external_match::[133] . rlib/rsre/test/test_zexternal.py::test_external_match::[134] . rlib/rsre/test/test_zexternal.py::test_external_match::[135] . rlib/rsre/test/test_zexternal.py::test_external_match::[136] . rlib/rsre/test/test_zexternal.py::test_external_match::[137] . rlib/rsre/test/test_zexternal.py::test_external_match::[138] . rlib/rsre/test/test_zexternal.py::test_external_match::[139] . rlib/rsre/test/test_zexternal.py::test_external_match::[140] . rlib/rsre/test/test_zexternal.py::test_external_match::[141] . rlib/rsre/test/test_zexternal.py::test_external_match::[142] . rlib/rsre/test/test_zexternal.py::test_external_match::[143] . rlib/rsre/test/test_zexternal.py::test_external_match::[144] . rlib/rsre/test/test_zexternal.py::test_external_match::[145] . rlib/rsre/test/test_zexternal.py::test_external_match::[146] . rlib/rsre/test/test_zexternal.py::test_external_match::[147] . rlib/rsre/test/test_zexternal.py::test_external_match::[148] . rlib/rsre/test/test_zexternal.py::test_external_match::[149] . rlib/rsre/test/test_zexternal.py::test_external_match::[150] . rlib/rsre/test/test_zexternal.py::test_external_match::[151] . rlib/rsre/test/test_zexternal.py::test_external_match::[152] . rlib/rsre/test/test_zexternal.py::test_external_match::[153] . rlib/rsre/test/test_zexternal.py::test_external_match::[154] . rlib/rsre/test/test_zexternal.py::test_external_match::[155] . rlib/rsre/test/test_zexternal.py::test_external_match::[156] . rlib/rsre/test/test_zexternal.py::test_external_match::[157] . rlib/rsre/test/test_zexternal.py::test_external_match::[158] . rlib/rsre/test/test_zexternal.py::test_external_match::[159] . rlib/rsre/test/test_zexternal.py::test_external_match::[160] . rlib/rsre/test/test_zexternal.py::test_external_match::[161] . rlib/rsre/test/test_zexternal.py::test_external_match::[162] . rlib/rsre/test/test_zexternal.py::test_external_match::[163] . rlib/rsre/test/test_zexternal.py::test_external_match::[164] . rlib/rsre/test/test_zexternal.py::test_external_match::[165] . rlib/rsre/test/test_zexternal.py::test_external_match::[166] . rlib/rsre/test/test_zexternal.py::test_external_match::[167] . rlib/rsre/test/test_zexternal.py::test_external_match::[168] . rlib/rsre/test/test_zexternal.py::test_external_match::[169] . rlib/rsre/test/test_zexternal.py::test_external_match::[170] . rlib/rsre/test/test_zexternal.py::test_external_match::[171] . rlib/rsre/test/test_zexternal.py::test_external_match::[172] . rlib/rsre/test/test_zexternal.py::test_external_match::[173] . rlib/rsre/test/test_zexternal.py::test_external_match::[174] . rlib/rsre/test/test_zexternal.py::test_external_match::[175] . rlib/rsre/test/test_zexternal.py::test_external_match::[176] . rlib/rsre/test/test_zexternal.py::test_external_match::[177] . rlib/rsre/test/test_zexternal.py::test_external_match::[178] . rlib/rsre/test/test_zexternal.py::test_external_match::[179] . rlib/rsre/test/test_zexternal.py::test_external_match::[180] . rlib/rsre/test/test_zexternal.py::test_external_match::[181] . rlib/rsre/test/test_zexternal.py::test_external_match::[182] . rlib/rsre/test/test_zexternal.py::test_external_match::[183] . rlib/rsre/test/test_zexternal.py::test_external_match::[184] . rlib/rsre/test/test_zexternal.py::test_external_match::[185] . rlib/rsre/test/test_zexternal.py::test_external_match::[186] . rlib/rsre/test/test_zexternal.py::test_external_match::[187] . rlib/rsre/test/test_zexternal.py::test_external_match::[188] . rlib/rsre/test/test_zexternal.py::test_external_match::[189] . rlib/rsre/test/test_zexternal.py::test_external_match::[190] . rlib/rsre/test/test_zexternal.py::test_external_match::[191] . rlib/rsre/test/test_zexternal.py::test_external_match::[192] . rlib/rsre/test/test_zexternal.py::test_external_match::[193] . rlib/rsre/test/test_zexternal.py::test_external_match::[194] . rlib/rsre/test/test_zexternal.py::test_external_match::[195] . rlib/rsre/test/test_zexternal.py::test_external_match::[196] . rlib/rsre/test/test_zexternal.py::test_external_match::[197] . rlib/rsre/test/test_zexternal.py::test_external_match::[198] . rlib/rsre/test/test_zexternal.py::test_external_match::[199] . rlib/rsre/test/test_zexternal.py::test_external_match::[200] . rlib/rsre/test/test_zexternal.py::test_external_match::[201] . rlib/rsre/test/test_zexternal.py::test_external_match::[202] . rlib/rsre/test/test_zexternal.py::test_external_match::[203] . rlib/rsre/test/test_zexternal.py::test_external_match::[204] . rlib/rsre/test/test_zexternal.py::test_external_match::[205] . rlib/rsre/test/test_zexternal.py::test_external_match::[206] . rlib/rsre/test/test_zexternal.py::test_external_match::[207] . rlib/rsre/test/test_zexternal.py::test_external_match::[208] . rlib/rsre/test/test_zexternal.py::test_external_match::[209] . rlib/rsre/test/test_zexternal.py::test_external_match::[210] . rlib/rsre/test/test_zexternal.py::test_external_match::[211] . rlib/rsre/test/test_zexternal.py::test_external_match::[212] . rlib/rsre/test/test_zexternal.py::test_external_match::[213] . rlib/rsre/test/test_zexternal.py::test_external_match::[214] . rlib/rsre/test/test_zexternal.py::test_external_match::[215] . rlib/rsre/test/test_zexternal.py::test_external_match::[216] . rlib/rsre/test/test_zexternal.py::test_external_match::[217] . rlib/rsre/test/test_zexternal.py::test_external_match::[218] . rlib/rsre/test/test_zexternal.py::test_external_match::[219] . rlib/rsre/test/test_zexternal.py::test_external_match::[220] . rlib/rsre/test/test_zexternal.py::test_external_match::[221] . rlib/rsre/test/test_zexternal.py::test_external_match::[222] . rlib/rsre/test/test_zexternal.py::test_external_match::[223] . rlib/rsre/test/test_zexternal.py::test_external_match::[224] . rlib/rsre/test/test_zexternal.py::test_external_match::[225] . rlib/rsre/test/test_zexternal.py::test_external_match::[226] . rlib/rsre/test/test_zexternal.py::test_external_match::[227] . rlib/rsre/test/test_zexternal.py::test_external_match::[228] . rlib/rsre/test/test_zexternal.py::test_external_match::[229] . rlib/rsre/test/test_zexternal.py::test_external_match::[230] . rlib/rsre/test/test_zexternal.py::test_external_match::[231] . rlib/rsre/test/test_zexternal.py::test_external_match::[232] . rlib/rsre/test/test_zexternal.py::test_external_match::[233] . rlib/rsre/test/test_zexternal.py::test_external_match::[234] . rlib/rsre/test/test_zexternal.py::test_external_match::[235] . rlib/rsre/test/test_zexternal.py::test_external_match::[236] . rlib/rsre/test/test_zexternal.py::test_external_match::[237] . rlib/rsre/test/test_zexternal.py::test_external_match::[238] . rlib/rsre/test/test_zexternal.py::test_external_match::[239] . rlib/rsre/test/test_zexternal.py::test_external_match::[240] . rlib/rsre/test/test_zexternal.py::test_external_match::[241] . rlib/rsre/test/test_zexternal.py::test_external_match::[242] . rlib/rsre/test/test_zexternal.py::test_external_match::[243] . rlib/rsre/test/test_zexternal.py::test_external_match::[244] . rlib/rsre/test/test_zexternal.py::test_external_match::[245] . rlib/rsre/test/test_zexternal.py::test_external_match::[246] . rlib/rsre/test/test_zexternal.py::test_external_match::[247] . rlib/rsre/test/test_zexternal.py::test_external_match::[248] . rlib/rsre/test/test_zexternal.py::test_external_match::[249] . rlib/rsre/test/test_zexternal.py::test_external_match::[250] . rlib/rsre/test/test_zexternal.py::test_external_match::[251] . rlib/rsre/test/test_zexternal.py::test_external_match::[252] . rlib/rsre/test/test_zexternal.py::test_external_match::[253] . rlib/rsre/test/test_zexternal.py::test_external_match::[254] . rlib/rsre/test/test_zexternal.py::test_external_match::[255] . rlib/rsre/test/test_zexternal.py::test_external_match::[256] . rlib/rsre/test/test_zexternal.py::test_external_match::[257] . rlib/rsre/test/test_zexternal.py::test_external_match::[258] . rlib/rsre/test/test_zexternal.py::test_external_match::[259] . rlib/rsre/test/test_zexternal.py::test_external_match::[260] . rlib/rsre/test/test_zexternal.py::test_external_match::[261] . rlib/rsre/test/test_zexternal.py::test_external_match::[262] . rlib/rsre/test/test_zexternal.py::test_external_match::[263] . rlib/rsre/test/test_zexternal.py::test_external_match::[264] . rlib/rsre/test/test_zexternal.py::test_external_match::[265] . rlib/rsre/test/test_zexternal.py::test_external_match::[266] . rlib/rsre/test/test_zexternal.py::test_external_match::[267] . rlib/rsre/test/test_zexternal.py::test_external_match::[268] . rlib/rsre/test/test_zexternal.py::test_external_match::[269] . rlib/rsre/test/test_zexternal.py::test_external_match::[270] . rlib/rsre/test/test_zexternal.py::test_external_match::[271] . rlib/rsre/test/test_zexternal.py::test_external_match::[272] . rlib/rsre/test/test_zexternal.py::test_external_match::[273] . rlib/rsre/test/test_zexternal.py::test_external_match::[274] . rlib/rsre/test/test_zexternal.py::test_external_match::[275] . rlib/rsre/test/test_zexternal.py::test_external_match::[276] . rlib/rsre/test/test_zexternal.py::test_external_match::[277] . rlib/rsre/test/test_zexternal.py::test_external_match::[278] . rlib/rsre/test/test_zexternal.py::test_external_match::[279] . rlib/rsre/test/test_zexternal.py::test_external_match::[280] . rlib/rsre/test/test_zexternal.py::test_external_match::[281] . rlib/rsre/test/test_zexternal.py::test_external_match::[282] . rlib/rsre/test/test_zexternal.py::test_external_match::[283] . rlib/rsre/test/test_zexternal.py::test_external_match::[284] . rlib/rsre/test/test_zexternal.py::test_external_match::[285] . rlib/rsre/test/test_zexternal.py::test_external_match::[286] . rlib/rsre/test/test_zexternal.py::test_external_match::[287] . rlib/rsre/test/test_zexternal.py::test_external_match::[288] . rlib/rsre/test/test_zexternal.py::test_external_match::[289] . rlib/rsre/test/test_zexternal.py::test_external_match::[290] . rlib/rsre/test/test_zexternal.py::test_external_match::[291] . rlib/rsre/test/test_zexternal.py::test_external_match::[292] . rlib/rsre/test/test_zexternal.py::test_external_match::[293] . rlib/rsre/test/test_zexternal.py::test_external_match::[294] . rlib/rsre/test/test_zexternal.py::test_external_match::[295] . rlib/rsre/test/test_zexternal.py::test_external_match::[296] . rlib/rsre/test/test_zexternal.py::test_external_match::[297] . rlib/rsre/test/test_zexternal.py::test_external_match::[298] . rlib/rsre/test/test_zexternal.py::test_external_match::[299] . rlib/rsre/test/test_zexternal.py::test_external_match::[300] . rlib/rsre/test/test_zexternal.py::test_external_match::[301] . rlib/rsre/test/test_zexternal.py::test_external_match::[302] . rlib/rsre/test/test_zexternal.py::test_external_match::[303] . rlib/rsre/test/test_zexternal.py::test_external_match::[304] . rlib/rsre/test/test_zexternal.py::test_external_match::[305] . rlib/rsre/test/test_zexternal.py::test_external_match::[306] . rlib/rsre/test/test_zexternal.py::test_external_match::[307] . rlib/rsre/test/test_zexternal.py::test_external_match::[308] . rlib/rsre/test/test_zexternal.py::test_external_match::[309] . rlib/rsre/test/test_zexternal.py::test_external_match::[310] . rlib/rsre/test/test_zexternal.py::test_external_match::[311] . rlib/rsre/test/test_zexternal.py::test_external_match::[312] . rlib/rsre/test/test_zexternal.py::test_external_match::[313] . rlib/rsre/test/test_zexternal.py::test_external_match::[314] . rlib/rsre/test/test_zexternal.py::test_external_match::[315] . rlib/rsre/test/test_zexternal.py::test_external_match::[316] . rlib/rsre/test/test_zexternal.py::test_external_match::[317] . rlib/rsre/test/test_zexternal.py::test_external_match::[318] . rlib/rsre/test/test_zexternal.py::test_external_match::[319] . rlib/rsre/test/test_zexternal.py::test_external_match::[320] . rlib/rsre/test/test_zexternal.py::test_external_match::[321] . rlib/rsre/test/test_zexternal.py::test_external_match::[322] . rlib/rsre/test/test_zexternal.py::test_external_match::[323] . rlib/rsre/test/test_zexternal.py::test_external_match::[324] . rlib/rsre/test/test_zexternal.py::test_external_match::[325] . rlib/rsre/test/test_zexternal.py::test_external_match::[326] . rlib/rsre/test/test_zexternal.py::test_external_match::[327] . rlib/rsre/test/test_zexternal.py::test_external_match::[328] . rlib/rsre/test/test_zexternal.py::test_external_match::[329] . rlib/rsre/test/test_zexternal.py::test_external_match::[330] . rlib/rsre/test/test_zexternal.py::test_external_match::[331] . rlib/rsre/test/test_zexternal.py::test_external_match::[332] . rlib/rsre/test/test_zexternal.py::test_external_match::[333] . rlib/rsre/test/test_zexternal.py::test_external_match::[334] . rlib/rsre/test/test_zexternal.py::test_external_match::[335] . rlib/rsre/test/test_zexternal.py::test_external_match::[336] . rlib/rsre/test/test_zexternal.py::test_external_match::[337] . rlib/rsre/test/test_zexternal.py::test_external_match::[338] . rlib/rsre/test/test_zexternal.py::test_external_match::[339] . rlib/rsre/test/test_zexternal.py::test_external_match::[340] . rlib/rsre/test/test_zexternal.py::test_external_match::[341] . rlib/rsre/test/test_zexternal.py::test_external_match::[342] . rlib/rsre/test/test_zexternal.py::test_external_match::[343] . rlib/rsre/test/test_zexternal.py::test_external_match::[344] . rlib/rsre/test/test_zexternal.py::test_external_match::[345] . rlib/rsre/test/test_zexternal.py::test_external_match::[346] . rlib/rsre/test/test_zexternal.py::test_external_match::[347] . rlib/rsre/test/test_zexternal.py::test_external_match::[348] . rlib/rsre/test/test_zexternal.py::test_external_match::[349] . rlib/rsre/test/test_zexternal.py::test_external_match::[350] . rlib/rsre/test/test_zexternal.py::test_external_match::[351] . rlib/rsre/test/test_zexternal.py::test_external_match::[352] . rlib/rsre/test/test_zexternal.py::test_external_match::[353] . rlib/rsre/test/test_zexternal.py::test_external_match::[354] . rlib/rsre/test/test_zexternal.py::test_external_match::[355] . rlib/rsre/test/test_zexternal.py::test_external_match::[356] . rlib/rsre/test/test_zexternal.py::test_external_match::[357] . rlib/rsre/test/test_zexternal.py::test_external_match::[358] . rlib/rsre/test/test_zexternal.py::test_external_match::[359] . rlib/rsre/test/test_zexternal.py::test_external_match::[360] . rlib/rsre/test/test_zexternal.py::test_external_match::[361] . rlib/rsre/test/test_zexternal.py::test_external_match::[362] . rlib/rsre/test/test_zexternal.py::test_external_match::[363] . rlib/rsre/test/test_zexternal.py::test_external_match::[364] . rlib/rsre/test/test_zexternal.py::test_external_match::[365] . rlib/rsre/test/test_zexternal.py::test_external_match::[366] . rlib/rsre/test/test_zexternal.py::test_external_match::[367] . rlib/rsre/test/test_zexternal.py::test_external_match::[368] . rlib/rsre/test/test_zexternal.py::test_external_match::[369] . rlib/rsre/test/test_zexternal.py::test_external_match::[370] . rlib/rsre/test/test_zexternal.py::test_external_match::[371] . rlib/rsre/test/test_zexternal.py::test_external_match::[372] . rlib/rsre/test/test_zexternal.py::test_external_match::[373] . rlib/rsre/test/test_zexternal.py::test_external_match::[374] . rlib/rsre/test/test_zexternal.py::test_external_match::[375] . rlib/rsre/test/test_zexternal.py::test_external_match::[376] . rlib/rsre/test/test_zexternal.py::test_external_match::[377] . rlib/rsre/test/test_zexternal.py::test_external_match::[378] . rlib/rsre/test/test_zexternal.py::test_external_match::[379] . rlib/rsre/test/test_zexternal.py::test_external_match::[380] . rlib/rsre/test/test_zexternal.py::test_external_match::[381] . rlib/rsre/test/test_zexternal.py::test_external_match::[382] . rlib/rsre/test/test_zexternal.py::test_external_match::[383] . rlib/rsre/test/test_zexternal.py::test_external_match::[384] . rlib/rsre/test/test_zexternal.py::test_external_match::[385] . rlib/rsre/test/test_zexternal.py::test_external_match::[386] . rlib/rsre/test/test_zexternal.py::test_external_match::[387] . rlib/rsre/test/test_zexternal.py::test_external_match::[388] . rlib/rsre/test/test_zexternal.py::test_external_match::[389] . rlib/rsre/test/test_zexternal.py::test_external_match::[390] . rlib/rsre/test/test_zexternal.py::test_external_match::[391] . rlib/rsre/test/test_zexternal.py::test_external_match::[392] . rlib/rsre/test/test_zexternal.py::test_external_match::[393] . rlib/rsre/test/test_zexternal.py::test_external_match::[394] . rlib/rsre/test/test_zexternal.py::test_external_match::[395] . rlib/rsre/test/test_zexternal.py::test_external_match::[396] . rlib/rsre/test/test_zexternal.py::test_external_match::[397] . rlib/rsre/test/test_zexternal.py::test_external_match::[398] . rlib/rsre/test/test_zexternal.py::test_external_match::[399] . rlib/rsre/test/test_zexternal.py::test_external_match::[400] . rlib/rsre/test/test_zexternal.py::test_external_match::[401] . rlib/rsre/test/test_zexternal.py::test_external_match::[402] . rlib/rsre/test/test_zexternal.py::test_external_match::[403] . rlib/rsre/test/test_zexternal.py::test_external_match::[404] . rlib/rsre/test/test_zexternal.py::test_external_match::[405] . rlib/rsre/test/test_zexternal.py::test_external_match::[406] . rlib/rsre/test/test_zexternal.py::test_external_match::[407] . rlib/rsre/test/test_zexternal.py::test_external_match::[408] . rlib/rsre/test/test_zexternal.py::test_external_match::[409] . rlib/rsre/test/test_zexternal.py::test_external_match::[410] . rlib/rsre/test/test_zexternal.py::test_external_match::[411] . rlib/rsre/test/test_zexternal.py::test_external_match::[412] . rlib/rsre/test/test_zexternal.py::test_external_match::[413] . rlib/rsre/test/test_zexternal.py::test_external_match::[414] . rlib/rsre/test/test_zexternal.py::test_external_match::[415] . rlib/rsre/test/test_zexternal.py::test_external_match::[416] . rlib/rsre/test/test_zexternal.py::test_external_match::[417] . rlib/rsre/test/test_zexternal.py::test_external_match::[418] . rlib/rsre/test/test_zexternal.py::test_external_match::[419] . rlib/rsre/test/test_zexternal.py::test_external_match::[420] . rlib/rsre/test/test_zexternal.py::test_external_match::[421] . rlib/rsre/test/test_zexternal.py::test_external_match::[422] . rlib/rsre/test/test_zexternal.py::test_external_match::[423] . rlib/rsre/test/test_zexternal.py::test_external_match::[424] . rlib/rsre/test/test_zexternal.py::test_external_match::[425] . rlib/rsre/test/test_zexternal.py::test_external_match::[426] . rlib/rsre/test/test_zexternal.py::test_external_match::[427] . rlib/rsre/test/test_zexternal.py::test_external_match::[428] . rlib/rsre/test/test_zexternal.py::test_external_match::[429] . rlib/rsre/test/test_zexternal.py::test_external_match::[430] . rlib/rsre/test/test_zexternal.py::test_external_match::[431] . rlib/rsre/test/test_zexternal.py::test_external_match::[432] . rlib/rsre/test/test_zexternal.py::test_external_match::[433] . rlib/rsre/test/test_zexternal.py::test_external_match::[434] . rlib/rsre/test/test_zexternal.py::test_external_match::[435] . rlib/rsre/test/test_zexternal.py::test_external_match::[436] . rlib/rsre/test/test_zexternal.py::test_external_match::[437] . rlib/rsre/test/test_zexternal.py::test_external_match::[438] . rlib/rsre/test/test_zexternal.py::test_external_match::[439] . rlib/rsre/test/test_zexternal.py::test_external_match::[440] . rlib/rsre/test/test_zexternal.py::test_external_match::[441] . rlib/rsre/test/test_zexternal.py::test_external_match::[442] . rlib/rsre/test/test_zexternal.py::test_external_match::[443] . rlib/rsre/test/test_zexternal.py::test_external_match::[444] . rlib/rsre/test/test_zexternal.py::test_external_match::[445] . rlib/rsre/test/test_zexternal.py::test_external_match::[446] . rlib/rsre/test/test_zexternal.py::test_external_match::[447] . rlib/rsre/test/test_zexternal.py::test_external_match::[448] . rlib/rsre/test/test_zexternal.py::test_external_match::[449] . rlib/rsre/test/test_zexternal.py::test_external_match::[450] . rlib/rsre/test/test_zexternal.py::test_external_match::[451] . rlib/rsre/test/test_zexternal.py::test_external_match::[452] . rlib/rsre/test/test_zexternal.py::test_external_match::[453] . rlib/rsre/test/test_zexternal.py::test_external_match::[454] . rlib/rsre/test/test_zexternal.py::test_external_match::[455] . rlib/rsre/test/test_zexternal.py::test_external_match::[456] . rlib/rsre/test/test_zexternal.py::test_external_match::[457] . rlib/rsre/test/test_zexternal.py::test_external_match::[458] . rlib/rsre/test/test_zexternal.py::test_external_match::[459] . rlib/rsre/test/test_zexternal.py::test_external_match::[460] . rlib/rsre/test/test_zexternal.py::test_external_match::[461] . rlib/rsre/test/test_zexternal.py::test_external_match::[462] . rlib/rsre/test/test_zexternal.py::test_external_match::[463] . rlib/rsre/test/test_zexternal.py::test_external_match::[464] . rlib/rsre/test/test_zexternal.py::test_external_match::[465] . rlib/rsre/test/test_zexternal.py::test_external_match::[466] . rlib/rsre/test/test_zexternal.py::test_external_match::[467] . rlib/rsre/test/test_zexternal.py::test_external_match::[468] . rlib/rsre/test/test_zexternal.py::test_external_match::[469] . rlib/rsre/test/test_zexternal.py::test_external_match::[470] . rlib/rsre/test/test_zexternal.py::test_external_match::[471] . rlib/rsre/test/test_zexternal.py::test_external_match::[472] . rlib/rsre/test/test_zexternal.py::test_external_match::[473] . rlib/rsre/test/test_zexternal.py::test_external_match::[474] . rlib/rsre/test/test_zexternal.py::test_external_match::[475] . rlib/rsre/test/test_zexternal.py::test_external_match::[476] . rlib/rsre/test/test_zexternal.py::test_external_match::[477] . rlib/rsre/test/test_zexternal.py::test_external_match::[478] . rlib/rsre/test/test_zexternal.py::test_external_match::[479] . rlib/rsre/test/test_zexternal.py::test_external_match::[480] . rlib/rsre/test/test_zexternal.py::test_external_match::[481] . rlib/rsre/test/test_zexternal.py::test_external_match::[482] . rlib/rsre/test/test_zexternal.py::test_external_match::[483] . rlib/rsre/test/test_zexternal.py::test_external_match::[484] . rlib/rsre/test/test_zexternal.py::test_external_match::[485] . rlib/rsre/test/test_zexternal.py::test_external_match::[486] . rlib/rsre/test/test_zexternal.py::test_external_match::[487] . rlib/rsre/test/test_zexternal.py::test_external_match::[488] . rlib/rsre/test/test_zexternal.py::test_external_match::[489] . rlib/rsre/test/test_zexternal.py::test_external_match::[490] . rlib/rsre/test/test_zexternal.py::test_external_match::[491] . rlib/rsre/test/test_zexternal.py::test_external_match::[492] . rlib/rsre/test/test_zexternal.py::test_external_match::[493] . rlib/rsre/test/test_zexternal.py::test_external_match::[494] . rlib/rsre/test/test_zexternal.py::test_external_match::[495] . rlib/rsre/test/test_zexternal.py::test_external_match::[496] . rlib/rsre/test/test_zexternal.py::test_external_match::[497] . rlib/rsre/test/test_zexternal.py::test_external_match::[498] . rlib/rsre/test/test_zexternal.py::test_external_match::[499] . rlib/rsre/test/test_zexternal.py::test_external_match::[500] . rlib/rsre/test/test_zexternal.py::test_external_search::[0] . rlib/rsre/test/test_zexternal.py::test_external_search::[1] . rlib/rsre/test/test_zexternal.py::test_external_search::[2] . rlib/rsre/test/test_zexternal.py::test_external_search::[3] . rlib/rsre/test/test_zexternal.py::test_external_search::[4] . rlib/rsre/test/test_zexternal.py::test_external_search::[5] . rlib/rsre/test/test_zexternal.py::test_external_search::[6] . rlib/rsre/test/test_zexternal.py::test_external_search::[7] . rlib/rsre/test/test_zexternal.py::test_external_search::[8] . rlib/rsre/test/test_zexternal.py::test_external_search::[9] . rlib/rsre/test/test_zexternal.py::test_external_search::[10] . rlib/rsre/test/test_zexternal.py::test_external_search::[11] . rlib/rsre/test/test_zexternal.py::test_external_search::[12] . rlib/rsre/test/test_zexternal.py::test_external_search::[13] . rlib/rsre/test/test_zexternal.py::test_external_search::[14] . rlib/rsre/test/test_zexternal.py::test_external_search::[15] . rlib/rsre/test/test_zexternal.py::test_external_search::[16] . rlib/rsre/test/test_zexternal.py::test_external_search::[17] . rlib/rsre/test/test_zexternal.py::test_external_search::[18] . rlib/rsre/test/test_zexternal.py::test_external_search::[19] . rlib/rsre/test/test_zexternal.py::test_external_search::[20] . rlib/rsre/test/test_zexternal.py::test_external_search::[21] . rlib/rsre/test/test_zexternal.py::test_external_search::[22] . rlib/rsre/test/test_zexternal.py::test_external_search::[23] . rlib/rsre/test/test_zexternal.py::test_external_search::[24] . rlib/rsre/test/test_zexternal.py::test_external_search::[25] . rlib/rsre/test/test_zexternal.py::test_external_search::[26] . rlib/rsre/test/test_zexternal.py::test_external_search::[27] . rlib/rsre/test/test_zexternal.py::test_external_search::[28] . rlib/rsre/test/test_zexternal.py::test_external_search::[29] . rlib/rsre/test/test_zexternal.py::test_external_search::[30] . rlib/rsre/test/test_zexternal.py::test_external_search::[31] . rlib/rsre/test/test_zexternal.py::test_external_search::[32] . rlib/rsre/test/test_zexternal.py::test_external_search::[33] . rlib/rsre/test/test_zexternal.py::test_external_search::[34] . rlib/rsre/test/test_zexternal.py::test_external_search::[35] . rlib/rsre/test/test_zexternal.py::test_external_search::[36] . rlib/rsre/test/test_zexternal.py::test_external_search::[37] . rlib/rsre/test/test_zexternal.py::test_external_search::[38] . rlib/rsre/test/test_zexternal.py::test_external_search::[39] . rlib/rsre/test/test_zexternal.py::test_external_search::[40] . rlib/rsre/test/test_zexternal.py::test_external_search::[41] . rlib/rsre/test/test_zexternal.py::test_external_search::[42] . rlib/rsre/test/test_zexternal.py::test_external_search::[43] . rlib/rsre/test/test_zexternal.py::test_external_search::[44] . rlib/rsre/test/test_zexternal.py::test_external_search::[45] . rlib/rsre/test/test_zexternal.py::test_external_search::[46] . rlib/rsre/test/test_zexternal.py::test_external_search::[47] . rlib/rsre/test/test_zexternal.py::test_external_search::[48] . rlib/rsre/test/test_zexternal.py::test_external_search::[49] . rlib/rsre/test/test_zexternal.py::test_external_search::[50] . rlib/rsre/test/test_zexternal.py::test_external_search::[51] . rlib/rsre/test/test_zexternal.py::test_external_search::[52] . rlib/rsre/test/test_zexternal.py::test_external_search::[53] . rlib/rsre/test/test_zexternal.py::test_external_search::[54] . rlib/rsre/test/test_zexternal.py::test_external_search::[55] . rlib/rsre/test/test_zexternal.py::test_external_search::[56] . rlib/rsre/test/test_zexternal.py::test_external_search::[57] . rlib/rsre/test/test_zexternal.py::test_external_search::[58] . rlib/rsre/test/test_zexternal.py::test_external_search::[59] . rlib/rsre/test/test_zexternal.py::test_external_search::[60] . rlib/rsre/test/test_zexternal.py::test_external_search::[61] . rlib/rsre/test/test_zexternal.py::test_external_search::[62] . rlib/rsre/test/test_zexternal.py::test_external_search::[63] . rlib/rsre/test/test_zexternal.py::test_external_search::[64] . rlib/rsre/test/test_zexternal.py::test_external_search::[65] . rlib/rsre/test/test_zexternal.py::test_external_search::[66] . rlib/rsre/test/test_zexternal.py::test_external_search::[67] . rlib/rsre/test/test_zexternal.py::test_external_search::[68] . rlib/rsre/test/test_zexternal.py::test_external_search::[69] . rlib/rsre/test/test_zexternal.py::test_external_search::[70] . rlib/rsre/test/test_zexternal.py::test_external_search::[71] . rlib/rsre/test/test_zexternal.py::test_external_search::[72] . rlib/rsre/test/test_zexternal.py::test_external_search::[73] . rlib/rsre/test/test_zexternal.py::test_external_search::[74] . rlib/rsre/test/test_zexternal.py::test_external_search::[75] . rlib/rsre/test/test_zexternal.py::test_external_search::[76] . rlib/rsre/test/test_zexternal.py::test_external_search::[77] . rlib/rsre/test/test_zexternal.py::test_external_search::[78] . rlib/rsre/test/test_zexternal.py::test_external_search::[79] . rlib/rsre/test/test_zexternal.py::test_external_search::[80] . rlib/rsre/test/test_zexternal.py::test_external_search::[81] . rlib/rsre/test/test_zexternal.py::test_external_search::[82] . rlib/rsre/test/test_zexternal.py::test_external_search::[83] . rlib/rsre/test/test_zexternal.py::test_external_search::[84] . rlib/rsre/test/test_zexternal.py::test_external_search::[85] . rlib/rsre/test/test_zexternal.py::test_external_search::[86] . rlib/rsre/test/test_zexternal.py::test_external_search::[87] . rlib/rsre/test/test_zexternal.py::test_external_search::[88] . rlib/rsre/test/test_zexternal.py::test_external_search::[89] . rlib/rsre/test/test_zexternal.py::test_external_search::[90] . rlib/rsre/test/test_zexternal.py::test_external_search::[91] . rlib/rsre/test/test_zexternal.py::test_external_search::[92] . rlib/rsre/test/test_zexternal.py::test_external_search::[93] . rlib/rsre/test/test_zexternal.py::test_external_search::[94] . rlib/rsre/test/test_zexternal.py::test_external_search::[95] . rlib/rsre/test/test_zexternal.py::test_external_search::[96] . rlib/rsre/test/test_zexternal.py::test_external_search::[97] . rlib/rsre/test/test_zexternal.py::test_external_search::[98] . rlib/rsre/test/test_zexternal.py::test_external_search::[99] . rlib/rsre/test/test_zexternal.py::test_external_search::[100] . rlib/rsre/test/test_zexternal.py::test_external_search::[101] . rlib/rsre/test/test_zexternal.py::test_external_search::[102] . rlib/rsre/test/test_zexternal.py::test_external_search::[103] . rlib/rsre/test/test_zexternal.py::test_external_search::[104] . rlib/rsre/test/test_zexternal.py::test_external_search::[105] . rlib/rsre/test/test_zexternal.py::test_external_search::[106] . rlib/rsre/test/test_zexternal.py::test_external_search::[107] . rlib/rsre/test/test_zexternal.py::test_external_search::[108] . rlib/rsre/test/test_zexternal.py::test_external_search::[109] . rlib/rsre/test/test_zexternal.py::test_external_search::[110] . rlib/rsre/test/test_zexternal.py::test_external_search::[111] . rlib/rsre/test/test_zexternal.py::test_external_search::[112] . rlib/rsre/test/test_zexternal.py::test_external_search::[113] . rlib/rsre/test/test_zexternal.py::test_external_search::[114] . rlib/rsre/test/test_zexternal.py::test_external_search::[115] . rlib/rsre/test/test_zexternal.py::test_external_search::[116] . rlib/rsre/test/test_zexternal.py::test_external_search::[117] . rlib/rsre/test/test_zexternal.py::test_external_search::[118] . rlib/rsre/test/test_zexternal.py::test_external_search::[119] . rlib/rsre/test/test_zexternal.py::test_external_search::[120] . rlib/rsre/test/test_zexternal.py::test_external_search::[121] . rlib/rsre/test/test_zexternal.py::test_external_search::[122] . rlib/rsre/test/test_zexternal.py::test_external_search::[123] . rlib/rsre/test/test_zexternal.py::test_external_search::[124] . rlib/rsre/test/test_zexternal.py::test_external_search::[125] . rlib/rsre/test/test_zexternal.py::test_external_search::[126] . rlib/rsre/test/test_zexternal.py::test_external_search::[127] . rlib/rsre/test/test_zexternal.py::test_external_search::[128] . rlib/rsre/test/test_zexternal.py::test_external_search::[129] . rlib/rsre/test/test_zexternal.py::test_external_search::[130] . rlib/rsre/test/test_zexternal.py::test_external_search::[131] . rlib/rsre/test/test_zexternal.py::test_external_search::[132] . rlib/rsre/test/test_zexternal.py::test_external_search::[133] . rlib/rsre/test/test_zexternal.py::test_external_search::[134] . rlib/rsre/test/test_zexternal.py::test_external_search::[135] . rlib/rsre/test/test_zexternal.py::test_external_search::[136] . rlib/rsre/test/test_zexternal.py::test_external_search::[137] . rlib/rsre/test/test_zexternal.py::test_external_search::[138] . rlib/rsre/test/test_zexternal.py::test_external_search::[139] . rlib/rsre/test/test_zexternal.py::test_external_search::[140] . rlib/rsre/test/test_zexternal.py::test_external_search::[141] . rlib/rsre/test/test_zexternal.py::test_external_search::[142] . rlib/rsre/test/test_zexternal.py::test_external_search::[143] . rlib/rsre/test/test_zexternal.py::test_external_search::[144] . rlib/rsre/test/test_zexternal.py::test_external_search::[145] . rlib/rsre/test/test_zexternal.py::test_external_search::[146] . rlib/rsre/test/test_zexternal.py::test_external_search::[147] . rlib/rsre/test/test_zexternal.py::test_external_search::[148] . rlib/rsre/test/test_zexternal.py::test_external_search::[149] . rlib/rsre/test/test_zexternal.py::test_external_search::[150] . rlib/rsre/test/test_zexternal.py::test_external_search::[151] . rlib/rsre/test/test_zexternal.py::test_external_search::[152] . rlib/rsre/test/test_zexternal.py::test_external_search::[153] . rlib/rsre/test/test_zexternal.py::test_external_search::[154] . rlib/rsre/test/test_zexternal.py::test_external_search::[155] . rlib/rsre/test/test_zexternal.py::test_external_search::[156] . rlib/rsre/test/test_zexternal.py::test_external_search::[157] . rlib/rsre/test/test_zexternal.py::test_external_search::[158] . rlib/rsre/test/test_zexternal.py::test_external_search::[159] . rlib/rsre/test/test_zexternal.py::test_external_search::[160] . rlib/rsre/test/test_zexternal.py::test_external_search::[161] . rlib/rsre/test/test_zexternal.py::test_external_search::[162] . rlib/rsre/test/test_zexternal.py::test_external_search::[163] . rlib/rsre/test/test_zexternal.py::test_external_search::[164] . rlib/rsre/test/test_zexternal.py::test_external_search::[165] . rlib/rsre/test/test_zexternal.py::test_external_search::[166] . rlib/rsre/test/test_zexternal.py::test_external_search::[167] . rlib/rsre/test/test_zexternal.py::test_external_search::[168] . rlib/rsre/test/test_zexternal.py::test_external_search::[169] . rlib/rsre/test/test_zexternal.py::test_external_search::[170] . rlib/rsre/test/test_zexternal.py::test_external_search::[171] . rlib/rsre/test/test_zexternal.py::test_external_search::[172] . rlib/rsre/test/test_zexternal.py::test_external_search::[173] . rlib/rsre/test/test_zexternal.py::test_external_search::[174] . rlib/rsre/test/test_zexternal.py::test_external_search::[175] . rlib/rsre/test/test_zexternal.py::test_external_search::[176] . rlib/rsre/test/test_zexternal.py::test_external_search::[177] . rlib/rsre/test/test_zexternal.py::test_external_search::[178] . rlib/rsre/test/test_zexternal.py::test_external_search::[179] . rlib/rsre/test/test_zexternal.py::test_external_search::[180] . rlib/rsre/test/test_zexternal.py::test_external_search::[181] . rlib/rsre/test/test_zexternal.py::test_external_search::[182] . rlib/rsre/test/test_zexternal.py::test_external_search::[183] . rlib/rsre/test/test_zexternal.py::test_external_search::[184] . rlib/rsre/test/test_zexternal.py::test_external_search::[185] . rlib/rsre/test/test_zexternal.py::test_external_search::[186] . rlib/rsre/test/test_zexternal.py::test_external_search::[187] . rlib/rsre/test/test_zexternal.py::test_external_search::[188] . rlib/rsre/test/test_zexternal.py::test_external_search::[189] . rlib/rsre/test/test_zexternal.py::test_external_search::[190] . rlib/rsre/test/test_zexternal.py::test_external_search::[191] . rlib/rsre/test/test_zexternal.py::test_external_search::[192] . rlib/rsre/test/test_zexternal.py::test_external_search::[193] . rlib/rsre/test/test_zexternal.py::test_external_search::[194] . rlib/rsre/test/test_zexternal.py::test_external_search::[195] . rlib/rsre/test/test_zexternal.py::test_external_search::[196] . rlib/rsre/test/test_zexternal.py::test_external_search::[197] . rlib/rsre/test/test_zexternal.py::test_external_search::[198] . rlib/rsre/test/test_zexternal.py::test_external_search::[199] . rlib/rsre/test/test_zexternal.py::test_external_search::[200] . rlib/rsre/test/test_zexternal.py::test_external_search::[201] . rlib/rsre/test/test_zexternal.py::test_external_search::[202] . rlib/rsre/test/test_zexternal.py::test_external_search::[203] . rlib/rsre/test/test_zexternal.py::test_external_search::[204] . rlib/rsre/test/test_zexternal.py::test_external_search::[205] . rlib/rsre/test/test_zexternal.py::test_external_search::[206] . rlib/rsre/test/test_zexternal.py::test_external_search::[207] . rlib/rsre/test/test_zexternal.py::test_external_search::[208] . rlib/rsre/test/test_zexternal.py::test_external_search::[209] . rlib/rsre/test/test_zexternal.py::test_external_search::[210] . rlib/rsre/test/test_zexternal.py::test_external_search::[211] . rlib/rsre/test/test_zexternal.py::test_external_search::[212] . rlib/rsre/test/test_zexternal.py::test_external_search::[213] . rlib/rsre/test/test_zexternal.py::test_external_search::[214] . rlib/rsre/test/test_zexternal.py::test_external_search::[215] . rlib/rsre/test/test_zexternal.py::test_external_search::[216] . rlib/rsre/test/test_zexternal.py::test_external_search::[217] . rlib/rsre/test/test_zexternal.py::test_external_search::[218] . rlib/rsre/test/test_zexternal.py::test_external_search::[219] . rlib/rsre/test/test_zexternal.py::test_external_search::[220] . rlib/rsre/test/test_zexternal.py::test_external_search::[221] . rlib/rsre/test/test_zexternal.py::test_external_search::[222] . rlib/rsre/test/test_zexternal.py::test_external_search::[223] . rlib/rsre/test/test_zexternal.py::test_external_search::[224] . rlib/rsre/test/test_zexternal.py::test_external_search::[225] . rlib/rsre/test/test_zexternal.py::test_external_search::[226] . rlib/rsre/test/test_zexternal.py::test_external_search::[227] . rlib/rsre/test/test_zexternal.py::test_external_search::[228] . rlib/rsre/test/test_zexternal.py::test_external_search::[229] . rlib/rsre/test/test_zexternal.py::test_external_search::[230] . rlib/rsre/test/test_zexternal.py::test_external_search::[231] . rlib/rsre/test/test_zexternal.py::test_external_search::[232] . rlib/rsre/test/test_zexternal.py::test_external_search::[233] . rlib/rsre/test/test_zexternal.py::test_external_search::[234] . rlib/rsre/test/test_zexternal.py::test_external_search::[235] . rlib/rsre/test/test_zexternal.py::test_external_search::[236] . rlib/rsre/test/test_zexternal.py::test_external_search::[237] . rlib/rsre/test/test_zexternal.py::test_external_search::[238] . rlib/rsre/test/test_zexternal.py::test_external_search::[239] . rlib/rsre/test/test_zexternal.py::test_external_search::[240] . rlib/rsre/test/test_zexternal.py::test_external_search::[241] . rlib/rsre/test/test_zexternal.py::test_external_search::[242] . rlib/rsre/test/test_zexternal.py::test_external_search::[243] . rlib/rsre/test/test_zexternal.py::test_external_search::[244] . rlib/rsre/test/test_zexternal.py::test_external_search::[245] . rlib/rsre/test/test_zexternal.py::test_external_search::[246] . rlib/rsre/test/test_zexternal.py::test_external_search::[247] . rlib/rsre/test/test_zexternal.py::test_external_search::[248] . rlib/rsre/test/test_zexternal.py::test_external_search::[249] . rlib/rsre/test/test_zexternal.py::test_external_search::[250] . rlib/rsre/test/test_zexternal.py::test_external_search::[251] . rlib/rsre/test/test_zexternal.py::test_external_search::[252] . rlib/rsre/test/test_zexternal.py::test_external_search::[253] . rlib/rsre/test/test_zexternal.py::test_external_search::[254] . rlib/rsre/test/test_zexternal.py::test_external_search::[255] . rlib/rsre/test/test_zexternal.py::test_external_search::[256] . rlib/rsre/test/test_zexternal.py::test_external_search::[257] . rlib/rsre/test/test_zexternal.py::test_external_search::[258] . rlib/rsre/test/test_zexternal.py::test_external_search::[259] . rlib/rsre/test/test_zexternal.py::test_external_search::[260] . rlib/rsre/test/test_zexternal.py::test_external_search::[261] . rlib/rsre/test/test_zexternal.py::test_external_search::[262] . rlib/rsre/test/test_zexternal.py::test_external_search::[263] . rlib/rsre/test/test_zexternal.py::test_external_search::[264] . rlib/rsre/test/test_zexternal.py::test_external_search::[265] . rlib/rsre/test/test_zexternal.py::test_external_search::[266] . rlib/rsre/test/test_zexternal.py::test_external_search::[267] . rlib/rsre/test/test_zexternal.py::test_external_search::[268] . rlib/rsre/test/test_zexternal.py::test_external_search::[269] . rlib/rsre/test/test_zexternal.py::test_external_search::[270] . rlib/rsre/test/test_zexternal.py::test_external_search::[271] . rlib/rsre/test/test_zexternal.py::test_external_search::[272] . rlib/rsre/test/test_zexternal.py::test_external_search::[273] . rlib/rsre/test/test_zexternal.py::test_external_search::[274] . rlib/rsre/test/test_zexternal.py::test_external_search::[275] . rlib/rsre/test/test_zexternal.py::test_external_search::[276] . rlib/rsre/test/test_zexternal.py::test_external_search::[277] . rlib/rsre/test/test_zexternal.py::test_external_search::[278] . rlib/rsre/test/test_zexternal.py::test_external_search::[279] . rlib/rsre/test/test_zexternal.py::test_external_search::[280] . rlib/rsre/test/test_zexternal.py::test_external_search::[281] . rlib/rsre/test/test_zexternal.py::test_external_search::[282] . rlib/rsre/test/test_zexternal.py::test_external_search::[283] . rlib/rsre/test/test_zexternal.py::test_external_search::[284] . rlib/rsre/test/test_zexternal.py::test_external_search::[285] . rlib/rsre/test/test_zexternal.py::test_external_search::[286] . rlib/rsre/test/test_zexternal.py::test_external_search::[287] . rlib/rsre/test/test_zexternal.py::test_external_search::[288] . rlib/rsre/test/test_zexternal.py::test_external_search::[289] . rlib/rsre/test/test_zexternal.py::test_external_search::[290] . rlib/rsre/test/test_zexternal.py::test_external_search::[291] . rlib/rsre/test/test_zexternal.py::test_external_search::[292] . rlib/rsre/test/test_zexternal.py::test_external_search::[293] . rlib/rsre/test/test_zexternal.py::test_external_search::[294] . rlib/rsre/test/test_zexternal.py::test_external_search::[295] . rlib/rsre/test/test_zexternal.py::test_external_search::[296] . rlib/rsre/test/test_zexternal.py::test_external_search::[297] . rlib/rsre/test/test_zexternal.py::test_external_search::[298] . rlib/rsre/test/test_zexternal.py::test_external_search::[299] . rlib/rsre/test/test_zexternal.py::test_external_search::[300] . rlib/rsre/test/test_zexternal.py::test_external_search::[301] . rlib/rsre/test/test_zexternal.py::test_external_search::[302] . rlib/rsre/test/test_zexternal.py::test_external_search::[303] . rlib/rsre/test/test_zexternal.py::test_external_search::[304] . rlib/rsre/test/test_zexternal.py::test_external_search::[305] . rlib/rsre/test/test_zexternal.py::test_external_search::[306] . rlib/rsre/test/test_zexternal.py::test_external_search::[307] . rlib/rsre/test/test_zexternal.py::test_external_search::[308] . rlib/rsre/test/test_zexternal.py::test_external_search::[309] . rlib/rsre/test/test_zexternal.py::test_external_search::[310] . rlib/rsre/test/test_zexternal.py::test_external_search::[311] . rlib/rsre/test/test_zexternal.py::test_external_search::[312] . rlib/rsre/test/test_zexternal.py::test_external_search::[313] . rlib/rsre/test/test_zexternal.py::test_external_search::[314] . rlib/rsre/test/test_zexternal.py::test_external_search::[315] . rlib/rsre/test/test_zexternal.py::test_external_search::[316] . rlib/rsre/test/test_zexternal.py::test_external_search::[317] . rlib/rsre/test/test_zexternal.py::test_external_search::[318] . rlib/rsre/test/test_zexternal.py::test_external_search::[319] . rlib/rsre/test/test_zexternal.py::test_external_search::[320] . rlib/rsre/test/test_zexternal.py::test_external_search::[321] . rlib/rsre/test/test_zexternal.py::test_external_search::[322] . rlib/rsre/test/test_zexternal.py::test_external_search::[323] . rlib/rsre/test/test_zexternal.py::test_external_search::[324] . rlib/rsre/test/test_zexternal.py::test_external_search::[325] . rlib/rsre/test/test_zexternal.py::test_external_search::[326] . rlib/rsre/test/test_zexternal.py::test_external_search::[327] . rlib/rsre/test/test_zexternal.py::test_external_search::[328] . rlib/rsre/test/test_zexternal.py::test_external_search::[329] . rlib/rsre/test/test_zexternal.py::test_external_search::[330] . rlib/rsre/test/test_zexternal.py::test_external_search::[331] . rlib/rsre/test/test_zexternal.py::test_external_search::[332] . rlib/rsre/test/test_zexternal.py::test_external_search::[333] . rlib/rsre/test/test_zexternal.py::test_external_search::[334] . rlib/rsre/test/test_zexternal.py::test_external_search::[335] . rlib/rsre/test/test_zexternal.py::test_external_search::[336] . rlib/rsre/test/test_zexternal.py::test_external_search::[337] . rlib/rsre/test/test_zexternal.py::test_external_search::[338] . rlib/rsre/test/test_zexternal.py::test_external_search::[339] . rlib/rsre/test/test_zexternal.py::test_external_search::[340] . rlib/rsre/test/test_zexternal.py::test_external_search::[341] . rlib/rsre/test/test_zexternal.py::test_external_search::[342] . rlib/rsre/test/test_zexternal.py::test_external_search::[343] . rlib/rsre/test/test_zexternal.py::test_external_search::[344] . rlib/rsre/test/test_zexternal.py::test_external_search::[345] . rlib/rsre/test/test_zexternal.py::test_external_search::[346] . rlib/rsre/test/test_zexternal.py::test_external_search::[347] . rlib/rsre/test/test_zexternal.py::test_external_search::[348] . rlib/rsre/test/test_zexternal.py::test_external_search::[349] . rlib/rsre/test/test_zexternal.py::test_external_search::[350] . rlib/rsre/test/test_zexternal.py::test_external_search::[351] . rlib/rsre/test/test_zexternal.py::test_external_search::[352] . rlib/rsre/test/test_zexternal.py::test_external_search::[353] . rlib/rsre/test/test_zexternal.py::test_external_search::[354] . rlib/rsre/test/test_zexternal.py::test_external_search::[355] . rlib/rsre/test/test_zexternal.py::test_external_search::[356] . rlib/rsre/test/test_zexternal.py::test_external_search::[357] . rlib/rsre/test/test_zexternal.py::test_external_search::[358] . rlib/rsre/test/test_zexternal.py::test_external_search::[359] . rlib/rsre/test/test_zexternal.py::test_external_search::[360] . rlib/rsre/test/test_zexternal.py::test_external_search::[361] . rlib/rsre/test/test_zexternal.py::test_external_search::[362] . rlib/rsre/test/test_zexternal.py::test_external_search::[363] . rlib/rsre/test/test_zexternal.py::test_external_search::[364] . rlib/rsre/test/test_zexternal.py::test_external_search::[365] . rlib/rsre/test/test_zexternal.py::test_external_search::[366] . rlib/rsre/test/test_zexternal.py::test_external_search::[367] . rlib/rsre/test/test_zexternal.py::test_external_search::[368] . rlib/rsre/test/test_zexternal.py::test_external_search::[369] . rlib/rsre/test/test_zexternal.py::test_external_search::[370] . rlib/rsre/test/test_zexternal.py::test_external_search::[371] . rlib/rsre/test/test_zexternal.py::test_external_search::[372] . rlib/rsre/test/test_zexternal.py::test_external_search::[373] . rlib/rsre/test/test_zexternal.py::test_external_search::[374] . rlib/rsre/test/test_zexternal.py::test_external_search::[375] . rlib/rsre/test/test_zexternal.py::test_external_search::[376] . rlib/rsre/test/test_zexternal.py::test_external_search::[377] . rlib/rsre/test/test_zexternal.py::test_external_search::[378] . rlib/rsre/test/test_zexternal.py::test_external_search::[379] . rlib/rsre/test/test_zexternal.py::test_external_search::[380] . rlib/rsre/test/test_zexternal.py::test_external_search::[381] . rlib/rsre/test/test_zexternal.py::test_external_search::[382] . rlib/rsre/test/test_zexternal.py::test_external_search::[383] . rlib/rsre/test/test_zexternal.py::test_external_search::[384] . rlib/rsre/test/test_zexternal.py::test_external_search::[385] . rlib/rsre/test/test_zexternal.py::test_external_search::[386] . rlib/rsre/test/test_zexternal.py::test_external_search::[387] . rlib/rsre/test/test_zexternal.py::test_external_search::[388] . rlib/rsre/test/test_zexternal.py::test_external_search::[389] . rlib/rsre/test/test_zexternal.py::test_external_search::[390] . rlib/rsre/test/test_zexternal.py::test_external_search::[391] . rlib/rsre/test/test_zexternal.py::test_external_search::[392] . rlib/rsre/test/test_zexternal.py::test_external_search::[393] . rlib/rsre/test/test_zexternal.py::test_external_search::[394] . rlib/rsre/test/test_zexternal.py::test_external_search::[395] . rlib/rsre/test/test_zexternal.py::test_external_search::[396] . rlib/rsre/test/test_zexternal.py::test_external_search::[397] . rlib/rsre/test/test_zexternal.py::test_external_search::[398] . rlib/rsre/test/test_zexternal.py::test_external_search::[399] . rlib/rsre/test/test_zexternal.py::test_external_search::[400] . rlib/rsre/test/test_zexternal.py::test_external_search::[401] . rlib/rsre/test/test_zexternal.py::test_external_search::[402] . rlib/rsre/test/test_zexternal.py::test_external_search::[403] . rlib/rsre/test/test_zexternal.py::test_external_search::[404] . rlib/rsre/test/test_zexternal.py::test_external_search::[405] . rlib/rsre/test/test_zexternal.py::test_external_search::[406] . rlib/rsre/test/test_zexternal.py::test_external_search::[407] . rlib/rsre/test/test_zexternal.py::test_external_search::[408] . rlib/rsre/test/test_zexternal.py::test_external_search::[409] . rlib/rsre/test/test_zexternal.py::test_external_search::[410] . rlib/rsre/test/test_zexternal.py::test_external_search::[411] . rlib/rsre/test/test_zexternal.py::test_external_search::[412] . rlib/rsre/test/test_zexternal.py::test_external_search::[413] . rlib/rsre/test/test_zexternal.py::test_external_search::[414] . rlib/rsre/test/test_zexternal.py::test_external_search::[415] . rlib/rsre/test/test_zexternal.py::test_external_search::[416] . rlib/rsre/test/test_zexternal.py::test_external_search::[417] . rlib/rsre/test/test_zexternal.py::test_external_search::[418] . rlib/rsre/test/test_zexternal.py::test_external_search::[419] . rlib/rsre/test/test_zexternal.py::test_external_search::[420] . rlib/rsre/test/test_zexternal.py::test_external_search::[421] . rlib/rsre/test/test_zexternal.py::test_external_search::[422] . rlib/rsre/test/test_zexternal.py::test_external_search::[423] . rlib/rsre/test/test_zexternal.py::test_external_search::[424] . rlib/rsre/test/test_zexternal.py::test_external_search::[425] . rlib/rsre/test/test_zexternal.py::test_external_search::[426] . rlib/rsre/test/test_zexternal.py::test_external_search::[427] . rlib/rsre/test/test_zexternal.py::test_external_search::[428] . rlib/rsre/test/test_zexternal.py::test_external_search::[429] . rlib/rsre/test/test_zexternal.py::test_external_search::[430] . rlib/rsre/test/test_zexternal.py::test_external_search::[431] . rlib/rsre/test/test_zexternal.py::test_external_search::[432] . rlib/rsre/test/test_zexternal.py::test_external_search::[433] . rlib/rsre/test/test_zexternal.py::test_external_search::[434] . rlib/rsre/test/test_zexternal.py::test_external_search::[435] . rlib/rsre/test/test_zexternal.py::test_external_search::[436] . rlib/rsre/test/test_zexternal.py::test_external_search::[437] . rlib/rsre/test/test_zexternal.py::test_external_search::[438] . rlib/rsre/test/test_zexternal.py::test_external_search::[439] . rlib/rsre/test/test_zexternal.py::test_external_search::[440] . rlib/rsre/test/test_zexternal.py::test_external_search::[441] . rlib/rsre/test/test_zexternal.py::test_external_search::[442] . rlib/rsre/test/test_zexternal.py::test_external_search::[443] . rlib/rsre/test/test_zexternal.py::test_external_search::[444] . rlib/rsre/test/test_zexternal.py::test_external_search::[445] . rlib/rsre/test/test_zexternal.py::test_external_search::[446] . rlib/rsre/test/test_zexternal.py::test_external_search::[447] . rlib/rsre/test/test_zexternal.py::test_external_search::[448] . rlib/rsre/test/test_zexternal.py::test_external_search::[449] . rlib/rsre/test/test_zexternal.py::test_external_search::[450] . rlib/rsre/test/test_zexternal.py::test_external_search::[451] . rlib/rsre/test/test_zexternal.py::test_external_search::[452] . rlib/rsre/test/test_zexternal.py::test_external_search::[453] . rlib/rsre/test/test_zexternal.py::test_external_search::[454] . rlib/rsre/test/test_zexternal.py::test_external_search::[455] . rlib/rsre/test/test_zexternal.py::test_external_search::[456] . rlib/rsre/test/test_zexternal.py::test_external_search::[457] . rlib/rsre/test/test_zexternal.py::test_external_search::[458] . rlib/rsre/test/test_zexternal.py::test_external_search::[459] . rlib/rsre/test/test_zexternal.py::test_external_search::[460] . rlib/rsre/test/test_zexternal.py::test_external_search::[461] . rlib/rsre/test/test_zexternal.py::test_external_search::[462] . rlib/rsre/test/test_zexternal.py::test_external_search::[463] . rlib/rsre/test/test_zexternal.py::test_external_search::[464] . rlib/rsre/test/test_zexternal.py::test_external_search::[465] . rlib/rsre/test/test_zexternal.py::test_external_search::[466] . rlib/rsre/test/test_zexternal.py::test_external_search::[467] . rlib/rsre/test/test_zexternal.py::test_external_search::[468] . rlib/rsre/test/test_zexternal.py::test_external_search::[469] . rlib/rsre/test/test_zexternal.py::test_external_search::[470] . rlib/rsre/test/test_zexternal.py::test_external_search::[471] . rlib/rsre/test/test_zexternal.py::test_external_search::[472] . rlib/rsre/test/test_zexternal.py::test_external_search::[473] . rlib/rsre/test/test_zexternal.py::test_external_search::[474] . rlib/rsre/test/test_zexternal.py::test_external_search::[475] . rlib/rsre/test/test_zexternal.py::test_external_search::[476] . rlib/rsre/test/test_zexternal.py::test_external_search::[477] . rlib/rsre/test/test_zexternal.py::test_external_search::[478] . rlib/rsre/test/test_zexternal.py::test_external_search::[479] . rlib/rsre/test/test_zexternal.py::test_external_search::[480] . rlib/rsre/test/test_zexternal.py::test_external_search::[481] . rlib/rsre/test/test_zexternal.py::test_external_search::[482] . rlib/rsre/test/test_zexternal.py::test_external_search::[483] . rlib/rsre/test/test_zexternal.py::test_external_search::[484] . rlib/rsre/test/test_zexternal.py::test_external_search::[485] . rlib/rsre/test/test_zexternal.py::test_external_search::[486] . rlib/rsre/test/test_zexternal.py::test_external_search::[487] . rlib/rsre/test/test_zexternal.py::test_external_search::[488] . rlib/rsre/test/test_zexternal.py::test_external_search::[489] . rlib/rsre/test/test_zexternal.py::test_external_search::[490] . rlib/rsre/test/test_zexternal.py::test_external_search::[491] . rlib/rsre/test/test_zexternal.py::test_external_search::[492] . rlib/rsre/test/test_zexternal.py::test_external_search::[493] . rlib/rsre/test/test_zexternal.py::test_external_search::[494] . rlib/rsre/test/test_zexternal.py::test_external_search::[495] . rlib/rsre/test/test_zexternal.py::test_external_search::[496] . rlib/rsre/test/test_zexternal.py::test_external_search::[497] . rlib/rsre/test/test_zexternal.py::test_external_search::[498] . rlib/rsre/test/test_zexternal.py::test_external_search::[499] . rlib/rsre/test/test_zexternal.py::test_external_search::[500] . 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/rsre/test/test_zinterp.py::test_gengraph . rlib/rsre/test/test_zinterp.py::test_match . rlib/rsre/test/test_zinterp.py::test_translates . 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/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/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/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/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_ztranslation.py::test_interpreted . rlib/rvmprof/test/test_ztranslation.py::test_compiled . 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) == 99990000 assert self.tmpfile.check() self.tmpfile.remove() # assert self.rpy_entry_point(10**4, 0.5, 0) == 99990000 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, 0.5/self.SAMPLING_INTERVAL) E assert >(2, (0.5 / 0.004)) E + where > = .approx_equal E + and 2 = 2 E + where 2 = .count E + and 0.004 = .SAMPLING_INTERVAL rlib/rvmprof/test/test_rvmprof.py:140: AssertionError ---------- Captured stdout setup ---------- in get_rpath_flags, rel_libdirs is not fixed up ['/usr/local/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:102)RVMProfSamplingTest.entry_point [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:16)MyCode.__init__ [flowgraph] (rpython.rlib.rvmprof:17)register_code [flowgraph] (rpython.rlib.rvmprof.rvmprof:59)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:926)get_nonmovingbuffer_ll_final_null [flowgraph] (rpython.rtyper.lltypesystem.rffi:873)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:937)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:131)VMProf.enable [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)vmprof_init [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_vmprof_init [flowgraph] (rpython.rtyper.lltypesystem.rffi:854)charp2str [flowgraph] (rpython.rtyper.lltypesystem.rffi:1030)charpsize2str [flowgraph] (?:2)mallocstr [flowgraph] (rpython.rtyper.lltypesystem.rstr:36)mallocstr [flowgraph] (rpython.rlib.rvmprof.rvmprof:117)gather_all_code_objs [flowgraph] (rpython.rlib.rweaklist:21)WeakCodeObjectList.get_all_handles [flowgraph] (rpython.rlib.rvmprof.rvmprof:51) [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:19)MyCode.get_name [flowgraph] (rpython.rlib.rvmprof.rvmprof:169)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:27)VMProfError.__init__ [flowgraph] (rpython.rlib.rposix:1182)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:1374)getintfield [flowgraph] (rpython.rtyper.lltypesystem.rffi:1374)getintfield [flowgraph] (rpython.rlib.rvmprof.rvmprof:224)TestEnable.main_rvmprof [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:122) [flowgraph] (rpython.rlib.rvmprof:38)disable [flowgraph] (rpython.rlib.rvmprof.rvmprof:156)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:220)decorated_jitted_function [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:122)main [flowgraph] (rpython.rlib.rvmprof.cintf:187)enter_code [flowgraph] (rpython.rlib.rthread:356)get_or_make_raw [flowgraph] (rpython.rlib.rthread:364)setraw [flowgraph] (rpython.rlib.rvmprof.cintf:196)leave_code [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.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] (rpython.rlib.rposix:500)write [flowgraph] (rpython.rtyper.lltypesystem.rffi:1427)scoped_nonmovingbuffer.__init__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:1431)scoped_nonmovingbuffer.__enter__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)write [flowgraph] (rpython.rtyper.lltypesystem.rffi:1433)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] (?: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 [translation:info] usession directory: /var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/T/usession-pypy-HEAD-28 [translation:info] already done: Annotating&simplifying [translation:info] RTyping... [flowgraph] (rpython.rtyper.rclass:1170)ll_runtime_type_info [flowgraph] (rpython.rtyper.rlist:688)ll_getitem_nonneg [flowgraph] (rpython.rtyper.rlist:717)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:425)ll_str [flowgraph] (?:1)memo_ll_constant_0 [flowgraph] (rpython.rtyper.rlist:633)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:539)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:580)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:688)ll_getitem_nonneg [flowgraph] (rpython.rtyper.rlist:717)ll_getitem_fast [flowgraph] (rpython.rtyper.lltypesystem.rlist:402)ll_fixed_getitem_fast [flowgraph] (rpython.rtyper.rlist:572)ll_len [flowgraph] (rpython.rtyper.rlist:633)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:782)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:552)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:504)_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:516)_ll_alloc_and_clear [flowgraph] (rpython.rtyper.lltypesystem.rlist:407)ll_fixed_setitem_fast [flowgraph] (?:11)_ll_alloc_and_set_nonnull_look_inside_iff [flowgraph] (rpython.rtyper.rlist:528) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.rlist:528)_ll_alloc_and_set_nonnull [flowgraph] (?:2)_ll_alloc_and_set_nonnull_trampoline [flowgraph] (rpython.rtyper.rlist:528)_ll_alloc_and_set_nonnull [flowgraph] (?:1)memo__null_of_type_0 [flowgraph] (rpython.rtyper.rlist:600)ll_concat [flowgraph] (rpython.rtyper.rlist:552)ll_arraycopy [flowgraph] (rpython.rtyper.lltypesystem.rlist:399)ll_fixed_items [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] (?:1)memo__contains_gcptr_0 [flowgraph] (?:1)memo_itemoffsetof_0 [flowgraph] (?:1)memo__sizeof_none_0 [flowgraph] (rpython.rtyper.rlist:588)ll_append [flowgraph] (rpython.rtyper.lltypesystem.rlist:377)ll_setitem_fast [flowgraph] (rpython.rtyper.rstr:996)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:726)ll_setitem_nonneg [flowgraph] (rpython.rtyper.lltypesystem.rstr:350)ll_strlen [rtyper] specializing: 100 / 868 blocks (11%) [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 / 936 blocks (21%) [flowgraph] (rpython.rtyper.lltypesystem.ll_str:13)ll_int2dec [flowgraph] (rpython.rtyper.lltypesystem.ll_str:7)ll_unsigned [rtyper] specializing: 300 / 952 blocks (31%) [flowgraph] (rpython.rtyper.lltypesystem.rstr:1293)ll_striter [rtyper] specializing: 400 / 955 blocks (41%) [flowgraph] (rpython.rtyper.lltypesystem.rstr:1306)ll_strnext [flowgraph] (rpython.rtyper.rlist:588)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] (rpython.rtyper.rint:149)ll_str [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:912) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.rlist:912)ll_listdelslice_startonly [flowgraph] (rpython.rtyper.rlist:539)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:912)ll_listdelslice_startonly [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rlib.jit:1300)conditional_call [rtyper] specializing: 500 / 1106 blocks (45%) [rtyper] specializing: 600 / 1106 blocks (54%) [flowgraph] (rpython.rtyper.rint:398)ll_int_py_div [rtyper] specializing: 700 / 1111 blocks (63%) [rtyper] specializing: 800 / 1111 blocks (72%) [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 / 1130 blocks (79%) [flowgraph] (rpython.rtyper.rint:434)ll_uint_py_div [flowgraph] (rpython.rtyper.rint:525)ll_uint_py_mod [rtyper] specializing: 1000 / 1134 blocks (88%) [rtyper] specializing: 1100 / 1134 blocks (97%) [rtyper] -=- specialized 1134 blocks -=- [flowgraph] (rpython.rtyper.rclass:1133)ll_issubclass [flowgraph] (rpython.rtyper.rclass:1130)ll_type [rtyper] -=- specialized 4 more blocks -=- [translation:info] usession directory: /var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/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 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__v2268___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__v2271___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 ll_getitem_nonneg__dum_nocheckConst_ll_getitem_fastConst_listPtr_Signed [backendopt:inlining] 0.00 copy_string_to_raw [backendopt:inlining] 0.00 _as_bytes__str [backendopt:inlining] 0.00 _get_raw_buf__rpy_string [backendopt:inlining] 0.00 ll_fixed_items__arrayPtr [backendopt:inlining] 0.00 _PyPy_dg_strtod__arrayPtr_arrayPtr_star_2 [backendopt:inlining] 0.00 strerror__Signed_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 _lambda_ [backendopt:inlining] 0.00 vmprof_disable___star_0 [backendopt:inlining] 0.00 memo__sizeof_none_0 [backendopt:inlining] 0.00 memo__ll_prebuilt_empty_array_0 [backendopt:inlining] 0.00 memo__sizeof_none_0 [backendopt:inlining] 0.00 isconstant__v2251___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2253___simple_call__function_ [backendopt:inlining] 0.00 vmprof_enable__Signed_Signed_Signed_star_3 [backendopt:inlining] 0.00 isconstant__v2267___simple_call__function_ [backendopt:inlining] 0.00 close__Signed_star_1 [backendopt:inlining] 0.00 get_nonmovingbuffer_ll_final_null [backendopt:inlining] 0.00 conditional_call__v2248___simple_call__function__star_3 [backendopt:inlining] 0.00 isconstant__v2246___simple_call__function_ [backendopt:inlining] 0.00 vmprof_init__Signed_Float_Signed_Signed_SomeString_Signed_Signed_star_7 [backendopt:inlining] 0.00 widen__int [backendopt:inlining] 0.00 open__SomeString_Signed_Signed_star_3 [backendopt:inlining] 0.00 _as_bytes0__str [backendopt:inlining] 0.00 vmprof_register_virtual_function__SomeString_Signed_Signed_star_3 [backendopt:inlining] 0.00 memo_ll_constant_0 [backendopt:inlining] 0.00 isconstant__v2261___simple_call__function_ [backendopt:inlining] 0.00 copy_raw_to_string [backendopt:inlining] 0.00 scoped_nonmovingbuffer.__init__ [backendopt:inlining] 0.00 scoped_nonmovingbuffer.__enter__ [backendopt:inlining] 0.00 write__Signed_arrayPtr_Signed_star_3 [backendopt:inlining] 0.00 memo__sizeof_none_0 [backendopt:inlining] 0.00 ll_getitem_fast__listPtr_Signed [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_arrayPtr_Signed [backendopt:inlining] 0.00 ll_getitem_fast__arrayPtr_Signed [backendopt:inlining] 0.00 isconstant__v2247___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2257___simple_call__function_ [backendopt:inlining] 0.00 ll_setitem_nonneg__dum_nocheckConst_arrayPtr_Signed_GCREFPtr [backendopt:inlining] 0.00 isvirtual__v2269___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2258___simple_call__function_ [backendopt:inlining] 0.00 conditional_call__v2259___simple_call__function__star_3 [backendopt:inlining] 0.00 ll_fixed_items__arrayPtr [backendopt:inlining] 0.00 isconstant__v2273___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2274___simple_call__function_ [backendopt:inlining] 0.00 conditional_call__v2275___simple_call__function__star_3 [backendopt:inlining] 0.00 isconstant__v2278___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2280___simple_call__function_ [backendopt:inlining] 0.00 memo__ll_prebuilt_empty_array_0 [backendopt:inlining] 0.00 isconstant__v2284___simple_call__function_ [backendopt:inlining] 0.00 isvirtual__v2286___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2290___simple_call__function_ [backendopt:inlining] 0.00 isvirtual__v2292___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2294___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v2297___simple_call__function_ [backendopt:inlining] 0.00 conditional_call__v2298___simple_call__function__star_3 [backendopt:inlining] 0.00 memo_emptystrfun_0 [backendopt:inlining] 2.00 ll_strlen__rpy_stringPtr [backendopt:inlining] 0.00 get_nonmovingbuffer_ll_final_null [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_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 ll_items__listPtr [backendopt:inlining] 2.00 VMProfError.__init__ [backendopt:inlining] 2.00 ll_fixed_length__arrayPtr [backendopt:inlining] 2.00 setraw [backendopt:inlining] 2.00 ll_items__listPtr [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 ll_fixed_length__arrayPtr [backendopt:inlining] 2.00 ll_fixed_newlist__GcArray_SignedLlT_Signed [backendopt:inlining] 2.00 get_or_make_raw [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_fixed_setitem_fast__arrayPtr_Signed_GCREFPtr [backendopt:inlining] 4.00 _ll_zero_or_null__GCREFPtr [backendopt:inlining] 4.00 ll_fixed_getitem_fast__arrayPtr_Signed [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 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 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 mallocstr [backendopt:inlining] 4.00 get_saved_errno [backendopt:inlining] 7.00 rstring_to_float__SomeString [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 ll_str__IntegerR_SignedConst_Signed [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] 4.00 ll_str__StringR_Ptr_GcStruct_rpy_strin_rpy_stringPtr [backendopt:inlining] 7.00 acquire [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] 6.00 ll_getitem_fast__listPtr_Signed [backendopt:inlining] 11.00 enable [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 leave_code [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.50 ll_rangenext_up__rangePtr_Signed [backendopt:inlining] 13.00 free_nonmovingbuffer_ll [backendopt:inlining] 9.00 ll_listdelslice_startonly__v2291___simple_call__function_ [backendopt:inlining] 9.00 ll_listdelslice_startonly__v2296___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] 4.00 loop_unrolling_heuristic__v2266___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.65 ll_streq__rpy_stringPtr_rpy_stringPtr [backendopt:inlining] 21.75 close [backendopt:inlining] 16.00 decode_timeval [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] 11.00 ll_arraycopy__arrayPtr_arrayPtr_Signed_Signed_Signed [backendopt:inlining] 17.00 ll_append__listPtr_Signed [backendopt:inlining] 13.00 ll_arraycopy__arrayPtr_listPtr_Signed_Signed_Signed [backendopt:inlining] 19.25 _errno_after__v2236___simple_call__function_ [backendopt:inlining] 19.25 _errno_after__v2238___simple_call__function_ [backendopt:inlining] 19.25 _errno_after__v2240___simple_call__function_ [backendopt:inlining] 19.25 _errno_after__v2242___simple_call__function_ [backendopt:inlining] 0.00 close__Signed_star_1 [backendopt:inlining] 19.25 _errno_after__v2244___simple_call__function_ [backendopt:inlining] 26.16 ll_join_chars__v2285___simple_call__function_ [backendopt:inlining] 26.16 ll_join_chars__v2288___simple_call__function_ [backendopt:inlining] 19.00 enter_code [backendopt:inlining] 17.83 _ll_alloc_and_clear__GcArray_Ptr_GCREF__gcopaque_Ll_Signed [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__v2262___simple_call__function_ [backendopt:inlining] 20.67 _ll_alloc_and_set_nonnull__v2264___simple_call__function_ [backendopt:inlining] 25.75 _ll_alloc_and_set_nojit__GcArray_Ptr_GCREF__gcopaque_Ll_Signed_GCREFPtr [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__v2241___simple_call__function_ [backendopt:inlining] 0.00 close__Signed_star_1 [backendopt:inlining] 31.87 _errno_before__v2235___simple_call__function_ [backendopt:inlining] 31.87 _errno_before__v2237___simple_call__function_ [backendopt:inlining] 31.87 _errno_before__v2239___simple_call__function_ [backendopt:inlining] 31.87 _errno_before__v2243___simple_call__function_ [backendopt:inlining] inlined 383 callsites. [backendopt:removecasts] removed 2 cast_pointers in time [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] 1 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] 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] 1 simple mallocs removed in 'rpython_print_item' [backendopt:malloc] 1 simple mallocs removed in 'rpython_print_end' [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 '_ll_list_resize_le__listPtr_Signed' [backendopt:malloc] 1 simple mallocs removed in 'conditional_call__v2248___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__v2259___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__v2275___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__v2298___simple_call__function__star_3' [backendopt:malloc] removed 143 simple mallocs in total [backendopt:removecasts] removed 5 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/ss/yttmxf7j3k584mnld5ldxg100000gn/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] -=- 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:1173)ll_inst_type [rtyper] -=- specialized 25 more blocks -=- [flowgraph] (rpython.memory.gctransform.transform:447)_ll_malloc_fixedsize [flowgraph] (rpython.memory.gctransform.transform:454)_ll_malloc_fixedsize_zero [flowgraph] (rpython.memory.gctransform.transform:470)_ll_malloc_varsize_no_length [flowgraph] (rpython.memory.gctransform.transform:487)ll_malloc_varsize [flowgraph] (rpython.memory.gctransform.transform:493)_ll_malloc_varsize_no_length_zero [flowgraph] (rpython.memory.gctransform.transform:447)_ll_malloc_fixedsize [flowgraph] (rpython.memory.gctransform.transform:447)_ll_malloc_fixedsize [flowgraph] (rpython.memory.gctransform.transform:470)_ll_malloc_varsize_no_length [flowgraph] (rpython.memory.gctransform.transform:487)ll_malloc_varsize [flowgraph] (rpython.memory.gctransform.boehm:58)ll_identityhash [flowgraph] (rpython.memory.gctransform.transform:461)_ll_compute_size [flowgraph] (rpython.memory.gctransform.boehm:20) [flowgraph] (rpython.memory.gctransform.boehm:24) [flowgraph] (rpython.memory.gctransform.transform:461)_ll_compute_size [rtyper] specializing: 1200 / 1228 blocks (97%) [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:504)_ll_alloc_and_set_jit [flowgraph] (rpython.rtyper.rlist:516)_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:528) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.rlist:528)_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:528)_ll_alloc_and_set_nonnull [flowgraph] (rpython.rtyper.rlist:726)ll_setitem_nonneg [rtyper] -=- specialized 50 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] 387 nodes [ array: 49 boehm rtti: 22 func: 91 struct: 225 ] [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/ss/yttmxf7j3k584mnld5ldxg100000gn/T/usession-pypy-HEAD-28/testing_4/testing_4.c [translation:info] Compiling c source... [platform:execute] make in /var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/T/usession-pypy-HEAD-28/testing_4 [platform:WARNING] rpython_rlib.c:160:2: warning: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Warray-bounds] [platform:WARNING] 160 | RPyItem(l_v2479, 1L) = l_v2480; [platform:WARNING] | ^ ~~ [platform:WARNING] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:WARNING] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:WARNING] | ^ ~~~~~ [platform:WARNING] ./singleheader.h:536:2: note: array 'items' declared here [platform:WARNING] 536 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; [platform:WARNING] | ^ [platform:WARNING] rpython_rlib.c:284:3: warning: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Warray-bounds] [platform:WARNING] 284 | RPyItem(l_v2534, 1L) = (&pypy_g_rpy_string_30.b); [platform:WARNING] | ^ ~~ [platform:WARNING] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:WARNING] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:WARNING] | ^ ~~~~~ [platform:WARNING] ./singleheader.h:536:2: note: array 'items' declared here [platform:WARNING] 536 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; [platform:WARNING] | ^ [platform:WARNING] rpython_rlib.c:430:2: warning: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Warray-bounds] [platform:WARNING] 430 | RPyItem(l_v2607, 1L) = (&pypy_g_rpy_string_30.b); [platform:WARNING] | ^ ~~ [platform:WARNING] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:WARNING] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:WARNING] | ^ ~~~~~ [platform:WARNING] ./singleheader.h:536:2: note: array 'items' declared here [platform:WARNING] 536 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; [platform:WARNING] | ^ [platform:WARNING] rpython_rlib.c:935:2: warning: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Warray-bounds] [platform:WARNING] 935 | RPyItem(l_v2788, 1L) = (&pypy_g_rpy_string_30.b); [platform:WARNING] | ^ ~~ [platform:WARNING] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:WARNING] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:WARNING] | ^ ~~~~~ [platform:WARNING] ./singleheader.h:536:2: note: array 'items' declared here [platform:WARNING] 536 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; [platform:WARNING] | ^ [platform:WARNING] 4 warnings generated. [platform:WARNING] rpython_rlib_rvmprof.c:487:2: warning: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Warray-bounds] [platform:WARNING] 487 | RPyItem(l_v2994, 1L) = l_v2995; [platform:WARNING] | ^ ~~ [platform:WARNING] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:WARNING] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:WARNING] | ^ ~~~~~ [platform:WARNING] ./singleheader.h:536:2: note: array 'items' declared here [platform:WARNING] 536 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; [platform:WARNING] | ^ [platform:WARNING] rpython_rlib_rvmprof.c:488:2: warning: array index 2 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Warray-bounds] [platform:WARNING] 488 | RPyItem(l_v2994, 2L) = (&pypy_g_rpy_string_36.b); [platform:WARNING] | ^ ~~ [platform:WARNING] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:WARNING] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:WARNING] | ^ ~~~~~ [platform:WARNING] ./singleheader.h:536:2: note: array 'items' declared here [platform:WARNING] 536 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; [platform:WARNING] | ^ [platform:WARNING] rpython_rlib_rvmprof.c:489:2: warning: array index 3 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Warray-bounds] [platform:WARNING] 489 | RPyItem(l_v2994, 3L) = (&pypy_g_rpy_string_23.b); [platform:WARNING] | ^ ~~ [platform:WARNING] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:WARNING] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:WARNING] | ^ ~~~~~ [platform:WARNING] ./singleheader.h:536:2: note: array 'items' declared here [platform:WARNING] 536 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; [platform:WARNING] | ^ [platform:WARNING] rpython_rlib_rvmprof.c:490:2: warning: array index 4 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Warray-bounds] [platform:WARNING] 490 | RPyItem(l_v2994, 4L) = (&pypy_g_rpy_string_37.b); [platform:WARNING] | ^ ~~ [platform:WARNING] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:WARNING] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:WARNING] | ^ ~~~~~ [platform:WARNING] ./singleheader.h:536:2: note: array 'items' declared here [platform:WARNING] 536 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; [platform:WARNING] | ^ [platform:WARNING] 4 warnings generated. [platform:WARNING] rpython_translator_c_test.c:47:12: warning: array index 1 is past the end of the array (that has type 'void *[1]') [-Warray-bounds] [platform:WARNING] 47 | l_v3660 = RPyItem(l_v3659, 1L); [platform:WARNING] | ^ ~~ [platform:WARNING] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:WARNING] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:WARNING] | ^ ~~~~~ [platform:WARNING] ./singleheader.h:316:2: note: array 'items' declared here [platform:WARNING] 316 | void* items[RPY_VARLENGTH]; [platform:WARNING] | ^ [platform:WARNING] rpython_translator_c_test.c:64:12: warning: array index 2 is past the end of the array (that has type 'void *[1]') [-Warray-bounds] [platform:WARNING] 64 | l_v3668 = RPyItem(l_v3667, 2L); [platform:WARNING] | ^ ~~ [platform:WARNING] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:WARNING] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:WARNING] | ^ ~~~~~ [platform:WARNING] ./singleheader.h:316:2: note: array 'items' declared here [platform:WARNING] 316 | void* items[RPY_VARLENGTH]; [platform:WARNING] | ^ [platform:WARNING] rpython_translator_c_test.c:143:12: warning: array index 3 is past the end of the array (that has type 'void *[1]') [-Warray-bounds] [platform:WARNING] 143 | l_v3683 = RPyItem(l_v3682, 3L); [platform:WARNING] | ^ ~~ [platform:WARNING] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:WARNING] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:WARNING] | ^ ~~~~~ [platform:WARNING] ./singleheader.h:316:2: note: array 'items' declared here [platform:WARNING] 316 | void* items[RPY_VARLENGTH]; [platform:WARNING] | ^ [platform:WARNING] 3 warnings generated. [translation:info] created: /var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/T/usession-pypy-HEAD-28/testing_4/testing_4 [translation:info] usession directory: /var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/T/usession-pypy-HEAD-28 ---------- Captured stdout call ---------- THE RESULT IS: 99990000 ; MALLOC COUNTERS: 0 0 ---------- Captured stderr call ---------- [c:cmdexec] /var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/T/usession-pypy-HEAD-28/testing_4/testing_4 10000 0.5 0 . rlib/rvmprof/test/test_rvmprof.py::TestEnable::()::test_mem E rlib/rvmprof/test/test_rvmprof.py::TestNative::()::test self = tmpdir = local('/private/var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/T/pytest-of-runner/pytest-1/test1') @pytest.fixture def init(self, tmpdir): eci = ExternalCompilationInfo(compile_extra=['-g','-O0', '-Werror'], post_include_bits = ['int native_func(int);'], separate_module_sources=[""" RPY_EXTERN int native_func(int d) { int j = 0; if (d > 0) { return native_func(d-1); } else { for (int i = 0; i < 42000; i++) { j += 1; } } return j; } """]) self.native_func = rffi.llexternal("native_func", [rffi.INT], rffi.INT, compilation_info=eci) > super(TestNative, self).init(tmpdir) rlib/rvmprof/test/test_rvmprof.py:172: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ rlib/rvmprof/test/test_rvmprof.py:99: in init super(RVMProfSamplingTest, self).init() rlib/rvmprof/test/test_rvmprof.py:25: in init self.rpy_entry_point = compile(self.entry_point, self.ENTRY_POINT_ARGS) translator/c/test/test_genc.py:124: in compile t.compile_c() translator/interactive.py:123: in compile_c self.driver.compile_c() translator/driver.py:108: in proc return self.proceed(backend_goal) translator/driver.py:568: in proceed result = self._execute(goals, task_skip = self._maybe_skip()) translator/tool/taskengine.py:114: in _execute res = self._do(goal, taskcallable, *args, **kwds) translator/driver.py:278: in _do res = func() translator/driver.py:535: in task_compile_c cbuilder.compile(**kwds) translator/c/genc.py:341: in compile extra_opts) translator/platform/posix.py:277: in execute_makefile self._handle_error(returncode, stdout, stderr, path.join('make')) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , returncode = 2 stdout = 'clang -O3 -fomit-frame-pointer -Wno-duplicate-decl-specifier -mmacosx-version-min=10.13 -arch x86_64 -mdynamic-no-pic...pypy/rpython"/rlib/rvmprof/src/shared -I"/Users/runner/work/pypy/pypy/rpython"/rlib/rvmprof/src/shared/libbacktrace \n' stderr = "rpython_rlib.c:160:2: error: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]'... pypy_rpy_string0 *items[RPY_VARLENGTH];\n | ^\n4 errors generated.\nmake: *** [rpython_rlib.o] Error 1\n" outname = local('/var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/T/usession-pypy-HEAD-28/testing_6/make') def _handle_error(self, returncode, stdout, stderr, outname): if returncode != 0: errorfile = outname.new(ext='errors') errorfile.write(stderr, 'wb') if self.log_errors: stderrlines = stderr.splitlines() for line in stderrlines: log.Error(line) # ^^^ don't use ERROR, because it might actually be fine. # Also, ERROR confuses lib-python/conftest.py. > raise CompilationError(stdout, stderr) E CompilationError: CompilationError(err=""" E rpython_rlib.c:160:2: error: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Werror,-Warray-bounds] E 160 | RPyItem(l_v5471, 1L) = l_v5472; E | ^ ~~ E /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' E 69 | # define RPyItem(array, index) ((array)->items[index]) E | ^ ~~~~~ E ./singleheader.h:537:2: note: array 'items' declared here E 537 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; E | ^ E rpython_rlib.c:284:3: error: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Werror,-Warray-bounds] E 284 | RPyItem(l_v5526, 1L) = (&pypy_g_rpy_string_30.b); E | ^ ~~ E /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' E 69 | # define RPyItem(array, index) ((array)->items[index]) E | ^ ~~~~~ E ./singleheader.h:537:2: note: array 'items' declared here E 537 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; E | ^ E rpython_rlib.c:430:2: error: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Werror,-Warray-bounds] E 430 | RPyItem(l_v5599, 1L) = (&pypy_g_rpy_string_30.b); E | ^ ~~ E /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' E 69 | # define RPyItem(array, index) ((array)->items[index]) E | ^ ~~~~~ E ./singleheader.h:537:2: note: array 'items' declared here E 537 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; E | ^ E rpython_rlib.c:961:2: error: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Werror,-Warray-bounds] E 961 | RPyItem(l_v5790, 1L) = (&pypy_g_rpy_string_30.b); E | ^ ~~ E /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' E 69 | # define RPyItem(array, index) ((array)->items[index]) E | ^ ~~~~~ E ./singleheader.h:537:2: note: array 'items' declared here E 537 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; E | ^ E 4 errors generated. E make: *** [rpython_rlib.o] Error 1 E """) translator/platform/__init__.py:155: CompilationError ---------- Captured stdout setup ---------- in get_rpath_flags, rel_libdirs is not fixed up ['/usr/local/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:102)RVMProfSamplingTest.entry_point [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:16)MyCode.__init__ [flowgraph] (rpython.rlib.rvmprof:17)register_code [flowgraph] (rpython.rlib.rvmprof.rvmprof:59)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:926)get_nonmovingbuffer_ll_final_null [flowgraph] (rpython.rtyper.lltypesystem.rffi:873)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:937)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:131)VMProf.enable [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)vmprof_init [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_vmprof_init [flowgraph] (rpython.rtyper.lltypesystem.rffi:854)charp2str [flowgraph] (rpython.rtyper.lltypesystem.rffi:1030)charpsize2str [flowgraph] (?:2)mallocstr [flowgraph] (rpython.rtyper.lltypesystem.rstr:36)mallocstr [flowgraph] (rpython.rlib.rvmprof.rvmprof:117)gather_all_code_objs [flowgraph] (rpython.rlib.rweaklist:21)WeakCodeObjectList.get_all_handles [flowgraph] (rpython.rlib.rvmprof.rvmprof:51) [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:19)MyCode.get_name [flowgraph] (rpython.rlib.rvmprof.rvmprof:169)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:27)VMProfError.__init__ [flowgraph] (rpython.rlib.rposix:1182)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:1374)getintfield [flowgraph] (rpython.rtyper.lltypesystem.rffi:1374)getintfield [flowgraph] (rpython.rlib.rvmprof.rvmprof:224)TestNative.main_rvmprof [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:174) [flowgraph] (rpython.rlib.rvmprof:38)disable [flowgraph] (rpython.rlib.rvmprof.rvmprof:156)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:220)decorated_jitted_function [flowgraph] (rpython.rlib.rvmprof.test.test_rvmprof:174)main [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)native_func [flowgraph] (rpython.rtyper.lltypesystem.rffi:3)ccall_native_func [flowgraph] (rpython.rlib.rvmprof.cintf:187)enter_code [flowgraph] (rpython.rlib.rthread:356)get_or_make_raw [flowgraph] (rpython.rlib.rthread:364)setraw [flowgraph] (rpython.rlib.rvmprof.cintf:196)leave_code [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.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] (rpython.rlib.rposix:500)write [flowgraph] (rpython.rtyper.lltypesystem.rffi:1427)scoped_nonmovingbuffer.__init__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:1431)scoped_nonmovingbuffer.__enter__ [flowgraph] (rpython.rtyper.lltypesystem.rffi:278)write [flowgraph] (rpython.rtyper.lltypesystem.rffi:1433)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] (?: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 [translation:info] usession directory: /var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/T/usession-pypy-HEAD-28 [translation:info] already done: Annotating&simplifying [translation:info] RTyping... [flowgraph] (rpython.rtyper.rclass:1170)ll_runtime_type_info [flowgraph] (rpython.rtyper.rlist:688)ll_getitem_nonneg [flowgraph] (rpython.rtyper.rlist:717)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:425)ll_str [flowgraph] (?:1)memo_ll_constant_0 [flowgraph] (rpython.rtyper.rlist:633)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:539)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:580)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:688)ll_getitem_nonneg [flowgraph] (rpython.rtyper.rlist:717)ll_getitem_fast [flowgraph] (rpython.rtyper.lltypesystem.rlist:402)ll_fixed_getitem_fast [flowgraph] (rpython.rtyper.rlist:572)ll_len [flowgraph] (rpython.rtyper.rlist:633)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:782)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:552)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:504)_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:516)_ll_alloc_and_clear [flowgraph] (rpython.rtyper.lltypesystem.rlist:407)ll_fixed_setitem_fast [flowgraph] (?:11)_ll_alloc_and_set_nonnull_look_inside_iff [flowgraph] (rpython.rtyper.rlist:528) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.rlist:528)_ll_alloc_and_set_nonnull [flowgraph] (?:2)_ll_alloc_and_set_nonnull_trampoline [flowgraph] (rpython.rtyper.rlist:528)_ll_alloc_and_set_nonnull [flowgraph] (?:1)memo__null_of_type_0 [flowgraph] (rpython.rtyper.rlist:600)ll_concat [flowgraph] (rpython.rtyper.rlist:552)ll_arraycopy [flowgraph] (rpython.rtyper.lltypesystem.rlist:399)ll_fixed_items [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] (?:1)memo__contains_gcptr_0 [flowgraph] (?:1)memo_itemoffsetof_0 [flowgraph] (?:1)memo__sizeof_none_0 [flowgraph] (rpython.rtyper.rlist:588)ll_append [flowgraph] (rpython.rtyper.lltypesystem.rlist:377)ll_setitem_fast [flowgraph] (rpython.rtyper.rstr:996)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:726)ll_setitem_nonneg [flowgraph] (rpython.rtyper.lltypesystem.rstr:350)ll_strlen [rtyper] specializing: 100 / 878 blocks (11%) [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 / 946 blocks (21%) [flowgraph] (rpython.rtyper.lltypesystem.ll_str:13)ll_int2dec [flowgraph] (rpython.rtyper.lltypesystem.ll_str:7)ll_unsigned [rtyper] specializing: 300 / 962 blocks (31%) [rtyper] specializing: 400 / 962 blocks (41%) [flowgraph] (rpython.rtyper.lltypesystem.rstr:1293)ll_striter [flowgraph] (rpython.rtyper.lltypesystem.rstr:1306)ll_strnext [flowgraph] (rpython.rtyper.rlist:588)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] (rpython.rtyper.rint:149)ll_str [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:912) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.rlist:912)ll_listdelslice_startonly [flowgraph] (rpython.rtyper.rlist:539)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:912)ll_listdelslice_startonly [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rlib.jit:1300)conditional_call [rtyper] specializing: 500 / 1116 blocks (44%) [rtyper] specializing: 600 / 1116 blocks (53%) [flowgraph] (rpython.rtyper.rint:398)ll_int_py_div [rtyper] specializing: 700 / 1121 blocks (62%) [rtyper] specializing: 800 / 1121 blocks (71%) [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 / 1140 blocks (78%) [flowgraph] (rpython.rtyper.rint:434)ll_uint_py_div [flowgraph] (rpython.rtyper.rint:525)ll_uint_py_mod [rtyper] specializing: 1000 / 1144 blocks (87%) [rtyper] specializing: 1100 / 1144 blocks (96%) [rtyper] -=- specialized 1144 blocks -=- [flowgraph] (rpython.rtyper.rclass:1133)ll_issubclass [flowgraph] (rpython.rtyper.rclass:1130)ll_type [rtyper] -=- specialized 4 more blocks -=- [translation:info] usession directory: /var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/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 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__v5256___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__v5259___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 get_nonmovingbuffer_ll_final_null [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 _lambda_ [backendopt:inlining] 0.00 vmprof_disable___star_0 [backendopt:inlining] 0.00 _get_raw_buf__rpy_string [backendopt:inlining] 0.00 copy_string_to_raw [backendopt:inlining] 0.00 get_nonmovingbuffer_ll_final_null [backendopt:inlining] 0.00 widen__int [backendopt:inlining] 0.00 _as_bytes__str [backendopt:inlining] 0.00 strerror__Signed_star_1 [backendopt:inlining] 0.00 gc_thread_run [backendopt:inlining] 0.00 ll_getitem_nonneg__dum_nocheckConst_ll_getitem_fastConst_arrayPtr_Signed [backendopt:inlining] 0.00 vmprof_init__Signed_Float_Signed_Signed_SomeString_Signed_Signed_star_7 [backendopt:inlining] 0.00 native_func__Signed_star_1 [backendopt:inlining] 0.00 isconstant__v5255___simple_call__function_ [backendopt:inlining] 0.00 ll_fixed_items__arrayPtr [backendopt:inlining] 0.00 _PyPy_dg_strtod__arrayPtr_arrayPtr_star_2 [backendopt:inlining] 0.00 scoped_nonmovingbuffer.__init__ [backendopt:inlining] 0.00 scoped_nonmovingbuffer.__enter__ [backendopt:inlining] 0.00 write__Signed_arrayPtr_Signed_star_3 [backendopt:inlining] 0.00 isconstant__v5249___simple_call__function_ [backendopt:inlining] 0.00 __exit____star_3 [backendopt:inlining] 0.00 vmprof_enable__Signed_Signed_Signed_star_3 [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 memo__sizeof_none_0 [backendopt:inlining] 0.00 ll_getitem_nonneg__dum_nocheckConst_ll_getitem_fastConst_listPtr_Signed [backendopt:inlining] 0.00 ll_getitem_fast__listPtr_Signed [backendopt:inlining] 0.00 ll_getitem_fast__arrayPtr_Signed [backendopt:inlining] 0.00 copy_raw_to_string [backendopt:inlining] 0.00 isvirtual__v5257___simple_call__function_ [backendopt:inlining] 0.00 close__Signed_star_1 [backendopt:inlining] 0.00 memo__sizeof_none_0 [backendopt:inlining] 0.00 memo_ll_constant_0 [backendopt:inlining] 0.00 isconstant__v5234___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v5235___simple_call__function_ [backendopt:inlining] 0.00 conditional_call__v5236___simple_call__function__star_3 [backendopt:inlining] 0.00 isconstant__v5239___simple_call__function_ [backendopt:inlining] 0.00 ll_setitem_nonneg__dum_nocheckConst_arrayPtr_Signed_GCREFPtr [backendopt:inlining] 0.00 isconstant__v5241___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v5245___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v5246___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_fixed_items__arrayPtr [backendopt:inlining] 0.00 conditional_call__v5247___simple_call__function__star_3 [backendopt:inlining] 0.00 isconstant__v5261___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v5262___simple_call__function_ [backendopt:inlining] 0.00 conditional_call__v5263___simple_call__function__star_3 [backendopt:inlining] 0.00 isconstant__v5266___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v5268___simple_call__function_ [backendopt:inlining] 0.00 memo__ll_prebuilt_empty_array_0 [backendopt:inlining] 0.00 isconstant__v5272___simple_call__function_ [backendopt:inlining] 0.00 isvirtual__v5274___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v5278___simple_call__function_ [backendopt:inlining] 0.00 isvirtual__v5280___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v5282___simple_call__function_ [backendopt:inlining] 0.00 isconstant__v5285___simple_call__function_ [backendopt:inlining] 0.00 conditional_call__v5286___simple_call__function__star_3 [backendopt:inlining] 0.00 memo_emptystrfun_0 [backendopt:inlining] 2.00 getraw [backendopt:inlining] 2.00 ll_strlen__rpy_stringPtr [backendopt:inlining] 0.00 get_nonmovingbuffer_ll_final_null [backendopt:inlining] 2.00 getraw [backendopt:inlining] 2.00 setraw [backendopt:inlining] 2.00 setraw [backendopt:inlining] 2.00 ll_fixed_newlist__GcArray_Ptr_GCREF__gcopaque_Ll_Signed [backendopt:inlining] 2.00 ll_length__listPtr [backendopt:inlining] 2.00 ll_length__listPtr [backendopt:inlining] 2.00 VMProfError.__init__ [backendopt:inlining] 2.00 ll_fixed_length__arrayPtr [backendopt:inlining] 2.00 ll_items__listPtr [backendopt:inlining] 2.00 MyCode.__init__ [backendopt:inlining] 2.00 MyCode.get_name [backendopt:inlining] 2.00 setraw [backendopt:inlining] 2.00 ll_items__listPtr [backendopt:inlining] 2.00 ll_fixed_length__arrayPtr [backendopt:inlining] 2.00 WeakCodeObjectList.get_all_handles [backendopt:inlining] 2.00 get_or_make_raw [backendopt:inlining] 2.00 ll_fixed_newlist__GcArray_SignedLlT_Signed [backendopt:inlining] 2.00 ll_items__listPtr [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_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 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 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] 2.00 ll_len_foldable__arrayPtr [backendopt:inlining] 7.00 disable [backendopt:inlining] 2.00 ll_len__listPtr [backendopt:inlining] 7.00 llrepr_out__int [backendopt:inlining] 7.00 rpython_print_newline [backendopt:inlining] 7.00 rstring_to_float__SomeString [backendopt:inlining] 7.00 ll_str__IntegerR_SignedConst_Signed [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] 4.00 ll_str__StringR_Ptr_GcStruct_rpy_strin_rpy_stringPtr [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] 6.00 leave_code [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_striter__rpy_stringPtr [backendopt:inlining] 12.00 ll_rangeiter__Ptr_GcStruct_rangeLlT_rangePtr [backendopt:inlining] 12.50 ll_rangenext_up__rangePtr_Signed [backendopt:inlining] 13.00 free_nonmovingbuffer_ll [backendopt:inlining] 9.00 ll_listdelslice_startonly__v5279___simple_call__function_ [backendopt:inlining] 9.00 ll_listdelslice_startonly__v5284___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] 4.00 loop_unrolling_heuristic__v5254___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.65 ll_streq__rpy_stringPtr_rpy_stringPtr [backendopt:inlining] 21.75 close [backendopt:inlining] 16.00 decode_timeval [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] 11.00 ll_arraycopy__arrayPtr_arrayPtr_Signed_Signed_Signed [backendopt:inlining] 17.00 ll_append__listPtr_Signed [backendopt:inlining] 13.00 ll_arraycopy__arrayPtr_listPtr_Signed_Signed_Signed [backendopt:inlining] 19.25 _errno_after__v5228___simple_call__function_ [backendopt:inlining] 19.25 _errno_after__v5224___simple_call__function_ [backendopt:inlining] 19.25 _errno_after__v5226___simple_call__function_ [backendopt:inlining] 19.25 _errno_after__v5230___simple_call__function_ [backendopt:inlining] 0.00 close__Signed_star_1 [backendopt:inlining] 19.25 _errno_after__v5232___simple_call__function_ [backendopt:inlining] 26.16 ll_join_chars__v5273___simple_call__function_ [backendopt:inlining] 26.16 ll_join_chars__v5276___simple_call__function_ [backendopt:inlining] 19.00 enter_code [backendopt:inlining] 17.83 _ll_alloc_and_clear__GcArray_Ptr_GCREF__gcopaque_Ll_Signed [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__v5250___simple_call__function_ [backendopt:inlining] 20.67 _ll_alloc_and_set_nonnull__v5252___simple_call__function_ [backendopt:inlining] 25.75 _ll_alloc_and_set_nojit__GcArray_Ptr_GCREF__gcopaque_Ll_Signed_GCREFPtr [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__v5229___simple_call__function_ [backendopt:inlining] 0.00 close__Signed_star_1 [backendopt:inlining] 31.87 _errno_before__v5227___simple_call__function_ [backendopt:inlining] 31.87 _errno_before__v5223___simple_call__function_ [backendopt:inlining] 31.87 _errno_before__v5225___simple_call__function_ [backendopt:inlining] 31.87 _errno_before__v5231___simple_call__function_ [backendopt:inlining] inlined 390 callsites. [backendopt:removecasts] removed 2 cast_pointers in time [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] 1 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] 11 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] 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] 2 simple mallocs removed in 'native_func__Signed_star_1' [backendopt:malloc] 1 simple mallocs removed in 'close' [backendopt:malloc] 3 simple mallocs removed in 'close__Signed_star_1' [backendopt:malloc] 1 simple mallocs removed in 'rpython_print_item' [backendopt:malloc] 1 simple mallocs removed in 'rpython_print_end' [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 '_ll_list_resize_le__listPtr_Signed' [backendopt:malloc] 1 simple mallocs removed in 'conditional_call__v5236___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__v5247___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__v5263___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__v5286___simple_call__function__star_3' [backendopt:malloc] removed 146 simple mallocs in total [backendopt:removecasts] removed 5 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/ss/yttmxf7j3k584mnld5ldxg100000gn/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] -=- specialized 8 more blocks -=- [translation:info] inserted 1 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:1173)ll_inst_type [rtyper] -=- specialized 25 more blocks -=- [flowgraph] (rpython.memory.gctransform.transform:447)_ll_malloc_fixedsize [flowgraph] (rpython.memory.gctransform.transform:454)_ll_malloc_fixedsize_zero [flowgraph] (rpython.memory.gctransform.transform:470)_ll_malloc_varsize_no_length [flowgraph] (rpython.memory.gctransform.transform:487)ll_malloc_varsize [flowgraph] (rpython.memory.gctransform.transform:493)_ll_malloc_varsize_no_length_zero [flowgraph] (rpython.memory.gctransform.transform:447)_ll_malloc_fixedsize [flowgraph] (rpython.memory.gctransform.transform:447)_ll_malloc_fixedsize [flowgraph] (rpython.memory.gctransform.transform:470)_ll_malloc_varsize_no_length [flowgraph] (rpython.memory.gctransform.transform:487)ll_malloc_varsize [flowgraph] (rpython.memory.gctransform.boehm:58)ll_identityhash [flowgraph] (rpython.memory.gctransform.transform:461)_ll_compute_size [flowgraph] (rpython.memory.gctransform.boehm:20) [flowgraph] (rpython.memory.gctransform.boehm:24) [flowgraph] (rpython.memory.gctransform.transform:461)_ll_compute_size [rtyper] specializing: 1200 / 1238 blocks (96%) [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:504)_ll_alloc_and_set_jit [flowgraph] (rpython.rtyper.rlist:516)_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:528) [flowgraph] (rpython.rlib.jit:269)isconstant [flowgraph] (rpython.rtyper.rlist:528)_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:528)_ll_alloc_and_set_nonnull [flowgraph] (rpython.rtyper.rlist:726)ll_setitem_nonneg [rtyper] -=- specialized 50 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] 400 nodes [ array: 51 boehm rtti: 22 func: 97 struct: 230 ] [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/ss/yttmxf7j3k584mnld5ldxg100000gn/T/usession-pypy-HEAD-28/testing_6/testing_6.c [translation:info] Compiling c source... [platform:execute] make in /var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/T/usession-pypy-HEAD-28/testing_6 [platform:Error] rpython_rlib.c:160:2: error: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Werror,-Warray-bounds] [platform:Error] 160 | RPyItem(l_v5471, 1L) = l_v5472; [platform:Error] | ^ ~~ [platform:Error] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:Error] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:Error] | ^ ~~~~~ [platform:Error] ./singleheader.h:537:2: note: array 'items' declared here [platform:Error] 537 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; [platform:Error] | ^ [platform:Error] rpython_rlib.c:284:3: error: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Werror,-Warray-bounds] [platform:Error] 284 | RPyItem(l_v5526, 1L) = (&pypy_g_rpy_string_30.b); [platform:Error] | ^ ~~ [platform:Error] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:Error] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:Error] | ^ ~~~~~ [platform:Error] ./singleheader.h:537:2: note: array 'items' declared here [platform:Error] 537 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; [platform:Error] | ^ [platform:Error] rpython_rlib.c:430:2: error: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Werror,-Warray-bounds] [platform:Error] 430 | RPyItem(l_v5599, 1L) = (&pypy_g_rpy_string_30.b); [platform:Error] | ^ ~~ [platform:Error] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:Error] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:Error] | ^ ~~~~~ [platform:Error] ./singleheader.h:537:2: note: array 'items' declared here [platform:Error] 537 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; [platform:Error] | ^ [platform:Error] rpython_rlib.c:961:2: error: array index 1 is past the end of the array (that has type 'struct pypy_rpy_string0 *[1]') [-Werror,-Warray-bounds] [platform:Error] 961 | RPyItem(l_v5790, 1L) = (&pypy_g_rpy_string_30.b); [platform:Error] | ^ ~~ [platform:Error] /Users/runner/work/pypy/pypy/rpython/translator/c/src/support.h:69:47: note: expanded from macro 'RPyItem' [platform:Error] 69 | # define RPyItem(array, index) ((array)->items[index]) [platform:Error] | ^ ~~~~~ [platform:Error] ./singleheader.h:537:2: note: array 'items' declared here [platform:Error] 537 | struct pypy_rpy_string0 *items[RPY_VARLENGTH]; [platform:Error] | ^ [platform:Error] 4 errors generated. [platform:Error] make: *** [rpython_rlib.o] Error 1 (somefailed=True in rlib/rvmprof/test/test_rvmprof.py) . rlib/test/test_cache.py::TestCache::()::test_getorbuild . 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_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_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_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_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_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/test/test_objectmodel.py::test_recursive_r_dict_repr . rlib/test/test_objectmodel.py::test_annotate_r_dict . rlib/test/test_objectmodel.py::test_annotate_r_dict_bm . rlib/test/test_objectmodel.py::test_unboxed_value s rlib/test/test_objectmodel.py::test_symbolic Skipped: xxx no test here . rlib/test/test_objectmodel.py::test_symbolic_raises . rlib/test/test_objectmodel.py::test_compute_hash . rlib/test/test_objectmodel.py::test_compute_hash_float . rlib/test/test_objectmodel.py::test_compute_identity_hash . rlib/test/test_objectmodel.py::test_compute_unique_id . rlib/test/test_objectmodel.py::test_current_object_addr_as_int . rlib/test/test_objectmodel.py::TestObjectModel::()::test_we_are_translated . rlib/test/test_objectmodel.py::TestObjectModel::()::test_rtype_r_dict . rlib/test/test_objectmodel.py::TestObjectModel::()::test_rtype_r_dict_bm . rlib/test/test_objectmodel.py::TestObjectModel::()::test_rtype_constant_r_dicts . rlib/test/test_objectmodel.py::TestObjectModel::()::test_rtype_r_dict_singlefrozen_func . rlib/test/test_objectmodel.py::TestObjectModel::()::test_rtype_r_dict_singlefrozen_func_pbc . rlib/test/test_objectmodel.py::TestObjectModel::()::test_rtype_r_dict_exceptions . rlib/test/test_objectmodel.py::TestObjectModel::()::test_access_in_try . rlib/test/test_objectmodel.py::TestObjectModel::()::test_access_in_try_set . rlib/test/test_objectmodel.py::TestObjectModel::()::test_r_dict_fast_functions . rlib/test/test_objectmodel.py::TestObjectModel::()::test_prepare_dict_update . rlib/test/test_objectmodel.py::TestObjectModel::()::test_prepare_dict_update_2 . rlib/test/test_objectmodel.py::TestObjectModel::()::test_reversed_dict . rlib/test/test_objectmodel.py::TestObjectModel::()::test_compute_hash . rlib/test/test_objectmodel.py::TestObjectModel::()::test_isconstant . rlib/test/test_objectmodel.py::TestObjectModel::()::test_rtype_keepalive . rlib/test/test_objectmodel.py::TestObjectModel::()::test_fetch_translated_config . rlib/test/test_objectmodel.py::test_specialize_decorator . rlib/test/test_objectmodel.py::test_enforceargs_decorator . rlib/test/test_objectmodel.py::test_always_inline . rlib/test/test_objectmodel.py::test_try_inline . rlib/test/test_objectmodel.py::test_enforceargs_defaults . rlib/test/test_objectmodel.py::test_enforceargs_keywords . rlib/test/test_objectmodel.py::test_enforceargs_int_float_promotion . rlib/test/test_objectmodel.py::test_enforceargs_complex_types . rlib/test/test_objectmodel.py::test_enforceargs_no_typecheck . rlib/test/test_objectmodel.py::test_enforceargs_translates . rlib/test/test_objectmodel.py::test_enforceargs_not_constant . rlib/test/test_objectmodel.py::test_newlist . rlib/test/test_objectmodel.py::test_newlist_nonconst . rlib/test/test_objectmodel.py::test_resizelist_hint . rlib/test/test_objectmodel.py::test_resizelist_hint_len . rlib/test/test_objectmodel.py::test_list_get_physical_size . rlib/test/test_objectmodel.py::test_iterkeys_with_hash . rlib/test/test_objectmodel.py::test_iteritems_with_hash . rlib/test/test_objectmodel.py::test_contains_with_hash . rlib/test/test_objectmodel.py::test_setitem_with_hash . rlib/test/test_objectmodel.py::test_getitem_with_hash . rlib/test/test_objectmodel.py::test_delitem_with_hash . rlib/test/test_objectmodel.py::test_delitem_if_value_is . rlib/test/test_objectmodel.py::test_rdict_with_hash . rlib/test/test_objectmodel.py::test_rordereddict_move_to_end . rlib/test/test_objectmodel.py::test_r_dict_move_to_end . rlib/test/test_objectmodel.py::test_import_from_mixin . rlib/test/test_objectmodel.py::test_import_from_mixin_immutable_fields . rlib/test/test_objectmodel.py::test_never_allocate . rlib/test/test_objectmodel.py::test_dict_to_switch . rlib/test/test_objectmodel.py::test_dict_to_switch_translate . rlib/test/test_objectmodel.py::test_dict_to_switch_default . rlib/test/test_rawrefcount_boehm.py::test_random . rlib/test/test_rawrefcount_boehm.py::TestBoehmTranslated::()::test_full_translation . rlib/test/test_rawrefcount.py::TestRawRefCount::()::test_create_link_pypy . rlib/test/test_rawrefcount.py::TestRawRefCount::()::test_create_link_pyobj . rlib/test/test_rawrefcount.py::TestRawRefCount::()::test_collect_p_dies . rlib/test/test_rawrefcount.py::TestRawRefCount::()::test_collect_p_keepalive_pyobject . rlib/test/test_rawrefcount.py::TestRawRefCount::()::test_collect_p_keepalive_w_root . rlib/test/test_rawrefcount.py::TestRawRefCount::()::test_collect_o_dies . rlib/test/test_rawrefcount.py::TestRawRefCount::()::test_collect_o_keepalive_pyobject . rlib/test/test_rawrefcount.py::TestRawRefCount::()::test_collect_o_keepalive_w_root . rlib/test/test_rawrefcount.py::TestRawRefCount::()::test_collect_s_dies . rlib/test/test_rawrefcount.py::TestRawRefCount::()::test_collect_s_keepalive_pyobject . rlib/test/test_rawrefcount.py::TestRawRefCount::()::test_collect_s_keepalive_w_root . rlib/test/test_rawrefcount.py::TestRawRefCount::()::test_mark_deallocating . rlib/test/test_rawrefcount.py::TestTranslated::()::test_full_translation . rlib/test/test_rawstorage.py::test_untranslated_storage . rlib/test/test_rawstorage.py::test_untranslated_storage_unaligned . rlib/test/test_rawstorage.py::TestRawStorage::()::test_storage_int . rlib/test/test_rawstorage.py::TestRawStorage::()::test_storage_float_unaligned . rlib/test/test_rawstorage.py::TestCBackend::()::test_backend_int . rlib/test/test_rawstorage.py::TestCBackend::()::test_backend_float_unaligned . rlib/test/test_rawstorage.py::TestCBackend::()::test_backend_float_unaligned_allow_misalign . rlib/test/test_rbisect.py::test_bisect_left . rlib/test/test_rbisect.py::test_bisect_right . rlib/test/test_rcomplex.py::test_add . rlib/test/test_rcomplex.py::test_sub . rlib/test/test_rcomplex.py::test_mul . rlib/test/test_rcomplex.py::test_div . rlib/test/test_rcomplex.py::test_specific_values . rlib/test/test_rcomplex.py::test_isnan . rlib/test/test_rcomplex.py::test_isinf . rlib/test/test_rcomplex.py::test_isfinite . rlib/test/test_rdtoa.py::test_strtod . rlib/test/test_rdtoa.py::test_dtoa . rlib/test/test_rdtoa.py::test_dtoa_precision . rlib/test/test_rdtoa.py::test_flag_cut_exp_0 . rlib/test/test_rdtoa.py::test_g_trailing_zero_bug . rlib/test/test_rdtoa.py::test_flag_neg_zero . rlib/test/test_rdynload.py::TestDLOperations::()::test_dlopen . rlib/test/test_rdynload.py::TestDLOperations::()::test_dlsym . rlib/test/test_rdynload.py::TestDLOperations::()::test_ldscripts . rlib/test/test_rerased.py::test_simple . rlib/test/test_rerased.py::test_simple_none . rlib/test/test_rerased.py::test_simple_int . rlib/test/test_rerased.py::test_simple_int_overflow . rlib/test/test_rerased.py::test_list . rlib/test/test_rerased.py::test_deepcopy . rlib/test/test_rerased.py::test_annotate_1 . rlib/test/test_rerased.py::test_annotate_2 . rlib/test/test_rerased.py::test_annotate_3 . rlib/test/test_rerased.py::test_annotate_erasing_pair . rlib/test/test_rerased.py::test_annotate_reflowing . rlib/test/test_rerased.py::test_annotate_prebuilt . rlib/test/test_rerased.py::test_annotate_prebuilt_int . rlib/test/test_rerased.py::TestRErased::()::test_rtype_1 . rlib/test/test_rerased.py::TestRErased::()::test_rtype_2 . rlib/test/test_rerased.py::TestRErased::()::test_rtype_3 . rlib/test/test_rerased.py::TestRErased::()::test_prebuilt_erased . rlib/test/test_rerased.py::TestRErased::()::test_prebuilt_erased_in_instance . rlib/test/test_rerased.py::TestRErased::()::test_overflow . rlib/test/test_rerased.py::TestRErased::()::test_none . rlib/test/test_rerased.py::TestRErased::()::test_rtype_list . rlib/test/test_rerased.py::TestRErased::()::test_rtype_store_in_struct . rlib/test/test_rerased.py::test_union . rlib/test/test_rerased.py::test_erasing_pair . rlib/test/test_rerased.py::test_erasing_pair_try_cast_instance . rlib/rvmprof/test/test_traceback.py::test_all . rlib/test/test_rfile.py::TestFile::()::test_open . rlib/test/test_rfile.py::TestFile::()::test_open_errors s rlib/test/test_rfile.py::TestFile::()::test_open_buffering_line Skipped: condition: sys.platform == 'win32' or sys.platform == 'darwin' s rlib/test/test_rfile.py::TestFile::()::test_fdopen_buffering_line Skipped: condition: sys.platform == 'win32' or sys.platform == 'darwin' s rlib/test/test_rfile.py::TestFile::()::test_open_buffering_full Skipped: condition: sys.platform == "darwin" s rlib/test/test_rfile.py::TestFile::()::test_fdopen_buffering_full Skipped: condition: sys.platform == "darwin" . rlib/test/test_rfile.py::TestFile::()::test_read_write . rlib/test/test_rfile.py::TestFile::()::test_read_sequentially . rlib/test/test_rfile.py::TestFile::()::test_read_universal . rlib/test/test_rfile.py::TestFile::()::test_seek . rlib/test/test_rfile.py::TestFile::()::test_tempfile . rlib/test/test_rfile.py::TestFile::()::test_fdopen . rlib/test/test_rfile.py::TestFile::()::test_fileno . rlib/test/test_rfile.py::TestFile::()::test_tell . rlib/test/test_rfile.py::TestFile::()::test_flush . rlib/test/test_rfile.py::TestFile::()::test_truncate . rlib/test/test_rfile.py::TestFile::()::test_with_statement . rlib/test/test_rfile.py::TestDirect::()::test_stdio . rlib/test/test_rfile.py::TestDirect::()::test_auto_close . rlib/test/test_rfile.py::TestDirect::()::test_read_a_lot . rlib/test/test_rfile.py::TestDirect::()::test_readline . rlib/test/test_rfile.py::TestDirect::()::test_readline_without_eol_at_the_end . rlib/test/test_rfile.py::TestPopen::()::test_popen s rlib/test/test_rfile.py::TestPopen::()::test_pclose Skipped: condition: sys.platform == "darwin" s rlib/test/test_rfile.py::TestPopenR::()::test_popen Skipped: not for os x s rlib/test/test_rfile.py::TestPopenR::()::test_pclose Skipped: not for os x . rlib/test/test_rfloat.py::test_round_away . rlib/test/test_rfloat.py::test_round_double . rlib/test/test_rfloat.py::test_round_half_even . rlib/test/test_rfloat.py::test_float_as_rbigint_ratio . rlib/test/test_rfloat.py::test_mtestfile . rlib/test/test_rfloat.py::test_gamma_overflow_translated . rlib/test/test_rfloat.py::test_string_to_float . rlib/test/test_rfloat.py::test_string_to_float_nan . rlib/test/test_rfloat.py::test_log2 . rlib/test/test_rfloat.py::test_nextafter . rlib/test/test_rfloat.py::test_exp2 . rlib/test/test_rfloat.py::test_cbrt . rlib/test/test_rfloat.py::test_exp2_cbrt_translated . rlib/test/test_rgil.py::TestGILShadowStack::()::test_simple . rlib/test/test_rgil.py::TestGILShadowStack::()::test_after_thread_switch . rlib/test/test_rgil.py::TestGILShadowStack::()::test_am_I_holding_the_GIL . rlib/test/test_rgil.py::TestGILShadowStack::()::test_multiple_threads s rlib/test/test_rlocale.py::TestLocale::()::test_setlocale_worked Skipped: polish locale unsupported s rlib/test/test_rlocale.py::TestLocale::()::test_lower_upper Skipped: polish locale unsupported . rlib/test/test_rlocale.py::test_numeric_formatting . rlib/test/test_rlocale.py::test_libintl . rlib/test/test_rmarshal.py::test_marshaller . rlib/test/test_rmarshal.py::test_unmarshaller . rlib/test/test_rmarshal.py::test_llinterp_marshal . rlib/test/test_rmarshal.py::test_llinterp_unmarshal . rlib/test/test_rmarshal.py::test_stat_result . rlib/test/test_rmarshal.py::test_longlong . rlib/test/test_rmd5.py::test_digest_size . rlib/test/test_rmd5.py::test_cases . rlib/test/test_rmd5.py::test_more . rlib/test/test_rmd5.py::test_long . rlib/test/test_rmd5.py::test_updating_many_times . rlib/test/test_rmd5.py::test_copy . rlib/test/test_rmd5.py::test_random . rlib/test/test_rbigint.py::TestRLong::()::test_simple . rlib/test/test_rbigint.py::TestRLong::()::test_frombool . rlib/test/test_rbigint.py::TestRLong::()::test_str . rlib/test/test_rbigint.py::TestRLong::()::test_floordiv . rlib/test/test_rbigint.py::TestRLong::()::test_int_floordiv . rlib/test/test_rbigint.py::TestRLong::()::test_floordiv2 . rlib/test/test_rbigint.py::TestRLong::()::test_truediv . rlib/test/test_rbigint.py::TestRLong::()::test_truediv_precision . rlib/test/test_rbigint.py::TestRLong::()::test_truediv_overflow . rlib/test/test_rbigint.py::TestRLong::()::test_truediv_overflow2 . rlib/test/test_rbigint.py::TestRLong::()::test_mod . rlib/test/test_rbigint.py::TestRLong::()::test_int_mod . rlib/test/test_rbigint.py::TestRLong::()::test_int_mod_int_result . rlib/test/test_rbigint.py::TestRLong::()::test_int_divmod_int_result . rlib/test/test_rbigint.py::TestRLong::()::test_pow . rlib/test/test_rbigint.py::TestRLong::()::test_int_pow . rlib/test/test_rbigint.py::TestRLong::()::test_int_pow_big . rlib/test/test_rbigint.py::TestRLong::()::test_pow_raises . rlib/test/test_rbigint.py::TestRLong::()::test_touint . rlib/test/test_rbigint.py::TestRLong::()::test_eq_ne_operators . rlib/test/test_rbigint.py::TestRLong::()::test_divmod_big2 . rlib/test/test_rbigint.py::TestRLong::()::test_divmod_big_is_used . rlib/test/test_rbigint.py::TestRLong::()::test_karatsuba_not_used_bug . rlib/test/test_rbigint.py::TestRLong::()::test_lopsided_bug . rlib/test/test_rbigint.py::TestRLong::()::test_mul_bug . rlib/test/test_rbigint.py::Test_rbigint::()::test_args_from_long . rlib/test/test_rbigint.py::Test_rbigint::()::test_args_from_int . rlib/test/test_rbigint.py::Test_rbigint::()::test_args_from_uint . rlib/test/test_rbigint.py::Test_rbigint::()::test_fromdecimalstr . rlib/test/test_rbigint.py::Test_rbigint::()::test_fromstr . rlib/test/test_rbigint.py::Test_rbigint::()::test__from_numberstring_parser_rewind_bug . rlib/test/test_rbigint.py::Test_rbigint::()::test_fromstr_huge . rlib/test/test_rbigint.py::Test_rbigint::()::test_from_numberstring_parser . rlib/test/test_rbigint.py::Test_rbigint::()::test_from_numberstring_parser_no_implicit_octal . rlib/test/test_rbigint.py::Test_rbigint::()::test_limit . rlib/test/test_rbigint.py::Test_rbigint::()::test_add . rlib/test/test_rbigint.py::Test_rbigint::()::test_int_add . rlib/test/test_rbigint.py::Test_rbigint::()::test_sub . rlib/test/test_rbigint.py::Test_rbigint::()::test_int_sub . rlib/test/test_rbigint.py::Test_rbigint::()::test_subzz . rlib/test/test_rbigint.py::Test_rbigint::()::test_mul . rlib/test/test_rbigint.py::Test_rbigint::()::test_int_mul . rlib/test/test_rbigint.py::Test_rbigint::()::test_add_int_int_rbigint_result . rlib/test/test_rbigint.py::Test_rbigint::()::test_sub_int_int_rbigint_result . rlib/test/test_rbigint.py::Test_rbigint::()::test_mul_int_int_rbigint_result . rlib/test/test_rbigint.py::Test_rbigint::()::test_tofloat . rlib/test/test_rbigint.py::Test_rbigint::()::test_tofloat_precision . rlib/test/test_rbigint.py::Test_rbigint::()::test_fromfloat . rlib/test/test_rbigint.py::Test_rbigint::()::test_eq_ne . rlib/test/test_rbigint.py::Test_rbigint::()::test_eq_fastpath . rlib/test/test_rbigint.py::Test_rbigint::()::test_lt . rlib/test/test_rbigint.py::Test_rbigint::()::test_int_comparison . rlib/test/test_rbigint.py::Test_rbigint::()::test_order . rlib/test/test_rbigint.py::Test_rbigint::()::test_int_order . rlib/test/test_rbigint.py::Test_rbigint::()::test_int_conversion . rlib/test/test_rbigint.py::Test_rbigint::()::test_conversions . rlib/test/test_rbigint.py::Test_rbigint::()::test_pow_lll . rlib/test/test_rbigint.py::Test_rbigint::()::test_pow_lll_bug . rlib/test/test_rbigint.py::Test_rbigint::()::test_pow_lll_bug2 . rlib/test/test_rbigint.py::Test_rbigint::()::test_pow_lln . rlib/test/test_rbigint.py::Test_rbigint::()::test_normalize . rlib/test/test_rbigint.py::Test_rbigint::()::test_invert . rlib/test/test_rbigint.py::Test_rbigint::()::test_shift . rlib/test/test_rbigint.py::Test_rbigint::()::test_shift_optimization . rlib/test/test_rbigint.py::Test_rbigint::()::test_qshift . rlib/test/test_rbigint.py::Test_rbigint::()::test_from_list_n_bits . rlib/test/test_rbigint.py::Test_rbigint::()::test_bitwise . rlib/test/test_rbigint.py::Test_rbigint::()::test_int_bitwise . rlib/test/test_rbigint.py::Test_rbigint::()::test_mul_eq_shift . rlib/test/test_rbigint.py::Test_rbigint::()::test_tostring . rlib/test/test_rbigint.py::Test_rbigint::()::test_format_caching . rlib/test/test_rbigint.py::Test_rbigint::()::test_overzealous_assertion . rlib/test/test_rbigint.py::Test_rbigint::()::test_bit_length . rlib/test/test_rbigint.py::Test_rbigint::()::test_bit_length_int . rlib/test/test_rbigint.py::Test_rbigint::()::test_hash . rlib/test/test_rbigint.py::Test_rbigint::()::test_log . rlib/test/test_rbigint.py::Test_rbigint::()::test_log2 . rlib/test/test_rbigint.py::Test_rbigint::()::test_frombytes . rlib/test/test_rbigint.py::Test_rbigint::()::test_tobytes . rlib/test/test_rbigint.py::Test_rbigint::()::test_gcd . rlib/test/test_rbigint.py::test_tobytes_int . rlib/test/test_rbigint.py::test_frombytes_int . rlib/test/test_rbigint.py::test_tobytes_frombytes_int_hypothesis . rlib/test/test_rbigint.py::test_frombytes_tobytes_int_hypothesis . rlib/test/test_rbigint.py::TestInternalFunctions::()::test__inplace_divrem1 . rlib/test/test_rbigint.py::TestInternalFunctions::()::test__divrem1 . rlib/test/test_rbigint.py::TestInternalFunctions::()::test__muladd1 . rlib/test/test_rbigint.py::TestInternalFunctions::()::test__x_divrem . rlib/test/test_rbigint.py::TestInternalFunctions::()::test__x_divrem2 . rlib/test/test_rbigint.py::TestInternalFunctions::()::test_divmod . rlib/test/test_rbigint.py::TestInternalFunctions::()::test_divmod_big_bug . rlib/test/test_rbigint.py::TestInternalFunctions::()::test_int_divmod . rlib/test/test_rbigint.py::TestInternalFunctions::()::test__v_iadd . rlib/test/test_rbigint.py::TestInternalFunctions::()::test__v_isub . rlib/test/test_rbigint.py::TestInternalFunctions::()::test__kmul_split . rlib/test/test_rbigint.py::TestInternalFunctions::()::test__k_mul . rlib/test/test_rbigint.py::TestInternalFunctions::()::test_longlong . rlib/test/test_rbigint.py::TestInternalFunctions::()::test_uintmask . rlib/test/test_rbigint.py::TestInternalFunctions::()::test_ulonglongmask . rlib/test/test_rbigint.py::TestInternalFunctions::()::test_toulonglong . rlib/test/test_rbigint.py::TestInternalFunctions::()::test_fits_int . rlib/test/test_rbigint.py::TestInternalFunctions::()::test_parse_digit_string . rlib/test/test_rbigint.py::TestTranslatable::()::test_square . rlib/test/test_rbigint.py::TestTranslatable::()::test_add . rlib/test/test_rbigint.py::TestTranslatable::()::test_args_from_rarith_int . rlib/test/test_rbigint.py::TestTranslatable::()::test_truediv_overflow . rlib/test/test_rbigint.py::TestTranslatable::()::test_isqrt . rlib/test/test_rbigint.py::TestTranslatable::()::test_mul_int_int_rbigint_result . rlib/test/test_rbigint.py::TestTranslated::()::test_gcc_4_9 . rlib/test/test_rbigint.py::TestHypothesis::()::test_pow . rlib/test/test_rbigint.py::TestHypothesis::()::test_divmod . rlib/test/test_rbigint.py::TestHypothesis::()::test_divmod_small . rlib/test/test_rbigint.py::TestHypothesis::()::test_divmod_big . rlib/test/test_rbigint.py::TestHypothesis::()::test_divmod_consistency . rlib/test/test_rbigint.py::TestHypothesis::()::test_int_divmod . rlib/test/test_rbigint.py::TestHypothesis::()::test_hash . rlib/test/test_rbigint.py::TestHypothesis::()::test_hash_int . rlib/test/test_rbigint.py::TestHypothesis::()::test_abs . rlib/test/test_rbigint.py::TestHypothesis::()::test_truediv . rlib/test/test_rbigint.py::TestHypothesis::()::test_bitwise_and_mul . rlib/test/test_rbigint.py::TestHypothesis::()::test_int_bitwise_and_mul . rlib/test/test_rbigint.py::TestHypothesis::()::test_int_comparison . rlib/test/test_rbigint.py::TestHypothesis::()::test_int_comparison2 . rlib/test/test_rbigint.py::TestHypothesis::()::test_gcd_binary . rlib/test/test_rbigint.py::TestHypothesis::()::test_gcd . rlib/test/test_rbigint.py::TestHypothesis::()::test_longlong_roundtrip . rlib/test/test_rbigint.py::TestHypothesis::()::test_unsigned_roundtrip . rlib/test/test_rbigint.py::TestHypothesis::()::test_mod . rlib/test/test_rbigint.py::TestHypothesis::()::test_int_mod . rlib/test/test_rbigint.py::TestHypothesis::()::test_int_mod_int_result . rlib/test/test_rbigint.py::TestHypothesis::()::test_shift . rlib/test/test_rbigint.py::TestHypothesis::()::test_abs_rshift_and_mask . rlib/test/test_rbigint.py::TestHypothesis::()::test_str_to_int_big_base10 . rlib/test/test_rbigint.py::TestHypothesis::()::test_fromstr . rlib/test/test_rbigint.py::TestHypothesis::()::test_fromstr_str_consistency . rlib/test/test_rbigint.py::TestHypothesis::()::test_fromstr_small_limit . rlib/test/test_rbigint.py::TestHypothesis::()::test_str_to_int_big_w5pow . rlib/test/test_rbigint.py::TestHypothesis::()::test_bit_count . rlib/test/test_rbigint.py::TestHypothesis::()::test_bitcount64 . rlib/test/test_rbigint.py::TestHypothesis::()::test_frombytes_tobytes_hypothesis . rlib/test/test_rbigint.py::TestHypothesis::()::test_distributive . rlib/test/test_rbigint.py::TestHypothesis::()::test_associative . rlib/test/test_rbigint.py::TestHypothesis::()::test_commutative . rlib/test/test_rbigint.py::TestHypothesis::()::test_pow_mul . rlib/test/test_rbigint.py::TestHypothesis::()::test_args_from_rarith_int . rlib/test/test_rbigint.py::TestHypothesis::()::test_isqrt . rlib/test/test_rbigint.py::TestHypothesis::()::test_add_int_int_rbigint_result . rlib/test/test_rbigint.py::TestHypothesis::()::test_sub_int_int_rbigint_result . rlib/test/test_rbigint.py::TestHypothesis::()::test_mul_int_int_rbigint_result . rlib/test/test_rbigint.py::TestHypothesis::()::test_lshift_int_int_rbigint_result . rlib/test/test_rbigint.py::TestHypothesis::()::test_format_lowest_level_divmod_int_results . rlib/test/test_rbigint.py::TestHypothesis::()::test_format_int10_18digits . rlib/test/test_rbigint.py::TestHypothesis::()::test_bit_length . rlib/test/test_rbigint.py::TestHypothesis::()::test_bit_length_int . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_abs] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_abs_rshift_and_mask] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_add_int_int_rbigint_result] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_args_from_rarith_int] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_associative] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_bit_count] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_bit_length] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_bit_length_int] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_bitcount64] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_bitwise_and_mul] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_commutative] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_distributive] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_divmod] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_divmod_big] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_divmod_consistency] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_divmod_small] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_format_int10_18digits] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_format_lowest_level_divmod_int_results] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_frombytes_tobytes_hypothesis] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_fromstr] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_fromstr_small_limit] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_fromstr_str_consistency] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_gcd] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_gcd_binary] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_hash] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_hash_int] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_int_bitwise_and_mul] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_int_comparison] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_int_comparison2] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_int_divmod] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_int_mod] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_int_mod_int_result] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_isqrt] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_longlong_roundtrip] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_lshift_int_int_rbigint_result] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_mod] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_mul_int_int_rbigint_result] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_pow] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_pow_mul] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_shift] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_str_to_int_big_base10] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_str_to_int_big_w5pow] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_sub_int_int_rbigint_result] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_truediv] . rlib/test/test_rbigint.py::test_hypothesis_small_shift[test_unsigned_roundtrip] . rlib/test/test_rgc.py::test_collect . rlib/test/test_rgc.py::test_collect_0 . rlib/test/test_rgc.py::test_enable_disable . rlib/test/test_rgc.py::test_collect_step . rlib/test/test_rgc.py::test__encode_states . rlib/test/test_rgc.py::test_can_move . rlib/test/test_rgc.py::test_ll_arraycopy_1 . rlib/test/test_rgc.py::test_ll_arraycopy_2 . rlib/test/test_rgc.py::test_ll_arraycopy_3 . rlib/test/test_rgc.py::test_ll_arraycopy_4 . rlib/test/test_rgc.py::test_ll_arraycopy_5 . rlib/test/test_rgc.py::test_ll_arraycopy_array_of_structs . rlib/test/test_rgc.py::test_ll_arraymove_1 . rlib/test/test_rgc.py::test_ll_arraymove_2 . rlib/test/test_rgc.py::test_ll_arraymove_gc . rlib/test/test_rgc.py::test_ll_arraymove_slowpath . rlib/test/test_rgc.py::test_ll_arrayclear . rlib/test/test_rgc.py::test__contains_gcptr . rlib/test/test_rgc.py::test_ll_arraycopy_small s rlib/test/test_rgc.py::test_ll_shrink_array_1 Skipped: implement ll_shrink_array for GcStructs or GcArrays that don't have the shape of STR or UNICODE . rlib/test/test_rgc.py::test_ll_shrink_array_2 . rlib/test/test_rgc.py::test_get_referents s rlib/test/test_rgc.py::test_get_memory_usage Skipped: rgc.get_rpy_memory_usage does not work on pypy . rlib/test/test_rgc.py::test_register_custom_trace_hook . rlib/test/test_rgc.py::test_nonmoving_raw_ptr_for_resizable_list . rlib/test/test_rgc.py::test_nonmoving_raw_ptr_for_resizable_list_getslice . rlib/test/test_rgc.py::test_ll_for_resizable_list . rlib/test/test_rgc.py::test_ListSupportingRawPtr_direct . rlib/test/test_rgc.py::TestFinalizerQueue::()::test_simple . rlib/test/test_rgc.py::TestFinalizerQueue::()::test_del_1 . rlib/test/test_rgc.py::TestFinalizerQueue::()::test_del_2 . rlib/test/test_rgc.py::TestFinalizerQueue::()::test_del_3 . rlib/test/test_rgc.py::TestFinalizerQueue::()::test_finalizer_trigger_calls_too_much . rlib/test/test_rgc.py::TestFinalizerQueue::()::test_translated_boehm . rlib/test/test_rgc.py::TestFinalizerQueue::()::test_translated_boehm_ll . rlib/test/test_rgc.py::TestFinalizerQueue::()::test_translated_incminimark . rlib/test/test_rgc.py::TestFinalizerQueue::()::test_translated_incminimark_ll . rlib/test/test_rpath.py::test_rnormpath_posix . rlib/test/test_rpath.py::test_rnormpath_nt . rlib/test/test_rpath.py::test_rabspath_relative . rlib/test/test_rpath.py::test_rabspath_absolute_posix . rlib/test/test_rpath.py::test_missing_current_dir . rlib/test/test_rpath.py::test_rsplitdrive_nt s rlib/test/test_rpath.py::test_rabspath_absolute_nt Skipped: condition: os.name != 'nt' . rlib/test/test_rpath.py::test_risabs_posix . rlib/test/test_rpath.py::test_risabs_nt . rlib/test/test_rpath.py::test_risdir . rlib/test/test_rope.py::test_add . rlib/test/test_rope.py::test_dont_rebalance_again . rlib/test/test_rope.py::test_random_addition_test . rlib/test/test_rope.py::test_getitem . rlib/test/test_rope.py::test_getitem_unicode . rlib/test/test_rope.py::test_getslice . rlib/test/test_rope.py::test_getslice_bug . rlib/test/test_rope.py::test_getslice_step . rlib/test/test_rope.py::test_getslice_step_unicode . rlib/test/test_rope.py::test_random_addition_and_slicing . rlib/test/test_rope.py::test_iteration . rlib/test/test_rope.py::test_iteration_startpos . rlib/test/test_rope.py::test_iteration_unicode . rlib/test/test_rope.py::test_reverse_iteration . rlib/test/test_rope.py::test_reverse_iteration_unicode . rlib/test/test_rope.py::test_multiply . rlib/test/test_rope.py::test_multiply_unicode . rlib/test/test_rope.py::test_join . rlib/test/test_rope.py::test_join_random . rlib/test/test_rope.py::test_join_random_unicode . rlib/test/test_rope.py::test_seekbackward . rlib/test/test_rope.py::test_fringe_iterator . rlib/test/test_rope.py::test_fringe_iterator_seekforward . rlib/test/test_rope.py::test_seekforward . rlib/test/test_rope.py::test_iterbackward . rlib/test/test_rope.py::test_find_int . rlib/test/test_rope.py::test_find_int_bugs . rlib/test/test_rope.py::test_restart_positions . rlib/test/test_rope.py::test_find s rlib/test/test_rope.py::test_find_random Skipped: fix me! . rlib/test/test_rope.py::test_find_unicode . rlib/test/test_rope.py::test_fromcharlist . rlib/test/test_rope.py::test_find_iterator . rlib/test/test_rope.py::test_find_iterator_unicode . rlib/test/test_rope.py::test_hash . rlib/test/test_rope.py::test_hash_collisions_identifiers . rlib/test/test_rope.py::test_hash_distribution_tiny_strings . rlib/test/test_rope.py::test_hash_distribution_small_strings . rlib/test/test_rope.py::test_hash_distribution_big_strings . rlib/test/test_rope.py::test_hash_distribution_identifiers . rlib/test/test_rope.py::test_hash_part . rlib/test/test_rope.py::test_hash_part_unicode . rlib/test/test_rope.py::test_hash_part_more . rlib/test/test_rope.py::test_equality . rlib/test/test_rope.py::test_equality_unicode . rlib/test/test_rope.py::test_compare_random . rlib/test/test_rope.py::test_compare_random_unicode . rlib/test/test_rope.py::test_power . rlib/test/test_rope.py::test_seekable_bug . rlib/test/test_rope.py::test_strip . rlib/test/test_rope.py::test_getrope . rlib/test/test_rope.py::test_split . rlib/test/test_rope.py::test_splitlines . rlib/test/test_rope.py::test_rope_from_unicode . rlib/test/test_rope.py::test_encode . rlib/test/test_rope.py::test_decode . rlib/test/test_rope.py::test_decode_utf8 . rlib/test/test_rope.py::test_multiply_result_needs_no_rebalancing . rlib/rsre/test/test_zjit.py::test_jit_unroll_safe . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_simple_match_1 . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_simple_match_2 . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_simple_match_repeated . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_match_minrepeat_1 . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_branch_1 . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_match_minrepeat_2 . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_fast_search . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_regular_search . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_regular_search_upcase . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_max_until_1 . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_min_until_1 . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_max_until_possessive . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_example_1 . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_aorbstar . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_range . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_single_chars . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_digit . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_space . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_word . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_complex x rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_group_space_but_not_space self = @py.test.mark.xfail def test_group_space_but_not_space(self): res = self.meta_interp_match(r"<[\S ]+>", "<..a .. aa>") assert res == 13 > self.check_enter_count(1) rlib/rsre/test/test_zjit.py:180: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = count = 1 def check_enter_count(self, count): """Check the number of times pyjitpl ran. (Every time, it should have produced either one loop or one bridge, or aborted; but it is not 100% clear that this is still correct in the presence of unrolling.)""" if self.enable_opts == ENABLE_ALL_OPTS: > assert get_stats().enter_count == count E assert 3 == 1 E + where 3 = 3 E + where 3 = .enter_count E + where = get_stats() jit/metainterp/test/support.py:239: AssertionError . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_find_repetition_end_fastpath . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_match_jit_bug . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_getlower_branch_free . rlib/rsre/test/test_zjit.py::TestJitRSre::()::test_set_one_fewer_instruction s rlib/test/test_rpoll.py::test_no_poll Skipped: condition: has_poll s rlib/test/test_rpoll.py::test_simple Skipped: condition: not has_poll or sys.platform == "darwin" . rlib/test/test_rpoll.py::test_exchange . rlib/test/test_rpoll.py::test_select . rlib/test/test_rpoll.py::test_select_timeout . rlib/test/test_rpoll.py::test_translate_select . rlib/test/test_rpoll.py::test_translate_poll . rlib/test/test_rposix_environ.py::test_environ_items . rlib/test/test_rposix_environ.py::test_unset_error . rlib/test/test_rposix_stat.py::TestPosixStatFunctions::()::test_has_all_fields . rlib/test/test_rposix_stat.py::TestPosixStatFunctions::()::test_stat . rlib/test/test_rposix_stat.py::TestPosixStatFunctions::()::test_fstat . rlib/test/test_rposix_stat.py::TestPosixStatFunctions::()::test_stat_large_number . rlib/test/test_rposix_stat.py::TestPosixStatFunctions::()::test_statvfs . rlib/test/test_rposix_stat.py::TestPosixStatFunctions::()::test_fstatvfs s rlib/test/test_rposix_stat.py::TestPosixStatFunctions::()::test_stat3_ino_dev Skipped: win32 test . rlib/test/test_rposix_stat.py::test_fstatat s rlib/test/test_rposix_stat.py::test_high_precision_stat_time Skipped: condition: sys.platform == "darwin" . rlib/test/test_rposix_scandir.py::TestScanDir::()::test_name_bytes . rlib/test/test_rmmap.py::TestMMap::()::test_page_size . rlib/test/test_rmmap.py::TestMMap::()::test_attributes . rlib/test/test_rmmap.py::TestMMap::()::test_file_size . rlib/test/test_rmmap.py::TestMMap::()::test_create . rlib/test/test_rmmap.py::TestMMap::()::test_unmap_range . rlib/test/test_rmmap.py::TestMMap::()::test_close . rlib/test/test_rmmap.py::TestMMap::()::test_read_byte . rlib/test/test_rmmap.py::TestMMap::()::test_readline . rlib/test/test_rmmap.py::TestMMap::()::test_read . rlib/test/test_rmmap.py::TestMMap::()::test_find_rfind . rlib/test/test_rmmap.py::TestMMap::()::test_find . rlib/test/test_rmmap.py::TestMMap::()::test_is_modifiable . rlib/test/test_rmmap.py::TestMMap::()::test_seek . rlib/test/test_rmmap.py::TestMMap::()::test_write . rlib/test/test_rmmap.py::TestMMap::()::test_write_byte . rlib/test/test_rmmap.py::TestMMap::()::test_write_readonly s rlib/test/test_rmmap.py::TestMMap::()::test_write_without_protwrite Skipped: Needs PROT_WRITE . rlib/test/test_rmmap.py::TestMMap::()::test_size . rlib/test/test_rmmap.py::TestMMap::()::test_tell . rlib/test/test_rmmap.py::TestMMap::()::test_move s rlib/test/test_rmmap.py::TestMMap::()::test_resize Skipped: resize does not work under OSX or FreeBSD . rlib/test/test_rmmap.py::TestMMap::()::test_len . rlib/test/test_rmmap.py::TestMMap::()::test_get_item . rlib/test/test_rmmap.py::TestMMap::()::test_set_item . rlib/test/test_rmmap.py::TestMMap::()::test_double_close . rlib/test/test_rmmap.py::TestMMap::()::test_translated . rlib/test/test_rmmap.py::TestMMap::()::test_translated_madvise_bug s rlib/test/test_rmmap.py::TestMMap::()::test_windows_crasher_1 Skipped: Windows-only test s rlib/test/test_rmmap.py::TestMMap::()::test_windows_crasher_2 Skipped: Windows-only test . rlib/test/test_rmmap.py::TestMMap::()::test_madvise s rlib/test/test_rmmap.py::test_alloc_free Skipped: needs entitlement s rlib/test/test_rmmap.py::test_compile_alloc_free Skipped: needs entitlement . rlib/test/test_rsha.py::TestSHA::()::test_case_1 . rlib/test/test_rsha.py::TestSHA::()::test_case_2 . rlib/test/test_rsha.py::TestSHA::()::test_copy . rlib/test/test_rsha.py::TestSHA::()::test_random . rlib/test/test_rshrinklist.py::test_simple . rlib/test/test_rshrinklist.py::test_append_dead_items . rlib/test/test_rrawarray.py::TestRArray::()::test_copy_list_to_raw_array . rlib/test/test_rrawarray.py::TestRArray::()::test_copy_list_to_raw_array_rtyped . rlib/test/test_rrawarray.py::TestRArray::()::test_new_list_from_raw_array . rlib/test/test_rrawarray.py::TestRArray::()::test_new_list_from_raw_array_rtyped . rlib/test/test_rrandom.py::test_init_from_zero . rlib/test/test_rrandom.py::test_init_from_seed . rlib/test/test_rrandom.py::test_numbers . rlib/test/test_rrandom.py::test_init_by_array . rlib/test/test_rrandom.py::test_jumpahead . rlib/test/test_rrandom.py::test_jumpahead_badstate . rlib/test/test_rrandom.py::test_translate . rlib/test/test_rsignal.py::test_simple . rlib/test/test_rsignal.py::test_compile . rlib/test/test_rsignal.py::test_compile_wakeup_fd . rlib/test/test_rsignal.py::test_raise . rlib/test/test_rsignal.py::test_strsignal . rlib/test/test_rsignal.py::test_have_debugger_fields . rlib/test/test_rsiphash.py::test_siphash24 . rlib/test/test_rsiphash.py::test_siphash24_with_key . rlib/test/test_rsiphash.py::test_siphash24_latin1_unicode . rlib/test/test_rsiphash.py::test_siphash24_latin1_unicode_prebuilt . rlib/test/test_rsiphash.py::test_fix_seed . rlib/test/test_rsiphash.py::test_translated . rlib/test/test_rposix.py::TestPosixFunction::()::test_access . rlib/test/test_rposix.py::TestPosixFunction::()::test_times . rlib/test/test_rposix.py::TestPosixFunction::()::test_getlogin s rlib/test/test_rposix.py::TestPosixFunction::()::test_utimes Skipped: condition: os.name != 'nt' s rlib/test/test_rposix.py::TestPosixFunction::()::test_utime_negative_fraction Skipped: condition: sys.platform == 'darwin' s rlib/test/test_rposix.py::TestPosixFunction::()::test__getfullpathname Skipped: condition: os.name != 'nt' s rlib/test/test_rposix.py::TestPosixFunction::()::test__getfullpathname_long Skipped: condition: os.name != 'nt' s rlib/test/test_rposix.py::TestPosixFunction::()::test__getfullpathname_unicode Skipped: condition: os.name != 'nt' . rlib/test/test_rposix.py::TestPosixFunction::()::test_getcwd . rlib/test/test_rposix.py::TestPosixFunction::()::test_chdir . rlib/test/test_rposix.py::TestPosixFunction::()::test_mkdir . rlib/test/test_rposix.py::TestPosixFunction::()::test_mkdirat . rlib/test/test_rposix.py::TestPosixFunction::()::test_strerror . rlib/test/test_rposix.py::TestPosixFunction::()::test_system . rlib/test/test_rposix.py::TestPosixFunction::()::test_execve . rlib/test/test_rposix.py::TestPosixFunction::()::test_os_write . rlib/test/test_rposix.py::TestPosixFunction::()::test_os_close . rlib/test/test_rposix.py::TestPosixFunction::()::test_os_lseek . rlib/test/test_rposix.py::TestPosixFunction::()::test_os_fsync s rlib/test/test_rposix.py::TestPosixFunction::()::test_os_fdatasync Skipped: condition: not hasattr(os, 'fdatasync') . rlib/test/test_rposix.py::TestPosixFunction::()::test_os_kill . rlib/test/test_rposix.py::TestPosixFunction::()::test_isatty . rlib/test/test_rposix.py::TestPosixFunction::()::test_makedev s rlib/test/test_rposix.py::TestPosixFunction::()::test_memfd_create Skipped: condition: not hasattr(rposix, 'memfd_create') s rlib/test/test_rposix.py::TestOsExpect::()::test_ttyname Skipped: pexpect not found . rlib/test/test_rposix.py::TestPosixAscii::()::test_open . rlib/test/test_rposix.py::TestPosixAscii::()::test_stat . rlib/test/test_rposix.py::TestPosixAscii::()::test_access . rlib/test/test_rposix.py::TestPosixAscii::()::test_utime . rlib/test/test_rposix.py::TestPosixAscii::()::test_chmod . rlib/test/test_rposix.py::TestPosixAscii::()::test_unlink . rlib/test/test_rposix.py::TestPosixAscii::()::test_rename . rlib/test/test_rposix.py::TestPosixAscii::()::test_replace . rlib/test/test_rposix.py::TestPosixAscii::()::test_listdir . rlib/test/test_rposix.py::TestPosixAscii::()::test_chdir . rlib/test/test_rposix.py::TestPosixAscii::()::test_putenv . rlib/test/test_rposix.py::TestPosixAscii::()::test_openat . rlib/test/test_rposix.py::TestPosixAscii::()::test_unlinkat . rlib/test/test_rposix.py::TestPosixAscii::()::test_utimensat . rlib/test/test_rposix.py::TestPosixAscii::()::test_fchmodat . rlib/test/test_rposix.py::TestPosixUnicode::()::test_open . rlib/test/test_rposix.py::TestPosixUnicode::()::test_stat . rlib/test/test_rposix.py::TestPosixUnicode::()::test_access . rlib/test/test_rposix.py::TestPosixUnicode::()::test_utime . rlib/test/test_rposix.py::TestPosixUnicode::()::test_chmod . rlib/test/test_rposix.py::TestPosixUnicode::()::test_unlink . rlib/test/test_rposix.py::TestPosixUnicode::()::test_rename . rlib/test/test_rposix.py::TestPosixUnicode::()::test_replace . rlib/test/test_rposix.py::TestPosixUnicode::()::test_listdir . rlib/test/test_rposix.py::TestPosixUnicode::()::test_chdir . rlib/test/test_rposix.py::TestPosixUnicode::()::test_putenv . rlib/test/test_rposix.py::TestRegisteredFunctions::()::test_dup . rlib/test/test_rposix.py::TestRegisteredFunctions::()::test_open F rlib/test/test_rposix.py::test_fdlistdir tmpdir = local('/private/var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/T/pytest-of-runner/pytest-5/test_fdlistdir0') @rposix_requires('fdlistdir') def test_fdlistdir(tmpdir): tmpdir.join('file').write('text') dirfd = os.open(str(tmpdir), os.O_RDONLY) result = rposix.fdlistdir(dirfd) # Note: fdlistdir() always closes dirfd > assert result == ['file'] E assert ['ile'] == ['file'] E At index 0 diff: 'ile' != 'file' E Use -v to get the full diff rlib/test/test_rposix.py:583: AssertionError F rlib/test/test_rposix.py::test_fdlistdir_rewinddir tmpdir = local('/private/var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/T/pytest-of-runner/pytest-5/test_fdlistdir_rewinddir0') @rposix_requires('fdlistdir') def test_fdlistdir_rewinddir(tmpdir): tmpdir.join('file').write('text') dirfd = os.open(str(tmpdir), os.O_RDONLY) result1 = rposix.fdlistdir(os.dup(dirfd)) result2 = rposix.fdlistdir(dirfd) > assert result1 == result2 == ['file'] E assert ['ile'] == ['file'] E At index 0 diff: 'ile' != 'file' E Use -v to get the full diff rlib/test/test_rposix.py:591: AssertionError . rlib/test/test_rposix.py::test_symlinkat . rlib/test/test_rposix.py::test_renameat . rlib/test/test_rposix.py::test_set_inheritable . rlib/test/test_rposix.py::test_SetNonInheritableCache . rlib/test/test_rposix.py::test_dup_dup2_non_inheritable . rlib/test/test_rposix.py::test_sync . rlib/test/test_rposix.py::test_cpu_count . rlib/test/test_rposix.py::test_set_status_flags . rlib/test/test_rposix.py::test_getpriority . rlib/test/test_rposix.py::test_sendfile . rlib/test/test_rposix.py::test_sendfile_invalid_offset . rlib/test/test_rposix.py::test_sendfile_partial . rlib/test/test_rposix.py::test_pread . rlib/test/test_rposix.py::test_pwrite s rlib/test/test_rposix.py::test_posix_fadvise Skipped: Requires rposix.posix_fadvise() s rlib/test/test_rposix.py::test_posix_fallocate Skipped: Requires rposix.posix_fallocate() . rlib/test/test_rposix.py::test_sched_get_priority_max . rlib/test/test_rposix.py::test_sched_get_priority_min . rlib/test/test_rposix.py::test_os_sched_priority_max_greater_than_min . rlib/test/test_rposix.py::test_sched_yield . rlib/test/test_rposix.py::test_os_lockf s rlib/test/test_rposix.py::test_xattr Skipped: Requires working rposix.getxattr() . rlib/test/test_rposix.py::test_getgrouplist s rlib/test/test_rposix.py::test_sched_rr_get_interval Skipped: Requires working rposix.sched_rr_get_interval() s rlib/test/test_rposix.py::test_get_and_set_scheduler_and_param Skipped: Requires working rposix.sched_getscheduler() (somefailed=True in rlib/test/test_rposix.py) . rlib/test/test_rstackovf.py::test_direct s rlib/test/test_rstackovf.py::test_raises_AttributeError Skipped: not RPython code... s rlib/test/test_rstackovf.py::test_llinterp Skipped: can fail to overflow on PyPy . rlib/test/test_rstackovf.py::test_c_translation s rlib/test/test_rtermios.py::TestLLTermios::()::test_tcgetattr Skipped: pexpect not found s rlib/test/test_rtermios.py::TestLLTermios::()::test_tcgetattr2 Skipped: pexpect not found s rlib/test/test_rtermios.py::TestLLTermios::()::test_tcsetattr Skipped: pexpect not found s rlib/test/test_rtermios.py::TestLLTermios::()::test_tcrest Skipped: pexpect not found s rlib/test/test_rtermios.py::TestTermios::()::test_tcsetattr_icanon Skipped: pexpect not found . rlib/test/test_rstring.py::test_split . rlib/test/test_rstring.py::test_split_no_occurrence . rlib/test/test_rstring.py::test_split_None . rlib/test/test_rstring.py::test_split_unicode . rlib/test/test_rstring.py::test_split_utf8 . rlib/test/test_rstring.py::test_rsplit . rlib/test/test_rstring.py::test_rsplit_None . rlib/test/test_rstring.py::test_rsplit_unicode . rlib/test/test_rstring.py::test_rsplit_utf8 . rlib/test/test_rstring.py::test_string_replace s rlib/test/test_rstring.py::test_string_replace_overflow Skipped: Wrong platform . rlib/test/test_rstring.py::test_unicode_replace s rlib/test/test_rstring.py::test_unicode_replace_overflow Skipped: Wrong platform . rlib/test/test_rstring.py::test_replace_no_occurrence . rlib/test/test_rstring.py::test_startswith . rlib/test/test_rstring.py::test_endswith . rlib/test/test_rstring.py::test_string_builder . rlib/test/test_rstring.py::test_unicode_builder . rlib/test/test_rstring.py::test_search . rlib/test/test_rstring.py::TestTranslates::()::test_split_rsplit . rlib/test/test_rstring.py::TestTranslates::()::test_buffer_parameter . rlib/test/test_rstring.py::TestTranslates::()::test_replace . rlib/test/test_rstring.py::test_hypothesis_search . rlib/test/test_rsocket.py::test_ipv4_addr . rlib/test/test_rsocket.py::test_unix_addr s rlib/test/test_rsocket.py::test_netlink_addr Skipped: AF_NETLINK not supported. . rlib/test/test_rsocket.py::test_gethostname . rlib/test/test_rsocket.py::test_gethostbyname . rlib/test/test_rsocket.py::test_gethostbyname_ex . rlib/test/test_rsocket.py::test_gethostbyaddr . rlib/test/test_rsocket.py::test_getservbyname . rlib/test/test_rsocket.py::test_getservbyport . rlib/test/test_rsocket.py::test_getprotobyname . rlib/test/test_rsocket.py::test_socketpair[recv] s rlib/test/test_rsocket.py::test_simple_tcp[recv] Skipped: condition: sys.platform == 'darwin' . rlib/test/test_rsocket.py::test_simple_udp[recv] s rlib/test/test_rsocket.py::test_nonblocking[recv] Skipped: condition: sys.platform == 'darwin' . rlib/test/test_rsocket.py::test_unix_socket_connect[recv] . rlib/test/test_rsocket.py::test_socket_saves_errno[recv] . rlib/test/test_rsocket.py::test_socketpair[recvinto] s rlib/test/test_rsocket.py::test_simple_tcp[recvinto] Skipped: condition: sys.platform == 'darwin' . rlib/test/test_rsocket.py::test_simple_udp[recvinto] s rlib/test/test_rsocket.py::test_nonblocking[recvinto] Skipped: condition: sys.platform == 'darwin' . rlib/test/test_rsocket.py::test_unix_socket_connect[recvinto] . rlib/test/test_rsocket.py::test_socket_saves_errno[recvinto] . rlib/test/test_rsocket.py::test_socketpair[recvmsg] s rlib/test/test_rsocket.py::test_simple_tcp[recvmsg] Skipped: condition: sys.platform == 'darwin' . rlib/test/test_rsocket.py::test_simple_udp[recvmsg] s rlib/test/test_rsocket.py::test_nonblocking[recvmsg] Skipped: condition: sys.platform == 'darwin' . rlib/test/test_rsocket.py::test_unix_socket_connect[recvmsg] . rlib/test/test_rsocket.py::test_socket_saves_errno[recvmsg] . rlib/test/test_rsocket.py::test_socketpair[recvmsg_into] s rlib/test/test_rsocket.py::test_simple_tcp[recvmsg_into] Skipped: condition: sys.platform == 'darwin' . rlib/test/test_rsocket.py::test_simple_udp[recvmsg_into] s rlib/test/test_rsocket.py::test_nonblocking[recvmsg_into] Skipped: condition: sys.platform == 'darwin' . rlib/test/test_rsocket.py::test_unix_socket_connect[recvmsg_into] . rlib/test/test_rsocket.py::test_socket_saves_errno[recvmsg_into] . rlib/test/test_rsocket.py::test_socketpair_inheritable . rlib/test/test_rsocket.py::test_socketpair_recvinto . rlib/test/test_rsocket.py::test_socketpair_recvfrom_into . rlib/test/test_rsocket.py::test_inheritable . rlib/test/test_rsocket.py::test_getaddrinfo_http . rlib/test/test_rsocket.py::test_getaddrinfo_pydotorg . rlib/test/test_rsocket.py::test_getaddrinfo_no_reverse_lookup . rlib/test/test_rsocket.py::test_getaddrinfo_osx_crash . rlib/test/test_rsocket.py::test_connect_ex s rlib/test/test_rsocket.py::test_connect_with_timeout_fail Skipped: condition: sys.platform == 'darwin' s rlib/test/test_rsocket.py::test_connect_with_timeout_succeed Skipped: condition: sys.platform == 'darwin' s rlib/test/test_rsocket.py::test_connect_with_default_timeout_fail Skipped: condition: sys.platform == 'darwin' . rlib/test/test_rsocket.py::test_getsetsockopt . rlib/test/test_rsocket.py::test_getsetsockopt_global . rlib/test/test_rsocket.py::test_get_socket_family . rlib/test/test_rsocket.py::test_dup . rlib/test/test_rsocket.py::test_c_dup . rlib/test/test_rsocket.py::test_inet_aton . rlib/test/test_rsocket.py::test_inet_ntoa . rlib/test/test_rsocket.py::test_inet_pton . rlib/test/test_rsocket.py::test_inet_ntop . rlib/test/test_rsocket.py::TestTCP::()::test_timeout s rlib/test/test_rsocket.py::TestTCP::()::test_timeout_zero Skipped: condition: sys.platform == 'darwin' . rlib/test/test_rsocket.py::test_no_AF_PACKET . rlib/test/test_rsocket.py::test_no_AF_NETLINK x rlib/test/test_rsocket.py::test_thread_safe_gethostbyaddr @pytest.mark.xfail(reason="hits non-thread-safe issues with ll2ctypes") def test_thread_safe_gethostbyaddr(): import threading nthreads = 10 ip = '8.8.8.8' domain = gethostbyaddr(ip)[0] result = [0] * nthreads threads = [None] * nthreads lock = threading.Lock() def lookup_addr(ip, i): name, aliases, address_list = gethostbyaddr(ip, lock) if name == domain: result[i] += 1 for i in range(nthreads): threads[i] = threading.Thread(target = lookup_addr, args=[ip, i]) threads[i].start() for i in range(nthreads): threads[i].join() > assert sum(result) == nthreads E assert 0 == 10 E + where 0 = sum([0, 0, 0, 0, 0, 0, ...]) rlib/test/test_rsocket.py:694: AssertionError x rlib/test/test_rsocket.py::test_thread_safe_gethostbyname_ex @pytest.mark.xfail(reason="hits non-thread-safe issues with ll2ctypes") def test_thread_safe_gethostbyname_ex(): import threading nthreads = 10 domain = 'google.com' result = [0] * nthreads threads = [None] * nthreads lock = threading.Lock() def lookup_name(i): name, aliases, address_list = gethostbyname_ex(domain, lock) if name == domain: result[i] += 1 for i in range(nthreads): threads[i] = threading.Thread(target = lookup_name, args=[i]) threads[i].start() for i in range(nthreads): threads[i].join() > assert sum(result) == nthreads E assert 0 == 10 E + where 0 = sum([0, 0, 0, 0, 0, 0, ...]) rlib/test/test_rsocket.py:713: AssertionError x rlib/test/test_rsocket.py::test_getaddrinfo_pydotorg_threadsafe @pytest.mark.xfail(reason="hits non-thread-safe issues with ll2ctypes") def test_getaddrinfo_pydotorg_threadsafe(): import threading nthreads = 10 result = [0] * nthreads threads = [None] * nthreads for i in range(nthreads): threads[i] = threading.Thread(target = getaddrinfo_pydotorg, args=[i, result]) threads[i].start() for i in range(nthreads): threads[i].join() > assert sum(result) == nthreads E assert 0 == 10 E + where 0 = sum([0, 0, 0, 0, 0, 0, ...]) rlib/test/test_rsocket.py:726: AssertionError . rlib/test/test_rsocket.py::test_translate_netdb_lock . rlib/test/test_rsocket.py::test_translate_netdb_lock_thread s rlib/test/test_rsocket.py::test_socket_init_non_blocking Skipped: requires fcntl . rlib/test/test_rsocket.py::test_sethostname s rlib/test/test_rsocket.py::test_msg_trunc_weirdness_linux Skipped: this behaviour of MSG_TRUNC is linux specific . rlib/test/test_rsocket.py::test_if_nameindex . rlib/test/test_rtime.py::TestTime::()::test_time_time . rlib/test/test_rtime.py::TestTime::()::test_time_clock . rlib/test/test_rtime.py::TestTime::()::test_time_sleep . rlib/test/test_rtime.py::TestTime::()::test_clock_gettime . rlib/test/test_rtime.py::TestTime::()::test_clock_getres . rlib/test/test_runicode.py::test_unichr . rlib/test/test_runicode.py::test_ord . rlib/test/test_runicode.py::TestDecoding::()::test_charmap_encodeerror . rlib/test/test_runicode.py::TestDecoding::()::test_all_ascii . rlib/test/test_runicode.py::TestDecoding::()::test_fast_str_decode_ascii . rlib/test/test_runicode.py::TestDecoding::()::test_all_first_256 . rlib/test/test_runicode.py::TestDecoding::()::test_first_10000 . rlib/test/test_runicode.py::TestDecoding::()::test_random . rlib/test/test_runicode.py::TestDecoding::()::test_random_hypothesis . rlib/test/test_runicode.py::TestDecoding::()::test_maxunicode . rlib/test/test_runicode.py::TestDecoding::()::test_ascii_error . rlib/test/test_runicode.py::TestDecoding::()::test_decode_replace . rlib/test/test_runicode.py::TestDecoding::()::test_utf16_errors . rlib/test/test_runicode.py::TestDecoding::()::test_utf16_bugs . rlib/test/test_runicode.py::TestDecoding::()::test_utf16_surrogates . rlib/test/test_runicode.py::TestDecoding::()::test_utf32_surrogates[unich0] . rlib/test/test_runicode.py::TestDecoding::()::test_utf32_surrogates[unich1] . rlib/test/test_runicode.py::TestDecoding::()::test_utf7_bugs . rlib/test/test_runicode.py::TestDecoding::()::test_utf7_tofrom_utf8_bug . rlib/test/test_runicode.py::TestDecoding::()::test_utf7_partial . rlib/test/test_runicode.py::TestDecoding::()::test_utf7_surrogates . rlib/test/test_runicode.py::TestUTF8Decoding::()::test_charmap_encodeerror . rlib/test/test_runicode.py::TestUTF8Decoding::()::test_single_chars_utf8 . rlib/test/test_runicode.py::TestUTF8Decoding::()::test_utf8_surrogate . rlib/test/test_runicode.py::TestUTF8Decoding::()::test_invalid_start_byte . rlib/test/test_runicode.py::TestUTF8Decoding::()::test_unexpected_end_of_data . rlib/test/test_runicode.py::TestUTF8Decoding::()::test_invalid_cb_for_2bytes_seq . rlib/test/test_runicode.py::TestUTF8Decoding::()::test_invalid_cb_for_3bytes_seq . rlib/test/test_runicode.py::TestUTF8Decoding::()::test_invalid_cb_for_4bytes_seq . rlib/test/test_runicode.py::TestUTF8Decoding::()::test_utf8_errors . rlib/test/test_runicode.py::TestUTF8Decoding::()::test_issue8271 . rlib/test/test_runicode.py::TestEncoding::()::test_charmap_encodeerror . rlib/test/test_runicode.py::TestEncoding::()::test_all_ascii . rlib/test/test_runicode.py::TestEncoding::()::test_all_first_256 . rlib/test/test_runicode.py::TestEncoding::()::test_first_10000 . rlib/test/test_runicode.py::TestEncoding::()::test_random . rlib/test/test_runicode.py::TestEncoding::()::test_maxunicode . rlib/test/test_runicode.py::TestEncoding::()::test_empty . rlib/test/test_runicode.py::TestEncoding::()::test_single_chars_utf8 . rlib/test/test_runicode.py::TestEncoding::()::test_utf8_surrogates . rlib/test/test_runicode.py::TestEncoding::()::test_ascii_error . rlib/test/test_runicode.py::TestEncoding::()::test_latin1_error . rlib/test/test_runicode.py::TestEncoding::()::test_encode_decimal . rlib/test/test_runicode.py::TestEncoding::()::test_encode_utf8sp . rlib/test/test_runicode.py::TestTranslation::()::test_utf8 . rlib/test/test_runicode.py::TestTranslation::()::test_surrogates . rlib/test/test_runicode.py::TestTranslation::()::test_encode_surrogate_pair . rlib/test/test_runicode.py::TestTranslation::()::test_encode_surrogate_pair_utf8 . rlib/test/test_rtimer.py::TestTimer::()::test_direct . rlib/test/test_rtimer.py::TestTimer::()::test_annotation . rlib/test/test_rtimer.py::TestTimer::()::test_compile_c . rlib/test/test_rtimer.py::TestGetUnit::()::test_direct . rlib/test/test_rtimer.py::TestGetUnit::()::test_annotation . rlib/test/test_rtimer.py::TestGetUnit::()::test_compile_c . rlib/test/test_rurandom.py::test_rurandom . rlib/test/test_rurandom.py::test_rurandom_no_syscall . rlib/test/test_rutf8.py::test_unichr_as_utf8 . rlib/test/test_rutf8.py::test_check_ascii . rlib/test/test_rutf8.py::test_check_utf8 . rlib/test/test_rutf8.py::test_check_utf8_valid . rlib/test/test_rutf8.py::test_check_utf8_slice . rlib/test/test_rutf8.py::test_next_pos . rlib/test/test_rutf8.py::test_check_newline_utf8 . rlib/test/test_rutf8.py::test_isspace_utf8 . rlib/test/test_rutf8.py::test_utf8_in_chars . rlib/test/test_rutf8.py::test_codepoints_in_utf8 . rlib/test/test_rutf8.py::test_utf8_index_storage . rlib/test/test_rutf8.py::test_codepoint_position_at_index . rlib/test/test_rutf8.py::test_codepoint_index_at_byte_position . rlib/test/test_rutf8.py::test_codepoint_position_at_index_inverse . rlib/test/test_rutf8.py::test_repr . rlib/test/test_rutf8.py::test_surrogate_in_utf8 . rlib/test/test_rutf8.py::test_utf8_string_builder . rlib/test/test_rutf8.py::test_utf8_string_builder_bad_code . rlib/test/test_rutf8.py::test_utf8_iterator . rlib/test/test_rutf8.py::test_utf8_iterator_pos . rlib/test/test_rutf8.py::test_has_surrogates . rlib/test/test_rutf8.py::test_has_surrogate_xed_no_surrogate . rlib/test/test_rutf8.py::test_printable_repr_func . rlib/test/test_rweaklist.py::test_simple . rlib/test/test_rweaklist.py::test_reuse . rlib/test/test_rweakkeydict.py::test_RWeakKeyDictionary . rlib/test/test_rweakkeydict.py::test_rpython_RWeakKeyDictionary . rlib/test/test_rweakkeydict.py::test_rpython_prebuilt . rlib/test/test_rweakkeydict.py::test_rpython_merge_RWeakKeyDictionary . rlib/test/test_rweakkeydict.py::test_rpython_merge_RWeakKeyDictionary2 X rlib/test/test_rweakkeydict.py::test_rpython_merge_RWeakKeyDictionary3 X rlib/test/test_rweakkeydict.py::test_rpython_merge_RWeakKeyDictionary4 x rlib/test/test_rweakkeydict.py::test_rpython_free_values @py.test.mark.xfail(reason="not implemented, messy") def test_rpython_free_values(): class VXDel: def __del__(self): state.freed.append(1) class State: pass state = State() state.freed = [] # def add_me(): k = KX() v = VXDel() d = RWeakKeyDictionary(KX, VXDel) d.set(k, v) return d def f(): del state.freed[:] d = add_me() rgc.collect() # we want the dictionary to be really empty here. It's hard to # ensure in the current implementation after just one collect(), # but at least two collects should be enough. rgc.collect() return len(state.freed) assert f() == 1 > assert interpret(f, []) == 1 E assert 0 == 1 E + where 0 = interpret(, []) rlib/test/test_rweakkeydict.py:176: AssertionError . rlib/test/test_rweakref.py::test_has_weakref_support s rlib/test/test_rwin32.py /Users/runner/work/pypy/pypy/rpython/rlib/test/test_rwin32.py:4: Skipped: tests for win32 only . rlib/test/test_rweakvaldict.py::test_RWeakValueDictionary . rlib/test/test_rweakvaldict.py::test_RWeakValueDictionary_int . rlib/test/test_rweakvaldict.py::test_rpython_RWeakValueDictionary . rlib/test/test_rweakvaldict.py::test_rpython_RWeakValueDictionary_int . rlib/test/test_rweakvaldict.py::test_rpython_prebuilt . rlib/test/test_rweakvaldict.py::test_rpython_merge_RWeakValueDictionary . rlib/test/test_rweakvaldict.py::test_rpython_merge_RWeakValueDictionary2 X rlib/test/test_rweakvaldict.py::test_rpython_merge_RWeakValueDictionary3 . rlib/test/test_rweakvaldict.py::test_rpython_RWeakValueDictionary_or_None . rlib/test/test_rweakvaldict.py::test_bogus_makekey . rlib/test/test_rweakvaldict.py::test_key_instance . rlib/test/test_rweakvaldict.py::test_translation_prebuilt_1 . rlib/test/test_rweakvaldict.py::test_translation_prebuilt_2 . rlib/test/test_rzipfile.py::TestRZipFile::()::test_rzipfile . rlib/test/test_rzipfile.py::TestRZipFileCompressed::()::test_rzipfile . rlib/test/test_signature.py::test_bookkeeping . rlib/test/test_signature.py::test_basic . rlib/test/test_signature.py::test_arg_errors . rlib/test/test_signature.py::test_return . rlib/test/test_signature.py::test_return_errors x rlib/test/test_signature.py::test_return_errors_xfail @py.test.mark.xfail def test_return_errors_xfail(): @check_annotator_fails > @signature(returns=types.str()) def str_not_None(): rlib/test/test_signature.py:95: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ caller = def check_annotator_fails(caller): > exc = py.test.raises(model.AnnotatorError, annotate_at, caller).value E Failed: DID NOT RAISE rlib/test/test_signature.py:29: Failed . rlib/test/test_signature.py::test_none . rlib/test/test_signature.py::test_float . rlib/test/test_signature.py::test_unicode . rlib/test/test_signature.py::test_str0 . rlib/test/test_signature.py::test_ptr . rlib/test/test_signature.py::test_list . rlib/test/test_signature.py::test_array . rlib/test/test_signature.py::test_dict . rlib/test/test_signature.py::test_instance . rlib/test/test_signature.py::test_instance_or_none . rlib/test/test_signature.py::test_self . rlib/test/test_signature.py::test_self_error . rlib/test/test_signature.py::test_any_as_argument . rlib/test/test_signature.py::test_return_any x rlib/test/test_signature.py::test_class_basic @py.test.mark.xfail def test_class_basic(): class C(object): _fields_ = ClassSpec({'x': FieldSpec(types.int)}) def wrong_type(): c = C() c.x = 'a' > check_annotator_fails(wrong_type) rlib/test/test_signature.py:330: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ caller = def check_annotator_fails(caller): > exc = py.test.raises(model.AnnotatorError, annotate_at, caller).value E Failed: DID NOT RAISE rlib/test/test_signature.py:29: Failed x rlib/test/test_signature.py::test_class_shorthand @py.test.mark.xfail def test_class_shorthand(): class C1(object): _fields_ = {'x': FieldSpec(types.int)} def wrong_type_1(): c = C1() c.x = 'a' > check_annotator_fails(wrong_type_1) rlib/test/test_signature.py:345: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ caller = def check_annotator_fails(caller): > exc = py.test.raises(model.AnnotatorError, annotate_at, caller).value E Failed: DID NOT RAISE rlib/test/test_signature.py:29: Failed x rlib/test/test_signature.py::test_class_inherit @py.test.mark.xfail def test_class_inherit(): class C(object): _fields_ = ClassSpec({'x': FieldSpec(types.int)}) class C1(object): _fields_ = ClassSpec({'y': FieldSpec(types.int)}) class C2(object): _fields_ = ClassSpec({'y': FieldSpec(types.int)}, inherit=True) def no_inherit(): c = C1() c.x = 3 > check_annotator_fails(no_inherit) rlib/test/test_signature.py:369: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ caller = def check_annotator_fails(caller): > exc = py.test.raises(model.AnnotatorError, annotate_at, caller).value E Failed: DID NOT RAISE rlib/test/test_signature.py:29: Failed . rlib/test/test_rzlib.py::test_crc32 . rlib/test/test_rzlib.py::test_crc32_start_value . rlib/test/test_rzlib.py::test_adler32 . rlib/test/test_rzlib.py::test_adler32_start_value . rlib/test/test_rzlib.py::test_invalidLevel . rlib/test/test_rzlib.py::test_deflate_init_end . rlib/test/test_rzlib.py::test_deflate_set_dictionary . rlib/test/test_rzlib.py::test_compression . rlib/test/test_rzlib.py::test_compression_lots_of_data . rlib/test/test_rzlib.py::test_inflate_init_end . rlib/test/test_rzlib.py::test_decompression . rlib/test/test_rzlib.py::test_decompression_lots_of_data . rlib/test/test_rzlib.py::test_decompression_truncated_input . rlib/test/test_rzlib.py::test_decompression_too_much_input . rlib/test/test_rzlib.py::test_decompress_max_length . rlib/test/test_rzlib.py::test_compress_copy . rlib/test/test_rzlib.py::test_decompress_copy . rlib/test/test_rzlib.py::test_unsuccessful_decompress_copy . rlib/test/test_rzlib.py::test_cornercases . rlib/test/test_rzlib.py::test_zlibVersion . rlib/test/test_rzlib.py::test_translate_and_large_input s rlib/test/test_z3.py /Users/runner/work/pypy/pypy/rpython/rlib/test/test_z3.py:11: Skipped: please install z3 (z3-solver on pypi) and hypothesis . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_readline . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_readall . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_readall_small_bufsize . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_readall_after_readline . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_read_1_after_readline . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_read_1 . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_read_2 . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_read_4 . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_read_4_after_readline . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_read_4_small_bufsize . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_tell_1 . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_tell_1_after_readline . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_tell_2 . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_tell_4 . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_tell_readline . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_seek . rlib/test/test_streamio.py::TestBufferingInputStreamTests::()::test_seek_noseek . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_readline . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_readall . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_readall_small_bufsize . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_readall_after_readline . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_read_1_after_readline . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_read_1 . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_read_2 . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_read_4 . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_read_4_after_readline . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_read_4_small_bufsize . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_tell_1 . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_tell_1_after_readline . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_tell_2 . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_tell_4 . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_tell_readline . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_seek . rlib/test/test_streamio.py::TestBufferingInputStreamTestsLLinterp::()::test_seek_noseek . rlib/test/test_streamio.py::TestBufferedRead::()::test_dont_read_small . rlib/test/test_streamio.py::TestBufferingOutputStream::()::test_write . rlib/test/test_streamio.py::TestBufferingOutputStream::()::test_write_seek . rlib/test/test_streamio.py::TestBufferingOutputStream::()::test_write_seek_beyond_end . rlib/test/test_streamio.py::TestBufferingOutputStream::()::test_truncate . rlib/test/test_streamio.py::TestBufferingOutputStream::()::test_truncate2 . rlib/test/test_streamio.py::TestBufferingOutputStreamLLinterp::()::test_write . rlib/test/test_streamio.py::TestBufferingOutputStreamLLinterp::()::test_write_seek . rlib/test/test_streamio.py::TestBufferingOutputStreamLLinterp::()::test_write_seek_beyond_end . rlib/test/test_streamio.py::TestBufferingOutputStreamLLinterp::()::test_truncate . rlib/test/test_streamio.py::TestBufferingOutputStreamLLinterp::()::test_truncate2 . rlib/test/test_streamio.py::TestLineBufferingOutputStream::()::test_write . rlib/test/test_streamio.py::TestLineBufferingOutputStream::()::test_write_seek . rlib/test/test_streamio.py::TestLineBufferingOutputStreamLLinterp::()::test_write . rlib/test/test_streamio.py::TestLineBufferingOutputStreamLLinterp::()::test_write_seek . rlib/test/test_streamio.py::TestCRLFFilter::()::test_filter . rlib/test/test_streamio.py::TestCRLFFilterLLinterp::()::test_filter . rlib/test/test_streamio.py::TestTextCRLFFilterLLInterp::()::test_simple . rlib/test/test_streamio.py::TestTextCRLFFilterLLInterp::()::test_readline_and_seek . rlib/test/test_streamio.py::TestTextCRLFFilterLLInterp::()::test_seek_relative . rlib/test/test_streamio.py::TestTextCRLFFilterLLInterp::()::test_write . rlib/test/test_streamio.py::TestTextCRLFFilterLLInterp::()::test_read1 . rlib/test/test_streamio.py::TestMMapFile::()::test_readline . rlib/test/test_streamio.py::TestMMapFile::()::test_readall . rlib/test/test_streamio.py::TestMMapFile::()::test_readall_small_bufsize . rlib/test/test_streamio.py::TestMMapFile::()::test_readall_after_readline . rlib/test/test_streamio.py::TestMMapFile::()::test_read_1_after_readline . rlib/test/test_streamio.py::TestMMapFile::()::test_read_1 . rlib/test/test_streamio.py::TestMMapFile::()::test_read_2 . rlib/test/test_streamio.py::TestMMapFile::()::test_read_4 . rlib/test/test_streamio.py::TestMMapFile::()::test_read_4_after_readline . rlib/test/test_streamio.py::TestMMapFile::()::test_read_4_small_bufsize . rlib/test/test_streamio.py::TestMMapFile::()::test_tell_1 . rlib/test/test_streamio.py::TestMMapFile::()::test_tell_1_after_readline . rlib/test/test_streamio.py::TestMMapFile::()::test_tell_2 . rlib/test/test_streamio.py::TestMMapFile::()::test_tell_4 . rlib/test/test_streamio.py::TestMMapFile::()::test_tell_readline . rlib/test/test_streamio.py::TestMMapFile::()::test_seek . rlib/test/test_streamio.py::TestMMapFile::()::test_seek_noseek . rlib/test/test_streamio.py::TestMMapFile::()::test_write . rlib/test/test_streamio.py::TestBufferingInputOutputStreamTests::()::test_write . rlib/test/test_streamio.py::TestBufferingInputOutputStreamTests::()::test_write_seek_beyond_end . rlib/test/test_streamio.py::TestBufferingInputOutputStreamTestsLLinterp::()::test_write . rlib/test/test_streamio.py::TestBufferingInputOutputStreamTestsLLinterp::()::test_write_seek_beyond_end . rlib/test/test_streamio.py::TestTextInputFilter::()::test_read . rlib/test/test_streamio.py::TestTextInputFilter::()::test_read_tell . rlib/test/test_streamio.py::TestTextInputFilter::()::test_seek . rlib/test/test_streamio.py::TestTextInputFilter::()::test_newlines_attribute . rlib/test/test_streamio.py::TestTextInputFilterLLinterp::()::test_read . rlib/test/test_streamio.py::TestTextInputFilterLLinterp::()::test_read_tell . rlib/test/test_streamio.py::TestTextInputFilterLLinterp::()::test_seek . rlib/test/test_streamio.py::TestTextInputFilterLLinterp::()::test_newlines_attribute . rlib/test/test_streamio.py::TestTextOutputFilter::()::test_write_nl . rlib/test/test_streamio.py::TestTextOutputFilter::()::test_write_cr . rlib/test/test_streamio.py::TestTextOutputFilter::()::test_write_crnl . rlib/test/test_streamio.py::TestTextOutputFilter::()::test_write_tell_nl . rlib/test/test_streamio.py::TestTextOutputFilter::()::test_write_tell_cr . rlib/test/test_streamio.py::TestTextOutputFilter::()::test_write_tell_crnl . rlib/test/test_streamio.py::TestTextOutputFilter::()::test_write_seek . rlib/test/test_streamio.py::TestTextOutputFilterLLinterp::()::test_write_nl . rlib/test/test_streamio.py::TestTextOutputFilterLLinterp::()::test_write_cr . rlib/test/test_streamio.py::TestTextOutputFilterLLinterp::()::test_write_crnl . rlib/test/test_streamio.py::TestTextOutputFilterLLinterp::()::test_write_tell_nl . rlib/test/test_streamio.py::TestTextOutputFilterLLinterp::()::test_write_tell_cr . rlib/test/test_streamio.py::TestTextOutputFilterLLinterp::()::test_write_tell_crnl . rlib/test/test_streamio.py::TestTextOutputFilterLLinterp::()::test_write_seek . rlib/test/test_streamio.py::TestDecodingInputFilter::()::test_read . rlib/test/test_streamio.py::TestEncodingOutputFilterTests::()::test_write . rlib/test/test_streamio.py::TestReadlineInputStream::()::test_readline . rlib/test/test_streamio.py::TestReadlineInputStream::()::test_readline_and_read_interleaved . rlib/test/test_streamio.py::TestReadlineInputStream::()::test_readline_and_read_interleaved_no_seek . rlib/test/test_streamio.py::TestReadlineInputStream::()::test_readline_and_readall . rlib/test/test_streamio.py::TestDiskFile::()::test_read_interrupted . rlib/test/test_streamio.py::TestDiskFile::()::test_write_interrupted s rlib/test/test_streamio.py::TestDiskFile::()::test_append_mode Skipped: condition: sys.platform == 'darwin' s rlib/test/test_streamio.py::TestDiskFile::()::test_seek_changed_underlying_position Skipped: condition: sys.platform == 'darwin' s rlib/test/test_streamio.py::TestDiskFile::()::test_ignore_ioerror_in_readall_if_nonempty_result Skipped: condition: sys.platform == 'darwin' . rlib/test/test_streamio.py::test_replace_crlf_with_lf . rlib/unicodedata/test/test_codegen.py::test_charlist . rlib/unicodedata/test/test_codegen.py::test_print_listlike . rlib/unicodedata/test/test_dawg.py::test_1 . rlib/unicodedata/test/test_dawg.py::test_2 . rlib/unicodedata/test/test_dawg.py::test_bug_match_past_string_end . rlib/unicodedata/test/test_dawg.py::test_bug_1 . rlib/unicodedata/test/test_dawg.py::test_missing_key_inverse . rlib/unicodedata/test/test_dawg.py::test_generate . rlib/unicodedata/test/test_dawg.py::test_varint_hypothesis . rlib/unicodedata/test/test_dawg.py::test_add_bits . rlib/unicodedata/test/test_dawg.py::test_random_dawg . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData::()::test_all_charnames_2bytes . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData::()::test_isprintable . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData::()::test_identifier . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData::()::test_compare_functions . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData::()::test_compare_methods . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData::()::test_hangul_difference_520 . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData::()::test_differences . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData::()::test_casefolding . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData::()::test_canon_decomposition . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData::()::test_composition . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData::()::test_alias . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData1100::()::test_some_additions . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData1100::()::test_special_casing . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData1100::()::test_islower . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData1100::()::test_changed_in_version_8 . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData1100::()::test_casefold . rlib/unicodedata/test/test_unicodedata.py::TestUnicodeData1100::()::test_changed_in_version_11 . rlib/unicodedata/test/test_unicodedata.py::test_turkish_i[db0] . rlib/unicodedata/test/test_unicodedata.py::test_turkish_i[db1] . rlib/unicodedata/test/test_unicodedata.py::test_era_reiwa . rlib/unicodedata/test/test_unicodedata.py::test_unicode13 . rlib/unicodedata/test/test_unicodedata.py::test_unicode13_composition . rlib/unicodedata/test/test_unicodedata.py::test_named_sequence . rlib/unicodedata/test/test_unicodedata.py::test_cjk_13_missing_range_bug . rlib/unicodedata/test/test_unicodedata.py::test_unicode14 . rlib/unicodedata/test/test_unicodedata.py::test_cjk_14_new_chars . rlib/unicodedata/test/test_ucd.py::TestTranslated::()::test_translated . rlib/unicodedata/test/test_ucd.py::TestTranslated::()::test_translated_crash . rlib/unicodedata/test/test_ucd.py::test_code_to_unichr . rlib/unicodedata/test/test_ucd.py::test_cjk . rlib/test/test_rthread.py::test_lock . rlib/test/test_rthread.py::test_lock_is_aquired . rlib/test/test_rthread.py::test_thread_error . rlib/test/test_rthread.py::test_tlref_untranslated . rlib/test/test_rthread.py::test_get_ident . rlib/test/test_rthread.py::test_threadlocalref_on_llinterp . rlib/test/test_rthread.py::TestUsingBoehm::()::test_start_new_thread x rlib/test/test_rthread.py::TestUsingBoehm::()::test_gc_locking self = @py.test.mark.xfail(platform.machine() == 's390x' or sys.platform == 'darwin', reason='may fail this test under heavy load') def test_gc_locking(self): import time from rpython.rlib.debug import ll_assert class State: pass state = State() class Z: def __init__(self, i, j): self.i = i self.j = j def run(self): j = self.j if self.i > 1: g(self.i-1, self.j * 2) ll_assert(j == self.j, "1: bad j") g(self.i-2, self.j * 2 + 1) else: if len(state.answers) % 7 == 5: gc.collect() state.answers.append(self.j) ll_assert(j == self.j, "2: bad j") run._dont_inline_ = True def bootstrap(): # after_extcall() is called before we arrive here. # We can't just acquire and release the GIL manually here, # because it is unsafe: bootstrap() is called from a rffi # callback which checks for and reports exceptions after # bootstrap() returns. The exception checking code must be # protected by the GIL too. z = state.z state.z = None state.bootstrapping.release() z.run() gc_thread_die() # before_extcall() is called after we leave here def g(i, j): state.bootstrapping.acquire(True) state.z = Z(i, j) start_new_thread(bootstrap, ()) def f(): state.bootstrapping = allocate_lock() state.answers = [] state.finished = 0 g(10, 1) done = False willing_to_wait_more = 2000 while not done: if not willing_to_wait_more: break willing_to_wait_more -= 1 done = len(state.answers) == expected print "waitting %d more iterations" % willing_to_wait_more time.sleep(0.01) time.sleep(0.1) return len(state.answers) expected = 89 fn = self.getcompiled(f, []) > answers = fn() rlib/test/test_rthread.py:173: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ translator/c/test/test_genc.py:198: in __call__ return f(*args, **kwds) translator/c/test/test_genc.py:145: in f err=return_stderr) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = args = '', env = None, err = False, expect_crash = False exe = local('/var/folders/ss/yttmxf7j3k584mnld5ldxg100000gn/T/usession-pypy-HEAD-131/testing_2/testing_2') def cmdexec(self, args='', env=None, err=False, expect_crash=False, exe=None): assert self._compiled if sys.platform == 'win32': #Prevent opening a dialog box import ctypes winapi = ctypes.windll.kernel32 SetErrorMode = winapi.SetErrorMode SetErrorMode.argtypes=[ctypes.c_int] SEM_FAILCRITICALERRORS = 1 SEM_NOGPFAULTERRORBOX = 2 SEM_NOOPENFILEERRORBOX = 0x8000 flags = SEM_FAILCRITICALERRORS | SEM_NOGPFAULTERRORBOX \ | SEM_NOOPENFILEERRORBOX #Since there is no GetErrorMode, do a double Set old_mode = SetErrorMode(flags) SetErrorMode(old_mode | flags) if env is None: envrepr = '' else: envrepr = ' [env=%r]' % (env,) env.update(os.environ) if exe is None: exe = self.executable_name log.cmdexec('%s %s%s' % (exe, args, envrepr)) res = self.translator.platform.execute(exe, args, env=env) if sys.platform == 'win32': SetErrorMode(old_mode) if res.returncode != 0: if expect_crash: if type(expect_crash) is int and expect_crash != res.returncode: raise Exception("Returned %d, but expected %d" % ( res.returncode, expect_crash)) return res.out, res.err print(res.err, file=sys.stderr) > raise Exception("Returned %d" % (res.returncode,)) E Exception: Returned -6 translator/c/genc.py:318: Exception . rlib/test/test_rthread.py::TestUsingBoehm::()::test_acquire_timed_1sec . rlib/test/test_rthread.py::TestUsingBoehm::()::test_acquire_timed_huge_timeout s rlib/test/test_rthread.py::TestUsingBoehm::()::test_acquire_timed_alarm Skipped: skipped on non-linux . rlib/test/test_rthread.py::TestUsingBoehm::()::test_tlref . rlib/test/test_rthread.py::TestUsingFramework::()::test_start_new_thread X rlib/test/test_rthread.py::TestUsingFramework::()::test_gc_locking . rlib/test/test_rthread.py::TestUsingFramework::()::test_acquire_timed_1sec . rlib/test/test_rthread.py::TestUsingFramework::()::test_acquire_timed_huge_timeout s rlib/test/test_rthread.py::TestUsingFramework::()::test_acquire_timed_alarm Skipped: skipped on non-linux . rlib/test/test_rthread.py::TestUsingFramework::()::test_tlref . rlib/test/test_rthread.py::TestUsingFramework::()::test_tlref_keepalive s rlib/test/test_rthread.py::TestUsingFramework::()::test_tlref_keepalive__thread Skipped: no __thread support here . rlib/test/test_rstacklet.py::TestStackletShadowStack::()::test_demo1 . rlib/test/test_rstacklet.py::test_dont_keep_debug_to_true