Structsยง
- Config ๐
- Configuration for
compiletestper invocation. - Target
Cfg ๐ - Target
Cfgs ๐ - Test
Paths ๐ - Path information for a single test file.
Enumsยง
- Codegen
Backend ๐ - Compare
Mode ๐ - Debugger ๐
- Endian ๐
- Fail
Mode ๐ - Panic
Strategy ๐ - Pass
Mode ๐ - RunFail
Mode ๐ - RunResult ๐
- Sanitizer ๐
- Test
Mode ๐ - Test
Suite ๐
Constantsยง
- KNOWN_
CRATE_ ๐TYPES - KNOWN_
TARGET_ ๐HAS_ ATOMIC_ WIDTHS - Known widths of
target_has_atomic. - UI_
COVERAGE ๐ - UI_
COVERAGE_ ๐MAP - UI_
EXTENSIONS ๐ - UI_
FIXED ๐ - UI_
RUN_ ๐STDERR - UI_
RUN_ ๐STDOUT - UI_
STDERR ๐ - UI_
STDERR_ ๐16 - UI_
STDERR_ ๐32 - UI_
STDERR_ ๐64 - UI_
STDOUT ๐ - UI_SVG ๐
- UI_
WINDOWS_ ๐SVG
Functionsยง
- builtin_
cfg_ ๐names - default_
binary_ ๐format_ elf - default_
os ๐ - default_
reloc_ ๐model - expected_
output_ ๐path - Used by
uitests to generate things likefoo.stderrfromfoo.rs. - extract_
cfg_ ๐name - Extract the cfg name from
cfg(name, values(...))lines - incremental_
dir ๐ - Absolute path to the directory to use for incremental compilation. Example: /path/to/build/host-tuple/test/ui/relative/testname.mode/testname.inc
- output_
base_ ๐dir - Absolute path to the directory where all output for the given test/revision should reside. Example: /path/to/build/host-tuple/test/ui/relative/testname.revision.mode/
- output_
base_ ๐name - Absolute path to the base filename used as output for the given test/revision. Example: /path/to/build/host-tuple/test/ui/relative/testname.revision.mode/testname
- output_
relative_ ๐path - Absolute path to the directory where all output for all tests in the given
relative_dirgroup should reside. Example: - output_
testname_ ๐unique - Generates a unique name for the test, such as
testname.revision.mode. - query_
rustc_ ๐output - supported_
crate_ ๐types