Bug 263679 - REGRESSION (269753@main): [ macOS wk1 ] 2 tests in http/tests/css are constantly failing
Summary: REGRESSION (269753@main): [ macOS wk1 ] 2 tests in http/tests/css are constan...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: sideshowbarker
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-25 12:21 PDT by Marta Darbinyan
Modified: 2023-10-25 23:39 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 Marta Darbinyan 2023-10-25 12:21:23 PDT
Description:

The following two tests are constantly failing on macOS ToT and since 269753@main:

http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html
http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html


This issue can be bisected to 269753@main by using the command: 
run-webkit-tests --exit-after-n-failures 1 --debug http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html

History:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=http%2Ftests%2Fcss%2Flink-css-disabled-value-with-slow-loading-sheet-in-error.html&test=http%2Ftests%2Fcss%2Flink-css-disabled-value-with-slow-loading-sheet.html&flavor=wk1&version_name=Sonoma&version_name=Ventura

Text Diff: 
66Testing value of 'disabled' prior to load just after setting them
77PASS mainSheetLink.sheet is null
8 PASS alternateSheetLink.sheet is non-null.
8FAIL alternateSheetLink.sheet should be non-null. Was null
99PASS mainSheetLink.disabled is true
1010PASS alternateSheetLink.disabled is false
1111Testing the values when the alternate sheet is loaded (as this is the only one that has sheet() === null)
  

Link:
https://build.webkit.org/results/Apple-Ventura-Release-AppleSilicon-WK1-Tests/269753@main%20(5838)/http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error-actual.txt
Comment 1 Radar WebKit Bug Importer 2023-10-25 12:22:10 PDT
<rdar://problem/117489271>
Comment 2 EWS 2023-10-25 13:02:32 PDT
Test gardening commit 269777@main (c6a6d036f285): <https://commits.webkit.org/269777@main>

Reviewed commits have been landed. Closing PR #19560 and removing active labels.
Comment 3 sideshowbarker 2023-10-25 23:07:19 PDT
Pull request: https://github.com/WebKit/WebKit/pull/19584
Comment 4 EWS 2023-10-25 23:38:59 PDT
Committed 269803@main (992aeb098fa2): <https://commits.webkit.org/269803@main>

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