pytorch/test/dynamo_expected_failures
Rob Timpe e0604d3170 [dynamo] Fix ListIterator tracking mutations to original list (#166350)
Currently ListIteratorVariable copies the underlying list, which prevents it
from seeing mutations to the original list.  Remove the copy to match cpython behavior.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/166350
Approved by: https://github.com/guilhermeleobas
ghstack dependencies: #166349, #162768
2025-10-29 21:54:37 +00:00
..
ActivationCheckpointingTests.test_cond_with_kwargs
AotAutogradFallbackTests.test_aot_sequence_nr
AOTFxirTestCase.test_aoti_fx_const [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
AutogradFunctionTests.test_graph_break_if_lifted_free_variable
AutogradFunctionTests.test_print_in_bwd
AutogradFunctionTests.test_stride_in_bwd
ComptimeTests.test_graph_break
CPython313-test_assertions-Test_Assertions.test_AmostEqualWithDelta Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-Test_Assertions.test_assertRaises_frames_survival Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-Test_Assertions.testAssertNotRegex Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.test_assertNotWarns Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.test_baseAssertEqual Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.test_formatMsg Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAlmostEqual Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertDictEqual Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertFalse Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertGreater Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertGreaterEqual Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertIn Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertIs Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertIsNone Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertIsNot Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertIsNotNone Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertLess Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertLessEqual Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertMultiLineEqual Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertNotIn Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertNotRegex Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertRaises Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertRaisesRegex Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertRegex Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertSequenceEqual Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertSetEqual Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertTrue Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertWarns Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testAssertWarnsRegex Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testNotAlmostEqual Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_assertions-TestLongMessage.testNotEqual Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
CPython313-test_baseexception-ExceptionClassTests.test_inheritance Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_baseexception-ExceptionClassTests.test_interface_multi_arg Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_baseexception-ExceptionClassTests.test_interface_no_arg Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_baseexception-ExceptionClassTests.test_interface_single_arg Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_baseexception-ExceptionClassTests.test_setstate_refcount_no_crash Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_baseexception-UsageTests.test_catch_BaseException_instance Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_baseexception-UsageTests.test_catch_non_BaseException Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_baseexception-UsageTests.test_catch_string Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_baseexception-UsageTests.test_raise_new_style_non_exception Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_baseexception-UsageTests.test_raise_string Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_bool-BoolTest.test_blocked [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_bool-BoolTest.test_bool_new Add CPython test test_bool (#157799) 2025-07-11 00:12:50 +00:00
CPython313-test_bool-BoolTest.test_convert_to_bool [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_bool-BoolTest.test_fileclosed Add CPython test test_bool (#157799) 2025-07-11 00:12:50 +00:00
CPython313-test_bool-BoolTest.test_from_bytes Add CPython test test_bool (#157799) 2025-07-11 00:12:50 +00:00
CPython313-test_bool-BoolTest.test_keyword_args Add CPython test test_bool (#157799) 2025-07-11 00:12:50 +00:00
CPython313-test_bool-BoolTest.test_marshal Add CPython test test_bool (#157799) 2025-07-11 00:12:50 +00:00
CPython313-test_bool-BoolTest.test_math Add CPython test test_bool (#157799) 2025-07-11 00:12:50 +00:00
CPython313-test_bool-BoolTest.test_pickle Add CPython test test_bool (#157799) 2025-07-11 00:12:50 +00:00
CPython313-test_bool-BoolTest.test_picklevalues Add CPython test test_bool (#157799) 2025-07-11 00:12:50 +00:00
CPython313-test_bool-BoolTest.test_repr Add CPython test test_bool (#157799) 2025-07-11 00:12:50 +00:00
CPython313-test_cmath-CMathTests.test_cmath_matches_math Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.test_input_type Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.test_isfinite Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.test_isinf Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.test_isnan Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.test_phase Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.test_polar Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.test_polar_errno Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.test_rect Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.test_specific_values Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.test_user_object Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.testAtanhSign Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.testAtanSign Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-CMathTests.testTanhSign Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_asymmetry Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_complex_near_zero Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_complex_special Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_complex_values Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_decimals Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_eight_decimal_places Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_fractions Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_identical Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_identical_infinite Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_inf_ninf_nan Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_integers Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_near_zero Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_negative_tolerances Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_reject_complex_tolerances Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_cmath-IsCloseTests.test_zero_tolerance Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_collections-TestChainMap.test_basics Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestChainMap.test_union_operators Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCollectionABCs.test_Buffer Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCollectionABCs.test_ByteString Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCollectionABCs.test_hash_Set Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCollectionABCs.test_illegal_patma_flags Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCollectionABCs.test_issue16373 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_collections-TestCollectionABCs.test_Mapping [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_collections-TestCollectionABCs.test_MutableSequence Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCollectionABCs.test_Sequence Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCollectionABCs.test_Sequence_mixins [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_collections-TestCollectionABCs.test_Set [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_collections-TestCollectionABCs.test_Set_from_iterable [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_collections-TestCollectionABCs.test_Set_hash_matches_frozenset Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCollectionABCs.test_Set_interoperability_with_real_sets [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_collections-TestCounter.test_basics Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCounter.test_conversions Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCounter.test_copy_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_collections-TestCounter.test_copying Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCounter.test_init Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCounter.test_inplace_operations Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCounter.test_multiset_operations Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCounter.test_multiset_operations_equivalent_to_set_operations Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCounter.test_order_preservation Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCounter.test_repr_nonsortable Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCounter.test_subtract Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestCounter.test_update Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_copy Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_defaults Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_factory Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_factory_doc_attr Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_field_descriptor Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_field_doc Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_field_repr Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_instance Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_large_size Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_name_conflicts Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_non_generic_subscript Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_pickle Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_readonly Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_repr Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestNamedTuple.test_tupleness Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_AsyncGenerator Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_AsyncIterable Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_AsyncIterator Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_Awaitable Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_Collection Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_Container Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_Coroutine Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_Generator [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_Hashable Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_Iterable Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_Iterator Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_Reversible Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestOneTrickPonyABCs.test_Sized Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestUserObjects.test_dict_copy Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_collections-TestUserObjects.test_list_copy Add CPython tests for collections module (#158950) 2025-07-29 02:24:27 +00:00
CPython313-test_complex-ComplexTest.test___complex__ Add CPython complex tests (#152015) 2025-05-27 20:24:28 +00:00
CPython313-test_complex-ComplexTest.test_constructor Add CPython complex tests (#152015) 2025-05-27 20:24:28 +00:00
CPython313-test_complex-ComplexTest.test_constructor_special_numbers Add CPython complex tests (#152015) 2025-05-27 20:24:28 +00:00
CPython313-test_complex-ComplexTest.test_format Add CPython complex tests (#152015) 2025-05-27 20:24:28 +00:00
CPython313-test_complex-ComplexTest.test_hash Add CPython complex tests (#152015) 2025-05-27 20:24:28 +00:00
CPython313-test_complex-ComplexTest.test_pos Add CPython complex tests (#152015) 2025-05-27 20:24:28 +00:00
CPython313-test_complex-ComplexTest.test_repr_roundtrip Add CPython complex tests (#152015) 2025-05-27 20:24:28 +00:00
CPython313-test_complex-ComplexTest.test_richcompare Add CPython complex tests (#152015) 2025-05-27 20:24:28 +00:00
CPython313-test_complex-ComplexTest.test_richcompare_boundaries Add CPython complex tests (#152015) 2025-05-27 20:24:28 +00:00
CPython313-test_complex-ComplexTest.test_truediv Add CPython complex tests (#152015) 2025-05-27 20:24:28 +00:00
CPython313-test_complex-ComplexTest.test_underscores Add CPython complex tests (#152015) 2025-05-27 20:24:28 +00:00
CPython313-test_contextlib-ClosingTestCase.test_closing [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-ClosingTestCase.test_closing_error [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-ClosingTestCase.test_instance_docs Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-ContextManagerTestCase.test_contextmanager_attribs Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-ContextManagerTestCase.test_contextmanager_do_not_unchain_non_stopiteration_exceptions Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-ContextManagerTestCase.test_contextmanager_doc_attrib Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-ContextManagerTestCase.test_contextmanager_except_pep479 Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-ContextManagerTestCase.test_contextmanager_except_stopiter [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-ContextManagerTestCase.test_contextmanager_traceback Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-ContextManagerTestCase.test_contextmanager_wrap_runtimeerror Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-ContextManagerTestCase.test_instance_docstring_given_cm_docstring Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-ContextManagerTestCase.test_nokeepref [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-ContextManagerTestCase.test_param_errors Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-FileContextTestCase.testWithOpen Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-LockContextTestCase.testWithBoundedSemaphore Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-LockContextTestCase.testWithCondition Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-LockContextTestCase.testWithLock Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-LockContextTestCase.testWithRLock Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-LockContextTestCase.testWithSemaphore Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestAbstractContextManager.test_exit_is_abstract [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-TestAbstractContextManager.test_slots [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-TestChdir.test_exception Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestChdir.test_reentrant Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestChdir.test_simple Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestContextDecorator.test_contextdecorator_with_exception Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestContextDecorator.test_decorating_method [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-TestContextDecorator.test_decorator_with_exception Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestContextDecorator.test_typo_enter [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-TestContextDecorator.test_typo_exit [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-TestExitStack.test_body_exception_suppress Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_callback Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_close Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_dont_reraise_RuntimeError [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-TestExitStack.test_enter_context [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-TestExitStack.test_enter_context_errors [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-TestExitStack.test_excessive_nesting Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_exit_exception_chaining Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_exit_exception_chaining_reference [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-TestExitStack.test_exit_exception_chaining_suppress Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_exit_exception_explicit_none_context [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-TestExitStack.test_exit_exception_non_suppressing Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_exit_exception_traceback Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_exit_exception_with_correct_context Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_exit_exception_with_existing_context Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_exit_raise Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_exit_suppress Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_instance_bypass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-TestExitStack.test_instance_docs Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_no_resources Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_pop_all Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestExitStack.test_push [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_contextlib-TestRedirectStderr.test_cm_is_reentrant Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestRedirectStderr.test_cm_is_reusable Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestRedirectStderr.test_enter_result_is_target Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestRedirectStderr.test_instance_docs Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestRedirectStderr.test_no_redirect_in_init Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestRedirectStderr.test_redirect_to_string_io Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestRedirectStdout.test_cm_is_reentrant Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestRedirectStdout.test_cm_is_reusable Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestRedirectStdout.test_enter_result_is_target Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestRedirectStdout.test_instance_docs Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestRedirectStdout.test_no_redirect_in_init Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestRedirectStdout.test_redirect_to_string_io Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestSuppress.test_cm_is_reentrant Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestSuppress.test_exact_exception Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestSuppress.test_exception_groups Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestSuppress.test_exception_hierarchy Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestSuppress.test_instance_docs Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestSuppress.test_multiple_exception_args Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestSuppress.test_no_args Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestSuppress.test_no_exception Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestSuppress.test_no_result_from_enter Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_contextlib-TestSuppress.test_other_exception Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_defaultdict-TestDefaultDict.test_basic [Dynamo] Add CPython default dict tests (#155263) 2025-08-14 20:22:22 +00:00
CPython313-test_defaultdict-TestDefaultDict.test_callable_arg [Dynamo] Add CPython default dict tests (#155263) 2025-08-14 20:22:22 +00:00
CPython313-test_defaultdict-TestDefaultDict.test_copy [Dynamo] Add CPython default dict tests (#155263) 2025-08-14 20:22:22 +00:00
CPython313-test_defaultdict-TestDefaultDict.test_deep_copy [Dynamo] Add CPython default dict tests (#155263) 2025-08-14 20:22:22 +00:00
CPython313-test_defaultdict-TestDefaultDict.test_keyerror_without_factory [Dynamo] Add CPython default dict tests (#155263) 2025-08-14 20:22:22 +00:00
CPython313-test_defaultdict-TestDefaultDict.test_missing [Dynamo] Add CPython default dict tests (#155263) 2025-08-14 20:22:22 +00:00
CPython313-test_defaultdict-TestDefaultDict.test_pickling [Dynamo] Add CPython default dict tests (#155263) 2025-08-14 20:22:22 +00:00
CPython313-test_defaultdict-TestDefaultDict.test_recursive_repr [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_defaultdict-TestDefaultDict.test_repr [Dynamo] Add CPython default dict tests (#155263) 2025-08-14 20:22:22 +00:00
CPython313-test_defaultdict-TestDefaultDict.test_shallow_copy [Dynamo] Add CPython default dict tests (#155263) 2025-08-14 20:22:22 +00:00
CPython313-test_defaultdict-TestDefaultDict.test_union [Dynamo] Add CPython default dict tests (#155263) 2025-08-14 20:22:22 +00:00
CPython313-test_dict-CAPITest.test_getitem_knownhash Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_bad_key [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_copy_fuzz Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_copy_maintains_tracking [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_dict_contain_use_after_free [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_dict_copy_order [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_dictview_mixed_set_operations Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_dictview_set_operations_on_items Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_eq [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_equal_operator_modifying_operand [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_errors_in_view_containment_check [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_fromkeys Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_fromkeys_operator_modifying_dict_operand [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_fromkeys_operator_modifying_set_operand [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_getitem [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_init_use_after_free [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_instance_dict_getattr_str_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_invalid_keyword_arguments [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_itemiterator_pickling Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_items Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_items_symmetric_difference Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_iterator_pickling Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_keys Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_keys_contained Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_literal_constructor Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_merge_and_mutate [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_merge_operator Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_missing [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_mutating_iteration Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_mutating_iteration_delete Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_mutating_iteration_delete_over_items Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_mutating_iteration_delete_over_values Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_mutating_lookup [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_object_set_item_single_instance_non_str_key [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_oob_indexing_dictiter_iternextitem [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_pop [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_repr Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_repr_deep Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_resize2 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_reverse_iterator_for_shared_shared_dicts [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_reversed Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_reverseitemiterator_pickling Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_reverseiterator_pickling Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_reversevaluesiterator_pickling Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_setdefault [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_setdefault_atomic [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_setitem_atomic_at_resize [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_splittable_to_generic_combinedtable [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_splittable_update [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_str_nonstr [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-DictTest.test_tuple_keyerror Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_values Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_valuesiterator_pickling Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-DictTest.test_views_mapping [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_dict-GeneralMappingTests.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-SubclassMappingTests.test_bool Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-SubclassMappingTests.test_read Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_dict-SubclassMappingTests.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_exception_variations-ExceptStarTestCases.test_nested Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exception_variations-ExceptStarTestCases.test_nested_else Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exception_variations-ExceptStarTestCases.test_nested_else_mixed2 Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exception_variations-ExceptStarTestCases.test_nested_mixed1 Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exception_variations-ExceptStarTestCases.test_try_except Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exception_variations-ExceptStarTestCases.test_try_except_else Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exception_variations-ExceptStarTestCases.test_try_except_else_finally Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exception_variations-ExceptStarTestCases.test_try_except_finally Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-AssertionErrorTests.test_assertion_error_location Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-AssertionErrorTests.test_multiline_not_highlighted Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-AttributeErrorTests.test_attributes Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-AttributeErrorTests.test_getattr_has_name_and_obj Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-AttributeErrorTests.test_getattr_has_name_and_obj_for_method Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_3114 Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_assert_shadowing Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_badisinstance Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_errno_ENOTDIR Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_error_offset_continuation_characters Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_exception_cleanup_names Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_exception_cleanup_names2 Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_exception_target_in_nested_scope Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_exception_with_doc Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_generator_close_cleanup_exc_state Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_generator_del_cleanup_exc_state Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_generator_finalizing_and_sys_exception Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_generator_leaking Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_generator_leaking4 Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_generator_next_cleanup_exc_state Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_generator_send_cleanup_exc_state Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_generator_throw_cleanup_exc_state Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_invalid_delattr Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_invalid_setattr Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_invalid_setstate Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_memory_error_cleanup Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_memory_error_in_PyErr_PrintEx Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_memory_error_in_subinterp Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_memory_error_subclasses Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_MemoryError Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_no_hang_on_context_chain_cycle2 Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_no_hang_on_context_chain_cycle3 Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_notes Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_raise_does_not_create_context_chain_cycle Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_recursion_error_cleanup Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_recursion_in_except_handler Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_recursion_normalizing_exception Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_recursion_normalizing_infinite_exception Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_recursion_normalizing_with_no_memory Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_setstate Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_trashcan_recursion Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_unhandled Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_unicode_change_attributes Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_unicode_error_str_does_not_crash Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_unicode_errors_no_object Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_unraisable Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.test_WindowsError Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.testAttributes Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.testExceptionCleanupState Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.testInfiniteRecursion Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.testInvalidTraceback Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.testKeywordArgs Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.testMemoryErrorBigSource Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.testRaising Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.testSettingException Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.testSyntaxErrorMessage Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.testSyntaxErrorMissingParens Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.testSyntaxErrorOffset Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ExceptionTests.testWithTraceback Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ImportErrorTests.test_attributes Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ImportErrorTests.test_copy_pickle Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ImportErrorTests.test_non_str_argument Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-ImportErrorTests.test_reset_attributes Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-NameErrorTests.test_issue45826 Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-NameErrorTests.test_issue45826_focused Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-NameErrorTests.test_name_error_has_name Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-PEP626Tests.test_lineno_after_other_except Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-PEP626Tests.test_lineno_after_raise_in_except Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-PEP626Tests.test_lineno_after_raise_in_with_exit Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-PEP626Tests.test_lineno_after_raise_simple Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-PEP626Tests.test_lineno_after_with Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-PEP626Tests.test_lineno_in_finally_except Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-PEP626Tests.test_lineno_in_finally_normal Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-PEP626Tests.test_lineno_in_named_except Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-PEP626Tests.test_lineno_in_try Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-PEP626Tests.test_missing_lineno_shows_as_none Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-SyntaxErrorTests.test_attributes_new_constructor Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-SyntaxErrorTests.test_attributes_old_constructor Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-SyntaxErrorTests.test_encodings Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-SyntaxErrorTests.test_file_source Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-SyntaxErrorTests.test_incorrect_constructor Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-SyntaxErrorTests.test_non_utf8 Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-SyntaxErrorTests.test_range_of_offsets Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-SyntaxErrorTests.test_string_source Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-SyntaxErrorTests.test_subclass Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_exceptions-TestInvalidExceptionMatcher.test_except_star_invalid_exception_type Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_float-FormatFunctionsTestCase.test_getformat Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-FormatTestCase.test_format Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-FormatTestCase.test_format_testfile Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-FormatTestCase.test_issue5864 Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-FormatTestCase.test_issue35560 Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-GeneralFloatCases.test_error_message Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-GeneralFloatCases.test_float Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-GeneralFloatCases.test_float_containment Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-GeneralFloatCases.test_float_memoryview Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-GeneralFloatCases.test_float_with_comma Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-GeneralFloatCases.test_floatasratio Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-GeneralFloatCases.test_floatconversion [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_float-GeneralFloatCases.test_hash Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-GeneralFloatCases.test_hash_nan Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-GeneralFloatCases.test_keyword_args Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-GeneralFloatCases.test_keywords_in_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_float-GeneralFloatCases.test_non_numeric_input_types [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_float-GeneralFloatCases.test_underscores Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-HexFloatTestCase.test_roundtrip Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-HexFloatTestCase.test_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_float-ReprTestCase.test_repr Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-RoundTestCase.test_format_specials Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_float-RoundTestCase.test_matches_float_format Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_generator_stop-TestPEP479.test_stopiteration_wrapping Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-ExceptionTest.test_except_throw Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-ExceptionTest.test_except_throw_bad_exception Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-ExceptionTest.test_except_throw_exception_context Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-ExceptionTest.test_gen_3_arg_deprecation_warning Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-ExceptionTest.test_return_stopiteration Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-ExceptionTest.test_return_tuple Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-ExceptionTest.test_stopiteration_error Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-ExceptionTest.test_tutorial_stopiteration Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-FinalizationTest.test_frame_resurrect Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-FinalizationTest.test_lambda_generator Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-FinalizationTest.test_refcycle Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-GeneratorCloseTest.test_close_releases_frame_locals Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-GeneratorStackTraceTest.test_send_with_yield_from Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-GeneratorStackTraceTest.test_throw_with_yield_from Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-GeneratorTest.test_ag_frame_f_back Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-GeneratorTest.test_copy Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-GeneratorTest.test_cr_frame_f_back Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-GeneratorTest.test_gi_frame_f_back Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-GeneratorTest.test_handle_frame_object_in_creation Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-GeneratorTest.test_name Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-GeneratorTest.test_pickle Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-ModifyUnderlyingIterableTest.test_modify_f_locals Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-ModifyUnderlyingIterableTest.test_new_gen_from_gi_code Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-SignalAndYieldFromTest.test_raise_and_yield_from Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_generators-YieldFromTests.test_generator_gi_yieldfrom Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
CPython313-test_heapq-TestErrorHandlingC.test_arg_parsing Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingC.test_cmp_err Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingC.test_comparison_operator_modifiying_heap Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingC.test_comparison_operator_modifiying_heap_two_heaps Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingC.test_heappop_mutating_heap Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingC.test_heappush_mutating_heap Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingC.test_iterable_args Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingC.test_len_only Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingC.test_non_sequence Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingPython.test_cmp_err Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingPython.test_comparison_operator_modifiying_heap Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingPython.test_comparison_operator_modifiying_heap_two_heaps Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingPython.test_iterable_args Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestErrorHandlingPython.test_len_only Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_comparison_operator Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_empty_merges Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_heapify Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_heappop_max Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_heappushpop Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_heapsort Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_merge Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_merge_does_not_suppress_index_error Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_merge_stability Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_naive_nbest Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_nbest Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_nbest_with_pushpop Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_nlargest Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_nsmallest Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapC.test_push_pop Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapPython.test_comparison_operator Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapPython.test_heapify Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapPython.test_heapsort Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapPython.test_merge Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapPython.test_merge_stability Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapPython.test_naive_nbest Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapPython.test_nbest Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapPython.test_nbest_with_pushpop Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapPython.test_nlargest Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapPython.test_nsmallest Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestHeapPython.test_push_pop Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_heapq-TestModules.test_c_functions Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
CPython313-test_int-IntStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntStrDigitLimitsTests.test_disabled_limit Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntStrDigitLimitsTests.test_int_max_str_digits_is_per_interpreter Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_int_to_str Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntSubclassStrDigitLimitsTests.test_denial_of_service_prevented_str_to_int Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntSubclassStrDigitLimitsTests.test_disabled_limit Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntSubclassStrDigitLimitsTests.test_int_from_other_bases Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntSubclassStrDigitLimitsTests.test_int_max_str_digits_is_per_interpreter Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntSubclassStrDigitLimitsTests.test_max_str_digits Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntSubclassStrDigitLimitsTests.test_max_str_digits_edge_cases Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntSubclassStrDigitLimitsTests.test_power_of_two_bases_unlimited Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntSubclassStrDigitLimitsTests.test_sign_not_counted Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntSubclassStrDigitLimitsTests.test_underscores_ignored Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntTestCases.test_error_message Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntTestCases.test_int_base_indexable [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_int-IntTestCases.test_int_memoryview Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntTestCases.test_int_returns_int_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_int-IntTestCases.test_int_subclass_with_index [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_int-IntTestCases.test_int_subclass_with_int [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_int-IntTestCases.test_intconversion [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_int-IntTestCases.test_keyword_args Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-IntTestCases.test_non_numeric_input_types [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_int-IntTestCases.test_underscores Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-PyLongModuleTests.test_pylong_misbehavior_error_path_from_str Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-PyLongModuleTests.test_pylong_misbehavior_error_path_to_str Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_int-PyLongModuleTests.test_pylong_roundtrip Add CPython int/float tests (#150795) 2025-06-05 00:28:53 +00:00
CPython313-test_iter-TestCase.test_3720 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_iter-TestCase.test_builtin_filter Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_builtin_list Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_builtin_map Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_builtin_max_min Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_builtin_tuple Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_builtin_zip Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_countOf Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_error_iter Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_exception_locations Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_free_after_iterating Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_in_and_not_in Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_indexOf Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_iter_file Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_iter_function_concealing_reentrant_exhaustion Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_iter_neg_setstate Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_iter_overflow Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_mutating_seq_class_iter_pickle Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_reduce_mutating_builtins_iter Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_ref_counting_behavior [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_iter-TestCase.test_stop_sequence [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_iter-TestCase.test_unicode_join_endcase [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_iter-TestCase.test_unpack_iter Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_iter-TestCase.test_writelines Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_itertools-LengthTransparency.test_repeat Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-LengthTransparency.test_repeat_with_negative_times Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-RegressionTests.test_issue30347_1 Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-RegressionTests.test_issue30347_2 Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-RegressionTests.test_long_chain_of_empty_iterables Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-RegressionTests.test_sf_793826 Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-SubclassWithKwargsTest.test_keywords_in_subclass Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_accumulate Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_batched Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_bug_7244 Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_chain_reducible Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_chain_setstate Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_combinations Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_combinations_overflow Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_combinations_result_gc Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_combinations_tuple_reuse Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_combinations_with_replacement Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_combinations_with_replacement_overflow Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_combinations_with_replacement_result_gc Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_combinations_with_replacement_tuple_reuse Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_combinatorics Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_compress Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_count Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_count_threading Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_count_with_step Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_count_with_step_threading Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_cycle_copy_pickle Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_cycle_setstate Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_cycle_unpickle_compat Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_dropwhile Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_groupby Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_immutable_types Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_islice Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_map Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_pairwise Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_pairwise_reenter Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_pairwise_reenter2 Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_pairwise_result_gc Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_permutations_overflow Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_permutations_result_gc Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_permutations_tuple_reuse Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_product_issue_25021 Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_product_overflow Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_product_pickling Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_product_result_gc Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_product_tuple_reuse Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_repeat Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_repeat_with_negative_times Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_starmap Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_StopIteration Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_takewhile Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_tee Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_tee_concurrent Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_tee_dealloc_segfault Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_tee_del_backward Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_tee_reenter Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_zip_longest_bad_iterable Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_zip_longest_pickling Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_zip_longest_result_gc Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_zip_longest_tuple_reuse Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestBasicOps.test_zip_tuple_reuse Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestExamples.test_accumulate_reducible Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestExamples.test_accumulate_reducible_none Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestExamples.test_combinations_with_replacement Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestExamples.test_stapmap Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestExamples.test_takewhile Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestGC.test_batched Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestGC.test_combinations_with_replacement Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestGC.test_count Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestGC.test_filterfalse Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestGC.test_groupby Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestGC.test_issue2246 Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestGC.test_starmap Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestGC.test_takewhile Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestPurePythonRoughEquivalents.test_batched_recipe Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestPurePythonRoughEquivalents.test_islice_recipe Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestPurePythonRoughEquivalents.test_tee_recipe Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestVariousIteratorArgs.test_batched Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestVariousIteratorArgs.test_dropwhile Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestVariousIteratorArgs.test_filter Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestVariousIteratorArgs.test_groupby Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestVariousIteratorArgs.test_islice Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestVariousIteratorArgs.test_map Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestVariousIteratorArgs.test_pairwise Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestVariousIteratorArgs.test_starmap Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestVariousIteratorArgs.test_takewhile Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_itertools-TestVariousIteratorArgs.test_ziplongest Add CPython test test_itertools (#156981) 2025-07-11 00:12:50 +00:00
CPython313-test_list-ListTest.test_constructor_exception_handling Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_constructors [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_list-ListTest.test_contains_fake Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_contains_order [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_list-ListTest.test_deopt_from_append_list Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_equal_operator_modifying_operand [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_list-ListTest.test_extend [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_list-ListTest.test_free_after_iterating Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_getitem_error Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_imul Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_index Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_init Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_iterator_pickle Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_keyword_args Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_keywords_in_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_list-ListTest.test_no_comdat_folding [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_list-ListTest.test_pickle Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_preallocation Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_remove Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_repeat Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_repr Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_repr_deep Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_repr_mutate [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_list-ListTest.test_reversed Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_reversed_pickle Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_setitem_error Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_list-ListTest.test_sort Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_math-FMATests.test_fma_infinities Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-FMATests.test_fma_nan_results Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-FMATests.test_fma_overflow Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-FMATests.test_fma_single_round Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-FMATests.test_fma_zero_result Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-FMATests.test_random Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-IsCloseTests.test_decimals Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-IsCloseTests.test_fractions Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.test_issue39871 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_math-MathTests.test_lcm Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.test_mtestfile Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.test_prod Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.test_sumprod_accuracy Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.test_sumprod_extended_precision_accuracy Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.test_sumprod_stress [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_math-MathTests.test_testfile Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.test_trunc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_math-MathTests.testCeil [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_math-MathTests.testComb Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testDist Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testFactorial Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testFactorialNonIntegers Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testFloor [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_math-MathTests.testFsum Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testGcd Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testHypot Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testHypotAccuracy Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testIsqrt Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testLog2 Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testLog2Exact Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testPerm Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testRemainder Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_math-MathTests.testSumProd Add CPython math/cmath tests (#150794) 2025-06-02 20:49:44 +00:00
CPython313-test_numeric_tower-ComparisonTest.test_complex Add CPython test test_numeric_tower (#157801) 2025-07-11 00:12:50 +00:00
CPython313-test_numeric_tower-ComparisonTest.test_mixed_comparisons Add CPython test test_numeric_tower (#157801) 2025-07-11 00:12:50 +00:00
CPython313-test_numeric_tower-HashTest.test_binary_floats Add CPython test test_numeric_tower (#157801) 2025-07-11 00:12:50 +00:00
CPython313-test_numeric_tower-HashTest.test_bools Add CPython test test_numeric_tower (#157801) 2025-07-11 00:12:50 +00:00
CPython313-test_numeric_tower-HashTest.test_complex Add CPython test test_numeric_tower (#157801) 2025-07-11 00:12:50 +00:00
CPython313-test_numeric_tower-HashTest.test_decimals Add CPython test test_numeric_tower (#157801) 2025-07-11 00:12:50 +00:00
CPython313-test_numeric_tower-HashTest.test_fractions Add CPython test test_numeric_tower (#157801) 2025-07-11 00:12:50 +00:00
CPython313-test_numeric_tower-HashTest.test_hash_normalization Add CPython test test_numeric_tower (#157801) 2025-07-11 00:12:50 +00:00
CPython313-test_numeric_tower-HashTest.test_integers Add CPython test test_numeric_tower (#157801) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-CCOperatorPickleTestCase.test_attrgetter [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-CCOperatorPickleTestCase.test_itemgetter Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-CCOperatorPickleTestCase.test_methodcaller [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-COperatorTestCase.test___all__ Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_abs Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_add Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_attrgetter [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-COperatorTestCase.test_attrgetter_signature Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_bitwise_and Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_bitwise_or Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_bitwise_xor Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_call Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_concat Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_contains Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_countOf Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_delitem Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_dunder_is_original Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_eq [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-COperatorTestCase.test_floordiv Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_ge Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_getitem Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_gt Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_iconcat_without_getitem Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_index [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-COperatorTestCase.test_indexOf Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_inplace [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-COperatorTestCase.test_invert Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_is Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_is_not Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_itemgetter Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_itemgetter_signature Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_le Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_length_hint [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-COperatorTestCase.test_lshift Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_lt Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_matmul Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_methodcaller Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_methodcaller_signature Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_mod Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_mul Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_ne [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-COperatorTestCase.test_neg Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_not_ [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-COperatorTestCase.test_pos Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_pow Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_rshift Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_setitem Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_sub Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_truediv Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-COperatorTestCase.test_truth [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-CPyOperatorPickleTestCase.test_attrgetter [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-CPyOperatorPickleTestCase.test_itemgetter Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-CPyOperatorPickleTestCase.test_methodcaller [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-PyCOperatorPickleTestCase.test_attrgetter [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-PyCOperatorPickleTestCase.test_itemgetter Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-PyCOperatorPickleTestCase.test_methodcaller [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-PyOperatorTestCase.test_abs [dynamo][vllm] Support typing.get_type_hints (#161362) 2025-08-27 09:55:31 +00:00
CPython313-test_operator-PyOperatorTestCase.test_attrgetter [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-PyOperatorTestCase.test_attrgetter_signature Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-PyOperatorTestCase.test_dunder_is_original Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-PyOperatorTestCase.test_iconcat_without_getitem Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-PyOperatorTestCase.test_index [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-PyOperatorTestCase.test_inplace [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-PyOperatorTestCase.test_itemgetter Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-PyOperatorTestCase.test_itemgetter_signature Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-PyOperatorTestCase.test_length_hint [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-PyOperatorTestCase.test_matmul [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-PyOperatorTestCase.test_methodcaller [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-PyOperatorTestCase.test_methodcaller_signature Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-PyOperatorTestCase.test_not_ [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-PyOperatorTestCase.test_pos [dynamo][vllm] Support typing.get_type_hints (#161362) 2025-08-27 09:55:31 +00:00
CPython313-test_operator-PyPyOperatorPickleTestCase.test_attrgetter [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_operator-PyPyOperatorPickleTestCase.test_itemgetter Add CPython test test_operator (#157800) 2025-07-11 00:12:50 +00:00
CPython313-test_operator-PyPyOperatorPickleTestCase.test_methodcaller [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_clear Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_delitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_delitem_hash_collision [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_detect_deletion_during_iteration Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_highly_nested Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_highly_nested_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_init Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonBuiltinDictTests.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonGeneralMappingTests.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_468 Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_clear Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_copying Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_delitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_delitem_hash_collision [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_detect_deletion_during_iteration Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_dict_clear Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_dict_delitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_dict_pop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_dict_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_dict_setdefault Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_dict_setitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_dict_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_equality Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_free_after_iterating Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_fromkeys Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_highly_nested Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_highly_nested_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_init Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_init_calls [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue24347 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue24348 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_clear [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue119004_change_linked_list_by_delete_key [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_clear [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_issue119004_change_size_by_delete_key_in_dict_eq [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_iterators Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_iterators_pickling Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_key_change_during_iteration Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_merge_operator Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_move_to_end Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_move_to_end_issue25406 Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_pickle_recursive Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_pop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_reduce_not_too_fat Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_reference_loop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_repr Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_repr_recursive Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_repr_recursive_values Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_setdefault Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_sizeof Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_sizeof_exact Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_sorted_iterators Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_views Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_weakref_list_is_not_traversed Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictSubclassTests.test_yaml_linkage Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_468 Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_clear Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_copying Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_delitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_delitem_hash_collision [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_detect_deletion_during_iteration Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_dict_delitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_dict_pop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_dict_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_equality Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_free_after_iterating Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_highly_nested Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_highly_nested_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_init Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_init_calls [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue24347 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue24348 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue119004_change_linked_list_by_clear [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue119004_change_linked_list_by_delete_key [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue119004_change_size_by_clear [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_issue119004_change_size_by_delete_key_in_dict_eq [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_iterators Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_iterators_pickling Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_key_change_during_iteration Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_ordered_dict_items_result_gc Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_pickle_recursive Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_pop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_reduce_not_too_fat Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_reference_loop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_repr Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_repr_recursive Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_repr_recursive_values Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_setdefault Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_sizeof Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_sizeof_exact Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_sorted_iterators Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_weakref_list_is_not_traversed Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictTests.test_yaml_linkage Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonOrderedDictWithSlotsCopyingTests.test_copying Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonSubclassMappingTests.test_bool Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonSubclassMappingTests.test_read Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CPythonSubclassMappingTests.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CSimpleLRUCacheTests.test_add_after_full Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-CSimpleLRUCacheTests.test_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_bool Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_constructor Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_get Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_items Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_keys Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_len Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_pop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_read Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_setdefault Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_values Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonGeneralMappingTests.test_write Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_468 Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_abc Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_clear Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_copying Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_delitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_delitem_hash_collision [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_detect_deletion_during_iteration Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_clear Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_delitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_pop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_setdefault Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_setitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_dict_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_equality Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_free_after_iterating Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_fromkeys Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_highly_nested Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_highly_nested_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_init Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_init_calls [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_issue24347 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_issue24348 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_issue24667 Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_issue119004_attribute_error [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_iterators Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_iterators_empty Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_merge_operator Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_move_to_end Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_move_to_end_issue25406 Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_ordered_dict_items_result_gc Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_overridden_init [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_override_update [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_pickle_recursive Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_pop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_popitem_last Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_reduce_not_too_fat Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_reference_loop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_reinsert Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_repr Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_repr_recursive Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_repr_recursive_values Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_setdefault Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_setitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_sizeof Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_sorted_iterators Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_views Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictSubclassTests.test_yaml_linkage Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_468 Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_abc Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_clear Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_copying Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_delitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_delitem_hash_collision [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_detect_deletion_during_iteration Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_clear Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_delitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_pop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_setdefault Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_setitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_dict_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_equality Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_free_after_iterating Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_fromkeys Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_highly_nested Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_highly_nested_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_init Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_init_calls [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_issue24347 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_issue24348 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_issue24667 Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_issue119004_attribute_error [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_iterators Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_iterators_empty Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_merge_operator Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_move_to_end Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_move_to_end_issue25406 Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_ordered_dict_items_result_gc Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_overridden_init [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_override_update [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_pickle_recursive Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_pop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_popitem_last Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_reduce_not_too_fat Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_reference_loop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_reinsert Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_repr Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_repr_recursive Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_repr_recursive_values Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_setdefault Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_setitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_sizeof Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_sorted_iterators Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_views Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictTests.test_yaml_linkage Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonOrderedDictWithSlotsCopyingTests.test_copying Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_bool Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_constructor Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_get Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_items Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_keys Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_len Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_pop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_read Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_setdefault Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_values Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PurePythonSubclassMappingTests.test_write Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PySimpleLRUCacheTests.test_add_after_full Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PySimpleLRUCacheTests.test_change_order_on_get Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PySimpleLRUCacheTests.test_pop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_ordered_dict-PySimpleLRUCacheTests.test_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_raise-TestCause.test_class_cause_nonexception_result Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_raise-TestContext.test_3611 Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_raise-TestContext.test_c_exception_raise Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_raise-TestContext.test_context_manager Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_raise-TestContext.test_reraise_cycle_broken Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_raise-TestRaise.test_assert_with_tuple_arg Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_raise-TestRaise.test_new_returns_invalid_instance Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_raise-TestRemovedFunctionality.test_strings Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_raise-TestRemovedFunctionality.test_tuples Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_raise-TestTraceback.test_accepts_traceback Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_raise-TestTraceback.test_sets_traceback Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_raise-TestTracebackType.test_attrs Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_raise-TestTracebackType.test_constructor Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_range-RangeTest.test_comparison Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_exhausted_iterator_pickling Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_index Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_invalid_invocation Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_issue11845 Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_iterator_pickling Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_iterator_pickling_overflowing_index Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_iterator_setstate Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_iterator_unpickle_compat Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_large_exhausted_iterator_pickling Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_odd_bug Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_pickling Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_range_constructor_error_messages Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_range_iterators Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_range_iterators_invocation Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_types Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_range-RangeTest.test_user_index_method Add CPython test test_range (#161799) 2025-09-03 16:55:04 +00:00
CPython313-test_set-TestBasicOpsBytes.test_iteration [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsBytes.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsBytes.test_repr [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsEmpty.test_iteration [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsEmpty.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsMixedStringBytes.test_iteration [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsMixedStringBytes.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsMixedStringBytes.test_repr [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsSingleton.test_iteration [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsSingleton.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsString.test_iteration [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsString.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsString.test_repr [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsTriple.test_iteration [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsTriple.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsTuple.test_iteration [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBasicOpsTuple.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_and_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_eq_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_ge_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_gt_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_iadd_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_ior_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_isub_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_iteration_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_ixor_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_le_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_lt_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_ne_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_or_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_sub_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Set.test_xor_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_and_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_eq_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_ge_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_gt_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_iadd_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_ior_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_isub_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_iteration_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_ixor_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_le_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_lt_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_ne_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_or_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_sub_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Set_Subclass.test_xor_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_and_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_eq_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_ge_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_gt_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_iadd_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_ior_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_isub_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_iteration_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_ixor_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_le_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_lt_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_ne_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_or_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_sub_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Set.test_xor_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_and_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_eq_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_ge_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_gt_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_iadd_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_ior_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_isub_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_iteration_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_ixor_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_le_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_lt_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_ne_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_or_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_sub_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestBinaryOpsMutating_Subclass_Subclass.test_xor_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestCopyingEmpty.test_deep_copy [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestCopyingNested.test_deep_copy [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestCopyingSingleton.test_deep_copy [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestCopyingTriple.test_deep_copy [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestCopyingTuple.test_deep_copy [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestExceptionPropagation.test_changingSizeWhileIterating [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_badcmp [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_constructor_identity [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_container_iterator [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestFrozenSet.test_copy [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_cyclical_repr [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_deepcopy [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestFrozenSet.test_do_not_rehash_dict_keys [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_free_after_iterating [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_frozen_as_dictkey [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_gc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestFrozenSet.test_hash [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_hash_caching [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_hash_effectiveness [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_intersection [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_iterator_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_new_or_init [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSet.test_subclass_with_custom_hash [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_badcmp [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_container_iterator [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_copy [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_cyclical_repr [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_deepcopy [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_do_not_rehash_dict_keys [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_free_after_iterating [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_frozen_as_dictkey [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_gc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_hash [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_hash_caching [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_hash_effectiveness [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_intersection [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_iterator_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_keywords_in_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_new_or_init [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_singleton_empty_frozenset [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestFrozenSetSubclass.test_subclass_with_custom_hash [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestFrozenSetSubclassWithSlots.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestGraphs.test_cuboctahedron [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestMethodsMutating_Set_Dict.test_difference_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Dict.test_difference_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Dict.test_intersection_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Dict.test_intersection_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Dict.test_isdisjoint_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Dict.test_issubset_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Dict.test_issuperset_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Dict.test_symmetric_difference_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Dict.test_symmetric_difference_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Dict.test_union_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Dict.test_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_List.test_difference_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_List.test_difference_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_List.test_intersection_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_List.test_intersection_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_List.test_isdisjoint_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_List.test_issubset_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_List.test_issuperset_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_List.test_symmetric_difference_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_List.test_symmetric_difference_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_List.test_union_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_List.test_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Set.test_difference_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Set.test_difference_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Set.test_intersection_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Set.test_intersection_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Set.test_isdisjoint_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Set.test_issubset_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Set.test_issuperset_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Set.test_symmetric_difference_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Set.test_symmetric_difference_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Set.test_union_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Set.test_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Subclass.test_difference_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Subclass.test_difference_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Subclass.test_intersection_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Subclass.test_intersection_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Subclass.test_isdisjoint_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Subclass.test_issubset_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Subclass.test_issuperset_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Subclass.test_symmetric_difference_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Subclass.test_symmetric_difference_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Subclass.test_union_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Set_Subclass.test_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Set.test_difference_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Set.test_difference_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Set.test_intersection_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Set.test_intersection_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Set.test_isdisjoint_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Set.test_issubset_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Set.test_issuperset_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Set.test_symmetric_difference_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Set.test_symmetric_difference_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Set.test_union_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Set.test_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_difference_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_difference_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_intersection_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_intersection_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_isdisjoint_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_issubset_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_issuperset_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_symmetric_difference_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_union_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestMethodsMutating_Subclass_Subclass.test_update_with_mutation [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestOnlySetsGenerator.test_difference [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestOnlySetsGenerator.test_difference_update [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestOnlySetsGenerator.test_ge_gt_le_lt [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestOnlySetsGenerator.test_intersection [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestOnlySetsGenerator.test_intersection_update [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestOnlySetsGenerator.test_sym_difference [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestOnlySetsGenerator.test_sym_difference_update [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestOnlySetsGenerator.test_union [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestOnlySetsGenerator.test_update [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_badcmp [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_constructor_identity [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_container_iterator [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestSet.test_copy [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_cyclical_repr [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_deepcopy [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestSet.test_discard [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_do_not_rehash_dict_keys [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_free_after_iterating [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_gc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestSet.test_hash [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_intersection [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_iterator_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_new_or_init [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_remove [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSet.test_rich_compare [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestSet.test_subclass_with_custom_hash [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestSet.test_weakref [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_badcmp [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_container_iterator [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestSetSubclass.test_copy [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_cyclical_repr [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_deepcopy [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestSetSubclass.test_discard [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_do_not_rehash_dict_keys [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_free_after_iterating [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_gc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestSetSubclass.test_hash [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_intersection [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_iterator_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_keywords_in_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestSetSubclass.test_new_or_init [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_remove [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclass.test_rich_compare [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestSetSubclass.test_subclass_with_custom_hash [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_set-TestSetSubclass.test_weakref [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSetSubclassWithSlots.test_pickling [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSubsetEmptyNonEmpty.test_issubset [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSubsetEqualEmpty.test_issubset [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSubsetEqualNonEmpty.test_issubset [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSubsetNonOverlap.test_issubset [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestSubsetPartial.test_issubset [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestVariousIteratorArgs.test_inline_methods [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestVariousIteratorArgs.test_inplace_methods [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestWeirdBugs.test_8420_set_merge [Set] Add CPython set tests (#150792) 2025-05-16 14:28:32 +00:00
CPython313-test_set-TestWeirdBugs.test_merge_and_mutate [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_sort-TestBase.testStressfully [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_sort-TestBugs.test_bug453523 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_sort-TestBugs.test_undetected_mutation Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sort-TestDecorateSortUndecorate.test_baddecorator Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sort-TestDecorateSortUndecorate.test_decorated Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sort-TestDecorateSortUndecorate.test_key_with_mutating_del [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_sort-TestDecorateSortUndecorate.test_key_with_mutation Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sort-TestDecorateSortUndecorate.test_reverse Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sort-TestDecorateSortUndecorate.test_reverse_stability Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sort-TestDecorateSortUndecorate.test_stability Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sort-TestOptimizedCompares.test_not_all_tuples Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sort-TestOptimizedCompares.test_safe_object_compare Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sort-TestOptimizedCompares.test_unsafe_float_compare Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sort-TestOptimizedCompares.test_unsafe_latin_compare Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sort-TestOptimizedCompares.test_unsafe_long_compare Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sort-TestOptimizedCompares.test_unsafe_object_compare [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_sort-TestOptimizedCompares.test_unsafe_tuple_compare Add CPython tests for iter/sort (#150797) 2025-05-27 20:22:34 +00:00
CPython313-test_sys-DisplayHookTest.test_custom_displayhook Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-DisplayHookTest.test_lost_displayhook Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-DisplayHookTest.test_original_displayhook Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-ExceptHookTest.test_excepthook Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-ExceptHookTest.test_excepthook_bytes_filename Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-ExceptHookTest.test_original_excepthook Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SizeofTest.test_asyncgen_hooks Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SizeofTest.test_changing_sys_stderr_and_removing_reference Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SizeofTest.test_default Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SizeofTest.test_errors Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SizeofTest.test_gc_head_size Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SizeofTest.test_objecttypes Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SizeofTest.test_pythontypes Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SizeofTest.test_slots Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_attributes Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_c_locale_surrogateescape Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_call_tracing Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_clear_type_cache Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_current_exceptions Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_current_frames Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_debugmallocstats Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_dlopenflags Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_executable Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_exit Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_exit_codes_under_repl Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_getallocatedblocks Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_getdefaultencoding Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_getfilesystemencoding Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_getframe Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_getframemodulename Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_getrecursionlimit Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_getwindowsversion Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_intern Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_ioencoding Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_is_finalizing Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_is_gil_enabled Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_issue20602 Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_no_duplicates_in_meta_path Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_orig_argv Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_posix_locale_surrogateescape Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_recursionlimit_recovery Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_refcount Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_setrecursionlimit Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_setrecursionlimit_to_depth Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_stdlib_dir Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_subinterp_intern_dynamically_allocated Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_subinterp_intern_singleton Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_subinterp_intern_statically_allocated Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_switchinterval Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_sys_flags Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_sys_flags_no_instantiation Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_sys_getwindowsversion_no_instantiation Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_sys_ignores_cleaning_up_user_data Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_sys_tracebacklimit Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-SysModuleTest.test_sys_version_info_no_instantiation Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-UnraisableHookTest.test_custom_unraisablehook Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-UnraisableHookTest.test_custom_unraisablehook_fail Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-UnraisableHookTest.test_original_unraisablehook Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-UnraisableHookTest.test_original_unraisablehook_err Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-UnraisableHookTest.test_original_unraisablehook_exception_qualname Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_sys-UnraisableHookTest.test_original_unraisablehook_wrong_type Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
CPython313-test_tuple-TupleTest.test_bug7466 Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_constructors [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_tuple-TupleTest.test_contains_fake Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_contains_order [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_tuple-TupleTest.test_free_after_iterating Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_getitem_error Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_hash_exact Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_index Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_iterator_pickle Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_keyword_args Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_keywords_in_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_tuple-TupleTest.test_no_comdat_folding [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_tuple-TupleTest.test_pickle Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_repeat Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_reversed_pickle Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_track_dynamic Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_track_literals Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_tuple-TupleTest.test_track_subtypes [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_userdict-UserDictTest.test_all Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_bool Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_clear Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_contains Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_copy Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_eq [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_userdict-UserDictTest.test_fromkeys Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_getitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_init Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_items Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_missing Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_pop Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_popitem Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_repr Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_repr_deep Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_setdefault Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_update Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_values Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userdict-UserDictTest.test_write Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CPython313-test_userlist-UserListTest.test_append Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_clear Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_constructor_exception_handling Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_constructors Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_contains Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_contains_fake Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_contains_order [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_userlist-UserListTest.test_copy Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_count Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_delitem Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_extend Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_free_after_iterating Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_getitem Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_getitem_error Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_iadd Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_index Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_init Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_insert Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_pickle Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_pop Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_remove Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_repeat Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_repr Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_repr_deep Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_reverse Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_reversed Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_set_subscript Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_setitem Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_setitem_error Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_setslice Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_sort Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_subscript Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_userlist-UserListTest.test_userlist_copy Add CPython list/tuple tests (#150790) 2025-05-30 15:53:38 +00:00
CPython313-test_with-ExceptionalTestCase.testErrorsInBool [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_with-ExceptionalTestCase.testExceptionNormalized Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-ExceptionalTestCase.testMultipleResourcesInSingleStatement Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-ExceptionalTestCase.testNestedExceptionAfterInnerStatement Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-ExceptionalTestCase.testNestedExceptionBeforeInnerStatement Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-ExceptionalTestCase.testNestedSingleStatements Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-ExceptionalTestCase.testRaisedStopIteration1 Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-ExceptionalTestCase.testRaisedStopIteration2 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_with-ExceptionalTestCase.testRaisedStopIteration3 Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-ExceptionalTestCase.testSingleResource Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-FailureTestCase.testAssignmentToNoneError Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-FailureTestCase.testAssignmentToTupleContainingNoneError Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-FailureTestCase.testAssignmentToTupleOnlyContainingNoneError Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-FailureTestCase.testEnterAttributeError1 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_with-FailureTestCase.testEnterAttributeError2 [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_with-FailureTestCase.testExitAttributeError [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
CPython313-test_with-FailureTestCase.testNameError Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-NestedNonexceptionalTestCase.testSingleArgBoundToMultipleElementTupleError Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CPython313-test_with-NestedWith.testExceptionLocation Add CPython test test_with (#157802) 2025-07-11 00:12:50 +00:00
CtxManagerTests.test_autograd_profiler_enabled
CtxManagerTests.test_disable_saved_tensors_hooks
CtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled
CtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled_nested
DecoratorTests.test_mark_static_address_guarded
DecoratorTests.test_mark_static_address_unguarded
DefaultsTests.test_cast_tensor_single_elem
DefaultsTests.test_compare_constant_and_tensor
DefaultsTests.test_func_default_torch_args
DefaultsTests.test_in_set_inplace
DefaultsTests.test_in_set_would_fail_broadcast
DynamoProfilerTests.test_dynamo_timed_profiling_isolated
DynamoProfilerTests.test_profiler_cache_lookup
DynamoProfilerTests.test_profiler_dynamo_compiled_region
End2EndTests.test_init_group
ExampleTests.test_exportdb_supported_case_assume_constant_result
ExampleTests.test_exportdb_supported_case_constrain_as_size_example
ExcTests.test_backend_suppress_line
ExcTests.test_graph_break_log
ExcTests.test_internal_error_no_suppress
ExcTests.test_internal_error_suppress_errors
ExcTests.test_not_implemented_error
ExcTests.test_trigger_on_error
ExportTests.test_cond_raise_user_error_on_non_list_operands
ExportTests.test_cond_raise_user_error_on_non_tensor_operands
ExportTests.test_cond_raise_user_error_on_unsupported_pred
ExportTests.test_export_decomp
ExportTests.test_export_dynamic_dim_cleanup
ExportTests.test_export_dynamic_dim_range_constraint
ExportTests.test_export_mark_dynamic_conflict_dynamic_dim
ExportTests.test_export_multi_dynamic_dim_constraint
ExportTests.test_export_multi_dynamic_dim_unsafe_relationship
ExportTests.test_export_no_raise
ExportTests.test_export_preserve_constraints_as_metadata_scalar
ExportTests.test_export_raise_on_relationship
ExportTests.test_export_with_constant_dict_values
ExportTests.test_export_with_constant_free_function
ExportTests.test_export_with_constant_free_function_and_class_method
ExportTests.test_export_with_constant_free_function_and_class_method_multiarg
ExportTests.test_export_with_constant_free_function_and_class_method_multiarg_diff
ExportTests.test_export_with_constant_list_nonzero
ExportTests.test_export_with_constant_list_nonzero_free_function
ExportTests.test_export_with_constant_method_on_module
ExportTests.test_export_with_constant_method_on_module_invoke_twice
ExportTests.test_export_with_constant_none_control_flow
ExportTests.test_export_with_constant_none_control_flow_free_func
ExportTests.test_export_with_constant_not_none_control_flow
ExportTests.test_export_with_constant_not_none_control_flow_free_func
ExportTests.test_export_with_constant_not_none_control_flow_pos
ExportTests.test_export_with_constant_not_return_const
ExportTests.test_export_with_constant_tuple_nonzero
ExportTests.test_export_with_map_cond
ExportTests.test_exported_graph_serialization
ExportTests.test_torch_inference_mode_ctx
ExportTests.test_untracked_inputs_in_constraints
FakeTensorPropTest.test_nonzero_stride [dynamo] context manager/decorator for dynamo config patching during tracing (#150586) 2025-04-23 09:12:13 +00:00
FunctionTests.test_default_dict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
FunctionTests.test_default_dict_closure Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
FunctionTests.test_default_dict_lambda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
FunctionTests.test_is_contiguous_frame_counts Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
FunctionTests.test_math_radians Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
FunctionTests.test_partials_as_input_partials_lambda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
FunctionTests.test_partials_as_input_partials_mod Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
FuncTorchHigherOrderOpTests.test_grad
FuncTorchHigherOrderOpTests.test_grad_disable_capture
FuncTorchHigherOrderOpTests.test_grad_fn_with_kwargs
FuncTorchHigherOrderOpTests.test_grad_freevar_python_scalar
FuncTorchHigherOrderOpTests.test_grad_has_aux
FuncTorchHigherOrderOpTests.test_grad_non_tensor_input
FuncTorchHigherOrderOpTests.test_grad_pytree
FuncTorchHigherOrderOpTests.test_grad_two_tensor_all_grad_has_aux
FuncTorchHigherOrderOpTests.test_grad_two_tensor_has_aux
FuncTorchHigherOrderOpTests.test_grad_with_graph_break
FuncTorchHigherOrderOpTests.test_grad_with_side_effect
FuncTorchHigherOrderOpTests.test_vmap
FuncTorchHigherOrderOpTests.test_vmap_disable_capture
FuncTorchHigherOrderOpTests.test_vmap_free_const
FuncTorchHigherOrderOpTests.test_vmap_free_tensor
FuncTorchHigherOrderOpTests.test_vmap_kwargs
FuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_in_dims
FuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_out_dims
FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs
FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_diff_dims
FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_out_dims_tuple
FuncTorchHigherOrderOpTests.test_vmap_over_vmap_captured
FuncTorchHigherOrderOpTests.test_vmap_over_vmap_two_inputs
FuncTorchHigherOrderOpTests.test_vmap_previous_illegal_op_no_graph_break
FuncTorchHigherOrderOpTests.test_vmap_pytree_inputs
FuncTorchHigherOrderOpTests.test_vmap_recompile_same_config
FuncTorchHigherOrderOpTests.test_vmap_side_effects
FuncTorchHigherOrderOpTests.test_vmap_two_inputs
FuncTorchHigherOrderOpTests.test_vmap_two_inputs_tuple_in_dims
FuncTorchHigherOrderOpTests.test_vmap_with_conditional_graph_break
FuncTorchHigherOrderOpTests.test_vmap_with_graph_break
FuncTorchHigherOrderOpTests.test_vmap_with_graph_break_2
FuncTorchHigherOrderOpTests.test_vmap_with_graph_break_lambda
HigherOrderOpTests.test_capture_untracked_global_nested
HigherOrderOpTests.test_capture_value_created_in_subgraph
HigherOrderOpTests.test_cond_branches_no_arguments
HigherOrderOpTests.test_cond_branches_no_arguments_no_closure
HigherOrderOpTests.test_cond_pytree_operands
HigherOrderOpTests.test_cond_pytree_operands_with_non_tensor_leaves
HigherOrderOpTests.test_cond_source_fn_stack
HigherOrderOpTests.test_cond_subgraph_name_is_valid
HigherOrderOpTests.test_fallback_on_python_primitives_output
HigherOrderOpTests.test_map_lowers_to_graph
HigherOrderOpTests.test_map_multi_return
HigherOrderOpTests.test_map_pytree_return
HigherOrderOpTests.test_map_source_fn_stack
HigherOrderOpTests.test_map_subgraph_name_is_valid
HigherOrderOpTests.test_map_symint_input
HigherOrderOpTests.test_modules
HigherOrderOpTests.test_nested_tuple_output
HigherOrderOpTests.test_output_with_dict
HigherOrderOpTests.test_side_effect_in_body
HigherOrderOpTests.test_vmap_source_fn_stack
HigherOrderOpTests.test_wrap_kwarg_recompile
HigherOrderOpTests.test_wrap_subgraph_name_is_valid
HooksTests.test_functools_arg_vary
HooksTests.test_post_acc_grad_hook
HooksTests.test_tensor_register_global_hook
HooksTests.test_tensor_register_hook_in_graph_local
HooksTests.test_tensor_register_multiple_hooks
HooksTests.test_tensor_register_multiple_hooks_handles_in_list
InteropTests.test_vmap_in_graph
LoggingTests.test_aot
LoggingTests.test_aot_graphs
LoggingTests.test_aot_joint_graph
LoggingTests.test_bytecode
LoggingTests.test_custom_format
LoggingTests.test_custom_format_exc
LoggingTests.test_dynamo_debug
LoggingTests.test_dynamo_error
LoggingTests.test_dynamo_info
LoggingTests.test_graph
LoggingTests.test_graph_breaks
LoggingTests.test_graph_code
LoggingTests.test_graph_sizes
LoggingTests.test_graph_sizes_dynamic
LoggingTests.test_guards_recompiles
LoggingTests.test_inductor_debug
LoggingTests.test_inductor_error
LoggingTests.test_inductor_info
LoggingTests.test_multiline_format
LoggingTests.test_output_code
LoggingTests.test_recompiles
LoggingTests.test_trace_source_cond
LoggingTests.test_trace_source_nested
MiscTests.test_add_to_set
MiscTests.test_any_all_symnode
MiscTests.test_backend_match_guard
MiscTests.test_boolarg
MiscTests.test_callpacked
MiscTests.test_compare_shapes_with_constant
MiscTests.test_cond_nested
MiscTests.test_cond_side_effects
MiscTests.test_dataclass_fields
MiscTests.test_deque_append_left
MiscTests.test_deque_input
MiscTests.test_deterministic_algorithms_mutated
MiscTests.test_dict_order_keys
MiscTests.test_dict_order_keys_modules
MiscTests.test_dict_order_keys_tensors
MiscTests.test_dictcomp
MiscTests.test_dtypes_no_graphbreaks
MiscTests.test_dunder_new_function_inlining
MiscTests.test_frozenset_torch_func_contains
MiscTests.test_get_cache_entry
MiscTests.test_guard_failure_fn
MiscTests.test_guard_failure_fn_shape_control
MiscTests.test_guard_failure_fn_tensor_iter
MiscTests.test_guard_failure_fn2
MiscTests.test_inference_mode
MiscTests.test_inplace_param_update
MiscTests.test_inplace_view_on_graph_input
MiscTests.test_intermediary_tensor_grad_access
MiscTests.test_is_compiling
MiscTests.test_iter_set
MiscTests.test_itertools_accumulate_symint_default_sum
MiscTests.test_itertools_accumulate_tensors_default_sum
MiscTests.test_itertools_groupby_pure_python_default_identify_func
MiscTests.test_itertools_groupby_pure_python_key_func
MiscTests.test_itertools_infinite_cycle
MiscTests.test_itertools_infinite_repeat
MiscTests.test_itertools_infinite_repeat_mutation
MiscTests.test_itertools_repeat
MiscTests.test_listcomp
MiscTests.test_mandelbrot_numpy
MiscTests.test_mark_static
MiscTests.test_namedtuple1
MiscTests.test_namedtuple2
MiscTests.test_nan
MiscTests.test_nested_optimize
MiscTests.test_nested_optimize_decorator
MiscTests.test_nested_optimize_run
MiscTests.test_nn_module_getattr
MiscTests.test_no_raise_guard_partial_constraint
MiscTests.test_no_raise_guard_partial_constraint_across_break
MiscTests.test_numpy_array_of_arrays
MiscTests.test_numpy_force
MiscTests.test_numpy_int_constant
MiscTests.test_numpy_iter
MiscTests.test_numpy_non_torch_dtype
MiscTests.test_numpy_readonly
MiscTests.test_numpy_recompilation_scalar
MiscTests.test_numpy_size_attr
MiscTests.test_numpy_subdtype
MiscTests.test_numpy_tolist
MiscTests.test_numpy_torch_operators
MiscTests.test_numpy_with_builtin_type
MiscTests.test_out_variants_with_resizing_on_graph_inputs
MiscTests.test_pure_python_accumulate
MiscTests.test_py_guards_mark_dynamic
MiscTests.test_raise_guard_full_constraint
MiscTests.test_raise_guard_partial_constraint_no_graph_break
MiscTests.test_raise_on_backend_error
MiscTests.test_recompile_on_global_state_change
MiscTests.test_release_input_memory
MiscTests.test_release_module_memory
MiscTests.test_release_scope_memory
MiscTests.test_repeat_interleave_graphbreaks
MiscTests.test_return_nested_function
MiscTests.test_set_aliasing_recompiles
MiscTests.test_setattr_mutation1
MiscTests.test_simple_set_usage
MiscTests.test_size_input
MiscTests.test_str_format_assert2
MiscTests.test_tensor_build_list_unpack
MiscTests.test_tensor_dict1
MiscTests.test_tensor_dict2
MiscTests.test_tensor_dict3
MiscTests.test_tensor_item_capture
MiscTests.test_tolist_1d
MiscTests.test_tolist_0d
MiscTests.test_tolist_kd
MiscTests.test_tolist_kd_dynamic
MiscTests.test_tolist_scalar
MiscTests.test_torch_seed
MiscTests.test_tracing_nested_py_tree
MiscTests.test_tracing_nested_py_tree_dicts
MiscTests.test_tracing_nested_py_tree_mixed_all
MiscTests.test_tracing_nested_py_tree_tuples
MiscTests.test_tracing_py_tree
MiscTests.test_tracing_py_tree_tensor_subclass
MiscTests.test_tracing_tree_map_only
MiscTests.test_type_copy
MiscTests.test_typing_typevar
MiscTests.test_user_getattribute
MiscTests.test_with_builtin_type
MiscTests.test_yield_from
MiscTests.test_yield_gen_and_from
MiscTests.test_yield_send_to_subgenerator_graph_break
NNModuleTests.test_lazy_module_no_cls_to_become
NNModuleTests.test_lazy_module1
NNModuleTests.test_lazy_module2
NNModuleTests.test_lazy_module4
NNModuleTests.test_lazy_module5
NNModuleTests.test_lazy_module6
NNModuleTests.test_self_mutating1
NNModuleTests.test_unsupportedmethod
NNModuleTests.test_unsupportedmodule
NonStrictExportTestExport.test__scaled_dot_product_flash_attention_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_basic_non_strict_fake_tensor_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_basic_non_strict_real_tensor_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_buffer_util_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_cond_with_module_stack_export_with_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_export_decomps_dynamic_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_export_decomps_simple_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_export_with_wrong_inputs_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_external_call_non_strict_real_tensor_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_fqn_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_nn_module_stack_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_nn_module_stack_shared_submodule_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_non_strict_dynamic_shapes_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_param_util_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_raise_user_error_when_guard_on_data_dependent_operation_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_sym_sqrt_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_to_module_with_mutated_buffer_multiple_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_to_module_with_mutated_buffer_multiple_update_sub_later_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NonStrictExportTestExport.test_to_module_with_mutated_buffer_non_strict Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NumpyTestsCPU.test_boolean_indexing_weirdness_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NumpyTestsCPU.test_boolean_shape_mismatch_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NumpyTestsCPU.test_empty_fancy_index_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
NumpyTestsCPU.test_index_no_floats_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
OptimizedModuleTest.test_backward_hooks
OptimizedModuleTest.test_cache_size_limit_on_guarded_nn_modules
OptimizedModuleTest.test_composition_with_opt_mod
OptimizedModuleTest.test_hooks_inner
OptimizedModuleTest.test_hooks_outer
OptimizedModuleTest.test_hooks_skip_guards
OptimizedModuleTest.test_module_dict_iter_name
OptimizedModuleTest.test_nn_module
OptimizedModuleTest.test_no_recompile_on_nn_guarded_modules
OptimizedModuleTest.test_to
OptimizerTests.test_adagrad
OptimizerTests.test_adam
OptimizerTests.test_adamax
OptimizerTests.test_adamw
OptimizerTests.test_asgd
OptimizerTests.test_nadam
OptimizerTests.test_rmsprop
OptimizerTests.test_rprop
OptimizerTests.test_sgd
PackedSequenceTest.test_pack_sequence
PackedSequenceTest.test_to
PackedSequenceTest.test_total_length
PackedSequenceTest.test_type_casts
PackedSequenceTest.test_unpack_sequence
RecompileTests.test_aliasing_guard_failures_with_globals
RecompileTests.test_automatic_dynamic_reduce_recompiles
RecompileTests.test_automatic_dynamic_tensor_scalar_change
RecompileTests.test_dynamic_shape_parameter_recompile
RecompileTests.test_recompiles_true_false_flop
RecompileUxTests.test_mismatched_type
RecompileUxTests.test_verbose_tensor_check
ReproTests.test_add_sub_alpha_out
ReproTests.test_addr_alpha_beta_out
ReproTests.test_boxes_len
ReproTests.test_chunk_reformer_ff
ReproTests.test_convert_boxes_to_pooler_format
ReproTests.test_create_rand_mask_from_inputs
ReproTests.test_do_paste_mask
ReproTests.test_dynamic_shapes_float_guard
ReproTests.test_dynamic_shapes_implicit_guard
ReproTests.test_empty_list_contains_with_jump
ReproTests.test_function_in_skipfiles
ReproTests.test_functools_wraps
ReproTests.test_hf_t5_forward
ReproTests.test_hf_xsoftmax_training
ReproTests.test_issue175
ReproTests.test_jit_trace_errors
ReproTests.test_list_aliasing
ReproTests.test_list_self_reference
ReproTests.test_longformer_chunk
ReproTests.test_merge_criteria_processor_list1
ReproTests.test_merge_criteria_processor_list2
ReproTests.test_module_in_skipfiles
ReproTests.test_multi_import
ReproTests.test_negative_shape_guard
ReproTests.test_numpy_not_ndarray_recompiles
ReproTests.test_recursive_map
ReproTests.test_reformer_eval
ReproTests.test_reformer_min_chunk_len
ReproTests.test_reformer_sorting
ReproTests.test_relative_import
ReproTests.test_relative_import_no_modulename
ReproTests.test_restricted_list_subclass1
ReproTests.test_rewrite_assert_noop
ReproTests.test_rewrite_assert_with_msg
ReproTests.test_rewrite_assert_with_non_string_msg
ReproTests.test_seq_append_list
ReproTests.test_size_typematch
ReproTests.test_tensor_data_kwarg
ReproTests.test_threading_local
ReproTests.test_validate_model_kwargs
RetraceExportTestDynamismExpression.test_export_inline_constraints_retraceability Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
RetraceExportTestExport.test_cond_with_module_stack_export_with_retraceability Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
RetraceExportTestExport.test_constrain_size_in_eager_retraceability Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
RetraceExportTestExport.test_constrain_size_with_constrain_value_retraceability Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
RetraceExportTestExport.test_constrain_size_with_various_cases_retraceability Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
RetraceExportTestExport.test_nn_module_stack_retraceability Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
RetraceExportTestExport.test_nn_module_stack_shared_submodule_retraceability Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
RetraceExportTestExport.test_non_strict_dynamic_shapes_retraceability Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
RetraceExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_retraceability Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SerDesExportTestDynamismExpression.test_export_inline_constraints_serdes Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SerDesExportTestExport.test_basic_non_strict_fake_tensor_serdes Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SerDesExportTestExport.test_basic_non_strict_real_tensor_serdes Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SerDesExportTestExport.test_cond_with_module_stack_export_with_serdes Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SerDesExportTestExport.test_constrain_size_in_eager_serdes Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SerDesExportTestExport.test_constrain_size_with_constrain_value_serdes Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SerDesExportTestExport.test_constrain_size_with_various_cases_serdes Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SerDesExportTestExport.test_external_call_non_strict_real_tensor_serdes Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SerDesExportTestExport.test_nn_module_stack_serdes Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SerDesExportTestExport.test_nn_module_stack_shared_submodule_serdes Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SerDesExportTestExport.test_non_strict_dynamic_shapes_serdes Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SerDesExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_serdes Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
SkipNonTensorTests.test_add_tensor_dict
SkipNonTensorTests.test_add_tensor_list
SkipNonTensorTests.test_add_tensor1
SkipNonTensorTests.test_add_tensor2
SkipNonTensorTests.test_do_not_skip_side_effects
SkipNonTensorTests.test_recursive_list
SubclassTests.test_compile_higher_order_with_functionalization
SubclassTests.test_compile_with_functionalization
SubclassTests.test_torch_function_state_guards
SubclassTests.test_wrapper_subclass_guards_on_inner_tensor
SubclassTests.test_wrapper_subclass_with_differently_sized_inner_tensor
SubclassTests.test_wrapper_subclass_with_same_sized_inner_tensor
SubGraphTests.test_dynamic_duck_size
SubGraphTests.test_dynamic_getitem
SubGraphTests.test_dynamic_kwarg
SubGraphTests.test_dynamic_order_dependence
SubGraphTests.test_dynamic_zero_inference
SubGraphTests.test_enumerate_not_break_graph
SubGraphTests.test_no_graph_break_on_item
TestAnalyze.test_trace_dependencies
TestAOTAutograd.test_input_mutation_aliases_bases_out_of_order
TestAOTAutograd.test_input_mutation_false_aliasing Update TwoTensor impl. to accept outer_size/outer_stride (#133337) 2024-10-28 21:58:59 +00:00
TestAOTDispatch.test_aot_dispatch_input_mutation
TestAOTDispatch.test_aot_dispatch_input_mutation_and_output_alias
TestAOTDispatch.test_aot_dispatch_output_alias
TestAOTDispatch.test_aot_dispatch_simple
TestAOTModuleSimplified.test_aot_module_simplified_dynamic
TestApplyAlongAxis.test_0d_array
TestApplyAlongAxis.test_axis_insertion
TestApplyAlongAxis.test_scalar_array
TestArange.test_infinite
TestArange.test_nan_step
TestArange.test_require_range
TestArange.test_zero_step
TestArgmax.test_combinations_data62
TestArgmax.test_combinations_data63
TestArgmax.test_combinations_data65
TestArgmax.test_combinations_data66
TestArrayCreationCopyArgument.test_scalars
TestArrayCreationCopyArgument.test_striding_not_ok Revert "[dynamo] Fix constant propagation in builtins and UserClasses (#131354)" 2024-11-01 00:13:20 +00:00
TestArrayFromScalar.test_integers_np_byte_np_longlong
TestArrayFromScalar.test_integers_np_int__np_longlong
TestArrayFromScalar.test_integers_np_intc_np_longlong
TestArrayFromScalar.test_integers_np_longlong_np_longlong
TestArrayFromScalar.test_integers_np_longlong_t26
TestArrayFromScalar.test_integers_np_short_np_longlong
TestArrayFromScalar.test_integers_t15_np_longlong
TestArraySplit.test_integer_0_split
TestAssignment.test_assignment_broadcasting
TestAttributes.test_fill_max_uint64
TestAttributes.test_fill_readonly
TestAttributes.test_fill_struct_array
TestAutograd.test_anomaly_detect_nan [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestAutograd.test_anomaly_mode_no_check_nan
TestAutograd.test_autograd_print_tensor [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestAutograd.test_autograd_simple_views_python
TestAutograd.test_autograd_views_codegen
TestAutograd.test_checkpointing_without_reentrant_custom_function_works
TestAutograd.test_checkpointing_without_reentrant_with_context_fn [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestAutograd.test_custom_autograd_repeated_grad_grad [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestAutograd.test_custom_function_forward_mode_inplace_checks
TestAutograd.test_custom_function_forward_mode_view_checks
TestAutograd.test_custom_function_preserve_torch_function_when_return_as_is [dynamo] Always trace into tensor subclass __torch_function__ (#149792) 2025-04-02 20:57:00 +00:00
TestAutograd.test_gradcheck_nondeterministic
TestAutograd.test_inplace_not_requires_grad [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestAutograd.test_lobpcg [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestAutograd.test_mark_non_differentiable [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestAutograd.test_mark_non_differentiable_none [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestAutograd.test_naughty_autograd_function_stashing_ctx [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestAutograd.test_nested_anomaly_detect_nan
TestAutograd.test_nested_anomaly_printstack_cleanup
TestAutograd.test_record_function
TestAutograd.test_return_duplicate
TestAutograd.test_return_duplicate_inplace
TestAutograd.test_return_leaf_inplace [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestAutogradDeviceTypeCPU.test_inplace_on_view_modify_base_cpu
TestAutogradDeviceTypeCPU.test_inplace_on_view_python_cpu
TestAutogradFallback.test_no_autograd_kernel_inplace_mode_nothing [dynamo][be] hide warnings without invalidating warnings cache (#158520) 2025-07-18 22:02:31 +00:00
TestAutogradFallback.test_no_autograd_kernel_inplace_mode_warn [dynamo][be] hide warnings without invalidating warnings cache (#158520) 2025-07-18 22:02:31 +00:00
TestAutogradForwardMode.test_create_new_zeros_with_same_meta
TestAutogradForwardMode.test_detach_view_tracking
TestAutogradForwardMode.test_forward_level_cleanup
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_input_mark_dirty_False_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_output_mark_dirty_False_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_input_mark_dirty_False_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_output_mark_dirty_False_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_input_mark_dirty_False_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_output_mark_dirty_False_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_input_mark_dirty_False_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_output_mark_dirty_False_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCPU.test_once_differentiable_autograd_vjp_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_input_mark_dirty_False_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_output_mark_dirty_False_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_input_mark_dirty_False_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_output_mark_dirty_False_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_input_mark_dirty_False_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_output_mark_dirty_False_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_input_mark_dirty_False_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_output_mark_dirty_False_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionCUDA.test_once_differentiable_autograd_vjp_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionVmapAPICUDA.test_has_vmap_staticmethod_and_has_generate_vmap_rule_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradFunctionVmapAPICUDA.test_no_vmap_staticmethod_and_no_generate_vmap_rule_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestAutogradInferenceMode.test_inference_mode_decorator
TestBaseMath.test_lower_align
TestBitsCPU.test_cat_cpu
TestBool.test_sum_2
TestBooleanIndexing.test_bool_as_int_argument_errors
TestBooleanIndexing.test_boolean_indexing_weirdness
TestBufferProtocolCPU.test_byte_to_int_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestCheckpoint.test_checkpoint_non_tensor_inputs_outputs [dynamo][hops] Remove const outputs from the speculated subgraph (#161355) 2025-09-04 18:52:01 +00:00
TestClip.test_clip_func_takes_out
TestClip.test_simple_complex
TestColumnStack.test_non_iterable
TestComposabilityCPU.test_autograd_function_no_setup_context_transform_hessian_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestComposabilityCPU.test_autograd_function_no_setup_context_transform_jacfwd_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestComposabilityCPU.test_deprecation_transforms_transform_functionalize_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestComposabilityCPU.test_requires_grad_inside_transform_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestComposabilityCUDA.test_autograd_function_no_setup_context_transform_hessian_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestComposabilityCUDA.test_autograd_function_no_setup_context_transform_jacfwd_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestComposabilityCUDA.test_jvp_supports_saved_tensor_hooks_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestComposabilityCUDA.test_requires_grad_inside_transform_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestConcatenate.test_bad_out_shape
TestConcatenate.test_concatenate
TestConcatenate.test_exceptions
TestConcatenate.test_large_concatenate_axis_None
TestCond.test_empty_sq_cases
TestCond.test_sq_cases
TestConstFold.test_const_fold_basic_one_attr_name_collision [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestConstFold.test_const_fold_basic_one_attr_no_name_collision [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestConstFold.test_const_fold_basic_two_attr [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestConstFold.test_const_fold_basic_two_attr_three_input [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestConstFold.test_const_fold_has_inlined_call_module_node [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestConstFold.test_const_fold_module_attr [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestConstFold.test_const_fold_submod_hierarchy [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestConstFold.test_const_fold_unused_placeholder [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestConstFold.test_dict_output [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestConstFold.test_fold_module [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestConstFold.test_three_outputs [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestConstFold.test_two_outputs [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestContentStoreCPU.test_repeated_hash_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestControlFlowTraced.test_cond_merge_graph_preserves_ph_meta [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestControlFlowTraced.test_cond_mismatched_branch_output_dynamic_True_backend_eager [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestControlFlowTraced.test_cond_symint_operands_requires_grad_False [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestControlFlowTraced.test_cond_symint_operands_requires_grad_True [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestControlFlowTraced.test_while_loop_autograd_simple [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestConversion.test_to_int_scalar
TestCov.test_aweights
TestCov.test_fweights
TestCppExtensionJIT.test_cpp_frontend_module_has_up_to_date_attribute
TestCppExtensionJIT.test_cpp_frontend_module_has_up_to_date_attributes
TestCppExtensionJIT.test_cpp_frontend_module_python_inter_op [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestCppExtensionJIT.test_cpp_frontend_module_python_inter_op_with_cuda [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestCppExtensionOpenRgistration.test_open_device_registration Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestCross.test_broadcasting_shapes
TestCustomBackendAPI.test_aot_autograd_api
TestCustomBackendAPI.test_lookup_backend
TestCustomBackendAPI.test_register_backend_api
TestCustomOp.test_legacy_define
TestCustomOp.test_override_cea [custom ops] Override fake registration (#150806) 2025-04-12 02:43:47 +00:00
TestDelete.test_slices
TestDeserialize.test_tensor_tensor_list
TestDiag.test_failure
TestDiff.test_append
TestDiff.test_axis
TestDiff.test_n
TestDiff.test_prepend
TestDLPack.test_dlpack_device
TestDLPack.test_dtype_passthrough_dtype0
TestDLPack.test_dtype_passthrough_dtype1
TestDLPack.test_dtype_passthrough_dtype2
TestDLPack.test_dtype_passthrough_dtype3
TestDLPack.test_dtype_passthrough_dtype4
TestDLPack.test_dtype_passthrough_dtype5
TestDLPack.test_dtype_passthrough_dtype6
TestDLPack.test_dtype_passthrough_dtype7
TestDLPack.test_dtype_passthrough_dtype8
TestDLPack.test_dtype_passthrough_dtype9
TestDLPack.test_dunder_dlpack_refcount
TestDLPack.test_from_dlpack_refcount
TestDLPack.test_from_torch
TestDLPack.test_higher_dims_ndim_0
TestDLPack.test_higher_dims_ndim_1
TestDLPack.test_higher_dims_ndim_2
TestDLPack.test_higher_dims_ndim_3
TestDLPack.test_higher_dims_ndim_4
TestDLPack.test_higher_dims_ndim_5
TestDLPack.test_higher_dims_ndim_6
TestDLPack.test_higher_dims_ndim_7
TestDLPack.test_higher_dims_ndim_8
TestDLPack.test_higher_dims_ndim_9
TestDLPack.test_higher_dims_ndim_10
TestDLPack.test_higher_dims_ndim_11
TestDLPack.test_higher_dims_ndim_12
TestDLPack.test_higher_dims_ndim_13
TestDLPack.test_higher_dims_ndim_14
TestDLPack.test_higher_dims_ndim_15
TestDLPack.test_higher_dims_ndim_16
TestDLPack.test_higher_dims_ndim_17
TestDLPack.test_higher_dims_ndim_18
TestDLPack.test_higher_dims_ndim_19
TestDLPack.test_higher_dims_ndim_20
TestDLPack.test_higher_dims_ndim_21
TestDLPack.test_higher_dims_ndim_22
TestDLPack.test_higher_dims_ndim_23
TestDLPack.test_higher_dims_ndim_24
TestDLPack.test_higher_dims_ndim_25
TestDLPack.test_higher_dims_ndim_26
TestDLPack.test_higher_dims_ndim_27
TestDLPack.test_higher_dims_ndim_28
TestDLPack.test_higher_dims_ndim_29
TestDLPack.test_higher_dims_ndim_30
TestDLPack.test_higher_dims_ndim_31
TestDLPack.test_higher_dims_ndim_32
TestDLPack.test_ndim0
TestDropoutNN.test_invalid_dropout_p
TestDsplit.test_1D_array
TestDsplit.test_2D_array
TestDsplit.test_0D_array
TestDsplit.test_non_iterable
TestDstack.test_non_iterable
TestDynamicQuantizedOps.test_qlinear
TestDynamismExpression.test_export_inline_constraints
TestEigh.test_invalid
TestEigvalsh.test_invalid
TestExpandDims.test_axis_out_of_range
TestExpandDims.test_repeated_axis
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv3d_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv3d_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv3d_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestExperiment.test_with_buffer_as_submodule
TestExperimentalUtils.test_profiler_optimizer_single_tensor_pattern
TestExperimentalUtils.test_profiler_synchronized_dataloader_pattern
TestExport.test_basic_non_strict_fake_tensor
TestExport.test_basic_non_strict_real_tensor
TestExport.test_cond_with_module_stack_export_with
TestExport.test_constrain_size_in_eager
TestExport.test_constrain_size_with_constrain_value
TestExport.test_constrain_size_with_various_cases
TestExport.test_external_call_non_strict_real_tensor
TestExport.test_nn_module_stack
TestExport.test_nn_module_stack_shared_submodule
TestExport.test_non_strict_dynamic_shapes
TestExport.test_non_strict_dynamic_shapes_suggested_fixes
TestFakeQuantizeOps.test_backward_per_channel
TestFakeQuantizeOps.test_backward_per_tensor
TestFakeQuantizeOps.test_learnable_backward_per_channel_cpu
TestFakeQuantizeOps.test_learnable_backward_per_channel_cuda
TestFakeQuantizeOps.test_learnable_backward_per_tensor_cuda
TestFakeQuantizeOps.test_learnable_forward_per_channel_cuda
TestFakeQuantizeOps.test_learnable_forward_per_tensor_cpu
TestFakeQuantizeOps.test_learnable_forward_per_tensor_cuda
TestFlag.test_writeable_any_base [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestFlag.test_writeable_from_readonly
TestFlip.test_axes
TestFliplr.test_basic
TestFloatNonIntegerArgument.test_non_integer_argument_errors
TestFloatNonIntegerArgument.test_reduce_axis_float_index
TestFromBuffer.test_empty
TestFunctionalizeCPU.test_multioutput_view_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestFunctionalizeCPU.test_simple_view_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestFunctionalizeCPU.test_vmap_functionalize_jvp_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestFX.test_custom_traceback_not_raised_when_exception_source_is_submodule [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestFXNumericSuiteCoreAPIs.test_user_defined_function [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestGenericCumSumProd.test_bad_axis_func0
TestGenericCumSumProd.test_bad_axis_func1
TestGenericReductions.test_bad_axis_func0
TestGenericReductions.test_bad_axis_func1
TestGenericReductions.test_bad_axis_func2
TestGenericReductions.test_bad_axis_func3
TestGenericReductions.test_bad_axis_func4
TestGenericReductions.test_bad_axis_func5
TestGenericReductions.test_bad_axis_func6
TestGenericReductions.test_bad_axis_func7
TestGenericReductions.test_bad_axis_func8
TestGenericReductions.test_bad_axis_func9
TestGenericReductions.test_bad_axis_func10
TestGenericReductions.test_bad_axis_func11
TestGradient.test_badargs
TestGradient.test_specific_axes
TestGradient.test_values
TestHessianCPU.test_jacfwd_different_levels_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestHessianCUDA.test_jacfwd_different_levels_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestHigherOrderOperatorInteractionCPU.test_grad_name_wrapping_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestHistogram.test_error_binnum_type
TestHistogram.test_finite_range
TestHistogram.test_one_bin
TestHistogram2d.test_binparameter_combination
TestHistogramdd.test_bins_error_2
TestHistogramdd.test_bins_errors
TestHistogramdd.test_equal_edges
TestHistogramdd.test_inf_edges
TestHistogramdd.test_weights
TestHsplit.test_0D_array
TestHsplit.test_non_iterable
TestHstack.test_empty_input
TestHstack.test_non_iterable
TestIndexing.test_broken_sequence_not_nd_index [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestIndexing.test_index_no_floats
TestIndexing.test_slicing_no_floats
TestIndexingCPU.test_byte_mask_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestIndexingCPU.test_empty_ndim_index_bool_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestIndexingCPU.test_index_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestIndexingCPU.test_index_limits_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestIndexingCPU.test_out_of_bound_index_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestIndexingCPU.test_zero_dim_index_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestInputAttrTracking.test_complex_attr_access_without_graph_breaks
TestInputAttrTracking.test_const_property_on_tensor
TestInputAttrTracking.test_set_data_on_input_tensor
TestInputAttrTracking.test_tensor_property_assigned_on_tensor
TestInputAttrTracking.test_tensor_property_on_tensor
TestIsScalar.test_is_not_scalar_value6
TestIterator.test_iterator [dynamo] Always trace into tensor subclass __torch_function__ (#149792) 2025-04-02 20:57:00 +00:00
TestJacCPU.test_against_reference_correctness_different_devices_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_against_reference_default_arg_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_against_reference_multi_input_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_against_reference_multi_input_multi_output_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_against_reference_simple_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_against_reference_unrelated_outputs_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_against_reference_zero_dim_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_argnums_defaults_to_zero_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_aux_pytree_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_dimensionality_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_empty_output_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_inplace_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_jac_with_non_tensor_args_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_multiple_inputs_outputs_pytree_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_multiple_inputs_pytree_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_multiple_outputs_multiple_argnums_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_multiple_outputs_single_argnums_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_outputs_can_any_pytree_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_unrelated_input_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJacCPU.test_unrelated_output_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestJit.test_batchnorm
TestLazyModules.test_lazy_batchnorm_with_dict_input
TestLazyModules.test_lazy_module_buffer [dynamo] Always trace into tensor subclass __torch_function__ (#149792) 2025-04-02 20:57:00 +00:00
TestLazyModules.test_lazy_module_jit_buffer [dynamo] Always trace into tensor subclass __torch_function__ (#149792) 2025-04-02 20:57:00 +00:00
TestLexsort.test_datetime
TestLexsort.test_mixed
TestLinalgCPU.test_addmm_sizes_cpu_float32
TestLinalgCPU.test_addmm_sizes_cpu_float64
TestLinalgCPU.test_addr_integral_cpu_int8
TestLinalgCPU.test_addr_integral_cpu_int16
TestLinalgCPU.test_addr_integral_cpu_int32
TestLinalgCPU.test_addr_integral_cpu_int64
TestLinalgCPU.test_addr_integral_cpu_uint8
TestLinalgCPU.test_geqrf_cpu_complex64
TestLinalgCPU.test_geqrf_cpu_complex128
TestLinalgCPU.test_geqrf_cpu_float32
TestLinalgCPU.test_geqrf_cpu_float64
TestLinalgCPU.test_householder_product_cpu_complex64
TestLinalgCPU.test_householder_product_cpu_complex128
TestLinalgCPU.test_householder_product_cpu_float32
TestLinalgCPU.test_householder_product_cpu_float64
TestLinalgCPU.test_pinv_cpu_complex64
TestLinalgCPU.test_pinv_cpu_complex128
TestLinalgCPU.test_pinv_cpu_float32
TestLinalgCPU.test_pinv_cpu_float64
TestLinalgCPU.test_solve_cpu_complex64
TestLinalgCPU.test_solve_cpu_complex128
TestLinalgCPU.test_solve_cpu_float32
TestLinalgCPU.test_solve_cpu_float64
TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_complex64
TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_complex128
TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_float32
TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_float64
TestMatmul.test_exceptions
TestMedian.test_extended_axis_invalid
TestMeshgrid.test_indexing
TestMetaKernel.test_addmm_invalid_dtype
TestMin.test_adapt
TestMin.test_attn
TestMin.test_big_split
TestMin.test_c
TestMin.test_compare_dims
TestMin.test_diag
TestMin.test_dim_args
TestMin.test_dims_with_size
TestMin.test_dir
TestMin.test_doc
TestMin.test_embed
TestMin.test_eq
TestMin.test_expand
TestMin.test_functorch
TestMin.test_hello
TestMin.test_index
TestMin.test_index_placement
TestMin.test_inplace
TestMin.test_manual_stuff
TestMin.test_mask
TestMin.test_max
TestMin.test_mm
TestMin.test_mm_fuse
TestMin.test_monkey
TestMin.test_network
TestMin.test_order
TestMin.test_order_keyword
TestMin.test_parse
TestMin.test_permute_orig
TestMin.test_seg
TestMin.test_simple
TestMin.test_softmax_split
TestMin.test_stack
TestMin.test_time_mm_fuse
TestMin.test_with_dims_split
TestMinFunctorchOnly.test_adapt
TestMinFunctorchOnly.test_attn
TestMinFunctorchOnly.test_big_split
TestMinFunctorchOnly.test_c
TestMinFunctorchOnly.test_compare_dims
TestMinFunctorchOnly.test_diag
TestMinFunctorchOnly.test_dim_args
TestMinFunctorchOnly.test_dims_with_size
TestMinFunctorchOnly.test_dir
TestMinFunctorchOnly.test_doc
TestMinFunctorchOnly.test_embed
TestMinFunctorchOnly.test_eq
TestMinFunctorchOnly.test_expand
TestMinFunctorchOnly.test_functorch
TestMinFunctorchOnly.test_hello
TestMinFunctorchOnly.test_index
TestMinFunctorchOnly.test_index_placement
TestMinFunctorchOnly.test_inplace
TestMinFunctorchOnly.test_manual_stuff
TestMinFunctorchOnly.test_mask
TestMinFunctorchOnly.test_max
TestMinFunctorchOnly.test_mm
TestMinFunctorchOnly.test_mm_fuse
TestMinFunctorchOnly.test_monkey
TestMinFunctorchOnly.test_network
TestMinFunctorchOnly.test_order
TestMinFunctorchOnly.test_order_keyword
TestMinFunctorchOnly.test_parse
TestMinFunctorchOnly.test_permute_orig
TestMinFunctorchOnly.test_seg
TestMinFunctorchOnly.test_simple
TestMinFunctorchOnly.test_softmax_split
TestMinFunctorchOnly.test_stack
TestMinFunctorchOnly.test_with_dims_split
TestMinMax.test_axis
TestMinMax.test_scalar
TestMisc.test_byteorder_check
TestMisc.test_generalized_raise_multiloop
TestMkldnnCPU.test_add_cpu
TestMkldnnCPU.test_copy_cpu
TestMkldnnCPU.test_mul_cpu
TestMkldnnCPU.test_sigmoid_cpu
TestMkldnnCPU.test_tanh_cpu
TestModuleHookNN.test_hook_inplace
TestMoveaxis.test_errors
TestMultiDot.test_dynamic_programming_optimization_and_out
TestMultiDot.test_three_arguments_and_out
TestMultiDot.test_too_few_input_arrays
TestMultiDot.test_two_arguments_and_out
TestMultiprocessing.test_empty_shared
TestMultiprocessing.test_fs_is_shared
TestMultiprocessing.test_inherit_tensor
TestMultiprocessing.test_is_shared
TestNamedTensor.test_flatten
TestNamedTensor.test_reduction_fns
TestNamedTensor.test_transpose_variants
TestNamedTensor.test_unary_propagate_names_fns
TestNamedTensor.test_unflatten
TestNamedTensor.test_using_unseen_interned_string_bumps_refcount_permanently
TestNamedTensor.test_using_unseen_uninterned_string_refcounts
TestNegative.test_exceptions
TestNestedTensor.test_binary_recompiles
TestNestedTensor.test_unbind
TestNestedTensorSubclassCPU.test_chunk_cpu Introduce UserDefinedExceptionClassVariable (#146504) 2025-03-11 18:55:45 +00:00
TestNN.test_fb_fc_packed
TestNN.test_linear_autograd_device_cuda_bias_weightCOO
TestNN.test_linear_autograd_device_cuda_bias_weightCSC
TestNN.test_linear_autograd_device_cuda_bias_weightCSR
TestNN.test_linear_autograd_device_cuda_nobias_weightCOO
TestNN.test_RNN_cell_forward_zero_hidden_size Introduce UserDefinedExceptionClassVariable (#146504) 2025-03-11 18:55:45 +00:00
TestNN.test_unflatten Introduce UserDefinedExceptionClassVariable (#146504) 2025-03-11 18:55:45 +00:00
TestNNDeviceTypeCPU.test_invalid_reduction_strings_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestNNDeviceTypeCPU.test_module_to_empty_cpu_float32 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestNNDeviceTypeCPU.test_module_to_empty_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestNNDeviceTypeCPU.test_nll_loss_byte_target_matches_long_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestNNDeviceTypeCPU.test_threshold_inplace_overlap_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestNNDeviceTypeCUDA.test_nll_loss_byte_target_matches_long_cuda
TestNNParametrization.test_deepcopy_after_parametrization_swap_True
TestNNParametrization.test_errors_unparametrized_tensor_parametrization_swap_True
TestNNParametrization.test_initialization_parametrization_swap_True
TestNNParametrization.test_new_spectral_norm_swap_True
TestNNParametrization.test_register_and_remove_buffer_parametrization_swap_True
TestNNParametrization.test_register_and_remove_nested_parametrization_swap_True
TestNNParametrization.test_register_and_remove_parametrization_swap_True
TestNNParametrization.test_serialization_parametrization_swap_True
TestNNParametrization.test_transfer_parametrizations_and_params_right_inverse_swap_True
TestNNParametrization.test_transfer_parametrizations_and_params_single_param_swap_True [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestNNParametrization.test_transfer_parametrizations_and_params_swap_True
TestNNParametrization.test_wrapper_subclass_parametrization_swap_True
TestNNParametrizationDeviceCUDA.test_weight_norm_parametrization_swap_False_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestNNParametrizationDeviceCUDA.test_weight_norm_parametrization_swap_True_cuda Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-1
TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-9
TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-10
TestNonzeroAndCountNonzero.test_count_nonzero_axis
TestNormDouble.test_axis
TestNormDouble.test_bad_args
TestNormDouble.test_matrix_2x2
TestNormInt64.test_axis
TestNormInt64.test_bad_args
TestNormInt64.test_matrix_2x2
TestNormSingle.test_axis
TestNormSingle.test_bad_args
TestNormSingle.test_matrix_2x2
TestNumPyInteropCPU.test_numpy_non_writeable_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestObserver.test_per_tensor_observers
TestOptimizations.test_example_inputs
TestOptimizations.test_example_inputs_runtime_use
TestOutDtypeOp.test_out_dtype_non_op_overload
TestOutDtypeOp.test_out_dtype_wrong_output
TestPadding.test_constant_padNd
TestPasses.test_functionalize_inline_contraints
TestPasses.test_views_op_having_view_copy
TestPercentile.test_extended_axis_invalid
TestPercentile.test_scalar_q
TestPoolingNN.test_MaxUnpool2d_output_size
TestPrivateUse1.test_backend_type_methods [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestProfiler.test_high_level_trace
TestProfiler.test_is_profiler_enabled
TestProfiler.test_source
TestProfiler.test_source_multithreaded_basic_work_in_main_thread_True
TestProfiler.test_source_multithreaded_close_in_scope_work_in_main_thread_True
TestProfiler.test_source_multithreaded_complex_work_in_main_thread_True
TestProfiler.test_source_multithreaded_multiple_preexisting_work_in_main_thread_True
TestProfiler.test_source_multithreaded_open_in_scope_work_in_main_thread_True
TestProfilerTree.test_profiler_experimental_tree_with_memory
TestProfilerTree.test_profiler_experimental_tree_with_memory_and_stack
TestProfilerTree.test_profiler_experimental_tree_with_record_function
TestProfilerTree.test_profiler_experimental_tree_with_stack_and_torch_dispatch
TestProfilerTree.test_profiler_experimental_tree_with_stack_and_torch_function
TestPutAlongAxis.test_broadcast
TestPutmask.test_byteorder_greater_False
TestPutmask.test_byteorder_greater_True
TestPutmask.test_record_array
TestPythonAutograd.test_backwards2
TestPythonAutograd.test_forwards1
TestPythonAutograd.test_forwards2
TestPythonAutograd.test_split
TestPythonDispatch.test_maybe_tuple_bug [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestPythonDispatch.test_set_data [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestPythonDispatch.test_wrapper_subclass_extra_dispatch_keys [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestPythonRegistration.test_finalizer
TestQR.test_mode_raw
TestQR.test_qr_empty_m_3_n_0
TestQR.test_qr_empty_m_0_n_0
TestQR.test_qr_empty_m_0_n_3
TestQuantile.test_quantile_monotonic_method_averaged_inverted_cdf
TestQuantile.test_quantile_monotonic_method_closest_observation
TestQuantile.test_quantile_monotonic_method_hazen
TestQuantile.test_quantile_monotonic_method_interpolated_inverted_cdf
TestQuantile.test_quantile_monotonic_method_inverted_cdf
TestQuantile.test_quantile_monotonic_method_median_unbiased
TestQuantile.test_quantile_monotonic_method_normal_unbiased
TestQuantile.test_quantile_monotonic_method_weibull
TestQuantizedEmbeddingOps.test_embedding_bag_2d_indices
TestQuantizedOps.test_custom_module_lstm
TestQuantizedOps.test_max_pool2d_cudnn
TestQuantizedOps.test_qtanh
TestQuantizedTensor.test_choose_qparams
TestQuantizedTensor.test_choose_qparams_optimized
TestQuantizedTensor.test_decomposed_dequantize_per_tensor
TestQuantizedTensor.test_decomposed_quantize_per_tensor
TestQuantizedTensor.test_decomposed_quantize_per_tensor_bfloat16_input
TestQuantizedTensor.test_fp16_saturate_op
TestQuantizedTensor.test_qtensor_cpu
TestQuantizedTensor.test_quantize_per_channel_sub_byte
TestReductionsCPU.test_std_vs_numpy_cpu_complex64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestReductionsCPU.test_std_vs_numpy_cpu_complex128 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestReductionsCPU.test_std_vs_numpy_cpu_float32 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestReductionsCPU.test_std_vs_numpy_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestReductionsCPU.test_var_vs_numpy_cpu_complex64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestReductionsCPU.test_var_vs_numpy_cpu_complex128 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestReductionsCPU.test_var_vs_numpy_cpu_float32 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestReductionsCPU.test_var_vs_numpy_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestRequire.test_C_and_F_simul
TestRequire.test_require_each
TestRequire.test_unknown_requirement
TestRollaxis.test_exceptions
TestRot90.test_basic
TestScalarIndexing.test_invalid_newaxis
TestScalarIndexing.test_invalid_subscript
TestScalarIndexing.test_invalid_subscript_assignment
TestScript.test_conv_error
TestScript.test_error_stacktrace_interface
TestScript.test_infer_size
TestScript.test_is_scripting
TestScript.test_method_overloading
TestScript.test_namedtuple_default_values_using_factory_constructor
TestScript.test_parse_nested_names
TestScript.test_parse_tensor_constants
TestScript.test_python_call
TestScript.test_script_pack_padded_sequence
TestScript.test_string_device_implicit_conversion
TestScript.test_torch_functional_tensordot_int
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_bfloat16_cpu_bfloat16 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float16_cpu_float16 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float32_cpu_float32 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float64_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_bfloat16_cpu_bfloat16 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float16_cpu_float16 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float32_cpu_float32 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float64_cpu_float64 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestSerialization.test_linear_relu_package_quantization_transforms Ensure Dynamo can trace through explicit dunder method call (#154366) 2025-07-04 00:46:05 +00:00
TestShapeOpsCUDA.test_flip_cuda_float32 Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestSortComplex.test_sort_real_type_in_g_type_out_G
TestSplit.test_unequal_split
TestStackMisc.test_stack
TestStatelessFunctionalAPI.test_functional_call_member_reference_stateless [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestStatelessFunctionalAPI.test_functional_call_member_reference_torch_func [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestStats.test_dtype_from_dtype
TestStats.test_out
TestSubclassSerialization.test_allowlist_for_weights_only
TestTake.test_raise
TestTakeAlongAxis.test_invalid
TestTEFuserDynamic.test_remove_output_used_only_in_size
TestTEFuserDynamic.test_to_dtype
TestTEFuserDynamic.test_torch_to
TestTEFuserStatic.test_inlined_optimized_graph
TestTEFuserStatic.test_remove_output_used_only_in_size
TestTEFuserStatic.test_to_dtype
TestTEFuserStatic.test_torch_to
TestTensorBoardUtils.test_numpy_vid_uint8
TestTensorCreationCPU.test_block_diag_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestTensorCreationCPU.test_constructor_dtypes_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestTensorProtoSummary.test_half_tensor_proto_bfloat16_proto_type_14
TestTensorProtoSummary.test_half_tensor_proto_float16_proto_type_19
TestTestParametrizationDeviceTypeCPU.test_modules_decorator_applies_module_and_param_specific_decorators_cpu [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTestParametrizationDeviceTypeCPU.test_ops_composition_names_cpu [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTestParametrizationDeviceTypeCPU.test_ops_decorator_applies_op_and_param_specific_decorators_cpu [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_as_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_map
TestTorch.test_new
TestTorch.test_parsing_intlist
TestTorch.test_print [Set] Support sets in VariableBuilder (#153150) 2025-07-04 00:45:03 +00:00
TestTorch.test_storage_cycle_via_slots [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_storage_finalizer_dealloc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_storage_slot_dealloc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_tensor_cycle_via_slots [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_tensor_finalizer_dealloc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_tensor_ressurecting_clear [dynamo] Support Tensor subclass that has dynamic attributes or calls Parameter.__torch_function__ (#149482) 2025-04-02 20:56:43 +00:00
TestTorch.test_tensor_slot_dealloc [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorch.test_type
TestTorch.test_upsample_nearest2d_meta
TestTorchbind.test_torchbind_inductor
TestTorchDeviceTypeCPU.test_broadcast_fn_add_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_addcdiv_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_addcmul_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_atan2_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_div_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_eq_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_fmod_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_ge_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_gt_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_le_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_lerp_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_lt_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_masked_fill_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_masked_scatter_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_mul_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_ne_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_pow_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_remainder_cpu
TestTorchDeviceTypeCPU.test_broadcast_fn_sub_cpu
TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool1d_cpu_float32
TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool1d_cpu_float64
TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool2d_cpu_float32
TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool2d_cpu_float64
TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool3d_cpu_float32
TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool3d_cpu_float64
TestTorchFunctionMode.test_custom_device_type [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorchFunctionMode.test_disable_enable_subclass [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorchFunctionMode.test_disable_subclass_mode [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorchFunctionMode.test_factory_override [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorchFunctionMode.test_mode_notimplemented_loop
TestTorchFunctionMode.test_modes_return_notimplemented
TestTorchFunctionMode.test_nested_modes_with_python_has_torch_function
TestTorchFunctionMode.test_subclass_hash [dynamo] Always trace into tensor subclass __torch_function__ (#149792) 2025-04-02 20:57:00 +00:00
TestTorchFunctionOverride.test_pow_rpow [dynamo] Graph break on on user-defined class in compiled region (#161670) 2025-09-10 04:39:20 +00:00
TestTorchFunctionOverride.test_Tensor___cuda_array_interface_____get__
TestTorchFunctionWarning.test_warn_on_invalid_torch_function_tensor_subclass [dynamo] Always trace into tensor subclass __torch_function__ (#149792) 2025-04-02 20:57:00 +00:00
TestTorchTidyProfiler.test_nnmodule_params
TestTorchTidyProfiler.test_tensorimpl_invalidation_full
TestTorchTidyProfiler.test_tensorimpl_invalidation_keep_alive
TestTorchTidyProfiler.test_tensorimpl_invalidation_scalar_args
TestTorchTidyProfiler.test_tensorimpl_invalidation_set
TestTrilIndicesFrom.test_exceptions
TestTriuIndicesFrom.test_exceptions
TestTypeHints.test_doc_examples
TestTypePromotionCPU.test_alpha_mismatch_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestTypePromotionCPU.test_alternate_result_cpu Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
TestUnflatten.test_unflatten_container_type
TestUnique.test_unique_axis
TestUnique.test_unique_axis_errors
TestVerifyCorrectness.test_incorrect_verify_true
TestVerifyCorrectness.test_torchscript
TestVmapAPI.test_fallback_does_not_warn_by_default
TestVmapAPI.test_out_dim_out_of_bounds_err_msg
TestVmapOperators.test_new_empty_strided
TestVsplit.test_1D_array
TestVsplit.test_0D_array
TestVsplit.test_non_iterable
TestVstack.test_empty_input
TestVstack.test_non_iterable
TestWhere.test_error
TraceRuleTests.test_skipfiles_inlinelist
UnspecTests.test_builtin_max_min Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
UnspecTests.test_conv1d_symint_padding Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
UnspecTests.test_isinstance_symint Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
UnspecTests.test_mark_01_dynamic Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
UnspecTests.test_no_recompilations Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
UnspecTests.test_no_recompiles Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
UnspecTests.test_propagate_dynamic_dim Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00
UnspecTests.test_use_and_specialize Revert "dynamo: Remove passing or deleted dynamo_expected_failures (#159691)" 2025-08-07 22:55:51 +00:00