From dc6262b587c71c14e30d93e57ed812e36a79a33e Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 24 Sep 2012 13:09:44 +0200 Subject: Imported WebKit commit 6339232fec7f5d9984a33388aecfd2cbc7832053 (http://svn.webkit.org/repository/webkit/trunk@129343) New snapshot with build fixes for latest qtbase --- Source/JavaScriptCore/tests/mozilla/expected.html | 14 +++++++------- .../tests/mozilla/js1_2/function/function-001-n.js | 2 +- .../tests/mozilla/js1_3/Script/function-001-n.js | 2 +- .../tests/mozilla/js1_3/regress/function-001-n.js | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'Source/JavaScriptCore/tests') diff --git a/Source/JavaScriptCore/tests/mozilla/expected.html b/Source/JavaScriptCore/tests/mozilla/expected.html index 06136de27..13c0139f5 100644 --- a/Source/JavaScriptCore/tests/mozilla/expected.html +++ b/Source/JavaScriptCore/tests/mozilla/expected.html @@ -9,9 +9,9 @@ Test List: All tests
Skip List: ecma/Date/15.9.2.1.js, ecma/Date/15.9.2.2-1.js, ecma/Date/15.9.2.2-2.js, ecma/Date/15.9.2.2-3.js, ecma/Date/15.9.2.2-4.js, ecma/Date/15.9.2.2-5.js, ecma/Date/15.9.2.2-6.js, ecma_3/Date/15.9.5.7.js, ecma/Date/15.9.5.14.js, ecma/Date/15.9.5.31-1.js, ecma/Date/15.9.5.34-1.js
1124 test(s) selected, 1116 test(s) completed, 44 failures reported (3.94% failed)
Engine command line: "/Volumes/Data/Saxony/OpenSource/WebKitBuild/Debug/jsc"
-OS type: Darwin Bearclaw-Kaliber.local 12.0.0 Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64 x86_64
-Testcase execution time: 52 seconds.
-Tests completed on Thu Sep 6 15:11:19 2012.

+OS type: Darwin Bearclaw-Kaliber.local 12.0.0 Darwin Kernel Version 12.0.0: Fri Jun 22 20:01:10 PDT 2012; root:xnu-2050.7.7~1/RELEASE_X86_64 x86_64
+Testcase execution time: 54 seconds.
+Tests completed on Fri Sep 21 18:29:47 2012.

[ Failure Details | Retest List | Test Selection Page ]

@@ -80,7 +80,7 @@ f.arity = undefined FAILED! expected: 3
Testcase terminated with signal 0
Complete testcase output was:
function-001.js functions not separated by semicolons are errors in version 120 and higher
-eval("function f(){}function g(){}") = undefined FAILED! expected: error
+eval("function f(){}function g(){}") = undefined PASSED!

Testcase js1_2/function/regexparg-1.js failed
[ Previous Failure | Next Failure | Top of Page ]
@@ -163,7 +163,7 @@ Testcase terminated with signal 0
Complete testcase output was:
BUGNUMBER: 10278
function-001.js functions not separated by semicolons are errors in version 120 and higher
-eval("function f(){}function g(){}") = undefined FAILED! expected: error
+eval("function f(){}function g(){}") = undefined PASSED!

Testcase js1_3/Script/script-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
@@ -181,7 +181,7 @@ Testcase terminated with signal 0
Complete testcase output was:
BUGNUMBER: 10278
function-001.js functions not separated by semicolons are errors in version 120 and higher
-eval("function f(){}function g(){}") = undefined FAILED! expected: error
+eval("function f(){}function g(){}") = undefined PASSED!

Testcase js1_5/Exceptions/catchguard-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
@@ -437,7 +437,7 @@ global code@./js1_6/String/regress-306591.js:48
 
 

Retest List


-# Retest List, squirrelfish, generated Thu Sep 6 15:11:19 2012. +# Retest List, squirrelfish, generated Fri Sep 21 18:29:47 2012. # Original test base was: All tests. # 1116 of 1124 test(s) were completed, 44 failures reported. ecma_2/Exceptions/function-001.js diff --git a/Source/JavaScriptCore/tests/mozilla/js1_2/function/function-001-n.js b/Source/JavaScriptCore/tests/mozilla/js1_2/function/function-001-n.js index 5ae01a956..99e044229 100644 --- a/Source/JavaScriptCore/tests/mozilla/js1_2/function/function-001-n.js +++ b/Source/JavaScriptCore/tests/mozilla/js1_2/function/function-001-n.js @@ -53,7 +53,7 @@ testcases[tc++] = new TestCase( SECTION, "eval(\"function f(){}function g(){}\")", - "error", + undefined, eval("function f(){}function g(){}") ); test(); diff --git a/Source/JavaScriptCore/tests/mozilla/js1_3/Script/function-001-n.js b/Source/JavaScriptCore/tests/mozilla/js1_3/Script/function-001-n.js index 5b4add048..7d42ce217 100644 --- a/Source/JavaScriptCore/tests/mozilla/js1_3/Script/function-001-n.js +++ b/Source/JavaScriptCore/tests/mozilla/js1_3/Script/function-001-n.js @@ -53,7 +53,7 @@ testcases[tc++] = new TestCase( SECTION, "eval(\"function f(){}function g(){}\")", - "error", + undefined, eval("function f(){}function g(){}") ); test(); diff --git a/Source/JavaScriptCore/tests/mozilla/js1_3/regress/function-001-n.js b/Source/JavaScriptCore/tests/mozilla/js1_3/regress/function-001-n.js index 5b4add048..7d42ce217 100644 --- a/Source/JavaScriptCore/tests/mozilla/js1_3/regress/function-001-n.js +++ b/Source/JavaScriptCore/tests/mozilla/js1_3/regress/function-001-n.js @@ -53,7 +53,7 @@ testcases[tc++] = new TestCase( SECTION, "eval(\"function f(){}function g(){}\")", - "error", + undefined, eval("function f(){}function g(){}") ); test(); -- cgit v1.2.1