compiletest-rs icon indicating copy to clipboard operation
compiletest-rs copied to clipboard

An extraction of the compiletest utility from the Rust compiler

Results 37 compiletest-rs issues
Sort by recently updated
recently updated
newest added

instead of using the [simple diff algorithm](https://github.com/Manishearth/compiletest-rs/blob/master/src/uidiff.rs) in the code, allow users to switch to some external tool like diff or [delta](https://github.com/dandavison/delta)

I have a test package that depends on its parent package. The test code thus depends on the parent package. It seems that compiletest-rs doesn't use the dependencies in Cargo.toml,...

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Updates the requirements on [miow](https://github.com/yoshuawuyts/miow) to permit the latest version. Changelog Sourced from miow's changelog. [v0.6.0] - 2023-08-04 Added Add note about this crate being unmaintained. Changed Breaking: Upgrade windows-sys...

dependencies
rust

I'm trying to use compiletest for a `#[no_std]` crate. Because the crate contains examples that need to be built for an embedded platform where `std` is not available (thumbv6m-none-eabi), I...

```` error: environment variable `HOST` not defined at compile time --> /home/matthias/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiletest_rs-0.10.0/src/common.rs:402:19 | 402 | host: env!("HOST").to_string(), | ^^^^^^^^^^^^ | = help: Cargo sets build script variables at run time....

Compiletest currently automatically allows all `unused` lints in the `CompileFail` and `Ui` modes. However, this doesn't extend to `.fixed` files, which are used inside Clippy. For this reason, we still...

I'd like for us to eventually have a world where rustc simply depends on compiletest-rs, and compiletest-rs lives in rust-lang Blockers: - [ ] Remove dependency on `test` crate https://github.com/Manishearth/compiletest-rs/issues/237

As I understand it we don't actually use much of the `test` crate. Given that it's also forked from rustc, perhaps we can drop that dep? Ideally we can do...

If we're doing the breaking changes required for #238, it would be good to let all `compiletest-rs` users know what exactly changed in each version.