pycdc/tests/compiled
2025-07-02 07:56:28 -07:00
..
async_def.3.5.pyc Support 'yield from' (Python 3.3) and await (Python 3.5) expressions. 2019-10-10 10:59:10 -07:00
async_for.3.7.pyc Modify async for test to avoid known try-except problem with trailing unnecessary continue when the try-except is not followed by any other statements. 2020-10-22 15:35:59 +11:00
binary_ops.3.11.pyc Reduce code duplication for pre-3.11 binary ops, based on #348 2023-06-01 13:55:17 -07:00
binary_slice.3.12.pyc Support SLICE opcodes 2025-07-01 09:24:53 +05:30
build_const_key_map.2.7.pyc Adds support for BUILD_CONST_KEY_MAP opcode 2020-10-20 01:46:38 -04:00
build_const_key_map.3.8.pyc Adds support for BUILD_CONST_KEY_MAP opcode 2020-10-20 01:46:38 -04:00
chain_assignment.2.7.pyc Support chained assignment statements, e.g. a = b = c. 2020-10-23 21:19:01 +11:00
chain_assignment.3.7.pyc Support chained assignment statements, e.g. a = b = c. 2020-10-23 21:19:01 +11:00
class_NODE_BINARY.3.9.pyc fix #396 Unsupported Node type: 27 (#397) 2023-11-11 10:22:49 -08:00
conditional_expressions.3.1.pyc Add additional versions of conditional_expressions test 2022-04-26 13:11:40 -07:00
conditional_expressions.3.9.pyc Support for conditonal expression (if-expression) - review findings 2022-04-02 13:57:10 +02:00
conditional_expressions_py2.2.7.pyc Add additional versions of conditional_expressions test 2022-04-26 13:11:40 -07:00
contains_op.3.9.pyc Adds support for CONTAINS_OP opcode 2021-10-10 00:40:39 -04:00
f-string.3.7.pyc Fix FORMAT_VALUE for values that have both a conversion and a format_spec. 2024-08-01 13:28:43 -07:00
GEN_START.3.10.pyc Add GEN_START support (#392) 2023-10-20 13:43:14 -07:00
if_elif_else.1.5.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
if_elif_else.2.2.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
if_elif_else.2.6.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
if_elif_else.2.7.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
if_elif_else.3.0.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
if_elif_else.3.7.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
is_op.3.9.pyc Adds support for IS_OP opcode 2021-10-07 20:29:18 -04:00
iter_unpack.2.7.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
lambdas_assignment.2.7.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
list_extend.3.9.pyc Adds an extra test case 2021-10-07 02:02:00 -04:00
load_classderef.3.4.pyc Added support for LOAD_CLASSDEREF 2024-02-26 16:52:31 +02:00
load_method.3.7.pyc Support LOAD_METHOD and CALL_METHOD from Python 3.7+ 2021-04-12 09:55:52 -07:00
load_method.3.9.pyc Support LOAD_METHOD and CALL_METHOD from Python 3.7+ 2021-04-12 09:55:52 -07:00
loadbuild_class.3.4.pyc Handle Python 3.3's automatic __qualname__ assignment. 2019-10-08 08:53:53 -07:00
matrix_mult_oper.3.5.pyc Fix non-inplace matrix multiplication operator. 2019-10-10 11:47:48 -07:00
nan_inf.2.7.pyc Handle NaN and infinity values 2020-10-15 21:04:57 -04:00
nan_inf.3.8.pyc Handle NaN and infinity values 2020-10-15 21:04:57 -04:00
op_precedence.2.7.pyc Add test case for #437 2024-02-14 21:36:27 -08:00
op_precedence.3.5.pyc Add test case for #437 2024-02-14 21:36:27 -08:00
op_precedence.3.10.pyc Add test case for #437 2024-02-14 21:36:27 -08:00
print_to.2.7.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
private_name.1.5.pyc Unmangle private names ('__' prefix) in class declarations. 2019-10-10 14:47:48 -07:00
private_name.2.2.pyc Unmangle private names ('__' prefix) in class declarations. 2019-10-10 14:47:48 -07:00
private_name.2.5.pyc Unmangle private names ('__' prefix) in class declarations. 2019-10-10 14:47:48 -07:00
private_name.2.7.pyc Unmangle private names ('__' prefix) in class declarations. 2019-10-10 14:47:48 -07:00
private_name.3.0.pyc Update tests to show that #39 is resolved, and add dummy support for 2020-10-22 09:06:57 -07:00
private_name.3.7.pyc Support LOAD_METHOD and CALL_METHOD from Python 3.7+ 2021-04-12 09:55:52 -07:00
simple_const.1.0.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.1.1.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.1.2.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.1.3.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.1.4.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.1.5.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.1.6.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.2.0.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.2.1.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.2.2.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.2.3.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.2.4.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.2.5.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.2.6.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.2.7.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.3.0.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.3.1.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.3.2.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.3.3.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.3.4.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.3.5.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.3.6.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.3.7.pyc Add a new unit test framework that actually checks the output of 2019-10-03 15:33:52 -07:00
simple_const.3.8.pyc Add simple_const tests for Python 3.8-3.11, and handle Python 3.11 RESUME opcode 2023-01-24 10:25:10 -08:00
simple_const.3.9.pyc Add simple_const tests for Python 3.8-3.11, and handle Python 3.11 RESUME opcode 2023-01-24 10:25:10 -08:00
simple_const.3.10.pyc Add simple_const tests for Python 3.8-3.11, and handle Python 3.11 RESUME opcode 2023-01-24 10:25:10 -08:00
simple_const.3.11.pyc Add simple_const tests for Python 3.8-3.11, and handle Python 3.11 RESUME opcode 2023-01-24 10:25:10 -08:00
simple_const.3.12.pyc Add basic bytecode and disassembly support for Python 3.12 2023-11-09 12:17:03 -08:00
store_slice.3.12.pyc Support SLICE opcodes 2025-07-01 09:24:53 +05:30
swap.3.11.pyc Add support for swap bytecode and simple WITH_EXCEPT_START bytecode support. (#488) 2024-06-23 11:59:30 -07:00
test_applyEquiv.2.2.pyc Fix applyEquiv test by writing the correct name from the call object. 2019-10-08 11:44:52 -07:00
test_applyEquiv.2.5.pyc Fix applyEquiv test by writing the correct name from the call object. 2019-10-08 11:44:52 -07:00
test_calls.3.1.pyc Add unit test for basic function calls (py3) 2023-02-27 11:59:01 -08:00
test_calls.3.5.pyc Add unit test for basic function calls (py3) 2023-02-27 11:59:01 -08:00
test_calls.3.8.pyc Add unit test for basic function calls (py3) 2023-02-27 11:59:01 -08:00
test_calls.3.10.pyc Add unit test for basic function calls (py3) 2023-02-27 11:59:01 -08:00
test_calls.3.11.pyc Add PUSH_NULL, PRECALL_A, CALL_A support (#324) 2023-02-28 15:48:33 -08:00
test_class.1.5.pyc Move test_class.pyc to the new test framwork, and fix tokenization 2019-10-03 17:12:52 -07:00
test_class.2.2.pyc Move test_class.pyc to the new test framwork, and fix tokenization 2019-10-03 17:12:52 -07:00
test_class.2.5.pyc Move test_class.pyc to the new test framwork, and fix tokenization 2019-10-03 17:12:52 -07:00
test_class_method.2.2.pyc Move more tests into the new framework, including current xfails. 2019-10-07 13:38:19 -07:00
test_class_method.2.5.pyc Move more tests into the new framework, including current xfails. 2019-10-07 13:38:19 -07:00
test_class_method_py3.3.3.pyc Update tests to show that #39 is resolved, and add dummy support for 2020-10-22 09:06:57 -07:00
test_class_method_py3.3.7.pyc Support LOAD_METHOD and CALL_METHOD from Python 3.7+ 2021-04-12 09:55:52 -07:00
test_del.1.5.pyc Migrate a couple more passing tests, and handle end-of-line comments 2019-10-03 20:56:52 -07:00
test_del.2.2.pyc Migrate a couple more passing tests, and handle end-of-line comments 2019-10-03 20:56:52 -07:00
test_del.2.5.pyc Migrate a couple more passing tests, and handle end-of-line comments 2019-10-03 20:56:52 -07:00
test_dict.2.7.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
test_divide_future.2.2.pyc Move more tests into the new framework, including current xfails. 2019-10-07 13:38:19 -07:00
test_divide_future.2.5.pyc Move more tests into the new framework, including current xfails. 2019-10-07 13:38:19 -07:00
test_divide_no_future.2.2.pyc Move more tests into the new framework, including current xfails. 2019-10-07 13:38:19 -07:00
test_divide_no_future.2.5.pyc Move more tests into the new framework, including current xfails. 2019-10-07 13:38:19 -07:00
test_docstring.1.5.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
test_docstring.2.2.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
test_docstring.2.5.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
test_docstring.2.7.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
test_empty.1.5.pyc Don't emit a 'pass' statement on an empty top-level module code object 2019-10-08 09:04:41 -07:00
test_empty.2.2.pyc Don't emit a 'pass' statement on an empty top-level module code object 2019-10-08 09:04:41 -07:00
test_empty.2.5.pyc Don't emit a 'pass' statement on an empty top-level module code object 2019-10-08 09:04:41 -07:00
test_empty.2.7.pyc Don't emit a 'pass' statement on an empty top-level module code object 2019-10-08 09:04:41 -07:00
test_empty.3.0.pyc Don't emit a 'pass' statement on an empty top-level module code object 2019-10-08 09:04:41 -07:00
test_empty.3.7.pyc Don't emit a 'pass' statement on an empty top-level module code object 2019-10-08 09:04:41 -07:00
test_exec.1.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_exec.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_exec.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_expressions.1.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_expressions.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_expressions.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_extendedImport.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_extendedImport.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_extendedPrint.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_extendedPrint.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_extendedPrint.2.7.pyc Merge print nodes in the AST rather than attempting to manage it during 2019-10-09 14:20:46 -07:00
test_for_loop_py3.8.3.10.pyc add a test 2022-07-30 00:02:47 -05:00
test_functions_py3.3.0.pyc Support Python 3.x kw-only arguments. 2019-10-08 11:36:12 -07:00
test_functions_py3.3.4.pyc Support Python 3.x kw-only arguments. 2019-10-08 11:36:12 -07:00
test_global.1.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_global.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_global.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_globals.1.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_globals.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_globals.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_import_as.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_import_as.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_integers.1.5.pyc Move more tests into the new framework, including current xfails. 2019-10-07 13:38:19 -07:00
test_integers.2.2.pyc Move more tests into the new framework, including current xfails. 2019-10-07 13:38:19 -07:00
test_integers.2.5.pyc Move more tests into the new framework, including current xfails. 2019-10-07 13:38:19 -07:00
test_integers_py3.3.5.pyc Add some tests for #492 2024-06-23 11:36:20 -07:00
test_integers_py3.3.12.pyc Add some tests for #492 2024-06-23 11:36:20 -07:00
test_iterators.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_iterators.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_kwnames.3.11.pyc Added support for opcodes: (in DESC) 2023-07-18 18:33:03 +03:00
test_listComprehensions.2.7.pyc Port Python 2.7 list comprehension fixes by @ReDucTor from #78 2019-10-04 16:35:58 -07:00
test_loops2.2.2.pyc Don't emit statements for null values on the stack. 2019-10-10 10:26:19 -07:00
test_loops3.3.12.pyc Add new loop tests 2025-07-01 09:22:57 +05:30
test_misc.1.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_misc.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_misc.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_nested_elif.1.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_nested_elif.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_nested_elif.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_nested_ifs.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_pop_jump_forward_if_false.3.11.pyc Added support for opcodes: (in DESC) 2023-07-18 18:33:03 +03:00
test_pop_jump_forward_if_true.3.11.pyc Added support for opcodes: (in DESC) 2023-07-18 18:33:03 +03:00
test_prettyprint.1.5.pyc Unify test_prettyprint variations and add to passing tests. 2019-10-07 13:42:39 -07:00
test_prettyprint.2.2.pyc Unify test_prettyprint variations and add to passing tests. 2019-10-07 13:42:39 -07:00
test_prettyprint.2.5.pyc Unify test_prettyprint variations and add to passing tests. 2019-10-07 13:42:39 -07:00
test_print.1.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_print.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_print.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_print_to.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_print_to.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_print_to.2.7.pyc Migrate additional tests which previously didn't have reference source to 2019-10-07 17:06:08 -07:00
test_sets.3.10.pyc Add test 2023-02-12 17:01:37 -08:00
test_single_stmt.1.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_single_stmt.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_single_stmt.2.5.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_slices.1.5.pyc Move more tests into the new framework, including current xfails. 2019-10-07 13:38:19 -07:00
test_slices.2.2.pyc Move more tests into the new framework, including current xfails. 2019-10-07 13:38:19 -07:00
test_slices.2.5.pyc Move more tests into the new framework, including current xfails. 2019-10-07 13:38:19 -07:00
test_yield.2.2.pyc Migrate several more passing tests to new test framework 2019-10-04 11:05:52 -07:00
test_yield.2.5.pyc Don't emit statements for null values on the stack. 2019-10-10 10:26:19 -07:00
try_except_finally.2.6.pyc Don't emit statements for null values on the stack. 2019-10-10 10:26:19 -07:00
unicode.2.6.pyc Add tests for unicode/bytes string literals 2019-10-06 13:50:53 -07:00
unicode.2.7.pyc Add tests for unicode/bytes string literals 2019-10-06 13:50:53 -07:00
unicode_future.2.6.pyc Print unicode as default in Python 2.x when CO_FUTURE_UNICODE_LITERALS 2019-10-06 14:34:24 -07:00
unicode_future.2.7.pyc Print unicode as default in Python 2.x when CO_FUTURE_UNICODE_LITERALS 2019-10-06 14:34:24 -07:00
unicode_future.3.3.pyc Add tests for unicode/bytes string literals 2019-10-06 13:50:53 -07:00
unicode_future.3.7.pyc Add tests for unicode/bytes string literals 2019-10-06 13:50:53 -07:00
unicode_py3.3.3.pyc Add tests for unicode/bytes string literals 2019-10-06 13:50:53 -07:00
unicode_py3.3.7.pyc Add tests for unicode/bytes string literals 2019-10-06 13:50:53 -07:00
unpack_assign.1.0.pyc Add a test for unpack assignment 2019-10-04 14:33:38 -07:00
unpack_assign.1.5.pyc Add a test for unpack assignment 2019-10-04 14:33:38 -07:00
unpack_assign.2.2.pyc Add a test for unpack assignment 2019-10-04 14:33:38 -07:00
unpack_assign.2.5.pyc Add a test for unpack assignment 2019-10-04 14:33:38 -07:00
unpack_assign.2.7.pyc Add a test for unpack assignment 2019-10-04 14:33:38 -07:00
unpack_assign.3.0.pyc Add a test for unpack assignment 2019-10-04 14:33:38 -07:00
unpack_assign.3.7.pyc Add a test for unpack assignment 2019-10-04 14:33:38 -07:00
unpack_empty.2.7.pyc Add compiled test for python 2.7 2020-10-23 14:30:42 +11:00
unpack_empty.3.7.pyc Support unpacking empty list. 2020-10-23 11:23:46 +11:00
variable_annotations.3.8.pyc Adds support for SETUP_ANNOTATION op and variable annotations 2020-10-21 21:42:13 -04:00
while_loop.2.6.pyc Don't emit statements for null values on the stack. 2019-10-10 10:26:19 -07:00
while_loops2.3.1.pyc Don't emit statements for null values on the stack. 2019-10-10 10:26:19 -07:00
yield_from.3.3.pyc Support 'yield from' (Python 3.3) and await (Python 3.5) expressions. 2019-10-10 10:59:10 -07:00
yield_from.3.5.pyc Add GET_YIELD_FROM_ITER support (#312) 2023-01-19 10:51:08 -08:00
yield_from.3.7.pyc Add GET_YIELD_FROM_ITER support (#312) 2023-01-19 10:51:08 -08:00
yield_from.3.9.pyc Add GET_YIELD_FROM_ITER support (#312) 2023-01-19 10:51:08 -08:00