Changeset 172438 in webkit


Ignore:
Timestamp:
Aug 12, 2014 1:25:48 AM (10 years ago)
Author:
ryuan.choi@samsung.com
Message:

[EFL] Disable ecore logs about bad fd
https://bugs.webkit.org/show_bug.cgi?id=135831

Reviewed by Gyuyoung Kim.

ecore checks EBADF and prints the warnings.
But, it looks noise in layout test because it's not webkit issue.
This patch disables it until we found right solution.

  • efl/jhbuild.modules:
  • efl/patches/ecore_remove_warnings.patch: Added.
Location:
trunk/Tools
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r172437 r172438  
     12014-08-12  Ryuan Choi  <ryuan.choi@samsung.com>
     2
     3        [EFL] Disable ecore logs about bad fd
     4        https://bugs.webkit.org/show_bug.cgi?id=135831
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        ecore checks EBADF and prints the warnings.
     9        But, it looks noise in layout test because it's not webkit issue.
     10        This patch disables it until we found right solution.
     11
     12        * efl/jhbuild.modules:
     13        * efl/patches/ecore_remove_warnings.patch: Added.
     14
    1152014-08-12  Shivakumar JM  <shiva.jm@samsung.com>
    216
  • trunk/Tools/efl/jhbuild.modules

    r171290 r172438  
    172172            md5sum="51222f49d8faa7e72f097075fec223f5">
    173173      <patch file="ecore.patch" strip="1"/>
     174      <patch file="ecore_remove_warnings.patch" strip="1"/>
    174175    </branch>
    175176  </autotools>
Note: See TracChangeset for help on using the changeset viewer.