Thomas Bracht Laumann Jespersen

Results 66 comments of Thomas Bracht Laumann Jespersen

Is this supported in rustc's compiletest?

That's an interesting idea - currently no such thing is implemented in compiletest (AFAIK) But I guess you'd only be interested in benchmarking the plugins - not the entire compilation,...

> > or if the tests are just brittle in that they expect a PNG to be output with some exact compressed bytes? > > yes Short and sweet, thanks!...

```diff --- openjpeg-2.5.3.ebuild 2025-06-14 06:49:14.571816644 +0200 +++ openjpeg-2.5.3-r1.ebuild 2025-06-14 06:47:23.699259821 +0200 @@ -3,6 +3,7 @@ EAPI=8 +CMAKE_QA_COMPAT_SKIP=1 inherit cmake-multilib flag-o-matic # Make sure that test data are not newer than...

@a17r I suppose, I didn't do that because it'd require patching some other files as well so the `thirdparty` dir isn't looked for. For my part doesn't have to be...

Alright, I redid the commit to remove the vendored libs and pass `-DBUILD_THIRDPARTY=OFF`. Also removed the `CMAKE_QA_COMPAT_SKIP=1` as it shouldn't be necessary.