-
Notifications
You must be signed in to change notification settings - Fork 13.9k
tests/debuginfo/closures.rs: Activate misspelled cdb-check
#148097
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
Re-rolling reviewer since Mark-Simulacrum is already assigned to #147728 and I want to spread the load. r? compiler |
|
@bors try jobs=x86_64-msvc-1,i686-msvc-1 |
tests/debuginfo/closures.rs: Activate misspelled `cdb-check` try-job: x86_64-msvc-1 try-job: i686-msvc-1
This comment has been minimized.
This comment has been minimized.
|
This passed try jobs, so let's just merge it without further ceremony. @bors r+ rollup |
…lathar tests/debuginfo/closures.rs: Activate misspelled `cdb-check` Split out from rust-lang#147799 because these seemingly simple corrections can turn out to be non-trivial. See rust-lang#147728 for example.
Rollup of 4 pull requests Successful merges: - #145665 (Don't require `T: RefUnwindSafe` for `vec::IntoIter<T>: UnwindSafe`) - #147728 (tests: activate misspelled `gdb-check` in `function-arg-initialization.rs`) - #148097 (tests/debuginfo/closures.rs: Activate misspelled `cdb-check`) - #148118 (Improve the ICE message for invalid nullary intrinsic calls) r? `@ghost` `@rustbot` modify labels: rollup
…lathar tests/debuginfo/closures.rs: Activate misspelled `cdb-check` Split out from rust-lang#147799 because these seemingly simple corrections can turn out to be non-trivial. See rust-lang#147728 for example.
|
Failed in rollup in @bors r- retry |
|
Bors seems to be in an invalid state. Maybe this will fix it: @bors r- |
|
Strange. In the failure we can read: but in the output we can find that exact line byte-by-byte: I can also reproduce this on I will add a FIXME as part of #147799. |
So that when we later add support for revisions we can use the same syntax for revisions as elsewhere. This also prevents people from making typos for commands since `src/tools/compiletest/src/directives/directive_names.rs` will catch such typos now. Note that we add three FIXMEs for non-trivial changes that need to be done later: ``` // FIXME(rust-lang#148097): Change `// cdb-checksimple_closure` to `//@ cdb-check:simple_closure` // FIXME(rust-lang#147728): Change `// gdbt-check` to `//@ gdb-check` // FIXME(rust-lang#147728): Change `// gdbt-check` to `//@ gdb-check` ```
So that when we later add support for revisions we can use the same syntax for revisions as elsewhere. This also prevents people from making typos for commands since `src/tools/compiletest/src/directives/directive_names.rs` will catch such typos now. Note that we add three FIXMEs for non-trivial changes that need to be done later: ``` // FIXME(rust-lang#148097): Change `// cdb-checksimple_closure` to `//@ cdb-check:simple_closure` // FIXME(rust-lang#147728): Change `// gdbt-check` to `//@ gdb-check` and remove `linelength` ignore above // FIXME(rust-lang#147728): Change `// gdbt-check` to `//@ gdb-check` ```
So that when we later add support for revisions we can use the same syntax for revisions as elsewhere. This also prevents people from making typos for commands since `src/tools/compiletest/src/directives/directive_names.rs` will catch such typos now. Note that we add three FIXMEs for non-trivial changes that need to be done later: ``` // FIXME(rust-lang#148097): Change `// cdb-checksimple_closure` to `//@ cdb-check:simple_closure` // FIXME(rust-lang#147728): Change `// gdbt-check` to `//@ gdb-check` and remove `linelength` ignore above // FIXME(rust-lang#147728): Change `// gdbt-check` to `//@ gdb-check` ```
So that when we later add support for revisions we can use the same syntax for revisions as elsewhere. This also prevents people from making typos for commands since `src/tools/compiletest/src/directives/directive_names.rs` will catch such typos now. Note that we add three FIXMEs for non-trivial changes that need to be done later: ``` // FIXME(rust-lang#148097): Change `// cdb-checksimple_closure` to `//@ cdb-check:simple_closure` // FIXME(rust-lang#147728): Change `// gdbt-check` to `//@ gdb-check` and remove `linelength` ignore above // FIXME(rust-lang#147728): Change `// gdbt-check` to `//@ gdb-check` ```
Split out from #147799 because these seemingly simple corrections can turn out to be non-trivial. See #147728 for example.