about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2024-07-12 18:16:30 -0700
committerMichael Howell <michael@notriddle.com>2024-07-12 18:18:30 -0700
commit42ee400b0ffa7eeffb51e5b1e2e3fbcc6a130e0c (patch)
tree0870ee46fd7e716b7cf0ae2dbc9a1a785db5389d
parent17419f6499546443fd311cc81a0d44ae233c306f (diff)
downloadrust-42ee400b0ffa7eeffb51e5b1e2e3fbcc6a130e0c.tar.gz
rust-42ee400b0ffa7eeffb51e5b1e2e3fbcc6a130e0c.zip
Move assertion-free rustdoc ice tests to rustdoc-ui
-rw-r--r--tests/rustdoc-ui/ice-assoc-type-loop-102154.rs (renamed from tests/rustdoc/ice-assoc-type-loop-102154.rs)1
-rw-r--r--tests/rustdoc-ui/ice-method-where-clause-circular-100620.rs (renamed from tests/rustdoc/ice-method-where-clause-circular-100620.rs)1
-rw-r--r--tests/rustdoc-ui/ice-unresolved-import-100241.rs (renamed from tests/rustdoc/ice-unresolved-import-100241.rs)0
3 files changed, 2 insertions, 0 deletions
diff --git a/tests/rustdoc/ice-assoc-type-loop-102154.rs b/tests/rustdoc-ui/ice-assoc-type-loop-102154.rs
index 58cabe76927..68e22ce6ea1 100644
--- a/tests/rustdoc/ice-assoc-type-loop-102154.rs
+++ b/tests/rustdoc-ui/ice-assoc-type-loop-102154.rs
@@ -1,3 +1,4 @@
+//@ check-pass
 // https://github.com/rust-lang/rust/issues/102154
 
 trait A<Y, N> {
diff --git a/tests/rustdoc/ice-method-where-clause-circular-100620.rs b/tests/rustdoc-ui/ice-method-where-clause-circular-100620.rs
index 39d70bab29e..e12b214410b 100644
--- a/tests/rustdoc/ice-method-where-clause-circular-100620.rs
+++ b/tests/rustdoc-ui/ice-method-where-clause-circular-100620.rs
@@ -1,3 +1,4 @@
+//@ check-pass
 // https://github.com/rust-lang/rust/issues/100620
 
 pub trait Bar<S> {}
diff --git a/tests/rustdoc/ice-unresolved-import-100241.rs b/tests/rustdoc-ui/ice-unresolved-import-100241.rs
index eef4b8355bf..eef4b8355bf 100644
--- a/tests/rustdoc/ice-unresolved-import-100241.rs
+++ b/tests/rustdoc-ui/ice-unresolved-import-100241.rs