Changeset 74896 in webkit


Ignore:
Timestamp:
Jan 3, 2011 9:26:17 AM (13 years ago)
Author:
Laszlo Gombos
Message:

2011-01-03 Laszlo Gombos <Laszlo Gombos>

Reviewed by David Levin.

[Qt] Unskip some passing tests as the bot is migrated to Qt 4.7+
https://bugs.webkit.org/show_bug.cgi?id=51819

  • platform/qt/Skipped: Remove passing HTTP tests. Keep timer-vs-loading.html as it is still failing.
  • platform/qt/http/tests/loading/bad-scheme-subframe-expected.txt: Match the expected results with chromium to pass the test.
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r74894 r74896  
     12011-01-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
     2
     3        Reviewed by David Levin.
     4
     5        [Qt] Unskip some passing tests as the bot is migrated to Qt 4.7+
     6        https://bugs.webkit.org/show_bug.cgi?id=51819
     7
     8        * platform/qt/Skipped: Remove passing HTTP tests.
     9          Keep timer-vs-loading.html as it is still failing.
     10
     11        * platform/qt/http/tests/loading/bad-scheme-subframe-expected.txt:
     12          Match the expected results with chromium to pass the test.
     13
    1142011-01-03  Mihai Parparita  <mihaip@chromium.org>
    215
  • trunk/LayoutTests/platform/qt/Skipped

    r74876 r74896  
    103103
    104104# =========================================================================== #
    105 #       Passing HTTP tests - require confirmation on bot.                     #
    106 # =========================================================================== #
    107 
    108 http/tests/security/cross-frame-access-put.html
    109 http/tests/misc/isindex-with-no-form-base-href.html
    110 http/tests/misc/isindex-with-no-form.html
    111 http/tests/misc/timer-vs-loading.html
    112 
    113 http/tests/appcache/auth.html
    114 
    115 # Our expected results are out-of-date - need to be updated first.
    116 http/tests/loading/bad-scheme-subframe.html
    117 
    118 http/tests/navigation/onload-navigation-iframe-2.html
    119 http/tests/navigation/onload-navigation-iframe-timeout.html
    120 http/tests/navigation/onload-navigation-iframe.html
    121 http/tests/navigation/lockedhistory-iframe.html
    122 
    123 
    124 # =========================================================================== #
    125105#       Failing HTTP tests.                                                   #
    126106# =========================================================================== #
     
    199179http/tests/multipart/invalid-image-data.html
    200180http/tests/multipart/invalid-image-data-standalone.html
     181http/tests/misc/timer-vs-loading.html
    201182
    202183# drt prints additional output - looks harmless
  • trunk/LayoutTests/platform/qt/http/tests/loading/bad-scheme-subframe-expected.txt

    r31587 r74896  
    11main frame - didStartProvisionalLoadForFrame
    2 main frame - willCloseFrame
    32main frame - didCommitLoadForFrame
    4 main frame - didClearWindowObjectForFrame
    53frame "f1" - didStartProvisionalLoadForFrame
    64main frame - didFinishDocumentLoadForFrame
Note: See TracChangeset for help on using the changeset viewer.