Skip to content

Commit 050d59b

Browse files
authored
add help blurb for "extralargefile" (#127710)
1 parent 212448b commit 050d59b

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

Lib/test/libregrtest/cmdline.py

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -87,38 +87,40 @@
8787
The argument is a comma-separated list of words indicating the
8888
resources to test. Currently only the following are defined:
8989
90-
all - Enable all special resources.
90+
all - Enable all special resources.
9191
92-
none - Disable all special resources (this is the default).
92+
none - Disable all special resources (this is the default).
9393
94-
audio - Tests that use the audio device. (There are known
95-
cases of broken audio drivers that can crash Python or
96-
even the Linux kernel.)
94+
audio - Tests that use the audio device. (There are known
95+
cases of broken audio drivers that can crash Python or
96+
even the Linux kernel.)
9797
98-
curses - Tests that use curses and will modify the terminal's
99-
state and output modes.
98+
curses - Tests that use curses and will modify the terminal's
99+
state and output modes.
100100
101-
largefile - It is okay to run some test that may create huge
102-
files. These tests can take a long time and may
103-
consume >2 GiB of disk space temporarily.
101+
largefile - It is okay to run some test that may create huge
102+
files. These tests can take a long time and may
103+
consume >2 GiB of disk space temporarily.
104104
105-
network - It is okay to run tests that use external network
106-
resource, e.g. testing SSL support for sockets.
105+
extralargefile - Like 'largefile', but even larger (and slower).
107106
108-
decimal - Test the decimal module against a large suite that
109-
verifies compliance with standards.
107+
network - It is okay to run tests that use external network
108+
resource, e.g. testing SSL support for sockets.
110109
111-
cpu - Used for certain CPU-heavy tests.
110+
decimal - Test the decimal module against a large suite that
111+
verifies compliance with standards.
112112
113-
walltime - Long running but not CPU-bound tests.
113+
cpu - Used for certain CPU-heavy tests.
114114
115-
subprocess Run all tests for the subprocess module.
115+
walltime - Long running but not CPU-bound tests.
116116
117-
urlfetch - It is okay to download files required on testing.
117+
subprocess Run all tests for the subprocess module.
118118
119-
gui - Run tests that require a running GUI.
119+
urlfetch - It is okay to download files required on testing.
120120
121-
tzdata - Run tests that require timezone data.
121+
gui - Run tests that require a running GUI.
122+
123+
tzdata - Run tests that require timezone data.
122124
123125
To enable all resources except one, use '-uall,-<resource>'. For
124126
example, to run all the tests except for the gui tests, give the

0 commit comments

Comments
 (0)