Bug 205313 - REGRESSION: [ Catalina wk1 ] imported/w3c/web-platform-tests/fetch/content-type/script.window.html is failing
Summary: REGRESSION: [ Catalina wk1 ] imported/w3c/web-platform-tests/fetch/content-ty...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-16 16:37 PST by Truitt Savell
Modified: 2019-12-24 10:52 PST (History)
3 users (show)

See Also:


Attachments
update expectations (3.27 KB, patch)
2019-12-22 15:31 PST, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Truitt Savell 2019-12-16 16:37:42 PST
imported/w3c/web-platform-tests/fetch/content-type/script.window.html

This test has been failing on Catalina wk1 for the whole history. The diff indicates that a part of this test is now passing though. I believe this needs a platform specific expectation for Catalina wk1. Youenn can you confirm this? 

History:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Ffetch%2Fcontent-type%2Fscript.window.html

Diff:
--- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/fetch/content-type/script.window-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/fetch/content-type/script.window-actual.txt
@@ -2,7 +2,7 @@
 PASS Loading JSON… 
 PASS separate text/javascript;charset=windows-1252 
 PASS separate text/javascript;";charset=windows-1252 
-FAIL separate text/javascript assert_unreached: Reached unreachable code
+PASS separate text/javascript 
 PASS separate "text/javascript" 
 PASS separate text/ javascript 
 PASS separate text /javascript
Comment 1 Truitt Savell 2019-12-16 16:44:21 PST
It looks like these already is an expected.txt file for this test in Mac and Mac-wk1 expectation folders.
Comment 2 youenn fablet 2019-12-22 12:38:44 PST
(In reply to Truitt Savell from comment #1)
> It looks like these already is an expected.txt file for this test in Mac and
> Mac-wk1 expectation folders.

Yes, a rebase is probably what is needed here.
I see there are several platform specific expectations, maybe we can try remove some of them now.
Comment 3 Alexey Proskuryakov 2019-12-22 15:31:34 PST
Created attachment 386323 [details]
update expectations

Let's see what EWS says.
Comment 4 Alexey Proskuryakov 2019-12-24 10:52:47 PST
Committed http://trac.webkit.org/r253902