Changeset 89557 in webkit
- Timestamp:
- Jun 23, 2011, 5:19:50 AM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r89556 r89557 1 2011-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 1 8 2011-06-23 Zoltan Herczeg <zherczeg@inf.u-szeged.hu> 2 9 -
trunk/LayoutTests/http/tests/inspector/inspector-test.js
r89556 r89557 424 424 function watchDog() 425 425 { 426 console.log("Internal watchdog triggered at 10 seconds. Test timed out.");426 console.log("Internal watchdog triggered at 20 seconds. Test timed out."); 427 427 closeInspectorAndNotifyDone(); 428 428 } 429 window._watchDogTimer = setTimeout(watchDog, 10000);429 window._watchDogTimer = setTimeout(watchDog, 20000); 430 430 } 431 431 } -
trunk/LayoutTests/platform/chromium/test_expectations.txt
r89554 r89557 660 660 BUG_DRT WIN LINUX DEBUG SLOW : http/tests/inspector = PASS 661 661 BUG_DRT WIN LINUX DEBUG SLOW : http/tests/inspector-enabled = PASS 662 BUG_DRT WIN LINUX DEBUG SLOW : http/tests/inspector/network-preflight-options.html = PASS663 BUG_DRT WIN LINUX DEBUG SLOW : inspector/protocol/console-agent.html = PASS CRASH664 662 665 663 // Add support for inspector layout tests on non-Windows. … … 672 670 BUGCR67662 WIN LINUX : http/tests/inspector/console-websocket-error.html = TEXT 673 671 674 BUGWK54659 DEBUG : inspector/debugger/debug-inlined-scripts.html = CRASH TIMEOUT675 672 BUGWK54882 WIN DEBUG: inspector/styles/styles-update-from-js.html = PASS TIMEOUT 676 677 BUGWK56454 WIN LINUX : inspector/elements/mutate-unknown-node.html = PASS TEXT678 673 679 674 BUGWK56602 SKIP : http/tests/inspector/network/network-timing.html = FAIL … … 697 692 BUGWK60109 SLOW LINUX WIN DEBUG : inspector/elements/edit-dom-actions.html = TEXT PASS 698 693 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 694 BUGWK62309 WIN DEBUG : inspector/styles/styles-disable-then-change.html = PASS TIMEOUT 701 695 BUGWK62309 WIN : inspector/styles/styles-iframe.html = PASS TEXT 702 696 BUGWK62309 WIN : inspector/styles/parse-utf8-bom.html = PASS TEXT 703 697 BUGWK62309 WIN : inspector/styles/styles-source-lines.html = PASS TEXT 704 698 699 BUGPFELDMAN : inspector/debugger/debugger-activation-crash2.html = PASS TEXT 705 700 // ----------------------------------------------------------------- 706 701 // Other
Note:
See TracChangeset
for help on using the changeset viewer.