Skip to content

Commit 4b544a1

Browse files
committed
[DROP THIS] CI test commit
1 parent 3c95364 commit 4b544a1

File tree

194 files changed

+194
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+194
-194
lines changed

tests/ui/array-slice-vec/bounds-check-no-overflow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ run-fail
1+
//@ run-pass
22
//@ error-pattern:index out of bounds
33
//@ needs-subprocess
44

tests/ui/array-slice-vec/dst-raw-slice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Test bounds checking for DST raw slices
22

3-
//@ run-fail
3+
//@ run-pass
44
//@ error-pattern:index out of bounds
55
//@ needs-subprocess
66

tests/ui/array-slice-vec/vec-overrun.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ run-fail
1+
//@ run-pass
22
//@ error-pattern:index out of bounds: the len is 1 but the index is 2
33
//@ needs-subprocess
44

tests/ui/async-await/issues/issue-65419/issue-65419-async-fn-resume-after-completion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// issue 65419 - Attempting to run an async fn after completion mentions coroutines when it should
22
// be talking about `async fn`s instead.
33

4-
//@ run-fail
4+
//@ run-pass
55
//@ error-pattern: thread 'main' panicked
66
//@ error-pattern: `async fn` resumed after completion
77
//@ edition:2018

tests/ui/async-await/issues/issue-65419/issue-65419-async-fn-resume-after-panic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// issue 65419 - Attempting to run an async fn after completion mentions coroutines when it should
22
// be talking about `async fn`s instead. Should also test what happens when it panics.
33

4-
//@ run-fail
4+
//@ run-pass
55
//@ needs-unwind
66
//@ error-pattern: thread 'main' panicked
77
//@ error-pattern: `async fn` resumed after panicking

tests/ui/async-await/issues/issue-65419/issue-65419-coroutine-resume-after-completion.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// be talking about `async fn`s instead. Regression test added to make sure coroutines still
33
// panic when resumed after completion.
44

5-
//@ run-fail
5+
//@ run-pass
66
//@ error-pattern:coroutine resumed after completion
77
//@ edition:2018
88

tests/ui/binop/binop-fail-3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ run-fail
1+
//@ run-pass
22
//@ error-pattern:quux
33
//@ needs-subprocess
44

tests/ui/binop/binop-panic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ run-fail
1+
//@ run-pass
22
//@ error-pattern:quux
33
//@ needs-subprocess
44

tests/ui/borrowck/borrowck-local-borrow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ run-fail
1+
//@ run-pass
22
//@ error-pattern:panic 1
33
//@ needs-subprocess
44

tests/ui/borrowck/issue-28934.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Regression test: issue had to do with "givens" in region inference,
22
// which were not being considered during the contraction phase.
33

4-
//@ run-fail
4+
//@ run-pass
55
//@ error-pattern:explicit panic
66
//@ needs-subprocess
77

0 commit comments

Comments
 (0)