[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

jberlin at webkit.org jberlin at webkit.org
Fri Jan 21 14:37:57 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit bca0c5ee105ae66b202f7b08408913264ba8dccb
Author: jberlin at webkit.org <jberlin at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 23 16:53:35 2010 +0000

    Add Windows-XP-specific (failing) expected results for
    fast/profiler/throw-exception-from-eval-expected.html in order to get the Windows XP Debug
    test bot green again. Unreviewed.
    https://bugs.webkit.org/show_bug.cgi?id=49801
    
    * platform/win-xp/fast/profiler: Added.
    * platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt: Added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74560 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 9cba085..895424b 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-23  Jessie Berlin  <jberlin at apple.com>
+
+        Add Windows-XP-specific (failing) expected results for
+        fast/profiler/throw-exception-from-eval-expected.html in order to get the Windows XP Debug
+        test bot green again. Unreviewed.
+        https://bugs.webkit.org/show_bug.cgi?id=49801
+
+        * platform/win-xp/fast/profiler: Added.
+        * platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt: Added.
+
 2010-12-23  Jeremy Moskovich  <jeremy at chromium.org>
 
         Unreviewed new Chromium baselines and test expectations update.
diff --git a/LayoutTests/platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt b/LayoutTests/platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt
new file mode 100644
index 0000000..b7b5c28
--- /dev/null
+++ b/LayoutTests/platform/win-xp/fast/profiler/throw-exception-from-eval-expected.txt
@@ -0,0 +1,22 @@
+CONSOLE MESSAGE: line 0: Test exception.
+This page throws an exception from within eval(). 
+
+To run this test manually, load it in the browser then load the WebInspector and look at the profile. The profiler should not crash and still show the stack under insertnewText().
+
+Profile title: Throw within an eval.
+Thread_1 (no file) (line 0)
+   (program) throw-exception-from-eval.html (line 10)
+      (program) throw-exception-from-eval.html (line 4)
+      (program) throw-exception-from-eval.html (line 19)
+         eval (no file) (line 0)
+            (program) (no file) (line 1)
+      onload throw-exception-from-eval.html (line 24)
+         startTest throw-exception-from-eval.html (line 13)
+            insertNewText profiler-test-JS-resources.js (line 17)
+               createElement (no file) (line 0)
+               createTextNode (no file) (line 0)
+               appendChild (no file) (line 0)
+               getElementById (no file) (line 0)
+            endTest profiler-test-JS-resources.js (line 1)
+
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list