[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:59:23 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 5b88a942e3afbf3dd29552aa685a2e96ebe9c800
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Mar 29 01:10:39 2002 +0000

    Top level:
    	Fix the regression tests:
    
    	* Tests/WebFoundation-Misc/ifnsthreadextensions-test.chk,
    	Tests/WebFoundation-Misc/ifnsthreadextensions-test.m:
    	(-[ThreadTest run:], main): Don't
    
    	* Tests/harness.c: (runtest): Make leaks count as failures again.
    
    	* Tests/libiftest/IFCheckLeaks.c: (IFCheckLeaksAtExitHandler):
    	Exclude the leak in +[NSUserDefaults standardDefaults]
    
    	* Tests/qt/qlist-test.chk, Tests/qt/qlist-test.cpp: (main): Fix a
    	leak in this test program.
    
    	* Tests/test.list: Fix path to JavaScript test.
    JavaScriptCore:
    	* kjs/kjs-test.chk: Update output for new test results.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@883 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 9eb45b4..3a31822 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-28  Maciej Stachowiak  <mjs at apple.com>
+
+	* kjs/kjs-test.chk: Update output for new test results.
+
 2002-03-26  Maciej Stachowiak  <mjs at apple.com>
 
 	Set up kjs to build by itself into libJavaScriptCore.dylib.
diff --git a/JavaScriptCore/ChangeLog-2002-12-03 b/JavaScriptCore/ChangeLog-2002-12-03
index 9eb45b4..3a31822 100644
--- a/JavaScriptCore/ChangeLog-2002-12-03
+++ b/JavaScriptCore/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-03-28  Maciej Stachowiak  <mjs at apple.com>
+
+	* kjs/kjs-test.chk: Update output for new test results.
+
 2002-03-26  Maciej Stachowiak  <mjs at apple.com>
 
 	Set up kjs to build by itself into libJavaScriptCore.dylib.
diff --git a/JavaScriptCore/ChangeLog-2003-10-25 b/JavaScriptCore/ChangeLog-2003-10-25
index 9eb45b4..3a31822 100644
--- a/JavaScriptCore/ChangeLog-2003-10-25
+++ b/JavaScriptCore/ChangeLog-2003-10-25
@@ -1,3 +1,7 @@
+2002-03-28  Maciej Stachowiak  <mjs at apple.com>
+
+	* kjs/kjs-test.chk: Update output for new test results.
+
 2002-03-26  Maciej Stachowiak  <mjs at apple.com>
 
 	Set up kjs to build by itself into libJavaScriptCore.dylib.
diff --git a/JavaScriptCore/kjs/kjs-test.chk b/JavaScriptCore/kjs/kjs-test.chk
index e5729b7..dc432a0 100644
--- a/JavaScriptCore/kjs/kjs-test.chk
+++ b/JavaScriptCore/kjs/kjs-test.chk
@@ -1,16 +1,16 @@
----> inside test()
----> 20
----> 30
----> inside test()
----> 10
----> 50
----> s = 60
----> i = 2
----> a[0] = 11
----> a[1] = 22
----> a[2] = undefined
----> a[3] = undefined
----> a[4] = apple
----> b = [object Boolean]
----> bbbc
+--> inside test()
+--> 20
+--> 30
+--> inside test()
+--> 10
+--> 50
+--> s = 60
+--> i = 2
+--> a[0] = 11
+--> a[1] = 22
+--> a[2] = undefined
+--> a[3] = undefined
+--> a[4] = apple
+--> b = [object Boolean]
+--> bbbc
 OK.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list