JuliaPlots / VisualRegressionTests.jl

Automated integrated regression tests for graphics libraries
Other
29 stars 11 forks source link

No confirm dialog #39

Closed gustaphe closed 1 month ago

gustaphe commented 1 year ago

I don't know if this is a system problem or what, but when running the Plots VRTs, I get this popup but no confirm dialog.

image

The terminal also gets a

** (julia:136057): WARNING **: 21:22:17.230: atk-bridge: get_device_events_reply: unknown signature

, not sure if related.

Any ideas?

I'm on Arch Linux, i3wm. Julia 1.9.

t-bltg commented 1 year ago

You can set ENV["VISUAL_REGRESSION_TESTS_AUTO"] = true before running Plots test suite (see here) to bypass confirmation dialog, and automatically overwrite reference files.

gustaphe commented 1 year ago

The problem is I am then not presented with the difference, I'm just disabling the test. In this case I'm sure there's no real difference, but I wanted it logged that this is an existing problem (especially if someone can confirm or deny the OS connection).

gustaphe commented 1 month ago

Can no longer reproduce.