<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>176024</bug_id>
          
          <creation_ts>2017-08-28 08:17:51 -0700</creation_ts>
          <short_desc>[GTK] Layout test fast/forms/file/webkitdirectory-open-panel.html is failing</short_desc>
          <delta_ts>2018-03-21 03:32:31 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKitGTK</component>
          <version>Other</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Catanzaro">mcatanzaro</reporter>
          <assigned_to name="Ms2ger (he/him; ⌚ UTC+1/+2)">Ms2ger</assigned_to>
          <cc>bugs-noreply</cc>
    
    <cc>cdumez</cc>
    
    <cc>commit-queue</cc>
    
    <cc>mcatanzaro</cc>
    
    <cc>Ms2ger</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1342834</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2017-08-28 08:17:51 -0700</bug_when>
    <thetext>Layout test fast/forms/file/webkitdirectory-open-panel.html is failing since it was added in r221177. I&apos;m not sure if this is an actual problem, or if it&apos;s OK that the results are unordered. I&apos;ll mark it as expected fail for now and if Chris thinks it&apos;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 &quot;file1.txt&quot;
-PASS fileList[0].webkitRelativePath is &quot;testFiles/file1.txt&quot;
-PASS fileList[1].name is &quot;file2.txt&quot;
-PASS fileList[1].webkitRelativePath is &quot;testFiles/file2.txt&quot;
-PASS fileList[2].name is &quot;file3.txt&quot;
-PASS fileList[2].webkitRelativePath is &quot;testFiles/subfolder1/file3.txt&quot;
-PASS fileList[3].name is &quot;file4.txt&quot;
-PASS fileList[3].webkitRelativePath is &quot;testFiles/subfolder2/file4.txt&quot;
-PASS fileList[4].name is &quot;file5.txt&quot;
-PASS fileList[4].webkitRelativePath is &quot;testFiles/subfolder2/subfolder2a/file5.txt&quot;
+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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1342840</commentid>
    <comment_count>1</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2017-08-28 09:05:03 -0700</bug_when>
    <thetext>If it is WebKit1, you probably need to enable the feature in your DRT.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1342842</commentid>
    <comment_count>2</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2017-08-28 09:07:14 -0700</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1342843</commentid>
    <comment_count>3</comment_count>
    <who name="Michael Catanzaro">mcatanzaro</who>
    <bug_when>2017-08-28 09:19:32 -0700</bug_when>
    <thetext>(In reply to Chris Dumez from comment #1)
&gt; 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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1407960</commentid>
    <comment_count>4</comment_count>
      <attachid>336184</attachid>
    <who name="Ms2ger (he/him; ⌚ UTC+1/+2)">Ms2ger</who>
    <bug_when>2018-03-21 02:49:39 -0700</bug_when>
    <thetext>Created attachment 336184
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1407964</commentid>
    <comment_count>5</comment_count>
      <attachid>336184</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2018-03-21 03:32:29 -0700</bug_when>
    <thetext>Comment on attachment 336184
Patch

Clearing flags on attachment: 336184

Committed r229802: &lt;https://trac.webkit.org/changeset/229802&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1407965</commentid>
    <comment_count>6</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2018-03-21 03:32:31 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>336184</attachid>
            <date>2018-03-21 02:49:39 -0700</date>
            <delta_ts>2018-03-21 03:32:29 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-176024-20180321104937.patch</filename>
            <type>text/plain</type>
            <size>1520</size>
            <attacher name="Ms2ger (he/him; ⌚ UTC+1/+2)">Ms2ger</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjI5ODAwCmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9DaGFu
Z2VMb2cgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKaW5kZXggNjgyOWFmYzUyZjE2MDQ5NmU5YjYx
ZTRjMGRjZTQ5ODBmZDllMzIzYi4uYjYyYmFlOTQ2NjM1YWQzNWZiMTBiZTc5MzNjZDBmNGU4MDVk
MzRkNyAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCisrKyBiL0xheW91dFRlc3Rz
L0NoYW5nZUxvZwpAQCAtMSwzICsxLDE1IEBACisyMDE4LTAzLTIxICBNczJnZXIgIDxNczJnZXJA
aWdhbGlhLmNvbT4KKworICAgICAgICBbR1RLXSBNYXJrIGZhc3QvZm9ybXMvZmlsZS9lbnRyaWVz
LWFwaS93ZWJraXRkaXJlY3Rvcnktb3Blbi1wYW5lbC5odG1sIGFzIHBhc3NpbmcuCisgICAgICAg
IGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xNzYwMjQKKworICAgICAg
ICBVbnJldmlld2VkIHRlc3QgZ2FyZGVuaW5nLgorCisgICAgICAgIEl0IGhhcyBiZWVuIHBhc3Np
bmcgc2luY2UgdGhlIHRlc3Qgd2FzIGNoYW5nZWQgbm90IHRvIHJlbHkgb24gdGhlIG9yZGVyCisg
ICAgICAgIG9mIGZpbGVzIGluIHRoZSBsaXN0IGluIHIyMjk2NDIuCisKKyAgICAgICAgKiBwbGF0
Zm9ybS9ndGsvVGVzdEV4cGVjdGF0aW9uczoKKwogMjAxOC0wMy0yMCAgWmFsYW4gQnVqdGFzICA8
emFsYW5AYXBwbGUuY29tPgogCiAgICAgICAgIFJlbmRlclRyZWVOZWVkc0xheW91dENoZWNrZXIg
ZmFpbHMgd2l0aCBhYnNvbHV0ZWx5IHBvc2l0aW9uZWQgc3ZnIGFuZCA8dXNlPgpkaWZmIC0tZ2l0
IGEvTGF5b3V0VGVzdHMvcGxhdGZvcm0vZ3RrL1Rlc3RFeHBlY3RhdGlvbnMgYi9MYXlvdXRUZXN0
cy9wbGF0Zm9ybS9ndGsvVGVzdEV4cGVjdGF0aW9ucwppbmRleCA5NzczM2VkOWU4ZTE4NGUyMzBj
MzExNzllZDI1YzVkN2ZmYTczNjFiLi4yZTQwODQyNWE3MGJiYjVmZWIwZDc3MGRjODU2NGU2ODNh
YWM5NWM4IDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0cy9wbGF0Zm9ybS9ndGsvVGVzdEV4cGVjdGF0
aW9ucworKysgYi9MYXlvdXRUZXN0cy9wbGF0Zm9ybS9ndGsvVGVzdEV4cGVjdGF0aW9ucwpAQCAt
MzIzMSw4ICszMjMxLDYgQEAgd2Via2l0Lm9yZy9iLzE3NTkzMSBmYXN0L2NhbnZhcy93ZWJnbC9u
by1pbmZvLWxvZy1mb3Itc2ltcGxlLXNoYWRlcnMuaHRtbCBbIEZhaWwKIAogd2Via2l0Lm9yZy9i
LzE3NjAyMSBmYXN0L2V2ZW50cy9vdmVyZmxvdy12aWV3cG9ydC1yZW5kZXJlci1kZWxldGVkLmh0
bWwgWyBNaXNzaW5nIF0KIAotd2Via2l0Lm9yZy9iLzE3NjAyNCBmYXN0L2Zvcm1zL2ZpbGUvZW50
cmllcy1hcGkvd2Via2l0ZGlyZWN0b3J5LW9wZW4tcGFuZWwuaHRtbCBbIEZhaWx1cmUgXQotCiB3
ZWJraXQub3JnL2IvMTc2MDI1IGluc3BlY3Rvci9jYW52YXMvcmVjb3JkaW5nLXdlYmdsLXNuYXBz
aG90cy5odG1sIFsgRmFpbHVyZSBdCiB3ZWJraXQub3JnL2IvMTc2MDI1IGluc3BlY3Rvci9jYW52
YXMvcmVjb3JkaW5nLXdlYmdsLmh0bWwgWyBGYWlsdXJlIF0KIAo=
</data>

          </attachment>
      

    </bug>

</bugzilla>