@@ -899,6 +899,7 @@ test.ann_module
899899test.ann_module2
900900test.ann_module3
901901test.audiotests
902+ test.audit-tests
902903test.autotest
903904test.bad_coding
904905test.bad_coding2
@@ -923,6 +924,7 @@ test.dataclass_module_1
923924test.dataclass_module_1_str
924925test.dataclass_module_2
925926test.dataclass_module_2_str
927+ test.dataclass_textanno
926928test.datetimetester
927929test.dis_module
928930test.doctest_aliases
@@ -1015,11 +1017,13 @@ test.test_asyncio.echo
10151017test.test_asyncio.echo2
10161018test.test_asyncio.echo3
10171019test.test_asyncio.functional
1020+ test.test_asyncio.test_asyncio_waitfor
10181021test.test_asyncio.test_base_events
10191022test.test_asyncio.test_buffered_proto
10201023test.test_asyncio.test_context
10211024test.test_asyncio.test_events
10221025test.test_asyncio.test_futures
1026+ test.test_asyncio.test_futures2
10231027test.test_asyncio.test_locks
10241028test.test_asyncio.test_pep492
10251029test.test_asyncio.test_proactor_events
@@ -1296,6 +1300,7 @@ test.test_importlib.source.test_file_loader
12961300test.test_importlib.source.test_finder
12971301test.test_importlib.source.test_path_hook
12981302test.test_importlib.source.test_source_encoding
1303+ test.test_importlib.stubs
12991304test.test_importlib.test_abc
13001305test.test_importlib.test_api
13011306test.test_importlib.test_lazy
@@ -1617,11 +1622,13 @@ tkinter.test
16171622tkinter.test.runtktests
16181623tkinter.test.support
16191624tkinter.test.test_tkinter
1625+ tkinter.test.test_tkinter.test_colorchooser
16201626tkinter.test.test_tkinter.test_font
16211627tkinter.test.test_tkinter.test_geometry_managers
16221628tkinter.test.test_tkinter.test_images
16231629tkinter.test.test_tkinter.test_loadtk
16241630tkinter.test.test_tkinter.test_misc
1631+ tkinter.test.test_tkinter.test_simpledialog
16251632tkinter.test.test_tkinter.test_text
16261633tkinter.test.test_tkinter.test_variables
16271634tkinter.test.test_tkinter.test_widgets
@@ -1748,7 +1755,15 @@ xml.etree.cElementTree
17481755xml.parsers
17491756xml.parsers.expat
17501757xml.parsers.expat.errors
1758+ xml.parsers.expat.errors.dom
1759+ xml.parsers.expat.errors.etree
1760+ xml.parsers.expat.errors.parsers
1761+ xml.parsers.expat.errors.sax
17511762xml.parsers.expat.model
1763+ xml.parsers.expat.model.dom
1764+ xml.parsers.expat.model.etree
1765+ xml.parsers.expat.model.parsers
1766+ xml.parsers.expat.model.sax
17521767xml.sax
17531768xml.sax._exceptions
17541769xml.sax.expatreader
0 commit comments