[AUTO-GENERATED] Migrate ui tests from // to //@ directives
This commit is contained in:
parent
e53d6dd35b
commit
ec2cc761bc
9925 changed files with 16397 additions and 16397 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// no-prefer-dynamic
|
||||
//@ no-prefer-dynamic
|
||||
|
||||
#![crate_type = "rlib"]
|
||||
#![no_std]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// no-prefer-dynamic
|
||||
//@ no-prefer-dynamic
|
||||
|
||||
// This aux-file will require the eh_personality function to be codegen'd, but
|
||||
// it hasn't been defined just yet. Make sure we don't explode.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// compile-flags:-C panic=abort
|
||||
//@ compile-flags:-C panic=abort
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// compile-flags:-C panic=abort
|
||||
//@ compile-flags:-C panic=abort
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// compile-flags:-C panic=abort
|
||||
//@ compile-flags:-C panic=abort
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// compile-flags:-C panic=abort
|
||||
//@ compile-flags:-C panic=abort
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// compile-flags:-C panic=abort
|
||||
//@ compile-flags:-C panic=abort
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// compile-flags:-C panic=abort
|
||||
//@ compile-flags:-C panic=abort
|
||||
|
||||
#![feature(lang_items)]
|
||||
#![no_std]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// dont-check-compiler-stderr
|
||||
// error-pattern: `#[panic_handler]` function required, but not found
|
||||
//@ dont-check-compiler-stderr
|
||||
//@ error-pattern: `#[panic_handler]` function required, but not found
|
||||
|
||||
#![feature(lang_items)]
|
||||
#![no_main]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// compile-flags:-C panic=abort
|
||||
//@ compile-flags:-C panic=abort
|
||||
|
||||
#![feature(lang_items)]
|
||||
#![feature(no_core)]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// normalize-stderr-test "loaded from .*libstd-.*.rlib" -> "loaded from SYSROOT/libstd-*.rlib"
|
||||
// error-pattern: found duplicate lang item `panic_impl`
|
||||
//@ normalize-stderr-test "loaded from .*libstd-.*.rlib" -> "loaded from SYSROOT/libstd-*.rlib"
|
||||
//@ error-pattern: found duplicate lang item `panic_impl`
|
||||
|
||||
|
||||
use std::panic::PanicInfo;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// dont-check-compiler-stderr
|
||||
// aux-build:some-panic-impl.rs
|
||||
//@ dont-check-compiler-stderr
|
||||
//@ aux-build:some-panic-impl.rs
|
||||
|
||||
#![feature(lang_items)]
|
||||
#![no_std]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// compile-flags:-C panic=abort
|
||||
// only-x86_64
|
||||
//@ compile-flags:-C panic=abort
|
||||
//@ only-x86_64
|
||||
|
||||
#![feature(target_feature_11)]
|
||||
#![no_std]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// compile-flags:-C panic=abort
|
||||
//@ compile-flags:-C panic=abort
|
||||
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
// run-pass
|
||||
// aux-build:weak-lang-items.rs
|
||||
//@ run-pass
|
||||
//@ aux-build:weak-lang-items.rs
|
||||
|
||||
// pretty-expanded FIXME #23616
|
||||
//@ pretty-expanded FIXME #23616
|
||||
|
||||
extern crate weak_lang_items as other;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
// aux-build:weak-lang-items.rs
|
||||
// error-pattern: `#[panic_handler]` function required, but not found
|
||||
// error-pattern: unwinding panics are not supported without std
|
||||
// needs-unwind since it affects the error output
|
||||
// ignore-emscripten missing eh_catch_typeinfo lang item
|
||||
//@ aux-build:weak-lang-items.rs
|
||||
//@ error-pattern: `#[panic_handler]` function required, but not found
|
||||
//@ error-pattern: unwinding panics are not supported without std
|
||||
//@ needs-unwind since it affects the error output
|
||||
//@ ignore-emscripten missing eh_catch_typeinfo lang item
|
||||
|
||||
#![no_std]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue