Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 02ce2969afb1e2ddc9361ff0f837a7ec3e2febee
      
https://github.com/WebKit/WebKit/commit/02ce2969afb1e2ddc9361ff0f837a7ec3e2febee
  Author: Carlos Alberto Lopez Perez <[email protected]>
  Date:   2026-06-29 (Mon, 29 Jun 2026)

  Changed paths:
    M PerformanceTests/Skipped
    M Tools/Scripts/webkitpy/performance_tests/perftest.py

  Log Message:
  -----------
  3 Performance tests are failing on GTK-Linux-64-bit-Release-Perf bot.
https://bugs.webkit.org/show_bug.cgi?id=318110

Unreviewed gardening.

The test Bindings/insert-img-with-src.html fails because it prints
to stdout an error related to not beeing able to access an external
URL. In this case we simply skip the test instead of filtering that
message beacause this test can't be benchmarked with the current
run-perf-test/WTR infrastructure because it needs to load some
content filter rules to be able to meaningfully run the
benchmark,
and that is currently not supported.

The other two tests CSS/WhereIs*RuleIndexing.html test are generating
lot of elements with the text "x" that later is dumped to stdout when
the test runner executes testRunner.dumpAsText(); and that confuses
the python tooling. In this case the fix chosen is to simply filter
out lines containing only "x" as character (which is clearly garbage
and not an indication of any error). Instead of doing that it was
tested to remove the "el.textContent = 'x';" line from the tests,
but then the test gives different benchmark results, so to not
invalidate previous benchmark data results it is preferred to not
touch the test.

* PerformanceTests/Skipped:
* Tools/Scripts/webkitpy/performance_tests/perftest.py:
(PerfTest):

Canonical link: 
https://flagged.apple.com:443/proxy?t2=DG7C7p1MV4&o=aHR0cHM6Ly9jb21taXRzLndlYmtpdC5vcmcvMzE2MDE2QG1haW4=&emid=c6830684-1c8b-45ce-8293-e467f4adabd1&c=11



To unsubscribe from these emails,
change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to