This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch wl/browser-all
in repository enlightenment.
View the commit online.
commit b097bc16699eb79a6ebf6da4d9564bbd77dd370d
Author: Cedric BAIL <[email protected]>
AuthorDate: Sun Aug 9 11:36:26 2026 -0600
tests - record what the frame fix actually moved
Numbers for the tasks E-02a was blocking, so the next person reads a
measurement rather than a claim. TRIAGE goes from never-baselined to
337 passed / 209 failed of 546; the honest bound on the improvement is
"at least +215", since the whole suite scored 122 before any of this and
these 546 tests can have contributed at most that.
The E-24 before-number recorded here on 2026-08-08 said 5 passed / 15
failed. Re-running the same filter on the same base gives 10 / 21 of 32 -
the original was a partial run, not a different result. Corrected.
What survives in TRIAGE is now worth triaging: input regions
(74 failures) and touch routing (39). The second of those is being
measured for the first time.
Co-Authored-By: Claude Opus 5 <[email protected]>
Claude-Session: https://claude.ai/code/session_01FtoiXoSKUmZb6Aix6U3GZS
---
src/tests/wlcs/tasks.txt | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/src/tests/wlcs/tasks.txt b/src/tests/wlcs/tasks.txt
index f1eb8cda5..4c9acb413 100644
--- a/src/tests/wlcs/tasks.txt
+++ b/src/tests/wlcs/tasks.txt
@@ -87,6 +87,33 @@ TRIAGE *RegionSurfaceInputCombinations.*:*SurfaceInputCombinations.*:*Subsurfac
# E-20 passed 3 failed 15 skipped 0 not yet
# E-21 passed 0 failed 2 skipped 0 not yet
# E-22 passed 1 failed 5 skipped 0 not yet
-# E-24 passed 5 failed 15 skipped 0 not yet (relaxed mode only)
+# E-24 passed 10 failed 21 skipped 1 not yet (relaxed mode only;
+# the "5 / 15" first recorded
+# here was a partial run)
# E-03 not yet baselined - 160 tests, slow
# TRIAGE not yet baselined - the big input/subsurface block
+#
+# After E-02a (wl_pointer.frame / wl_touch.frame), measured 2026-08-09 on
+# wl/seat-frame:
+#
+# E-01 passed 1 failed 0 skipped 1 unchanged, does not touch input
+# E-20 passed 7 failed 11 skipped 0
+# E-21 passed 0 failed 2 skipped 0 unchanged, does not touch input
+# E-22 passed 4 failed 2 skipped 0
+# E-24 passed 16 failed 15 skipped 1 (+2 more on wl/xdg-toplevel)
+# TRIAGE passed 337 failed 209 skipped 0
+#
+# TRIAGE has no before-number of its own - it was never baselined separately.
+# The bound that can be stated: the whole suite scored 122 passed out of 1163
+# before any of this, so these 546 tests contributed at most 122 of that, and
+# E-02a is worth at least +215 of the 337.
+#
+# What is left in TRIAGE is now a real result rather than a masked one, and it
+# is two things:
+#
+# SurfaceInputRegions/SurfaceInputCombinations 74 failed / 58 passed
+# *TouchTest / TouchInputSubsurfaces* 39 failed / 9 passed
+# the other Region*/Subsurface* variants 72 failed / 216 passed
+#
+# so: input regions, and touch routing - the latter being measured for the
+# first time, since the injection was going to a device Evas drops.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.