File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -251,12 +251,17 @@ convenient and flexible support for out-of-tree builds.
251
251
TEST STATUS RESULTS
252
252
-------------------
253
253
254
- Each test ultimately produces one of the following six results:
254
+ Each test ultimately produces one of the following eight results:
255
255
256
256
**PASS **
257
257
258
258
The test succeeded.
259
259
260
+ **FLAKYPASS **
261
+
262
+ The test succeeded after being re-run more than once. This only applies to
263
+ tests containing an ``ALLOW_RETRIES: `` annotation.
264
+
260
265
**XFAIL **
261
266
262
267
The test failed, but that is expected. This is used for test formats which allow
@@ -283,6 +288,11 @@ Each test ultimately produces one of the following six results:
283
288
The test is not supported in this environment. This is used by test formats
284
289
which can report unsupported tests.
285
290
291
+ **TIMEOUT **
292
+
293
+ The test was run, but it timed out before it was able to complete. This is
294
+ considered a failure.
295
+
286
296
Depending on the test format tests may produce additional information about
287
297
their status (generally only for failures). See the :ref: `output-options `
288
298
section for more information.
You can’t perform that action at this time.
0 commit comments