Skip to content

Conversation

@sagudev
Copy link
Contributor

@sagudev sagudev commented Jun 24, 2025

repro for #1066

@nicoburns nicoburns added C-classic Applies to the classic `vello` crate testing Improvements to automated testing labels Jun 25, 2025
@Hywan
Copy link

Hywan commented Jul 8, 2025

Now linebender/kurbo#454 is merged, can we merge this one?

@sagudev
Copy link
Contributor Author

sagudev commented Jul 8, 2025

The test is currently set for old kurbo, so it expects a panic. When we will have updated kurbo I will make this into regression test.

tomcur
tomcur previously approved these changes Jul 22, 2025
Copy link
Member

@tomcur tomcur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (once the test passes)!

@tomcur tomcur dismissed their stale review July 22, 2025 10:40

(Want to recheck when the test passes)

@sagudev sagudev requested a review from tomcur July 22, 2025 11:05
Comment on lines +107 to +113
smoke_snapshot_test_sync(scene, &params)
.unwrap()
.assert_mean_less_than(if cfg!(target_os = "macos") {
0.005
} else {
0.001
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know why there is a difference between macOS and other systems here? Is it because of FastMath, or is it because macOS is tested on the GPU in CI?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IDK, I do not own mac system to check this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-classic Applies to the classic `vello` crate testing Improvements to automated testing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants