Changeset 75930 in webkit


Ignore:
Timestamp:
Jan 17, 2011 2:08:18 AM (13 years ago)
Author:
loislo@chromium.org
Message:

2011-01-14 Ilya Tikhonovsky <loislo@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: Enable inspector's tests for chromium Linux.
https://bugs.webkit.org/show_bug.cgi?id=52445

  • platform/chromium/inspector/timeline-network-resource-expected.txt:
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r75927 r75930  
     12011-01-14  Ilya Tikhonovsky  <loislo@chromium.org>
     2
     3        Reviewed by Pavel Feldman.
     4
     5        Web Inspector: Enable inspector's tests for chromium Linux.
     6        https://bugs.webkit.org/show_bug.cgi?id=52445
     7
     8        * platform/chromium/inspector/timeline-network-resource-expected.txt:
     9        * platform/chromium/test_expectations.txt:
     10
    1112011-01-17  Helder Correia  <helder@sencha.com>
    212
  • trunk/LayoutTests/platform/chromium/inspector/timeline-network-resource-expected.txt

    r65309 r75930  
    1010        url : <string>
    1111        requestMethod : "GET"
    12         isMainResource : false
    1312    }
    1413    type : 12
     
    2423        statusCode : 0
    2524        mimeType : <string>
    26         expectedContentLength : 210
     25        expectedContentLength : 208
    2726        url : <string>
    2827    }
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r75876 r75930  
    620620// Inspector tests in Debug build are very slow.  If we remove SLOW, we'll see
    621621// random TIMEOUTs.  Is this issue DRT-specific?
    622 BUG_DRT WIN DEBUG SLOW : inspector = PASS
    623 BUG_DRT WIN DEBUG SLOW : http/tests/inspector = PASS
    624 BUG_DRT WIN DEBUG SLOW : http/tests/inspector-enabled = PASS
     622BUG_DRT WIN LINUX DEBUG SLOW : inspector = PASS
     623BUG_DRT WIN LINUX DEBUG SLOW : http/tests/inspector = PASS
     624BUG_DRT WIN LINUX DEBUG SLOW : http/tests/inspector-enabled = PASS
    625625
    626626// Add support for inspector layout tests on non-Windows.
    627 BUGCR26734 LINUX MAC SKIP : inspector = PASS
    628 BUGCR26734 LINUX MAC SKIP : http/tests/inspector = PASS
    629 BUGCR26734 LINUX MAC SKIP : http/tests/inspector-enabled = PASS
    630 
    631 BUGCR66087 WIN SLOW : inspector/styles-disable-then-enable.html = PASS TEXT
    632 BUGCR66087 WIN : inspector/timeline-layout.html = CRASH TIMEOUT PASS TEXT
    633 BUGCR66087 WIN : inspector/timeline-parse-html.html = CRASH TIMEOUT PASS TEXT
     627BUGCR26734 MAC SKIP : inspector = PASS
     628BUGCR26734 MAC SKIP : http/tests/inspector = PASS
     629BUGCR26734 MAC SKIP : http/tests/inspector-enabled = PASS
     630
     631BUGCR66087 WIN LINUX SLOW : inspector/styles-disable-then-enable.html = PASS TEXT
     632BUGCR66087 WIN LINUX : inspector/timeline-layout.html = CRASH TIMEOUT PASS TEXT
     633BUGCR66087 WIN LINUX : inspector/timeline-parse-html.html = CRASH TIMEOUT PASS TEXT
    634634// WebKit roll 74708:74711
    635 BUGCR68165 WIN DEBUG SLOW : inspector/styles-source-lines.html = PASS
    636 BUGCR66087 WIN SLOW : inspector/storage-panel-dom-storage.html = PASS TEXT
    637 
    638 BUG_DRT WIN : http/tests/inspector-enabled/console-log-before-frame-navigation.html = TEXT
    639 BUG_DRT WIN : http/tests/inspector/change-iframe-src.html = CRASH
    640 BUGCR66087 WIN SLOW : http/tests/inspector/console-resource-errors.html = PASS TEXT
    641 BUGCR66087 WIN SLOW : http/tests/inspector/inspect-iframe-from-different-domain.html = PASS TEXT
     635BUGCR68165 WIN LINUX DEBUG SLOW : inspector/styles-source-lines.html = PASS
     636BUGCR66087 WIN LINUX SLOW : inspector/storage-panel-dom-storage.html = PASS TEXT
     637
     638BUG_DRT WIN LINUX : http/tests/inspector-enabled/console-log-before-frame-navigation.html = TEXT
     639BUG_DRT WIN LINUX : http/tests/inspector/change-iframe-src.html = CRASH
     640BUGCR66087 WIN LINUX SLOW : http/tests/inspector/console-resource-errors.html = PASS TEXT
     641BUGCR66087 WIN LINUX SLOW : http/tests/inspector/inspect-iframe-from-different-domain.html = PASS TEXT
    642642
    643643// -----------------------------------------------------------------
     
    29742974
    29752975// These tests are flaky.
    2976 BUGCR67209 WIN DEBUG : inspector/console-uncaught-exception-in-eval.html = CRASH TIMEOUT PASS
    2977 BUGCR67209 WIN DEBUG : inspector/timeline-enum-stability.html = CRASH TIMEOUT PASS
    2978 BUGCR67209 WIN DEBUG : inspector/console-clear.html = CRASH TIMEOUT PASS
    2979 BUGCR67209 WIN DEBUG : inspector/styles-disable-then-delete.html = CRASH TIMEOUT PASS
     2976BUGCR67209 WIN LINUX DEBUG : inspector/console-uncaught-exception-in-eval.html = CRASH TIMEOUT PASS
     2977BUGCR67209 WIN LINUX DEBUG : inspector/timeline-enum-stability.html = CRASH TIMEOUT PASS
     2978BUGCR67209 WIN LINUX DEBUG : inspector/console-clear.html = CRASH TIMEOUT PASS
     2979BUGCR67209 WIN LINUX DEBUG : inspector/styles-disable-then-delete.html = CRASH TIMEOUT PASS
    29802980
    29812981// WebKit roll 74255:74308
     
    29872987BUGCR67540 WIN LINUX : fast/repaint/text-emphasis-v.html = IMAGE
    29882988
    2989 BUGCR67662 WIN RELEASE : http/tests/inspector/console-websocket-error.html = TEXT
    2990 BUGCR67662 WIN DEBUG SLOW : http/tests/inspector/console-websocket-error.html = TEXT
    2991 BUGCR68173 WIN RELEASE : http/tests/inspector/extensions-resources-redirect.html = TIMEOUT
    2992 BUGCR68173 WIN DEBUG : http/tests/inspector/extensions-resources-redirect.html = CRASH TIMEOUT
     2989BUGCR67662 WIN LINUX RELEASE : http/tests/inspector/console-websocket-error.html = TEXT
     2990BUGCR67662 WIN LINUX DEBUG SLOW : http/tests/inspector/console-websocket-error.html = TEXT
     2991BUGCR68173 WIN LINUX RELEASE : http/tests/inspector/extensions-resources-redirect.html = TIMEOUT
     2992BUGCR68173 WIN LINUX DEBUG : http/tests/inspector/extensions-resources-redirect.html = CRASH TIMEOUT
    29932993
    29942994BUGCR67442 WIN LINUX : fast/canvas/fillText-shadow.html = TEXT
    2995 
    2996 BUGWK51398 MAC : inspector/console-dir-global.html = TIMEOUT
    2997 BUGWK51398 MAC : inspector/debugger-expand-scope.html = TIMEOUT
    29982995
    29992996// WebKit roll 74534:74545
Note: See TracChangeset for help on using the changeset viewer.