tests: ensure disabled tests have a reason

This commit is contained in:
Jieyou Xu 2025-04-12 15:24:25 +08:00
parent 762ecf8e00
commit db6e3aa913
No known key found for this signature in database
GPG key ID: 045B995028EA6AFC
7 changed files with 7 additions and 7 deletions

View file

@ -1,2 +1,2 @@
//! Not used by compiler, this is used by bootstrap cli self-test.
//@ ignore-test
//@ ignore-test (used by bootstrap)

View file

@ -1,2 +1,2 @@
//! Not used by compiler, used by bootstrap cli self-test.
//@ ignore-test
//@ ignore-test (used by bootstrap)

View file

@ -1,4 +1,4 @@
//@ ignore-test
//@ ignore-test (auxiliary)
// Companion to allow-in-other-module.rs

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -1,5 +1,5 @@
//@ compile-flags: -Znext-solver
//@ ignore-test
//@ ignore-test (see #114196)
trait Trait {
type Gat<'lt>;