Skip to main content

Module common

Module common 

Source

Structsยง

Config ๐Ÿ”’
Configuration for compiletest per invocation.
TargetCfg ๐Ÿ”’
TargetCfgs ๐Ÿ”’
TestPaths ๐Ÿ”’
Path information for a single test file.

Enumsยง

CodegenBackend ๐Ÿ”’
CompareMode ๐Ÿ”’
Debugger ๐Ÿ”’
Endian ๐Ÿ”’
FailMode ๐Ÿ”’
PanicStrategy ๐Ÿ”’
PassMode ๐Ÿ”’
RunFailMode ๐Ÿ”’
RunResult ๐Ÿ”’
Sanitizer ๐Ÿ”’
TestMode ๐Ÿ”’
TestSuite ๐Ÿ”’

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 ui tests to generate things like foo.stderr from foo.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_dir group should reside. Example:
output_testname_unique ๐Ÿ”’
Generates a unique name for the test, such as testname.revision.mode.
query_rustc_output ๐Ÿ”’
supported_crate_types ๐Ÿ”’