Title: [113142] trunk/Source/_javascript_Core
Revision
113142
Author
[email protected]
Date
2012-04-03 22:37:36 -0700 (Tue, 03 Apr 2012)

Log Message

Updated JSC expected test results to reflect recent bug fixes <disapproving look>.

Reviewed by Sam Weinig.

* tests/mozilla/expected.html:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (113141 => 113142)


--- trunk/Source/_javascript_Core/ChangeLog	2012-04-04 05:28:13 UTC (rev 113141)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-04-04 05:37:36 UTC (rev 113142)
@@ -1,3 +1,11 @@
+2012-04-03  Geoffrey Garen  <[email protected]>
+
+        Updated JSC expected test results to reflect recent bug fixes <disapproving look>.
+
+        Reviewed by Sam Weinig.
+
+        * tests/mozilla/expected.html:
+
 2012-03-29  Geoffrey Garen  <[email protected]>
 
         First step toward incremental Weak<T> finalization

Modified: trunk/Source/_javascript_Core/tests/mozilla/expected.html (113141 => 113142)


--- trunk/Source/_javascript_Core/tests/mozilla/expected.html	2012-04-04 05:28:13 UTC (rev 113141)
+++ trunk/Source/_javascript_Core/tests/mozilla/expected.html	2012-04-04 05:37:36 UTC (rev 113142)
@@ -7,11 +7,11 @@
 <p class='results_summary'>
 Test List: All tests<br>
 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<br>
-1124 test(s) selected, 1116 test(s) completed, 50 failures reported (4.48% failed)<br>
-Engine command line: "/Users/mhahnenberg/Code/WebKit/WebKitBuild/Debug/jsc" <br>
-OS type: Darwin Marks-MacBook-Pro.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64<br>
-Testcase execution time: 44 seconds.<br>
-Tests completed on Fri Mar  9 18:26:54 2012.<br><br>
+1124 test(s) selected, 1116 test(s) completed, 46 failures reported (4.12% failed)<br>
+Engine command line: "/Volumes/Big/ggaren/webkit/WebKitBuild/Debug/jsc" <br>
+OS type: Darwin garen.apple.com 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64<br>
+Testcase execution time: 1 minutes, 8 seconds.<br>
+Tests completed on Tue Apr  3 22:31:56 2012.<br><br>
 [ <a href=''>Failure Details</a> | <a href=''>Retest List</a> | <a href=''>Test Selection Page</a> ]<br>
 <hr>
 <a name='fail_detail'></a>
@@ -119,62 +119,30 @@
 re=/x./g; re.lastIndex=4; re.exec('xyabcdxa') = xa FAILED! expected: ["xa"]<br>
 re.exec('xyabcdef') = xy FAILED! expected: ["xy"]<br>
 </tt><br>
-<a name='failure14'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/regexp/RegExp_multiline.js</a> failed</b> <br>
+<a name='failure14'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/regexp/regress-6359.js</a> failed</b> <a href='' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=6359</a><br>
  [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
-<tt><br>
-Failure messages were:<br>
-(multiline == true) '123\n456'.match(/^4../) = null FAILED! expected: 456<br>
-(multiline == true) 'a11\na22\na23\na24'.match(/^a../g) = a11 FAILED! expected: a11,a22,a23,a24<br>
-(multiline == true) '123\n456'.match(/.3$/) = null FAILED! expected: 23<br>
-(multiline == true) 'a11\na22\na23\na24'.match(/a..$/g) = a24 FAILED! expected: a11,a22,a23,a24<br>
-(multiline == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br>
-</tt><br>
-<a name='failure15'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/regexp/RegExp_multiline_as_array.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
-<tt><br>
-Failure messages were:<br>
-(['$*'] == true) '123\n456'.match(/^4../) = null FAILED! expected: 456<br>
-(['$*'] == true) 'a11\na22\na23\na24'.match(/^a../g) = a11 FAILED! expected: a11,a22,a23,a24<br>
-(['$*'] == true) '123\n456'.match(/.3$/) = null FAILED! expected: 23<br>
-(['$*'] == true) 'a11\na22\na23\na24'.match(/a..$/g) = a24 FAILED! expected: a11,a22,a23,a24<br>
-(['$*'] == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24<br>
-</tt><br>
-<a name='failure16'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/regexp/beginLine.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
-<tt><br>
-Failure messages were:<br>
-123xyz'.match(new RegExp('^\d+')) = null FAILED! expected: 123<br>
-</tt><br>
-<a name='failure17'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/regexp/endLine.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
-<tt><br>
-Failure messages were:<br>
-xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890<br>
-</tt><br>
-<a name='failure18'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/regexp/regress-6359.js</a> failed</b> <a href='' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=6359</a><br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=6359<br>
 </tt><br>
-<a name='failure19'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/regexp/regress-9141.js</a> failed</b> <a href='' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=9141</a><br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure15'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/regexp/regress-9141.js</a> failed</b> <a href='' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=9141</a><br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=9141<br>
 </tt><br>
-<a name='failure20'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/regexp/simple_form.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure16'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/regexp/simple_form.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Executing script: simple_form.js<br>
 As described in Netscape doc "Whats new in _javascript_ 1.2" RegExp: simple form<br>
 </tt><br>
-<a name='failure21'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/regexp/string_split.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure17'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/regexp/string_split.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt><br>
 Failure messages were:<br>
 'abc'.split(/[a-z]/) = ,,, FAILED! expected: ,,<br>
@@ -182,22 +150,22 @@
 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br>
 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br>
 </tt><br>
-<a name='failure22'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/version120/boolean-001.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure18'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/version120/boolean-001.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt><br>
 Failure messages were:<br>
 new Boolean(false) = true FAILED! expected: false<br>
 </tt><br>
-<a name='failure23'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/version120/regress-99663.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure19'></a><dd><b>Testcase <a target='other_window' href=''>js1_2/version120/regress-99663.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>STATUS: Regression test for Bugzilla bug 99663<br>
 Failure messages were:<br>
 Section 1 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br>
 Section 2 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br>
 Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error<br>
 </tt><br>
-<a name='failure24'></a><dd><b>Testcase <a target='other_window' href=''>js1_3/Script/function-001-n.js</a> failed</b> <a href='' target='other_window'>Bug Number 10278</a><br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure20'></a><dd><b>Testcase <a target='other_window' href=''>js1_3/Script/function-001-n.js</a> failed</b> <a href='' target='other_window'>Bug Number 10278</a><br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 3, got 0<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
@@ -205,15 +173,15 @@
 function-001.js functions not separated by semicolons are errors in version 120 and higher<br>
 eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
 </tt><br>
-<a name='failure25'></a><dd><b>Testcase <a target='other_window' href=''>js1_3/Script/script-001.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure21'></a><dd><b>Testcase <a target='other_window' href=''>js1_3/Script/script-001.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 script-001 NativeScript<br>
 </tt><br>
-<a name='failure26'></a><dd><b>Testcase <a target='other_window' href=''>js1_3/regress/function-001-n.js</a> failed</b> <a href='' target='other_window'>Bug Number 10278</a><br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure22'></a><dd><b>Testcase <a target='other_window' href=''>js1_3/regress/function-001-n.js</a> failed</b> <a href='' target='other_window'>Bug Number 10278</a><br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 3, got 0<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
@@ -221,90 +189,90 @@
 function-001.js functions not separated by semicolons are errors in version 120 and higher<br>
 eval("function f(){}function g(){}") = undefined FAILED! expected: error<br>
 </tt><br>
-<a name='failure27'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Exceptions/catchguard-001.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure23'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Exceptions/catchguard-001.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure28'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Exceptions/catchguard-002.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure24'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Exceptions/catchguard-002.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure29'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Exceptions/catchguard-003.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure25'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Exceptions/catchguard-003.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure30'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Exceptions/errstack-001.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure26'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Exceptions/errstack-001.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure31'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Exceptions/regress-50447.js</a> failed</b> <a href='' target='other_window'>Bug Number 50447</a><br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure27'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Exceptions/regress-50447.js</a> failed</b> <a href='' target='other_window'>Bug Number 50447</a><br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 BUGNUMBER: 50447<br>
 STATUS: Test (non-ECMA) Error object properties fileName, lineNumber<br>
 </tt><br>
-<a name='failure32'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/GetSet/getset-001.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure28'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/GetSet/getset-001.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure33'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/GetSet/getset-002.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure29'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/GetSet/getset-002.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure34'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/GetSet/getset-003.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure30'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/GetSet/getset-003.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure35'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Object/regress-90596-001.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure31'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Object/regress-90596-001.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure36'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Object/regress-90596-002.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure32'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Object/regress-90596-002.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure37'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Object/regress-96284-001.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure33'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Object/regress-96284-001.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure38'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Object/regress-96284-002.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure34'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Object/regress-96284-002.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure39'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Regress/regress-44009.js</a> failed</b> <a href='' target='other_window'>Bug Number 44009</a><br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure35'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Regress/regress-44009.js</a> failed</b> <a href='' target='other_window'>Bug Number 44009</a><br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 BUGNUMBER: 44009<br>
 STATUS: Testing that we don't crash on obj.toSource()<br>
 </tt><br>
-<a name='failure40'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Regress/regress-103602.js</a> failed</b> <a href='' target='other_window'>Bug Number 103602</a><br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure36'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Regress/regress-103602.js</a> failed</b> <a href='' target='other_window'>Bug Number 103602</a><br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>STATUS: Reassignment to a const is NOT an error per ECMA<br>
 Failure messages were:<br>
 FAILED!: [reported from test()] Section 1 of test -<br>
@@ -314,26 +282,26 @@
 FAILED!: [reported from test()] Expected value '1', Actual value '2'<br>
 FAILED!: [reported from test()] <br>
 </tt><br>
-<a name='failure41'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Regress/regress-104077.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure37'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Regress/regress-104077.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure42'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Regress/regress-127557.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure38'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Regress/regress-127557.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure43'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Regress/regress-172699.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure39'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Regress/regress-172699.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure44'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Regress/regress-179524.js</a> failed</b> <a href='' target='other_window'>Bug Number 179524</a><br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure40'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Regress/regress-179524.js</a> failed</b> <a href='' target='other_window'>Bug Number 179524</a><br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>STATUS: Don't crash on extraneous arguments to str.match(), etc.<br>
 Failure messages were:<br>
 FAILED!: [reported from test()] Section 14 of test -<br>
@@ -383,14 +351,14 @@
 FAILED!: [reported from test()] Expected value 'SHOULD HAVE FALLEN INTO CATCH-BLOCK!', Actual value 'ABC Zbc'<br>
 FAILED!: [reported from test()] <br>
 </tt><br>
-<a name='failure45'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Scope/regress-220584.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure41'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Scope/regress-220584.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure46'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Scope/scope-001.js</a> failed</b> <a href='' target='other_window'>Bug Number 53268</a><br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure42'></a><dd><b>Testcase <a target='other_window' href=''>js1_5/Scope/scope-001.js</a> failed</b> <a href='' target='other_window'>Bug Number 53268</a><br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>STATUS: Testing scope after changing obj.__proto__<br>
 Failure messages were:<br>
 FAILED!: [reported from test()] Step 1:  setting obj.__proto__ = global object<br>
@@ -401,8 +369,8 @@
 FAILED!: [reported from test()] Expected value 'undefined', Actual value '1'<br>
 FAILED!: [reported from test()] <br>
 </tt><br>
-<a name='failure47'></a><dd><b>Testcase <a target='other_window' href=''>js1_6/Regress/regress-301574.js</a> failed</b> <a href='' target='other_window'>Bug Number 301574</a><br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure43'></a><dd><b>Testcase <a target='other_window' href=''>js1_6/Regress/regress-301574.js</a> failed</b> <a href='' target='other_window'>Bug Number 301574</a><br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>STATUS: E4X should be enabled even when e4x=1 not specified<br>
 Failure messages were:<br>
 FAILED!: E4X should be enabled even when e4x=1 not specified: XML()<br>
@@ -412,20 +380,20 @@
 FAILED!: Expected value 'No error', Actual value 'error: ReferenceError: Can't find variable: XML'<br>
 FAILED!: <br>
 </tt><br>
-<a name='failure48'></a><dd><b>Testcase <a target='other_window' href=''>js1_6/Regress/regress-309242.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure44'></a><dd><b>Testcase <a target='other_window' href=''>js1_6/Regress/regress-309242.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure49'></a><dd><b>Testcase <a target='other_window' href=''>js1_6/Regress/regress-314887.js</a> failed</b> <br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure45'></a><dd><b>Testcase <a target='other_window' href=''>js1_6/Regress/regress-314887.js</a> failed</b> <br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
 Testcase produced no output!</tt><br>
-<a name='failure50'></a><dd><b>Testcase <a target='other_window' href=''>js1_6/String/regress-306591.js</a> failed</b> <a href='' target='other_window'>Bug Number 306591</a><br>
- [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
+<a name='failure46'></a><dd><b>Testcase <a target='other_window' href=''>js1_6/String/regress-306591.js</a> failed</b> <a href='' target='other_window'>Bug Number 306591</a><br>
+ [ <a href=''>Previous Failure</a> | <a href=''>Next Failure</a> | <a href=''>Top of Page</a> ]<br>
 <tt>Expected exit code 0, got 3<br>
 Testcase terminated with signal 0<br>
 Complete testcase output was:<br>
@@ -439,9 +407,9 @@
 <pre>
 <a name='retest_list'></a>
 <h2>Retest List</h2><br>
-# Retest List, squirrelfish, generated Fri Mar  9 18:26:54 2012.
+# Retest List, squirrelfish, generated Tue Apr  3 22:31:56 2012.
 # Original test base was: All tests.
-# 1116 of 1124 test(s) were completed, 50 failures reported.
+# 1116 of 1124 test(s) were completed, 46 failures reported.
 ecma_2/Exceptions/function-001.js
 ecma_2/RegExp/regress-001.js
 ecma_3/FunExpr/fe-001.js
@@ -455,10 +423,6 @@
 js1_2/function/tostring-2.js
 js1_2/operator/equality.js
 js1_2/regexp/RegExp_lastIndex.js
-js1_2/regexp/RegExp_multiline.js
-js1_2/regexp/RegExp_multiline_as_array.js
-js1_2/regexp/beginLine.js
-js1_2/regexp/endLine.js
 js1_2/regexp/regress-6359.js
 js1_2/regexp/regress-9141.js
 js1_2/regexp/simple_form.js
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to