Changeset 78043 in webkit


Ignore:
Timestamp:
Feb 9, 2011 4:04:20 AM (13 years ago)
Author:
sergio@webkit.org
Message:

2011-02-09 Sergio Villar Senin <svillar@igalia.com>

Unreviewed.

Added new text expectations for GTK port. They should be actually
valid for any port using the libsoup backend. We need different
results because as stated here
https://bugs.webkit.org/show_bug.cgi?id=3812#c6, the original test
results were designed for NSURLConnection which adds the
"Content-Length: 0" header for null message bodies. That does not
happen in libsoup, so instead of artificially add that header we
better generate different results.

Also take into account that for HEAD and GET requests the body is
not included so we should expect always a null for them.

  • platform/gtk/Skipped:
  • platform/gtk/http/tests/xmlhttprequest/methods-async-expected.txt: Added.
  • platform/gtk/http/tests/xmlhttprequest/methods-expected.txt: Added.
  • platform/gtk/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added.
  • platform/gtk/http/tests/xmlhttprequest/workers/methods-expected.txt: Added.
  • platform/gtk/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Added.
  • platform/gtk/http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r78040 r78043  
     12011-02-09  Sergio Villar Senin  <svillar@igalia.com>
     2
     3        Unreviewed.
     4
     5        Added new text expectations for GTK port. They should be actually
     6        valid for any port using the libsoup backend. We need different
     7        results because as stated here
     8        https://bugs.webkit.org/show_bug.cgi?id=3812#c6, the original test
     9        results were designed for NSURLConnection which adds the
     10        "Content-Length: 0" header for null message bodies. That does not
     11        happen in libsoup, so instead of artificially add that header we
     12        better generate different results.
     13
     14        Also take into account that for HEAD and GET requests the body is
     15        not included so we should expect always a null for them.
     16
     17        * platform/gtk/Skipped:
     18        * platform/gtk/http/tests/xmlhttprequest/methods-async-expected.txt: Added.
     19        * platform/gtk/http/tests/xmlhttprequest/methods-expected.txt: Added.
     20        * platform/gtk/http/tests/xmlhttprequest/workers/methods-async-expected.txt: Added.
     21        * platform/gtk/http/tests/xmlhttprequest/workers/methods-expected.txt: Added.
     22        * platform/gtk/http/tests/xmlhttprequest/workers/shared-worker-methods-async-expected.txt: Added.
     23        * platform/gtk/http/tests/xmlhttprequest/workers/shared-worker-methods-expected.txt: Added.
     24
    1252011-02-09  Eric Seidel  <eric@webkit.org>
    226
  • trunk/LayoutTests/platform/gtk/Skipped

    r78030 r78043  
    18601860http/tests/xmlhttprequest/frame-load-cancelled-abort.html
    18611861http/tests/xmlhttprequest/frame-unload-abort-crash.html
    1862 http/tests/xmlhttprequest/methods-async.html
    1863 http/tests/xmlhttprequest/methods.html
    18641862http/tests/xmlhttprequest/response-encoding.html
    18651863http/tests/xmlhttprequest/state-after-network-error.html
     
    18701868http/tests/xmlhttprequest/xml-encoding.html
    18711869http/tests/xmlhttprequest/xmlhttprequest-contenttype-empty.html
    1872 http/tests/xmlhttprequest/workers/methods-async.html
    1873 http/tests/xmlhttprequest/workers/methods.html
    18741870# Tests crashing - https://bugs.webkit.org/show_bug.cgi?id=51104
    18751871http/tests/cache/subresource-fragment-identifier.html
     
    37803776userscripts/window-onerror-for-isolated-world-2.html
    37813777
    3782 # XHR sends sometimes yield null bytes sent instead of 0.
    3783 http/tests/xmlhttprequest/workers/shared-worker-methods.html
    3784 http/tests/xmlhttprequest/workers/shared-worker-methods-async.html
    3785 
    37863778# No authentication challenge handling
    37873779http/tests/loading/basic-credentials-sent-automatically.html
Note: See TracChangeset for help on using the changeset viewer.