diff options
| author | Michael Woerister <michaelwoerister@posteo.net> | 2016-05-13 20:47:32 -0400 |
|---|---|---|
| committer | Michael Woerister <michaelwoerister@posteo.net> | 2016-07-08 10:42:46 -0400 |
| commit | 2cd8cf92fcfa349750b520fb26293ae585656eea (patch) | |
| tree | bb58e11a0d675f13a86c77394a3436b66ea4b50c /src/test/codegen-units | |
| parent | 5f3fefc77dcaeb0f2ca409a7087d0e04ae2e3554 (diff) | |
| download | rust-2cd8cf92fcfa349750b520fb26293ae585656eea.tar.gz rust-2cd8cf92fcfa349750b520fb26293ae585656eea.zip | |
Ignore closure-related translation item collection tests.
Diffstat (limited to 'src/test/codegen-units')
| -rw-r--r-- | src/test/codegen-units/item-collection/cross-crate-closures.rs | 5 | ||||
| -rw-r--r-- | src/test/codegen-units/item-collection/non-generic-closures.rs | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/test/codegen-units/item-collection/cross-crate-closures.rs b/src/test/codegen-units/item-collection/cross-crate-closures.rs index 546bb235a5f..2b5ac7e8d80 100644 --- a/src/test/codegen-units/item-collection/cross-crate-closures.rs +++ b/src/test/codegen-units/item-collection/cross-crate-closures.rs @@ -8,6 +8,11 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// In the current version of the collector that still has to support +// legacy-trans, closures do not generate their own TransItems, so we are +// ignoring this test until MIR trans has taken over completely +// ignore-test + // ignore-tidy-linelength // compile-flags:-Zprint-trans-items=eager diff --git a/src/test/codegen-units/item-collection/non-generic-closures.rs b/src/test/codegen-units/item-collection/non-generic-closures.rs index ba77266d072..278e9189dd6 100644 --- a/src/test/codegen-units/item-collection/non-generic-closures.rs +++ b/src/test/codegen-units/item-collection/non-generic-closures.rs @@ -8,6 +8,11 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// In the current version of the collector that still has to support +// legacy-trans, closures do not generate their own TransItems, so we are +// ignoring this test until MIR trans has taken over completely +// ignore-test + // ignore-tidy-linelength // compile-flags:-Zprint-trans-items=eager |
