Changeset 58099 in webkit


Ignore:
Timestamp:
Apr 22, 2010 9:28:51 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-22 Marcus Bulach <bulach@chromium.org>

Reviewed by Dimitri Glazkov.

Enable LayoutTests for EventSource on chromium
https://bugs.webkit.org/show_bug.cgi?id=37863

  • platform/chromium/fast/dom/prototype-inheritance-expected.txt:
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r58090 r58099  
     12010-04-22  Marcus Bulach  <bulach@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Enable LayoutTests for EventSource on chromium
     6        https://bugs.webkit.org/show_bug.cgi?id=37863
     7
     8        * platform/chromium/fast/dom/prototype-inheritance-expected.txt:
     9        * platform/chromium/test_expectations.txt:
     10
    1112010-04-22  Zhenyao Mo  <zmo@google.com>
    212
  • trunk/LayoutTests/platform/chromium/fast/dom/prototype-inheritance-expected.txt

    r58085 r58099  
    8080PASS inner.EventException.isInner is true
    8181PASS inner.EventException.constructor.isInner is true
     82PASS inner.EventSource.isInner is true
     83PASS inner.EventSource.constructor.isInner is true
    8284PASS inner.File.isInner is true
    8385PASS inner.File.constructor.isInner is true
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r58033 r58099  
    706706BUG11246 DEFER SKIP : fast/dom/Geolocation = FAIL
    707707BUG11246 DEFER SKIP : fast/dom/Window/window-properties-geolocation.html = TEXT
    708 
    709 // Implement HTML5 EventSource API. Skipping, because most of these time out and
    710 // slow down the test run.
    711 BUG19625 SKIP : fast/eventsource = TIMEOUT
    712 BUG19625 SKIP : http/tests/eventsource = TIMEOUT
    713708
    714709// HTML5 datalist element. We don't enable it because WebKit implementation
Note: See TracChangeset for help on using the changeset viewer.