<?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>104787</bug_id>
          
          <creation_ts>2012-12-12 02:33:03 -0800</creation_ts>
          <short_desc>[EFL][GTK] spelling-unified-emulation.html fails - word &quot;zzz&quot; cannot be found by enchant</short_desc>
          <delta_ts>2013-01-11 06:59:39 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</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>
          
          <blocked>104528</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Grzegorz Czajkowski">g.czajkowski</reporter>
          <assigned_to name="Grzegorz Czajkowski">g.czajkowski</assigned_to>
          <cc>mario</cc>
    
    <cc>morrita</cc>
    
    <cc>mrobinson</cc>
    
    <cc>shinyak</cc>
    
    <cc>tony</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>789379</commentid>
    <comment_count>0</comment_count>
    <who name="Grzegorz Czajkowski">g.czajkowski</who>
    <bug_when>2012-12-12 02:33:03 -0800</bug_when>
    <thetext>Hi,

There is another test which fails for both EFL and GTK+ WebKit ports.
This est has been added in bug 70299, it allows legacy text check emulation in unified text check interface.

It fails due to word &quot;zzz&quot; which cannot be found by enchant library, checked for en_US dictionary, see result of command: echo &quot;zzz&quot; | enchant -l
Can we replace the problematic sound of snoring with a different phrase? That change will allow to test unified text checking by EFL and GTK+ WebKit ports.

I will upload patch as soon as I get your opinions.
Thanks</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>789496</commentid>
    <comment_count>1</comment_count>
    <who name="Mario Sanchez Prada">mario</who>
    <bug_when>2012-12-12 06:29:05 -0800</bug_when>
    <thetext>(In reply to comment #0)
&gt; Hi,
&gt; 
&gt; There is another test which fails for both EFL and GTK+ WebKit ports.
&gt; This est has been added in bug 70299, it allows legacy text check emulation in unified text check interface.
&gt; 
&gt; It fails due to word &quot;zzz&quot; which cannot be found by enchant library, checked for en_US dictionary, see result of command: echo &quot;zzz&quot; | enchant -l
&gt; Can we replace the problematic sound of snoring with a different phrase? That change will allow to test unified text checking by EFL and GTK+ WebKit ports.

I&apos;m not 100% sure about how they used this &apos;zzz&apos; string but I guess it could be to test the following situation:

  &quot;a test case containing a valid word which contains a bad word as a substring&quot;

...assuming that &apos;zz&apos; is expected to be invalid while &apos;zzz&apos; should be valid.

If that&apos;s the case, and after checking that indeed &apos;zzz&apos; is not considered valid by enchant with a en_US dictionary, I think there shouldn&apos;t be any big issue in changing that string with something different. Perhaps the words &apos;buzz&apos; or &apos;buzzer&apos; might be valid in case we don&apos;t want to change the &apos;zz&apos; lines. 

&gt; I will upload patch as soon as I get your opinions.

I think it doesn&apos;t hurts to change this as long as the same kind of situations keep being tested</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>789516</commentid>
    <comment_count>2</comment_count>
    <who name="Grzegorz Czajkowski">g.czajkowski</who>
    <bug_when>2012-12-12 07:27:02 -0800</bug_when>
    <thetext>(In reply to comment #1)
&gt; (In reply to comment #0)
&gt; &gt; Hi,
&gt; &gt; 
&gt; &gt; There is another test which fails for both EFL and GTK+ WebKit ports.
&gt; &gt; This est has been added in bug 70299, it allows legacy text check emulation in unified text check interface.
&gt; &gt; 
&gt; &gt; It fails due to word &quot;zzz&quot; which cannot be found by enchant library, checked for en_US dictionary, see result of command: echo &quot;zzz&quot; | enchant -l
&gt; &gt; Can we replace the problematic sound of snoring with a different phrase? That change will allow to test unified text checking by EFL and GTK+ WebKit ports.
&gt; 
&gt; I&apos;m not 100% sure about how they used this &apos;zzz&apos; string but I guess it could be to test the following situation:
&gt; 
&gt;   &quot;a test case containing a valid word which contains a bad word as a substring&quot;
&gt; 
&gt; ...assuming that &apos;zz&apos; is expected to be invalid while &apos;zzz&apos; should be valid.

The word &quot;zzz&quot; is tested in two ways:
1) single &quot;zzz&quot; word is verified - it&apos;s expected to valid
2) sentence &quot;I would like to sleep, zzz&quot; is verified - it&apos;s expected to be valid too.

&gt; 
&gt; &gt; I will upload patch as soon as I get your opinions.
&gt; 
&gt; I think it doesn&apos;t hurts to change this as long as the same kind of situations keep being tested

Thanks, for your opinion</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>789549</commentid>
    <comment_count>3</comment_count>
      <attachid>179045</attachid>
    <who name="Grzegorz Czajkowski">g.czajkowski</who>
    <bug_when>2012-12-12 07:56:37 -0800</bug_when>
    <thetext>Created attachment 179045
replace problemtaic &quot;zzz&quot; with &quot;buzz&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>790005</commentid>
    <comment_count>4</comment_count>
      <attachid>179045</attachid>
    <who name="Hajime Morrita">morrita</who>
    <bug_when>2012-12-12 15:54:03 -0800</bug_when>
    <thetext>Comment on attachment 179045
replace problemtaic &quot;zzz&quot; with &quot;buzz&quot;

fair enough.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>790336</commentid>
    <comment_count>5</comment_count>
      <attachid>179045</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-12-12 23:58:30 -0800</bug_when>
    <thetext>Comment on attachment 179045
replace problemtaic &quot;zzz&quot; with &quot;buzz&quot;

Clearing flags on attachment: 179045

Committed r137571: &lt;http://trac.webkit.org/changeset/137571&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>790337</commentid>
    <comment_count>6</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-12-12 23:58:34 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>179045</attachid>
            <date>2012-12-12 07:56:37 -0800</date>
            <delta_ts>2012-12-12 23:58:30 -0800</delta_ts>
            <desc>replace problemtaic &quot;zzz&quot; with &quot;buzz&quot;</desc>
            <filename>spelling-unified-emulation-zzz.patch</filename>
            <type>text/plain</type>
            <size>2848</size>
            <attacher name="Grzegorz Czajkowski">g.czajkowski</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL0NoYW5nZUxvZyBiL0xheW91dFRlc3RzL0NoYW5nZUxv
ZwppbmRleCAyNjY4NTljLi5hYzJkNTI5IDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0cy9DaGFuZ2VM
b2cKKysrIGIvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTggQEAKKzIwMTItMTIt
MTIgIEdyemVnb3J6IEN6YWprb3dza2kgIDxnLmN6YWprb3dza2lAc2Ftc3VuZy5jb20+CisKKyAg
ICAgICAgW0VGTF1bR1RLXSBzcGVsbGluZy11bmlmaWVkLWVtdWxhdGlvbi5odG1sIGZhaWxzIC0g
d29yZCAienp6IiBjYW5ub3QgYmUgZm91bmQgYnkgZW5jaGFudAorICAgICAgICBodHRwczovL2J1
Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTA0Nzg3CisKKyAgICAgICAgUmV2aWV3ZWQg
YnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgUmVwbGFjZSB0aGUgInp6eiIgd29yZCB3aXRo
ICJidXp6Ii4KKyAgICAgICAgVGhlIHByb2JsZW1hdGljIHNvdW5kIG9mIHNub3JpbmcgY2FuIG5v
dCBiZSBmb3VuZCBieSBlbmNoYW50IChzcGVsbGNoZWNrZXIgYmFja2VuZAorICAgICAgICBmb3Ig
RUZMIGFuZCBHVEsrIFdlYktpdCBwb3J0cykgYXMgdGhpcyB3b3JkIGRvZXNuJ3QgZXhpc3QgaW4g
RW5nbGlzaCBkaWN0aW9uYXJ5LgorCisgICAgICAgICogZWRpdGluZy9zcGVsbGluZy9zcGVsbGlu
Zy11bmlmaWVkLWVtdWxhdGlvbi1leHBlY3RlZC50eHQ6CisgICAgICAgICogZWRpdGluZy9zcGVs
bGluZy9zcGVsbGluZy11bmlmaWVkLWVtdWxhdGlvbi5odG1sOgorICAgICAgICAqIHBsYXRmb3Jt
L2VmbC13azIvVGVzdEV4cGVjdGF0aW9uczoKKwogMjAxMi0xMS0yOSAgWXVyeSBTZW1pa2hhdHNr
eSAgPHl1cnlzQGNocm9taXVtLm9yZz4KIAogICAgICAgICBXZWIgSW5zcGVjdG9yOiBIZWFwIHNu
YXBzaG90IGNyYXNoZXMgb24gYW55IHBhZ2UgaW4gTWFjT1MgQ2FuYXJ5CmRpZmYgLS1naXQgYS9M
YXlvdXRUZXN0cy9lZGl0aW5nL3NwZWxsaW5nL3NwZWxsaW5nLXVuaWZpZWQtZW11bGF0aW9uLWV4
cGVjdGVkLnR4dCBiL0xheW91dFRlc3RzL2VkaXRpbmcvc3BlbGxpbmcvc3BlbGxpbmctdW5pZmll
ZC1lbXVsYXRpb24tZXhwZWN0ZWQudHh0CmluZGV4IDQ5MGU0MDkuLmM2Mzk4ODkgMTAwNjQ0Ci0t
LSBhL0xheW91dFRlc3RzL2VkaXRpbmcvc3BlbGxpbmcvc3BlbGxpbmctdW5pZmllZC1lbXVsYXRp
b24tZXhwZWN0ZWQudHh0CisrKyBiL0xheW91dFRlc3RzL2VkaXRpbmcvc3BlbGxpbmcvc3BlbGxp
bmctdW5pZmllZC1lbXVsYXRpb24tZXhwZWN0ZWQudHh0CkBAIC0yOCw0ICsyOCw0IEBAIFBBU1Mg
bnVtTWFya2VkIGlzIGxlbmd0aAogUEFTUyBzdWNjZXNzZnVsbHlQYXJzZWQgaXMgdHJ1ZQogCiBU
RVNUIENPTVBMRVRFCi1JIHdvdWxkIGxpa2UgdG8gc2xlZXAsIHp6ei4KK0kgd291bGQgbGlrZSB0
byBzbGVlcCwgYnV6ei4KZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL2VkaXRpbmcvc3BlbGxpbmcv
c3BlbGxpbmctdW5pZmllZC1lbXVsYXRpb24uaHRtbCBiL0xheW91dFRlc3RzL2VkaXRpbmcvc3Bl
bGxpbmcvc3BlbGxpbmctdW5pZmllZC1lbXVsYXRpb24uaHRtbAppbmRleCAwNWQyNmRlLi41NmQ3
MWI1IDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0cy9lZGl0aW5nL3NwZWxsaW5nL3NwZWxsaW5nLXVu
aWZpZWQtZW11bGF0aW9uLmh0bWwKKysrIGIvTGF5b3V0VGVzdHMvZWRpdGluZy9zcGVsbGluZy9z
cGVsbGluZy11bmlmaWVkLWVtdWxhdGlvbi5odG1sCkBAIC00Miw4ICs0Miw4IEBAIHZhciB0ZXN0
RGF0YSA9IFsKICAgICB7IHRleHQ6ICd6eiBhcHBsZSBvcmFuZ2UnLCBtYXJrZWQ6IFsnenonXSB9
LAogICAgIHsgdGV4dDogJ2FwcGxlIHp6IG9yYW5nZScsIG1hcmtlZDogWyd6eiddIH0sCiAgICAg
eyB0ZXh0OiAnYXBwbGUgb3JhbmdlIHp6JywgbWFya2VkOiBbJ3p6J10gfSwKLSAgICB7IHRleHQ6
ICd6enonLCBtYXJrZWQ6IFtdIH0sCi0gICAgeyB0ZXh0OiAnSSB3b3VsZCBsaWtlIHRvIHNsZWVw
LCB6enonLCBtYXJrZWQ6IFtdIH0KKyAgICB7IHRleHQ6ICdidXp6JywgbWFya2VkOiBbXSB9LAor
ICAgIHsgdGV4dDogJ0kgd291bGQgbGlrZSB0byBzbGVlcCwgYnV6eicsIG1hcmtlZDogW10gfQog
XTsKIAogdmFyIG51bU1hcmtlZDsKZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL3BsYXRmb3JtL2Vm
bC13azIvVGVzdEV4cGVjdGF0aW9ucyBiL0xheW91dFRlc3RzL3BsYXRmb3JtL2VmbC13azIvVGVz
dEV4cGVjdGF0aW9ucwppbmRleCA1Mjc4MGU1Li5hZGQxYTQ3IDEwMDY0NAotLS0gYS9MYXlvdXRU
ZXN0cy9wbGF0Zm9ybS9lZmwtd2syL1Rlc3RFeHBlY3RhdGlvbnMKKysrIGIvTGF5b3V0VGVzdHMv
cGxhdGZvcm0vZWZsLXdrMi9UZXN0RXhwZWN0YXRpb25zCkBAIC0zMDMsOSArMzAzLDYgQEAgQnVn
KEVGTCkgZmFzdC9ldmVudHMvdG91Y2gvYmFzaWMtc2luZ2xlLXRvdWNoLWV2ZW50cy5odG1sIFsg
RmFpbHVyZSBdCiBCdWcoRUZMKSBlZGl0aW5nL3NwZWxsaW5nL2dyYW1tYXItZWRpdC13b3JkLmh0
bWwgWyBGYWlsdXJlIF0KIEJ1ZyhFRkwpIGVkaXRpbmcvc3BlbGxpbmcvbWFya2Vycy5odG1sIFsg
RmFpbHVyZSBdCiAKLSMgVW5pZmllZCB0ZXh0IGNoZWNraW5nIGlzIGZhaWxpbmcKLUJ1ZyhFRkwp
IGVkaXRpbmcvc3BlbGxpbmcvc3BlbGxpbmctdW5pZmllZC1lbXVsYXRpb24uaHRtbCBbIEZhaWx1
cmUgXQotCiAjIFdlYktpdFRlc3RSdW5uZXIgbmVlZHMgYW4gaW1wbGVtZW50YXRpb24gZm9yIGV2
ZW50U2VuZGVyLnNjaGVkdWxlQXN5bmNocm9ub3VzS2V5RG93bgogd2Via2l0Lm9yZy9iLzkzOTc5
IGZhc3QvbXV0YXRpb24vZW5kLW9mLXRhc2stZGVsaXZlcnkuaHRtbCBbIEZhaWx1cmUgXQogCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>