mirror of https://github.com/rust-lang/rust.git
Fix some minor issues from the ui-test auto-porting
This commit is contained in:
parent
78a7751270
commit
f11bd7e955
|
@ -1,7 +1,4 @@
|
|||
//
|
||||
|
||||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
// We specify opt-level=0 because `drop_in_place` is `Internal` when optimizing
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=lazy
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
//
|
||||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=eager -Zshare-generics=y
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=lazy
|
||||
//@ compile-flags:-Ccodegen-units=3
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
//
|
||||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=lazy
|
||||
//@ compile-flags:-Zinline-in-all-cgus
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
//
|
||||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
// We specify opt-level=0 because `drop_in_place` is `Internal` when optimizing
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=lazy
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=eager
|
||||
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
//
|
||||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=lazy
|
||||
//@ compile-flags:-Zinline-in-all-cgus=no
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
//
|
||||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=lazy
|
||||
//@ compile-flags:-Zinline-in-all-cgus
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
//
|
||||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=lazy
|
||||
//@ compile-flags:-Zinline-in-all-cgus
|
||||
|
|
|
@ -3,9 +3,7 @@
|
|||
// much sense at the moment.
|
||||
//@ ignore-test
|
||||
|
||||
//
|
||||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=lazy
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=eager
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
//
|
||||
//@ no-prefer-dynamic
|
||||
// NOTE: We always compile this test with -Copt-level=0 because higher opt-levels
|
||||
// prevent drop-glue from participating in share-generics.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=lazy
|
||||
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
//
|
||||
|
||||
// We specify incremental here because we want to test the partitioning for
|
||||
//@ incremental compilation
|
||||
// We specify incremental here because we want to test the partitioning for incremental compilation
|
||||
//@ incremental
|
||||
//@ compile-flags:-Zprint-mono-items=lazy
|
||||
//@ compile-flags:-Zinline-in-all-cgus
|
||||
|
|
Loading…
Reference in New Issue