rust/src/test/ui/conditional-compilation
Felix S. Klock II a2e090624e Removed #[rustc_error] from tests that are all // compile-pass.
I also added `// skip-codegen` to each one, to address potential concerns
that this change would otherwise slow down our test suite spending time
generating code for files that are really just meant to be checks of
compiler diagnostics.

(However, I will say: My preference is to not use `// skip-codegen` if
one can avoid it. We can use all the testing of how we drive LLVM that
we can get...)

(Updated post rebase.)
2018-11-07 13:09:52 +01:00
..
auxiliary Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-arg-invalid-1.rs Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-arg-invalid-2.rs Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-arg-invalid-3.rs Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-arg-invalid-4.rs Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-arg-invalid-5.rs Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-attr-cfg-2.rs Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-attr-cfg-2.stderr Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-attr-crate-2.rs Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-attr-crate-2.stderr cfg_attr_multi: Basic implementation 2018-10-05 17:29:17 -07:00
cfg-attr-invalid-predicate.rs Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-attr-invalid-predicate.stderr Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-attr-multi-false.rs fix typos in various places 2018-10-23 15:56:25 +02:00
cfg-attr-multi-invalid-1.rs cfg_attr_multi: Feature gate 2018-10-07 02:08:24 -07:00
cfg-attr-multi-invalid-1.stderr cfg_attr_multi: Feature gate 2018-10-07 02:08:24 -07:00
cfg-attr-multi-invalid-2.rs cfg_attr_multi: Feature gate 2018-10-07 02:08:24 -07:00
cfg-attr-multi-invalid-2.stderr cfg_attr_multi: Feature gate 2018-10-07 02:08:24 -07:00
cfg-attr-multi-true.rs Unused result warning: "X which must" ↦ "X that must" 2018-10-14 18:25:30 +01:00
cfg-attr-multi-true.stderr Unused result warning: "X which must" ↦ "X that must" 2018-10-14 18:25:30 +01:00
cfg-attr-parse.rs cfg_attr_multi: Basic implementation 2018-10-05 17:29:17 -07:00
cfg-attr-parse.stderr cfg_attr_multi: Basic implementation 2018-10-05 17:29:17 -07:00
cfg-attr-syntax-validation.rs add expected error comment 2018-10-23 09:03:11 +08:00
cfg-attr-syntax-validation.stderr add expected error comment 2018-10-23 09:03:35 +08:00
cfg-attr-unknown-attribute-macro-expansion.rs Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-attr-unknown-attribute-macro-expansion.stderr Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-empty-codemap.rs Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-in-crate-1.rs Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-in-crate-1.stderr Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-non-opt-expr.rs Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg-non-opt-expr.stderr Move conditional configuration related UI tests into their own directory 2018-10-05 00:13:23 -07:00
cfg_attr_path.rs Removed #[rustc_error] from tests that are all // compile-pass. 2018-11-07 13:09:52 +01:00