pytorch/test/dynamo/cpython/3_13
linhaifeng 695cb0d342 [2/N][Fix] Fix typo in test folder (#166374)
Fix typo in test folder.

_typos.toml
```bash
[default.extend-words]
nd = "nd"
arange = "arange"
Nd = "Nd"
GLOBALs = "GLOBALs"
hte = "hte"
iy = "iy"
PN = "PN"
Dout = "Dout"
optin = "optin"
gam = "gam"
PTD = "PTD"
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/166374
Approved by: https://github.com/cyyever, https://github.com/ezyang
2025-10-29 03:02:07 +00:00
..
data Add CPython generator/contextlib tests (#150796) 2025-06-24 13:15:04 +00:00
mathdata [2/N][Fix] Fix typo in test folder (#166374) 2025-10-29 03:02:07 +00:00
test_unittest Add CPython tests for unittest (#150788) 2025-05-27 20:26:17 +00:00
typinganndata Add CPython dict tests (#150791) 2025-05-30 18:17:09 +00:00
CHANGES.txt Add infra to run CPython tests under Dynamo (#150787) 2025-05-07 04:03:14 +00:00
exception_hierarchy.txt Add CPython exception tests (#150789) 2025-06-24 18:06:42 +00:00
LICENSE Add infra to run CPython tests under Dynamo (#150787) 2025-05-07 04:03:14 +00:00
list_tests.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
list_tests.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
mapping_tests.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
mapping_tests.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
seq_tests.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
seq_tests.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_baseexception.diff [Dynamo] Fixes for exceptions (#153966) 2025-10-14 22:03:58 +00:00
test_baseexception.py [Dynamo] Fixes for exceptions (#153966) 2025-10-14 22:03:58 +00:00
test_bool.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_bool.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_cmath.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_cmath.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_collections.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_collections.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_complex.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_complex.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_contextlib.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_contextlib.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_defaultdict.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_defaultdict.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_dict.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_dict.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_exception_variations.diff Tag CPython test files with the commit or tag they were copied from. (#158038) 2025-07-14 15:42:19 +00:00
test_exception_variations.py Tag CPython test files with the commit or tag they were copied from. (#158038) 2025-07-14 15:42:19 +00:00
test_exceptions.diff [Dynamo] Fixes for exceptions (#153966) 2025-10-14 22:03:58 +00:00
test_exceptions.py [Dynamo] Fixes for exceptions (#153966) 2025-10-14 22:03:58 +00:00
test_float.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_float.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_generator_stop.diff Tag CPython test files with the commit or tag they were copied from. (#158038) 2025-07-14 15:42:19 +00:00
test_generator_stop.py Tag CPython test files with the commit or tag they were copied from. (#158038) 2025-07-14 15:42:19 +00:00
test_generators.diff [generator] Raise StopIteration(value) with value from the return stmt (#157152) 2025-08-15 01:42:40 +00:00
test_generators.py Tag CPython test files with the commit or tag they were copied from. (#158038) 2025-07-14 15:42:19 +00:00
test_heapq.diff Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
test_heapq.py Add CPython test for heapq (#159370) 2025-07-30 18:43:06 +00:00
test_int_literal.diff Tag CPython test files with the commit or tag they were copied from. (#158038) 2025-07-14 15:42:19 +00:00
test_int_literal.py Tag CPython test files with the commit or tag they were copied from. (#158038) 2025-07-14 15:42:19 +00:00
test_int.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_int.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_iter.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_iter.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_itertools.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_itertools.py [2/N][Fix] Fix typo in test folder (#166374) 2025-10-29 03:02:07 +00:00
test_list.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_list.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_math.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_math.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_numeric_tower.diff Add CPython test test_numeric_tower (#157801) 2025-07-11 00:12:50 +00:00
test_numeric_tower.py Add CPython test test_numeric_tower (#157801) 2025-07-11 00:12:50 +00:00
test_operator.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_operator.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_ordered_dict.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_ordered_dict.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_raise.diff [Dynamo] Fixes for exceptions (#153966) 2025-10-14 22:03:58 +00:00
test_raise.py [Dynamo] Fixes for exceptions (#153966) 2025-10-14 22:03:58 +00:00
test_range.diff Fix range.__getitem__() (#161804) 2025-09-04 02:33:03 +00:00
test_range.py Fix range.__getitem__() (#161804) 2025-09-04 02:33:03 +00:00
test_set.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_set.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_sort.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_sort.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_sys.diff Tag CPython test files with the commit or tag they were copied from. (#158038) 2025-07-14 15:42:19 +00:00
test_sys.py Tag CPython test files with the commit or tag they were copied from. (#158038) 2025-07-14 15:42:19 +00:00
test_tuple.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_tuple.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_userdict.diff Tag CPython test files with the commit or tag they were copied from. (#158038) 2025-07-14 15:42:19 +00:00
test_userdict.py Tag CPython test files with the commit or tag they were copied from. (#158038) 2025-07-14 15:42:19 +00:00
test_userlist.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_userlist.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_with.diff [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00
test_with.py [dynamo] rename set_fullgraph to error_on_graph_break (#161739) 2025-09-04 01:15:06 +00:00