[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.19-706-ge5415e9
yurys at chromium.org
yurys at chromium.org
Thu Feb 4 21:27:12 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 76fce33ab07616878ed2e38811bc0555259a1b69
Author: yurys at chromium.org <yurys at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Jan 25 13:13:33 2010 +0000
2010-01-25 Yury Semikhatsky <yurys at chromium.org>
Reviewed by Pavel Feldman.
Update inspector test expectations. Line number and source
name are present only in Chromium when console message is
logged before document load is completed.
https://bugs.webkit.org/show_bug.cgi?id=34078
* platform/chromium/inspector/console-log-before-inspector-open-expected.txt: Added.
* platform/gtk/inspector/console-log-before-inspector-open-expected.txt: Copied from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
* platform/mac/inspector/console-log-before-inspector-open-expected.txt: Copied from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
* platform/win/inspector/console-log-before-inspector-open-expected.txt: Renamed from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53798 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 857ee50..581c204 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,18 @@
+2010-01-25 Yury Semikhatsky <yurys at chromium.org>
+
+ Reviewed by Pavel Feldman.
+
+ Update inspector test expectations. Line number and source
+ name are present only in Chromium when console message is
+ logged before document load is completed.
+
+ https://bugs.webkit.org/show_bug.cgi?id=34078
+
+ * platform/chromium/inspector/console-log-before-inspector-open-expected.txt: Added.
+ * platform/gtk/inspector/console-log-before-inspector-open-expected.txt: Copied from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
+ * platform/mac/inspector/console-log-before-inspector-open-expected.txt: Copied from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
+ * platform/win/inspector/console-log-before-inspector-open-expected.txt: Renamed from LayoutTests/inspector/console-log-before-inspector-open-expected.txt.
+
2010-01-24 Roland Steiner <rolandsteiner at chromium.org>
build fix: rubber-stamped by Eric Seidel.
diff --git a/LayoutTests/inspector/console-log-before-inspector-open-expected.txt b/LayoutTests/inspector/console-log-before-inspector-open-expected.txt
old mode 100644
new mode 100755
index 963e6e6..43e0885
--- a/LayoutTests/inspector/console-log-before-inspector-open-expected.txt
+++ b/LayoutTests/inspector/console-log-before-inspector-open-expected.txt
@@ -1,13 +1,13 @@
-CONSOLE MESSAGE: line 0: log
-CONSOLE MESSAGE: line 0: debug
-CONSOLE MESSAGE: line 0: info
-CONSOLE MESSAGE: line 0: warn
-CONSOLE MESSAGE: line 0: error
+CONSOLE MESSAGE: line 7: log
+CONSOLE MESSAGE: line 8: debug
+CONSOLE MESSAGE: line 9: info
+CONSOLE MESSAGE: line 10: warn
+CONSOLE MESSAGE: line 11: error
Tests that Web Inspector won't crash if some console have been logged by the time it's opening.
-log
-debug
-info
-warn
-error
+console-log-before-inspector-open.html:7log
+console-log-before-inspector-open.html:8debug
+console-log-before-inspector-open.html:9info
+console-log-before-inspector-open.html:10warn
+console-log-before-inspector-open.html:11error
diff --git a/LayoutTests/inspector/console-log-before-inspector-open-expected.txt b/LayoutTests/platform/gtk/inspector/console-log-before-inspector-open-expected.txt
similarity index 100%
copy from LayoutTests/inspector/console-log-before-inspector-open-expected.txt
copy to LayoutTests/platform/gtk/inspector/console-log-before-inspector-open-expected.txt
diff --git a/LayoutTests/inspector/console-log-before-inspector-open-expected.txt b/LayoutTests/platform/mac/inspector/console-log-before-inspector-open-expected.txt
similarity index 100%
copy from LayoutTests/inspector/console-log-before-inspector-open-expected.txt
copy to LayoutTests/platform/mac/inspector/console-log-before-inspector-open-expected.txt
diff --git a/LayoutTests/inspector/console-log-before-inspector-open-expected.txt b/LayoutTests/platform/win/inspector/console-log-before-inspector-open-expected.txt
similarity index 100%
copy from LayoutTests/inspector/console-log-before-inspector-open-expected.txt
copy to LayoutTests/platform/win/inspector/console-log-before-inspector-open-expected.txt
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list