Bug 186848

Summary: imported/w3c/web-platform-tests/FileAPI/blob/Blob-slice.html is failing
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, lforschler
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Alicia Boya García
Reported 2018-06-20 08:38:51 PDT
The following test has started failing recently, but not always: imported/w3c/web-platform-tests/FileAPI/blob/Blob-slice.html The failure appears in Apple platforms, GTK and WPE, but it's not entirely consistent. For instance, at r233011 it passed on GTK Wayland but failed on GTK X11. For this reason I'll mark it as flaky. https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&showExpectations=true&showLargeExpectations=true&tests=imported%2Fw3c%2Fweb-platform-tests%2FFileAPI%2Fblob%2FBlob-slice.html
Attachments
Alicia Boya García
Comment 1 2018-06-20 08:43:10 PDT
--- /home/buildbot/webkitgtk/gtk-linux-64-release-wayland-tests/build/layout-test-results/imported/w3c/web-platform-tests/FileAPI/blob/Blob-slice-expected.txt +++ /home/buildbot/webkitgtk/gtk-linux-64-release-wayland-tests/build/layout-test-results/imported/w3c/web-platform-tests/FileAPI/blob/Blob-slice-actual.txt @@ -63,7 +63,7 @@ PASS Slicing test (4,0). PASS Slicing test: slice (4,0). PASS Slicing test (4,1). -PASS Slicing test: slice (4,1). +FAIL Slicing test: slice (4,1). assert_equals: expected 8 but got 0 PASS Slicing test (4,2). PASS Slicing test: slice (4,2). PASS Slicing test (4,3). @@ -73,11 +73,11 @@ PASS Slicing test (5,0). PASS Slicing test: slice (5,0). PASS Slicing test (5,1). -PASS Slicing test: slice (5,1). +FAIL Slicing test: slice (5,1). assert_equals: expected 10 but got 0 PASS Slicing test (5,2). PASS Slicing test: slice (5,2). PASS Slicing test (5,3). -PASS Slicing test: slice (5,3). +FAIL Slicing test: slice (5,3). assert_equals: expected 8 but got 0 PASS Slicing test (6,0). PASS Slicing test: slice (6,0). PASS Slicing test (6,1). @@ -85,7 +85,7 @@ PASS Slicing test (6,2). PASS Slicing test: slice (6,2). PASS Slicing test (7,0). -PASS Slicing test: slice (7,0). +FAIL Slicing test: slice (7,0). assert_equals: expected 8 but got 0 PASS Slicing test (7,1). PASS Slicing test: slice (7,1). PASS Slicing test (7,2). @@ -105,17 +105,17 @@ PASS Invalid contentType ("te\0xt/plain") PASS Invalid contentType ("te\x1fxt/plain") PASS Invalid contentType ("text/plain") -PASS Valid contentType ("te(xt/plain") +FAIL Valid contentType ("te(xt/plain") assert_equals: expected 4 but got 0 PASS Valid contentType ("te)xt/plain") PASS Valid contentType ("te<xt/plain") -PASS Valid contentType ("te>xt/plain") +FAIL Valid contentType ("te>xt/plain") assert_equals: expected 4 but got 0 PASS Valid contentType ("te@xt/plain") PASS Valid contentType ("te,xt/plain") -PASS Valid contentType ("te;xt/plain") -PASS Valid contentType ("te:xt/plain") +FAIL Valid contentType ("te;xt/plain") assert_equals: expected 4 but got 0 +FAIL Valid contentType ("te:xt/plain") assert_equals: expected 4 but got 0 PASS Valid contentType ("te\\xt/plain") PASS Valid contentType ("te\"xt/plain") -PASS Valid contentType ("te/xt/plain") +FAIL Valid contentType ("te/xt/plain") assert_equals: expected 4 but got 0 PASS Valid contentType ("te[xt/plain") PASS Valid contentType ("te]xt/plain") PASS Valid contentType ("te?xt/plain")
Ahmad Saleem
Comment 2 2024-05-13 15:01:12 PDT
Can't find any platform specific expectation via searching on 'searchfox.org' (wubkat) port on 'blob-slice' (keyword).
Note You need to log in before you can comment on or make changes to this bug.