Changeset 89557 in webkit


Ignore:
Timestamp:
Jun 23, 2011, 5:19:50 AM (14 years ago)
Author:
pfeldman@chromium.org
Message:

2011-06-23 Pavel Feldman <pfeldman@google.com>

Not reviewed: brush up chromium inspector expectations.

  • http/tests/inspector/inspector-test.js:
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r89556 r89557  
     12011-06-23  Pavel Feldman  <pfeldman@google.com>
     2
     3        Not reviewed: brush up chromium inspector expectations.
     4
     5        * http/tests/inspector/inspector-test.js:
     6        * platform/chromium/test_expectations.txt:
     7
    182011-06-23  Zoltan Herczeg  <zherczeg@inf.u-szeged.hu>
    29
  • trunk/LayoutTests/http/tests/inspector/inspector-test.js

    r89556 r89557  
    424424        function watchDog()
    425425        {
    426             console.log("Internal watchdog triggered at 10 seconds. Test timed out.");
     426            console.log("Internal watchdog triggered at 20 seconds. Test timed out.");
    427427            closeInspectorAndNotifyDone();
    428428        }
    429         window._watchDogTimer = setTimeout(watchDog, 10000);
     429        window._watchDogTimer = setTimeout(watchDog, 20000);
    430430    }
    431431}
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r89554 r89557  
    660660BUG_DRT WIN LINUX DEBUG SLOW : http/tests/inspector = PASS
    661661BUG_DRT WIN LINUX DEBUG SLOW : http/tests/inspector-enabled = PASS
    662 BUG_DRT WIN LINUX DEBUG SLOW : http/tests/inspector/network-preflight-options.html = PASS
    663 BUG_DRT WIN LINUX DEBUG SLOW : inspector/protocol/console-agent.html = PASS CRASH
    664662
    665663// Add support for inspector layout tests on non-Windows.
     
    672670BUGCR67662 WIN LINUX : http/tests/inspector/console-websocket-error.html = TEXT
    673671
    674 BUGWK54659 DEBUG : inspector/debugger/debug-inlined-scripts.html = CRASH TIMEOUT
    675672BUGWK54882 WIN DEBUG: inspector/styles/styles-update-from-js.html = PASS TIMEOUT
    676 
    677 BUGWK56454 WIN LINUX : inspector/elements/mutate-unknown-node.html = PASS TEXT
    678673
    679674BUGWK56602 SKIP : http/tests/inspector/network/network-timing.html = FAIL
     
    697692BUGWK60109 SLOW LINUX WIN DEBUG : inspector/elements/edit-dom-actions.html = TEXT PASS
    698693
    699 BUGWK62309 WIN : inspector/styles/styles-disable-then-change.html = PASS TEXT TIMEOUT
    700 BUGWK62309 WIN : inspector/styles/styles-source-lines-inline.html = PASS TEXT
     694BUGWK62309 WIN DEBUG : inspector/styles/styles-disable-then-change.html = PASS TIMEOUT
    701695BUGWK62309 WIN : inspector/styles/styles-iframe.html = PASS TEXT
    702696BUGWK62309 WIN : inspector/styles/parse-utf8-bom.html = PASS TEXT
    703697BUGWK62309 WIN : inspector/styles/styles-source-lines.html = PASS TEXT
    704698
     699BUGPFELDMAN : inspector/debugger/debugger-activation-crash2.html = PASS TEXT
    705700// -----------------------------------------------------------------
    706701// Other
Note: See TracChangeset for help on using the changeset viewer.