aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo/lib.rs
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-03-09 03:29:43 +0100
committerGitHub <noreply@github.com>2024-03-09 02:29:43 +0000
commit55f908653f6fb02c344459319a7ca87487cfa4bf (patch)
treecfc433e64f9f6bc83ff1a0a4480e3f40f020f282 /components/servo/lib.rs
parent48f5ee828cd15e2f8be2e3a7aef521a6d13ff32e (diff)
downloadservo-55f908653f6fb02c344459319a7ca87487cfa4bf.tar.gz
servo-55f908653f6fb02c344459319a7ca87487cfa4bf.zip
compositor: Remove the `is_running_problem_test` setting (#31589)
These tests don't seem to time out any longer and this mechanism is probably better served by some sort of adjustment to `RUST_LOG` in the WPT harness.
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r--components/servo/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs
index 7c25f74df8b..eed1a3d84be 100644
--- a/components/servo/lib.rs
+++ b/components/servo/lib.rs
@@ -460,7 +460,6 @@ where
webxr_main_thread,
},
composite_target,
- opts.is_running_problem_test,
opts.exit_after_load,
opts.debug.convert_mouse_to_touch,
top_level_browsing_context_id,
@@ -992,7 +991,6 @@ fn create_constellation(
initial_window_size,
opts.random_pipeline_closure_probability,
opts.random_pipeline_closure_seed,
- opts.is_running_problem_test,
opts.hard_fail,
!opts.debug.disable_canvas_antialiasing,
canvas_create_sender,