Bug 260070 - REGRESSION (266341@main): [ macOS wk1 ] 2 fast/selectors/style-invalidation-hover-change test are consistent failure
Summary: REGRESSION (266341@main): [ macOS wk1 ] 2 fast/selectors/style-invalidation-h...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-11 08:12 PDT by Karl Rackler
Modified: 2023-08-11 08:26 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Rackler 2023-08-11 08:12:13 PDT
Description:
fast/selectors/style-invalidation-hover-change-descendants.html
fast/selectors/style-invalidation-hover-change-siblings.html

The first failure I saw on the dashboard was on 7/26/2023 at <https://commits.webkit.org/266341@main>.

This issue can be bisected to <commit> using the command: 
This issue can be bisected to 266341@main using the command: 
run-webkit-tests --release -f --clobber-old-results --exit-after-n-failures 1  --force  --child-processes=5 --iterations=100 -1  fast/selectors/style-invalidation-hover-change-descendants.html

History:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=fast%2Fselectors%2Fstyle-invalidation-hover-change-descendants.html&test=fast%2Fselectors%2Fstyle-invalidation-hover-change-siblings.html&flavor=wk1

Diff:
--- /Volumes/Data/worker/Apple-Ventura-Release-WK1-Tests/build/layout-test-results/fast/selectors/style-invalidation-hover-change-descendants-expected.txt
+++ /Volumes/Data/worker/Apple-Ventura-Release-WK1-Tests/build/layout-test-results/fast/selectors/style-invalidation-hover-change-descendants-actual.txt
@@ -1,10 +1,15 @@
-PASS .target styleChangeType was InlineStyleChange
+FAIL .target styleChangeType was NoStyleChange expected InlineStyleChange
+FAIL .target styleChangeType was NoStyleChange expected InlineStyleChange
+FAIL .target styleChangeType was NoStyleChange expected InlineStyleChange
 PASS .container styleChangeType was NoStyleChange
 PASS .inert styleChangeType was NoStyleChange
-PASS .target styleChangeType was InlineStyleChange
+FAIL .target styleChangeType was NoStyleChange expected InlineStyleChange
+FAIL .target styleChangeType was NoStyleChange expected InlineStyleChange
+FAIL .target styleChangeType was NoStyleChange expected InlineStyleChange
 PASS .container styleChangeType was NoStyleChange
 PASS .inert styleChangeType was NoStyleChange
 PASS successfullyParsed is true
+Some tests failed.
 
 TEST COMPLETE
 
--- /Volumes/Data/worker/Apple-Ventura-Release-WK1-Tests/build/layout-test-results/fast/selectors/style-invalidation-hover-change-siblings-expected.txt
+++ /Volumes/Data/worker/Apple-Ventura-Release-WK1-Tests/build/layout-test-results/fast/selectors/style-invalidation-hover-change-siblings-actual.txt
@@ -1,10 +1,15 @@
-PASS .target styleChangeType was InlineStyleChange
+FAIL .target styleChangeType was NoStyleChange expected InlineStyleChange
+FAIL .target styleChangeType was NoStyleChange expected InlineStyleChange
+FAIL .target styleChangeType was NoStyleChange expected InlineStyleChange
 PASS .container styleChangeType was NoStyleChange
 PASS .inert styleChangeType was NoStyleChange
-PASS .target styleChangeType was InlineStyleChange
+FAIL .target styleChangeType was NoStyleChange expected InlineStyleChange
+FAIL .target styleChangeType was NoStyleChange expected InlineStyleChange
+FAIL .target styleChangeType was NoStyleChange expected InlineStyleChange
 PASS .container styleChangeType was NoStyleChange
 PASS .inert styleChangeType was NoStyleChange
 PASS successfullyParsed is true
+Some tests failed.
 
 TEST COMPLETE
Comment 1 Karl Rackler 2023-08-11 08:15:26 PDT
<rdar://113667863>
Comment 2 Karl Rackler 2023-08-11 08:19:29 PDT
I have marked this test as a consistent failure while this issue is investigated.
Comment 3 EWS 2023-08-11 08:26:10 PDT
Test gardening commit 266816@main (8aeeea8037ac): <https://commits.webkit.org/266816@main>

Reviewed commits have been landed. Closing PR #16606 and removing active labels.