<?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>144247</bug_id>
          
          <creation_ts>2015-04-26 20:07:49 -0700</creation_ts>
          <short_desc>[EFL] Allow to run the tests on the native X display</short_desc>
          <delta_ts>2015-06-04 22:47:53 -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>WebKit EFL</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>
          <dependson>133157</dependson>
          <blocked>137842</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Hunseop Jeong">hs85.jeong</reporter>
          <assigned_to name="Hunseop Jeong">hs85.jeong</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>glenn</cc>
    
    <cc>gyuyoung.kim</cc>
    
    <cc>lucas.de.marchi</cc>
    
    <cc>mrobinson</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1088911</commentid>
    <comment_count>0</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-04-26 20:07:49 -0700</bug_when>
    <thetext>Now xvfb driver has a issue related to GL drawing on EFL port.
So added the native X display to run the tests without GL issue.
Use the X display until GL issue is fixed on EFL port.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1088921</commentid>
    <comment_count>1</comment_count>
      <attachid>251722</attachid>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-04-26 20:54:20 -0700</bug_when>
    <thetext>Created attachment 251722
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1088932</commentid>
    <comment_count>2</comment_count>
      <attachid>251722</attachid>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-04-26 21:27:03 -0700</bug_when>
    <thetext>Comment on attachment 251722
Patch

Hunseop, did you run whole EFL layout test ? I wonder if there is any regression when using USE_NATIVE_XDISPLAY option.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1088934</commentid>
    <comment_count>3</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-04-26 21:51:04 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; Comment on attachment 251722 [details]
&gt; Patch
&gt; 
&gt; Hunseop, did you run whole EFL layout test ? I wonder if there is any
&gt; regression when using USE_NATIVE_XDISPLAY option.

I will check whole layout test.
I will upload the result after testing the layout test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1088939</commentid>
    <comment_count>4</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-04-26 22:33:23 -0700</bug_when>
    <thetext>I watch the error message &quot;ServerError raised: Port 8000 is already in use.&quot; 
when I retry the test after finish the layout test.
It looks like port issue. I will watch this issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1088950</commentid>
    <comment_count>5</comment_count>
      <attachid>251722</attachid>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-04-27 00:16:48 -0700</bug_when>
    <thetext>Comment on attachment 251722
Patch

We have to land this patch after checking whole layout test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1088997</commentid>
    <comment_count>6</comment_count>
      <attachid>251722</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-04-27 04:16:12 -0700</bug_when>
    <thetext>Comment on attachment 251722
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=251722&amp;action=review

This patch seems too intrusive for developers, flashing WTR windows in foreground
are so annoying and make any work impossible during running layout tests.

&gt; Tools/Scripts/webkitpy/port/efl.py:55
&gt; +        # FIXME: Use the native xdisplay instead of xvfb driver until GL issue is fixed on EFL port.
&gt; +        os.environ[&apos;USE_NATIVE_XDISPLAY&apos;] = &apos;1&apos;
&gt; +

Can we make it optional somehow? With this change we can use only XorgDriver.
We aren&apos;t able to use nor the default port driver (DISABLE_XVFB_DRIVER case),
neither the XvfbDriver.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1088998</commentid>
    <comment_count>7</comment_count>
      <attachid>251722</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-04-27 04:46:19 -0700</bug_when>
    <thetext>Comment on attachment 251722
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=251722&amp;action=review

&gt; Tools/ChangeLog:3
&gt; +        [EFL] Allow to run the tests on the native X display 

trailing whitespace</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089000</commentid>
    <comment_count>8</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-04-27 05:46:37 -0700</bug_when>
    <thetext>(In reply to comment #6)
&gt; Comment on attachment 251722 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=251722&amp;action=review
&gt; 
&gt; This patch seems too intrusive for developers, flashing WTR windows in
&gt; foreground
&gt; are so annoying and make any work impossible during running layout tests.
&gt; 
Yes, You are right. I feel like you, after applying this patch, many windows was flashed that make me annoying!!

&gt; &gt; Tools/Scripts/webkitpy/port/efl.py:55
&gt; &gt; +        # FIXME: Use the native xdisplay instead of xvfb driver until GL issue is fixed on EFL port.
&gt; &gt; +        os.environ[&apos;USE_NATIVE_XDISPLAY&apos;] = &apos;1&apos;
&gt; &gt; +
&gt; 
&gt; Can we make it optional somehow? With this change we can use only XorgDriver.
&gt; We aren&apos;t able to use nor the default port driver (DISABLE_XVFB_DRIVER case),
&gt; neither the XvfbDriver.

Okay, I will make the option to select the driver.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089001</commentid>
    <comment_count>9</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-04-27 06:06:43 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; Comment on attachment 251722 [details]
&gt; Patch
&gt; 
&gt; We have to land this patch after checking whole layout test.

gyuyoung,
We can get the similar result if set the &quot;DISABLE_XVFB_DRIVER&quot;.
How about use the &quot;DISABLE_XVFB_DRIVER&quot;?

If set the &quot;DISABLE_XVFB_DRIVER&quot; before starting the layout test.
It using the WebKitTestRunner instead of the xvfb.

Whole test result is :
=&gt; Results: 38350/39533 tests passed (97.0%)

=&gt; Tests to be fixed (5383):
      9 crashes                  ( 0.2%)
     53 timeouts                 ( 1.0%)
     49 missing results          ( 0.9%)
    316 image-only failures      ( 5.9%)

=&gt; Tests that will only be fixed if they crash (WONTFIX) (1190):
      1 image-only failures      ( 0.1%)


Expected to crash, but passed: (12)
  compositing/clipping/border-radius-stacking-context-clip.html
  compositing/contents-opaque/opaque-with-clip-path.html
  compositing/masks/become-tiled-mask.html
  compositing/masks/cease-tiled-mask.html
  compositing/masks/compositing-clip-path-and-mask.html
  compositing/masks/compositing-clip-path.html
  compositing/masks/reference-clip-path-on-composited.html
  compositing/masks/solid-color-masked.html
  compositing/masks/tiled-mask.html
  compositing/patterns/direct-pattern-compositing-add-text.html
  compositing/patterns/direct-pattern-compositing-padding.html
  compositing/patterns/direct-pattern-compositing.html

Expected to fail, but passed: (3)
  compositing/animation/matrix-animation.html
  fast/sub-pixel/sub-pixel-composited-layers.html
  media/media-volume-slider-rendered-below.html


Unexpected flakiness: text-only failures (2)
  fast/dom/adopt-node-crash-2.html [ Failure Pass ]
  perf/rel-list-remove.html [ Failure Pass ]

Unexpected flakiness: image-only failures (1)
  css3/flexbox/csswg/css-flexbox-height-animation-stretch.html [ ImageOnlyFailure Pass ]

Unexpected flakiness: timeouts (2)
  media/track/audio/audio-track-mkv-vorbis-addtrack.html [ Timeout Pass ]
  media/track/track-cues-pause-on-exit.html [ Failure Timeout Pass ]


Regressions: Unexpected text-only failures (61)
  canvas/philip/tests/2d.drawImage.animated.poster.html [ Failure ]
  compositing/tiling/transform-origin-tiled.html [ Failure ]
  editing/execCommand/5142012-1.html [ Failure ]
  editing/execCommand/nsresponder-outdent.html [ Failure ]
  editing/inserting/insert-at-end-02.html [ Failure ]
  editing/selection/context-menu-text-selection-lookup.html [ Failure ]
  fast/canvas/canvas-ellipse-zero-lineto.html [ Failure ]
  fast/css-generated-content/hover-inline.html [ Failure ]
  fast/css/affected-by-hover-after-style-change.html [ Failure ]
  fast/css/first-letter-hover.html [ Failure ]
  fast/css/hover-active-drag.html [ Failure ]
  fast/css/hover-affects-ancestor.html [ Failure ]
  fast/css/hover-affects-child.html [ Failure ]
  fast/css/hover-display-block.html [ Failure ]
  fast/css/hover-subselector.html [ Failure ]
  fast/css/nested-layers-with-hover.html [ Failure ]
  fast/css/unknown-pseudo-element-matching.html [ Failure ]
  fast/dom/Window/window-resize-and-move-arguments.html [ Failure ]
  fast/events/event-sender-mouse-moved.html [ Failure ]
  fast/events/frame-scroll-fake-mouse-move.html [ Failure ]
  fast/events/ghostly-mousemoves-in-subframe.html [ Failure ]
  fast/events/mouse-cursor-change.html [ Failure ]
  fast/events/mouse-cursor-multiframecur.html [ Failure ]
  fast/events/mouse-cursor-no-mousemove.html [ Failure ]
  fast/events/mouseenter-mouseleave-capture.html [ Failure ]
  fast/events/mouseenter-mouseleave.html [ Failure ]
  fast/events/mouseenterleave-on-subframe.html [ Failure ]
  fast/events/mousemove-after-drag-over-scrollbar.html [ Failure ]
  fast/events/mouseout-dead-node.html [ Failure ]
  fast/events/mouseover-button.html [ Failure ]
  fast/events/mouseover-mouseout.html [ Failure ]
  fast/events/mouseover-mouseout2.html [ Failure ]
  fast/events/scroll-in-scaled-page-with-overflow-hidden.html [ Failure ]
  fast/events/touch/touch-before-pressing-spin-button.html [ Failure ]
  fast/events/wheelevent-basic.html [ Failure ]
  fast/events/wheelevent-mousewheel-interaction.html [ Failure ]
  fast/filter-image/filter-image-animation.html [ Failure ]
  fast/forms/input-step-as-double.html [ Failure ]
  fast/regions/assert-hit-test-image.html [ Failure ]
  fast/selectors/hover-strict.html [ Failure ]
  fast/text/international/cjk-segmentation.html [ Failure ]
  fast/text/midword-break-before-surrogate-pair-2.html [ Failure ]
  http/tests/cache/willsendrequest-returns-null-for-memory-cache-load.html [ Failure ]
  http/tests/misc/authentication-redirect-3/authentication-sent-to-redirect-same-origin-with-location-credentials.html [ Failure ]
  http/tests/security/cors-post-redirect-301.html [ Failure ]
  http/tests/security/cors-post-redirect-302.html [ Failure ]
  http/tests/security/cors-post-redirect-303.html [ Failure ]
  http/tests/security/cors-post-redirect-307.html [ Failure ]
  http/tests/security/cors-post-redirect-308.html [ Failure ]
  http/tests/security/cross-frame-access-put.html [ Failure ]
  http/tests/security/mixedContent/insecure-audio-video-in-main-frame.html [ Failure ]
  http/tests/xmlhttprequest/access-control-allow-lists-starting-with-comma.html [ Failure ]
  http/tests/xmlhttprequest/post-blob-content-type-async.html [ Failure ]
  http/tests/xmlhttprequest/post-blob-content-type-sync.html [ Failure ]
  js/dom/global-constructors-attributes.html [ Failure ]
  media/video-initially-hidden-volume-slider-up.html [ Failure ]
  scrollbars/overflow-custom-scrollbar-crash.html [ Failure ]
  scrollbars/scroll-rtl-or-bt-layer.html [ Failure ]
  sputnik/Unicode/Unicode_320/S7.6_A2.2_T2.html [ Failure ]
  sputnik/Unicode/Unicode_320/S7.6_A5.2_T8.html [ Failure ]
  svg/animations/animate-text-nested-transforms.html [ Failure ]

Regressions: Unexpected image-only failures (14)
  compositing/background-color/background-color-change-to-text.html [ ImageOnlyFailure ]
  compositing/masks/compositing-clip-path-mask-change.html [ ImageOnlyFailure ]
  compositing/overlap-blending/nested-overlap-overflow.html [ ImageOnlyFailure ]
  compositing/text-on-scaled-surface.html [ ImageOnlyFailure ]
  dom/xhtml/level3/core/canonicalform08.xhtml [ ImageOnlyFailure ]
  dom/xhtml/level3/core/canonicalform09.xhtml [ ImageOnlyFailure ]
  fast/backgrounds/background-opaque-clipped-gradients.html [ ImageOnlyFailure ]
  fast/borders/border-image-fill-no-border.html [ ImageOnlyFailure ]
  fast/css/pseudo-element-selector-scrollbar-hover.html [ ImageOnlyFailure ]
  fast/forms/button-line-height.html [ ImageOnlyFailure ]
  fast/frames/flattening/scrolling-in-object.html [ ImageOnlyFailure ]
  svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg [ ImageOnlyFailure ]
  svg/clip-path/clip-path-line-use-before-defined.svg [ ImageOnlyFailure ]
  svg/transforms/transformed-text-fill-pattern.html [ ImageOnlyFailure ]

Regressions: Unexpected crashes (2)
  media/track/track-in-band-duplicate-tracks-when-source-changes.html [ Crash ]
  svg/clip-path/clip-path-precision-001.svg [ Crash ]

Regressions: Unexpected timeouts (8)
  fast/block/positioning/absolute-appended-to-inline.html [ Timeout ]
  fast/css/hover-update.html [ Timeout ]
  fast/events/iframe-onmousemove.html [ Timeout ]
  fast/events/mouse-moved-remove-frame-crash.html [ Timeout ]
  fast/events/mouseout-dead-subframe.html [ Timeout ]
  fast/events/wheelevent-in-text-node.html [ Timeout ]
  fast/layers/no-clipping-overflow-hidden-added-after-transform.html [ Timeout ]
  media/click-volume-bar-not-pausing.html [ Timeout ]


Many tests are failed after disable the xvfb.
Need to the many rebaseline work if using the Xorg or disabling the xvfb.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089004</commentid>
    <comment_count>10</comment_count>
      <attachid>251722</attachid>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-04-27 06:16:58 -0700</bug_when>
    <thetext>Comment on attachment 251722
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=251722&amp;action=review

&gt;&gt;&gt; Tools/Scripts/webkitpy/port/efl.py:55
&gt;&gt;&gt; +
&gt;&gt; 
&gt;&gt; Can we make it optional somehow? With this change we can use only XorgDriver.
&gt;&gt; We aren&apos;t able to use nor the default port driver (DISABLE_XVFB_DRIVER case),
&gt;&gt; neither the XvfbDriver.
&gt; 
&gt; Okay, I will make the option to select the driver.

Ah...I missed too many windows and hardcoded &apos;USE_NATIVE_XDISPLAY&apos; definition. Please make it optional !</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089005</commentid>
    <comment_count>11</comment_count>
      <attachid>251735</attachid>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-04-27 06:25:28 -0700</bug_when>
    <thetext>Created attachment 251735
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089006</commentid>
    <comment_count>12</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-04-27 06:30:19 -0700</bug_when>
    <thetext>(In reply to comment #11)
&gt; Created attachment 251735 [details]
&gt; Patch

(In reply to comment #10)
&gt; Comment on attachment 251722 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=251722&amp;action=review
&gt; 
&gt; &gt;&gt;&gt; Tools/Scripts/webkitpy/port/efl.py:55
&gt; &gt;&gt;&gt; +
&gt; &gt;&gt; 
&gt; &gt;&gt; Can we make it optional somehow? With this change we can use only XorgDriver.
&gt; &gt;&gt; We aren&apos;t able to use nor the default port driver (DISABLE_XVFB_DRIVER case),
&gt; &gt;&gt; neither the XvfbDriver.
&gt; &gt; 
&gt; &gt; Okay, I will make the option to select the driver.
&gt; 
&gt; Ah...I missed too many windows and hardcoded &apos;USE_NATIVE_XDISPLAY&apos;
&gt; definition. Please make it optional !

Sorry, gyuyoung.

I changed the patch which can select the USE_NATIVE_XDISPLAY for WTR.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089016</commentid>
    <comment_count>13</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-04-27 07:49:28 -0700</bug_when>
    <thetext>(In reply to comment #9)
&gt; (In reply to comment #5)
&gt; &gt; Comment on attachment 251722 [details]
&gt; &gt; Patch
&gt; &gt; 
&gt; &gt; We have to land this patch after checking whole layout test.
&gt; 
&gt; gyuyoung,
&gt; We can get the similar result if set the &quot;DISABLE_XVFB_DRIVER&quot;.
&gt; How about use the &quot;DISABLE_XVFB_DRIVER&quot;?

When I set DISABLE_XVFB_DRIVER environment variable, I&apos;m still able to see a lot of crash on webgl tests. To get fine result, should I install additional packages ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089025</commentid>
    <comment_count>14</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-04-27 08:29:05 -0700</bug_when>
    <thetext>(In reply to comment #13)
&gt; (In reply to comment #9)
&gt; &gt; (In reply to comment #5)
&gt; &gt; &gt; Comment on attachment 251722 [details]
&gt; &gt; &gt; Patch
&gt; &gt; &gt; 
&gt; &gt; &gt; We have to land this patch after checking whole layout test.
&gt; &gt; 
&gt; &gt; gyuyoung,
&gt; &gt; We can get the similar result if set the &quot;DISABLE_XVFB_DRIVER&quot;.
&gt; &gt; How about use the &quot;DISABLE_XVFB_DRIVER&quot;?
&gt; 
&gt; When I set DISABLE_XVFB_DRIVER environment variable, I&apos;m still able to see a
&gt; lot of crash on webgl tests. To get fine result, should I install additional
&gt; packages ?

$ DISABLE_XVFB_DRIVER=1 Tools/Scripts/run-webkit-tests --efl webgl --force
80 failures, 10 timeouts

What about if we remove DISABLE_XVFB_DRIVER and have only USE_NATIVE_XDISPLAY ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089028</commentid>
    <comment_count>15</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-04-27 08:47:05 -0700</bug_when>
    <thetext>(In reply to comment #14)
&gt; (In reply to comment #13)
&gt; &gt; (In reply to comment #9)
&gt; &gt; &gt; (In reply to comment #5)
&gt; &gt; &gt; &gt; Comment on attachment 251722 [details]
&gt; &gt; &gt; &gt; Patch
&gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; We have to land this patch after checking whole layout test.
&gt; &gt; &gt; 
&gt; &gt; &gt; gyuyoung,
&gt; &gt; &gt; We can get the similar result if set the &quot;DISABLE_XVFB_DRIVER&quot;.
&gt; &gt; &gt; How about use the &quot;DISABLE_XVFB_DRIVER&quot;?
&gt; &gt; 
&gt; &gt; When I set DISABLE_XVFB_DRIVER environment variable, I&apos;m still able to see a
&gt; &gt; lot of crash on webgl tests. To get fine result, should I install additional
&gt; &gt; packages ?
&gt; 
&gt; $ DISABLE_XVFB_DRIVER=1 Tools/Scripts/run-webkit-tests --efl webgl --force
&gt; 80 failures, 10 timeouts
&gt; 
&gt; What about if we remove DISABLE_XVFB_DRIVER and have only
&gt; USE_NATIVE_XDISPLAY ?

I&apos;m not 100% sure if two options can return same values every cases though, it seems those options returns same value. However we need to check if there is any fail on perf bot when using USE_NATIVE_XDISPLAY as mentioned in https://bugs.webkit.org/show_bug.cgi?id=131036#c0.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089376</commentid>
    <comment_count>16</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-04-27 20:50:51 -0700</bug_when>
    <thetext>(In reply to comment #15)
&gt; (In reply to comment #14)
&gt; &gt; (In reply to comment #13)
&gt; &gt; &gt; (In reply to comment #9)
&gt; &gt; &gt; &gt; (In reply to comment #5)
&gt; &gt; &gt; &gt; &gt; Comment on attachment 251722 [details]
&gt; &gt; &gt; &gt; &gt; Patch
&gt; &gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; &gt; We have to land this patch after checking whole layout test.
&gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; gyuyoung,
&gt; &gt; &gt; &gt; We can get the similar result if set the &quot;DISABLE_XVFB_DRIVER&quot;.
&gt; &gt; &gt; &gt; How about use the &quot;DISABLE_XVFB_DRIVER&quot;?
&gt; &gt; &gt; 
&gt; &gt; &gt; When I set DISABLE_XVFB_DRIVER environment variable, I&apos;m still able to see a
&gt; &gt; &gt; lot of crash on webgl tests. To get fine result, should I install additional
&gt; &gt; &gt; packages ?
&gt; &gt; 
&gt; &gt; $ DISABLE_XVFB_DRIVER=1 Tools/Scripts/run-webkit-tests --efl webgl --force
&gt; &gt; 80 failures, 10 timeouts
&gt; &gt; 
&gt; &gt; What about if we remove DISABLE_XVFB_DRIVER and have only
&gt; &gt; USE_NATIVE_XDISPLAY ?
&gt; 
&gt; I&apos;m not 100% sure if two options can return same values every cases though,
&gt; it seems those options returns same value. However we need to check if there
&gt; is any fail on perf bot when using USE_NATIVE_XDISPLAY as mentioned in
&gt; https://bugs.webkit.org/show_bug.cgi?id=131036#c0.

I checked perf test using USE_NATIVE_XDISPLAY and DISABLE_XVFB_DRIVER.
I got the same result. What do I do now?
1. Remove the DISABLE_XVFB_DRIVER and add the USE_NATIVE_XDISPLAY option?
2. Just add the USE_NATIVE_XDISPLAY option?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089380</commentid>
    <comment_count>17</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-04-27 21:01:42 -0700</bug_when>
    <thetext>(In reply to comment #16)
&gt; (In reply to comment #15)
&gt; &gt; (In reply to comment #14)
&gt; &gt; &gt; (In reply to comment #13)
&gt; &gt; &gt; &gt; (In reply to comment #9)
&gt; &gt; &gt; &gt; &gt; (In reply to comment #5)
&gt; &gt; &gt; &gt; &gt; &gt; Comment on attachment 251722 [details]
&gt; &gt; &gt; &gt; &gt; &gt; Patch
&gt; &gt; &gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; We have to land this patch after checking whole layout test.
&gt; &gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; &gt; gyuyoung,
&gt; &gt; &gt; &gt; &gt; We can get the similar result if set the &quot;DISABLE_XVFB_DRIVER&quot;.
&gt; &gt; &gt; &gt; &gt; How about use the &quot;DISABLE_XVFB_DRIVER&quot;?
&gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; When I set DISABLE_XVFB_DRIVER environment variable, I&apos;m still able to see a
&gt; &gt; &gt; &gt; lot of crash on webgl tests. To get fine result, should I install additional
&gt; &gt; &gt; &gt; packages ?
&gt; &gt; &gt; 
&gt; &gt; &gt; $ DISABLE_XVFB_DRIVER=1 Tools/Scripts/run-webkit-tests --efl webgl --force
&gt; &gt; &gt; 80 failures, 10 timeouts
&gt; &gt; &gt; 
&gt; &gt; &gt; What about if we remove DISABLE_XVFB_DRIVER and have only
&gt; &gt; &gt; USE_NATIVE_XDISPLAY ?
&gt; &gt; 
&gt; &gt; I&apos;m not 100% sure if two options can return same values every cases though,
&gt; &gt; it seems those options returns same value. However we need to check if there
&gt; &gt; is any fail on perf bot when using USE_NATIVE_XDISPLAY as mentioned in
&gt; &gt; https://bugs.webkit.org/show_bug.cgi?id=131036#c0.
&gt; 
&gt; I checked perf test using USE_NATIVE_XDISPLAY and DISABLE_XVFB_DRIVER.
&gt; I got the same result. What do I do now?
&gt; 1. Remove the DISABLE_XVFB_DRIVER and add the USE_NATIVE_XDISPLAY option?
&gt; 2. Just add the USE_NATIVE_XDISPLAY option?

If so, I also prefer to remove DISABLE_XVFB_DRIVER and use USE_NATIVE_XDISPLAY as Ossy suggested.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089384</commentid>
    <comment_count>18</comment_count>
      <attachid>251820</attachid>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-04-27 21:29:06 -0700</bug_when>
    <thetext>Created attachment 251820
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089388</commentid>
    <comment_count>19</comment_count>
    <who name="Hunseop Jeong">hs85.jeong</who>
    <bug_when>2015-04-27 21:33:42 -0700</bug_when>
    <thetext>(In reply to comment #17)
&gt; (In reply to comment #16)
&gt; &gt; (In reply to comment #15)
&gt; &gt; &gt; (In reply to comment #14)
&gt; &gt; &gt; &gt; (In reply to comment #13)
&gt; &gt; &gt; &gt; &gt; (In reply to comment #9)
&gt; &gt; &gt; &gt; &gt; &gt; (In reply to comment #5)
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Comment on attachment 251722 [details]
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Patch
&gt; &gt; &gt; &gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; &gt; We have to land this patch after checking whole layout test.
&gt; &gt; &gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; &gt; &gt; gyuyoung,
&gt; &gt; &gt; &gt; &gt; &gt; We can get the similar result if set the &quot;DISABLE_XVFB_DRIVER&quot;.
&gt; &gt; &gt; &gt; &gt; &gt; How about use the &quot;DISABLE_XVFB_DRIVER&quot;?
&gt; &gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; &gt; When I set DISABLE_XVFB_DRIVER environment variable, I&apos;m still able to see a
&gt; &gt; &gt; &gt; &gt; lot of crash on webgl tests. To get fine result, should I install additional
&gt; &gt; &gt; &gt; &gt; packages ?
&gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; $ DISABLE_XVFB_DRIVER=1 Tools/Scripts/run-webkit-tests --efl webgl --force
&gt; &gt; &gt; &gt; 80 failures, 10 timeouts
&gt; &gt; &gt; &gt; 
&gt; &gt; &gt; &gt; What about if we remove DISABLE_XVFB_DRIVER and have only
&gt; &gt; &gt; &gt; USE_NATIVE_XDISPLAY ?
&gt; &gt; &gt; 
&gt; &gt; &gt; I&apos;m not 100% sure if two options can return same values every cases though,
&gt; &gt; &gt; it seems those options returns same value. However we need to check if there
&gt; &gt; &gt; is any fail on perf bot when using USE_NATIVE_XDISPLAY as mentioned in
&gt; &gt; &gt; https://bugs.webkit.org/show_bug.cgi?id=131036#c0.
&gt; &gt; 
&gt; &gt; I checked perf test using USE_NATIVE_XDISPLAY and DISABLE_XVFB_DRIVER.
&gt; &gt; I got the same result. What do I do now?
&gt; &gt; 1. Remove the DISABLE_XVFB_DRIVER and add the USE_NATIVE_XDISPLAY option?
&gt; &gt; 2. Just add the USE_NATIVE_XDISPLAY option?
&gt; 
&gt; If so, I also prefer to remove DISABLE_XVFB_DRIVER and use
&gt; USE_NATIVE_XDISPLAY as Ossy suggested.

I Removed the DISABLE_XVFB_DRIVER and added the USE_NATIVE_XDISPLAY.
We can select the XorgDriver if USE_NATIVE_XDISPLAY is set up before running the tests.

Maybe perf bot need to change the configuration after applying this patch.
Now perf bot use the &quot;DISABLE_XVFB_DRIVER=1&quot;.
(https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2%20%28Perf%29/builds/5464/steps/perf-test/logs/stdio)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089395</commentid>
    <comment_count>20</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-04-27 21:42:08 -0700</bug_when>
    <thetext>(In reply to comment #19)

&gt; Maybe perf bot need to change the configuration after applying this patch.
&gt; Now perf bot use the &quot;DISABLE_XVFB_DRIVER=1&quot;.
&gt; (https://build.webkit.org/builders/EFL%20Linux%2064-
&gt; bit%20Release%20WK2%20%28Perf%29/builds/5464/steps/perf-test/logs/stdio)

EFL perf bot is maintained by Ossy. It looks it would be good if Ossy lands this patch after changing DISABLE_XVFB_DRIVER on the perf bot.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089888</commentid>
    <comment_count>21</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-04-28 21:56:13 -0700</bug_when>
    <thetext>(In reply to comment #20)
&gt; (In reply to comment #19)
&gt; 
&gt; &gt; Maybe perf bot need to change the configuration after applying this patch.
&gt; &gt; Now perf bot use the &quot;DISABLE_XVFB_DRIVER=1&quot;.
&gt; &gt; (https://build.webkit.org/builders/EFL%20Linux%2064-
&gt; &gt; bit%20Release%20WK2%20%28Perf%29/builds/5464/steps/perf-test/logs/stdio)
&gt; 
&gt; EFL perf bot is maintained by Ossy. It looks it would be good if Ossy lands
&gt; this patch after changing DISABLE_XVFB_DRIVER on the perf bot.

Ossy, ping ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089906</commentid>
    <comment_count>22</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-04-28 23:36:33 -0700</bug_when>
    <thetext>Sorry for the delay, I&apos;ll change the env on the perf bot and land this patch soon.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089956</commentid>
    <comment_count>23</comment_count>
      <attachid>251820</attachid>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-04-29 04:16:08 -0700</bug_when>
    <thetext>Comment on attachment 251820
Patch

Clearing flags on attachment: 251820

Committed r183540: &lt;http://trac.webkit.org/changeset/183540&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1089957</commentid>
    <comment_count>24</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-04-29 04:16:20 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1090357</commentid>
    <comment_count>25</comment_count>
    <who name="Gyuyoung Kim">gyuyoung.kim</who>
    <bug_when>2015-04-29 22:02:44 -0700</bug_when>
    <thetext>When enabling USE_NATIVE_XDISPLAY, 111 test are failed !

https://build.webkit.org/builders/EFL%20Linux%2064-bit%20Release%20WK2/builds/21557/steps/layout-test/logs/stdio

34062 tests ran as expected, 111 didn&apos;t:</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>251722</attachid>
            <date>2015-04-26 20:54:20 -0700</date>
            <delta_ts>2015-04-27 06:25:19 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-144247-20150427125315.patch</filename>
            <type>text/plain</type>
            <size>2122</size>
            <attacher name="Hunseop Jeong">hs85.jeong</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTgzMzc5CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggZDlmNGExNTExZWRkNmNjOTE4NWZiMGRhNDg2MDU2YzJl
YzUyYjg5MC4uYzU3Yzc1ZDdhZWI0MzdmMTVmNDdiYWZmYjJlYmY3MzNhNjkzNzU2NyAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE2
IEBACisyMDE1LTA0LTI2ICBIdW5zZW9wIEplb25nICA8aHM4NS5qZW9uZ0BzYW1zdW5nLmNvbT4K
KworICAgICAgICBbRUZMXSBBbGxvdyB0byBydW4gdGhlIHRlc3RzIG9uIHRoZSBuYXRpdmUgWCBk
aXNwbGF5IAorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9
MTQ0MjQ3CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAg
VXNlIHRoZSBYIGRpc3BsYXkgaW5zdGVhZCBvZiB0aGUgeHZmYiB1bnRpbCBHTCBpc3N1ZSBpcyBm
aXhlZCBvbiBFRkwgcG9ydC4KKworICAgICAgICAqIFNjcmlwdHMvd2Via2l0cHkvcG9ydC9lZmwu
cHk6CisgICAgICAgIChFZmxQb3J0Ll9faW5pdF9fKToKKyAgICAgICAgKEVmbFBvcnQuX2RyaXZl
cl9jbGFzcyk6CisKIDIwMTUtMDQtMjYgIFl1c3VrZSBTdXp1a2kgIDx1dGF0YW5lLnRlYUBnbWFp
bC5jb20+CiAKICAgICAgICAgW0VTNl0gSW1wbGVtZW50IEVTNiB0ZW1wbGF0ZSBsaXRlcmFscwpk
aWZmIC0tZ2l0IGEvVG9vbHMvU2NyaXB0cy93ZWJraXRweS9wb3J0L2VmbC5weSBiL1Rvb2xzL1Nj
cmlwdHMvd2Via2l0cHkvcG9ydC9lZmwucHkKaW5kZXggM2M4OTIxOTdlY2IzZTc0NmJkNWRiZmY0
Mzg1YjcyYjkyOTAxZTBmNC4uZTEzM2Q1MTljZGM5NzVjZGJmYWRlOTAyMmQ0NTgxNmMzNWI5OGE5
NSAxMDA2NDQKLS0tIGEvVG9vbHMvU2NyaXB0cy93ZWJraXRweS9wb3J0L2VmbC5weQorKysgYi9U
b29scy9TY3JpcHRzL3dlYmtpdHB5L3BvcnQvZWZsLnB5CkBAIC0zMiw2ICszMiw3IEBAIGltcG9y
dCBvcwogZnJvbSB3ZWJraXRweS5sYXlvdXRfdGVzdHMubW9kZWxzLnRlc3RfY29uZmlndXJhdGlv
biBpbXBvcnQgVGVzdENvbmZpZ3VyYXRpb24KIGZyb20gd2Via2l0cHkucG9ydC5iYXNlIGltcG9y
dCBQb3J0CiBmcm9tIHdlYmtpdHB5LnBvcnQucHVsc2VhdWRpb19zYW5pdGl6ZXIgaW1wb3J0IFB1
bHNlQXVkaW9TYW5pdGl6ZXIKK2Zyb20gd2Via2l0cHkucG9ydC54b3JnZHJpdmVyIGltcG9ydCBY
b3JnRHJpdmVyCiBmcm9tIHdlYmtpdHB5LnBvcnQueHZmYmRyaXZlciBpbXBvcnQgWHZmYkRyaXZl
cgogZnJvbSB3ZWJraXRweS5wb3J0LmxpbnV4X2dldF9jcmFzaF9sb2cgaW1wb3J0IEdEQkNyYXNo
TG9nR2VuZXJhdG9yCiAKQEAgLTQ5LDYgKzUwLDkgQEAgY2xhc3MgRWZsUG9ydChQb3J0KToKIAog
ICAgICAgICBzZWxmLl9wdWxzZWF1ZGlvX3Nhbml0aXplciA9IFB1bHNlQXVkaW9TYW5pdGl6ZXIo
KQogCisgICAgICAgICMgRklYTUU6IFVzZSB0aGUgbmF0aXZlIHhkaXNwbGF5IGluc3RlYWQgb2Yg
eHZmYiBkcml2ZXIgdW50aWwgR0wgaXNzdWUgaXMgZml4ZWQgb24gRUZMIHBvcnQuCisgICAgICAg
IG9zLmVudmlyb25bJ1VTRV9OQVRJVkVfWERJU1BMQVknXSA9ICcxJworCiAgICAgZGVmIF9wb3J0
X2ZsYWdfZm9yX3NjcmlwdHMoc2VsZik6CiAgICAgICAgIHJldHVybiAiLS1lZmwiCiAKQEAgLTk2
LDYgKzEwMCw4IEBAIGNsYXNzIEVmbFBvcnQoUG9ydCk6CiAgICAgICAgIHJldHVybiBbVGVzdENv
bmZpZ3VyYXRpb24odmVyc2lvbj1zZWxmLl92ZXJzaW9uLCBhcmNoaXRlY3R1cmU9J3g4NicsIGJ1
aWxkX3R5cGU9YnVpbGRfdHlwZSkgZm9yIGJ1aWxkX3R5cGUgaW4gc2VsZi5BTExfQlVJTERfVFlQ
RVNdCiAKICAgICBkZWYgX2RyaXZlcl9jbGFzcyhzZWxmKToKKyAgICAgICAgaWYgb3MuZW52aXJv
bi5nZXQoIlVTRV9OQVRJVkVfWERJU1BMQVkiKToKKyAgICAgICAgICAgIHJldHVybiBYb3JnRHJp
dmVyCiAgICAgICAgIGlmIG9zLmVudmlyb24uZ2V0KCJESVNBQkxFX1hWRkJfRFJJVkVSIik6CiAg
ICAgICAgICAgICByZXR1cm4gUG9ydC5fZHJpdmVyX2NsYXNzKHNlbGYpCiAgICAgICAgIHJldHVy
biBYdmZiRHJpdmVyCg==
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>251735</attachid>
            <date>2015-04-27 06:25:28 -0700</date>
            <delta_ts>2015-04-27 21:28:57 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-144247-20150427222417.patch</filename>
            <type>text/plain</type>
            <size>1861</size>
            <attacher name="Hunseop Jeong">hs85.jeong</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTgzMzk0CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggOTE1YzI4YjdmMjAzNzNiODI1OGEyZjBjZWM5ZjM3N2U4
NWRlYmFiZC4uNTFiYWNmMDBkODRkNDhmYjJlZTEyYzk3ZTc2MGNjZDc4NTI1YTY0MiAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE2
IEBACisyMDE1LTA0LTI3ICBIdW5zZW9wIEplb25nICA8aHM4NS5qZW9uZ0BzYW1zdW5nLmNvbT4K
KworICAgICAgICBbRUZMXSBBbGxvdyB0byBydW4gdGhlIHRlc3RzIG9uIHRoZSBuYXRpdmUgWCBk
aXNwbGF5CisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0x
NDQyNDcKKworICAgICAgICBSZXZpZXdlZCBieSBHeXV5b3VuZyBLaW0uCisKKyAgICAgICAgQWRk
ZWQgdGhlIFVTRV9OQVRJVkVfWERJU1BMQVkgb3B0aW9uIGZvciB0aGUgV1RSLgorICAgICAgICBX
ZSBjYW4gc2VsZWN0IHRoZSBYb3JnIGRyaXZlciBpZiBzZXQgdGhlIGVudmlyb25tZW50IHZhcmlh
YmxlIGJlZm9yZSBydW5uaW5nIHRoZSB0ZXN0cy4KKworICAgICAgICAqIFNjcmlwdHMvd2Via2l0
cHkvcG9ydC9lZmwucHk6CisgICAgICAgIChFZmxQb3J0Ll9kcml2ZXJfY2xhc3MpOgorCiAyMDE1
LTA0LTI3ICBDc2FiYSBPc3p0cm9nb27DoWMgIDxvc3N5QHdlYmtpdC5vcmc+CiAKICAgICAgICAg
W2J1aWxkYm90XSBGaXggdGhlIG91dHB1dCBvZiBwZXJmLXRlc3QgYnVpbGRzdGVwIG9uIHRpbWVv
dXQKZGlmZiAtLWdpdCBhL1Rvb2xzL1NjcmlwdHMvd2Via2l0cHkvcG9ydC9lZmwucHkgYi9Ub29s
cy9TY3JpcHRzL3dlYmtpdHB5L3BvcnQvZWZsLnB5CmluZGV4IDNjODkyMTk3ZWNiM2U3NDZiZDVk
YmZmNDM4NWI3MmI5MjkwMWUwZjQuLjVmYTgzZTg2OGQ0OTNmYTQ3MzVkMDliYWYxY2FhYmZjNTNh
YTUyYTEgMTAwNjQ0Ci0tLSBhL1Rvb2xzL1NjcmlwdHMvd2Via2l0cHkvcG9ydC9lZmwucHkKKysr
IGIvVG9vbHMvU2NyaXB0cy93ZWJraXRweS9wb3J0L2VmbC5weQpAQCAtMzIsNiArMzIsNyBAQCBp
bXBvcnQgb3MKIGZyb20gd2Via2l0cHkubGF5b3V0X3Rlc3RzLm1vZGVscy50ZXN0X2NvbmZpZ3Vy
YXRpb24gaW1wb3J0IFRlc3RDb25maWd1cmF0aW9uCiBmcm9tIHdlYmtpdHB5LnBvcnQuYmFzZSBp
bXBvcnQgUG9ydAogZnJvbSB3ZWJraXRweS5wb3J0LnB1bHNlYXVkaW9fc2FuaXRpemVyIGltcG9y
dCBQdWxzZUF1ZGlvU2FuaXRpemVyCitmcm9tIHdlYmtpdHB5LnBvcnQueG9yZ2RyaXZlciBpbXBv
cnQgWG9yZ0RyaXZlcgogZnJvbSB3ZWJraXRweS5wb3J0Lnh2ZmJkcml2ZXIgaW1wb3J0IFh2ZmJE
cml2ZXIKIGZyb20gd2Via2l0cHkucG9ydC5saW51eF9nZXRfY3Jhc2hfbG9nIGltcG9ydCBHREJD
cmFzaExvZ0dlbmVyYXRvcgogCkBAIC05Niw2ICs5Nyw4IEBAIGNsYXNzIEVmbFBvcnQoUG9ydCk6
CiAgICAgICAgIHJldHVybiBbVGVzdENvbmZpZ3VyYXRpb24odmVyc2lvbj1zZWxmLl92ZXJzaW9u
LCBhcmNoaXRlY3R1cmU9J3g4NicsIGJ1aWxkX3R5cGU9YnVpbGRfdHlwZSkgZm9yIGJ1aWxkX3R5
cGUgaW4gc2VsZi5BTExfQlVJTERfVFlQRVNdCiAKICAgICBkZWYgX2RyaXZlcl9jbGFzcyhzZWxm
KToKKyAgICAgICAgaWYgb3MuZW52aXJvbi5nZXQoIlVTRV9OQVRJVkVfWERJU1BMQVkiKToKKyAg
ICAgICAgICAgIHJldHVybiBYb3JnRHJpdmVyCiAgICAgICAgIGlmIG9zLmVudmlyb24uZ2V0KCJE
SVNBQkxFX1hWRkJfRFJJVkVSIik6CiAgICAgICAgICAgICByZXR1cm4gUG9ydC5fZHJpdmVyX2Ns
YXNzKHNlbGYpCiAgICAgICAgIHJldHVybiBYdmZiRHJpdmVyCg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>251820</attachid>
            <date>2015-04-27 21:29:06 -0700</date>
            <delta_ts>2015-04-29 04:16:08 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-144247-20150428132754.patch</filename>
            <type>text/plain</type>
            <size>1919</size>
            <attacher name="Hunseop Jeong">hs85.jeong</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTgzNDUwCmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggYmM2ZTEwYzk3YzgwYTFhMmVlZjgwZWFlMzQzNWNiZmJk
MmM0MzJkMC4uNjFhODA4ZWEwNWZiMTVhNjNjMGE4YWU5NGU1YWM0ZjY4YzYyMjEzOCAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE2
IEBACisyMDE1LTA0LTI3ICBIdW5zZW9wIEplb25nICA8aHM4NS5qZW9uZ0BzYW1zdW5nLmNvbT4K
KworICAgICAgICBbRUZMXSBBbGxvdyB0byBydW4gdGhlIHRlc3RzIG9uIHRoZSBuYXRpdmUgWCBk
aXNwbGF5CisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0x
NDQyNDcKKworICAgICAgICBSZXZpZXdlZCBieSBHeXV5b3VuZyBLaW0uCisKKyAgICAgICAgQWRk
ZWQgdGhlIFVTRV9OQVRJVkVfWERJU1BMQVkgb3B0aW9uIGZvciB0aGUgV1RSLgorICAgICAgICBX
ZSBjYW4gc2VsZWN0IHRoZSBYb3JnIGRyaXZlciBpZiBlbnZpcm9ubWVudCB2YXJpYWJsZSBpcyBz
ZXQgdXAgYmVmb3JlIHJ1bm5pbmcgdGhlIHRlc3RzLgorCisgICAgICAgICogU2NyaXB0cy93ZWJr
aXRweS9wb3J0L2VmbC5weToKKyAgICAgICAgKEVmbFBvcnQuX2RyaXZlcl9jbGFzcyk6CisKIDIw
MTUtMDQtMjcgIERld2VpIFpodSAgPGRld2VpX3podUBhcHBsZS5jb20+CiAKICAgICAgICAgQWRk
ICdfX2luaXRfXy5weScgYW5kIGZpeCBrbm93biBidWcgaW4gYmVuY2htYXJrIHJ1bm5lci4KZGlm
ZiAtLWdpdCBhL1Rvb2xzL1NjcmlwdHMvd2Via2l0cHkvcG9ydC9lZmwucHkgYi9Ub29scy9TY3Jp
cHRzL3dlYmtpdHB5L3BvcnQvZWZsLnB5CmluZGV4IDVjOWIxNDQxYWJhZGU4NDEwZGQzNjQ1OGM0
ZTAwMWVjNzI1NDYxYWUuLjQxNjFhZThjNDk4MDk1OTM1YzMxNGY3MDVkNjYxYTE4NDc2NmQyYmQg
MTAwNjQ0Ci0tLSBhL1Rvb2xzL1NjcmlwdHMvd2Via2l0cHkvcG9ydC9lZmwucHkKKysrIGIvVG9v
bHMvU2NyaXB0cy93ZWJraXRweS9wb3J0L2VmbC5weQpAQCAtMzMsNiArMzMsNyBAQCBmcm9tIHdl
YmtpdHB5LmNvbW1vbi5zeXN0ZW0gaW1wb3J0IHBhdGgKIGZyb20gd2Via2l0cHkubGF5b3V0X3Rl
c3RzLm1vZGVscy50ZXN0X2NvbmZpZ3VyYXRpb24gaW1wb3J0IFRlc3RDb25maWd1cmF0aW9uCiBm
cm9tIHdlYmtpdHB5LnBvcnQuYmFzZSBpbXBvcnQgUG9ydAogZnJvbSB3ZWJraXRweS5wb3J0LnB1
bHNlYXVkaW9fc2FuaXRpemVyIGltcG9ydCBQdWxzZUF1ZGlvU2FuaXRpemVyCitmcm9tIHdlYmtp
dHB5LnBvcnQueG9yZ2RyaXZlciBpbXBvcnQgWG9yZ0RyaXZlcgogZnJvbSB3ZWJraXRweS5wb3J0
Lnh2ZmJkcml2ZXIgaW1wb3J0IFh2ZmJEcml2ZXIKIGZyb20gd2Via2l0cHkucG9ydC5saW51eF9n
ZXRfY3Jhc2hfbG9nIGltcG9ydCBHREJDcmFzaExvZ0dlbmVyYXRvcgogCkBAIC05Nyw4ICs5OCw4
IEBAIGNsYXNzIEVmbFBvcnQoUG9ydCk6CiAgICAgICAgIHJldHVybiBbVGVzdENvbmZpZ3VyYXRp
b24odmVyc2lvbj1zZWxmLl92ZXJzaW9uLCBhcmNoaXRlY3R1cmU9J3g4NicsIGJ1aWxkX3R5cGU9
YnVpbGRfdHlwZSkgZm9yIGJ1aWxkX3R5cGUgaW4gc2VsZi5BTExfQlVJTERfVFlQRVNdCiAKICAg
ICBkZWYgX2RyaXZlcl9jbGFzcyhzZWxmKToKLSAgICAgICAgaWYgb3MuZW52aXJvbi5nZXQoIkRJ
U0FCTEVfWFZGQl9EUklWRVIiKToKLSAgICAgICAgICAgIHJldHVybiBQb3J0Ll9kcml2ZXJfY2xh
c3Moc2VsZikKKyAgICAgICAgaWYgb3MuZW52aXJvbi5nZXQoIlVTRV9OQVRJVkVfWERJU1BMQVki
KToKKyAgICAgICAgICAgIHJldHVybiBYb3JnRHJpdmVyCiAgICAgICAgIHJldHVybiBYdmZiRHJp
dmVyCiAKICAgICBkZWYgX3BhdGhfdG9fZHJpdmVyKHNlbGYpOgo=
</data>

          </attachment>
      

    </bug>

</bugzilla>