mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
tests: ensure disabled tests have a reason
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user