Struct compiletest_rs::header::TestProps [] [src]

pub struct TestProps {
    pub error_patterns: Vec<String>,
    pub compile_flags: Vec<String>,
    pub run_flags: Option<String>,
    pub pp_exact: Option<PathBuf>,
    pub aux_builds: Vec<String>,
    pub rustc_env: Vec<(String, String)>,
    pub exec_env: Vec<(String, String)>,
    pub check_lines: Vec<String>,
    pub build_aux_docs: bool,
    pub force_host: bool,
    pub check_stdout: bool,
    pub no_prefer_dynamic: bool,
    pub pretty_expanded: bool,
    pub pretty_mode: String,
    pub pretty_compare_only: bool,
    pub forbid_output: Vec<String>,
    pub revisions: Vec<String>,
    pub incremental_dir: Option<PathBuf>,
    pub must_compile_successfully: bool,
}

Fields

Methods

impl TestProps
[src]

[src]

[src]

[src]

[src]

Load properties from testfile into props. If a property is tied to a particular revision foo (indicated by writing //[foo]), then the property is ignored unless cfg is Some("foo").

Trait Implementations

impl Clone for TestProps
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TestProps
[src]

[src]

Formats the value using the given formatter.