Rollup merge of #64067 - Mark-Simulacrum:valgrind-dyn, r=alexcrichton
Remove no-prefer-dynamic from valgrind tests This seems to be working locally. Resolves #31968
This commit is contained in:
commit
e61813548a
10 changed files with 0 additions and 17 deletions
|
@ -1,5 +1,3 @@
|
||||||
// no-prefer-dynamic
|
|
||||||
|
|
||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
|
|
||||||
// check dtor calling order when casting enums.
|
// check dtor calling order when casting enums.
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// no-prefer-dynamic
|
|
||||||
|
|
||||||
// This would previously leak the Box<Trait> because we wouldn't
|
// This would previously leak the Box<Trait> because we wouldn't
|
||||||
// schedule cleanups when auto borrowing trait objects.
|
// schedule cleanups when auto borrowing trait objects.
|
||||||
// This program should be valgrind clean.
|
// This program should be valgrind clean.
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// no-prefer-dynamic
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let _ = std::io::stdin();
|
let _ = std::io::stdin();
|
||||||
let _ = std::io::stdout();
|
let _ = std::io::stdout();
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// no-prefer-dynamic
|
|
||||||
// ignore-emscripten
|
// ignore-emscripten
|
||||||
|
|
||||||
thread_local!(static FOO: Foo = Foo);
|
thread_local!(static FOO: Foo = Foo);
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// no-prefer-dynamic
|
|
||||||
|
|
||||||
static mut DROP_RAN: bool = false;
|
static mut DROP_RAN: bool = false;
|
||||||
|
|
||||||
struct Foo;
|
struct Foo;
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// no-prefer-dynamic
|
|
||||||
|
|
||||||
static mut DROP_RAN: isize = 0;
|
static mut DROP_RAN: isize = 0;
|
||||||
|
|
||||||
struct Foo;
|
struct Foo;
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// no-prefer-dynamic
|
|
||||||
|
|
||||||
#![feature(unsized_tuple_coercion)]
|
#![feature(unsized_tuple_coercion)]
|
||||||
|
|
||||||
static mut DROP_RAN: bool = false;
|
static mut DROP_RAN: bool = false;
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// no-prefer-dynamic
|
|
||||||
|
|
||||||
#![feature(unsized_tuple_coercion)]
|
#![feature(unsized_tuple_coercion)]
|
||||||
|
|
||||||
static mut DROP_RAN: isize = 0;
|
static mut DROP_RAN: isize = 0;
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// no-prefer-dynamic
|
|
||||||
// ignore-cloudabi
|
// ignore-cloudabi
|
||||||
// ignore-emscripten
|
// ignore-emscripten
|
||||||
// ignore-sgx no processes
|
// ignore-sgx no processes
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
// no-prefer-dynamic
|
|
||||||
// pretty-expanded FIXME #23616
|
// pretty-expanded FIXME #23616
|
||||||
|
|
||||||
#![feature(rustc_private)]
|
#![feature(rustc_private)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue