tests: ensure disabled tests have a reason
This commit is contained in:
parent
762ecf8e00
commit
db6e3aa913
7 changed files with 7 additions and 7 deletions
|
@ -1,2 +1,2 @@
|
|||
//! Not used by compiler, this is used by bootstrap cli self-test.
|
||||
//@ ignore-test
|
||||
//@ ignore-test (used by bootstrap)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
//! Not used by compiler, used by bootstrap cli self-test.
|
||||
//@ ignore-test
|
||||
//@ ignore-test (used by bootstrap)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
//@ ignore-test
|
||||
//@ ignore-test (auxiliary)
|
||||
|
||||
// Companion to allow-in-other-module.rs
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
//@ compile-flags: -Copt-level=3 -Cdebug-assertions=no -Zub-checks=yes
|
||||
//@ error-pattern: unsafe precondition(s) violated: ptr::read requires
|
||||
//@ revisions: null misaligned
|
||||
//@ ignore-test
|
||||
//@ ignore-test (unimplemented)
|
||||
|
||||
use std::ptr;
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
//@ compile-flags: -Copt-level=3 -Cdebug-assertions=no -Zub-checks=yes
|
||||
//@ error-pattern: unsafe precondition(s) violated: ptr::write requires
|
||||
//@ revisions: null misaligned
|
||||
//@ ignore-test
|
||||
//@ ignore-test (unimplemented)
|
||||
|
||||
use std::ptr;
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
//@ compile-flags: -Copt-level=3 -Cdebug-assertions=no -Zub-checks=yes
|
||||
//@ error-pattern: unsafe precondition(s) violated: ptr::write requires
|
||||
//@ revisions: null misaligned
|
||||
//@ ignore-test
|
||||
//@ ignore-test (unimplemented)
|
||||
|
||||
use std::ptr;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//@ compile-flags: -Znext-solver
|
||||
//@ ignore-test
|
||||
//@ ignore-test (see #114196)
|
||||
|
||||
trait Trait {
|
||||
type Gat<'lt>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue