Title: [89557] trunk/LayoutTests
- Revision
- 89557
- Author
- [email protected]
- Date
- 2011-06-23 05:19:50 -0700 (Thu, 23 Jun 2011)
Log Message
2011-06-23 Pavel Feldman <[email protected]>
Not reviewed: brush up chromium inspector expectations.
* http/tests/inspector/inspector-test.js:
* platform/chromium/test_expectations.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (89556 => 89557)
--- trunk/LayoutTests/ChangeLog 2011-06-23 12:02:58 UTC (rev 89556)
+++ trunk/LayoutTests/ChangeLog 2011-06-23 12:19:50 UTC (rev 89557)
@@ -1,3 +1,10 @@
+2011-06-23 Pavel Feldman <[email protected]>
+
+ Not reviewed: brush up chromium inspector expectations.
+
+ * http/tests/inspector/inspector-test.js:
+ * platform/chromium/test_expectations.txt:
+
2011-06-23 Zoltan Herczeg <[email protected]>
Reviewed by Pavel Feldman.
Modified: trunk/LayoutTests/http/tests/inspector/inspector-test.js (89556 => 89557)
--- trunk/LayoutTests/http/tests/inspector/inspector-test.js 2011-06-23 12:02:58 UTC (rev 89556)
+++ trunk/LayoutTests/http/tests/inspector/inspector-test.js 2011-06-23 12:19:50 UTC (rev 89557)
@@ -423,10 +423,10 @@
if (enableWatchDogWhileDebugging) {
function watchDog()
{
- console.log("Internal watchdog triggered at 10 seconds. Test timed out.");
+ console.log("Internal watchdog triggered at 20 seconds. Test timed out.");
closeInspectorAndNotifyDone();
}
- window._watchDogTimer = setTimeout(watchDog, 10000);
+ window._watchDogTimer = setTimeout(watchDog, 20000);
}
}
Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (89556 => 89557)
--- trunk/LayoutTests/platform/chromium/test_expectations.txt 2011-06-23 12:02:58 UTC (rev 89556)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt 2011-06-23 12:19:50 UTC (rev 89557)
@@ -659,8 +659,6 @@
BUG_DRT WIN LINUX DEBUG SLOW : inspector = PASS
BUG_DRT WIN LINUX DEBUG SLOW : http/tests/inspector = PASS
BUG_DRT WIN LINUX DEBUG SLOW : http/tests/inspector-enabled = PASS
-BUG_DRT WIN LINUX DEBUG SLOW : http/tests/inspector/network-preflight-options.html = PASS
-BUG_DRT WIN LINUX DEBUG SLOW : inspector/protocol/console-agent.html = PASS CRASH
// Add support for inspector layout tests on non-Windows.
BUGCR26734 MAC SKIP : inspector = PASS
@@ -671,11 +669,8 @@
BUGCR75121 WIN LINUX : inspector/styles/styles-add-blank-property.html = PASS TEXT TIMEOUT
BUGCR67662 WIN LINUX : http/tests/inspector/console-websocket-error.html = TEXT
-BUGWK54659 DEBUG : inspector/debugger/debug-inlined-scripts.html = CRASH TIMEOUT
BUGWK54882 WIN DEBUG: inspector/styles/styles-update-from-js.html = PASS TIMEOUT
-BUGWK56454 WIN LINUX : inspector/elements/mutate-unknown-node.html = PASS TEXT
-
BUGWK56602 SKIP : http/tests/inspector/network/network-timing.html = FAIL
BUGWK56602 SKIP : http/tests/inspector/network/network-size.html = FAIL
BUGWK56602 SKIP : http/tests/inspector/network/network-size-chunked.html = FAIL
@@ -696,12 +691,12 @@
BUGWK60109 WIN LINUX RELEASE : inspector/elements/edit-dom-actions.html = TEXT PASS
BUGWK60109 SLOW LINUX WIN DEBUG : inspector/elements/edit-dom-actions.html = TEXT PASS
-BUGWK62309 WIN : inspector/styles/styles-disable-then-change.html = PASS TEXT TIMEOUT
-BUGWK62309 WIN : inspector/styles/styles-source-lines-inline.html = PASS TEXT
+BUGWK62309 WIN DEBUG : inspector/styles/styles-disable-then-change.html = PASS TIMEOUT
BUGWK62309 WIN : inspector/styles/styles-iframe.html = PASS TEXT
BUGWK62309 WIN : inspector/styles/parse-utf8-bom.html = PASS TEXT
BUGWK62309 WIN : inspector/styles/styles-source-lines.html = PASS TEXT
+BUGPFELDMAN : inspector/debugger/debugger-activation-crash2.html = PASS TEXT
// -----------------------------------------------------------------
// Other
// -----------------------------------------------------------------
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes