RESOLVED FIXED 176024
[GTK] Layout test fast/forms/file/webkitdirectory-open-panel.html is failing
https://bugs.webkit.org/show_bug.cgi?id=176024
Summary [GTK] Layout test fast/forms/file/webkitdirectory-open-panel.html is failing
Michael Catanzaro
Reported 2017-08-28 08:17:51 PDT
Layout test fast/forms/file/webkitdirectory-open-panel.html is failing since it was added in r221177. I'm not sure if this is an actual problem, or if it's OK that the results are unordered. I'll mark it as expected fail for now and if Chris thinks it's OK, we can add a platform expectation instead. --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/forms/file/webkitdirectory-open-panel-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/fast/forms/file/webkitdirectory-open-panel-actual.txt @@ -7,17 +7,18 @@ PASS inputElement.webkitdirectory is true PASS fileList.length is 5 -PASS fileList[0].name is "file1.txt" -PASS fileList[0].webkitRelativePath is "testFiles/file1.txt" -PASS fileList[1].name is "file2.txt" -PASS fileList[1].webkitRelativePath is "testFiles/file2.txt" -PASS fileList[2].name is "file3.txt" -PASS fileList[2].webkitRelativePath is "testFiles/subfolder1/file3.txt" -PASS fileList[3].name is "file4.txt" -PASS fileList[3].webkitRelativePath is "testFiles/subfolder2/file4.txt" -PASS fileList[4].name is "file5.txt" -PASS fileList[4].webkitRelativePath is "testFiles/subfolder2/subfolder2a/file5.txt" +FAIL fileList[0].name should be file1.txt. Was file2.txt. +FAIL fileList[0].webkitRelativePath should be testFiles/file1.txt. Was testFiles/file2.txt. +FAIL fileList[1].name should be file2.txt. Was file1.txt. +FAIL fileList[1].webkitRelativePath should be testFiles/file2.txt. Was testFiles/file1.txt. +FAIL fileList[2].name should be file3.txt. Was file4.txt. +FAIL fileList[2].webkitRelativePath should be testFiles/subfolder1/file3.txt. Was testFiles/subfolder2/file4.txt. +FAIL fileList[3].name should be file4.txt. Was file5.txt. +FAIL fileList[3].webkitRelativePath should be testFiles/subfolder2/file4.txt. Was testFiles/subfolder2/subfolder2a/file5.txt. +FAIL fileList[4].name should be file5.txt. Was file3.txt. +FAIL fileList[4].webkitRelativePath should be testFiles/subfolder2/subfolder2a/file5.txt. Was testFiles/subfolder1/file3.txt. PASS successfullyParsed is true +Some tests failed. TEST COMPLETE
Attachments
Patch (1.48 KB, patch)
2018-03-21 02:49 PDT, Ms2ger (he/him; ⌚ UTC+1/+2)
no flags
Chris Dumez
Comment 1 2017-08-28 09:05:03 PDT
If it is WebKit1, you probably need to enable the feature in your DRT.
Chris Dumez
Comment 2 2017-08-28 09:07:14 PDT
My comment was about the failures. The fact that the lines are in a different order may mean that listDirectory() works differently on Mac and Linux and returns non-sorted results. We may want to make the test deal with non-sorted results.
Michael Catanzaro
Comment 3 2017-08-28 09:19:32 PDT
(In reply to Chris Dumez from comment #1) > If it is WebKit1, you probably need to enable the feature in your DRT. WebKit1 is long gone! I think the lines being unsorted is the only failure.
Ms2ger (he/him; ⌚ UTC+1/+2)
Comment 4 2018-03-21 02:49:39 PDT
WebKit Commit Bot
Comment 5 2018-03-21 03:32:29 PDT
Comment on attachment 336184 [details] Patch Clearing flags on attachment: 336184 Committed r229802: <https://trac.webkit.org/changeset/229802>
WebKit Commit Bot
Comment 6 2018-03-21 03:32:31 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.