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

kdecker kdecker at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:50:08 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 90fbd0f78d752a0293b727892b883bda0d1fda54
Author: kdecker <kdecker at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 14 05:27:47 2004 +0000

    Reviewed by mjs
    
     	- Modified the test driver to spew out each test as it processes it.  This is such a good thing to see from a performance perspective because it illustrates which tests JavaScriptCore chokes heavily.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@7021 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/tests/mozilla/expected.html b/JavaScriptCore/tests/mozilla/expected.html
new file mode 100644
index 0000000..d8683e9
--- /dev/null
+++ b/JavaScriptCore/tests/mozilla/expected.html
@@ -0,0 +1,5429 @@
+<html><head>
+<title>Test results, kjs</title>
+</head>
+<body bgcolor='white'>
+<a name='tippy_top'></a>
+<h2>Test results, kjs</h2><br>
+<p class='results_summary'>
+Test List: All tests<br>
+Skip List: ecma/Date<br>
+967 test(s) selected, 962 test(s) completed, 229 failures reported (23.8% failed)<br>
+Engine command line: /Volumes/Users/javajedi/safaribuild/testkjs <br>
+OS type: Darwin il0204a-dhcp09.apple.com 8.0.0b1 Darwin Kernel Version 8.0.0b1: Thu Jul  1 22:57:00 PDT 2004; root:xnu/xnu-636.obj~2/RELEASE_PPC  Power Macintosh powerpc<br>
+Testcase execution time: 3 minutes, 21 seconds.<br>
+Tests completed on Tue Jul 13 22:13:45 2004.<br><br>
+[ <a href='#fail_detail'>Failure Details</a> | <a href='#retest_list'>Retest List</a> | <a href='menu.html'>Test Selection Page</a> ]<br>
+<hr>
+<a name='fail_detail'></a>
+<h2>Failure Details</h2><br>
+<dl><a name='failure1'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Array/15.4.4.3-1.js'>ecma/Array/15.4.4.3-1.js</a> failed</b> <br>
+ [ <a href='#failure2'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var TEST_ARRAY = new Array(null, void 0, true, false, 123, new Object(), new Boolean(true) ); TEST_ARRAY.join(void 0) = undefinedundefinedtrueundefinedfalseundefined123undefined[object Object]undefinedtrue FAILED! expected: ,,true,false,123,[object Object],true<br>
+</tt><br>
+<a name='failure2'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Boolean/15.6.3.1-2.js'>ecma/Boolean/15.6.3.1-2.js</a> failed</b> <br>
+ [ <a href='#failure1'>Previous Failure</a> | <a href='#failure3'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.6.3.1-2Boolean.prototype<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure3'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Boolean/15.6.3.1-3.js'>ecma/Boolean/15.6.3.1-3.js</a> failed</b> <br>
+ [ <a href='#failure2'>Previous Failure</a> | <a href='#failure4'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.6.3.1-3Boolean.prototype<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure4'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/ExecutionContexts/10.1.4-7.js'>ecma/ExecutionContexts/10.1.4-7.js</a> failed</b> <br>
+ [ <a href='#failure3'>Previous Failure</a> | <a href='#failure5'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 10.1.4-7 Scope Chain and Identifier Resolution<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure5'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/ExecutionContexts/10.1.6.js'>ecma/ExecutionContexts/10.1.6.js</a> failed</b> <br>
+ [ <a href='#failure4'>Previous Failure</a> | <a href='#failure6'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> TestFunction(1,2,3) = [object Arguments] FAILED! expected: value of the argument property<br>
+</tt><br>
+<a name='failure6'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Expressions/11.2.1-1.js'>ecma/Expressions/11.2.1-1.js</a> failed</b> <br>
+ [ <a href='#failure5'>Previous Failure</a> | <a href='#failure7'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> typeof Function.prototype.length = undefined FAILED! expected: number<br>
+--> typeof Function.prototype['length'] = undefined FAILED! expected: number<br>
+</tt><br>
+<a name='failure7'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Expressions/11.4.1.js'>ecma/Expressions/11.4.1.js</a> failed</b> <br>
+ [ <a href='#failure6'>Previous Failure</a> | <a href='#failure8'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 11.4.1 The delete operator<br>
+Exception: ReferenceError - Can't find variable: x<br>
+</tt><br>
+<a name='failure8'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Expressions/11.7.3.js'>ecma/Expressions/11.7.3.js</a> failed</b> <br>
+ [ <a href='#failure7'>Previous Failure</a> | <a href='#failure9'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 2147483648 >>> 0 = -2147483648 FAILED! expected: 2147483648<br>
+--> 2147483648 >>> 32 = -2147483648 FAILED! expected: 2147483648<br>
+</tt><br>
+<a name='failure9'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Expressions/11.8.1.js'>ecma/Expressions/11.8.1.js</a> failed</b> <br>
+ [ <a href='#failure8'>Previous Failure</a> | <a href='#failure10'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> new MyObject(-Infinity) < new MyObject(Infinity) = false FAILED! expected: true<br>
+--> 0 < -Infinity = true FAILED! expected: false<br>
+--> Number.MAX_VALUE < -Infinity = true FAILED! expected: false<br>
+--> -Infinity < 0 = false FAILED! expected: true<br>
+--> -Infinity < -Number.MAX_VALUE = false FAILED! expected: true<br>
+--> -Infinity < Number.MIN_VALUE = false FAILED! expected: true<br>
+</tt><br>
+<a name='failure10'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Expressions/11.8.2.js'>ecma/Expressions/11.8.2.js</a> failed</b> <br>
+ [ <a href='#failure9'>Previous Failure</a> | <a href='#failure11'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 0 > -Infinity = false FAILED! expected: true<br>
+--> Number.MAX_VALUE > -Infinity = false FAILED! expected: true<br>
+--> -Infinity > 0 = true FAILED! expected: false<br>
+--> -Infinity > -Number.MAX_VALUE = true FAILED! expected: false<br>
+--> -Infinity > Number.MIN_VALUE = true FAILED! expected: false<br>
+</tt><br>
+<a name='failure11'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Expressions/11.8.3.js'>ecma/Expressions/11.8.3.js</a> failed</b> <br>
+ [ <a href='#failure10'>Previous Failure</a> | <a href='#failure12'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 0 <= -Infinity = true FAILED! expected: false<br>
+--> Number.MAX_VALUE <= -Infinity = true FAILED! expected: false<br>
+--> -Infinity <= 0 = false FAILED! expected: true<br>
+--> -Infinity <= -Number.MAX_VALUE = false FAILED! expected: true<br>
+--> -Infinity <= Number.MIN_VALUE = false FAILED! expected: true<br>
+</tt><br>
+<a name='failure12'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Expressions/11.8.4.js'>ecma/Expressions/11.8.4.js</a> failed</b> <br>
+ [ <a href='#failure11'>Previous Failure</a> | <a href='#failure13'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> new MyObject(-Infinity) >= new MyObject(Infinity) = true FAILED! expected: false<br>
+--> 0 >= -Infinity = false FAILED! expected: true<br>
+--> Number.MAX_VALUE >= -Infinity = false FAILED! expected: true<br>
+--> -Infinity >= 0 = true FAILED! expected: false<br>
+--> -Infinity >= -Number.MAX_VALUE = true FAILED! expected: false<br>
+--> -Infinity >= Number.MIN_VALUE = true FAILED! expected: false<br>
+</tt><br>
+<a name='failure13'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/FunctionObjects/15.3.1.1-1.js'>ecma/FunctionObjects/15.3.1.1-1.js</a> failed</b> <br>
+ [ <a href='#failure12'>Previous Failure</a> | <a href='#failure14'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> myfunc.arguments = undefined FAILED! expected: null<br>
+--> MyObject.arguments = undefined FAILED! expected: null<br>
+</tt><br>
+<a name='failure14'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/FunctionObjects/15.3.1.1-2.js'>ecma/FunctionObjects/15.3.1.1-2.js</a> failed</b> <br>
+ [ <a href='#failure13'>Previous Failure</a> | <a href='#failure15'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> myfunc1.arguments = undefined FAILED! expected: null<br>
+--> myfunc2.arguments = undefined FAILED! expected: null<br>
+--> myfunc3.arguments = undefined FAILED! expected: null<br>
+</tt><br>
+<a name='failure15'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/FunctionObjects/15.3.2.1-1.js'>ecma/FunctionObjects/15.3.2.1-1.js</a> failed</b> <br>
+ [ <a href='#failure14'>Previous Failure</a> | <a href='#failure16'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> myfunc.arguments = undefined FAILED! expected: null<br>
+--> MyObject.arguments = undefined FAILED! expected: null<br>
+</tt><br>
+<a name='failure16'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/FunctionObjects/15.3.2.1-2.js'>ecma/FunctionObjects/15.3.2.1-2.js</a> failed</b> <br>
+ [ <a href='#failure15'>Previous Failure</a> | <a href='#failure17'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> myfunc1.arguments = undefined FAILED! expected: null<br>
+--> myfunc2.arguments = undefined FAILED! expected: null<br>
+--> myfunc3.arguments = undefined FAILED! expected: null<br>
+</tt><br>
+<a name='failure17'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/FunctionObjects/15.3.5-2.js'>ecma/FunctionObjects/15.3.5-2.js</a> failed</b> <br>
+ [ <a href='#failure16'>Previous Failure</a> | <a href='#failure18'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> MyObject.arguments = undefined FAILED! expected: null<br>
+</tt><br>
+<a name='failure18'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/FunctionObjects/15.3.5.3.js'>ecma/FunctionObjects/15.3.5.3.js</a> failed</b> <br>
+ [ <a href='#failure17'>Previous Failure</a> | <a href='#failure19'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var MYFUNCTION = new Function( 'return this.arguments' ); MYFUNCTION.arguments = undefined FAILED! expected: null<br>
+</tt><br>
+<a name='failure19'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/GlobalObject/15.1.2.2-1.js'>ecma/GlobalObject/15.1.2.2-1.js</a> failed</b> <br>
+ [ <a href='#failure18'>Previous Failure</a> | <a href='#failure20'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> parseInt( '11111111112222222222' ) = NaN FAILED! expected: 11111111112222222000<br>
+--> parseInt( '111111111122222222223' ) = NaN FAILED! expected: 111111111122222220000<br>
+--> parseInt( '11111111112222222222',10 ) = NaN FAILED! expected: 11111111112222222000<br>
+--> parseInt( '111111111122222222223',10 ) = NaN FAILED! expected: 111111111122222220000<br>
+</tt><br>
+<a name='failure20'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/GlobalObject/15.1.2.2-2.js'>ecma/GlobalObject/15.1.2.2-2.js</a> failed</b> <br>
+ [ <a href='#failure19'>Previous Failure</a> | <a href='#failure21'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> s = 0xFFFFFFFFFFFFF800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308<br>
+--> s = 0xFFFFFFFFFFFFF800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001; -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308<br>
+--> s = 0xFFFFFFFFFFFFFC00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; -s = -1.7976931348623157e+308 FAILED! expected: -Infinity<br>
+--> parseInt(s) = NaN FAILED! expected: Infinity<br>
+--> parseInt(s,36) = NaN FAILED! expected: Infinity<br>
+</tt><br>
+<a name='failure21'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/GlobalObject/15.1.2.3-1.js'>ecma/GlobalObject/15.1.2.3-1.js</a> failed</b> <br>
+ [ <a href='#failure20'>Previous Failure</a> | <a href='#failure22'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> parseFloat('') = 0 FAILED! expected: NaN<br>
+--> parseFloat(' ') = 0 FAILED! expected: NaN<br>
+--> parseFloat('0x1') = 1 FAILED! expected: 0<br>
+--> parseFloat('0x2') = 2 FAILED! expected: 0<br>
+--> parseFloat('0x3') = 3 FAILED! expected: 0<br>
+--> parseFloat('0x4') = 4 FAILED! expected: 0<br>
+--> parseFloat('0x5') = 5 FAILED! expected: 0<br>
+--> parseFloat('0x6') = 6 FAILED! expected: 0<br>
+--> parseFloat('0x7') = 7 FAILED! expected: 0<br>
+--> parseFloat('0x8') = 8 FAILED! expected: 0<br>
+--> parseFloat('0x9') = 9 FAILED! expected: 0<br>
+--> parseFloat('0xa') = 10 FAILED! expected: 0<br>
+--> parseFloat('0xb') = 11 FAILED! expected: 0<br>
+--> parseFloat('0xc') = 12 FAILED! expected: 0<br>
+--> parseFloat('0xd') = 13 FAILED! expected: 0<br>
+--> parseFloat('0xe') = 14 FAILED! expected: 0<br>
+--> parseFloat('0xf') = 15 FAILED! expected: 0<br>
+--> parseFloat('0xA') = 10 FAILED! expected: 0<br>
+--> parseFloat('0xB') = 11 FAILED! expected: 0<br>
+--> parseFloat('0xC') = 12 FAILED! expected: 0<br>
+--> parseFloat('0xD') = 13 FAILED! expected: 0<br>
+--> parseFloat('0xE') = 14 FAILED! expected: 0<br>
+--> parseFloat('0xF') = 15 FAILED! expected: 0<br>
+--> parseFloat('0X1') = 1 FAILED! expected: 0<br>
+--> parseFloat('0X2') = 2 FAILED! expected: 0<br>
+--> parseFloat('0X3') = 3 FAILED! expected: 0<br>
+--> parseFloat('0X4') = 4 FAILED! expected: 0<br>
+--> parseFloat('0X5') = 5 FAILED! expected: 0<br>
+--> parseFloat('0X6') = 6 FAILED! expected: 0<br>
+--> parseFloat('0X7') = 7 FAILED! expected: 0<br>
+--> parseFloat('0X8') = 8 FAILED! expected: 0<br>
+--> parseFloat('0X9') = 9 FAILED! expected: 0<br>
+--> parseFloat('0Xa') = 10 FAILED! expected: 0<br>
+--> parseFloat('0Xb') = 11 FAILED! expected: 0<br>
+--> parseFloat('0Xc') = 12 FAILED! expected: 0<br>
+--> parseFloat('0Xd') = 13 FAILED! expected: 0<br>
+--> parseFloat('0Xe') = 14 FAILED! expected: 0<br>
+--> parseFloat('0Xf') = 15 FAILED! expected: 0<br>
+--> parseFloat('0XA') = 10 FAILED! expected: 0<br>
+--> parseFloat('0XB') = 11 FAILED! expected: 0<br>
+--> parseFloat('0XC') = 12 FAILED! expected: 0<br>
+--> parseFloat('0XD') = 13 FAILED! expected: 0<br>
+--> parseFloat('0XE') = 14 FAILED! expected: 0<br>
+--> parseFloat('0XF') = 15 FAILED! expected: 0<br>
+--> parseFloat('  0XF  ') = 15 FAILED! expected: 0<br>
+</tt><br>
+<a name='failure22'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/GlobalObject/15.1.2.3-2.js'>ecma/GlobalObject/15.1.2.3-2.js</a> failed</b> <br>
+ [ <a href='#failure21'>Previous Failure</a> | <a href='#failure23'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> parseFloat('          0x1') = 1 FAILED! expected: 0<br>
+--> parseFloat('          0x2') = 2 FAILED! expected: 0<br>
+--> parseFloat('          0x3') = 3 FAILED! expected: 0<br>
+--> parseFloat('          0x4') = 4 FAILED! expected: 0<br>
+--> parseFloat('          0x5') = 5 FAILED! expected: 0<br>
+--> parseFloat('          0x6') = 6 FAILED! expected: 0<br>
+--> parseFloat('          0x7') = 7 FAILED! expected: 0<br>
+--> parseFloat('          0x8') = 8 FAILED! expected: 0<br>
+--> parseFloat('          0x9') = 9 FAILED! expected: 0<br>
+--> parseFloat('          0xa') = 10 FAILED! expected: 0<br>
+--> parseFloat('          0xb') = 11 FAILED! expected: 0<br>
+--> parseFloat('          0xc') = 12 FAILED! expected: 0<br>
+--> parseFloat('          0xd') = 13 FAILED! expected: 0<br>
+--> parseFloat('          0xe') = 14 FAILED! expected: 0<br>
+--> parseFloat('          0xf') = 15 FAILED! expected: 0<br>
+--> parseFloat('          0xA') = 10 FAILED! expected: 0<br>
+--> parseFloat('          0xB') = 11 FAILED! expected: 0<br>
+--> parseFloat('          0xC') = 12 FAILED! expected: 0<br>
+--> parseFloat('          0xD') = 13 FAILED! expected: 0<br>
+--> parseFloat('          0xE') = 14 FAILED! expected: 0<br>
+--> parseFloat('          0xF') = 15 FAILED! expected: 0<br>
+--> parseFloat('          0X1') = 1 FAILED! expected: 0<br>
+--> parseFloat('          0X2') = 2 FAILED! expected: 0<br>
+--> parseFloat('          0X3') = 3 FAILED! expected: 0<br>
+--> parseFloat('          0X4') = 4 FAILED! expected: 0<br>
+--> parseFloat('          0X5') = 5 FAILED! expected: 0<br>
+--> parseFloat('          0X6') = 6 FAILED! expected: 0<br>
+--> parseFloat('          0X7') = 7 FAILED! expected: 0<br>
+--> parseFloat('          0X8') = 8 FAILED! expected: 0<br>
+--> parseFloat('          0X9') = 9 FAILED! expected: 0<br>
+--> parseFloat('          0Xa') = 10 FAILED! expected: 0<br>
+--> parseFloat('          0Xb') = 11 FAILED! expected: 0<br>
+--> parseFloat('          0Xc') = 12 FAILED! expected: 0<br>
+--> parseFloat('          0Xd') = 13 FAILED! expected: 0<br>
+--> parseFloat('          0Xe') = 14 FAILED! expected: 0<br>
+--> parseFloat('          0Xf') = 15 FAILED! expected: 0<br>
+--> parseFloat('          0XA') = 10 FAILED! expected: 0<br>
+--> parseFloat('          0XB') = 11 FAILED! expected: 0<br>
+--> parseFloat('          0XC') = 12 FAILED! expected: 0<br>
+--> parseFloat('          0XD') = 13 FAILED! expected: 0<br>
+--> parseFloat('          0XE') = 14 FAILED! expected: 0<br>
+--> parseFloat('          0XF') = 15 FAILED! expected: 0<br>
+</tt><br>
+<a name='failure23'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/GlobalObject/15.1.2.4.js'>ecma/GlobalObject/15.1.2.4.js</a> failed</b> <br>
+ [ <a href='#failure22'>Previous Failure</a> | <a href='#failure24'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> escape( -0 ) = -0 FAILED! expected: 0<br>
+--> escape(String.fromCharCode(128)) = %C2%80 FAILED! expected: %80<br>
+--> escape(String.fromCharCode(129)) = %C2%81 FAILED! expected: %81<br>
+--> escape(String.fromCharCode(130)) = %C2%82 FAILED! expected: %82<br>
+--> escape(String.fromCharCode(131)) = %C2%83 FAILED! expected: %83<br>
+--> escape(String.fromCharCode(132)) = %C2%84 FAILED! expected: %84<br>
+--> escape(String.fromCharCode(133)) = %C2%85 FAILED! expected: %85<br>
+--> escape(String.fromCharCode(134)) = %C2%86 FAILED! expected: %86<br>
+--> escape(String.fromCharCode(135)) = %C2%87 FAILED! expected: %87<br>
+--> escape(String.fromCharCode(136)) = %C2%88 FAILED! expected: %88<br>
+--> escape(String.fromCharCode(137)) = %C2%89 FAILED! expected: %89<br>
+--> escape(String.fromCharCode(138)) = %C2%8A FAILED! expected: %8A<br>
+--> escape(String.fromCharCode(139)) = %C2%8B FAILED! expected: %8B<br>
+--> escape(String.fromCharCode(140)) = %C2%8C FAILED! expected: %8C<br>
+--> escape(String.fromCharCode(141)) = %C2%8D FAILED! expected: %8D<br>
+--> escape(String.fromCharCode(142)) = %C2%8E FAILED! expected: %8E<br>
+--> escape(String.fromCharCode(143)) = %C2%8F FAILED! expected: %8F<br>
+--> escape(String.fromCharCode(144)) = %C2%90 FAILED! expected: %90<br>
+--> escape(String.fromCharCode(145)) = %C2%91 FAILED! expected: %91<br>
+--> escape(String.fromCharCode(146)) = %C2%92 FAILED! expected: %92<br>
+--> escape(String.fromCharCode(147)) = %C2%93 FAILED! expected: %93<br>
+--> escape(String.fromCharCode(148)) = %C2%94 FAILED! expected: %94<br>
+--> escape(String.fromCharCode(149)) = %C2%95 FAILED! expected: %95<br>
+--> escape(String.fromCharCode(150)) = %C2%96 FAILED! expected: %96<br>
+--> escape(String.fromCharCode(151)) = %C2%97 FAILED! expected: %97<br>
+--> escape(String.fromCharCode(152)) = %C2%98 FAILED! expected: %98<br>
+--> escape(String.fromCharCode(153)) = %C2%99 FAILED! expected: %99<br>
+--> escape(String.fromCharCode(154)) = %C2%9A FAILED! expected: %9A<br>
+--> escape(String.fromCharCode(155)) = %C2%9B FAILED! expected: %9B<br>
+--> escape(String.fromCharCode(156)) = %C2%9C FAILED! expected: %9C<br>
+--> escape(String.fromCharCode(157)) = %C2%9D FAILED! expected: %9D<br>
+--> escape(String.fromCharCode(158)) = %C2%9E FAILED! expected: %9E<br>
+--> escape(String.fromCharCode(159)) = %C2%9F FAILED! expected: %9F<br>
+--> escape(String.fromCharCode(160)) = %C2%A0 FAILED! expected: %A0<br>
+--> escape(String.fromCharCode(161)) = %C2%A1 FAILED! expected: %A1<br>
+--> escape(String.fromCharCode(162)) = %C2%A2 FAILED! expected: %A2<br>
+--> escape(String.fromCharCode(163)) = %C2%A3 FAILED! expected: %A3<br>
+--> escape(String.fromCharCode(164)) = %C2%A4 FAILED! expected: %A4<br>
+--> escape(String.fromCharCode(165)) = %C2%A5 FAILED! expected: %A5<br>
+--> escape(String.fromCharCode(166)) = %C2%A6 FAILED! expected: %A6<br>
+--> escape(String.fromCharCode(167)) = %C2%A7 FAILED! expected: %A7<br>
+--> escape(String.fromCharCode(168)) = %C2%A8 FAILED! expected: %A8<br>
+--> escape(String.fromCharCode(169)) = %C2%A9 FAILED! expected: %A9<br>
+--> escape(String.fromCharCode(170)) = %C2%AA FAILED! expected: %AA<br>
+--> escape(String.fromCharCode(171)) = %C2%AB FAILED! expected: %AB<br>
+--> escape(String.fromCharCode(172)) = %C2%AC FAILED! expected: %AC<br>
+--> escape(String.fromCharCode(173)) = %C2%AD FAILED! expected: %AD<br>
+--> escape(String.fromCharCode(174)) = %C2%AE FAILED! expected: %AE<br>
+--> escape(String.fromCharCode(175)) = %C2%AF FAILED! expected: %AF<br>
+--> escape(String.fromCharCode(176)) = %C2%B0 FAILED! expected: %B0<br>
+--> escape(String.fromCharCode(177)) = %C2%B1 FAILED! expected: %B1<br>
+--> escape(String.fromCharCode(178)) = %C2%B2 FAILED! expected: %B2<br>
+--> escape(String.fromCharCode(179)) = %C2%B3 FAILED! expected: %B3<br>
+--> escape(String.fromCharCode(180)) = %C2%B4 FAILED! expected: %B4<br>
+--> escape(String.fromCharCode(181)) = %C2%B5 FAILED! expected: %B5<br>
+--> escape(String.fromCharCode(182)) = %C2%B6 FAILED! expected: %B6<br>
+--> escape(String.fromCharCode(183)) = %C2%B7 FAILED! expected: %B7<br>
+--> escape(String.fromCharCode(184)) = %C2%B8 FAILED! expected: %B8<br>
+--> escape(String.fromCharCode(185)) = %C2%B9 FAILED! expected: %B9<br>
+--> escape(String.fromCharCode(186)) = %C2%BA FAILED! expected: %BA<br>
+--> escape(String.fromCharCode(187)) = %C2%BB FAILED! expected: %BB<br>
+--> escape(String.fromCharCode(188)) = %C2%BC FAILED! expected: %BC<br>
+--> escape(String.fromCharCode(189)) = %C2%BD FAILED! expected: %BD<br>
+--> escape(String.fromCharCode(190)) = %C2%BE FAILED! expected: %BE<br>
+--> escape(String.fromCharCode(191)) = %C2%BF FAILED! expected: %BF<br>
+--> escape(String.fromCharCode(192)) = %C3%80 FAILED! expected: %C0<br>
+--> escape(String.fromCharCode(193)) = %C3%81 FAILED! expected: %C1<br>
+--> escape(String.fromCharCode(194)) = %C3%82 FAILED! expected: %C2<br>
+--> escape(String.fromCharCode(195)) = %C3%83 FAILED! expected: %C3<br>
+--> escape(String.fromCharCode(196)) = %C3%84 FAILED! expected: %C4<br>
+--> escape(String.fromCharCode(197)) = %C3%85 FAILED! expected: %C5<br>
+--> escape(String.fromCharCode(198)) = %C3%86 FAILED! expected: %C6<br>
+--> escape(String.fromCharCode(199)) = %C3%87 FAILED! expected: %C7<br>
+--> escape(String.fromCharCode(200)) = %C3%88 FAILED! expected: %C8<br>
+--> escape(String.fromCharCode(201)) = %C3%89 FAILED! expected: %C9<br>
+--> escape(String.fromCharCode(202)) = %C3%8A FAILED! expected: %CA<br>
+--> escape(String.fromCharCode(203)) = %C3%8B FAILED! expected: %CB<br>
+--> escape(String.fromCharCode(204)) = %C3%8C FAILED! expected: %CC<br>
+--> escape(String.fromCharCode(205)) = %C3%8D FAILED! expected: %CD<br>
+--> escape(String.fromCharCode(206)) = %C3%8E FAILED! expected: %CE<br>
+--> escape(String.fromCharCode(207)) = %C3%8F FAILED! expected: %CF<br>
+--> escape(String.fromCharCode(208)) = %C3%90 FAILED! expected: %D0<br>
+--> escape(String.fromCharCode(209)) = %C3%91 FAILED! expected: %D1<br>
+--> escape(String.fromCharCode(210)) = %C3%92 FAILED! expected: %D2<br>
+--> escape(String.fromCharCode(211)) = %C3%93 FAILED! expected: %D3<br>
+--> escape(String.fromCharCode(212)) = %C3%94 FAILED! expected: %D4<br>
+--> escape(String.fromCharCode(213)) = %C3%95 FAILED! expected: %D5<br>
+--> escape(String.fromCharCode(214)) = %C3%96 FAILED! expected: %D6<br>
+--> escape(String.fromCharCode(215)) = %C3%97 FAILED! expected: %D7<br>
+--> escape(String.fromCharCode(216)) = %C3%98 FAILED! expected: %D8<br>
+--> escape(String.fromCharCode(217)) = %C3%99 FAILED! expected: %D9<br>
+--> escape(String.fromCharCode(218)) = %C3%9A FAILED! expected: %DA<br>
+--> escape(String.fromCharCode(219)) = %C3%9B FAILED! expected: %DB<br>
+--> escape(String.fromCharCode(220)) = %C3%9C FAILED! expected: %DC<br>
+--> escape(String.fromCharCode(221)) = %C3%9D FAILED! expected: %DD<br>
+--> escape(String.fromCharCode(222)) = %C3%9E FAILED! expected: %DE<br>
+--> escape(String.fromCharCode(223)) = %C3%9F FAILED! expected: %DF<br>
+--> escape(String.fromCharCode(224)) = %C3%A0 FAILED! expected: %E0<br>
+--> escape(String.fromCharCode(225)) = %C3%A1 FAILED! expected: %E1<br>
+--> escape(String.fromCharCode(226)) = %C3%A2 FAILED! expected: %E2<br>
+--> escape(String.fromCharCode(227)) = %C3%A3 FAILED! expected: %E3<br>
+--> escape(String.fromCharCode(228)) = %C3%A4 FAILED! expected: %E4<br>
+--> escape(String.fromCharCode(229)) = %C3%A5 FAILED! expected: %E5<br>
+--> escape(String.fromCharCode(230)) = %C3%A6 FAILED! expected: %E6<br>
+--> escape(String.fromCharCode(231)) = %C3%A7 FAILED! expected: %E7<br>
+--> escape(String.fromCharCode(232)) = %C3%A8 FAILED! expected: %E8<br>
+--> escape(String.fromCharCode(233)) = %C3%A9 FAILED! expected: %E9<br>
+--> escape(String.fromCharCode(234)) = %C3%AA FAILED! expected: %EA<br>
+--> escape(String.fromCharCode(235)) = %C3%AB FAILED! expected: %EB<br>
+--> escape(String.fromCharCode(236)) = %C3%AC FAILED! expected: %EC<br>
+--> escape(String.fromCharCode(237)) = %C3%AD FAILED! expected: %ED<br>
+--> escape(String.fromCharCode(238)) = %C3%AE FAILED! expected: %EE<br>
+--> escape(String.fromCharCode(239)) = %C3%AF FAILED! expected: %EF<br>
+--> escape(String.fromCharCode(240)) = %C3%B0 FAILED! expected: %F0<br>
+--> escape(String.fromCharCode(241)) = %C3%B1 FAILED! expected: %F1<br>
+--> escape(String.fromCharCode(242)) = %C3%B2 FAILED! expected: %F2<br>
+--> escape(String.fromCharCode(243)) = %C3%B3 FAILED! expected: %F3<br>
+--> escape(String.fromCharCode(244)) = %C3%B4 FAILED! expected: %F4<br>
+--> escape(String.fromCharCode(245)) = %C3%B5 FAILED! expected: %F5<br>
+--> escape(String.fromCharCode(246)) = %C3%B6 FAILED! expected: %F6<br>
+--> escape(String.fromCharCode(247)) = %C3%B7 FAILED! expected: %F7<br>
+--> escape(String.fromCharCode(248)) = %C3%B8 FAILED! expected: %F8<br>
+--> escape(String.fromCharCode(249)) = %C3%B9 FAILED! expected: %F9<br>
+--> escape(String.fromCharCode(250)) = %C3%BA FAILED! expected: %FA<br>
+--> escape(String.fromCharCode(251)) = %C3%BB FAILED! expected: %FB<br>
+--> escape(String.fromCharCode(252)) = %C3%BC FAILED! expected: %FC<br>
+--> escape(String.fromCharCode(253)) = %C3%BD FAILED! expected: %FD<br>
+--> escape(String.fromCharCode(254)) = %C3%BE FAILED! expected: %FE<br>
+--> escape(String.fromCharCode(255)) = %C3%BF FAILED! expected: %FF<br>
+--> escape(String.fromCharCode(256)) = %C4%80 FAILED! expected: %u0100<br>
+--> escape(String.fromCharCode(257)) = %C4%81 FAILED! expected: %u0101<br>
+--> escape(String.fromCharCode(258)) = %C4%82 FAILED! expected: %u0102<br>
+--> escape(String.fromCharCode(259)) = %C4%83 FAILED! expected: %u0103<br>
+--> escape(String.fromCharCode(260)) = %C4%84 FAILED! expected: %u0104<br>
+--> escape(String.fromCharCode(261)) = %C4%85 FAILED! expected: %u0105<br>
+--> escape(String.fromCharCode(262)) = %C4%86 FAILED! expected: %u0106<br>
+--> escape(String.fromCharCode(263)) = %C4%87 FAILED! expected: %u0107<br>
+--> escape(String.fromCharCode(264)) = %C4%88 FAILED! expected: %u0108<br>
+--> escape(String.fromCharCode(265)) = %C4%89 FAILED! expected: %u0109<br>
+--> escape(String.fromCharCode(266)) = %C4%8A FAILED! expected: %u010A<br>
+--> escape(String.fromCharCode(267)) = %C4%8B FAILED! expected: %u010B<br>
+--> escape(String.fromCharCode(268)) = %C4%8C FAILED! expected: %u010C<br>
+--> escape(String.fromCharCode(269)) = %C4%8D FAILED! expected: %u010D<br>
+--> escape(String.fromCharCode(270)) = %C4%8E FAILED! expected: %u010E<br>
+--> escape(String.fromCharCode(271)) = %C4%8F FAILED! expected: %u010F<br>
+--> escape(String.fromCharCode(272)) = %C4%90 FAILED! expected: %u0110<br>
+--> escape(String.fromCharCode(273)) = %C4%91 FAILED! expected: %u0111<br>
+--> escape(String.fromCharCode(274)) = %C4%92 FAILED! expected: %u0112<br>
+--> escape(String.fromCharCode(275)) = %C4%93 FAILED! expected: %u0113<br>
+--> escape(String.fromCharCode(276)) = %C4%94 FAILED! expected: %u0114<br>
+--> escape(String.fromCharCode(277)) = %C4%95 FAILED! expected: %u0115<br>
+--> escape(String.fromCharCode(278)) = %C4%96 FAILED! expected: %u0116<br>
+--> escape(String.fromCharCode(279)) = %C4%97 FAILED! expected: %u0117<br>
+--> escape(String.fromCharCode(280)) = %C4%98 FAILED! expected: %u0118<br>
+--> escape(String.fromCharCode(281)) = %C4%99 FAILED! expected: %u0119<br>
+--> escape(String.fromCharCode(282)) = %C4%9A FAILED! expected: %u011A<br>
+--> escape(String.fromCharCode(283)) = %C4%9B FAILED! expected: %u011B<br>
+--> escape(String.fromCharCode(284)) = %C4%9C FAILED! expected: %u011C<br>
+--> escape(String.fromCharCode(285)) = %C4%9D FAILED! expected: %u011D<br>
+--> escape(String.fromCharCode(286)) = %C4%9E FAILED! expected: %u011E<br>
+--> escape(String.fromCharCode(287)) = %C4%9F FAILED! expected: %u011F<br>
+--> escape(String.fromCharCode(288)) = %C4%A0 FAILED! expected: %u0120<br>
+--> escape(String.fromCharCode(289)) = %C4%A1 FAILED! expected: %u0121<br>
+--> escape(String.fromCharCode(290)) = %C4%A2 FAILED! expected: %u0122<br>
+--> escape(String.fromCharCode(291)) = %C4%A3 FAILED! expected: %u0123<br>
+--> escape(String.fromCharCode(292)) = %C4%A4 FAILED! expected: %u0124<br>
+--> escape(String.fromCharCode(293)) = %C4%A5 FAILED! expected: %u0125<br>
+--> escape(String.fromCharCode(294)) = %C4%A6 FAILED! expected: %u0126<br>
+--> escape(String.fromCharCode(295)) = %C4%A7 FAILED! expected: %u0127<br>
+--> escape(String.fromCharCode(296)) = %C4%A8 FAILED! expected: %u0128<br>
+--> escape(String.fromCharCode(297)) = %C4%A9 FAILED! expected: %u0129<br>
+--> escape(String.fromCharCode(298)) = %C4%AA FAILED! expected: %u012A<br>
+--> escape(String.fromCharCode(299)) = %C4%AB FAILED! expected: %u012B<br>
+--> escape(String.fromCharCode(300)) = %C4%AC FAILED! expected: %u012C<br>
+--> escape(String.fromCharCode(301)) = %C4%AD FAILED! expected: %u012D<br>
+--> escape(String.fromCharCode(302)) = %C4%AE FAILED! expected: %u012E<br>
+--> escape(String.fromCharCode(303)) = %C4%AF FAILED! expected: %u012F<br>
+--> escape(String.fromCharCode(304)) = %C4%B0 FAILED! expected: %u0130<br>
+--> escape(String.fromCharCode(305)) = %C4%B1 FAILED! expected: %u0131<br>
+--> escape(String.fromCharCode(306)) = %C4%B2 FAILED! expected: %u0132<br>
+--> escape(String.fromCharCode(307)) = %C4%B3 FAILED! expected: %u0133<br>
+--> escape(String.fromCharCode(308)) = %C4%B4 FAILED! expected: %u0134<br>
+--> escape(String.fromCharCode(309)) = %C4%B5 FAILED! expected: %u0135<br>
+--> escape(String.fromCharCode(310)) = %C4%B6 FAILED! expected: %u0136<br>
+--> escape(String.fromCharCode(311)) = %C4%B7 FAILED! expected: %u0137<br>
+--> escape(String.fromCharCode(312)) = %C4%B8 FAILED! expected: %u0138<br>
+--> escape(String.fromCharCode(313)) = %C4%B9 FAILED! expected: %u0139<br>
+--> escape(String.fromCharCode(314)) = %C4%BA FAILED! expected: %u013A<br>
+--> escape(String.fromCharCode(315)) = %C4%BB FAILED! expected: %u013B<br>
+--> escape(String.fromCharCode(316)) = %C4%BC FAILED! expected: %u013C<br>
+--> escape(String.fromCharCode(317)) = %C4%BD FAILED! expected: %u013D<br>
+--> escape(String.fromCharCode(318)) = %C4%BE FAILED! expected: %u013E<br>
+--> escape(String.fromCharCode(319)) = %C4%BF FAILED! expected: %u013F<br>
+--> escape(String.fromCharCode(320)) = %C5%80 FAILED! expected: %u0140<br>
+--> escape(String.fromCharCode(321)) = %C5%81 FAILED! expected: %u0141<br>
+--> escape(String.fromCharCode(322)) = %C5%82 FAILED! expected: %u0142<br>
+--> escape(String.fromCharCode(323)) = %C5%83 FAILED! expected: %u0143<br>
+--> escape(String.fromCharCode(324)) = %C5%84 FAILED! expected: %u0144<br>
+--> escape(String.fromCharCode(325)) = %C5%85 FAILED! expected: %u0145<br>
+--> escape(String.fromCharCode(326)) = %C5%86 FAILED! expected: %u0146<br>
+--> escape(String.fromCharCode(327)) = %C5%87 FAILED! expected: %u0147<br>
+--> escape(String.fromCharCode(328)) = %C5%88 FAILED! expected: %u0148<br>
+--> escape(String.fromCharCode(329)) = %C5%89 FAILED! expected: %u0149<br>
+--> escape(String.fromCharCode(330)) = %C5%8A FAILED! expected: %u014A<br>
+--> escape(String.fromCharCode(331)) = %C5%8B FAILED! expected: %u014B<br>
+--> escape(String.fromCharCode(332)) = %C5%8C FAILED! expected: %u014C<br>
+--> escape(String.fromCharCode(333)) = %C5%8D FAILED! expected: %u014D<br>
+--> escape(String.fromCharCode(334)) = %C5%8E FAILED! expected: %u014E<br>
+--> escape(String.fromCharCode(335)) = %C5%8F FAILED! expected: %u014F<br>
+--> escape(String.fromCharCode(336)) = %C5%90 FAILED! expected: %u0150<br>
+--> escape(String.fromCharCode(337)) = %C5%91 FAILED! expected: %u0151<br>
+--> escape(String.fromCharCode(338)) = %C5%92 FAILED! expected: %u0152<br>
+--> escape(String.fromCharCode(339)) = %C5%93 FAILED! expected: %u0153<br>
+--> escape(String.fromCharCode(340)) = %C5%94 FAILED! expected: %u0154<br>
+--> escape(String.fromCharCode(341)) = %C5%95 FAILED! expected: %u0155<br>
+--> escape(String.fromCharCode(342)) = %C5%96 FAILED! expected: %u0156<br>
+--> escape(String.fromCharCode(343)) = %C5%97 FAILED! expected: %u0157<br>
+--> escape(String.fromCharCode(344)) = %C5%98 FAILED! expected: %u0158<br>
+--> escape(String.fromCharCode(345)) = %C5%99 FAILED! expected: %u0159<br>
+--> escape(String.fromCharCode(346)) = %C5%9A FAILED! expected: %u015A<br>
+--> escape(String.fromCharCode(347)) = %C5%9B FAILED! expected: %u015B<br>
+--> escape(String.fromCharCode(348)) = %C5%9C FAILED! expected: %u015C<br>
+--> escape(String.fromCharCode(349)) = %C5%9D FAILED! expected: %u015D<br>
+--> escape(String.fromCharCode(350)) = %C5%9E FAILED! expected: %u015E<br>
+--> escape(String.fromCharCode(351)) = %C5%9F FAILED! expected: %u015F<br>
+--> escape(String.fromCharCode(352)) = %C5%A0 FAILED! expected: %u0160<br>
+--> escape(String.fromCharCode(353)) = %C5%A1 FAILED! expected: %u0161<br>
+--> escape(String.fromCharCode(354)) = %C5%A2 FAILED! expected: %u0162<br>
+--> escape(String.fromCharCode(355)) = %C5%A3 FAILED! expected: %u0163<br>
+--> escape(String.fromCharCode(356)) = %C5%A4 FAILED! expected: %u0164<br>
+--> escape(String.fromCharCode(357)) = %C5%A5 FAILED! expected: %u0165<br>
+--> escape(String.fromCharCode(358)) = %C5%A6 FAILED! expected: %u0166<br>
+--> escape(String.fromCharCode(359)) = %C5%A7 FAILED! expected: %u0167<br>
+--> escape(String.fromCharCode(360)) = %C5%A8 FAILED! expected: %u0168<br>
+--> escape(String.fromCharCode(361)) = %C5%A9 FAILED! expected: %u0169<br>
+--> escape(String.fromCharCode(362)) = %C5%AA FAILED! expected: %u016A<br>
+--> escape(String.fromCharCode(363)) = %C5%AB FAILED! expected: %u016B<br>
+--> escape(String.fromCharCode(364)) = %C5%AC FAILED! expected: %u016C<br>
+--> escape(String.fromCharCode(365)) = %C5%AD FAILED! expected: %u016D<br>
+--> escape(String.fromCharCode(366)) = %C5%AE FAILED! expected: %u016E<br>
+--> escape(String.fromCharCode(367)) = %C5%AF FAILED! expected: %u016F<br>
+--> escape(String.fromCharCode(368)) = %C5%B0 FAILED! expected: %u0170<br>
+--> escape(String.fromCharCode(369)) = %C5%B1 FAILED! expected: %u0171<br>
+--> escape(String.fromCharCode(370)) = %C5%B2 FAILED! expected: %u0172<br>
+--> escape(String.fromCharCode(371)) = %C5%B3 FAILED! expected: %u0173<br>
+--> escape(String.fromCharCode(372)) = %C5%B4 FAILED! expected: %u0174<br>
+--> escape(String.fromCharCode(373)) = %C5%B5 FAILED! expected: %u0175<br>
+--> escape(String.fromCharCode(374)) = %C5%B6 FAILED! expected: %u0176<br>
+--> escape(String.fromCharCode(375)) = %C5%B7 FAILED! expected: %u0177<br>
+--> escape(String.fromCharCode(376)) = %C5%B8 FAILED! expected: %u0178<br>
+--> escape(String.fromCharCode(377)) = %C5%B9 FAILED! expected: %u0179<br>
+--> escape(String.fromCharCode(378)) = %C5%BA FAILED! expected: %u017A<br>
+--> escape(String.fromCharCode(379)) = %C5%BB FAILED! expected: %u017B<br>
+--> escape(String.fromCharCode(380)) = %C5%BC FAILED! expected: %u017C<br>
+--> escape(String.fromCharCode(381)) = %C5%BD FAILED! expected: %u017D<br>
+--> escape(String.fromCharCode(382)) = %C5%BE FAILED! expected: %u017E<br>
+--> escape(String.fromCharCode(383)) = %C5%BF FAILED! expected: %u017F<br>
+--> escape(String.fromCharCode(384)) = %C6%80 FAILED! expected: %u0180<br>
+--> escape(String.fromCharCode(385)) = %C6%81 FAILED! expected: %u0181<br>
+--> escape(String.fromCharCode(386)) = %C6%82 FAILED! expected: %u0182<br>
+--> escape(String.fromCharCode(387)) = %C6%83 FAILED! expected: %u0183<br>
+--> escape(String.fromCharCode(388)) = %C6%84 FAILED! expected: %u0184<br>
+--> escape(String.fromCharCode(389)) = %C6%85 FAILED! expected: %u0185<br>
+--> escape(String.fromCharCode(390)) = %C6%86 FAILED! expected: %u0186<br>
+--> escape(String.fromCharCode(391)) = %C6%87 FAILED! expected: %u0187<br>
+--> escape(String.fromCharCode(392)) = %C6%88 FAILED! expected: %u0188<br>
+--> escape(String.fromCharCode(393)) = %C6%89 FAILED! expected: %u0189<br>
+--> escape(String.fromCharCode(394)) = %C6%8A FAILED! expected: %u018A<br>
+--> escape(String.fromCharCode(395)) = %C6%8B FAILED! expected: %u018B<br>
+--> escape(String.fromCharCode(396)) = %C6%8C FAILED! expected: %u018C<br>
+--> escape(String.fromCharCode(397)) = %C6%8D FAILED! expected: %u018D<br>
+--> escape(String.fromCharCode(398)) = %C6%8E FAILED! expected: %u018E<br>
+--> escape(String.fromCharCode(399)) = %C6%8F FAILED! expected: %u018F<br>
+--> escape(String.fromCharCode(400)) = %C6%90 FAILED! expected: %u0190<br>
+--> escape(String.fromCharCode(401)) = %C6%91 FAILED! expected: %u0191<br>
+--> escape(String.fromCharCode(402)) = %C6%92 FAILED! expected: %u0192<br>
+--> escape(String.fromCharCode(403)) = %C6%93 FAILED! expected: %u0193<br>
+--> escape(String.fromCharCode(404)) = %C6%94 FAILED! expected: %u0194<br>
+--> escape(String.fromCharCode(405)) = %C6%95 FAILED! expected: %u0195<br>
+--> escape(String.fromCharCode(406)) = %C6%96 FAILED! expected: %u0196<br>
+--> escape(String.fromCharCode(407)) = %C6%97 FAILED! expected: %u0197<br>
+--> escape(String.fromCharCode(408)) = %C6%98 FAILED! expected: %u0198<br>
+--> escape(String.fromCharCode(409)) = %C6%99 FAILED! expected: %u0199<br>
+--> escape(String.fromCharCode(410)) = %C6%9A FAILED! expected: %u019A<br>
+--> escape(String.fromCharCode(411)) = %C6%9B FAILED! expected: %u019B<br>
+--> escape(String.fromCharCode(412)) = %C6%9C FAILED! expected: %u019C<br>
+--> escape(String.fromCharCode(413)) = %C6%9D FAILED! expected: %u019D<br>
+--> escape(String.fromCharCode(414)) = %C6%9E FAILED! expected: %u019E<br>
+--> escape(String.fromCharCode(415)) = %C6%9F FAILED! expected: %u019F<br>
+--> escape(String.fromCharCode(416)) = %C6%A0 FAILED! expected: %u01A0<br>
+--> escape(String.fromCharCode(417)) = %C6%A1 FAILED! expected: %u01A1<br>
+--> escape(String.fromCharCode(418)) = %C6%A2 FAILED! expected: %u01A2<br>
+--> escape(String.fromCharCode(419)) = %C6%A3 FAILED! expected: %u01A3<br>
+--> escape(String.fromCharCode(420)) = %C6%A4 FAILED! expected: %u01A4<br>
+--> escape(String.fromCharCode(421)) = %C6%A5 FAILED! expected: %u01A5<br>
+--> escape(String.fromCharCode(422)) = %C6%A6 FAILED! expected: %u01A6<br>
+--> escape(String.fromCharCode(423)) = %C6%A7 FAILED! expected: %u01A7<br>
+--> escape(String.fromCharCode(424)) = %C6%A8 FAILED! expected: %u01A8<br>
+--> escape(String.fromCharCode(425)) = %C6%A9 FAILED! expected: %u01A9<br>
+--> escape(String.fromCharCode(426)) = %C6%AA FAILED! expected: %u01AA<br>
+--> escape(String.fromCharCode(427)) = %C6%AB FAILED! expected: %u01AB<br>
+--> escape(String.fromCharCode(428)) = %C6%AC FAILED! expected: %u01AC<br>
+--> escape(String.fromCharCode(429)) = %C6%AD FAILED! expected: %u01AD<br>
+--> escape(String.fromCharCode(430)) = %C6%AE FAILED! expected: %u01AE<br>
+--> escape(String.fromCharCode(431)) = %C6%AF FAILED! expected: %u01AF<br>
+--> escape(String.fromCharCode(432)) = %C6%B0 FAILED! expected: %u01B0<br>
+--> escape(String.fromCharCode(433)) = %C6%B1 FAILED! expected: %u01B1<br>
+--> escape(String.fromCharCode(434)) = %C6%B2 FAILED! expected: %u01B2<br>
+--> escape(String.fromCharCode(435)) = %C6%B3 FAILED! expected: %u01B3<br>
+--> escape(String.fromCharCode(436)) = %C6%B4 FAILED! expected: %u01B4<br>
+--> escape(String.fromCharCode(437)) = %C6%B5 FAILED! expected: %u01B5<br>
+--> escape(String.fromCharCode(438)) = %C6%B6 FAILED! expected: %u01B6<br>
+--> escape(String.fromCharCode(439)) = %C6%B7 FAILED! expected: %u01B7<br>
+--> escape(String.fromCharCode(440)) = %C6%B8 FAILED! expected: %u01B8<br>
+--> escape(String.fromCharCode(441)) = %C6%B9 FAILED! expected: %u01B9<br>
+--> escape(String.fromCharCode(442)) = %C6%BA FAILED! expected: %u01BA<br>
+--> escape(String.fromCharCode(443)) = %C6%BB FAILED! expected: %u01BB<br>
+--> escape(String.fromCharCode(444)) = %C6%BC FAILED! expected: %u01BC<br>
+--> escape(String.fromCharCode(445)) = %C6%BD FAILED! expected: %u01BD<br>
+--> escape(String.fromCharCode(446)) = %C6%BE FAILED! expected: %u01BE<br>
+--> escape(String.fromCharCode(447)) = %C6%BF FAILED! expected: %u01BF<br>
+--> escape(String.fromCharCode(448)) = %C7%80 FAILED! expected: %u01C0<br>
+--> escape(String.fromCharCode(449)) = %C7%81 FAILED! expected: %u01C1<br>
+--> escape(String.fromCharCode(450)) = %C7%82 FAILED! expected: %u01C2<br>
+--> escape(String.fromCharCode(451)) = %C7%83 FAILED! expected: %u01C3<br>
+--> escape(String.fromCharCode(452)) = %C7%84 FAILED! expected: %u01C4<br>
+--> escape(String.fromCharCode(453)) = %C7%85 FAILED! expected: %u01C5<br>
+--> escape(String.fromCharCode(454)) = %C7%86 FAILED! expected: %u01C6<br>
+--> escape(String.fromCharCode(455)) = %C7%87 FAILED! expected: %u01C7<br>
+--> escape(String.fromCharCode(456)) = %C7%88 FAILED! expected: %u01C8<br>
+--> escape(String.fromCharCode(457)) = %C7%89 FAILED! expected: %u01C9<br>
+--> escape(String.fromCharCode(458)) = %C7%8A FAILED! expected: %u01CA<br>
+--> escape(String.fromCharCode(459)) = %C7%8B FAILED! expected: %u01CB<br>
+--> escape(String.fromCharCode(460)) = %C7%8C FAILED! expected: %u01CC<br>
+--> escape(String.fromCharCode(461)) = %C7%8D FAILED! expected: %u01CD<br>
+--> escape(String.fromCharCode(462)) = %C7%8E FAILED! expected: %u01CE<br>
+--> escape(String.fromCharCode(463)) = %C7%8F FAILED! expected: %u01CF<br>
+--> escape(String.fromCharCode(464)) = %C7%90 FAILED! expected: %u01D0<br>
+--> escape(String.fromCharCode(465)) = %C7%91 FAILED! expected: %u01D1<br>
+--> escape(String.fromCharCode(466)) = %C7%92 FAILED! expected: %u01D2<br>
+--> escape(String.fromCharCode(467)) = %C7%93 FAILED! expected: %u01D3<br>
+--> escape(String.fromCharCode(468)) = %C7%94 FAILED! expected: %u01D4<br>
+--> escape(String.fromCharCode(469)) = %C7%95 FAILED! expected: %u01D5<br>
+--> escape(String.fromCharCode(470)) = %C7%96 FAILED! expected: %u01D6<br>
+--> escape(String.fromCharCode(471)) = %C7%97 FAILED! expected: %u01D7<br>
+--> escape(String.fromCharCode(472)) = %C7%98 FAILED! expected: %u01D8<br>
+--> escape(String.fromCharCode(473)) = %C7%99 FAILED! expected: %u01D9<br>
+--> escape(String.fromCharCode(474)) = %C7%9A FAILED! expected: %u01DA<br>
+--> escape(String.fromCharCode(475)) = %C7%9B FAILED! expected: %u01DB<br>
+--> escape(String.fromCharCode(476)) = %C7%9C FAILED! expected: %u01DC<br>
+--> escape(String.fromCharCode(477)) = %C7%9D FAILED! expected: %u01DD<br>
+--> escape(String.fromCharCode(478)) = %C7%9E FAILED! expected: %u01DE<br>
+--> escape(String.fromCharCode(479)) = %C7%9F FAILED! expected: %u01DF<br>
+--> escape(String.fromCharCode(480)) = %C7%A0 FAILED! expected: %u01E0<br>
+--> escape(String.fromCharCode(481)) = %C7%A1 FAILED! expected: %u01E1<br>
+--> escape(String.fromCharCode(482)) = %C7%A2 FAILED! expected: %u01E2<br>
+--> escape(String.fromCharCode(483)) = %C7%A3 FAILED! expected: %u01E3<br>
+--> escape(String.fromCharCode(484)) = %C7%A4 FAILED! expected: %u01E4<br>
+--> escape(String.fromCharCode(485)) = %C7%A5 FAILED! expected: %u01E5<br>
+--> escape(String.fromCharCode(486)) = %C7%A6 FAILED! expected: %u01E6<br>
+--> escape(String.fromCharCode(487)) = %C7%A7 FAILED! expected: %u01E7<br>
+--> escape(String.fromCharCode(488)) = %C7%A8 FAILED! expected: %u01E8<br>
+--> escape(String.fromCharCode(489)) = %C7%A9 FAILED! expected: %u01E9<br>
+--> escape(String.fromCharCode(490)) = %C7%AA FAILED! expected: %u01EA<br>
+--> escape(String.fromCharCode(491)) = %C7%AB FAILED! expected: %u01EB<br>
+--> escape(String.fromCharCode(492)) = %C7%AC FAILED! expected: %u01EC<br>
+--> escape(String.fromCharCode(493)) = %C7%AD FAILED! expected: %u01ED<br>
+--> escape(String.fromCharCode(494)) = %C7%AE FAILED! expected: %u01EE<br>
+--> escape(String.fromCharCode(495)) = %C7%AF FAILED! expected: %u01EF<br>
+--> escape(String.fromCharCode(496)) = %C7%B0 FAILED! expected: %u01F0<br>
+--> escape(String.fromCharCode(497)) = %C7%B1 FAILED! expected: %u01F1<br>
+--> escape(String.fromCharCode(498)) = %C7%B2 FAILED! expected: %u01F2<br>
+--> escape(String.fromCharCode(499)) = %C7%B3 FAILED! expected: %u01F3<br>
+--> escape(String.fromCharCode(500)) = %C7%B4 FAILED! expected: %u01F4<br>
+--> escape(String.fromCharCode(501)) = %C7%B5 FAILED! expected: %u01F5<br>
+--> escape(String.fromCharCode(502)) = %C7%B6 FAILED! expected: %u01F6<br>
+--> escape(String.fromCharCode(503)) = %C7%B7 FAILED! expected: %u01F7<br>
+--> escape(String.fromCharCode(504)) = %C7%B8 FAILED! expected: %u01F8<br>
+--> escape(String.fromCharCode(505)) = %C7%B9 FAILED! expected: %u01F9<br>
+--> escape(String.fromCharCode(506)) = %C7%BA FAILED! expected: %u01FA<br>
+--> escape(String.fromCharCode(507)) = %C7%BB FAILED! expected: %u01FB<br>
+--> escape(String.fromCharCode(508)) = %C7%BC FAILED! expected: %u01FC<br>
+--> escape(String.fromCharCode(509)) = %C7%BD FAILED! expected: %u01FD<br>
+--> escape(String.fromCharCode(510)) = %C7%BE FAILED! expected: %u01FE<br>
+--> escape(String.fromCharCode(511)) = %C7%BF FAILED! expected: %u01FF<br>
+--> escape(String.fromCharCode(512)) = %C8%80 FAILED! expected: %u0200<br>
+--> escape(String.fromCharCode(513)) = %C8%81 FAILED! expected: %u0201<br>
+--> escape(String.fromCharCode(514)) = %C8%82 FAILED! expected: %u0202<br>
+--> escape(String.fromCharCode(515)) = %C8%83 FAILED! expected: %u0203<br>
+--> escape(String.fromCharCode(516)) = %C8%84 FAILED! expected: %u0204<br>
+--> escape(String.fromCharCode(517)) = %C8%85 FAILED! expected: %u0205<br>
+--> escape(String.fromCharCode(518)) = %C8%86 FAILED! expected: %u0206<br>
+--> escape(String.fromCharCode(519)) = %C8%87 FAILED! expected: %u0207<br>
+--> escape(String.fromCharCode(520)) = %C8%88 FAILED! expected: %u0208<br>
+--> escape(String.fromCharCode(521)) = %C8%89 FAILED! expected: %u0209<br>
+--> escape(String.fromCharCode(522)) = %C8%8A FAILED! expected: %u020A<br>
+--> escape(String.fromCharCode(523)) = %C8%8B FAILED! expected: %u020B<br>
+--> escape(String.fromCharCode(524)) = %C8%8C FAILED! expected: %u020C<br>
+--> escape(String.fromCharCode(525)) = %C8%8D FAILED! expected: %u020D<br>
+--> escape(String.fromCharCode(526)) = %C8%8E FAILED! expected: %u020E<br>
+--> escape(String.fromCharCode(527)) = %C8%8F FAILED! expected: %u020F<br>
+--> escape(String.fromCharCode(528)) = %C8%90 FAILED! expected: %u0210<br>
+--> escape(String.fromCharCode(529)) = %C8%91 FAILED! expected: %u0211<br>
+--> escape(String.fromCharCode(530)) = %C8%92 FAILED! expected: %u0212<br>
+--> escape(String.fromCharCode(531)) = %C8%93 FAILED! expected: %u0213<br>
+--> escape(String.fromCharCode(532)) = %C8%94 FAILED! expected: %u0214<br>
+--> escape(String.fromCharCode(533)) = %C8%95 FAILED! expected: %u0215<br>
+--> escape(String.fromCharCode(534)) = %C8%96 FAILED! expected: %u0216<br>
+--> escape(String.fromCharCode(535)) = %C8%97 FAILED! expected: %u0217<br>
+--> escape(String.fromCharCode(536)) = %C8%98 FAILED! expected: %u0218<br>
+--> escape(String.fromCharCode(537)) = %C8%99 FAILED! expected: %u0219<br>
+--> escape(String.fromCharCode(538)) = %C8%9A FAILED! expected: %u021A<br>
+--> escape(String.fromCharCode(539)) = %C8%9B FAILED! expected: %u021B<br>
+--> escape(String.fromCharCode(540)) = %C8%9C FAILED! expected: %u021C<br>
+--> escape(String.fromCharCode(541)) = %C8%9D FAILED! expected: %u021D<br>
+--> escape(String.fromCharCode(542)) = %C8%9E FAILED! expected: %u021E<br>
+--> escape(String.fromCharCode(543)) = %C8%9F FAILED! expected: %u021F<br>
+--> escape(String.fromCharCode(544)) = %C8%A0 FAILED! expected: %u0220<br>
+--> escape(String.fromCharCode(545)) = %C8%A1 FAILED! expected: %u0221<br>
+--> escape(String.fromCharCode(546)) = %C8%A2 FAILED! expected: %u0222<br>
+--> escape(String.fromCharCode(547)) = %C8%A3 FAILED! expected: %u0223<br>
+--> escape(String.fromCharCode(548)) = %C8%A4 FAILED! expected: %u0224<br>
+--> escape(String.fromCharCode(549)) = %C8%A5 FAILED! expected: %u0225<br>
+--> escape(String.fromCharCode(550)) = %C8%A6 FAILED! expected: %u0226<br>
+--> escape(String.fromCharCode(551)) = %C8%A7 FAILED! expected: %u0227<br>
+--> escape(String.fromCharCode(552)) = %C8%A8 FAILED! expected: %u0228<br>
+--> escape(String.fromCharCode(553)) = %C8%A9 FAILED! expected: %u0229<br>
+--> escape(String.fromCharCode(554)) = %C8%AA FAILED! expected: %u022A<br>
+--> escape(String.fromCharCode(555)) = %C8%AB FAILED! expected: %u022B<br>
+--> escape(String.fromCharCode(556)) = %C8%AC FAILED! expected: %u022C<br>
+--> escape(String.fromCharCode(557)) = %C8%AD FAILED! expected: %u022D<br>
+--> escape(String.fromCharCode(558)) = %C8%AE FAILED! expected: %u022E<br>
+--> escape(String.fromCharCode(559)) = %C8%AF FAILED! expected: %u022F<br>
+--> escape(String.fromCharCode(560)) = %C8%B0 FAILED! expected: %u0230<br>
+--> escape(String.fromCharCode(561)) = %C8%B1 FAILED! expected: %u0231<br>
+--> escape(String.fromCharCode(562)) = %C8%B2 FAILED! expected: %u0232<br>
+--> escape(String.fromCharCode(563)) = %C8%B3 FAILED! expected: %u0233<br>
+--> escape(String.fromCharCode(564)) = %C8%B4 FAILED! expected: %u0234<br>
+--> escape(String.fromCharCode(565)) = %C8%B5 FAILED! expected: %u0235<br>
+--> escape(String.fromCharCode(566)) = %C8%B6 FAILED! expected: %u0236<br>
+--> escape(String.fromCharCode(567)) = %C8%B7 FAILED! expected: %u0237<br>
+--> escape(String.fromCharCode(568)) = %C8%B8 FAILED! expected: %u0238<br>
+--> escape(String.fromCharCode(569)) = %C8%B9 FAILED! expected: %u0239<br>
+--> escape(String.fromCharCode(570)) = %C8%BA FAILED! expected: %u023A<br>
+--> escape(String.fromCharCode(571)) = %C8%BB FAILED! expected: %u023B<br>
+--> escape(String.fromCharCode(572)) = %C8%BC FAILED! expected: %u023C<br>
+--> escape(String.fromCharCode(573)) = %C8%BD FAILED! expected: %u023D<br>
+--> escape(String.fromCharCode(574)) = %C8%BE FAILED! expected: %u023E<br>
+--> escape(String.fromCharCode(575)) = %C8%BF FAILED! expected: %u023F<br>
+--> escape(String.fromCharCode(576)) = %C9%80 FAILED! expected: %u0240<br>
+--> escape(String.fromCharCode(577)) = %C9%81 FAILED! expected: %u0241<br>
+--> escape(String.fromCharCode(578)) = %C9%82 FAILED! expected: %u0242<br>
+--> escape(String.fromCharCode(579)) = %C9%83 FAILED! expected: %u0243<br>
+--> escape(String.fromCharCode(580)) = %C9%84 FAILED! expected: %u0244<br>
+--> escape(String.fromCharCode(581)) = %C9%85 FAILED! expected: %u0245<br>
+--> escape(String.fromCharCode(582)) = %C9%86 FAILED! expected: %u0246<br>
+--> escape(String.fromCharCode(583)) = %C9%87 FAILED! expected: %u0247<br>
+--> escape(String.fromCharCode(584)) = %C9%88 FAILED! expected: %u0248<br>
+--> escape(String.fromCharCode(585)) = %C9%89 FAILED! expected: %u0249<br>
+--> escape(String.fromCharCode(586)) = %C9%8A FAILED! expected: %u024A<br>
+--> escape(String.fromCharCode(587)) = %C9%8B FAILED! expected: %u024B<br>
+--> escape(String.fromCharCode(588)) = %C9%8C FAILED! expected: %u024C<br>
+--> escape(String.fromCharCode(589)) = %C9%8D FAILED! expected: %u024D<br>
+--> escape(String.fromCharCode(590)) = %C9%8E FAILED! expected: %u024E<br>
+--> escape(String.fromCharCode(591)) = %C9%8F FAILED! expected: %u024F<br>
+--> escape(String.fromCharCode(592)) = %C9%90 FAILED! expected: %u0250<br>
+--> escape(String.fromCharCode(593)) = %C9%91 FAILED! expected: %u0251<br>
+--> escape(String.fromCharCode(594)) = %C9%92 FAILED! expected: %u0252<br>
+--> escape(String.fromCharCode(595)) = %C9%93 FAILED! expected: %u0253<br>
+--> escape(String.fromCharCode(596)) = %C9%94 FAILED! expected: %u0254<br>
+--> escape(String.fromCharCode(597)) = %C9%95 FAILED! expected: %u0255<br>
+--> escape(String.fromCharCode(598)) = %C9%96 FAILED! expected: %u0256<br>
+--> escape(String.fromCharCode(599)) = %C9%97 FAILED! expected: %u0257<br>
+--> escape(String.fromCharCode(600)) = %C9%98 FAILED! expected: %u0258<br>
+--> escape(String.fromCharCode(601)) = %C9%99 FAILED! expected: %u0259<br>
+--> escape(String.fromCharCode(602)) = %C9%9A FAILED! expected: %u025A<br>
+--> escape(String.fromCharCode(603)) = %C9%9B FAILED! expected: %u025B<br>
+--> escape(String.fromCharCode(604)) = %C9%9C FAILED! expected: %u025C<br>
+--> escape(String.fromCharCode(605)) = %C9%9D FAILED! expected: %u025D<br>
+--> escape(String.fromCharCode(606)) = %C9%9E FAILED! expected: %u025E<br>
+--> escape(String.fromCharCode(607)) = %C9%9F FAILED! expected: %u025F<br>
+--> escape(String.fromCharCode(608)) = %C9%A0 FAILED! expected: %u0260<br>
+--> escape(String.fromCharCode(609)) = %C9%A1 FAILED! expected: %u0261<br>
+--> escape(String.fromCharCode(610)) = %C9%A2 FAILED! expected: %u0262<br>
+--> escape(String.fromCharCode(611)) = %C9%A3 FAILED! expected: %u0263<br>
+--> escape(String.fromCharCode(612)) = %C9%A4 FAILED! expected: %u0264<br>
+--> escape(String.fromCharCode(613)) = %C9%A5 FAILED! expected: %u0265<br>
+--> escape(String.fromCharCode(614)) = %C9%A6 FAILED! expected: %u0266<br>
+--> escape(String.fromCharCode(615)) = %C9%A7 FAILED! expected: %u0267<br>
+--> escape(String.fromCharCode(616)) = %C9%A8 FAILED! expected: %u0268<br>
+--> escape(String.fromCharCode(617)) = %C9%A9 FAILED! expected: %u0269<br>
+--> escape(String.fromCharCode(618)) = %C9%AA FAILED! expected: %u026A<br>
+--> escape(String.fromCharCode(619)) = %C9%AB FAILED! expected: %u026B<br>
+--> escape(String.fromCharCode(620)) = %C9%AC FAILED! expected: %u026C<br>
+--> escape(String.fromCharCode(621)) = %C9%AD FAILED! expected: %u026D<br>
+--> escape(String.fromCharCode(622)) = %C9%AE FAILED! expected: %u026E<br>
+--> escape(String.fromCharCode(623)) = %C9%AF FAILED! expected: %u026F<br>
+--> escape(String.fromCharCode(624)) = %C9%B0 FAILED! expected: %u0270<br>
+--> escape(String.fromCharCode(625)) = %C9%B1 FAILED! expected: %u0271<br>
+--> escape(String.fromCharCode(626)) = %C9%B2 FAILED! expected: %u0272<br>
+--> escape(String.fromCharCode(627)) = %C9%B3 FAILED! expected: %u0273<br>
+--> escape(String.fromCharCode(628)) = %C9%B4 FAILED! expected: %u0274<br>
+--> escape(String.fromCharCode(629)) = %C9%B5 FAILED! expected: %u0275<br>
+--> escape(String.fromCharCode(630)) = %C9%B6 FAILED! expected: %u0276<br>
+--> escape(String.fromCharCode(631)) = %C9%B7 FAILED! expected: %u0277<br>
+--> escape(String.fromCharCode(632)) = %C9%B8 FAILED! expected: %u0278<br>
+--> escape(String.fromCharCode(633)) = %C9%B9 FAILED! expected: %u0279<br>
+--> escape(String.fromCharCode(634)) = %C9%BA FAILED! expected: %u027A<br>
+--> escape(String.fromCharCode(635)) = %C9%BB FAILED! expected: %u027B<br>
+--> escape(String.fromCharCode(636)) = %C9%BC FAILED! expected: %u027C<br>
+--> escape(String.fromCharCode(637)) = %C9%BD FAILED! expected: %u027D<br>
+--> escape(String.fromCharCode(638)) = %C9%BE FAILED! expected: %u027E<br>
+--> escape(String.fromCharCode(639)) = %C9%BF FAILED! expected: %u027F<br>
+--> escape(String.fromCharCode(640)) = %CA%80 FAILED! expected: %u0280<br>
+--> escape(String.fromCharCode(641)) = %CA%81 FAILED! expected: %u0281<br>
+--> escape(String.fromCharCode(642)) = %CA%82 FAILED! expected: %u0282<br>
+--> escape(String.fromCharCode(643)) = %CA%83 FAILED! expected: %u0283<br>
+--> escape(String.fromCharCode(644)) = %CA%84 FAILED! expected: %u0284<br>
+--> escape(String.fromCharCode(645)) = %CA%85 FAILED! expected: %u0285<br>
+--> escape(String.fromCharCode(646)) = %CA%86 FAILED! expected: %u0286<br>
+--> escape(String.fromCharCode(647)) = %CA%87 FAILED! expected: %u0287<br>
+--> escape(String.fromCharCode(648)) = %CA%88 FAILED! expected: %u0288<br>
+--> escape(String.fromCharCode(649)) = %CA%89 FAILED! expected: %u0289<br>
+--> escape(String.fromCharCode(650)) = %CA%8A FAILED! expected: %u028A<br>
+--> escape(String.fromCharCode(651)) = %CA%8B FAILED! expected: %u028B<br>
+--> escape(String.fromCharCode(652)) = %CA%8C FAILED! expected: %u028C<br>
+--> escape(String.fromCharCode(653)) = %CA%8D FAILED! expected: %u028D<br>
+--> escape(String.fromCharCode(654)) = %CA%8E FAILED! expected: %u028E<br>
+--> escape(String.fromCharCode(655)) = %CA%8F FAILED! expected: %u028F<br>
+--> escape(String.fromCharCode(656)) = %CA%90 FAILED! expected: %u0290<br>
+--> escape(String.fromCharCode(657)) = %CA%91 FAILED! expected: %u0291<br>
+--> escape(String.fromCharCode(658)) = %CA%92 FAILED! expected: %u0292<br>
+--> escape(String.fromCharCode(659)) = %CA%93 FAILED! expected: %u0293<br>
+--> escape(String.fromCharCode(660)) = %CA%94 FAILED! expected: %u0294<br>
+--> escape(String.fromCharCode(661)) = %CA%95 FAILED! expected: %u0295<br>
+--> escape(String.fromCharCode(662)) = %CA%96 FAILED! expected: %u0296<br>
+--> escape(String.fromCharCode(663)) = %CA%97 FAILED! expected: %u0297<br>
+--> escape(String.fromCharCode(664)) = %CA%98 FAILED! expected: %u0298<br>
+--> escape(String.fromCharCode(665)) = %CA%99 FAILED! expected: %u0299<br>
+--> escape(String.fromCharCode(666)) = %CA%9A FAILED! expected: %u029A<br>
+--> escape(String.fromCharCode(667)) = %CA%9B FAILED! expected: %u029B<br>
+--> escape(String.fromCharCode(668)) = %CA%9C FAILED! expected: %u029C<br>
+--> escape(String.fromCharCode(669)) = %CA%9D FAILED! expected: %u029D<br>
+--> escape(String.fromCharCode(670)) = %CA%9E FAILED! expected: %u029E<br>
+--> escape(String.fromCharCode(671)) = %CA%9F FAILED! expected: %u029F<br>
+--> escape(String.fromCharCode(672)) = %CA%A0 FAILED! expected: %u02A0<br>
+--> escape(String.fromCharCode(673)) = %CA%A1 FAILED! expected: %u02A1<br>
+--> escape(String.fromCharCode(674)) = %CA%A2 FAILED! expected: %u02A2<br>
+--> escape(String.fromCharCode(675)) = %CA%A3 FAILED! expected: %u02A3<br>
+--> escape(String.fromCharCode(676)) = %CA%A4 FAILED! expected: %u02A4<br>
+--> escape(String.fromCharCode(677)) = %CA%A5 FAILED! expected: %u02A5<br>
+--> escape(String.fromCharCode(678)) = %CA%A6 FAILED! expected: %u02A6<br>
+--> escape(String.fromCharCode(679)) = %CA%A7 FAILED! expected: %u02A7<br>
+--> escape(String.fromCharCode(680)) = %CA%A8 FAILED! expected: %u02A8<br>
+--> escape(String.fromCharCode(681)) = %CA%A9 FAILED! expected: %u02A9<br>
+--> escape(String.fromCharCode(682)) = %CA%AA FAILED! expected: %u02AA<br>
+--> escape(String.fromCharCode(683)) = %CA%AB FAILED! expected: %u02AB<br>
+--> escape(String.fromCharCode(684)) = %CA%AC FAILED! expected: %u02AC<br>
+--> escape(String.fromCharCode(685)) = %CA%AD FAILED! expected: %u02AD<br>
+--> escape(String.fromCharCode(686)) = %CA%AE FAILED! expected: %u02AE<br>
+--> escape(String.fromCharCode(687)) = %CA%AF FAILED! expected: %u02AF<br>
+--> escape(String.fromCharCode(688)) = %CA%B0 FAILED! expected: %u02B0<br>
+--> escape(String.fromCharCode(689)) = %CA%B1 FAILED! expected: %u02B1<br>
+--> escape(String.fromCharCode(690)) = %CA%B2 FAILED! expected: %u02B2<br>
+--> escape(String.fromCharCode(691)) = %CA%B3 FAILED! expected: %u02B3<br>
+--> escape(String.fromCharCode(692)) = %CA%B4 FAILED! expected: %u02B4<br>
+--> escape(String.fromCharCode(693)) = %CA%B5 FAILED! expected: %u02B5<br>
+--> escape(String.fromCharCode(694)) = %CA%B6 FAILED! expected: %u02B6<br>
+--> escape(String.fromCharCode(695)) = %CA%B7 FAILED! expected: %u02B7<br>
+--> escape(String.fromCharCode(696)) = %CA%B8 FAILED! expected: %u02B8<br>
+--> escape(String.fromCharCode(697)) = %CA%B9 FAILED! expected: %u02B9<br>
+--> escape(String.fromCharCode(698)) = %CA%BA FAILED! expected: %u02BA<br>
+--> escape(String.fromCharCode(699)) = %CA%BB FAILED! expected: %u02BB<br>
+--> escape(String.fromCharCode(700)) = %CA%BC FAILED! expected: %u02BC<br>
+--> escape(String.fromCharCode(701)) = %CA%BD FAILED! expected: %u02BD<br>
+--> escape(String.fromCharCode(702)) = %CA%BE FAILED! expected: %u02BE<br>
+--> escape(String.fromCharCode(703)) = %CA%BF FAILED! expected: %u02BF<br>
+--> escape(String.fromCharCode(704)) = %CB%80 FAILED! expected: %u02C0<br>
+--> escape(String.fromCharCode(705)) = %CB%81 FAILED! expected: %u02C1<br>
+--> escape(String.fromCharCode(706)) = %CB%82 FAILED! expected: %u02C2<br>
+--> escape(String.fromCharCode(707)) = %CB%83 FAILED! expected: %u02C3<br>
+--> escape(String.fromCharCode(708)) = %CB%84 FAILED! expected: %u02C4<br>
+--> escape(String.fromCharCode(709)) = %CB%85 FAILED! expected: %u02C5<br>
+--> escape(String.fromCharCode(710)) = %CB%86 FAILED! expected: %u02C6<br>
+--> escape(String.fromCharCode(711)) = %CB%87 FAILED! expected: %u02C7<br>
+--> escape(String.fromCharCode(712)) = %CB%88 FAILED! expected: %u02C8<br>
+--> escape(String.fromCharCode(713)) = %CB%89 FAILED! expected: %u02C9<br>
+--> escape(String.fromCharCode(714)) = %CB%8A FAILED! expected: %u02CA<br>
+--> escape(String.fromCharCode(715)) = %CB%8B FAILED! expected: %u02CB<br>
+--> escape(String.fromCharCode(716)) = %CB%8C FAILED! expected: %u02CC<br>
+--> escape(String.fromCharCode(717)) = %CB%8D FAILED! expected: %u02CD<br>
+--> escape(String.fromCharCode(718)) = %CB%8E FAILED! expected: %u02CE<br>
+--> escape(String.fromCharCode(719)) = %CB%8F FAILED! expected: %u02CF<br>
+--> escape(String.fromCharCode(720)) = %CB%90 FAILED! expected: %u02D0<br>
+--> escape(String.fromCharCode(721)) = %CB%91 FAILED! expected: %u02D1<br>
+--> escape(String.fromCharCode(722)) = %CB%92 FAILED! expected: %u02D2<br>
+--> escape(String.fromCharCode(723)) = %CB%93 FAILED! expected: %u02D3<br>
+--> escape(String.fromCharCode(724)) = %CB%94 FAILED! expected: %u02D4<br>
+--> escape(String.fromCharCode(725)) = %CB%95 FAILED! expected: %u02D5<br>
+--> escape(String.fromCharCode(726)) = %CB%96 FAILED! expected: %u02D6<br>
+--> escape(String.fromCharCode(727)) = %CB%97 FAILED! expected: %u02D7<br>
+--> escape(String.fromCharCode(728)) = %CB%98 FAILED! expected: %u02D8<br>
+--> escape(String.fromCharCode(729)) = %CB%99 FAILED! expected: %u02D9<br>
+--> escape(String.fromCharCode(730)) = %CB%9A FAILED! expected: %u02DA<br>
+--> escape(String.fromCharCode(731)) = %CB%9B FAILED! expected: %u02DB<br>
+--> escape(String.fromCharCode(732)) = %CB%9C FAILED! expected: %u02DC<br>
+--> escape(String.fromCharCode(733)) = %CB%9D FAILED! expected: %u02DD<br>
+--> escape(String.fromCharCode(734)) = %CB%9E FAILED! expected: %u02DE<br>
+--> escape(String.fromCharCode(735)) = %CB%9F FAILED! expected: %u02DF<br>
+--> escape(String.fromCharCode(736)) = %CB%A0 FAILED! expected: %u02E0<br>
+--> escape(String.fromCharCode(737)) = %CB%A1 FAILED! expected: %u02E1<br>
+--> escape(String.fromCharCode(738)) = %CB%A2 FAILED! expected: %u02E2<br>
+--> escape(String.fromCharCode(739)) = %CB%A3 FAILED! expected: %u02E3<br>
+--> escape(String.fromCharCode(740)) = %CB%A4 FAILED! expected: %u02E4<br>
+--> escape(String.fromCharCode(741)) = %CB%A5 FAILED! expected: %u02E5<br>
+--> escape(String.fromCharCode(742)) = %CB%A6 FAILED! expected: %u02E6<br>
+--> escape(String.fromCharCode(743)) = %CB%A7 FAILED! expected: %u02E7<br>
+--> escape(String.fromCharCode(744)) = %CB%A8 FAILED! expected: %u02E8<br>
+--> escape(String.fromCharCode(745)) = %CB%A9 FAILED! expected: %u02E9<br>
+--> escape(String.fromCharCode(746)) = %CB%AA FAILED! expected: %u02EA<br>
+--> escape(String.fromCharCode(747)) = %CB%AB FAILED! expected: %u02EB<br>
+--> escape(String.fromCharCode(748)) = %CB%AC FAILED! expected: %u02EC<br>
+--> escape(String.fromCharCode(749)) = %CB%AD FAILED! expected: %u02ED<br>
+--> escape(String.fromCharCode(750)) = %CB%AE FAILED! expected: %u02EE<br>
+--> escape(String.fromCharCode(751)) = %CB%AF FAILED! expected: %u02EF<br>
+--> escape(String.fromCharCode(752)) = %CB%B0 FAILED! expected: %u02F0<br>
+--> escape(String.fromCharCode(753)) = %CB%B1 FAILED! expected: %u02F1<br>
+--> escape(String.fromCharCode(754)) = %CB%B2 FAILED! expected: %u02F2<br>
+--> escape(String.fromCharCode(755)) = %CB%B3 FAILED! expected: %u02F3<br>
+--> escape(String.fromCharCode(756)) = %CB%B4 FAILED! expected: %u02F4<br>
+--> escape(String.fromCharCode(757)) = %CB%B5 FAILED! expected: %u02F5<br>
+--> escape(String.fromCharCode(758)) = %CB%B6 FAILED! expected: %u02F6<br>
+--> escape(String.fromCharCode(759)) = %CB%B7 FAILED! expected: %u02F7<br>
+--> escape(String.fromCharCode(760)) = %CB%B8 FAILED! expected: %u02F8<br>
+--> escape(String.fromCharCode(761)) = %CB%B9 FAILED! expected: %u02F9<br>
+--> escape(String.fromCharCode(762)) = %CB%BA FAILED! expected: %u02FA<br>
+--> escape(String.fromCharCode(763)) = %CB%BB FAILED! expected: %u02FB<br>
+--> escape(String.fromCharCode(764)) = %CB%BC FAILED! expected: %u02FC<br>
+--> escape(String.fromCharCode(765)) = %CB%BD FAILED! expected: %u02FD<br>
+--> escape(String.fromCharCode(766)) = %CB%BE FAILED! expected: %u02FE<br>
+--> escape(String.fromCharCode(767)) = %CB%BF FAILED! expected: %u02FF<br>
+--> escape(String.fromCharCode(768)) = %CC%80 FAILED! expected: %u0300<br>
+--> escape(String.fromCharCode(769)) = %CC%81 FAILED! expected: %u0301<br>
+--> escape(String.fromCharCode(770)) = %CC%82 FAILED! expected: %u0302<br>
+--> escape(String.fromCharCode(771)) = %CC%83 FAILED! expected: %u0303<br>
+--> escape(String.fromCharCode(772)) = %CC%84 FAILED! expected: %u0304<br>
+--> escape(String.fromCharCode(773)) = %CC%85 FAILED! expected: %u0305<br>
+--> escape(String.fromCharCode(774)) = %CC%86 FAILED! expected: %u0306<br>
+--> escape(String.fromCharCode(775)) = %CC%87 FAILED! expected: %u0307<br>
+--> escape(String.fromCharCode(776)) = %CC%88 FAILED! expected: %u0308<br>
+--> escape(String.fromCharCode(777)) = %CC%89 FAILED! expected: %u0309<br>
+--> escape(String.fromCharCode(778)) = %CC%8A FAILED! expected: %u030A<br>
+--> escape(String.fromCharCode(779)) = %CC%8B FAILED! expected: %u030B<br>
+--> escape(String.fromCharCode(780)) = %CC%8C FAILED! expected: %u030C<br>
+--> escape(String.fromCharCode(781)) = %CC%8D FAILED! expected: %u030D<br>
+--> escape(String.fromCharCode(782)) = %CC%8E FAILED! expected: %u030E<br>
+--> escape(String.fromCharCode(783)) = %CC%8F FAILED! expected: %u030F<br>
+--> escape(String.fromCharCode(784)) = %CC%90 FAILED! expected: %u0310<br>
+--> escape(String.fromCharCode(785)) = %CC%91 FAILED! expected: %u0311<br>
+--> escape(String.fromCharCode(786)) = %CC%92 FAILED! expected: %u0312<br>
+--> escape(String.fromCharCode(787)) = %CC%93 FAILED! expected: %u0313<br>
+--> escape(String.fromCharCode(788)) = %CC%94 FAILED! expected: %u0314<br>
+--> escape(String.fromCharCode(789)) = %CC%95 FAILED! expected: %u0315<br>
+--> escape(String.fromCharCode(790)) = %CC%96 FAILED! expected: %u0316<br>
+--> escape(String.fromCharCode(791)) = %CC%97 FAILED! expected: %u0317<br>
+--> escape(String.fromCharCode(792)) = %CC%98 FAILED! expected: %u0318<br>
+--> escape(String.fromCharCode(793)) = %CC%99 FAILED! expected: %u0319<br>
+--> escape(String.fromCharCode(794)) = %CC%9A FAILED! expected: %u031A<br>
+--> escape(String.fromCharCode(795)) = %CC%9B FAILED! expected: %u031B<br>
+--> escape(String.fromCharCode(796)) = %CC%9C FAILED! expected: %u031C<br>
+--> escape(String.fromCharCode(797)) = %CC%9D FAILED! expected: %u031D<br>
+--> escape(String.fromCharCode(798)) = %CC%9E FAILED! expected: %u031E<br>
+--> escape(String.fromCharCode(799)) = %CC%9F FAILED! expected: %u031F<br>
+--> escape(String.fromCharCode(800)) = %CC%A0 FAILED! expected: %u0320<br>
+--> escape(String.fromCharCode(801)) = %CC%A1 FAILED! expected: %u0321<br>
+--> escape(String.fromCharCode(802)) = %CC%A2 FAILED! expected: %u0322<br>
+--> escape(String.fromCharCode(803)) = %CC%A3 FAILED! expected: %u0323<br>
+--> escape(String.fromCharCode(804)) = %CC%A4 FAILED! expected: %u0324<br>
+--> escape(String.fromCharCode(805)) = %CC%A5 FAILED! expected: %u0325<br>
+--> escape(String.fromCharCode(806)) = %CC%A6 FAILED! expected: %u0326<br>
+--> escape(String.fromCharCode(807)) = %CC%A7 FAILED! expected: %u0327<br>
+--> escape(String.fromCharCode(808)) = %CC%A8 FAILED! expected: %u0328<br>
+--> escape(String.fromCharCode(809)) = %CC%A9 FAILED! expected: %u0329<br>
+--> escape(String.fromCharCode(810)) = %CC%AA FAILED! expected: %u032A<br>
+--> escape(String.fromCharCode(811)) = %CC%AB FAILED! expected: %u032B<br>
+--> escape(String.fromCharCode(812)) = %CC%AC FAILED! expected: %u032C<br>
+--> escape(String.fromCharCode(813)) = %CC%AD FAILED! expected: %u032D<br>
+--> escape(String.fromCharCode(814)) = %CC%AE FAILED! expected: %u032E<br>
+--> escape(String.fromCharCode(815)) = %CC%AF FAILED! expected: %u032F<br>
+--> escape(String.fromCharCode(816)) = %CC%B0 FAILED! expected: %u0330<br>
+--> escape(String.fromCharCode(817)) = %CC%B1 FAILED! expected: %u0331<br>
+--> escape(String.fromCharCode(818)) = %CC%B2 FAILED! expected: %u0332<br>
+--> escape(String.fromCharCode(819)) = %CC%B3 FAILED! expected: %u0333<br>
+--> escape(String.fromCharCode(820)) = %CC%B4 FAILED! expected: %u0334<br>
+--> escape(String.fromCharCode(821)) = %CC%B5 FAILED! expected: %u0335<br>
+--> escape(String.fromCharCode(822)) = %CC%B6 FAILED! expected: %u0336<br>
+--> escape(String.fromCharCode(823)) = %CC%B7 FAILED! expected: %u0337<br>
+--> escape(String.fromCharCode(824)) = %CC%B8 FAILED! expected: %u0338<br>
+--> escape(String.fromCharCode(825)) = %CC%B9 FAILED! expected: %u0339<br>
+--> escape(String.fromCharCode(826)) = %CC%BA FAILED! expected: %u033A<br>
+--> escape(String.fromCharCode(827)) = %CC%BB FAILED! expected: %u033B<br>
+--> escape(String.fromCharCode(828)) = %CC%BC FAILED! expected: %u033C<br>
+--> escape(String.fromCharCode(829)) = %CC%BD FAILED! expected: %u033D<br>
+--> escape(String.fromCharCode(830)) = %CC%BE FAILED! expected: %u033E<br>
+--> escape(String.fromCharCode(831)) = %CC%BF FAILED! expected: %u033F<br>
+--> escape(String.fromCharCode(832)) = %CD%80 FAILED! expected: %u0340<br>
+--> escape(String.fromCharCode(833)) = %CD%81 FAILED! expected: %u0341<br>
+--> escape(String.fromCharCode(834)) = %CD%82 FAILED! expected: %u0342<br>
+--> escape(String.fromCharCode(835)) = %CD%83 FAILED! expected: %u0343<br>
+--> escape(String.fromCharCode(836)) = %CD%84 FAILED! expected: %u0344<br>
+--> escape(String.fromCharCode(837)) = %CD%85 FAILED! expected: %u0345<br>
+--> escape(String.fromCharCode(838)) = %CD%86 FAILED! expected: %u0346<br>
+--> escape(String.fromCharCode(839)) = %CD%87 FAILED! expected: %u0347<br>
+--> escape(String.fromCharCode(840)) = %CD%88 FAILED! expected: %u0348<br>
+--> escape(String.fromCharCode(841)) = %CD%89 FAILED! expected: %u0349<br>
+--> escape(String.fromCharCode(842)) = %CD%8A FAILED! expected: %u034A<br>
+--> escape(String.fromCharCode(843)) = %CD%8B FAILED! expected: %u034B<br>
+--> escape(String.fromCharCode(844)) = %CD%8C FAILED! expected: %u034C<br>
+--> escape(String.fromCharCode(845)) = %CD%8D FAILED! expected: %u034D<br>
+--> escape(String.fromCharCode(846)) = %CD%8E FAILED! expected: %u034E<br>
+--> escape(String.fromCharCode(847)) = %CD%8F FAILED! expected: %u034F<br>
+--> escape(String.fromCharCode(848)) = %CD%90 FAILED! expected: %u0350<br>
+--> escape(String.fromCharCode(849)) = %CD%91 FAILED! expected: %u0351<br>
+--> escape(String.fromCharCode(850)) = %CD%92 FAILED! expected: %u0352<br>
+--> escape(String.fromCharCode(851)) = %CD%93 FAILED! expected: %u0353<br>
+--> escape(String.fromCharCode(852)) = %CD%94 FAILED! expected: %u0354<br>
+--> escape(String.fromCharCode(853)) = %CD%95 FAILED! expected: %u0355<br>
+--> escape(String.fromCharCode(854)) = %CD%96 FAILED! expected: %u0356<br>
+--> escape(String.fromCharCode(855)) = %CD%97 FAILED! expected: %u0357<br>
+--> escape(String.fromCharCode(856)) = %CD%98 FAILED! expected: %u0358<br>
+--> escape(String.fromCharCode(857)) = %CD%99 FAILED! expected: %u0359<br>
+--> escape(String.fromCharCode(858)) = %CD%9A FAILED! expected: %u035A<br>
+--> escape(String.fromCharCode(859)) = %CD%9B FAILED! expected: %u035B<br>
+--> escape(String.fromCharCode(860)) = %CD%9C FAILED! expected: %u035C<br>
+--> escape(String.fromCharCode(861)) = %CD%9D FAILED! expected: %u035D<br>
+--> escape(String.fromCharCode(862)) = %CD%9E FAILED! expected: %u035E<br>
+--> escape(String.fromCharCode(863)) = %CD%9F FAILED! expected: %u035F<br>
+--> escape(String.fromCharCode(864)) = %CD%A0 FAILED! expected: %u0360<br>
+--> escape(String.fromCharCode(865)) = %CD%A1 FAILED! expected: %u0361<br>
+--> escape(String.fromCharCode(866)) = %CD%A2 FAILED! expected: %u0362<br>
+--> escape(String.fromCharCode(867)) = %CD%A3 FAILED! expected: %u0363<br>
+--> escape(String.fromCharCode(868)) = %CD%A4 FAILED! expected: %u0364<br>
+--> escape(String.fromCharCode(869)) = %CD%A5 FAILED! expected: %u0365<br>
+--> escape(String.fromCharCode(870)) = %CD%A6 FAILED! expected: %u0366<br>
+--> escape(String.fromCharCode(871)) = %CD%A7 FAILED! expected: %u0367<br>
+--> escape(String.fromCharCode(872)) = %CD%A8 FAILED! expected: %u0368<br>
+--> escape(String.fromCharCode(873)) = %CD%A9 FAILED! expected: %u0369<br>
+--> escape(String.fromCharCode(874)) = %CD%AA FAILED! expected: %u036A<br>
+--> escape(String.fromCharCode(875)) = %CD%AB FAILED! expected: %u036B<br>
+--> escape(String.fromCharCode(876)) = %CD%AC FAILED! expected: %u036C<br>
+--> escape(String.fromCharCode(877)) = %CD%AD FAILED! expected: %u036D<br>
+--> escape(String.fromCharCode(878)) = %CD%AE FAILED! expected: %u036E<br>
+--> escape(String.fromCharCode(879)) = %CD%AF FAILED! expected: %u036F<br>
+--> escape(String.fromCharCode(880)) = %CD%B0 FAILED! expected: %u0370<br>
+--> escape(String.fromCharCode(881)) = %CD%B1 FAILED! expected: %u0371<br>
+--> escape(String.fromCharCode(882)) = %CD%B2 FAILED! expected: %u0372<br>
+--> escape(String.fromCharCode(883)) = %CD%B3 FAILED! expected: %u0373<br>
+--> escape(String.fromCharCode(884)) = %CD%B4 FAILED! expected: %u0374<br>
+--> escape(String.fromCharCode(885)) = %CD%B5 FAILED! expected: %u0375<br>
+--> escape(String.fromCharCode(886)) = %CD%B6 FAILED! expected: %u0376<br>
+--> escape(String.fromCharCode(887)) = %CD%B7 FAILED! expected: %u0377<br>
+--> escape(String.fromCharCode(888)) = %CD%B8 FAILED! expected: %u0378<br>
+--> escape(String.fromCharCode(889)) = %CD%B9 FAILED! expected: %u0379<br>
+--> escape(String.fromCharCode(890)) = %CD%BA FAILED! expected: %u037A<br>
+--> escape(String.fromCharCode(891)) = %CD%BB FAILED! expected: %u037B<br>
+--> escape(String.fromCharCode(892)) = %CD%BC FAILED! expected: %u037C<br>
+--> escape(String.fromCharCode(893)) = %CD%BD FAILED! expected: %u037D<br>
+--> escape(String.fromCharCode(894)) = %CD%BE FAILED! expected: %u037E<br>
+--> escape(String.fromCharCode(895)) = %CD%BF FAILED! expected: %u037F<br>
+--> escape(String.fromCharCode(896)) = %CE%80 FAILED! expected: %u0380<br>
+--> escape(String.fromCharCode(897)) = %CE%81 FAILED! expected: %u0381<br>
+--> escape(String.fromCharCode(898)) = %CE%82 FAILED! expected: %u0382<br>
+--> escape(String.fromCharCode(899)) = %CE%83 FAILED! expected: %u0383<br>
+--> escape(String.fromCharCode(900)) = %CE%84 FAILED! expected: %u0384<br>
+--> escape(String.fromCharCode(901)) = %CE%85 FAILED! expected: %u0385<br>
+--> escape(String.fromCharCode(902)) = %CE%86 FAILED! expected: %u0386<br>
+--> escape(String.fromCharCode(903)) = %CE%87 FAILED! expected: %u0387<br>
+--> escape(String.fromCharCode(904)) = %CE%88 FAILED! expected: %u0388<br>
+--> escape(String.fromCharCode(905)) = %CE%89 FAILED! expected: %u0389<br>
+--> escape(String.fromCharCode(906)) = %CE%8A FAILED! expected: %u038A<br>
+--> escape(String.fromCharCode(907)) = %CE%8B FAILED! expected: %u038B<br>
+--> escape(String.fromCharCode(908)) = %CE%8C FAILED! expected: %u038C<br>
+--> escape(String.fromCharCode(909)) = %CE%8D FAILED! expected: %u038D<br>
+--> escape(String.fromCharCode(910)) = %CE%8E FAILED! expected: %u038E<br>
+--> escape(String.fromCharCode(911)) = %CE%8F FAILED! expected: %u038F<br>
+--> escape(String.fromCharCode(912)) = %CE%90 FAILED! expected: %u0390<br>
+--> escape(String.fromCharCode(913)) = %CE%91 FAILED! expected: %u0391<br>
+--> escape(String.fromCharCode(914)) = %CE%92 FAILED! expected: %u0392<br>
+--> escape(String.fromCharCode(915)) = %CE%93 FAILED! expected: %u0393<br>
+--> escape(String.fromCharCode(916)) = %CE%94 FAILED! expected: %u0394<br>
+--> escape(String.fromCharCode(917)) = %CE%95 FAILED! expected: %u0395<br>
+--> escape(String.fromCharCode(918)) = %CE%96 FAILED! expected: %u0396<br>
+--> escape(String.fromCharCode(919)) = %CE%97 FAILED! expected: %u0397<br>
+--> escape(String.fromCharCode(920)) = %CE%98 FAILED! expected: %u0398<br>
+--> escape(String.fromCharCode(921)) = %CE%99 FAILED! expected: %u0399<br>
+--> escape(String.fromCharCode(922)) = %CE%9A FAILED! expected: %u039A<br>
+--> escape(String.fromCharCode(923)) = %CE%9B FAILED! expected: %u039B<br>
+--> escape(String.fromCharCode(924)) = %CE%9C FAILED! expected: %u039C<br>
+--> escape(String.fromCharCode(925)) = %CE%9D FAILED! expected: %u039D<br>
+--> escape(String.fromCharCode(926)) = %CE%9E FAILED! expected: %u039E<br>
+--> escape(String.fromCharCode(927)) = %CE%9F FAILED! expected: %u039F<br>
+--> escape(String.fromCharCode(928)) = %CE%A0 FAILED! expected: %u03A0<br>
+--> escape(String.fromCharCode(929)) = %CE%A1 FAILED! expected: %u03A1<br>
+--> escape(String.fromCharCode(930)) = %CE%A2 FAILED! expected: %u03A2<br>
+--> escape(String.fromCharCode(931)) = %CE%A3 FAILED! expected: %u03A3<br>
+--> escape(String.fromCharCode(932)) = %CE%A4 FAILED! expected: %u03A4<br>
+--> escape(String.fromCharCode(933)) = %CE%A5 FAILED! expected: %u03A5<br>
+--> escape(String.fromCharCode(934)) = %CE%A6 FAILED! expected: %u03A6<br>
+--> escape(String.fromCharCode(935)) = %CE%A7 FAILED! expected: %u03A7<br>
+--> escape(String.fromCharCode(936)) = %CE%A8 FAILED! expected: %u03A8<br>
+--> escape(String.fromCharCode(937)) = %CE%A9 FAILED! expected: %u03A9<br>
+--> escape(String.fromCharCode(938)) = %CE%AA FAILED! expected: %u03AA<br>
+--> escape(String.fromCharCode(939)) = %CE%AB FAILED! expected: %u03AB<br>
+--> escape(String.fromCharCode(940)) = %CE%AC FAILED! expected: %u03AC<br>
+--> escape(String.fromCharCode(941)) = %CE%AD FAILED! expected: %u03AD<br>
+--> escape(String.fromCharCode(942)) = %CE%AE FAILED! expected: %u03AE<br>
+--> escape(String.fromCharCode(943)) = %CE%AF FAILED! expected: %u03AF<br>
+--> escape(String.fromCharCode(944)) = %CE%B0 FAILED! expected: %u03B0<br>
+--> escape(String.fromCharCode(945)) = %CE%B1 FAILED! expected: %u03B1<br>
+--> escape(String.fromCharCode(946)) = %CE%B2 FAILED! expected: %u03B2<br>
+--> escape(String.fromCharCode(947)) = %CE%B3 FAILED! expected: %u03B3<br>
+--> escape(String.fromCharCode(948)) = %CE%B4 FAILED! expected: %u03B4<br>
+--> escape(String.fromCharCode(949)) = %CE%B5 FAILED! expected: %u03B5<br>
+--> escape(String.fromCharCode(950)) = %CE%B6 FAILED! expected: %u03B6<br>
+--> escape(String.fromCharCode(951)) = %CE%B7 FAILED! expected: %u03B7<br>
+--> escape(String.fromCharCode(952)) = %CE%B8 FAILED! expected: %u03B8<br>
+--> escape(String.fromCharCode(953)) = %CE%B9 FAILED! expected: %u03B9<br>
+--> escape(String.fromCharCode(954)) = %CE%BA FAILED! expected: %u03BA<br>
+--> escape(String.fromCharCode(955)) = %CE%BB FAILED! expected: %u03BB<br>
+--> escape(String.fromCharCode(956)) = %CE%BC FAILED! expected: %u03BC<br>
+--> escape(String.fromCharCode(957)) = %CE%BD FAILED! expected: %u03BD<br>
+--> escape(String.fromCharCode(958)) = %CE%BE FAILED! expected: %u03BE<br>
+--> escape(String.fromCharCode(959)) = %CE%BF FAILED! expected: %u03BF<br>
+--> escape(String.fromCharCode(960)) = %CF%80 FAILED! expected: %u03C0<br>
+--> escape(String.fromCharCode(961)) = %CF%81 FAILED! expected: %u03C1<br>
+--> escape(String.fromCharCode(962)) = %CF%82 FAILED! expected: %u03C2<br>
+--> escape(String.fromCharCode(963)) = %CF%83 FAILED! expected: %u03C3<br>
+--> escape(String.fromCharCode(964)) = %CF%84 FAILED! expected: %u03C4<br>
+--> escape(String.fromCharCode(965)) = %CF%85 FAILED! expected: %u03C5<br>
+--> escape(String.fromCharCode(966)) = %CF%86 FAILED! expected: %u03C6<br>
+--> escape(String.fromCharCode(967)) = %CF%87 FAILED! expected: %u03C7<br>
+--> escape(String.fromCharCode(968)) = %CF%88 FAILED! expected: %u03C8<br>
+--> escape(String.fromCharCode(969)) = %CF%89 FAILED! expected: %u03C9<br>
+--> escape(String.fromCharCode(970)) = %CF%8A FAILED! expected: %u03CA<br>
+--> escape(String.fromCharCode(971)) = %CF%8B FAILED! expected: %u03CB<br>
+--> escape(String.fromCharCode(972)) = %CF%8C FAILED! expected: %u03CC<br>
+--> escape(String.fromCharCode(973)) = %CF%8D FAILED! expected: %u03CD<br>
+--> escape(String.fromCharCode(974)) = %CF%8E FAILED! expected: %u03CE<br>
+--> escape(String.fromCharCode(975)) = %CF%8F FAILED! expected: %u03CF<br>
+--> escape(String.fromCharCode(976)) = %CF%90 FAILED! expected: %u03D0<br>
+--> escape(String.fromCharCode(977)) = %CF%91 FAILED! expected: %u03D1<br>
+--> escape(String.fromCharCode(978)) = %CF%92 FAILED! expected: %u03D2<br>
+--> escape(String.fromCharCode(979)) = %CF%93 FAILED! expected: %u03D3<br>
+--> escape(String.fromCharCode(980)) = %CF%94 FAILED! expected: %u03D4<br>
+--> escape(String.fromCharCode(981)) = %CF%95 FAILED! expected: %u03D5<br>
+--> escape(String.fromCharCode(982)) = %CF%96 FAILED! expected: %u03D6<br>
+--> escape(String.fromCharCode(983)) = %CF%97 FAILED! expected: %u03D7<br>
+--> escape(String.fromCharCode(984)) = %CF%98 FAILED! expected: %u03D8<br>
+--> escape(String.fromCharCode(985)) = %CF%99 FAILED! expected: %u03D9<br>
+--> escape(String.fromCharCode(986)) = %CF%9A FAILED! expected: %u03DA<br>
+--> escape(String.fromCharCode(987)) = %CF%9B FAILED! expected: %u03DB<br>
+--> escape(String.fromCharCode(988)) = %CF%9C FAILED! expected: %u03DC<br>
+--> escape(String.fromCharCode(989)) = %CF%9D FAILED! expected: %u03DD<br>
+--> escape(String.fromCharCode(990)) = %CF%9E FAILED! expected: %u03DE<br>
+--> escape(String.fromCharCode(991)) = %CF%9F FAILED! expected: %u03DF<br>
+--> escape(String.fromCharCode(992)) = %CF%A0 FAILED! expected: %u03E0<br>
+--> escape(String.fromCharCode(993)) = %CF%A1 FAILED! expected: %u03E1<br>
+--> escape(String.fromCharCode(994)) = %CF%A2 FAILED! expected: %u03E2<br>
+--> escape(String.fromCharCode(995)) = %CF%A3 FAILED! expected: %u03E3<br>
+--> escape(String.fromCharCode(996)) = %CF%A4 FAILED! expected: %u03E4<br>
+--> escape(String.fromCharCode(997)) = %CF%A5 FAILED! expected: %u03E5<br>
+--> escape(String.fromCharCode(998)) = %CF%A6 FAILED! expected: %u03E6<br>
+--> escape(String.fromCharCode(999)) = %CF%A7 FAILED! expected: %u03E7<br>
+--> escape(String.fromCharCode(1000)) = %CF%A8 FAILED! expected: %u03E8<br>
+--> escape(String.fromCharCode(1001)) = %CF%A9 FAILED! expected: %u03E9<br>
+--> escape(String.fromCharCode(1002)) = %CF%AA FAILED! expected: %u03EA<br>
+--> escape(String.fromCharCode(1003)) = %CF%AB FAILED! expected: %u03EB<br>
+--> escape(String.fromCharCode(1004)) = %CF%AC FAILED! expected: %u03EC<br>
+--> escape(String.fromCharCode(1005)) = %CF%AD FAILED! expected: %u03ED<br>
+--> escape(String.fromCharCode(1006)) = %CF%AE FAILED! expected: %u03EE<br>
+--> escape(String.fromCharCode(1007)) = %CF%AF FAILED! expected: %u03EF<br>
+--> escape(String.fromCharCode(1008)) = %CF%B0 FAILED! expected: %u03F0<br>
+--> escape(String.fromCharCode(1009)) = %CF%B1 FAILED! expected: %u03F1<br>
+--> escape(String.fromCharCode(1010)) = %CF%B2 FAILED! expected: %u03F2<br>
+--> escape(String.fromCharCode(1011)) = %CF%B3 FAILED! expected: %u03F3<br>
+--> escape(String.fromCharCode(1012)) = %CF%B4 FAILED! expected: %u03F4<br>
+--> escape(String.fromCharCode(1013)) = %CF%B5 FAILED! expected: %u03F5<br>
+--> escape(String.fromCharCode(1014)) = %CF%B6 FAILED! expected: %u03F6<br>
+--> escape(String.fromCharCode(1015)) = %CF%B7 FAILED! expected: %u03F7<br>
+--> escape(String.fromCharCode(1016)) = %CF%B8 FAILED! expected: %u03F8<br>
+--> escape(String.fromCharCode(1017)) = %CF%B9 FAILED! expected: %u03F9<br>
+--> escape(String.fromCharCode(1018)) = %CF%BA FAILED! expected: %u03FA<br>
+--> escape(String.fromCharCode(1019)) = %CF%BB FAILED! expected: %u03FB<br>
+--> escape(String.fromCharCode(1020)) = %CF%BC FAILED! expected: %u03FC<br>
+--> escape(String.fromCharCode(1021)) = %CF%BD FAILED! expected: %u03FD<br>
+--> escape(String.fromCharCode(1022)) = %CF%BE FAILED! expected: %u03FE<br>
+--> escape(String.fromCharCode(1023)) = %CF%BF FAILED! expected: %u03FF<br>
+--> escape(String.fromCharCode(65500)) = %EF%BF%9C FAILED! expected: %uFFDC<br>
+--> escape(String.fromCharCode(65501)) = %EF%BF%9D FAILED! expected: %uFFDD<br>
+--> escape(String.fromCharCode(65502)) = %EF%BF%9E FAILED! expected: %uFFDE<br>
+--> escape(String.fromCharCode(65503)) = %EF%BF%9F FAILED! expected: %uFFDF<br>
+--> escape(String.fromCharCode(65504)) = %EF%BF%A0 FAILED! expected: %uFFE0<br>
+--> escape(String.fromCharCode(65505)) = %EF%BF%A1 FAILED! expected: %uFFE1<br>
+--> escape(String.fromCharCode(65506)) = %EF%BF%A2 FAILED! expected: %uFFE2<br>
+--> escape(String.fromCharCode(65507)) = %EF%BF%A3 FAILED! expected: %uFFE3<br>
+--> escape(String.fromCharCode(65508)) = %EF%BF%A4 FAILED! expected: %uFFE4<br>
+--> escape(String.fromCharCode(65509)) = %EF%BF%A5 FAILED! expected: %uFFE5<br>
+--> escape(String.fromCharCode(65510)) = %EF%BF%A6 FAILED! expected: %uFFE6<br>
+--> escape(String.fromCharCode(65511)) = %EF%BF%A7 FAILED! expected: %uFFE7<br>
+--> escape(String.fromCharCode(65512)) = %EF%BF%A8 FAILED! expected: %uFFE8<br>
+--> escape(String.fromCharCode(65513)) = %EF%BF%A9 FAILED! expected: %uFFE9<br>
+--> escape(String.fromCharCode(65514)) = %EF%BF%AA FAILED! expected: %uFFEA<br>
+--> escape(String.fromCharCode(65515)) = %EF%BF%AB FAILED! expected: %uFFEB<br>
+--> escape(String.fromCharCode(65516)) = %EF%BF%AC FAILED! expected: %uFFEC<br>
+--> escape(String.fromCharCode(65517)) = %EF%BF%AD FAILED! expected: %uFFED<br>
+--> escape(String.fromCharCode(65518)) = %EF%BF%AE FAILED! expected: %uFFEE<br>
+--> escape(String.fromCharCode(65519)) = %EF%BF%AF FAILED! expected: %uFFEF<br>
+--> escape(String.fromCharCode(65520)) = %EF%BF%B0 FAILED! expected: %uFFF0<br>
+--> escape(String.fromCharCode(65521)) = %EF%BF%B1 FAILED! expected: %uFFF1<br>
+--> escape(String.fromCharCode(65522)) = %EF%BF%B2 FAILED! expected: %uFFF2<br>
+--> escape(String.fromCharCode(65523)) = %EF%BF%B3 FAILED! expected: %uFFF3<br>
+--> escape(String.fromCharCode(65524)) = %EF%BF%B4 FAILED! expected: %uFFF4<br>
+--> escape(String.fromCharCode(65525)) = %EF%BF%B5 FAILED! expected: %uFFF5<br>
+--> escape(String.fromCharCode(65526)) = %EF%BF%B6 FAILED! expected: %uFFF6<br>
+--> escape(String.fromCharCode(65527)) = %EF%BF%B7 FAILED! expected: %uFFF7<br>
+--> escape(String.fromCharCode(65528)) = %EF%BF%B8 FAILED! expected: %uFFF8<br>
+--> escape(String.fromCharCode(65529)) = %EF%BF%B9 FAILED! expected: %uFFF9<br>
+--> escape(String.fromCharCode(65530)) = %EF%BF%BA FAILED! expected: %uFFFA<br>
+--> escape(String.fromCharCode(65531)) = %EF%BF%BB FAILED! expected: %uFFFB<br>
+--> escape(String.fromCharCode(65532)) = %EF%BF%BC FAILED! expected: %uFFFC<br>
+--> escape(String.fromCharCode(65533)) = %EF%BF%BD FAILED! expected: %uFFFD<br>
+--> escape(String.fromCharCode(65534)) = %EF%BF%BE FAILED! expected: %uFFFE<br>
+--> escape(String.fromCharCode(65535)) = %EF%BF%BF FAILED! expected: %uFFFF<br>
+</tt><br>
+<a name='failure24'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/GlobalObject/15.1.2.5-1.js'>ecma/GlobalObject/15.1.2.5-1.js</a> failed</b> <br>
+ [ <a href='#failure23'>Previous Failure</a> | <a href='#failure25'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> unescape( -0 ) = -0 FAILED! expected: 0<br>
+--> unescape( %80 ) = %80 FAILED! expected: €<br>
+--> unescape( %81 ) = %81 FAILED! expected: <br>
+--> unescape( %82 ) = %82 FAILED! expected: ‚<br>
+--> unescape( %83 ) = %83 FAILED! expected: ƒ<br>
+--> unescape( %84 ) = %84 FAILED! expected: „<br>
+--> unescape( %85 ) = %85 FAILED! expected: …<br>
+--> unescape( %86 ) = %86 FAILED! expected: †<br>
+--> unescape( %87 ) = %87 FAILED! expected: ‡<br>
+--> unescape( %88 ) = %88 FAILED! expected: ˆ<br>
+--> unescape( %89 ) = %89 FAILED! expected: ‰<br>
+--> unescape( %8A ) = %8A FAILED! expected: Š<br>
+--> unescape( %8B ) = %8B FAILED! expected: ‹<br>
+--> unescape( %8C ) = %8C FAILED! expected: Œ<br>
+--> unescape( %8D ) = %8D FAILED! expected: <br>
+--> unescape( %8E ) = %8E FAILED! expected: Ž<br>
+--> unescape( %8F ) = %8F FAILED! expected: <br>
+--> unescape( %90 ) = %90 FAILED! expected: <br>
+--> unescape( %91 ) = %91 FAILED! expected: ‘<br>
+--> unescape( %92 ) = %92 FAILED! expected: ’<br>
+--> unescape( %93 ) = %93 FAILED! expected: “<br>
+--> unescape( %94 ) = %94 FAILED! expected: ”<br>
+--> unescape( %95 ) = %95 FAILED! expected: •<br>
+--> unescape( %96 ) = %96 FAILED! expected: –<br>
+--> unescape( %97 ) = %97 FAILED! expected: —<br>
+--> unescape( %98 ) = %98 FAILED! expected: ˜<br>
+--> unescape( %99 ) = %99 FAILED! expected: ™<br>
+--> unescape( %9A ) = %9A FAILED! expected: š<br>
+--> unescape( %9B ) = %9B FAILED! expected: ›<br>
+--> unescape( %9C ) = %9C FAILED! expected: œ<br>
+--> unescape( %9D ) = %9D FAILED! expected: <br>
+--> unescape( %9E ) = %9E FAILED! expected: ž<br>
+--> unescape( %9F ) = %9F FAILED! expected: Ÿ<br>
+--> unescape( %A0 ) = %A0 FAILED! expected:  <br>
+--> unescape( %A1 ) = %A1 FAILED! expected: ¡<br>
+--> unescape( %A2 ) = %A2 FAILED! expected: ¢<br>
+--> unescape( %A3 ) = %A3 FAILED! expected: £<br>
+--> unescape( %A4 ) = %A4 FAILED! expected: ¤<br>
+--> unescape( %A5 ) = %A5 FAILED! expected: ¥<br>
+--> unescape( %A6 ) = %A6 FAILED! expected: ¦<br>
+--> unescape( %A7 ) = %A7 FAILED! expected: §<br>
+--> unescape( %A8 ) = %A8 FAILED! expected: ¨<br>
+--> unescape( %A9 ) = %A9 FAILED! expected: ©<br>
+--> unescape( %AA ) = %AA FAILED! expected: ª<br>
+--> unescape( %AB ) = %AB FAILED! expected: «<br>
+--> unescape( %AC ) = %AC FAILED! expected: ¬<br>
+--> unescape( %AD ) = %AD FAILED! expected: ­<br>
+--> unescape( %AE ) = %AE FAILED! expected: ®<br>
+--> unescape( %AF ) = %AF FAILED! expected: ¯<br>
+--> unescape( %B0 ) = %B0 FAILED! expected: °<br>
+--> unescape( %B1 ) = %B1 FAILED! expected: ±<br>
+--> unescape( %B2 ) = %B2 FAILED! expected: ²<br>
+--> unescape( %B3 ) = %B3 FAILED! expected: ³<br>
+--> unescape( %B4 ) = %B4 FAILED! expected: ´<br>
+--> unescape( %B5 ) = %B5 FAILED! expected: µ<br>
+--> unescape( %B6 ) = %B6 FAILED! expected: ¶<br>
+--> unescape( %B7 ) = %B7 FAILED! expected: ·<br>
+--> unescape( %B8 ) = %B8 FAILED! expected: ¸<br>
+--> unescape( %B9 ) = %B9 FAILED! expected: ¹<br>
+--> unescape( %BA ) = %BA FAILED! expected: º<br>
+--> unescape( %BB ) = %BB FAILED! expected: »<br>
+--> unescape( %BC ) = %BC FAILED! expected: ¼<br>
+--> unescape( %BD ) = %BD FAILED! expected: ½<br>
+--> unescape( %BE ) = %BE FAILED! expected: ¾<br>
+--> unescape( %BF ) = %BF FAILED! expected: ¿<br>
+--> unescape( %C0 ) = %C0 FAILED! expected: À<br>
+--> unescape( %C1 ) = %C1 FAILED! expected: Á<br>
+--> unescape( %C2 ) = %C2 FAILED! expected: Â<br>
+--> unescape( %C3 ) = %C3 FAILED! expected: Ã<br>
+--> unescape( %C4 ) = %C4 FAILED! expected: Ä<br>
+--> unescape( %C5 ) = %C5 FAILED! expected: Å<br>
+--> unescape( %C6 ) = %C6 FAILED! expected: Æ<br>
+--> unescape( %C7 ) = %C7 FAILED! expected: Ç<br>
+--> unescape( %C8 ) = %C8 FAILED! expected: È<br>
+--> unescape( %C9 ) = %C9 FAILED! expected: É<br>
+--> unescape( %CA ) = %CA FAILED! expected: Ê<br>
+--> unescape( %CB ) = %CB FAILED! expected: Ë<br>
+--> unescape( %CC ) = %CC FAILED! expected: Ì<br>
+--> unescape( %CD ) = %CD FAILED! expected: Í<br>
+--> unescape( %CE ) = %CE FAILED! expected: Î<br>
+--> unescape( %CF ) = %CF FAILED! expected: Ï<br>
+--> unescape( %D0 ) = %D0 FAILED! expected: Ð<br>
+--> unescape( %D1 ) = %D1 FAILED! expected: Ñ<br>
+--> unescape( %D2 ) = %D2 FAILED! expected: Ò<br>
+--> unescape( %D3 ) = %D3 FAILED! expected: Ó<br>
+--> unescape( %D4 ) = %D4 FAILED! expected: Ô<br>
+--> unescape( %D5 ) = %D5 FAILED! expected: Õ<br>
+--> unescape( %D6 ) = %D6 FAILED! expected: Ö<br>
+--> unescape( %D7 ) = %D7 FAILED! expected: ×<br>
+--> unescape( %D8 ) = %D8 FAILED! expected: Ø<br>
+--> unescape( %D9 ) = %D9 FAILED! expected: Ù<br>
+--> unescape( %DA ) = %DA FAILED! expected: Ú<br>
+--> unescape( %DB ) = %DB FAILED! expected: Û<br>
+--> unescape( %DC ) = %DC FAILED! expected: Ü<br>
+--> unescape( %DD ) = %DD FAILED! expected: Ý<br>
+--> unescape( %DE ) = %DE FAILED! expected: Þ<br>
+--> unescape( %DF ) = %DF FAILED! expected: ß<br>
+--> unescape( %E0 ) = %E0 FAILED! expected: à<br>
+--> unescape( %E1 ) = %E1 FAILED! expected: á<br>
+--> unescape( %E2 ) = %E2 FAILED! expected: â<br>
+--> unescape( %E3 ) = %E3 FAILED! expected: ã<br>
+--> unescape( %E4 ) = %E4 FAILED! expected: ä<br>
+--> unescape( %E5 ) = %E5 FAILED! expected: å<br>
+--> unescape( %E6 ) = %E6 FAILED! expected: æ<br>
+--> unescape( %E7 ) = %E7 FAILED! expected: ç<br>
+--> unescape( %E8 ) = %E8 FAILED! expected: è<br>
+--> unescape( %E9 ) = %E9 FAILED! expected: é<br>
+--> unescape( %EA ) = %EA FAILED! expected: ê<br>
+--> unescape( %EB ) = %EB FAILED! expected: ë<br>
+--> unescape( %EC ) = %EC FAILED! expected: ì<br>
+--> unescape( %ED ) = %ED FAILED! expected: í<br>
+--> unescape( %EE ) = %EE FAILED! expected: î<br>
+--> unescape( %EF ) = %EF FAILED! expected: ï<br>
+--> unescape( %F0 ) = %F0 FAILED! expected: ð<br>
+--> unescape( %F1 ) = %F1 FAILED! expected: ñ<br>
+--> unescape( %F2 ) = %F2 FAILED! expected: ò<br>
+--> unescape( %F3 ) = %F3 FAILED! expected: ó<br>
+--> unescape( %F4 ) = %F4 FAILED! expected: ô<br>
+--> unescape( %F5 ) = %F5 FAILED! expected: õ<br>
+--> unescape( %F6 ) = %F6 FAILED! expected: ö<br>
+--> unescape( %F7 ) = %F7 FAILED! expected: ÷<br>
+--> unescape( %F8 ) = %F8 FAILED! expected: ø<br>
+--> unescape( %F9 ) = %F9 FAILED! expected: ù<br>
+--> unescape( %FA ) = %FA FAILED! expected: ú<br>
+--> unescape( %FB ) = %FB FAILED! expected: û<br>
+--> unescape( %FC ) = %FC FAILED! expected: ü<br>
+--> unescape( %FD ) = %FD FAILED! expected: ý<br>
+--> unescape( %FE ) = %FE FAILED! expected: þ<br>
+--> unescape( %FF ) = %FF FAILED! expected: ÿ<br>
+</tt><br>
+<a name='failure25'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/GlobalObject/15.1.2.5-3.js'>ecma/GlobalObject/15.1.2.5-3.js</a> failed</b> <br>
+ [ <a href='#failure24'>Previous Failure</a> | <a href='#failure26'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> unescape( %uD43- )[where last character is String.fromCharCode(45)] = %D43- FAILED! expected: Ô3-<br>
+</tt><br>
+<a name='failure26'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/LexicalConventions/7.7.3-1.js'>ecma/LexicalConventions/7.7.3-1.js</a> failed</b> <br>
+ [ <a href='#failure25'>Previous Failure</a> | <a href='#failure27'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 0x100000000 = 0 FAILED! expected: 4294967296<br>
+--> 077777777777777777 = 4294967295 FAILED! expected: 2251799813685247<br>
+--> 077777777777777776 = 4294967294 FAILED! expected: 2251799813685246<br>
+--> 0x1fffffffffffff = 4294967295 FAILED! expected: 9007199254740991<br>
+--> 0x20000000000000 = 0 FAILED! expected: 9007199254740992<br>
+--> 0x20123456789abc = 1450744508 FAILED! expected: 9027215253084860<br>
+--> 0x20123456789abd = 1450744509 FAILED! expected: 9027215253084860<br>
+--> 0x20123456789abe = 1450744510 FAILED! expected: 9027215253084862<br>
+--> 0x20123456789abf = 1450744511 FAILED! expected: 9027215253084864<br>
+--> 0x1000000000000080 = 128 FAILED! expected: 1152921504606847000<br>
+--> 0x1000000000000081 = 129 FAILED! expected: 1152921504606847200<br>
+--> 0x1000000000000100 = 256 FAILED! expected: 1152921504606847200<br>
+--> 0x100000000000017f = 383 FAILED! expected: 1152921504606847200<br>
+--> 0x1000000000000180 = 384 FAILED! expected: 1152921504606847500<br>
+--> 0x1000000000000181 = 385 FAILED! expected: 1152921504606847500<br>
+--> 0x10000000000001f0 = 496 FAILED! expected: 1152921504606847500<br>
+--> 0x1000000000000200 = 512 FAILED! expected: 1152921504606847500<br>
+--> 0x100000000000027f = 639 FAILED! expected: 1152921504606847500<br>
+--> 0x1000000000000280 = 640 FAILED! expected: 1152921504606847500<br>
+--> 0x1000000000000281 = 641 FAILED! expected: 1152921504606847700<br>
+--> 0x10000000000002ff = 767 FAILED! expected: 1152921504606847700<br>
+--> 0x1000000000000300 = 768 FAILED! expected: 1152921504606847700<br>
+--> 0x10000000000000000 = 4294967295 FAILED! expected: 18446744073709552000<br>
+</tt><br>
+<a name='failure27'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Math/15.8.1.2-2.js'>ecma/Math/15.8.1.2-2.js</a> failed</b> <br>
+ [ <a href='#failure26'>Previous Failure</a> | <a href='#failure28'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.8.1.2-2 Math.LN10<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure28'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Math/15.8.1.3-2.js'>ecma/Math/15.8.1.3-2.js</a> failed</b> <br>
+ [ <a href='#failure27'>Previous Failure</a> | <a href='#failure29'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.8.1.3-2 Math.LN2<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure29'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Math/15.8.1.4-2.js'>ecma/Math/15.8.1.4-2.js</a> failed</b> <br>
+ [ <a href='#failure28'>Previous Failure</a> | <a href='#failure30'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.8.1.4-2 Math.LOG2E<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure30'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Math/15.8.2.12.js'>ecma/Math/15.8.2.12.js</a> failed</b> <br>
+ [ <a href='#failure29'>Previous Failure</a> | <a href='#failure31'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> Infinity/Math.min(0,-0) = Infinity FAILED! expected: -Infinity<br>
+</tt><br>
+<a name='failure31'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Math/15.8.2.13.js'>ecma/Math/15.8.2.13.js</a> failed</b> <br>
+ [ <a href='#failure30'>Previous Failure</a> | <a href='#failure32'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> Math.pow(1.00000001, -Infinity) = Infinity FAILED! expected: 0<br>
+--> Math.pow(-1.00000001, -Infinity) = Infinity FAILED! expected: 0<br>
+--> Math.pow(.0000000009, -Infinity) = 0 FAILED! expected: Infinity<br>
+--> Math.pow(-Infinity, -Infinity) = Infinity FAILED! expected: 0<br>
+--> Math.pow(0, -Infinity) = 0 FAILED! expected: Infinity<br>
+</tt><br>
+<a name='failure32'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Math/15.8.2.15.js'>ecma/Math/15.8.2.15.js</a> failed</b> <br>
+ [ <a href='#failure31'>Previous Failure</a> | <a href='#failure33'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> Infinity/Math.round(-0) = Infinity FAILED! expected: -Infinity<br>
+--> Infinity/Math.round(-0.49) = Infinity FAILED! expected: -Infinity<br>
+--> Infinity/Math.round(-0.5) = Infinity FAILED! expected: -Infinity<br>
+</tt><br>
+<a name='failure33'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Number/15.7.3.1-1.js'>ecma/Number/15.7.3.1-1.js</a> failed</b> <br>
+ [ <a href='#failure32'>Previous Failure</a> | <a href='#failure34'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.7.3.1-1 Number.prototype<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure34'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Number/15.7.3.2-2.js'>ecma/Number/15.7.3.2-2.js</a> failed</b> <br>
+ [ <a href='#failure33'>Previous Failure</a> | <a href='#failure35'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.7.3.2-2 Number.MAX_VALUE:  DontDelete Attribute<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure35'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Number/15.7.3.3-2.js'>ecma/Number/15.7.3.3-2.js</a> failed</b> <br>
+ [ <a href='#failure34'>Previous Failure</a> | <a href='#failure36'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.7.3.3-2 Number.MIN_VALUE<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure36'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Number/15.7.3.4-2.js'>ecma/Number/15.7.3.4-2.js</a> failed</b> <br>
+ [ <a href='#failure35'>Previous Failure</a> | <a href='#failure37'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.7.3.4-2 Number.NaN<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure37'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Number/15.7.3.5-2.js'>ecma/Number/15.7.3.5-2.js</a> failed</b> <br>
+ [ <a href='#failure36'>Previous Failure</a> | <a href='#failure38'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.7.3.5-2 Number.NEGATIVE_INFINITY<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure38'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Number/15.7.3.6-2.js'>ecma/Number/15.7.3.6-2.js</a> failed</b> <br>
+ [ <a href='#failure37'>Previous Failure</a> | <a href='#failure39'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.7.3.6-2 Number.POSITIVE_INFINITY<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure39'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/ObjectObjects/15.2.3.1-2.js'>ecma/ObjectObjects/15.2.3.1-2.js</a> failed</b> <br>
+ [ <a href='#failure38'>Previous Failure</a> | <a href='#failure40'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.2.3.1-2 Object.prototype<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure40'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/ObjectObjects/15.2.3.1-4.js'>ecma/ObjectObjects/15.2.3.1-4.js</a> failed</b> <br>
+ [ <a href='#failure39'>Previous Failure</a> | <a href='#failure41'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.2.3.1-4 Object.prototype<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure41'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Statements/12.7-1-n.js'>ecma/Statements/12.7-1-n.js</a> failed</b> <br>
+ [ <a href='#failure40'>Previous Failure</a> | <a href='#failure42'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 3, got 0<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 12.7.1-n The continue statment<br>
+--> continue = undefined FAILED! expected: error<br>
+OK.<br>
+</tt><br>
+<a name='failure42'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Statements/12.8-1-n.js'>ecma/Statements/12.8-1-n.js</a> failed</b> <br>
+ [ <a href='#failure41'>Previous Failure</a> | <a href='#failure43'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 3, got 0<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 12.8-1-n The break in statment<br>
+--> break = undefined FAILED! expected: error<br>
+OK.<br>
+</tt><br>
+<a name='failure43'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/Statements/12.9-1-n.js'>ecma/Statements/12.9-1-n.js</a> failed</b> <br>
+ [ <a href='#failure42'>Previous Failure</a> | <a href='#failure44'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 3, got 0<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 12.9-1-n The return statement<br>
+--> return = undefined FAILED! expected: error<br>
+OK.<br>
+</tt><br>
+<a name='failure44'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.1.js'>ecma/String/15.5.1.js</a> failed</b> <br>
+ [ <a href='#failure43'>Previous Failure</a> | <a href='#failure45'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> String( -0 ) = -0 FAILED! expected: 0<br>
+</tt><br>
+<a name='failure45'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.3.1-3.js'>ecma/String/15.5.3.1-3.js</a> failed</b> <br>
+ [ <a href='#failure44'>Previous Failure</a> | <a href='#failure46'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.5.3.1-3 Properties of the String Constructor<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure46'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.3.1-4.js'>ecma/String/15.5.3.1-4.js</a> failed</b> <br>
+ [ <a href='#failure45'>Previous Failure</a> | <a href='#failure47'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 15.5.3.1-4 Properties of the String Constructor<br>
+Exception: ReferenceError - Reference error<br>
+</tt><br>
+<a name='failure47'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.4.11-1.js'>ecma/String/15.5.4.11-1.js</a> failed</b> <br>
+ [ <a href='#failure46'>Previous Failure</a> | <a href='#failure48'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var s = new String( String.fromCharCode(192) ); s.toLowerCase().charCodeAt(0) = 192 FAILED! expected: 224<br>
+--> var s = new String( String.fromCharCode(193) ); s.toLowerCase().charCodeAt(0) = 193 FAILED! expected: 225<br>
+--> var s = new String( String.fromCharCode(194) ); s.toLowerCase().charCodeAt(0) = 194 FAILED! expected: 226<br>
+--> var s = new String( String.fromCharCode(195) ); s.toLowerCase().charCodeAt(0) = 195 FAILED! expected: 227<br>
+--> var s = new String( String.fromCharCode(196) ); s.toLowerCase().charCodeAt(0) = 196 FAILED! expected: 228<br>
+--> var s = new String( String.fromCharCode(197) ); s.toLowerCase().charCodeAt(0) = 197 FAILED! expected: 229<br>
+--> var s = new String( String.fromCharCode(198) ); s.toLowerCase().charCodeAt(0) = 198 FAILED! expected: 230<br>
+--> var s = new String( String.fromCharCode(199) ); s.toLowerCase().charCodeAt(0) = 199 FAILED! expected: 231<br>
+--> var s = new String( String.fromCharCode(200) ); s.toLowerCase().charCodeAt(0) = 200 FAILED! expected: 232<br>
+--> var s = new String( String.fromCharCode(201) ); s.toLowerCase().charCodeAt(0) = 201 FAILED! expected: 233<br>
+--> var s = new String( String.fromCharCode(202) ); s.toLowerCase().charCodeAt(0) = 202 FAILED! expected: 234<br>
+--> var s = new String( String.fromCharCode(203) ); s.toLowerCase().charCodeAt(0) = 203 FAILED! expected: 235<br>
+--> var s = new String( String.fromCharCode(204) ); s.toLowerCase().charCodeAt(0) = 204 FAILED! expected: 236<br>
+--> var s = new String( String.fromCharCode(205) ); s.toLowerCase().charCodeAt(0) = 205 FAILED! expected: 237<br>
+--> var s = new String( String.fromCharCode(206) ); s.toLowerCase().charCodeAt(0) = 206 FAILED! expected: 238<br>
+--> var s = new String( String.fromCharCode(207) ); s.toLowerCase().charCodeAt(0) = 207 FAILED! expected: 239<br>
+--> var s = new String( String.fromCharCode(208) ); s.toLowerCase().charCodeAt(0) = 208 FAILED! expected: 240<br>
+--> var s = new String( String.fromCharCode(209) ); s.toLowerCase().charCodeAt(0) = 209 FAILED! expected: 241<br>
+--> var s = new String( String.fromCharCode(210) ); s.toLowerCase().charCodeAt(0) = 210 FAILED! expected: 242<br>
+--> var s = new String( String.fromCharCode(211) ); s.toLowerCase().charCodeAt(0) = 211 FAILED! expected: 243<br>
+--> var s = new String( String.fromCharCode(212) ); s.toLowerCase().charCodeAt(0) = 212 FAILED! expected: 244<br>
+--> var s = new String( String.fromCharCode(213) ); s.toLowerCase().charCodeAt(0) = 213 FAILED! expected: 245<br>
+--> var s = new String( String.fromCharCode(214) ); s.toLowerCase().charCodeAt(0) = 214 FAILED! expected: 246<br>
+--> var s = new String( String.fromCharCode(216) ); s.toLowerCase().charCodeAt(0) = 216 FAILED! expected: 248<br>
+--> var s = new String( String.fromCharCode(217) ); s.toLowerCase().charCodeAt(0) = 217 FAILED! expected: 249<br>
+--> var s = new String( String.fromCharCode(218) ); s.toLowerCase().charCodeAt(0) = 218 FAILED! expected: 250<br>
+--> var s = new String( String.fromCharCode(219) ); s.toLowerCase().charCodeAt(0) = 219 FAILED! expected: 251<br>
+--> var s = new String( String.fromCharCode(220) ); s.toLowerCase().charCodeAt(0) = 220 FAILED! expected: 252<br>
+--> var s = new String( String.fromCharCode(221) ); s.toLowerCase().charCodeAt(0) = 221 FAILED! expected: 253<br>
+--> var s = new String( String.fromCharCode(222) ); s.toLowerCase().charCodeAt(0) = 222 FAILED! expected: 254<br>
+--> var s = new String( String.fromCharCode(256) ); s.toLowerCase().charCodeAt(0) = 256 FAILED! expected: 257<br>
+--> var s = new String( String.fromCharCode(258) ); s.toLowerCase().charCodeAt(0) = 258 FAILED! expected: 259<br>
+--> var s = new String( String.fromCharCode(260) ); s.toLowerCase().charCodeAt(0) = 260 FAILED! expected: 261<br>
+--> var s = new String( String.fromCharCode(262) ); s.toLowerCase().charCodeAt(0) = 262 FAILED! expected: 263<br>
+--> var s = new String( String.fromCharCode(264) ); s.toLowerCase().charCodeAt(0) = 264 FAILED! expected: 265<br>
+--> var s = new String( String.fromCharCode(266) ); s.toLowerCase().charCodeAt(0) = 266 FAILED! expected: 267<br>
+--> var s = new String( String.fromCharCode(268) ); s.toLowerCase().charCodeAt(0) = 268 FAILED! expected: 269<br>
+--> var s = new String( String.fromCharCode(270) ); s.toLowerCase().charCodeAt(0) = 270 FAILED! expected: 271<br>
+--> var s = new String( String.fromCharCode(272) ); s.toLowerCase().charCodeAt(0) = 272 FAILED! expected: 273<br>
+--> var s = new String( String.fromCharCode(274) ); s.toLowerCase().charCodeAt(0) = 274 FAILED! expected: 275<br>
+--> var s = new String( String.fromCharCode(276) ); s.toLowerCase().charCodeAt(0) = 276 FAILED! expected: 277<br>
+--> var s = new String( String.fromCharCode(278) ); s.toLowerCase().charCodeAt(0) = 278 FAILED! expected: 279<br>
+--> var s = new String( String.fromCharCode(280) ); s.toLowerCase().charCodeAt(0) = 280 FAILED! expected: 281<br>
+--> var s = new String( String.fromCharCode(282) ); s.toLowerCase().charCodeAt(0) = 282 FAILED! expected: 283<br>
+--> var s = new String( String.fromCharCode(284) ); s.toLowerCase().charCodeAt(0) = 284 FAILED! expected: 285<br>
+--> var s = new String( String.fromCharCode(286) ); s.toLowerCase().charCodeAt(0) = 286 FAILED! expected: 287<br>
+--> var s = new String( String.fromCharCode(288) ); s.toLowerCase().charCodeAt(0) = 288 FAILED! expected: 289<br>
+--> var s = new String( String.fromCharCode(290) ); s.toLowerCase().charCodeAt(0) = 290 FAILED! expected: 291<br>
+--> var s = new String( String.fromCharCode(292) ); s.toLowerCase().charCodeAt(0) = 292 FAILED! expected: 293<br>
+--> var s = new String( String.fromCharCode(294) ); s.toLowerCase().charCodeAt(0) = 294 FAILED! expected: 295<br>
+--> var s = new String( String.fromCharCode(296) ); s.toLowerCase().charCodeAt(0) = 296 FAILED! expected: 297<br>
+--> var s = new String( String.fromCharCode(298) ); s.toLowerCase().charCodeAt(0) = 298 FAILED! expected: 299<br>
+--> var s = new String( String.fromCharCode(300) ); s.toLowerCase().charCodeAt(0) = 300 FAILED! expected: 301<br>
+--> var s = new String( String.fromCharCode(302) ); s.toLowerCase().charCodeAt(0) = 302 FAILED! expected: 303<br>
+--> var s = new String( String.fromCharCode(304) ); s.toLowerCase().charCodeAt(0) = 304 FAILED! expected: 105<br>
+--> var s = new String( String.fromCharCode(306) ); s.toLowerCase().charCodeAt(0) = 306 FAILED! expected: 307<br>
+--> var s = new String( String.fromCharCode(308) ); s.toLowerCase().charCodeAt(0) = 308 FAILED! expected: 309<br>
+--> var s = new String( String.fromCharCode(310) ); s.toLowerCase().charCodeAt(0) = 310 FAILED! expected: 311<br>
+--> var s = new String( String.fromCharCode(313) ); s.toLowerCase().charCodeAt(0) = 313 FAILED! expected: 314<br>
+--> var s = new String( String.fromCharCode(315) ); s.toLowerCase().charCodeAt(0) = 315 FAILED! expected: 316<br>
+--> var s = new String( String.fromCharCode(317) ); s.toLowerCase().charCodeAt(0) = 317 FAILED! expected: 318<br>
+--> var s = new String( String.fromCharCode(319) ); s.toLowerCase().charCodeAt(0) = 319 FAILED! expected: 320<br>
+--> var s = new String( String.fromCharCode(321) ); s.toLowerCase().charCodeAt(0) = 321 FAILED! expected: 322<br>
+--> var s = new String( String.fromCharCode(323) ); s.toLowerCase().charCodeAt(0) = 323 FAILED! expected: 324<br>
+--> var s = new String( String.fromCharCode(325) ); s.toLowerCase().charCodeAt(0) = 325 FAILED! expected: 326<br>
+--> var s = new String( String.fromCharCode(327) ); s.toLowerCase().charCodeAt(0) = 327 FAILED! expected: 328<br>
+--> var s = new String( String.fromCharCode(330) ); s.toLowerCase().charCodeAt(0) = 330 FAILED! expected: 331<br>
+--> var s = new String( String.fromCharCode(332) ); s.toLowerCase().charCodeAt(0) = 332 FAILED! expected: 333<br>
+--> var s = new String( String.fromCharCode(334) ); s.toLowerCase().charCodeAt(0) = 334 FAILED! expected: 335<br>
+--> var s = new String( String.fromCharCode(336) ); s.toLowerCase().charCodeAt(0) = 336 FAILED! expected: 337<br>
+--> var s = new String( String.fromCharCode(338) ); s.toLowerCase().charCodeAt(0) = 338 FAILED! expected: 339<br>
+--> var s = new String( String.fromCharCode(340) ); s.toLowerCase().charCodeAt(0) = 340 FAILED! expected: 341<br>
+--> var s = new String( String.fromCharCode(342) ); s.toLowerCase().charCodeAt(0) = 342 FAILED! expected: 343<br>
+--> var s = new String( String.fromCharCode(344) ); s.toLowerCase().charCodeAt(0) = 344 FAILED! expected: 345<br>
+--> var s = new String( String.fromCharCode(346) ); s.toLowerCase().charCodeAt(0) = 346 FAILED! expected: 347<br>
+--> var s = new String( String.fromCharCode(348) ); s.toLowerCase().charCodeAt(0) = 348 FAILED! expected: 349<br>
+--> var s = new String( String.fromCharCode(350) ); s.toLowerCase().charCodeAt(0) = 350 FAILED! expected: 351<br>
+--> var s = new String( String.fromCharCode(352) ); s.toLowerCase().charCodeAt(0) = 352 FAILED! expected: 353<br>
+--> var s = new String( String.fromCharCode(354) ); s.toLowerCase().charCodeAt(0) = 354 FAILED! expected: 355<br>
+--> var s = new String( String.fromCharCode(356) ); s.toLowerCase().charCodeAt(0) = 356 FAILED! expected: 357<br>
+--> var s = new String( String.fromCharCode(358) ); s.toLowerCase().charCodeAt(0) = 358 FAILED! expected: 359<br>
+--> var s = new String( String.fromCharCode(360) ); s.toLowerCase().charCodeAt(0) = 360 FAILED! expected: 361<br>
+--> var s = new String( String.fromCharCode(362) ); s.toLowerCase().charCodeAt(0) = 362 FAILED! expected: 363<br>
+--> var s = new String( String.fromCharCode(364) ); s.toLowerCase().charCodeAt(0) = 364 FAILED! expected: 365<br>
+--> var s = new String( String.fromCharCode(366) ); s.toLowerCase().charCodeAt(0) = 366 FAILED! expected: 367<br>
+--> var s = new String( String.fromCharCode(368) ); s.toLowerCase().charCodeAt(0) = 368 FAILED! expected: 369<br>
+--> var s = new String( String.fromCharCode(370) ); s.toLowerCase().charCodeAt(0) = 370 FAILED! expected: 371<br>
+--> var s = new String( String.fromCharCode(372) ); s.toLowerCase().charCodeAt(0) = 372 FAILED! expected: 373<br>
+--> var s = new String( String.fromCharCode(374) ); s.toLowerCase().charCodeAt(0) = 374 FAILED! expected: 375<br>
+--> var s = new String( String.fromCharCode(376) ); s.toLowerCase().charCodeAt(0) = 376 FAILED! expected: 255<br>
+--> var s = new String( String.fromCharCode(377) ); s.toLowerCase().charCodeAt(0) = 377 FAILED! expected: 378<br>
+--> var s = new String( String.fromCharCode(379) ); s.toLowerCase().charCodeAt(0) = 379 FAILED! expected: 380<br>
+--> var s = new String( String.fromCharCode(381) ); s.toLowerCase().charCodeAt(0) = 381 FAILED! expected: 382<br>
+</tt><br>
+<a name='failure48'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.4.11-2.js'>ecma/String/15.5.4.11-2.js</a> failed</b> <br>
+ [ <a href='#failure47'>Previous Failure</a> | <a href='#failure49'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var s = new String( String.fromCharCode(4256) ); s.toLowerCase().charCodeAt(0) = 4256 FAILED! expected: 4304<br>
+--> var s = new String( String.fromCharCode(4257) ); s.toLowerCase().charCodeAt(0) = 4257 FAILED! expected: 4305<br>
+--> var s = new String( String.fromCharCode(4258) ); s.toLowerCase().charCodeAt(0) = 4258 FAILED! expected: 4306<br>
+--> var s = new String( String.fromCharCode(4259) ); s.toLowerCase().charCodeAt(0) = 4259 FAILED! expected: 4307<br>
+--> var s = new String( String.fromCharCode(4260) ); s.toLowerCase().charCodeAt(0) = 4260 FAILED! expected: 4308<br>
+--> var s = new String( String.fromCharCode(4261) ); s.toLowerCase().charCodeAt(0) = 4261 FAILED! expected: 4309<br>
+--> var s = new String( String.fromCharCode(4262) ); s.toLowerCase().charCodeAt(0) = 4262 FAILED! expected: 4310<br>
+--> var s = new String( String.fromCharCode(4263) ); s.toLowerCase().charCodeAt(0) = 4263 FAILED! expected: 4311<br>
+--> var s = new String( String.fromCharCode(4264) ); s.toLowerCase().charCodeAt(0) = 4264 FAILED! expected: 4312<br>
+--> var s = new String( String.fromCharCode(4265) ); s.toLowerCase().charCodeAt(0) = 4265 FAILED! expected: 4313<br>
+--> var s = new String( String.fromCharCode(4266) ); s.toLowerCase().charCodeAt(0) = 4266 FAILED! expected: 4314<br>
+--> var s = new String( String.fromCharCode(4267) ); s.toLowerCase().charCodeAt(0) = 4267 FAILED! expected: 4315<br>
+--> var s = new String( String.fromCharCode(4268) ); s.toLowerCase().charCodeAt(0) = 4268 FAILED! expected: 4316<br>
+--> var s = new String( String.fromCharCode(4269) ); s.toLowerCase().charCodeAt(0) = 4269 FAILED! expected: 4317<br>
+--> var s = new String( String.fromCharCode(4270) ); s.toLowerCase().charCodeAt(0) = 4270 FAILED! expected: 4318<br>
+--> var s = new String( String.fromCharCode(4271) ); s.toLowerCase().charCodeAt(0) = 4271 FAILED! expected: 4319<br>
+--> var s = new String( String.fromCharCode(4272) ); s.toLowerCase().charCodeAt(0) = 4272 FAILED! expected: 4320<br>
+--> var s = new String( String.fromCharCode(4273) ); s.toLowerCase().charCodeAt(0) = 4273 FAILED! expected: 4321<br>
+--> var s = new String( String.fromCharCode(4274) ); s.toLowerCase().charCodeAt(0) = 4274 FAILED! expected: 4322<br>
+--> var s = new String( String.fromCharCode(4275) ); s.toLowerCase().charCodeAt(0) = 4275 FAILED! expected: 4323<br>
+--> var s = new String( String.fromCharCode(4276) ); s.toLowerCase().charCodeAt(0) = 4276 FAILED! expected: 4324<br>
+--> var s = new String( String.fromCharCode(4277) ); s.toLowerCase().charCodeAt(0) = 4277 FAILED! expected: 4325<br>
+--> var s = new String( String.fromCharCode(4278) ); s.toLowerCase().charCodeAt(0) = 4278 FAILED! expected: 4326<br>
+--> var s = new String( String.fromCharCode(4279) ); s.toLowerCase().charCodeAt(0) = 4279 FAILED! expected: 4327<br>
+--> var s = new String( String.fromCharCode(4280) ); s.toLowerCase().charCodeAt(0) = 4280 FAILED! expected: 4328<br>
+--> var s = new String( String.fromCharCode(4281) ); s.toLowerCase().charCodeAt(0) = 4281 FAILED! expected: 4329<br>
+--> var s = new String( String.fromCharCode(4282) ); s.toLowerCase().charCodeAt(0) = 4282 FAILED! expected: 4330<br>
+--> var s = new String( String.fromCharCode(4283) ); s.toLowerCase().charCodeAt(0) = 4283 FAILED! expected: 4331<br>
+--> var s = new String( String.fromCharCode(4284) ); s.toLowerCase().charCodeAt(0) = 4284 FAILED! expected: 4332<br>
+--> var s = new String( String.fromCharCode(4285) ); s.toLowerCase().charCodeAt(0) = 4285 FAILED! expected: 4333<br>
+--> var s = new String( String.fromCharCode(4286) ); s.toLowerCase().charCodeAt(0) = 4286 FAILED! expected: 4334<br>
+--> var s = new String( String.fromCharCode(4287) ); s.toLowerCase().charCodeAt(0) = 4287 FAILED! expected: 4335<br>
+--> var s = new String( String.fromCharCode(4288) ); s.toLowerCase().charCodeAt(0) = 4288 FAILED! expected: 4336<br>
+--> var s = new String( String.fromCharCode(4289) ); s.toLowerCase().charCodeAt(0) = 4289 FAILED! expected: 4337<br>
+--> var s = new String( String.fromCharCode(4290) ); s.toLowerCase().charCodeAt(0) = 4290 FAILED! expected: 4338<br>
+--> var s = new String( String.fromCharCode(4291) ); s.toLowerCase().charCodeAt(0) = 4291 FAILED! expected: 4339<br>
+--> var s = new String( String.fromCharCode(4292) ); s.toLowerCase().charCodeAt(0) = 4292 FAILED! expected: 4340<br>
+--> var s = new String( String.fromCharCode(4293) ); s.toLowerCase().charCodeAt(0) = 4293 FAILED! expected: 4341<br>
+</tt><br>
+<a name='failure49'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.4.11-3.js'>ecma/String/15.5.4.11-3.js</a> failed</b> <br>
+ [ <a href='#failure48'>Previous Failure</a> | <a href='#failure50'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var s = new String( String.fromCharCode(65313) ); s.toLowerCase().charCodeAt(0) = 65313 FAILED! expected: 65345<br>
+--> var s = new String( String.fromCharCode(65314) ); s.toLowerCase().charCodeAt(0) = 65314 FAILED! expected: 65346<br>
+--> var s = new String( String.fromCharCode(65315) ); s.toLowerCase().charCodeAt(0) = 65315 FAILED! expected: 65347<br>
+--> var s = new String( String.fromCharCode(65316) ); s.toLowerCase().charCodeAt(0) = 65316 FAILED! expected: 65348<br>
+--> var s = new String( String.fromCharCode(65317) ); s.toLowerCase().charCodeAt(0) = 65317 FAILED! expected: 65349<br>
+--> var s = new String( String.fromCharCode(65318) ); s.toLowerCase().charCodeAt(0) = 65318 FAILED! expected: 65350<br>
+--> var s = new String( String.fromCharCode(65319) ); s.toLowerCase().charCodeAt(0) = 65319 FAILED! expected: 65351<br>
+--> var s = new String( String.fromCharCode(65320) ); s.toLowerCase().charCodeAt(0) = 65320 FAILED! expected: 65352<br>
+--> var s = new String( String.fromCharCode(65321) ); s.toLowerCase().charCodeAt(0) = 65321 FAILED! expected: 65353<br>
+--> var s = new String( String.fromCharCode(65322) ); s.toLowerCase().charCodeAt(0) = 65322 FAILED! expected: 65354<br>
+--> var s = new String( String.fromCharCode(65323) ); s.toLowerCase().charCodeAt(0) = 65323 FAILED! expected: 65355<br>
+--> var s = new String( String.fromCharCode(65324) ); s.toLowerCase().charCodeAt(0) = 65324 FAILED! expected: 65356<br>
+--> var s = new String( String.fromCharCode(65325) ); s.toLowerCase().charCodeAt(0) = 65325 FAILED! expected: 65357<br>
+--> var s = new String( String.fromCharCode(65326) ); s.toLowerCase().charCodeAt(0) = 65326 FAILED! expected: 65358<br>
+--> var s = new String( String.fromCharCode(65327) ); s.toLowerCase().charCodeAt(0) = 65327 FAILED! expected: 65359<br>
+--> var s = new String( String.fromCharCode(65328) ); s.toLowerCase().charCodeAt(0) = 65328 FAILED! expected: 65360<br>
+--> var s = new String( String.fromCharCode(65329) ); s.toLowerCase().charCodeAt(0) = 65329 FAILED! expected: 65361<br>
+--> var s = new String( String.fromCharCode(65330) ); s.toLowerCase().charCodeAt(0) = 65330 FAILED! expected: 65362<br>
+--> var s = new String( String.fromCharCode(65331) ); s.toLowerCase().charCodeAt(0) = 65331 FAILED! expected: 65363<br>
+--> var s = new String( String.fromCharCode(65332) ); s.toLowerCase().charCodeAt(0) = 65332 FAILED! expected: 65364<br>
+--> var s = new String( String.fromCharCode(65333) ); s.toLowerCase().charCodeAt(0) = 65333 FAILED! expected: 65365<br>
+--> var s = new String( String.fromCharCode(65334) ); s.toLowerCase().charCodeAt(0) = 65334 FAILED! expected: 65366<br>
+--> var s = new String( String.fromCharCode(65335) ); s.toLowerCase().charCodeAt(0) = 65335 FAILED! expected: 65367<br>
+--> var s = new String( String.fromCharCode(65336) ); s.toLowerCase().charCodeAt(0) = 65336 FAILED! expected: 65368<br>
+--> var s = new String( String.fromCharCode(65337) ); s.toLowerCase().charCodeAt(0) = 65337 FAILED! expected: 65369<br>
+--> var s = new String( String.fromCharCode(65338) ); s.toLowerCase().charCodeAt(0) = 65338 FAILED! expected: 65370<br>
+</tt><br>
+<a name='failure50'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.4.11-5.js'>ecma/String/15.5.4.11-5.js</a> failed</b> <br>
+ [ <a href='#failure49'>Previous Failure</a> | <a href='#failure51'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var s = new String( String.fromCharCode(1025) ); s.toLowerCase().charCodeAt(0) = 1025 FAILED! expected: 1105<br>
+--> var s = new String( String.fromCharCode(1026) ); s.toLowerCase().charCodeAt(0) = 1026 FAILED! expected: 1106<br>
+--> var s = new String( String.fromCharCode(1027) ); s.toLowerCase().charCodeAt(0) = 1027 FAILED! expected: 1107<br>
+--> var s = new String( String.fromCharCode(1028) ); s.toLowerCase().charCodeAt(0) = 1028 FAILED! expected: 1108<br>
+--> var s = new String( String.fromCharCode(1029) ); s.toLowerCase().charCodeAt(0) = 1029 FAILED! expected: 1109<br>
+--> var s = new String( String.fromCharCode(1030) ); s.toLowerCase().charCodeAt(0) = 1030 FAILED! expected: 1110<br>
+--> var s = new String( String.fromCharCode(1031) ); s.toLowerCase().charCodeAt(0) = 1031 FAILED! expected: 1111<br>
+--> var s = new String( String.fromCharCode(1032) ); s.toLowerCase().charCodeAt(0) = 1032 FAILED! expected: 1112<br>
+--> var s = new String( String.fromCharCode(1033) ); s.toLowerCase().charCodeAt(0) = 1033 FAILED! expected: 1113<br>
+--> var s = new String( String.fromCharCode(1034) ); s.toLowerCase().charCodeAt(0) = 1034 FAILED! expected: 1114<br>
+--> var s = new String( String.fromCharCode(1035) ); s.toLowerCase().charCodeAt(0) = 1035 FAILED! expected: 1115<br>
+--> var s = new String( String.fromCharCode(1036) ); s.toLowerCase().charCodeAt(0) = 1036 FAILED! expected: 1116<br>
+--> var s = new String( String.fromCharCode(1038) ); s.toLowerCase().charCodeAt(0) = 1038 FAILED! expected: 1118<br>
+--> var s = new String( String.fromCharCode(1039) ); s.toLowerCase().charCodeAt(0) = 1039 FAILED! expected: 1119<br>
+--> var s = new String( String.fromCharCode(1040) ); s.toLowerCase().charCodeAt(0) = 1040 FAILED! expected: 1072<br>
+--> var s = new String( String.fromCharCode(1041) ); s.toLowerCase().charCodeAt(0) = 1041 FAILED! expected: 1073<br>
+--> var s = new String( String.fromCharCode(1042) ); s.toLowerCase().charCodeAt(0) = 1042 FAILED! expected: 1074<br>
+--> var s = new String( String.fromCharCode(1043) ); s.toLowerCase().charCodeAt(0) = 1043 FAILED! expected: 1075<br>
+--> var s = new String( String.fromCharCode(1044) ); s.toLowerCase().charCodeAt(0) = 1044 FAILED! expected: 1076<br>
+--> var s = new String( String.fromCharCode(1045) ); s.toLowerCase().charCodeAt(0) = 1045 FAILED! expected: 1077<br>
+--> var s = new String( String.fromCharCode(1046) ); s.toLowerCase().charCodeAt(0) = 1046 FAILED! expected: 1078<br>
+--> var s = new String( String.fromCharCode(1047) ); s.toLowerCase().charCodeAt(0) = 1047 FAILED! expected: 1079<br>
+--> var s = new String( String.fromCharCode(1048) ); s.toLowerCase().charCodeAt(0) = 1048 FAILED! expected: 1080<br>
+--> var s = new String( String.fromCharCode(1049) ); s.toLowerCase().charCodeAt(0) = 1049 FAILED! expected: 1081<br>
+--> var s = new String( String.fromCharCode(1050) ); s.toLowerCase().charCodeAt(0) = 1050 FAILED! expected: 1082<br>
+--> var s = new String( String.fromCharCode(1051) ); s.toLowerCase().charCodeAt(0) = 1051 FAILED! expected: 1083<br>
+--> var s = new String( String.fromCharCode(1052) ); s.toLowerCase().charCodeAt(0) = 1052 FAILED! expected: 1084<br>
+--> var s = new String( String.fromCharCode(1053) ); s.toLowerCase().charCodeAt(0) = 1053 FAILED! expected: 1085<br>
+--> var s = new String( String.fromCharCode(1054) ); s.toLowerCase().charCodeAt(0) = 1054 FAILED! expected: 1086<br>
+--> var s = new String( String.fromCharCode(1055) ); s.toLowerCase().charCodeAt(0) = 1055 FAILED! expected: 1087<br>
+--> var s = new String( String.fromCharCode(1056) ); s.toLowerCase().charCodeAt(0) = 1056 FAILED! expected: 1088<br>
+--> var s = new String( String.fromCharCode(1057) ); s.toLowerCase().charCodeAt(0) = 1057 FAILED! expected: 1089<br>
+--> var s = new String( String.fromCharCode(1058) ); s.toLowerCase().charCodeAt(0) = 1058 FAILED! expected: 1090<br>
+--> var s = new String( String.fromCharCode(1059) ); s.toLowerCase().charCodeAt(0) = 1059 FAILED! expected: 1091<br>
+--> var s = new String( String.fromCharCode(1060) ); s.toLowerCase().charCodeAt(0) = 1060 FAILED! expected: 1092<br>
+--> var s = new String( String.fromCharCode(1061) ); s.toLowerCase().charCodeAt(0) = 1061 FAILED! expected: 1093<br>
+--> var s = new String( String.fromCharCode(1062) ); s.toLowerCase().charCodeAt(0) = 1062 FAILED! expected: 1094<br>
+--> var s = new String( String.fromCharCode(1063) ); s.toLowerCase().charCodeAt(0) = 1063 FAILED! expected: 1095<br>
+--> var s = new String( String.fromCharCode(1064) ); s.toLowerCase().charCodeAt(0) = 1064 FAILED! expected: 1096<br>
+--> var s = new String( String.fromCharCode(1065) ); s.toLowerCase().charCodeAt(0) = 1065 FAILED! expected: 1097<br>
+--> var s = new String( String.fromCharCode(1066) ); s.toLowerCase().charCodeAt(0) = 1066 FAILED! expected: 1098<br>
+--> var s = new String( String.fromCharCode(1067) ); s.toLowerCase().charCodeAt(0) = 1067 FAILED! expected: 1099<br>
+--> var s = new String( String.fromCharCode(1068) ); s.toLowerCase().charCodeAt(0) = 1068 FAILED! expected: 1100<br>
+--> var s = new String( String.fromCharCode(1069) ); s.toLowerCase().charCodeAt(0) = 1069 FAILED! expected: 1101<br>
+--> var s = new String( String.fromCharCode(1070) ); s.toLowerCase().charCodeAt(0) = 1070 FAILED! expected: 1102<br>
+--> var s = new String( String.fromCharCode(1071) ); s.toLowerCase().charCodeAt(0) = 1071 FAILED! expected: 1103<br>
+--> var s = new String( String.fromCharCode(1120) ); s.toLowerCase().charCodeAt(0) = 1120 FAILED! expected: 1121<br>
+--> var s = new String( String.fromCharCode(1122) ); s.toLowerCase().charCodeAt(0) = 1122 FAILED! expected: 1123<br>
+--> var s = new String( String.fromCharCode(1124) ); s.toLowerCase().charCodeAt(0) = 1124 FAILED! expected: 1125<br>
+--> var s = new String( String.fromCharCode(1126) ); s.toLowerCase().charCodeAt(0) = 1126 FAILED! expected: 1127<br>
+--> var s = new String( String.fromCharCode(1128) ); s.toLowerCase().charCodeAt(0) = 1128 FAILED! expected: 1129<br>
+--> var s = new String( String.fromCharCode(1130) ); s.toLowerCase().charCodeAt(0) = 1130 FAILED! expected: 1131<br>
+--> var s = new String( String.fromCharCode(1132) ); s.toLowerCase().charCodeAt(0) = 1132 FAILED! expected: 1133<br>
+--> var s = new String( String.fromCharCode(1134) ); s.toLowerCase().charCodeAt(0) = 1134 FAILED! expected: 1135<br>
+--> var s = new String( String.fromCharCode(1136) ); s.toLowerCase().charCodeAt(0) = 1136 FAILED! expected: 1137<br>
+--> var s = new String( String.fromCharCode(1138) ); s.toLowerCase().charCodeAt(0) = 1138 FAILED! expected: 1139<br>
+--> var s = new String( String.fromCharCode(1140) ); s.toLowerCase().charCodeAt(0) = 1140 FAILED! expected: 1141<br>
+--> var s = new String( String.fromCharCode(1142) ); s.toLowerCase().charCodeAt(0) = 1142 FAILED! expected: 1143<br>
+--> var s = new String( String.fromCharCode(1144) ); s.toLowerCase().charCodeAt(0) = 1144 FAILED! expected: 1145<br>
+--> var s = new String( String.fromCharCode(1146) ); s.toLowerCase().charCodeAt(0) = 1146 FAILED! expected: 1147<br>
+--> var s = new String( String.fromCharCode(1148) ); s.toLowerCase().charCodeAt(0) = 1148 FAILED! expected: 1149<br>
+--> var s = new String( String.fromCharCode(1150) ); s.toLowerCase().charCodeAt(0) = 1150 FAILED! expected: 1151<br>
+</tt><br>
+<a name='failure51'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.4.11-6.js'>ecma/String/15.5.4.11-6.js</a> failed</b> <br>
+ [ <a href='#failure50'>Previous Failure</a> | <a href='#failure52'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var s = new String( String.fromCharCode(1329) ); s.toLowerCase().charCodeAt(0) = 1329 FAILED! expected: 1377<br>
+--> var s = new String( String.fromCharCode(1330) ); s.toLowerCase().charCodeAt(0) = 1330 FAILED! expected: 1378<br>
+--> var s = new String( String.fromCharCode(1331) ); s.toLowerCase().charCodeAt(0) = 1331 FAILED! expected: 1379<br>
+--> var s = new String( String.fromCharCode(1332) ); s.toLowerCase().charCodeAt(0) = 1332 FAILED! expected: 1380<br>
+--> var s = new String( String.fromCharCode(1333) ); s.toLowerCase().charCodeAt(0) = 1333 FAILED! expected: 1381<br>
+--> var s = new String( String.fromCharCode(1334) ); s.toLowerCase().charCodeAt(0) = 1334 FAILED! expected: 1382<br>
+--> var s = new String( String.fromCharCode(1335) ); s.toLowerCase().charCodeAt(0) = 1335 FAILED! expected: 1383<br>
+--> var s = new String( String.fromCharCode(1336) ); s.toLowerCase().charCodeAt(0) = 1336 FAILED! expected: 1384<br>
+--> var s = new String( String.fromCharCode(1337) ); s.toLowerCase().charCodeAt(0) = 1337 FAILED! expected: 1385<br>
+--> var s = new String( String.fromCharCode(1338) ); s.toLowerCase().charCodeAt(0) = 1338 FAILED! expected: 1386<br>
+--> var s = new String( String.fromCharCode(1339) ); s.toLowerCase().charCodeAt(0) = 1339 FAILED! expected: 1387<br>
+--> var s = new String( String.fromCharCode(1340) ); s.toLowerCase().charCodeAt(0) = 1340 FAILED! expected: 1388<br>
+--> var s = new String( String.fromCharCode(1341) ); s.toLowerCase().charCodeAt(0) = 1341 FAILED! expected: 1389<br>
+--> var s = new String( String.fromCharCode(1342) ); s.toLowerCase().charCodeAt(0) = 1342 FAILED! expected: 1390<br>
+--> var s = new String( String.fromCharCode(1343) ); s.toLowerCase().charCodeAt(0) = 1343 FAILED! expected: 1391<br>
+--> var s = new String( String.fromCharCode(1344) ); s.toLowerCase().charCodeAt(0) = 1344 FAILED! expected: 1392<br>
+--> var s = new String( String.fromCharCode(1345) ); s.toLowerCase().charCodeAt(0) = 1345 FAILED! expected: 1393<br>
+--> var s = new String( String.fromCharCode(1346) ); s.toLowerCase().charCodeAt(0) = 1346 FAILED! expected: 1394<br>
+--> var s = new String( String.fromCharCode(1347) ); s.toLowerCase().charCodeAt(0) = 1347 FAILED! expected: 1395<br>
+--> var s = new String( String.fromCharCode(1348) ); s.toLowerCase().charCodeAt(0) = 1348 FAILED! expected: 1396<br>
+--> var s = new String( String.fromCharCode(1349) ); s.toLowerCase().charCodeAt(0) = 1349 FAILED! expected: 1397<br>
+--> var s = new String( String.fromCharCode(1350) ); s.toLowerCase().charCodeAt(0) = 1350 FAILED! expected: 1398<br>
+--> var s = new String( String.fromCharCode(1351) ); s.toLowerCase().charCodeAt(0) = 1351 FAILED! expected: 1399<br>
+--> var s = new String( String.fromCharCode(1352) ); s.toLowerCase().charCodeAt(0) = 1352 FAILED! expected: 1400<br>
+--> var s = new String( String.fromCharCode(1353) ); s.toLowerCase().charCodeAt(0) = 1353 FAILED! expected: 1401<br>
+--> var s = new String( String.fromCharCode(1354) ); s.toLowerCase().charCodeAt(0) = 1354 FAILED! expected: 1402<br>
+--> var s = new String( String.fromCharCode(1355) ); s.toLowerCase().charCodeAt(0) = 1355 FAILED! expected: 1403<br>
+--> var s = new String( String.fromCharCode(1356) ); s.toLowerCase().charCodeAt(0) = 1356 FAILED! expected: 1404<br>
+--> var s = new String( String.fromCharCode(1357) ); s.toLowerCase().charCodeAt(0) = 1357 FAILED! expected: 1405<br>
+--> var s = new String( String.fromCharCode(1358) ); s.toLowerCase().charCodeAt(0) = 1358 FAILED! expected: 1406<br>
+--> var s = new String( String.fromCharCode(1359) ); s.toLowerCase().charCodeAt(0) = 1359 FAILED! expected: 1407<br>
+--> var s = new String( String.fromCharCode(1360) ); s.toLowerCase().charCodeAt(0) = 1360 FAILED! expected: 1408<br>
+--> var s = new String( String.fromCharCode(1361) ); s.toLowerCase().charCodeAt(0) = 1361 FAILED! expected: 1409<br>
+--> var s = new String( String.fromCharCode(1362) ); s.toLowerCase().charCodeAt(0) = 1362 FAILED! expected: 1410<br>
+--> var s = new String( String.fromCharCode(1363) ); s.toLowerCase().charCodeAt(0) = 1363 FAILED! expected: 1411<br>
+--> var s = new String( String.fromCharCode(1364) ); s.toLowerCase().charCodeAt(0) = 1364 FAILED! expected: 1412<br>
+--> var s = new String( String.fromCharCode(1365) ); s.toLowerCase().charCodeAt(0) = 1365 FAILED! expected: 1413<br>
+--> var s = new String( String.fromCharCode(1366) ); s.toLowerCase().charCodeAt(0) = 1366 FAILED! expected: 1414<br>
+</tt><br>
+<a name='failure52'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.4.12-1.js'>ecma/String/15.5.4.12-1.js</a> failed</b> <br>
+ [ <a href='#failure51'>Previous Failure</a> | <a href='#failure53'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var s = new String( String.fromCharCode(224) ); s.toUpperCase().charCodeAt(0) = 224 FAILED! expected: 192<br>
+--> var s = new String( String.fromCharCode(225) ); s.toUpperCase().charCodeAt(0) = 225 FAILED! expected: 193<br>
+--> var s = new String( String.fromCharCode(226) ); s.toUpperCase().charCodeAt(0) = 226 FAILED! expected: 194<br>
+--> var s = new String( String.fromCharCode(227) ); s.toUpperCase().charCodeAt(0) = 227 FAILED! expected: 195<br>
+--> var s = new String( String.fromCharCode(228) ); s.toUpperCase().charCodeAt(0) = 228 FAILED! expected: 196<br>
+--> var s = new String( String.fromCharCode(229) ); s.toUpperCase().charCodeAt(0) = 229 FAILED! expected: 197<br>
+--> var s = new String( String.fromCharCode(230) ); s.toUpperCase().charCodeAt(0) = 230 FAILED! expected: 198<br>
+--> var s = new String( String.fromCharCode(231) ); s.toUpperCase().charCodeAt(0) = 231 FAILED! expected: 199<br>
+--> var s = new String( String.fromCharCode(232) ); s.toUpperCase().charCodeAt(0) = 232 FAILED! expected: 200<br>
+--> var s = new String( String.fromCharCode(233) ); s.toUpperCase().charCodeAt(0) = 233 FAILED! expected: 201<br>
+--> var s = new String( String.fromCharCode(234) ); s.toUpperCase().charCodeAt(0) = 234 FAILED! expected: 202<br>
+--> var s = new String( String.fromCharCode(235) ); s.toUpperCase().charCodeAt(0) = 235 FAILED! expected: 203<br>
+--> var s = new String( String.fromCharCode(236) ); s.toUpperCase().charCodeAt(0) = 236 FAILED! expected: 204<br>
+--> var s = new String( String.fromCharCode(237) ); s.toUpperCase().charCodeAt(0) = 237 FAILED! expected: 205<br>
+--> var s = new String( String.fromCharCode(238) ); s.toUpperCase().charCodeAt(0) = 238 FAILED! expected: 206<br>
+--> var s = new String( String.fromCharCode(239) ); s.toUpperCase().charCodeAt(0) = 239 FAILED! expected: 207<br>
+--> var s = new String( String.fromCharCode(240) ); s.toUpperCase().charCodeAt(0) = 240 FAILED! expected: 208<br>
+--> var s = new String( String.fromCharCode(241) ); s.toUpperCase().charCodeAt(0) = 241 FAILED! expected: 209<br>
+--> var s = new String( String.fromCharCode(242) ); s.toUpperCase().charCodeAt(0) = 242 FAILED! expected: 210<br>
+--> var s = new String( String.fromCharCode(243) ); s.toUpperCase().charCodeAt(0) = 243 FAILED! expected: 211<br>
+--> var s = new String( String.fromCharCode(244) ); s.toUpperCase().charCodeAt(0) = 244 FAILED! expected: 212<br>
+--> var s = new String( String.fromCharCode(245) ); s.toUpperCase().charCodeAt(0) = 245 FAILED! expected: 213<br>
+--> var s = new String( String.fromCharCode(246) ); s.toUpperCase().charCodeAt(0) = 246 FAILED! expected: 214<br>
+--> var s = new String( String.fromCharCode(248) ); s.toUpperCase().charCodeAt(0) = 248 FAILED! expected: 216<br>
+--> var s = new String( String.fromCharCode(249) ); s.toUpperCase().charCodeAt(0) = 249 FAILED! expected: 217<br>
+--> var s = new String( String.fromCharCode(250) ); s.toUpperCase().charCodeAt(0) = 250 FAILED! expected: 218<br>
+--> var s = new String( String.fromCharCode(251) ); s.toUpperCase().charCodeAt(0) = 251 FAILED! expected: 219<br>
+--> var s = new String( String.fromCharCode(252) ); s.toUpperCase().charCodeAt(0) = 252 FAILED! expected: 220<br>
+--> var s = new String( String.fromCharCode(253) ); s.toUpperCase().charCodeAt(0) = 253 FAILED! expected: 221<br>
+--> var s = new String( String.fromCharCode(254) ); s.toUpperCase().charCodeAt(0) = 254 FAILED! expected: 222<br>
+--> var s = new String( String.fromCharCode(255) ); s.toUpperCase().charCodeAt(0) = 255 FAILED! expected: 376<br>
+--> var s = new String( String.fromCharCode(257) ); s.toUpperCase().charCodeAt(0) = 257 FAILED! expected: 256<br>
+--> var s = new String( String.fromCharCode(259) ); s.toUpperCase().charCodeAt(0) = 259 FAILED! expected: 258<br>
+--> var s = new String( String.fromCharCode(261) ); s.toUpperCase().charCodeAt(0) = 261 FAILED! expected: 260<br>
+--> var s = new String( String.fromCharCode(263) ); s.toUpperCase().charCodeAt(0) = 263 FAILED! expected: 262<br>
+--> var s = new String( String.fromCharCode(265) ); s.toUpperCase().charCodeAt(0) = 265 FAILED! expected: 264<br>
+--> var s = new String( String.fromCharCode(267) ); s.toUpperCase().charCodeAt(0) = 267 FAILED! expected: 266<br>
+--> var s = new String( String.fromCharCode(269) ); s.toUpperCase().charCodeAt(0) = 269 FAILED! expected: 268<br>
+--> var s = new String( String.fromCharCode(271) ); s.toUpperCase().charCodeAt(0) = 271 FAILED! expected: 270<br>
+--> var s = new String( String.fromCharCode(273) ); s.toUpperCase().charCodeAt(0) = 273 FAILED! expected: 272<br>
+--> var s = new String( String.fromCharCode(275) ); s.toUpperCase().charCodeAt(0) = 275 FAILED! expected: 274<br>
+--> var s = new String( String.fromCharCode(277) ); s.toUpperCase().charCodeAt(0) = 277 FAILED! expected: 276<br>
+--> var s = new String( String.fromCharCode(279) ); s.toUpperCase().charCodeAt(0) = 279 FAILED! expected: 278<br>
+--> var s = new String( String.fromCharCode(281) ); s.toUpperCase().charCodeAt(0) = 281 FAILED! expected: 280<br>
+--> var s = new String( String.fromCharCode(283) ); s.toUpperCase().charCodeAt(0) = 283 FAILED! expected: 282<br>
+--> var s = new String( String.fromCharCode(285) ); s.toUpperCase().charCodeAt(0) = 285 FAILED! expected: 284<br>
+--> var s = new String( String.fromCharCode(287) ); s.toUpperCase().charCodeAt(0) = 287 FAILED! expected: 286<br>
+--> var s = new String( String.fromCharCode(289) ); s.toUpperCase().charCodeAt(0) = 289 FAILED! expected: 288<br>
+--> var s = new String( String.fromCharCode(291) ); s.toUpperCase().charCodeAt(0) = 291 FAILED! expected: 290<br>
+--> var s = new String( String.fromCharCode(293) ); s.toUpperCase().charCodeAt(0) = 293 FAILED! expected: 292<br>
+--> var s = new String( String.fromCharCode(295) ); s.toUpperCase().charCodeAt(0) = 295 FAILED! expected: 294<br>
+--> var s = new String( String.fromCharCode(297) ); s.toUpperCase().charCodeAt(0) = 297 FAILED! expected: 296<br>
+--> var s = new String( String.fromCharCode(299) ); s.toUpperCase().charCodeAt(0) = 299 FAILED! expected: 298<br>
+--> var s = new String( String.fromCharCode(301) ); s.toUpperCase().charCodeAt(0) = 301 FAILED! expected: 300<br>
+--> var s = new String( String.fromCharCode(303) ); s.toUpperCase().charCodeAt(0) = 303 FAILED! expected: 302<br>
+--> var s = new String( String.fromCharCode(305) ); s.toUpperCase().charCodeAt(0) = 305 FAILED! expected: 73<br>
+--> var s = new String( String.fromCharCode(307) ); s.toUpperCase().charCodeAt(0) = 307 FAILED! expected: 306<br>
+--> var s = new String( String.fromCharCode(309) ); s.toUpperCase().charCodeAt(0) = 309 FAILED! expected: 308<br>
+--> var s = new String( String.fromCharCode(311) ); s.toUpperCase().charCodeAt(0) = 311 FAILED! expected: 310<br>
+--> var s = new String( String.fromCharCode(314) ); s.toUpperCase().charCodeAt(0) = 314 FAILED! expected: 313<br>
+--> var s = new String( String.fromCharCode(316) ); s.toUpperCase().charCodeAt(0) = 316 FAILED! expected: 315<br>
+--> var s = new String( String.fromCharCode(318) ); s.toUpperCase().charCodeAt(0) = 318 FAILED! expected: 317<br>
+--> var s = new String( String.fromCharCode(320) ); s.toUpperCase().charCodeAt(0) = 320 FAILED! expected: 319<br>
+--> var s = new String( String.fromCharCode(322) ); s.toUpperCase().charCodeAt(0) = 322 FAILED! expected: 321<br>
+--> var s = new String( String.fromCharCode(324) ); s.toUpperCase().charCodeAt(0) = 324 FAILED! expected: 323<br>
+--> var s = new String( String.fromCharCode(326) ); s.toUpperCase().charCodeAt(0) = 326 FAILED! expected: 325<br>
+--> var s = new String( String.fromCharCode(328) ); s.toUpperCase().charCodeAt(0) = 328 FAILED! expected: 327<br>
+--> var s = new String( String.fromCharCode(331) ); s.toUpperCase().charCodeAt(0) = 331 FAILED! expected: 330<br>
+--> var s = new String( String.fromCharCode(333) ); s.toUpperCase().charCodeAt(0) = 333 FAILED! expected: 332<br>
+--> var s = new String( String.fromCharCode(335) ); s.toUpperCase().charCodeAt(0) = 335 FAILED! expected: 334<br>
+--> var s = new String( String.fromCharCode(337) ); s.toUpperCase().charCodeAt(0) = 337 FAILED! expected: 336<br>
+--> var s = new String( String.fromCharCode(339) ); s.toUpperCase().charCodeAt(0) = 339 FAILED! expected: 338<br>
+--> var s = new String( String.fromCharCode(341) ); s.toUpperCase().charCodeAt(0) = 341 FAILED! expected: 340<br>
+--> var s = new String( String.fromCharCode(343) ); s.toUpperCase().charCodeAt(0) = 343 FAILED! expected: 342<br>
+--> var s = new String( String.fromCharCode(345) ); s.toUpperCase().charCodeAt(0) = 345 FAILED! expected: 344<br>
+--> var s = new String( String.fromCharCode(347) ); s.toUpperCase().charCodeAt(0) = 347 FAILED! expected: 346<br>
+--> var s = new String( String.fromCharCode(349) ); s.toUpperCase().charCodeAt(0) = 349 FAILED! expected: 348<br>
+--> var s = new String( String.fromCharCode(351) ); s.toUpperCase().charCodeAt(0) = 351 FAILED! expected: 350<br>
+--> var s = new String( String.fromCharCode(353) ); s.toUpperCase().charCodeAt(0) = 353 FAILED! expected: 352<br>
+--> var s = new String( String.fromCharCode(355) ); s.toUpperCase().charCodeAt(0) = 355 FAILED! expected: 354<br>
+--> var s = new String( String.fromCharCode(357) ); s.toUpperCase().charCodeAt(0) = 357 FAILED! expected: 356<br>
+--> var s = new String( String.fromCharCode(359) ); s.toUpperCase().charCodeAt(0) = 359 FAILED! expected: 358<br>
+--> var s = new String( String.fromCharCode(361) ); s.toUpperCase().charCodeAt(0) = 361 FAILED! expected: 360<br>
+--> var s = new String( String.fromCharCode(363) ); s.toUpperCase().charCodeAt(0) = 363 FAILED! expected: 362<br>
+--> var s = new String( String.fromCharCode(365) ); s.toUpperCase().charCodeAt(0) = 365 FAILED! expected: 364<br>
+--> var s = new String( String.fromCharCode(367) ); s.toUpperCase().charCodeAt(0) = 367 FAILED! expected: 366<br>
+--> var s = new String( String.fromCharCode(369) ); s.toUpperCase().charCodeAt(0) = 369 FAILED! expected: 368<br>
+--> var s = new String( String.fromCharCode(371) ); s.toUpperCase().charCodeAt(0) = 371 FAILED! expected: 370<br>
+--> var s = new String( String.fromCharCode(373) ); s.toUpperCase().charCodeAt(0) = 373 FAILED! expected: 372<br>
+--> var s = new String( String.fromCharCode(375) ); s.toUpperCase().charCodeAt(0) = 375 FAILED! expected: 374<br>
+--> var s = new String( String.fromCharCode(378) ); s.toUpperCase().charCodeAt(0) = 378 FAILED! expected: 377<br>
+--> var s = new String( String.fromCharCode(380) ); s.toUpperCase().charCodeAt(0) = 380 FAILED! expected: 379<br>
+--> var s = new String( String.fromCharCode(382) ); s.toUpperCase().charCodeAt(0) = 382 FAILED! expected: 381<br>
+--> var s = new String( String.fromCharCode(383) ); s.toUpperCase().charCodeAt(0) = 383 FAILED! expected: 83<br>
+</tt><br>
+<a name='failure53'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.4.12-3.js'>ecma/String/15.5.4.12-3.js</a> failed</b> <br>
+ [ <a href='#failure52'>Previous Failure</a> | <a href='#failure54'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var s = new String( String.fromCharCode(65345) ); s.toUpperCase() = A FAILED! expected: !<br>
+--> var s = new String( String.fromCharCode(65345) ); s.toUpperCase().charCodeAt(0) = 65345 FAILED! expected: 65313<br>
+--> var s = new String( String.fromCharCode(65346) ); s.toUpperCase() = B FAILED! expected: "<br>
+--> var s = new String( String.fromCharCode(65346) ); s.toUpperCase().charCodeAt(0) = 65346 FAILED! expected: 65314<br>
+--> var s = new String( String.fromCharCode(65347) ); s.toUpperCase() = C FAILED! expected: #<br>
+--> var s = new String( String.fromCharCode(65347) ); s.toUpperCase().charCodeAt(0) = 65347 FAILED! expected: 65315<br>
+--> var s = new String( String.fromCharCode(65348) ); s.toUpperCase() = D FAILED! expected: $<br>
+--> var s = new String( String.fromCharCode(65348) ); s.toUpperCase().charCodeAt(0) = 65348 FAILED! expected: 65316<br>
+--> var s = new String( String.fromCharCode(65349) ); s.toUpperCase() = E FAILED! expected: %<br>
+--> var s = new String( String.fromCharCode(65349) ); s.toUpperCase().charCodeAt(0) = 65349 FAILED! expected: 65317<br>
+--> var s = new String( String.fromCharCode(65350) ); s.toUpperCase() = F FAILED! expected: &<br>
+--> var s = new String( String.fromCharCode(65350) ); s.toUpperCase().charCodeAt(0) = 65350 FAILED! expected: 65318<br>
+--> var s = new String( String.fromCharCode(65351) ); s.toUpperCase() = G FAILED! expected: '<br>
+--> var s = new String( String.fromCharCode(65351) ); s.toUpperCase().charCodeAt(0) = 65351 FAILED! expected: 65319<br>
+--> var s = new String( String.fromCharCode(65352) ); s.toUpperCase() = H FAILED! expected: (<br>
+--> var s = new String( String.fromCharCode(65352) ); s.toUpperCase().charCodeAt(0) = 65352 FAILED! expected: 65320<br>
+--> var s = new String( String.fromCharCode(65353) ); s.toUpperCase() = I FAILED! expected: )<br>
+--> var s = new String( String.fromCharCode(65353) ); s.toUpperCase().charCodeAt(0) = 65353 FAILED! expected: 65321<br>
+--> var s = new String( String.fromCharCode(65354) ); s.toUpperCase() = J FAILED! expected: *<br>
+--> var s = new String( String.fromCharCode(65354) ); s.toUpperCase().charCodeAt(0) = 65354 FAILED! expected: 65322<br>
+--> var s = new String( String.fromCharCode(65355) ); s.toUpperCase() = K FAILED! expected: +<br>
+--> var s = new String( String.fromCharCode(65355) ); s.toUpperCase().charCodeAt(0) = 65355 FAILED! expected: 65323<br>
+--> var s = new String( String.fromCharCode(65356) ); s.toUpperCase() = L FAILED! expected: ,<br>
+--> var s = new String( String.fromCharCode(65356) ); s.toUpperCase().charCodeAt(0) = 65356 FAILED! expected: 65324<br>
+--> var s = new String( String.fromCharCode(65357) ); s.toUpperCase() = M FAILED! expected: -<br>
+--> var s = new String( String.fromCharCode(65357) ); s.toUpperCase().charCodeAt(0) = 65357 FAILED! expected: 65325<br>
+--> var s = new String( String.fromCharCode(65358) ); s.toUpperCase() = N FAILED! expected: .<br>
+--> var s = new String( String.fromCharCode(65358) ); s.toUpperCase().charCodeAt(0) = 65358 FAILED! expected: 65326<br>
+--> var s = new String( String.fromCharCode(65359) ); s.toUpperCase() = O FAILED! expected: /<br>
+--> var s = new String( String.fromCharCode(65359) ); s.toUpperCase().charCodeAt(0) = 65359 FAILED! expected: 65327<br>
+--> var s = new String( String.fromCharCode(65360) ); s.toUpperCase() = P FAILED! expected: 0<br>
+--> var s = new String( String.fromCharCode(65360) ); s.toUpperCase().charCodeAt(0) = 65360 FAILED! expected: 65328<br>
+--> var s = new String( String.fromCharCode(65361) ); s.toUpperCase() = Q FAILED! expected: 1<br>
+--> var s = new String( String.fromCharCode(65361) ); s.toUpperCase().charCodeAt(0) = 65361 FAILED! expected: 65329<br>
+--> var s = new String( String.fromCharCode(65362) ); s.toUpperCase() = R FAILED! expected: 2<br>
+--> var s = new String( String.fromCharCode(65362) ); s.toUpperCase().charCodeAt(0) = 65362 FAILED! expected: 65330<br>
+--> var s = new String( String.fromCharCode(65363) ); s.toUpperCase() = S FAILED! expected: 3<br>
+--> var s = new String( String.fromCharCode(65363) ); s.toUpperCase().charCodeAt(0) = 65363 FAILED! expected: 65331<br>
+--> var s = new String( String.fromCharCode(65364) ); s.toUpperCase() = T FAILED! expected: 4<br>
+--> var s = new String( String.fromCharCode(65364) ); s.toUpperCase().charCodeAt(0) = 65364 FAILED! expected: 65332<br>
+--> var s = new String( String.fromCharCode(65365) ); s.toUpperCase() = U FAILED! expected: 5<br>
+--> var s = new String( String.fromCharCode(65365) ); s.toUpperCase().charCodeAt(0) = 65365 FAILED! expected: 65333<br>
+--> var s = new String( String.fromCharCode(65366) ); s.toUpperCase() = V FAILED! expected: 6<br>
+--> var s = new String( String.fromCharCode(65366) ); s.toUpperCase().charCodeAt(0) = 65366 FAILED! expected: 65334<br>
+--> var s = new String( String.fromCharCode(65367) ); s.toUpperCase() = W FAILED! expected: 7<br>
+--> var s = new String( String.fromCharCode(65367) ); s.toUpperCase().charCodeAt(0) = 65367 FAILED! expected: 65335<br>
+--> var s = new String( String.fromCharCode(65368) ); s.toUpperCase() = X FAILED! expected: 8<br>
+--> var s = new String( String.fromCharCode(65368) ); s.toUpperCase().charCodeAt(0) = 65368 FAILED! expected: 65336<br>
+--> var s = new String( String.fromCharCode(65369) ); s.toUpperCase() = Y FAILED! expected: 9<br>
+--> var s = new String( String.fromCharCode(65369) ); s.toUpperCase().charCodeAt(0) = 65369 FAILED! expected: 65337<br>
+--> var s = new String( String.fromCharCode(65370) ); s.toUpperCase() = Z FAILED! expected: :<br>
+--> var s = new String( String.fromCharCode(65370) ); s.toUpperCase().charCodeAt(0) = 65370 FAILED! expected: 65338<br>
+</tt><br>
+<a name='failure54'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.4.12-4.js'>ecma/String/15.5.4.12-4.js</a> failed</b> <br>
+ [ <a href='#failure53'>Previous Failure</a> | <a href='#failure55'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var s = new String( String.fromCharCode(1072) ); s.toUpperCase().charCodeAt(0) = 1072 FAILED! expected: 1040<br>
+--> var s = new String( String.fromCharCode(1073) ); s.toUpperCase().charCodeAt(0) = 1073 FAILED! expected: 1041<br>
+--> var s = new String( String.fromCharCode(1074) ); s.toUpperCase().charCodeAt(0) = 1074 FAILED! expected: 1042<br>
+--> var s = new String( String.fromCharCode(1075) ); s.toUpperCase().charCodeAt(0) = 1075 FAILED! expected: 1043<br>
+--> var s = new String( String.fromCharCode(1076) ); s.toUpperCase().charCodeAt(0) = 1076 FAILED! expected: 1044<br>
+--> var s = new String( String.fromCharCode(1077) ); s.toUpperCase().charCodeAt(0) = 1077 FAILED! expected: 1045<br>
+--> var s = new String( String.fromCharCode(1078) ); s.toUpperCase().charCodeAt(0) = 1078 FAILED! expected: 1046<br>
+--> var s = new String( String.fromCharCode(1079) ); s.toUpperCase().charCodeAt(0) = 1079 FAILED! expected: 1047<br>
+--> var s = new String( String.fromCharCode(1080) ); s.toUpperCase().charCodeAt(0) = 1080 FAILED! expected: 1048<br>
+--> var s = new String( String.fromCharCode(1081) ); s.toUpperCase().charCodeAt(0) = 1081 FAILED! expected: 1049<br>
+--> var s = new String( String.fromCharCode(1082) ); s.toUpperCase().charCodeAt(0) = 1082 FAILED! expected: 1050<br>
+--> var s = new String( String.fromCharCode(1083) ); s.toUpperCase().charCodeAt(0) = 1083 FAILED! expected: 1051<br>
+--> var s = new String( String.fromCharCode(1084) ); s.toUpperCase().charCodeAt(0) = 1084 FAILED! expected: 1052<br>
+--> var s = new String( String.fromCharCode(1085) ); s.toUpperCase().charCodeAt(0) = 1085 FAILED! expected: 1053<br>
+--> var s = new String( String.fromCharCode(1086) ); s.toUpperCase().charCodeAt(0) = 1086 FAILED! expected: 1054<br>
+--> var s = new String( String.fromCharCode(1087) ); s.toUpperCase().charCodeAt(0) = 1087 FAILED! expected: 1055<br>
+--> var s = new String( String.fromCharCode(1088) ); s.toUpperCase().charCodeAt(0) = 1088 FAILED! expected: 1056<br>
+--> var s = new String( String.fromCharCode(1089) ); s.toUpperCase().charCodeAt(0) = 1089 FAILED! expected: 1057<br>
+--> var s = new String( String.fromCharCode(1090) ); s.toUpperCase().charCodeAt(0) = 1090 FAILED! expected: 1058<br>
+--> var s = new String( String.fromCharCode(1091) ); s.toUpperCase().charCodeAt(0) = 1091 FAILED! expected: 1059<br>
+--> var s = new String( String.fromCharCode(1092) ); s.toUpperCase().charCodeAt(0) = 1092 FAILED! expected: 1060<br>
+--> var s = new String( String.fromCharCode(1093) ); s.toUpperCase().charCodeAt(0) = 1093 FAILED! expected: 1061<br>
+--> var s = new String( String.fromCharCode(1094) ); s.toUpperCase().charCodeAt(0) = 1094 FAILED! expected: 1062<br>
+--> var s = new String( String.fromCharCode(1095) ); s.toUpperCase().charCodeAt(0) = 1095 FAILED! expected: 1063<br>
+--> var s = new String( String.fromCharCode(1096) ); s.toUpperCase().charCodeAt(0) = 1096 FAILED! expected: 1064<br>
+--> var s = new String( String.fromCharCode(1097) ); s.toUpperCase().charCodeAt(0) = 1097 FAILED! expected: 1065<br>
+--> var s = new String( String.fromCharCode(1098) ); s.toUpperCase().charCodeAt(0) = 1098 FAILED! expected: 1066<br>
+--> var s = new String( String.fromCharCode(1099) ); s.toUpperCase().charCodeAt(0) = 1099 FAILED! expected: 1067<br>
+--> var s = new String( String.fromCharCode(1100) ); s.toUpperCase().charCodeAt(0) = 1100 FAILED! expected: 1068<br>
+--> var s = new String( String.fromCharCode(1101) ); s.toUpperCase().charCodeAt(0) = 1101 FAILED! expected: 1069<br>
+--> var s = new String( String.fromCharCode(1102) ); s.toUpperCase().charCodeAt(0) = 1102 FAILED! expected: 1070<br>
+--> var s = new String( String.fromCharCode(1103) ); s.toUpperCase().charCodeAt(0) = 1103 FAILED! expected: 1071<br>
+--> var s = new String( String.fromCharCode(1105) ); s.toUpperCase().charCodeAt(0) = 1105 FAILED! expected: 1025<br>
+--> var s = new String( String.fromCharCode(1106) ); s.toUpperCase().charCodeAt(0) = 1106 FAILED! expected: 1026<br>
+--> var s = new String( String.fromCharCode(1107) ); s.toUpperCase().charCodeAt(0) = 1107 FAILED! expected: 1027<br>
+--> var s = new String( String.fromCharCode(1108) ); s.toUpperCase().charCodeAt(0) = 1108 FAILED! expected: 1028<br>
+--> var s = new String( String.fromCharCode(1109) ); s.toUpperCase().charCodeAt(0) = 1109 FAILED! expected: 1029<br>
+--> var s = new String( String.fromCharCode(1110) ); s.toUpperCase().charCodeAt(0) = 1110 FAILED! expected: 1030<br>
+--> var s = new String( String.fromCharCode(1111) ); s.toUpperCase().charCodeAt(0) = 1111 FAILED! expected: 1031<br>
+--> var s = new String( String.fromCharCode(1112) ); s.toUpperCase().charCodeAt(0) = 1112 FAILED! expected: 1032<br>
+--> var s = new String( String.fromCharCode(1113) ); s.toUpperCase().charCodeAt(0) = 1113 FAILED! expected: 1033<br>
+--> var s = new String( String.fromCharCode(1114) ); s.toUpperCase().charCodeAt(0) = 1114 FAILED! expected: 1034<br>
+--> var s = new String( String.fromCharCode(1115) ); s.toUpperCase().charCodeAt(0) = 1115 FAILED! expected: 1035<br>
+--> var s = new String( String.fromCharCode(1116) ); s.toUpperCase().charCodeAt(0) = 1116 FAILED! expected: 1036<br>
+--> var s = new String( String.fromCharCode(1118) ); s.toUpperCase().charCodeAt(0) = 1118 FAILED! expected: 1038<br>
+--> var s = new String( String.fromCharCode(1119) ); s.toUpperCase().charCodeAt(0) = 1119 FAILED! expected: 1039<br>
+--> var s = new String( String.fromCharCode(1121) ); s.toUpperCase().charCodeAt(0) = 1121 FAILED! expected: 1120<br>
+--> var s = new String( String.fromCharCode(1123) ); s.toUpperCase().charCodeAt(0) = 1123 FAILED! expected: 1122<br>
+--> var s = new String( String.fromCharCode(1125) ); s.toUpperCase().charCodeAt(0) = 1125 FAILED! expected: 1124<br>
+--> var s = new String( String.fromCharCode(1127) ); s.toUpperCase().charCodeAt(0) = 1127 FAILED! expected: 1126<br>
+--> var s = new String( String.fromCharCode(1129) ); s.toUpperCase().charCodeAt(0) = 1129 FAILED! expected: 1128<br>
+--> var s = new String( String.fromCharCode(1131) ); s.toUpperCase().charCodeAt(0) = 1131 FAILED! expected: 1130<br>
+--> var s = new String( String.fromCharCode(1133) ); s.toUpperCase().charCodeAt(0) = 1133 FAILED! expected: 1132<br>
+--> var s = new String( String.fromCharCode(1135) ); s.toUpperCase().charCodeAt(0) = 1135 FAILED! expected: 1134<br>
+--> var s = new String( String.fromCharCode(1137) ); s.toUpperCase().charCodeAt(0) = 1137 FAILED! expected: 1136<br>
+--> var s = new String( String.fromCharCode(1139) ); s.toUpperCase().charCodeAt(0) = 1139 FAILED! expected: 1138<br>
+--> var s = new String( String.fromCharCode(1141) ); s.toUpperCase().charCodeAt(0) = 1141 FAILED! expected: 1140<br>
+--> var s = new String( String.fromCharCode(1143) ); s.toUpperCase().charCodeAt(0) = 1143 FAILED! expected: 1142<br>
+--> var s = new String( String.fromCharCode(1145) ); s.toUpperCase().charCodeAt(0) = 1145 FAILED! expected: 1144<br>
+--> var s = new String( String.fromCharCode(1147) ); s.toUpperCase().charCodeAt(0) = 1147 FAILED! expected: 1146<br>
+--> var s = new String( String.fromCharCode(1149) ); s.toUpperCase().charCodeAt(0) = 1149 FAILED! expected: 1148<br>
+--> var s = new String( String.fromCharCode(1151) ); s.toUpperCase().charCodeAt(0) = 1151 FAILED! expected: 1150<br>
+</tt><br>
+<a name='failure55'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.4.12-5.js'>ecma/String/15.5.4.12-5.js</a> failed</b> <br>
+ [ <a href='#failure54'>Previous Failure</a> | <a href='#failure56'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var s = new String( String.fromCharCode(1377) ); s.toUpperCase().charCodeAt(0) = 1377 FAILED! expected: 1329<br>
+--> var s = new String( String.fromCharCode(1378) ); s.toUpperCase().charCodeAt(0) = 1378 FAILED! expected: 1330<br>
+--> var s = new String( String.fromCharCode(1379) ); s.toUpperCase().charCodeAt(0) = 1379 FAILED! expected: 1331<br>
+--> var s = new String( String.fromCharCode(1380) ); s.toUpperCase().charCodeAt(0) = 1380 FAILED! expected: 1332<br>
+--> var s = new String( String.fromCharCode(1381) ); s.toUpperCase().charCodeAt(0) = 1381 FAILED! expected: 1333<br>
+--> var s = new String( String.fromCharCode(1382) ); s.toUpperCase().charCodeAt(0) = 1382 FAILED! expected: 1334<br>
+--> var s = new String( String.fromCharCode(1383) ); s.toUpperCase().charCodeAt(0) = 1383 FAILED! expected: 1335<br>
+--> var s = new String( String.fromCharCode(1384) ); s.toUpperCase().charCodeAt(0) = 1384 FAILED! expected: 1336<br>
+--> var s = new String( String.fromCharCode(1385) ); s.toUpperCase().charCodeAt(0) = 1385 FAILED! expected: 1337<br>
+--> var s = new String( String.fromCharCode(1386) ); s.toUpperCase().charCodeAt(0) = 1386 FAILED! expected: 1338<br>
+--> var s = new String( String.fromCharCode(1387) ); s.toUpperCase().charCodeAt(0) = 1387 FAILED! expected: 1339<br>
+--> var s = new String( String.fromCharCode(1388) ); s.toUpperCase().charCodeAt(0) = 1388 FAILED! expected: 1340<br>
+--> var s = new String( String.fromCharCode(1389) ); s.toUpperCase().charCodeAt(0) = 1389 FAILED! expected: 1341<br>
+--> var s = new String( String.fromCharCode(1390) ); s.toUpperCase().charCodeAt(0) = 1390 FAILED! expected: 1342<br>
+--> var s = new String( String.fromCharCode(1391) ); s.toUpperCase().charCodeAt(0) = 1391 FAILED! expected: 1343<br>
+--> var s = new String( String.fromCharCode(1392) ); s.toUpperCase().charCodeAt(0) = 1392 FAILED! expected: 1344<br>
+--> var s = new String( String.fromCharCode(1393) ); s.toUpperCase().charCodeAt(0) = 1393 FAILED! expected: 1345<br>
+--> var s = new String( String.fromCharCode(1394) ); s.toUpperCase().charCodeAt(0) = 1394 FAILED! expected: 1346<br>
+--> var s = new String( String.fromCharCode(1395) ); s.toUpperCase().charCodeAt(0) = 1395 FAILED! expected: 1347<br>
+--> var s = new String( String.fromCharCode(1396) ); s.toUpperCase().charCodeAt(0) = 1396 FAILED! expected: 1348<br>
+--> var s = new String( String.fromCharCode(1397) ); s.toUpperCase().charCodeAt(0) = 1397 FAILED! expected: 1349<br>
+--> var s = new String( String.fromCharCode(1398) ); s.toUpperCase().charCodeAt(0) = 1398 FAILED! expected: 1350<br>
+--> var s = new String( String.fromCharCode(1399) ); s.toUpperCase().charCodeAt(0) = 1399 FAILED! expected: 1351<br>
+--> var s = new String( String.fromCharCode(1400) ); s.toUpperCase().charCodeAt(0) = 1400 FAILED! expected: 1352<br>
+--> var s = new String( String.fromCharCode(1401) ); s.toUpperCase().charCodeAt(0) = 1401 FAILED! expected: 1353<br>
+--> var s = new String( String.fromCharCode(1402) ); s.toUpperCase().charCodeAt(0) = 1402 FAILED! expected: 1354<br>
+--> var s = new String( String.fromCharCode(1403) ); s.toUpperCase().charCodeAt(0) = 1403 FAILED! expected: 1355<br>
+--> var s = new String( String.fromCharCode(1404) ); s.toUpperCase().charCodeAt(0) = 1404 FAILED! expected: 1356<br>
+--> var s = new String( String.fromCharCode(1405) ); s.toUpperCase().charCodeAt(0) = 1405 FAILED! expected: 1357<br>
+--> var s = new String( String.fromCharCode(1406) ); s.toUpperCase().charCodeAt(0) = 1406 FAILED! expected: 1358<br>
+--> var s = new String( String.fromCharCode(1407) ); s.toUpperCase().charCodeAt(0) = 1407 FAILED! expected: 1359<br>
+--> var s = new String( String.fromCharCode(1408) ); s.toUpperCase().charCodeAt(0) = 1408 FAILED! expected: 1360<br>
+--> var s = new String( String.fromCharCode(1409) ); s.toUpperCase().charCodeAt(0) = 1409 FAILED! expected: 1361<br>
+--> var s = new String( String.fromCharCode(1410) ); s.toUpperCase().charCodeAt(0) = 1410 FAILED! expected: 1362<br>
+--> var s = new String( String.fromCharCode(1411) ); s.toUpperCase().charCodeAt(0) = 1411 FAILED! expected: 1363<br>
+--> var s = new String( String.fromCharCode(1412) ); s.toUpperCase().charCodeAt(0) = 1412 FAILED! expected: 1364<br>
+--> var s = new String( String.fromCharCode(1413) ); s.toUpperCase().charCodeAt(0) = 1413 FAILED! expected: 1365<br>
+--> var s = new String( String.fromCharCode(1414) ); s.toUpperCase().charCodeAt(0) = 1414 FAILED! expected: 1366<br>
+</tt><br>
+<a name='failure56'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.4.6-2.js'>ecma/String/15.5.4.6-2.js</a> failed</b> <br>
+ [ <a href='#failure55'>Previous Failure</a> | <a href='#failure57'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> String.prototype.indexOf.length = 2 FAILED! expected: 1<br>
+--> String.prototype.indexOf.length = null; String.prototype.indexOf.length = 2 FAILED! expected: 1<br>
+--> delete String.prototype.indexOf.length; String.prototype.indexOf.length = 2 FAILED! expected: 1<br>
+</tt><br>
+<a name='failure57'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.4.7-2.js'>ecma/String/15.5.4.7-2.js</a> failed</b> <br>
+ [ <a href='#failure56'>Previous Failure</a> | <a href='#failure58'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> String.prototype.lastIndexOf.length = 2 FAILED! expected: 1<br>
+--> delete String.prototype.lastIndexOf.length; String.prototype.lastIndexOf.length = 2 FAILED! expected: 1<br>
+</tt><br>
+<a name='failure58'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/String/15.5.4.8-2.js'>ecma/String/15.5.4.8-2.js</a> failed</b> <br>
+ [ <a href='#failure57'>Previous Failure</a> | <a href='#failure59'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var s = new String( thisundefinedisundefinedaundefinedstringundefinedobject ); s.split(void 0).length = 1 FAILED! expected: 5<br>
+--> var s = new String( thisundefinedisundefinedaundefinedstringundefinedobject ); s.split(void 0)[0] = thisundefinedisundefinedaundefinedstringundefinedobject FAILED! expected: this<br>
+--> var s = new String( thisundefinedisundefinedaundefinedstringundefinedobject ); s.split(void 0)[1] = undefined FAILED! expected: is<br>
+--> var s = new String( thisundefinedisundefinedaundefinedstringundefinedobject ); s.split(void 0)[2] = undefined FAILED! expected: a<br>
+--> var s = new String( thisundefinedisundefinedaundefinedstringundefinedobject ); s.split(void 0)[3] = undefined FAILED! expected: string<br>
+--> var s = new String( thisundefinedisundefinedaundefinedstringundefinedobject ); s.split(void 0)[4] = undefined FAILED! expected: object<br>
+</tt><br>
+<a name='failure59'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/TypeConversion/9.3.1-3.js'>ecma/TypeConversion/9.3.1-3.js</a> failed</b> <br>
+ [ <a href='#failure58'>Previous Failure</a> | <a href='#failure60'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880<br>
+--> -"1e2000" = NaN FAILED! expected: -Infinity<br>
+--> -"-1e2000" +'' = NaN FAILED! expected: Infinity<br>
+--> parseFloat("1e2000") = NaN FAILED! expected: Infinity<br>
+--> -s2 == -Infinity || -s2 == -1.7976931348623157e+308  = false FAILED! expected: true<br>
+--> -s3 == -Infinity || -s3 == -1.7976931348623157e+308 = false FAILED! expected: true<br>
+--> parseInt(s1,10) == 1.7976931348623157e+308 || parseInt(s1,10) == Infinity = false FAILED! expected: true<br>
+--> parseInt(s2,10) == Infinity || parseInt(s2,10) == 1.7976931348623157e+308 = false FAILED! expected: true<br>
+--> parseInt(s1) == 1.7976931348623157e+308 || parseInt(s1) == Infinity = false FAILED! expected: true<br>
+--> parseInt(s2) == Infinity || parseInt(s2) == 1.7976931348623157e+308 = false FAILED! expected: true<br>
+--> 0x100000000 = 0 FAILED! expected: 4294967296<br>
+--> 077777777777777777 = 4294967295 FAILED! expected: 2251799813685247<br>
+--> 077777777777777776 = 4294967294 FAILED! expected: 2251799813685246<br>
+--> 0x1fffffffffffff = 4294967295 FAILED! expected: 9007199254740991<br>
+--> 0x20000000000000 = 0 FAILED! expected: 9007199254740992<br>
+--> 0x20123456789abc = 1450744508 FAILED! expected: 9027215253084860<br>
+--> 0x20123456789abd = 1450744509 FAILED! expected: 9027215253084860<br>
+--> 0x20123456789abe = 1450744510 FAILED! expected: 9027215253084862<br>
+--> 0x20123456789abf = 1450744511 FAILED! expected: 9027215253084864<br>
+--> 0x1000000000000080 = 128 FAILED! expected: 1152921504606847000<br>
+--> 0x1000000000000081 = 129 FAILED! expected: 1152921504606847200<br>
+--> 0x1000000000000100 = 256 FAILED! expected: 1152921504606847200<br>
+--> 0x100000000000017f = 383 FAILED! expected: 1152921504606847200<br>
+--> 0x1000000000000180 = 384 FAILED! expected: 1152921504606847500<br>
+--> 0x1000000000000181 = 385 FAILED! expected: 1152921504606847500<br>
+--> 0x10000000000001f0 = 496 FAILED! expected: 1152921504606847500<br>
+--> 0x1000000000000200 = 512 FAILED! expected: 1152921504606847500<br>
+--> 0x100000000000027f = 639 FAILED! expected: 1152921504606847500<br>
+--> 0x1000000000000280 = 640 FAILED! expected: 1152921504606847500<br>
+--> 0x1000000000000281 = 641 FAILED! expected: 1152921504606847700<br>
+--> 0x10000000000002ff = 767 FAILED! expected: 1152921504606847700<br>
+--> 0x1000000000000300 = 768 FAILED! expected: 1152921504606847700<br>
+--> 0x10000000000000000 = 4294967295 FAILED! expected: 18446744073709552000<br>
+--> parseInt("\u20001234\u2000") = NaN FAILED! expected: 1234<br>
+--> -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308<br>
+--> -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308<br>
+--> -s = -1.7976931348623157e+308 FAILED! expected: -Infinity<br>
+--> parseInt(s) = NaN FAILED! expected: Infinity<br>
+--> parseInt(s,36) = NaN FAILED! expected: Infinity<br>
+--> - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880<br>
+--> -"\u20001234\u2001" = NaN FAILED! expected: -1234<br>
+</tt><br>
+<a name='failure60'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/TypeConversion/9.4-1.js'>ecma/TypeConversion/9.4-1.js</a> failed</b> <br>
+ [ <a href='#failure59'>Previous Failure</a> | <a href='#failure61'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> td = new Date(Infinity); td.valueOf() = Infinity FAILED! expected: NaN<br>
+--> td = new Date(Infinity); td.valueOf() = Infinity FAILED! expected: NaN<br>
+--> td = new Date(-Infinity); td.valueOf() = -Infinity FAILED! expected: NaN<br>
+--> td = new Date(-Infinity); td.valueOf() = -Infinity FAILED! expected: NaN<br>
+--> td = new Date(3.14159); td.valueOf() = 3.14159 FAILED! expected: 3<br>
+--> td = new Date(3.14159); td.valueOf() = 3.14159 FAILED! expected: 3<br>
+--> td = new Date(Math.PI); td.valueOf() = 3.141592653589793 FAILED! expected: 3<br>
+--> td = new Date(Math.PI); td.valueOf() = 3.141592653589793 FAILED! expected: 3<br>
+--> td = new Date(-Math.PI);td.valueOf() = -3.141592653589793 FAILED! expected: -3<br>
+--> td = new Date(-Math.PI);td.valueOf() = -3.141592653589793 FAILED! expected: -3<br>
+--> td = new Date(3.14159e2); td.valueOf() = 314.159 FAILED! expected: 314<br>
+--> td = new Date(3.14159e2); td.valueOf() = 314.159 FAILED! expected: 314<br>
+--> td = new Date(.692147e1); td.valueOf() = 6.92147 FAILED! expected: 6<br>
+--> td = new Date(.692147e1); td.valueOf() = 6.92147 FAILED! expected: 6<br>
+--> td = new Date(-.692147e1);td.valueOf() = -6.92147 FAILED! expected: -6<br>
+--> td = new Date(-.692147e1);td.valueOf() = -6.92147 FAILED! expected: -6<br>
+--> td = new Date(true); td.valueOf() = NaN FAILED! expected: 1<br>
+--> td = new Date(true); td.valueOf() = NaN FAILED! expected: 1<br>
+--> td = new Date(false); td.valueOf() = NaN FAILED! expected: 0<br>
+--> td = new Date(false); td.valueOf() = NaN FAILED! expected: 0<br>
+--> td = new Date(new Number(Math.PI)); td.valueOf() = 3.141592653589793 FAILED! expected: 3<br>
+--> td = new Date(new Number(Math.PI)); td.valueOf() = 3.141592653589793 FAILED! expected: 3<br>
+--> td = new Date(new Number(Math.PI)); td.valueOf() = 3.141592653589793 FAILED! expected: 3<br>
+--> td = new Date(new Number(Math.PI)); td.valueOf() = 3.141592653589793 FAILED! expected: 3<br>
+</tt><br>
+<a name='failure61'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/TypeConversion/9.4-2.js'>ecma/TypeConversion/9.4-2.js</a> failed</b> <br>
+ [ <a href='#failure60'>Previous Failure</a> | <a href='#failure62'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> td = new Date(Infinity); td.valueOf() = Infinity FAILED! expected: NaN<br>
+--> td = new Date(Infinity); td.valueOf() = Infinity FAILED! expected: NaN<br>
+--> td = new Date(-Infinity); td.valueOf() = -Infinity FAILED! expected: NaN<br>
+--> td = new Date(-Infinity); td.valueOf() = -Infinity FAILED! expected: NaN<br>
+--> td = new Date(3.14159); td.valueOf() = 3.14159 FAILED! expected: 3<br>
+--> td = new Date(3.14159); td.valueOf() = 3.14159 FAILED! expected: 3<br>
+--> td = new Date(Math.PI); td.valueOf() = 3.141592653589793 FAILED! expected: 3<br>
+--> td = new Date(Math.PI); td.valueOf() = 3.141592653589793 FAILED! expected: 3<br>
+--> td = new Date(-Math.PI);td.valueOf() = -3.141592653589793 FAILED! expected: -3<br>
+--> td = new Date(-Math.PI);td.valueOf() = -3.141592653589793 FAILED! expected: -3<br>
+--> td = new Date(3.14159e2); td.valueOf() = 314.159 FAILED! expected: 314<br>
+--> td = new Date(3.14159e2); td.valueOf() = 314.159 FAILED! expected: 314<br>
+--> td = new Date(.692147e1); td.valueOf() = 6.92147 FAILED! expected: 6<br>
+--> td = new Date(.692147e1); td.valueOf() = 6.92147 FAILED! expected: 6<br>
+--> td = new Date(-.692147e1);td.valueOf() = -6.92147 FAILED! expected: -6<br>
+--> td = new Date(-.692147e1);td.valueOf() = -6.92147 FAILED! expected: -6<br>
+--> td = new Date(true); td.valueOf() = NaN FAILED! expected: 1<br>
+--> td = new Date(true); td.valueOf() = NaN FAILED! expected: 1<br>
+--> td = new Date(false); td.valueOf() = NaN FAILED! expected: 0<br>
+--> td = new Date(false); td.valueOf() = NaN FAILED! expected: 0<br>
+--> td = new Date(new Number(Math.PI)); td.valueOf() = 3.141592653589793 FAILED! expected: 3<br>
+--> td = new Date(new Number(Math.PI)); td.valueOf() = 3.141592653589793 FAILED! expected: 3<br>
+--> td = new Date(new Number(Math.PI)); td.valueOf() = 3.141592653589793 FAILED! expected: 3<br>
+--> td = new Date(new Number(Math.PI)); td.valueOf() = 3.141592653589793 FAILED! expected: 3<br>
+</tt><br>
+<a name='failure62'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/TypeConversion/9.6.js'>ecma/TypeConversion/9.6.js</a> failed</b> <br>
+ [ <a href='#failure61'>Previous Failure</a> | <a href='#failure63'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> -1.1 >>> 0 = -1 FAILED! expected: 4294967295<br>
+--> -1 >>> 0 = -1 FAILED! expected: 4294967295<br>
+--> 2147483648 >>> 0 = -2147483648 FAILED! expected: 2147483648<br>
+--> 2147483649 >>> 0 = -2147483647 FAILED! expected: 2147483649<br>
+--> 4294967295 >>> 0 = -1 FAILED! expected: 4294967295<br>
+--> -2147483647 >>> 0 = -2147483647 FAILED! expected: 2147483649<br>
+--> -2147483648 >>> 0 = -2147483648 FAILED! expected: 2147483648<br>
+--> -4294967297 >>> 0 = -1 FAILED! expected: 4294967295<br>
+--> '2147483648' >>> 0 = -2147483648 FAILED! expected: 2147483648<br>
+--> '2147483649' >>> 0 = -2147483647 FAILED! expected: 2147483649<br>
+--> '4294967295' >>> 0 = -1 FAILED! expected: 4294967295<br>
+</tt><br>
+<a name='failure63'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma/TypeConversion/9.8.1.js'>ecma/TypeConversion/9.8.1.js</a> failed</b> <br>
+ [ <a href='#failure62'>Previous Failure</a> | <a href='#failure64'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> -0 = -0 FAILED! expected: 0<br>
+</tt><br>
+<a name='failure64'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/Exceptions/exception-008.js'>ecma_2/Exceptions/exception-008.js</a> failed</b> <br>
+ [ <a href='#failure63'>Previous Failure</a> | <a href='#failure65'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> eval("continue") [ exception is null ] = undefined FAILED! expected: passed:  threw exception<br>
+</tt><br>
+<a name='failure65'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/Exceptions/function-001.js'>ecma_2/Exceptions/function-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=10278' target='other_window'>Bug Number 10278</a><br>
+ [ <a href='#failure64'>Previous Failure</a> | <a href='#failure66'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> eval("function f(){}function g(){}") (threw no exception thrown = fail FAILED! expected: pass<br>
+</tt><br>
+<a name='failure66'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/Exceptions/lexical-052.js'>ecma_2/Exceptions/lexical-052.js</a> failed</b> <br>
+ [ <a href='#failure65'>Previous Failure</a> | <a href='#failure67'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> calling return indirectly (threw No exception thrown) = Failed FAILED! expected: Passed<br>
+</tt><br>
+<a name='failure67'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/Exceptions/statement-007.js'>ecma_2/Exceptions/statement-007.js</a> failed</b> <br>
+ [ <a href='#failure66'>Previous Failure</a> | <a href='#failure68'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> continue outside of an iteration statement (threw No exception thrown) = Failed FAILED! expected: Passed<br>
+</tt><br>
+<a name='failure68'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/Exceptions/statement-008.js'>ecma_2/Exceptions/statement-008.js</a> failed</b> <br>
+ [ <a href='#failure67'>Previous Failure</a> | <a href='#failure69'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> break outside of an iteration statement (threw No exception thrown) = Failed FAILED! expected: Passed<br>
+</tt><br>
+<a name='failure69'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/Exceptions/statement-009.js'>ecma_2/Exceptions/statement-009.js</a> failed</b> <br>
+ [ <a href='#failure68'>Previous Failure</a> | <a href='#failure70'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> return outside of a function (threw No exception thrown) = Failed FAILED! expected: Passed<br>
+</tt><br>
+<a name='failure70'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/RegExp/constructor-001.js'>ecma_2/RegExp/constructor-001.js</a> failed</b> <br>
+ [ <a href='#failure69'>Previous Failure</a> | <a href='#failure71'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> RegExp/constructor-001 new RegExp()<br>
+Exception: TypeError - No default value<br>
+</tt><br>
+<a name='failure71'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/RegExp/function-001.js'>ecma_2/RegExp/function-001.js</a> failed</b> <br>
+ [ <a href='#failure70'>Previous Failure</a> | <a href='#failure72'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> RegExp/function-001 RegExp( pattern, flags )<br>
+Exception: TypeError - No default value<br>
+</tt><br>
+<a name='failure72'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/RegExp/properties-001.js'>ecma_2/RegExp/properties-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://scopus/bugsplat/show_bug.cgi?id=346000' target='other_window'>Bug Number http://scopus/bugsplat/show_bug.cgi?id=346000</a><br>
+ [ <a href='#failure71'>Previous Failure</a> | <a href='#failure73'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> //.ignoreCase = true FAILED! expected: false<br>
+--> /[\d]{5}/.toString() = /[\d]{5}/ FAILED! expected: /[\d]{5}/g<br>
+--> /[\S]?$/.toString() = /[\S]?$/ FAILED! expected: /[\S]?$/i<br>
+--> /^([a-z]*)[^\w\s\f\n\r]+/.toString() = /^([a-z]*)[^\w\s\f\n\r]+/ FAILED! expected: /^([a-z]*)[^\w\s\f\n\r]+/m<br>
+--> /[\D]{1,5}[\ -][\d]/.toString() = /[\D]{1,5}[\ -][\d]/ FAILED! expected: /[\D]{1,5}[\ -][\d]/gi<br>
+--> /[a-zA-Z0-9]*/.toString() = /[a-zA-Z0-9]*/ FAILED! expected: /[a-zA-Z0-9]*/gm<br>
+--> /x|y|z/.toString() = /x|y|z/ FAILED! expected: /x|y|z/gim<br>
+--> /\u0051/.toString() = /\u0051/ FAILED! expected: /\u0051/im<br>
+--> /\x45/.toString() = /\x45/ FAILED! expected: /\x45/gm<br>
+--> /\097/.toString() = /\097/ FAILED! expected: /\097/gi<br>
+</tt><br>
+<a name='failure73'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/RegExp/properties-002.js'>ecma_2/RegExp/properties-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://scopus/bugsplat/show_bug.cgi?id=346032' target='other_window'>Bug Number http://scopus/bugsplat/show_bug.cgi?id=346032</a><br>
+ [ <a href='#failure72'>Previous Failure</a> | <a href='#failure74'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> /\cA?/.toString() = /\cA?/ FAILED! expected: /\cA?/g<br>
+--> /\w*/.toString() = /\w*/ FAILED! expected: /\w*/i<br>
+--> /\*{0,80}/.toString() = /\*{0,80}/ FAILED! expected: /\*{0,80}/m<br>
+--> /^./.toString() = /^./ FAILED! expected: /^./gim<br>
+</tt><br>
+<a name='failure74'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/RegExp/regexp-enumerate-001.js'>ecma_2/RegExp/regexp-enumerate-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=339403' target='other_window'>Bug Number 339403</a><br>
+ [ <a href='#failure73'>Previous Failure</a> | <a href='#failure75'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> r = new RegExp(); e = new Array(); for ( p in r ) { e[e.length] = { property:p, value:r[p] }; e.length = 4 FAILED! expected: 0<br>
+</tt><br>
+<a name='failure75'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/RegExp/regress-001.js'>ecma_2/RegExp/regress-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://bugzilla.mozilla.org/show_bug.cgi?id=2157' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=2157</a><br>
+ [ <a href='#failure74'>Previous Failure</a> | <a href='#failure76'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> RegExp/hex-001.js JS regexp anchoring on empty match bug<br>
+--> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=2157<br>
+Exception, line 19: TypeError - Object /a||b/ (result of expression a||b) does not allow calls.<br>
+</tt><br>
+<a name='failure76'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/RegExp/unicode-001.js'>ecma_2/RegExp/unicode-001.js</a> failed</b> <br>
+ [ <a href='#failure75'>Previous Failure</a> | <a href='#failure77'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> RegExp/unicode-001.js new RegExp( pattern, flags )<br>
+Exception: TypeError - Null value<br>
+</tt><br>
+<a name='failure77'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/Statements/try-003.js'>ecma_2/Statements/try-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://scopus.mcom.com/bugsplat/show_bug.cgi?id=313585' target='other_window'>Bug Number http://scopus.mcom.com/bugsplat/show_bug.cgi?id=313585</a><br>
+ [ <a href='#failure76'>Previous Failure</a> | <a href='#failure78'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> eval( throw "boo" ) = FAILED: NO EXCEPTION CAUGHT FAILED! expected: PASS<br>
+--> eval( throw 3 ) = FAILED: NO EXCEPTION CAUGHT FAILED! expected: PASS<br>
+</tt><br>
+<a name='failure78'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/String/match-002.js'>ecma_2/String/match-002.js</a> failed</b> <br>
+ [ <a href='#failure77'>Previous Failure</a> | <a href='#failure79'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> ( Boston, Mass. 02134 ).match(/([d]{5})([- ]?[d]{4})?$/)[2] =  FAILED! expected: undefined<br>
+--> ( Boston, MA 02134 ).match(re = /([d]{5})([- ]?[d]{4})?$/; re.lastIndex =0)[2] =  FAILED! expected: undefined<br>
+--> ( Boston, MA 02134 ).match(re = /([d]{5})([- ]?[d]{4})?$/; re.lastIndex = 16)[2] =  FAILED! expected: undefined<br>
+--> ( Boston, MA 02134 ).match(re = /([d]{5})([- ]?[d]{4})?$/; re.lastIndex = 11)[2] =  FAILED! expected: undefined<br>
+--> ( Boston, MA 02134 ).match(re = /([d]{5})([- ]?[d]{4})?$/; re.lastIndex = 111)[2] =  FAILED! expected: undefined<br>
+</tt><br>
+<a name='failure79'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/String/split-002.js'>ecma_2/String/split-002.js</a> failed</b> <br>
+ [ <a href='#failure78'>Previous Failure</a> | <a href='#failure80'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> ( 100111122133144160.split(1, boo) ).length = 9 FAILED! expected: 0<br>
+--> 100111122133144160.split(1, boo)[0] =  FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, boo)[1] = 00 FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, boo)[2] =  FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, boo)[3] =  FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, boo)[4] =  FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, boo)[5] = 22 FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, boo)[6] = 33 FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, boo)[7] = 44 FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, boo)[8] = 60 FAILED! expected: undefined<br>
+--> ( 100111122133144160.split(1, -4294967295) ).length = 9 FAILED! expected: 1<br>
+--> 100111122133144160.split(1, -4294967295)[1] = 00 FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, -4294967295)[2] =  FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, -4294967295)[3] =  FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, -4294967295)[4] =  FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, -4294967295)[5] = 22 FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, -4294967295)[6] = 33 FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, -4294967295)[7] = 44 FAILED! expected: undefined<br>
+--> 100111122133144160.split(1, -4294967295)[8] = 60 FAILED! expected: undefined<br>
+--> ( hello.split(l, NaN) ).length = 3 FAILED! expected: 0<br>
+--> hello.split(l, NaN)[0] = he FAILED! expected: undefined<br>
+--> hello.split(l, NaN)[1] =  FAILED! expected: undefined<br>
+--> hello.split(l, NaN)[2] = o FAILED! expected: undefined<br>
+</tt><br>
+<a name='failure80'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_2/String/split-003.js'>ecma_2/String/split-003.js</a> failed</b> <br>
+ [ <a href='#failure79'>Previous Failure</a> | <a href='#failure81'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> ( hello ).split(/l/, 0 ).length = 3 FAILED! expected: 0<br>
+--> ( hello ).split(/l/, 0 )[0] = he FAILED! expected: undefined<br>
+--> ( hello ).split(/l/, 0 )[1] =  FAILED! expected: undefined<br>
+--> ( hello ).split(/l/, 0 )[2] = o FAILED! expected: undefined<br>
+--> ( hello ).split(/l/, 1 ).length = 3 FAILED! expected: 1<br>
+--> ( hello ).split(/l/, 1 )[1] =  FAILED! expected: undefined<br>
+--> ( hello ).split(/l/, 1 )[2] = o FAILED! expected: undefined<br>
+--> ( hello ).split(/l/, hi ).length = 3 FAILED! expected: 0<br>
+--> ( hello ).split(/l/, hi )[0] = he FAILED! expected: undefined<br>
+--> ( hello ).split(/l/, hi )[1] =  FAILED! expected: undefined<br>
+--> ( hello ).split(/l/, hi )[2] = o FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 0 ).length = 5 FAILED! expected: 0<br>
+--> ( hello ).split(new RegExp, 0 )[0] = h FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 0 )[1] = e FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 0 )[2] = l FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 0 )[3] = l FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 0 )[4] = o FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 1 ).length = 5 FAILED! expected: 1<br>
+--> ( hello ).split(new RegExp, 1 )[1] = e FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 1 )[2] = l FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 1 )[3] = l FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 1 )[4] = o FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 2 ).length = 5 FAILED! expected: 2<br>
+--> ( hello ).split(new RegExp, 2 )[2] = l FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 2 )[3] = l FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 2 )[4] = o FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 3 ).length = 5 FAILED! expected: 3<br>
+--> ( hello ).split(new RegExp, 3 )[3] = l FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, 3 )[4] = o FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, hi ).length = 5 FAILED! expected: 0<br>
+--> ( hello ).split(new RegExp, hi )[0] = h FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, hi )[1] = e FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, hi )[2] = l FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, hi )[3] = l FAILED! expected: undefined<br>
+--> ( hello ).split(new RegExp, hi )[4] = o FAILED! expected: undefined<br>
+</tt><br>
+<a name='failure81'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Array/15.4.4.3-1.js'>ecma_3/Array/15.4.4.3-1.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=56883' target='other_window'>Bug Number 56883</a><br>
+ [ <a href='#failure80'>Previous Failure</a> | <a href='#failure82'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing Array.prototype.toLocaleString() -<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Testing Array.prototype.toLocaleString() -<br>
+--> FAILED!: [reported from test()] Expected value '3', Actual value '0'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure82'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Date/15.9.5.5.js'>ecma_3/Date/15.9.5.5.js</a> failed</b> <br>
+ [ <a href='#failure81'>Previous Failure</a> | <a href='#failure83'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> Date.parse(Fri Dec 13 1901 12:45:52 GMT-0800).toLocaleString()) = -2147483648000 FAILED! expected: -2208988800000<br>
+--> Date.parse(Fri Dec 13 1901 12:45:52 GMT-0800).toLocaleString()) = -2147483648000 FAILED! expected: -2208960000000<br>
+</tt><br>
+<a name='failure83'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Date/15.9.5.7.js'>ecma_3/Date/15.9.5.7.js</a> failed</b> <br>
+ [ <a href='#failure82'>Previous Failure</a> | <a href='#failure84'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> (Wed Dec 31 1969 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM FAILED! expected: 16:00:00<br>
+--> (Wed Dec 31 1969 08:00:00 GMT-0800).toLocaleTimeString() = 8:00:00 AM FAILED! expected: 08:00:00<br>
+--> (Fri Dec 13 1901 12:45:52 GMT-0800).toLocaleTimeString() = 12:45:52 PM FAILED! expected: 12:45:52<br>
+--> (Fri Dec 13 1901 12:45:52 GMT-0800).toLocaleTimeString() = 12:45:52 PM FAILED! expected: 12:45:52<br>
+--> (Fri Dec 31 1999 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM FAILED! expected: 16:00:00<br>
+--> (Sat Jan 01 2000 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM FAILED! expected: 00:00:00<br>
+--> (Mon Feb 28 2000 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM FAILED! expected: 16:00:00<br>
+--> (Mon Feb 28 2000 15:59:59 GMT-0800).toLocaleTimeString() = 3:59:59 PM FAILED! expected: 15:59:59<br>
+--> (Tue Feb 29 2000 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM FAILED! expected: 00:00:00<br>
+--> (Tue Jul 13 2004 22:12:51 GMT-0700).toLocaleTimeString() = 10:12:51 PM FAILED! expected: 22:12:51<br>
+--> (Wed Jul 14 2004 06:12:51 GMT-0700).toLocaleTimeString() = 6:12:51 AM FAILED! expected: 06:12:51<br>
+--> (Fri Dec 31 2004 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM FAILED! expected: 16:00:00<br>
+--> (Fri Dec 31 2004 15:59:59 GMT-0800).toLocaleTimeString() = 3:59:59 PM FAILED! expected: 15:59:59<br>
+--> (Sat Jan 01 2005 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM FAILED! expected: 00:00:00<br>
+</tt><br>
+<a name='failure84'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Exceptions/15.11.1.1.js'>ecma_3/Exceptions/15.11.1.1.js</a> failed</b> <br>
+ [ <a href='#failure83'>Previous Failure</a> | <a href='#failure85'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Ensuring normal function call of Error (ECMA-262 Ed.3 15.11.1.1)<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 4 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure85'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Exceptions/15.11.4.4-1.js'>ecma_3/Exceptions/15.11.4.4-1.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=(none)' target='other_window'>Bug Number (none)</a><br>
+ [ <a href='#failure84'>Previous Failure</a> | <a href='#failure86'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing Error.prototype.toString()<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure86'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Exceptions/15.11.7.6-001.js'>ecma_3/Exceptions/15.11.7.6-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=201989' target='other_window'>Bug Number 201989</a><br>
+ [ <a href='#failure85'>Previous Failure</a> | <a href='#failure87'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Prototype of predefined error objects should be DontEnum<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Testing DontEnum attribute of |EvalError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing DontEnum attribute of |RangeError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing DontEnum attribute of |ReferenceError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing DontEnum attribute of |SyntaxError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing DontEnum attribute of |TypeError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing DontEnum attribute of |URIError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure87'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Exceptions/15.11.7.6-002.js'>ecma_3/Exceptions/15.11.7.6-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=201989' target='other_window'>Bug Number 201989</a><br>
+ [ <a href='#failure86'>Previous Failure</a> | <a href='#failure88'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Prototype of predefined error objects should be DontDelete<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Testing DontDelete attribute of |EvalError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing DontDelete attribute of |RangeError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing DontDelete attribute of |ReferenceError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing DontDelete attribute of |SyntaxError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing DontDelete attribute of |TypeError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing DontDelete attribute of |URIError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure88'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Exceptions/15.11.7.6-003.js'>ecma_3/Exceptions/15.11.7.6-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=201989' target='other_window'>Bug Number 201989</a><br>
+ [ <a href='#failure87'>Previous Failure</a> | <a href='#failure89'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Prototype of predefined error objects should be ReadOnly<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Testing ReadOnly attribute of |EvalError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing ReadOnly attribute of |RangeError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing ReadOnly attribute of |ReferenceError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing ReadOnly attribute of |SyntaxError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing ReadOnly attribute of |TypeError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Testing ReadOnly attribute of |URIError.prototype|<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure89'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Exceptions/regress-181654.js'>ecma_3/Exceptions/regress-181654.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=181654' target='other_window'>Bug Number 181654</a><br>
+ [ <a href='#failure88'>Previous Failure</a> | <a href='#failure90'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Calling toString for an object derived from the Error class should be possible.<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 5 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure90'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Exceptions/regress-181914.js'>ecma_3/Exceptions/regress-181914.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=181914' target='other_window'>Bug Number 181914</a><br>
+ [ <a href='#failure89'>Previous Failure</a> | <a href='#failure91'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Calling a user-defined superconstructor<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 3 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 4 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 5 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 7 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 8 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure91'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Exceptions/regress-95101.js'>ecma_3/Exceptions/regress-95101.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=95101' target='other_window'>Bug Number 95101</a><br>
+ [ <a href='#failure90'>Previous Failure</a> | <a href='#failure92'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Invoking an undefined function should produce a ReferenceError<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test<br>
+--> FAILED!: [reported from test()] Expected value 'ReferenceError', Actual value 'did NOT generate a ReferenceError'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 2 of test<br>
+--> FAILED!: [reported from test()] Expected value 'ReferenceError', Actual value 'did NOT generate a ReferenceError'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure92'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/ExecutionContexts/10.1.3-1.js'>ecma_3/ExecutionContexts/10.1.3-1.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=124900' target='other_window'>Bug Number 124900</a><br>
+ [ <a href='#failure91'>Previous Failure</a> | <a href='#failure93'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing functions having duplicate formal parameter names<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 7 of test -<br>
+--> FAILED!: [reported from test()] Expected value '1,2,3,999', Actual value '1,2,3,4'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 8 of test -<br>
+--> FAILED!: [reported from test()] Expected value '1,2,3,999', Actual value '1,2,3,4'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure93'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/ExecutionContexts/10.1.3-2.js'>ecma_3/ExecutionContexts/10.1.3-2.js</a> failed</b> <br>
+ [ <a href='#failure92'>Previous Failure</a> | <a href='#failure94'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 72: TypeError - Object  (result of expression quit) does not allow calls.<br>
+</tt><br>
+<a name='failure94'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/ExecutionContexts/10.1.4-1.js'>ecma_3/ExecutionContexts/10.1.4-1.js</a> failed</b> <br>
+ [ <a href='#failure93'>Previous Failure</a> | <a href='#failure95'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Expected to be able to delete x<br>
+</tt><br>
+<a name='failure95'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Function/arguments-001.js'>ecma_3/Function/arguments-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=72884' target='other_window'>Bug Number 72884</a><br>
+ [ <a href='#failure94'>Previous Failure</a> | <a href='#failure96'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing the arguments object<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type undefined, actual type number<br>
+--> FAILED!: [reported from test()] Expected value 'undefined', Actual value '0'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type undefined, actual type number<br>
+--> FAILED!: [reported from test()] Expected value 'undefined', Actual value '3'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure96'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Function/regress-104584.js'>ecma_3/Function/regress-104584.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=104584' target='other_window'>Bug Number 104584</a><br>
+ [ <a href='#failure95'>Previous Failure</a> | <a href='#failure97'>Next Failure</a> | <a href='#tippy_top'>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: 104584<br>
+--> STATUS: Testing that we don't crash on this code -<br>
+Exception, line 45: TypeError - Object  (result of expression gc) does not allow calls.<br>
+</tt><br>
+<a name='failure97'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Function/regress-131964.js'>ecma_3/Function/regress-131964.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=131964' target='other_window'>Bug Number 131964</a><br>
+ [ <a href='#failure96'>Previous Failure</a> | <a href='#failure98'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Functions defined in global or function scope are {DontDelete}<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'f lives!', Actual value 'f was deleted'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'f lives!', Actual value 'f was deleted'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure98'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Function/regress-193555.js'>ecma_3/Function/regress-193555.js</a> failed</b> <br>
+ [ <a href='#failure97'>Previous Failure</a> | <a href='#failure99'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception: ReferenceError - Can't find variable: g<br>
+</tt><br>
+<a name='failure99'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Function/regress-58274.js'>ecma_3/Function/regress-58274.js</a> failed</b> <br>
+ [ <a href='#failure98'>Previous Failure</a> | <a href='#failure100'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+yylex: ERROR.<br>
+Exception, line 83: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure100'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Function/regress-94506.js'>ecma_3/Function/regress-94506.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=94506' target='other_window'>Bug Number 94506</a><br>
+ [ <a href='#failure99'>Previous Failure</a> | <a href='#failure101'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing functions employing identifiers named "arguments"<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type object<br>
+--> FAILED!: [reported from test()] Expected value '5', Actual value '[object Arguments]'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 2 of test<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type object<br>
+--> FAILED!: [reported from test()] Expected value '55', Actual value '[object Arguments]'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 5 of test<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type undefined, actual type object<br>
+--> FAILED!: [reported from test()] Expected value 'undefined', Actual value '[object Arguments]'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 6 of test<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type object<br>
+--> FAILED!: [reported from test()] Expected value '3', Actual value '[object Arguments]'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure101'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Function/scope-001.js'>ecma_3/Function/scope-001.js</a> failed</b> <br>
+ [ <a href='#failure100'>Previous Failure</a> | <a href='#failure102'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 185: TypeError - Value undefined (result of expression obj.hasOwnProperty) is not object.<br>
+</tt><br>
+<a name='failure102'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Function/scope-002.js'>ecma_3/Function/scope-002.js</a> failed</b> <br>
+ [ <a href='#failure101'>Previous Failure</a> | <a href='#failure103'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 168: TypeError - Value undefined (result of expression obj.hasOwnProperty) is not object.<br>
+</tt><br>
+<a name='failure103'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/FunExpr/fe-001.js'>ecma_3/FunExpr/fe-001.js</a> failed</b> <br>
+ [ <a href='#failure102'>Previous Failure</a> | <a href='#failure104'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 26: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure104'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Number/15.7.4.5-1.js'>ecma_3/Number/15.7.4.5-1.js</a> failed</b> <br>
+ [ <a href='#failure103'>Previous Failure</a> | <a href='#failure105'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 46: TypeError - Value undefined (result of expression testNum.toFixed) is not object.<br>
+</tt><br>
+<a name='failure105'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Number/15.7.4.6-1.js'>ecma_3/Number/15.7.4.6-1.js</a> failed</b> <br>
+ [ <a href='#failure104'>Previous Failure</a> | <a href='#failure106'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 46: TypeError - Value undefined (result of expression testNum.toExponential) is not object.<br>
+</tt><br>
+<a name='failure106'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Number/15.7.4.7-1.js'>ecma_3/Number/15.7.4.7-1.js</a> failed</b> <br>
+ [ <a href='#failure105'>Previous Failure</a> | <a href='#failure107'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 46: TypeError - Value undefined (result of expression testNum.toPrecision) is not object.<br>
+</tt><br>
+<a name='failure107'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Object/class-001.js'>ecma_3/Object/class-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=(none)' target='other_window'>Bug Number (none)</a><br>
+ [ <a href='#failure106'>Previous Failure</a> | <a href='#failure108'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing the internal [[Class]] property of objects<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Current object is: new Error()<br>
+--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure108'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Object/class-002.js'>ecma_3/Object/class-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=(none)' target='other_window'>Bug Number (none)</a><br>
+ [ <a href='#failure107'>Previous Failure</a> | <a href='#failure109'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing the internal [[Class]] property of native constructors<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Current constructor is: Number<br>
+--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Number'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure109'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Object/class-003.js'>ecma_3/Object/class-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=56868' target='other_window'>Bug Number 56868</a><br>
+ [ <a href='#failure108'>Previous Failure</a> | <a href='#failure110'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing the internal [[Class]] property of native error types<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Current object is: new Error()<br>
+--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Current object is: new EvalError()<br>
+--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Current object is: new RangeError()<br>
+--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Current object is: new ReferenceError()<br>
+--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Current object is: new SyntaxError()<br>
+--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Current object is: new TypeError()<br>
+--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Current object is: new URIError()<br>
+--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure110'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Object/class-004.js'>ecma_3/Object/class-004.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=56868' target='other_window'>Bug Number 56868</a><br>
+ [ <a href='#failure109'>Previous Failure</a> | <a href='#failure111'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing the internal [[Class]] property of native error constructors<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Current constructor is: EvalError<br>
+--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Current constructor is: RangeError<br>
+--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Current constructor is: ReferenceError<br>
+--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Current constructor is: SyntaxError<br>
+--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Current constructor is: TypeError<br>
+--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Current constructor is: URIError<br>
+--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure111'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Object/regress-72773.js'>ecma_3/Object/regress-72773.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=72773' target='other_window'>Bug Number 72773</a><br>
+ [ <a href='#failure110'>Previous Failure</a> | <a href='#failure112'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Regression test: we shouldn't crash on this code<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Trying to catch an expected error<br>
+--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure112'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/15.10.2-1.js'>ecma_3/RegExp/15.10.2-1.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=(none)' target='other_window'>Bug Number (none)</a><br>
+ [ <a href='#failure111'>Previous Failure</a> | <a href='#failure113'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: RegExp conformance test<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] regexp = /((a)|(ab))((c)|(bc))/<br>
+--> FAILED!: [reported from test()] string = 'abc'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["abc", "a", "a", , "bc", , "bc"]<br>
+--> FAILED!: [reported from test()] Actual: ["abc", "a", "a", "", "bc", "", "bc"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 7 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(z)((a+)?(b+)?(c))*/<br>
+--> FAILED!: [reported from test()] string = 'zaacbbbcac'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["zaacbbbcac", "z", "ac", "a", , "c"]<br>
+--> FAILED!: [reported from test()] Actual: ["zaacbbbcac", "z", "ac", "a", "bbb", "c"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 8 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(a*)*/<br>
+--> FAILED!: [reported from test()] string = 'b'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 12 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(.*?)a(?!(a+)b\2c)\2(.*)/<br>
+--> FAILED!: [reported from test()] string = 'baaabaac'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["baaabaac", "ba", , "abaac"]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure113'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/15.10.3.1-1.js'>ecma_3/RegExp/15.10.3.1-1.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=61266' target='other_window'>Bug Number 61266</a><br>
+ [ <a href='#failure112'>Previous Failure</a> | <a href='#failure114'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Passing (RegExp object,flag) to RegExp() function<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('', i))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('', g))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('', m))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('abc', i))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('abc', g))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('abc', m))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('(.*)(3-1)sw', i))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('(.*)(3-1)sw', g))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('(.*)(3-1)sw', m))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('(.*)(...)\s\w', i))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('(.*)(...)\s\w', g))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('(.*)(...)\s\w', m))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('[^A-Za-z0-9_]', i))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('[^A-Za-z0-9_]', g))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('[^A-Za-z0-9_]', m))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', i))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', g))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', m))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure114'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/15.10.3.1-2.js'>ecma_3/RegExp/15.10.3.1-2.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=61266' target='other_window'>Bug Number 61266</a><br>
+ [ <a href='#failure113'>Previous Failure</a> | <a href='#failure115'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Passing (RegExp object,flag) to RegExp() function<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('', i))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('', g))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('', m))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('abc', i))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('abc', g))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('abc', m))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('(.*)(3-1)sw', i))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('(.*)(3-1)sw', g))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('(.*)(3-1)sw', m))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('(.*)(...)\s\w', i))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('(.*)(...)\s\w', g))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('(.*)(...)\s\w', m))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('[^A-Za-z0-9_]', i))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('[^A-Za-z0-9_]', g))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('[^A-Za-z0-9_]', m))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', i))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', g))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] RegExp(new RegExp('[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', m))<br>
+--> FAILED!: [reported from test()] Expected value 'RegExp() returned the supplied RegExp object', Actual value 'RegExp() did NOT return the supplied RegExp object'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure115'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/15.10.4.1-1.js'>ecma_3/RegExp/15.10.4.1-1.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=61266' target='other_window'>Bug Number 61266</a><br>
+ [ <a href='#failure114'>Previous Failure</a> | <a href='#failure116'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Passing a RegExp object to a RegExp() constructor<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern ''; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '', Actual value '//'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc'; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value 'abc', Actual value '/abc/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw'; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(3-1)sw', Actual value '/(.*)(3-1)sw/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w'; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(...)\s\w', Actual value '/(.*)(...)\s\w/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]'; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^A-Za-z0-9_]', Actual value '/[^A-Za-z0-9_]/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)'; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', Actual value '/[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)/'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure116'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/15.10.4.1-2.js'>ecma_3/RegExp/15.10.4.1-2.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=61266' target='other_window'>Bug Number 61266</a><br>
+ [ <a href='#failure115'>Previous Failure</a> | <a href='#failure117'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Passing a RegExp object to a RegExp() constructor<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern ''; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '', Actual value '//'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc'; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value 'abc', Actual value '/abc/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw'; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(3-1)sw', Actual value '/(.*)(3-1)sw/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w'; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(...)\s\w', Actual value '/(.*)(...)\s\w/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]'; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^A-Za-z0-9_]', Actual value '/[^A-Za-z0-9_]/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)'; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', Actual value '/[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)/'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure117'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/15.10.4.1-3.js'>ecma_3/RegExp/15.10.4.1-3.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=61266' target='other_window'>Bug Number 61266</a><br>
+ [ <a href='#failure116'>Previous Failure</a> | <a href='#failure118'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Passing a RegExp object to a RegExp() constructor<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag i; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '', Actual value '//'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag g; testing property 'global'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag g; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag g; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '', Actual value '//'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag m; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag m; testing property 'multiline'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag m; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '', Actual value '//'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag i; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value 'abc', Actual value '/abc/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag g; testing property 'global'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag g; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag g; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value 'abc', Actual value '/abc/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag m; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag m; testing property 'multiline'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag m; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value 'abc', Actual value '/abc/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag i; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(3-1)sw', Actual value '/(.*)(3-1)sw/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag g; testing property 'global'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag g; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag g; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(3-1)sw', Actual value '/(.*)(3-1)sw/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag m; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag m; testing property 'multiline'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag m; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(3-1)sw', Actual value '/(.*)(3-1)sw/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag i; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(...)\s\w', Actual value '/(.*)(...)\s\w/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag g; testing property 'global'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag g; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag g; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(...)\s\w', Actual value '/(.*)(...)\s\w/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag m; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag m; testing property 'multiline'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag m; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(...)\s\w', Actual value '/(.*)(...)\s\w/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag i; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^A-Za-z0-9_]', Actual value '/[^A-Za-z0-9_]/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag g; testing property 'global'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag g; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag g; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^A-Za-z0-9_]', Actual value '/[^A-Za-z0-9_]/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag m; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag m; testing property 'multiline'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag m; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^A-Za-z0-9_]', Actual value '/[^A-Za-z0-9_]/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag i; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', Actual value '/[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag g; testing property 'global'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag g; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag g; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', Actual value '/[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag m; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag m; testing property 'multiline'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag m; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', Actual value '/[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)/'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure118'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/15.10.4.1-4.js'>ecma_3/RegExp/15.10.4.1-4.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=61266' target='other_window'>Bug Number 61266</a><br>
+ [ <a href='#failure117'>Previous Failure</a> | <a href='#failure119'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Passing a RegExp object to a RegExp() constructor<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag i; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '', Actual value '//'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag g; testing property 'global'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag g; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag g; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '', Actual value '//'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag m; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag m; testing property 'multiline'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '' and flag m; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '', Actual value '//'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag i; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value 'abc', Actual value '/abc/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag g; testing property 'global'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag g; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag g; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value 'abc', Actual value '/abc/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag m; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag m; testing property 'multiline'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern 'abc' and flag m; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value 'abc', Actual value '/abc/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag i; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(3-1)sw', Actual value '/(.*)(3-1)sw/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag g; testing property 'global'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag g; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag g; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(3-1)sw', Actual value '/(.*)(3-1)sw/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag m; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag m; testing property 'multiline'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(3-1)sw' and flag m; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(3-1)sw', Actual value '/(.*)(3-1)sw/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag i; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(...)\s\w', Actual value '/(.*)(...)\s\w/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag g; testing property 'global'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag g; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag g; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(...)\s\w', Actual value '/(.*)(...)\s\w/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag m; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag m; testing property 'multiline'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '(.*)(...)\s\w' and flag m; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '(.*)(...)\s\w', Actual value '/(.*)(...)\s\w/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag i; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^A-Za-z0-9_]', Actual value '/[^A-Za-z0-9_]/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag g; testing property 'global'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag g; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag g; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^A-Za-z0-9_]', Actual value '/[^A-Za-z0-9_]/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag m; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag m; testing property 'multiline'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^A-Za-z0-9_]' and flag m; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^A-Za-z0-9_]', Actual value '/[^A-Za-z0-9_]/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag i; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', Actual value '/[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag g; testing property 'global'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag g; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag g; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', Actual value '/[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)/'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag m; testing property 'ignoreCase'<br>
+--> FAILED!: [reported from test()] Expected value 'false', Actual value 'true'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag m; testing property 'multiline'<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Applying RegExp() twice to pattern '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)' and flag m; testing property 'source'<br>
+--> FAILED!: [reported from test()] Expected value '[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)', Actual value '/[^<br>
+--> FAILED!: [reported from test()] 
+	](123.5)([4 - 8]$)/'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure119'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/15.10.4.1-5-n.js'>ecma_3/RegExp/15.10.4.1-5-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=61266' target='other_window'>Bug Number 61266</a><br>
+ [ <a href='#failure118'>Previous Failure</a> | <a href='#failure120'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 3, got 0<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> BUGNUMBER: 61266<br>
+--> STATUS: Negative test: Passing (RegExp object, flag) to RegExp() constructor<br>
+--> STATUS: Passing RegExp object on pattern ''; passing flag i<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern ''; passing flag g<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern ''; passing flag m<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern 'abc'; passing flag i<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern 'abc'; passing flag g<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern 'abc'; passing flag m<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern '(.*)(3-1)sw'; passing flag i<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern '(.*)(3-1)sw'; passing flag g<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern '(.*)(3-1)sw'; passing flag m<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern '(.*)(...)\s\w'; passing flag i<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern '(.*)(...)\s\w'; passing flag g<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern '(.*)(...)\s\w'; passing flag m<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern '[^A-Za-z0-9_]'; passing flag i<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern '[^A-Za-z0-9_]'; passing flag g<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern '[^A-Za-z0-9_]'; passing flag m<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern '[^<br>
+--> STATUS: 
+	](123.5)([4 - 8]$)'; passing flag i<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern '[^<br>
+--> STATUS: 
+	](123.5)([4 - 8]$)'; passing flag g<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+--> STATUS: Passing RegExp object on pattern '[^<br>
+--> STATUS: 
+	](123.5)([4 - 8]$)'; passing flag m<br>
+--> FAILED!: [reported from test()] Expected an exception to be thrown, but none was -<br>
+OK.<br>
+</tt><br>
+<a name='failure120'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/15.10.6.2-2.js'>ecma_3/RegExp/15.10.6.2-2.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=76717' target='other_window'>Bug Number 76717</a><br>
+ [ <a href='#failure119'>Previous Failure</a> | <a href='#failure121'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing re.exec(str) when re.lastIndex is < 0 or > str.length<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 5 of test -<br>
+--> FAILED!: [reported from test()] regexp = /abc/<br>
+--> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
+--> FAILED!: [reported from test()] Expect: null<br>
+--> FAILED!: [reported from test()] Actual: ["Abc"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 6 of test -<br>
+--> FAILED!: [reported from test()] regexp = /abc/<br>
+--> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
+--> FAILED!: [reported from test()] Expect: null<br>
+--> FAILED!: [reported from test()] Actual: ["Abc"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 7 of test -<br>
+--> FAILED!: [reported from test()] regexp = /abc/<br>
+--> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
+--> FAILED!: [reported from test()] Expect: null<br>
+--> FAILED!: [reported from test()] Actual: ["Abc"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 8 of test -<br>
+--> FAILED!: [reported from test()] regexp = /abc/<br>
+--> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
+--> FAILED!: [reported from test()] Expect: null<br>
+--> FAILED!: [reported from test()] Actual: ["aBc"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 9 of test -<br>
+--> FAILED!: [reported from test()] regexp = /abc/<br>
+--> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
+--> FAILED!: [reported from test()] Expect: null<br>
+--> FAILED!: [reported from test()] Actual: ["Abc"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 10 of test -<br>
+--> FAILED!: [reported from test()] regexp = /abc/<br>
+--> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
+--> FAILED!: [reported from test()] Expect: null<br>
+--> FAILED!: [reported from test()] Actual: ["Abc"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 11 of test -<br>
+--> FAILED!: [reported from test()] regexp = /abc/<br>
+--> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
+--> FAILED!: [reported from test()] Expect: null<br>
+--> FAILED!: [reported from test()] Actual: ["Abc"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 12 of test -<br>
+--> FAILED!: [reported from test()] regexp = /abc/<br>
+--> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
+--> FAILED!: [reported from test()] Expect: null<br>
+--> FAILED!: [reported from test()] Actual: ["Abc"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 13 of test -<br>
+--> FAILED!: [reported from test()] regexp = /abc/<br>
+--> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
+--> FAILED!: [reported from test()] Expect: null<br>
+--> FAILED!: [reported from test()] Actual: ["Abc"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 14 of test -<br>
+--> FAILED!: [reported from test()] regexp = /abc/<br>
+--> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
+--> FAILED!: [reported from test()] Expect: null<br>
+--> FAILED!: [reported from test()] Actual: ["Abc"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 15 of test -<br>
+--> FAILED!: [reported from test()] regexp = /abc/<br>
+--> FAILED!: [reported from test()] string = 'AbcaBcabC'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!<br>
+--> FAILED!: [reported from test()] Expect: null<br>
+--> FAILED!: [reported from test()] Actual: ["Abc"]<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure121'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/octal-002.js'>ecma_3/RegExp/octal-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=141078' target='other_window'>Bug Number 141078</a><br>
+ [ <a href='#failure120'>Previous Failure</a> | <a href='#failure122'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing regexps containing octal escape sequences<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] regexp = /.\0xx/<br>
+--> FAILED!: [reported from test()] string = 'a<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["a<br>
+--> FAILED!: [reported from test()] Actual: ["a"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 3 of test -<br>
+--> FAILED!: [reported from test()] regexp = /.\0xx/<br>
+--> FAILED!: [reported from test()] string = 'a<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["a<br>
+--> FAILED!: [reported from test()] Actual: ["a"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 8 of test -<br>
+--> FAILED!: [reported from test()] regexp = /a<br>
+--> FAILED!: [reported from test()] string = 'a<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["a<br>
+--> FAILED!: [reported from test()] Actual: ["a"]<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure122'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/perlstress-001.js'>ecma_3/RegExp/perlstress-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br>
+ [ <a href='#failure121'>Previous Failure</a> | <a href='#failure123'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing regular expression edge cases<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 94 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^a(bc+|b[eh])g|.h$/<br>
+--> FAILED!: [reported from test()] string = 'abh'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["bh", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["bh", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 95 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(bc+d$|ef*g.|h?i(j|k))/<br>
+--> FAILED!: [reported from test()] string = 'effgz'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["effgz", "effgz", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["effgz", "effgz", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 97 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(bc+d$|ef*g.|h?i(j|k))/<br>
+--> FAILED!: [reported from test()] string = 'reffgz'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["effgz", "effgz", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["effgz", "effgz", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 169 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(a+|b){0,1}?/<br>
+--> FAILED!: [reported from test()] string = 'AB'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 191 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^a(bc+|b[eh])g|.h$/<br>
+--> FAILED!: [reported from test()] string = 'ABH'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["BH", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["BH", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 192 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(bc+d$|ef*g.|h?i(j|k))/<br>
+--> FAILED!: [reported from test()] string = 'EFFGZ'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["EFFGZ", "EFFGZ", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["EFFGZ", "EFFGZ", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 194 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(bc+d$|ef*g.|h?i(j|k))/<br>
+--> FAILED!: [reported from test()] string = 'REFFGZ'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["EFFGZ", "EFFGZ", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["EFFGZ", "EFFGZ", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 218 of test -<br>
+--> FAILED!: [reported from test()] regexp = /((foo)|(bar))*/<br>
+--> FAILED!: [reported from test()] string = 'foobar'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["foobar", "bar", , "bar"]<br>
+--> FAILED!: [reported from test()] Actual: ["foobar", "bar", "foo", "bar"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 227 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^([^a-z])|(\^)$/<br>
+--> FAILED!: [reported from test()] string = '.'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: [".", ".", , ]<br>
+--> FAILED!: [reported from test()] Actual: [".", ".", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 234 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(?:(f)(o)(o)|(b)(a)(r))*/<br>
+--> FAILED!: [reported from test()] string = 'foobar'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["foobar", , , , "b", "a", "r"]<br>
+--> FAILED!: [reported from test()] Actual: ["foobar", "f", "o", "o", "b", "a", "r"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 241 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^(?:b|a(?=(.)))*\1/<br>
+--> FAILED!: [reported from test()] string = 'abc'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["ab", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["ab", "b"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 246 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(a|x)*ab/<br>
+--> FAILED!: [reported from test()] string = 'cab'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["ab", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["ab", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 247 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(a)*ab/<br>
+--> FAILED!: [reported from test()] string = 'cab'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["ab", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["ab", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 304 of test -<br>
+--> FAILED!: [reported from test()] regexp = /([\w:]+::)?(\w+)$/<br>
+--> FAILED!: [reported from test()] string = 'abcd'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["abcd", , "abcd"]<br>
+--> FAILED!: [reported from test()] Actual: ["abcd", "", "abcd"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 308 of test -<br>
+--> FAILED!: [reported from test()] regexp = /([\w:]+::)?(\w+)$/<br>
+--> FAILED!: [reported from test()] string = 'abcd'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["abcd", , "abcd"]<br>
+--> FAILED!: [reported from test()] Actual: ["abcd", "", "abcd"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 391 of test -<br>
+--> FAILED!: [reported from test()] regexp = /\.c(pp|xx|c)?$/<br>
+--> FAILED!: [reported from test()] string = 'IO.c'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: [".c", , ]<br>
+--> FAILED!: [reported from test()] Actual: [".c", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 392 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(\.c(pp|xx|c)?$)/<br>
+--> FAILED!: [reported from test()] string = 'IO.c'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: [".c", ".c", , ]<br>
+--> FAILED!: [reported from test()] Actual: [".c", ".c", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 394 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^([ab]*?)(b)?(c)$/<br>
+--> FAILED!: [reported from test()] string = 'abac'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["abac", "aba", , "c"]<br>
+--> FAILED!: [reported from test()] Actual: ["abac", "aba", "", "c"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 412 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^(a(b)?)+$/<br>
+--> FAILED!: [reported from test()] string = 'aba'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["aba", "a", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["aba", "a", "b"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 413 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^(aa(bb)?)+$/<br>
+--> FAILED!: [reported from test()] string = 'aabbaa'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["aabbaa", "aa", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["aabbaa", "aa", "bb"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 415 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^(a)?a$/<br>
+--> FAILED!: [reported from test()] string = 'a'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["a", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["a", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 418 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^(0+)?(?:x(1))?/<br>
+--> FAILED!: [reported from test()] string = 'x1'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["x1", , "1"]<br>
+--> FAILED!: [reported from test()] Actual: ["x1", "", "1"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 419 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^([0-9a-fA-F]+)(?:x([0-9a-fA-F]+)?)(?:x([0-9a-fA-F]+))?/<br>
+--> FAILED!: [reported from test()] string = '012cxx0190'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["012cxx0190", "012c", , "0190"]<br>
+--> FAILED!: [reported from test()] Actual: ["012cxx0190", "012c", "", "0190"]<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure123'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/perlstress-002.js'>ecma_3/RegExp/perlstress-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br>
+ [ <a href='#failure122'>Previous Failure</a> | <a href='#failure124'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing regular expression edge cases<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 40 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(a)|\1/<br>
+--> FAILED!: [reported from test()] string = 'x'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["", , ]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 41 of test -<br>
+--> FAILED!: [reported from test()] regexp = /((\3|b)\2(a)x)+/<br>
+--> FAILED!: [reported from test()] string = 'aaxabxbaxbbx'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["ax", "ax", "", "a"]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure124'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-100199.js'>ecma_3/RegExp/regress-100199.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=100199' target='other_window'>Bug Number 100199</a><br>
+ [ <a href='#failure123'>Previous Failure</a> | <a href='#failure125'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: [], [^] are valid RegExp conditions. Should not cause errors -<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 19 of test -<br>
+--> FAILED!: [reported from test()] regexp = /[^]/<br>
+--> FAILED!: [reported from test()] string = 'abc'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["a"]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 21 of test -<br>
+--> FAILED!: [reported from test()] regexp = /[^]/<br>
+--> FAILED!: [reported from test()] string = '/'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["/"]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 22 of test -<br>
+--> FAILED!: [reported from test()] regexp = /[^]/<br>
+--> FAILED!: [reported from test()] string = '['<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["["]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 23 of test -<br>
+--> FAILED!: [reported from test()] regexp = /[^]/<br>
+--> FAILED!: [reported from test()] string = '['<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["["]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 24 of test -<br>
+--> FAILED!: [reported from test()] regexp = /[^]/<br>
+--> FAILED!: [reported from test()] string = ']'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["]"]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 25 of test -<br>
+--> FAILED!: [reported from test()] regexp = /[^]/<br>
+--> FAILED!: [reported from test()] string = '[]'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["["]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 26 of test -<br>
+--> FAILED!: [reported from test()] regexp = /[^]/<br>
+--> FAILED!: [reported from test()] string = '[ ]'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["["]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 27 of test -<br>
+--> FAILED!: [reported from test()] regexp = /[^]/<br>
+--> FAILED!: [reported from test()] string = ']['<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["]"]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 28 of test -<br>
+--> FAILED!: [reported from test()] regexp = /a[^]/<br>
+--> FAILED!: [reported from test()] string = 'abc'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["ab"]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 30 of test -<br>
+--> FAILED!: [reported from test()] regexp = /a[^]/<br>
+--> FAILED!: [reported from test()] string = 'a['<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["a["]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 31 of test -<br>
+--> FAILED!: [reported from test()] regexp = /a[^]/<br>
+--> FAILED!: [reported from test()] string = 'a]'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["a]"]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 32 of test -<br>
+--> FAILED!: [reported from test()] regexp = /a[^]/<br>
+--> FAILED!: [reported from test()] string = 'a[]'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["a["]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 33 of test -<br>
+--> FAILED!: [reported from test()] regexp = /a[^]/<br>
+--> FAILED!: [reported from test()] string = 'a[ ]'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["a["]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 34 of test -<br>
+--> FAILED!: [reported from test()] regexp = /a[^]/<br>
+--> FAILED!: [reported from test()] string = 'a]['<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["a]"]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure125'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-123437.js'>ecma_3/RegExp/regress-123437.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=123437' target='other_window'>Bug Number 123437</a><br>
+ [ <a href='#failure124'>Previous Failure</a> | <a href='#failure126'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: regexp backreferences must hold |undefined| if not used<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(a)?a/<br>
+--> FAILED!: [reported from test()] string = 'a'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["a", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["a", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] regexp = /a|(b)/<br>
+--> FAILED!: [reported from test()] string = 'a'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["a", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["a", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 3 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(a)?(a)/<br>
+--> FAILED!: [reported from test()] string = 'a'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["a", , "a"]<br>
+--> FAILED!: [reported from test()] Actual: ["a", "", "a"]<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure126'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-165353.js'>ecma_3/RegExp/regress-165353.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=165353' target='other_window'>Bug Number 165353</a><br>
+ [ <a href='#failure125'>Previous Failure</a> | <a href='#failure127'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: RegExp conformance test<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^([a-z]+)*[a-z]$/<br>
+--> FAILED!: [reported from test()] string = 'a'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["a", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["a", ""]<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure127'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-188206.js'>ecma_3/RegExp/regress-188206.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=188206' target='other_window'>Bug Number 188206</a><br>
+ [ <a href='#failure126'>Previous Failure</a> | <a href='#failure128'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Invalid use of regexp quantifiers should generate SyntaxErrors<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 3 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 4 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 5 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 6 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 7 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 8 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 9 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 10 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 11 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 12 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 28 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 29 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 30 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 31 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 32 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 33 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 34 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 35 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 36 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure128'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-202564.js'>ecma_3/RegExp/regress-202564.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=202564' target='other_window'>Bug Number 202564</a><br>
+ [ <a href='#failure127'>Previous Failure</a> | <a href='#failure129'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing regexp with many backreferences<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(?:(.+), )?(.+), (..) to (?:(.+), )?(.+), (..)/<br>
+--> FAILED!: [reported from test()] string = 'Seattle, WA to Buckley, WA'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["Seattle, WA to Buckley, WA", , "Seattle", "WA", , "Buckley", "WA"]<br>
+--> FAILED!: [reported from test()] Actual: ["Seattle, WA to Buckley, WA", "", "Seattle", "WA", "", "Buckley", "WA"]<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure129'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-209067.js'>ecma_3/RegExp/regress-209067.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=209067' target='other_window'>Bug Number 209067</a><br>
+ [ <a href='#failure128'>Previous Failure</a> | <a href='#failure130'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing complicated str.replace()<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] Expected value '<span class=text>1. abc<br>
+--> FAILED!: [reported from test()] </span>', Actual value '<span class=text>function (s, p) <br>
+--> FAILED!: [reported from test()] {<br>
+--> FAILED!: [reported from test()]   return numer+++". "+p;<br>
+--> FAILED!: [reported from test()] }</span>'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure130'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-209919.js'>ecma_3/RegExp/regress-209919.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=209919' target='other_window'>Bug Number 209919</a><br>
+ [ <a href='#failure129'>Previous Failure</a> | <a href='#failure131'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing regexp submatches with quantifiers<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(a|b*)*/<br>
+--> FAILED!: [reported from test()] string = 'a'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["a", "a"]<br>
+--> FAILED!: [reported from test()] Actual: ["a", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 3 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(b*)*/<br>
+--> FAILED!: [reported from test()] string = 'a'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 5 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/<br>
+--> FAILED!: [reported from test()] string = '100.00'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["100.00", "00", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["100.00", "", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 6 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/<br>
+--> FAILED!: [reported from test()] string = '100,00'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["100,00", "100", ",00"]<br>
+--> FAILED!: [reported from test()] Actual: ["100,00", "", ",00"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 7 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/<br>
+--> FAILED!: [reported from test()] string = '1.000,00'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["1.000,00", "000", ",00"]<br>
+--> FAILED!: [reported from test()] Actual: ["1.000,00", "", ",00"]<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure131'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-220367-001.js'>ecma_3/RegExp/regress-220367-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=220367' target='other_window'>Bug Number 220367</a><br>
+ [ <a href='#failure130'>Previous Failure</a> | <a href='#failure132'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Regexp conformance test<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(a)|(b)/<br>
+--> FAILED!: [reported from test()] string = 'a'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["a", "a", , ]<br>
+--> FAILED!: [reported from test()] Actual: ["a", "a", ""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(a)|(b)/<br>
+--> FAILED!: [reported from test()] string = 'b'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["b", , "b"]<br>
+--> FAILED!: [reported from test()] Actual: ["b", "", "b"]<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure132'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-31316.js'>ecma_3/RegExp/regress-31316.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=31316' target='other_window'>Bug Number 31316</a><br>
+ [ <a href='#failure131'>Previous Failure</a> | <a href='#failure133'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Regression test for Bugzilla bug 31316<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] regexp = /<([^\/<>][^<>]*[^\/])>|<([^\/<>])>/<br>
+--> FAILED!: [reported from test()] string = '<p>Some<br />test</p>'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["<p>", , "p"]<br>
+--> FAILED!: [reported from test()] Actual: ["<p>", "", "p"]<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure133'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-72964.js'>ecma_3/RegExp/regress-72964.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=72964' target='other_window'>Bug Number 72964</a><br>
+ [ <a href='#failure132'>Previous Failure</a> | <a href='#failure134'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing regular expressions containing non-Latin1 characters<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 3 of test -<br>
+--> FAILED!: [reported from test()] regexp = /[\S]+/<br>
+--> FAILED!: [reported from test()] string = '<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["<br>
+--> FAILED!: [reported from test()] Actual: [""]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 4 of test -<br>
+--> FAILED!: [reported from test()] regexp = /[\S]+/<br>
+--> FAILED!: [reported from test()] string = '<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["<br>
+--> FAILED!: [reported from test()] Actual: [""]<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure134'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-78156.js'>ecma_3/RegExp/regress-78156.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=78156' target='other_window'>Bug Number 78156</a><br>
+ [ <a href='#failure133'>Previous Failure</a> | <a href='#failure135'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing regular expressions with  ^, $, and the m flag -<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] regexp = /\d$/<br>
+--> FAILED!: [reported from test()] string = 'aaa\n789\r\nccc\r\n345'<br>
+--> FAILED!: [reported from test()] ERROR !!! match arrays have different lengths:<br>
+--> FAILED!: [reported from test()] Expect: ["9", "5"]<br>
+--> FAILED!: [reported from test()] Actual: ["5"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 4 of test -<br>
+--> FAILED!: [reported from test()] regexp = /\d$/<br>
+--> FAILED!: [reported from test()] string = 'aaa\n789\r\nccc\r\nddd'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: [reported from test()] Expect: ["9"]<br>
+--> FAILED!: [reported from test()] Actual: null<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure135'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-85721.js'>ecma_3/RegExp/regress-85721.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=85721' target='other_window'>Bug Number 85721</a><br>
+ [ <a href='#failure134'>Previous Failure</a> | <a href='#failure136'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Performance: execution of regular expression<br>
+Failure messages were:<br>
+--> FAILED!: Section 4 of test -<br>
+--> FAILED!: regexp = /[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:(?:[^( <>@,;:".\\\[\]<br>
+--> FAILED!: 
+"]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+"]*)*")[^()<>@,;:".\\\[\]€-ÿ<br>
+--> FAILED!: -]*(?:(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)|"[^\\€-ÿ<br>
+--> FAILED!: 
+"]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+"]*)*")[^()<>@,;:".\\\[\]€-ÿ<br>
+--> FAILED!: -]*)*<[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:@[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:[^( <>@,;:".\\\[\]<br>
+--> FAILED!: 
+\[\]]|\\[^€-ÿ])*\])[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:.[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:[^( <>@,;:".\\\[\]<br>
+--> FAILED!: 
+\[\]]|\\[^€-ÿ])*\])[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*)*(?:,[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*@[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:[^( <>@,;:".\\\[\]<br>
+--> FAILED!: 
+\[\]]|\\[^€-ÿ])*\])[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:.[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:[^( <>@,;:".\\\[\]<br>
+--> FAILED!: 
+\[\]]|\\[^€-ÿ])*\])[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*)*)*:[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*)?(?:[^( <>@,;:".\\\[\]<br>
+--> FAILED!: 
+"]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+"]*)*")[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*@[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:[^( <>@,;:".\\\[\]<br>
+--> FAILED!: 
+\[\]]|\\[^€-ÿ])*\])[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:.[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:[^( <>@,;:".\\\[\]<br>
+--> FAILED!: 
+\[\]]|\\[^€-ÿ])*\])[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*)*>|(?:[^( <>@,;:".\\\[\]<br>
+--> FAILED!: 
+"]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+"]*)*")[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*@[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:[^( <>@,;:".\\\[\]<br>
+--> FAILED!: 
+\[\]]|\\[^€-ÿ])*\])[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:.[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*(?:[^( <>@,;:".\\\[\]<br>
+--> FAILED!: 
+\[\]]|\\[^€-ÿ])*\])[ 	]*(?:\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ<br>
+--> FAILED!: 
+()]*(?:\\[^€-ÿ][^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\))[^\\€-ÿ<br>
+--> FAILED!: 
+()]*)*\)[ 	]*)*)*)/<br>
+--> FAILED!: string = 'Jeffy<"That Tall Guy"@ora.com (this address is no longer acti\ve)>'<br>
+--> FAILED!: ERROR !!! regexp FAILED to match anything !!!<br>
+--> FAILED!: Expect: ["Jeffy<"That Tall Guy"@ora.com (this address is no longer active)>"]<br>
+--> FAILED!: Actual: null<br>
+--> FAILED!: <br>
+</tt><br>
+<a name='failure136'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/RegExp/regress-87231.js'>ecma_3/RegExp/regress-87231.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=87231' target='other_window'>Bug Number 87231</a><br>
+ [ <a href='#failure135'>Previous Failure</a> | <a href='#failure137'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing regular expression /(A)?(A.*)/<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 3 of test -<br>
+--> FAILED!: [reported from test()] regexp = /^(A)?(A.*)$/<br>
+--> FAILED!: [reported from test()] string = 'A'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["A", , "A"]<br>
+--> FAILED!: [reported from test()] Actual: ["A", "", "A"]<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 6 of test -<br>
+--> FAILED!: [reported from test()] regexp = /(A)?(A.*)/<br>
+--> FAILED!: [reported from test()] string = 'zxcasd;fl\  ^AaaAAaaaf;lrlrzs'<br>
+--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:<br>
+--> FAILED!: [reported from test()] Expect: ["AaaAAaaaf;lrlrzs", , "AaaAAaaaf;lrlrzs"]<br>
+--> FAILED!: [reported from test()] Actual: ["AaaAAaaaf;lrlrzs", "", "AaaAAaaaf;lrlrzs"]<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure137'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Statements/regress-121744.js'>ecma_3/Statements/regress-121744.js</a> failed</b> <br>
+ [ <a href='#failure136'>Previous Failure</a> | <a href='#failure138'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 83: TypeError - Object  (result of expression quit) does not allow calls.<br>
+</tt><br>
+<a name='failure138'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Statements/regress-157509.js'>ecma_3/Statements/regress-157509.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=157509' target='other_window'>Bug Number 157509</a><br>
+ [ <a href='#failure137'>Previous Failure</a> | <a href='#failure139'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing for SyntaxError on usage of '\' in identifiers<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure139'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Statements/regress-194364.js'>ecma_3/Statements/regress-194364.js</a> failed</b> <br>
+ [ <a href='#failure138'>Previous Failure</a> | <a href='#failure140'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 1: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure140'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Unicode/uc-001-n.js'>ecma_3/Unicode/uc-001-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=23612' target='other_window'>Bug Number 23612</a><br>
+ [ <a href='#failure139'>Previous Failure</a> | <a href='#failure141'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 3, got 0<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> STATUS: Unicode Characters 1C-1F negative test.<br>
+--> BUGNUMBER: 23612<br>
+yylex: ERROR.<br>
+--> FAILED!: [reported from test()] Unicode whitespace test (1C.)<br>
+--> FAILED!: [reported from test()] Expected value 'error', Actual value 'no'<br>
+--> FAILED!: [reported from test()] <br>
+yylex: ERROR.<br>
+--> FAILED!: [reported from test()] Unicode whitespace test (1D.)<br>
+--> FAILED!: [reported from test()] Expected value 'error', Actual value 'no'<br>
+--> FAILED!: [reported from test()] <br>
+yylex: ERROR.<br>
+--> FAILED!: [reported from test()] Unicode whitespace test (1E.)<br>
+--> FAILED!: [reported from test()] Expected value 'error', Actual value 'no'<br>
+--> FAILED!: [reported from test()] <br>
+yylex: ERROR.<br>
+--> FAILED!: [reported from test()] Unicode whitespace test (1F.)<br>
+--> FAILED!: [reported from test()] Expected value 'error', Actual value 'no'<br>
+--> FAILED!: [reported from test()] <br>
+OK.<br>
+</tt><br>
+<a name='failure141'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Unicode/uc-001.js'>ecma_3/Unicode/uc-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=23610' target='other_window'>Bug Number 23610</a><br>
+ [ <a href='#failure140'>Previous Failure</a> | <a href='#failure142'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Unicode format-control character (Category Cf) test.<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Unicode format-control character test (Category Cf.)<br>
+--> FAILED!: [reported from test()] Expected value 'no error', Actual value 'no error'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure142'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Unicode/uc-002.js'>ecma_3/Unicode/uc-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=23613' target='other_window'>Bug Number 23613</a><br>
+ [ <a href='#failure141'>Previous Failure</a> | <a href='#failure143'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Unicode non-breaking space character test.<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Unicode non-breaking space character regexp test.<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure143'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Unicode/uc-003.js'>ecma_3/Unicode/uc-003.js</a> failed</b> <br>
+ [ <a href='#failure142'>Previous Failure</a> | <a href='#failure144'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+yylex: ERROR.<br>
+Exception, line 32: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure144'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/ecma_3/Unicode/uc-005.js'>ecma_3/Unicode/uc-005.js</a> failed</b> <br>
+ [ <a href='#failure143'>Previous Failure</a> | <a href='#failure145'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+yylex: ERROR.<br>
+Exception, line 118: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure145'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/Array/array_split_1.js'>js1_2/Array/array_split_1.js</a> failed</b> <br>
+ [ <a href='#failure144'>Previous Failure</a> | <a href='#failure146'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> (''.split(',')).length = 1 FAILED! expected: 0<br>
+</tt><br>
+<a name='failure146'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/Array/tostring_1.js'>js1_2/Array/tostring_1.js</a> failed</b> <br>
+ [ <a href='#failure145'>Previous Failure</a> | <a href='#failure147'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> var a = new Array(); a.toString() =  FAILED! expected: []<br>
+--> a[0] = void 0; a.toString() =  FAILED! expected: [, ]<br>
+--> a[1] = void 0; a.toString() = , FAILED! expected: [, , ]<br>
+--> a[1] = "hi"; a.toString() = ,hi FAILED! expected: [, "hi"]<br>
+--> a[2] = void 0; a.toString() = ,hi, FAILED! expected: [, "hi", , ]<br>
+--> var b = new Array(1000); b.toString() = ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, FAILED! expected: [1000]<br>
+--> b.length = 1000 FAILED! expected: 1<br>
+</tt><br>
+<a name='failure147'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/Array/tostring_2.js'>js1_2/Array/tostring_2.js</a> failed</b> <br>
+ [ <a href='#failure146'>Previous Failure</a> | <a href='#failure148'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> a.toString() =  FAILED! expected: []<br>
+--> String( a ) =  FAILED! expected: []<br>
+--> a +'' =  FAILED! expected: []<br>
+</tt><br>
+<a name='failure148'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/function/function-001-n.js'>js1_2/function/function-001-n.js</a> failed</b> <br>
+ [ <a href='#failure147'>Previous Failure</a> | <a href='#failure149'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 3, got 0<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> 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>
+OK.<br>
+</tt><br>
+<a name='failure149'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/function/Function_object.js'>js1_2/function/Function_object.js</a> failed</b> <br>
+ [ <a href='#failure148'>Previous Failure</a> | <a href='#failure150'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> f.name = undefined FAILED! expected: a_test_function<br>
+--> f.arity = undefined FAILED! expected: 3<br>
+--> (new Function()).name = undefined FAILED! expected: anonymous<br>
+} FAILED! expected: <br>
+</tt><br>
+<a name='failure150'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/function/Number.js'>js1_2/function/Number.js</a> failed</b> <br>
+ [ <a href='#failure149'>Previous Failure</a> | <a href='#failure151'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> Number([1,2,3])          = NaN FAILED! expected: 3<br>
+</tt><br>
+<a name='failure151'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/function/regexparg-1.js'>js1_2/function/regexparg-1.js</a> failed</b> <br>
+ [ <a href='#failure150'>Previous Failure</a> | <a href='#failure152'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> JS_1.2 The variable statment<br>
+Exception, line 81: TypeError - Object /abc/ (result of expression x) does not allow calls.<br>
+</tt><br>
+<a name='failure152'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/function/String.js'>js1_2/function/String.js</a> failed</b> <br>
+ [ <a href='#failure151'>Previous Failure</a> | <a href='#failure153'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> String({p:1})            = [object Object] FAILED! expected: {p:1}<br>
+--> String([1,2,3])             = 1,2,3 FAILED! expected: [1, 2, 3]<br>
+</tt><br>
+<a name='failure153'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/function/tostring-1.js'>js1_2/function/tostring-1.js</a> failed</b> <br>
+ [ <a href='#failure152'>Previous Failure</a> | <a href='#failure154'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+} FAILED! expected: <br>
+} FAILED! expected: <br>
+} FAILED! expected: <br>
+} FAILED! expected: <br>
+} FAILED! expected: <br>
+</tt><br>
+<a name='failure154'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/function/tostring-2.js'>js1_2/function/tostring-2.js</a> failed</b> <br>
+ [ <a href='#failure153'>Previous Failure</a> | <a href='#failure155'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+} FAILED! expected: <br>
+} FAILED! expected: <br>
+} FAILED! expected: <br>
+} FAILED! expected: <br>
+} FAILED! expected: <br>
+} FAILED! expected: <br>
+} FAILED! expected: <br>
+} FAILED! expected: <br>
+} FAILED! expected: <br>
+</tt><br>
+<a name='failure155'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/Objects/toString-001.js'>js1_2/Objects/toString-001.js</a> failed</b> <br>
+ [ <a href='#failure154'>Previous Failure</a> | <a href='#failure156'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> JS1_2 Object.toString()<br>
+Exception, line 104: TypeError - Object /^\{(.*)\}$/ (result of expression ^\{(.*)\}$) does not allow calls.<br>
+</tt><br>
+<a name='failure156'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/operator/equality.js'>js1_2/operator/equality.js</a> failed</b> <br>
+ [ <a href='#failure155'>Previous Failure</a> | <a href='#failure157'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> (new String('x') == 'x')                  = true FAILED! expected: false<br>
+--> ('x' == new String('x'))                  = true FAILED! expected: false<br>
+</tt><br>
+<a name='failure157'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/beginLine.js'>js1_2/regexp/beginLine.js</a> failed</b> <br>
+ [ <a href='#failure156'>Previous Failure</a> | <a href='#failure158'>Next Failure</a> | <a href='#tippy_top'>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='failure158'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/compile.js'>js1_2/regexp/compile.js</a> failed</b> <br>
+ [ <a href='#failure157'>Previous Failure</a> | <a href='#failure159'>Next Failure</a> | <a href='#tippy_top'>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: compile.js<br>
+--> As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: compile<br>
+Exception, line 44: TypeError - Value undefined (result of expression regularExpression.compile) is not object.<br>
+</tt><br>
+<a name='failure159'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/endLine.js'>js1_2/regexp/endLine.js</a> failed</b> <br>
+ [ <a href='#failure158'>Previous Failure</a> | <a href='#failure160'>Next Failure</a> | <a href='#tippy_top'>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='failure160'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/hexadecimal.js'>js1_2/regexp/hexadecimal.js</a> failed</b> <br>
+ [ <a href='#failure159'>Previous Failure</a> | <a href='#failure161'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 'canthisbeFOUND'.match(new RegExp('[A-\x5A]+')) = canthisbeFOUND FAILED! expected: FOUND<br>
+--> 'canthisbeFOUND'.match(new RegExp('[\x61-\x7A]+')) = canthisbeFOUND FAILED! expected: canthisbe<br>
+</tt><br>
+<a name='failure161'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/ignoreCase.js'>js1_2/regexp/ignoreCase.js</a> failed</b> <br>
+ [ <a href='#failure160'>Previous Failure</a> | <a href='#failure162'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> (new RegExp('xyz')).ignoreCase = true FAILED! expected: false<br>
+--> 'ABC def ghi'.match(new RegExp('[a-z]+')) = ABC FAILED! expected: def<br>
+</tt><br>
+<a name='failure162'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/octal.js'>js1_2/regexp/octal.js</a> failed</b> <br>
+ [ <a href='#failure161'>Previous Failure</a> | <a href='#failure163'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 'canthisbeFOUND'.match(new RegExp('[A-\132]+')) = canthisbeFOUND FAILED! expected: FOUND<br>
+--> 'canthisbeFOUND'.match(new RegExp('[\141-\172]+')) = canthisbeFOUND FAILED! expected: canthisbe<br>
+</tt><br>
+<a name='failure163'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_input.js'>js1_2/regexp/RegExp_input.js</a> failed</b> <br>
+ [ <a href='#failure162'>Previous Failure</a> | <a href='#failure164'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> RegExp.input = 'abcd12357efg'; /\d+/.exec() = null FAILED! expected: 12357<br>
+--> RegExp.input = 'abcd12357efg'; /[h-z]+/.exec() = un FAILED! expected: null<br>
+--> RegExp.input = 'abcd12357efg'; /\d+/.test() = false FAILED! expected: true<br>
+--> RegExp.input = 'abcd12357efg'; /[h-z]+/.test() = true FAILED! expected: false<br>
+--> RegExp.input = 'abcd12357efg'; (new RegExp('[h-z]+')).test() = true FAILED! expected: false<br>
+</tt><br>
+<a name='failure164'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_input_as_array.js'>js1_2/regexp/RegExp_input_as_array.js</a> failed</b> <br>
+ [ <a href='#failure163'>Previous Failure</a> | <a href='#failure165'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> RegExp['$_'] = 'abcd12357efg'; /\d+/.exec() = null FAILED! expected: 12357<br>
+--> RegExp['$_'] = 'abcd12357efg'; /[h-z]+/.exec() = un FAILED! expected: null<br>
+--> RegExp['$_'] = 'abcd12357efg'; /\d+/.test() = false FAILED! expected: true<br>
+--> RegExp['$_'] = 'abcd12357efg'; /[h-z]+/.test() = true FAILED! expected: false<br>
+--> RegExp['$_'] = 'abcd12357efg'; (new RegExp('[h-z]+')).test() = true FAILED! expected: false<br>
+</tt><br>
+<a name='failure165'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_lastIndex.js'>js1_2/regexp/RegExp_lastIndex.js</a> failed</b> <br>
+ [ <a href='#failure164'>Previous Failure</a> | <a href='#failure166'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 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='failure166'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_lastMatch.js'>js1_2/regexp/RegExp_lastMatch.js</a> failed</b> <br>
+ [ <a href='#failure165'>Previous Failure</a> | <a href='#failure167'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 'foo'.match(/foo/); RegExp.lastMatch = undefined FAILED! expected: foo<br>
+--> 'foo'.match(new RegExp('foo')); RegExp.lastMatch = undefined FAILED! expected: foo<br>
+--> 'xxx'.match(/bar/); RegExp.lastMatch = undefined FAILED! expected: foo<br>
+--> 'xxx'.match(/$/); RegExp.lastMatch = undefined FAILED! expected: <br>
+--> 'abcdefg'.match(/^..(cd)[a-z]+/); RegExp.lastMatch = undefined FAILED! expected: abcdefg<br>
+--> 'abcdefgabcdefg'.match(/(a(b(c(d)e)f)g)\1/); RegExp.lastMatch = undefined FAILED! expected: abcdefgabcdefg<br>
+</tt><br>
+<a name='failure167'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_lastMatch_as_array.js'>js1_2/regexp/RegExp_lastMatch_as_array.js</a> failed</b> <br>
+ [ <a href='#failure166'>Previous Failure</a> | <a href='#failure168'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 'foo'.match(/foo/); RegExp['$&'] = undefined FAILED! expected: foo<br>
+--> 'foo'.match(new RegExp('foo')); RegExp['$&'] = undefined FAILED! expected: foo<br>
+--> 'xxx'.match(/bar/); RegExp['$&'] = undefined FAILED! expected: foo<br>
+--> 'xxx'.match(/$/); RegExp['$&'] = undefined FAILED! expected: <br>
+--> 'abcdefg'.match(/^..(cd)[a-z]+/); RegExp['$&'] = undefined FAILED! expected: abcdefg<br>
+--> 'abcdefgabcdefg'.match(/(a(b(c(d)e)f)g)\1/); RegExp['$&'] = undefined FAILED! expected: abcdefgabcdefg<br>
+</tt><br>
+<a name='failure168'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_lastParen.js'>js1_2/regexp/RegExp_lastParen.js</a> failed</b> <br>
+ [ <a href='#failure167'>Previous Failure</a> | <a href='#failure169'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 'abcd'.match(/(abc)d/); RegExp.lastParen = undefined FAILED! expected: abc<br>
+--> 'abcd'.match(new RegExp('(abc)d')); RegExp.lastParen = undefined FAILED! expected: abc<br>
+--> 'abcd'.match(/(bcd)e/); RegExp.lastParen = undefined FAILED! expected: abc<br>
+--> 'abcdefg'.match(/(a(b(c(d)e)f)g)/); RegExp.lastParen = undefined FAILED! expected: d<br>
+--> 'abcdefg'.match(/(a(b)c)(d(e)f)/); RegExp.lastParen = undefined FAILED! expected: e<br>
+--> 'abcdefg'.match(/(^)abc/); RegExp.lastParen = undefined FAILED! expected: <br>
+--> 'abcdefg'.match(/(^a)bc/); RegExp.lastParen = undefined FAILED! expected: a<br>
+--> 'abcdefg'.match(new RegExp('(^a)bc')); RegExp.lastParen = undefined FAILED! expected: a<br>
+--> 'abcdefg'.match(/bc/); RegExp.lastParen = undefined FAILED! expected: <br>
+</tt><br>
+<a name='failure169'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_lastParen_as_array.js'>js1_2/regexp/RegExp_lastParen_as_array.js</a> failed</b> <br>
+ [ <a href='#failure168'>Previous Failure</a> | <a href='#failure170'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 'abcd'.match(/(abc)d/); RegExp['$+'] = undefined FAILED! expected: abc<br>
+--> 'abcd'.match(/(bcd)e/); RegExp['$+'] = undefined FAILED! expected: abc<br>
+--> 'abcdefg'.match(/(a(b(c(d)e)f)g)/); RegExp['$+'] = undefined FAILED! expected: d<br>
+--> 'abcdefg'.match(new RegExp('(a(b(c(d)e)f)g)')); RegExp['$+'] = undefined FAILED! expected: d<br>
+--> 'abcdefg'.match(/(a(b)c)(d(e)f)/); RegExp['$+'] = undefined FAILED! expected: e<br>
+--> 'abcdefg'.match(/(^)abc/); RegExp['$+'] = undefined FAILED! expected: <br>
+--> 'abcdefg'.match(/(^a)bc/); RegExp['$+'] = undefined FAILED! expected: a<br>
+--> 'abcdefg'.match(new RegExp('(^a)bc')); RegExp['$+'] = undefined FAILED! expected: a<br>
+--> 'abcdefg'.match(/bc/); RegExp['$+'] = undefined FAILED! expected: <br>
+</tt><br>
+<a name='failure170'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_leftContext.js'>js1_2/regexp/RegExp_leftContext.js</a> failed</b> <br>
+ [ <a href='#failure169'>Previous Failure</a> | <a href='#failure171'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 'abc123xyz'.match(/123/); RegExp.leftContext = undefined FAILED! expected: abc<br>
+--> 'abc123xyz'.match(/456/); RegExp.leftContext = undefined FAILED! expected: abc<br>
+--> 'abc123xyz'.match(/abc123xyz/); RegExp.leftContext = undefined FAILED! expected: <br>
+--> 'xxxx'.match(/$/); RegExp.leftContext = undefined FAILED! expected: xxxx<br>
+--> 'test'.match(/^/); RegExp.leftContext = undefined FAILED! expected: <br>
+--> 'xxxx'.match(new RegExp('$')); RegExp.leftContext = undefined FAILED! expected: xxxx<br>
+--> 'test'.match(new RegExp('^')); RegExp.leftContext = undefined FAILED! expected: <br>
+</tt><br>
+<a name='failure171'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_leftContext_as_array.js'>js1_2/regexp/RegExp_leftContext_as_array.js</a> failed</b> <br>
+ [ <a href='#failure170'>Previous Failure</a> | <a href='#failure172'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 'abc123xyz'.match(/123/); RegExp['$`'] = undefined FAILED! expected: abc<br>
+--> 'abc123xyz'.match(/456/); RegExp['$`'] = undefined FAILED! expected: abc<br>
+--> 'abc123xyz'.match(/abc123xyz/); RegExp['$`'] = undefined FAILED! expected: <br>
+--> 'xxxx'.match(/$/); RegExp['$`'] = undefined FAILED! expected: xxxx<br>
+--> 'test'.match(/^/); RegExp['$`'] = undefined FAILED! expected: <br>
+--> 'xxxx'.match(new RegExp('$')); RegExp['$`'] = undefined FAILED! expected: xxxx<br>
+--> 'test'.match(new RegExp('^')); RegExp['$`'] = undefined FAILED! expected: <br>
+</tt><br>
+<a name='failure172'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_multiline.js'>js1_2/regexp/RegExp_multiline.js</a> failed</b> <br>
+ [ <a href='#failure171'>Previous Failure</a> | <a href='#failure173'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> RegExp.multiline = undefined FAILED! expected: false<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='failure173'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_multiline_as_array.js'>js1_2/regexp/RegExp_multiline_as_array.js</a> failed</b> <br>
+ [ <a href='#failure172'>Previous Failure</a> | <a href='#failure174'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> RegExp['$*'] = undefined FAILED! expected: false<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='failure174'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_rightContext.js'>js1_2/regexp/RegExp_rightContext.js</a> failed</b> <br>
+ [ <a href='#failure173'>Previous Failure</a> | <a href='#failure175'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 'abc123xyz'.match(/123/); RegExp.rightContext = undefined FAILED! expected: xyz<br>
+--> 'abc123xyz'.match(/456/); RegExp.rightContext = undefined FAILED! expected: xyz<br>
+--> 'abc123xyz'.match(/abc123xyz/); RegExp.rightContext = undefined FAILED! expected: <br>
+--> 'xxxx'.match(/$/); RegExp.rightContext = undefined FAILED! expected: <br>
+--> 'test'.match(/^/); RegExp.rightContext = undefined FAILED! expected: test<br>
+--> 'xxxx'.match(new RegExp('$')); RegExp.rightContext = undefined FAILED! expected: <br>
+--> 'test'.match(new RegExp('^')); RegExp.rightContext = undefined FAILED! expected: test<br>
+</tt><br>
+<a name='failure175'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/RegExp_rightContext_as_array.js'>js1_2/regexp/RegExp_rightContext_as_array.js</a> failed</b> <br>
+ [ <a href='#failure174'>Previous Failure</a> | <a href='#failure176'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 'abc123xyz'.match(/123/); RegExp['$''] = undefined FAILED! expected: xyz<br>
+--> 'abc123xyz'.match(/456/); RegExp['$''] = undefined FAILED! expected: xyz<br>
+--> 'abc123xyz'.match(/abc123xyz/); RegExp['$''] = undefined FAILED! expected: <br>
+--> 'xxxx'.match(/$/); RegExp['$''] = undefined FAILED! expected: <br>
+--> 'test'.match(/^/); RegExp['$''] = undefined FAILED! expected: test<br>
+--> 'xxxx'.match(new RegExp('$')); RegExp['$''] = undefined FAILED! expected: <br>
+--> 'test'.match(new RegExp('^')); RegExp['$''] = undefined FAILED! expected: test<br>
+</tt><br>
+<a name='failure176'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/regress-6359.js'>js1_2/regexp/regress-6359.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://bugzilla.mozilla.org/show_bug.cgi?id=6359' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=6359</a><br>
+ [ <a href='#failure175'>Previous Failure</a> | <a href='#failure177'>Next Failure</a> | <a href='#tippy_top'>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>
+Exception, line 57: TypeError - Object /(a*)b\1+/ (result of expression (a*)b\1+) does not allow calls.<br>
+</tt><br>
+<a name='failure177'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/regress-9141.js'>js1_2/regexp/regress-9141.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=http://bugzilla.mozilla.org/show_bug.cgi?id=9141' target='other_window'>Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=9141</a><br>
+ [ <a href='#failure176'>Previous Failure</a> | <a href='#failure178'>Next Failure</a> | <a href='#tippy_top'>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>
+Exception, line 74: TypeError - Object /(?:xx|x)*/ (result of expression (?:xx|x)*) does not allow calls.<br>
+</tt><br>
+<a name='failure178'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/simple_form.js'>js1_2/regexp/simple_form.js</a> failed</b> <br>
+ [ <a href='#failure177'>Previous Failure</a> | <a href='#failure179'>Next Failure</a> | <a href='#tippy_top'>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>
+Exception, line 44: TypeError - Object /[0-9]{3}/ (result of expression [0-9]{3}) does not allow calls.<br>
+</tt><br>
+<a name='failure179'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/special_characters.js'>js1_2/regexp/special_characters.js</a> failed</b> <br>
+ [ <a href='#failure178'>Previous Failure</a> | <a href='#failure180'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 'ab a  b'.match(/a{2}/) = null FAILED! expected: a<br>
+</tt><br>
+<a name='failure180'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/string_split.js'>js1_2/regexp/string_split.js</a> failed</b> <br>
+ [ <a href='#failure179'>Previous Failure</a> | <a href='#failure181'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> 'a b c de f'.split(/s/,3) = a,b,c,de,f FAILED! expected: a,b,c<br>
+--> 'abc'.split(/[a-z]/) = ,,, FAILED! expected: ,,<br>
+--> 'abc'.split(/[a-z]/) = ,,, FAILED! expected: ,,<br>
+--> 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br>
+--> 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,<br>
+</tt><br>
+<a name='failure181'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/regexp/toString.js'>js1_2/regexp/toString.js</a> failed</b> <br>
+ [ <a href='#failure180'>Previous Failure</a> | <a href='#failure182'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> re = /test/gi; re.toString() = /test/ FAILED! expected: /test/gi<br>
+--> re = /test2/ig; re.toString() = /test2/ FAILED! expected: /test2/gi<br>
+</tt><br>
+<a name='failure182'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/String/concat.js'>js1_2/String/concat.js</a> failed</b> <br>
+ [ <a href='#failure181'>Previous Failure</a> | <a href='#failure183'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> aString.concat([])      = test string FAILED! expected: test string[]<br>
+--> aString.concat([1,2,3]) = test string1,2,3 FAILED! expected: test string[1, 2, 3]<br>
+--> 'abcde'.concat([])      = abcde FAILED! expected: abcde[]<br>
+--> 'abcde'.concat([1,2,3]) = abcde1,2,3 FAILED! expected: abcde[1, 2, 3]<br>
+</tt><br>
+<a name='failure183'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/String/slice.js'>js1_2/String/slice.js</a> failed</b> <br>
+ [ <a href='#failure182'>Previous Failure</a> | <a href='#failure184'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> exhaustive String.slice test 1 = false FAILED! expected: true<br>
+--> exhaustive String.slice test 2 = false FAILED! expected: true<br>
+</tt><br>
+<a name='failure184'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/version120/boolean-001.js'>js1_2/version120/boolean-001.js</a> failed</b> <br>
+ [ <a href='#failure183'>Previous Failure</a> | <a href='#failure185'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> new Boolean(false) = true FAILED! expected: false<br>
+</tt><br>
+<a name='failure185'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_2/version120/regress-99663.js'>js1_2/version120/regress-99663.js</a> failed</b> <br>
+ [ <a href='#failure184'>Previous Failure</a> | <a href='#failure186'>Next Failure</a> | <a href='#tippy_top'>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='failure186'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_3/inherit/proto_12.js'>js1_3/inherit/proto_12.js</a> failed</b> <br>
+ [ <a href='#failure185'>Previous Failure</a> | <a href='#failure187'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> proto_12 No Multiple Inheritance<br>
+Exception: ReferenceError - Can't find variable: idCounter<br>
+</tt><br>
+<a name='failure187'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_3/regress/function-001-n.js'>js1_3/regress/function-001-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=10278' target='other_window'>Bug Number 10278</a><br>
+ [ <a href='#failure186'>Previous Failure</a> | <a href='#failure188'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 3, got 0<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> BUGNUMBER: 10278<br>
+--> 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>
+OK.<br>
+</tt><br>
+<a name='failure188'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_3/Script/function-001-n.js'>js1_3/Script/function-001-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=10278' target='other_window'>Bug Number 10278</a><br>
+ [ <a href='#failure187'>Previous Failure</a> | <a href='#failure189'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 3, got 0<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> BUGNUMBER: 10278<br>
+--> 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>
+OK.<br>
+</tt><br>
+<a name='failure189'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_3/Script/script-001.js'>js1_3/Script/script-001.js</a> failed</b> <br>
+ [ <a href='#failure188'>Previous Failure</a> | <a href='#failure190'>Next Failure</a> | <a href='#tippy_top'>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>
+Exception: ReferenceError - Can't find variable: Script<br>
+</tt><br>
+<a name='failure190'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_4/Functions/function-001.js'>js1_4/Functions/function-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=324455' target='other_window'>Bug Number 324455</a><br>
+ [ <a href='#failure189'>Previous Failure</a> | <a href='#failure191'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> return arguments when function contains an arguments property = [object Arguments] FAILED! expected: PASS<br>
+--> return function.arguments when function contains an arguments property = [object Arguments] FAILED! expected: PASS<br>
+</tt><br>
+<a name='failure191'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_4/Regress/function-002.js'>js1_4/Regress/function-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=330462' target='other_window'>Bug Number 330462</a><br>
+ [ <a href='#failure190'>Previous Failure</a> | <a href='#failure192'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> f1.toString() == dec1 = false FAILED! expected: true<br>
+</tt><br>
+<a name='failure192'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_4/Regress/function-003.js'>js1_4/Regress/function-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=310514' target='other_window'>Bug Number 310514</a><br>
+ [ <a href='#failure191'>Previous Failure</a> | <a href='#failure193'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt><br>
+Failure messages were:<br>
+--> StripSpaces(Array.prototype.concat.toString()).substring(0,17) = (Internalfunction FAILED! expected: functionconcat(){<br>
+</tt><br>
+<a name='failure193'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Array/regress-157652.js'>js1_5/Array/regress-157652.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=157652' target='other_window'>Bug Number 157652</a><br>
+ [ <a href='#failure192'>Previous Failure</a> | <a href='#failure194'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 3, got 0<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+--> BUGNUMBER: 157652<br>
+--> STATUS: Testing that Array.sort() doesn't crash on very large arrays<br>
+--> --- NOTE: IN THIS TESTCASE, WE EXPECT EXIT CODE 3 ---<br>
+OK.<br>
+</tt><br>
+<a name='failure194'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Exceptions/catchguard-001.js'>js1_5/Exceptions/catchguard-001.js</a> failed</b> <br>
+ [ <a href='#failure193'>Previous Failure</a> | <a href='#failure195'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 42: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure195'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Exceptions/catchguard-002.js'>js1_5/Exceptions/catchguard-002.js</a> failed</b> <br>
+ [ <a href='#failure194'>Previous Failure</a> | <a href='#failure196'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 42: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure196'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Exceptions/catchguard-003.js'>js1_5/Exceptions/catchguard-003.js</a> failed</b> <br>
+ [ <a href='#failure195'>Previous Failure</a> | <a href='#failure197'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 42: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure197'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Exceptions/errstack-001.js'>js1_5/Exceptions/errstack-001.js</a> failed</b> <br>
+ [ <a href='#failure196'>Previous Failure</a> | <a href='#failure198'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception: TypeError - Undefined value<br>
+</tt><br>
+<a name='failure198'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Exceptions/regress-123002.js'>js1_5/Exceptions/regress-123002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=123002' target='other_window'>Bug Number 123002</a><br>
+ [ <a href='#failure197'>Previous Failure</a> | <a href='#failure199'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing Error.length<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section "Error" of test -<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type undefined<br>
+--> FAILED!: [reported from test()] Expected value '3', Actual value 'undefined'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section "EvalError" of test -<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type undefined<br>
+--> FAILED!: [reported from test()] Expected value '3', Actual value 'undefined'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section "RangeError" of test -<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type undefined<br>
+--> FAILED!: [reported from test()] Expected value '3', Actual value 'undefined'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section "ReferenceError" of test -<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type undefined<br>
+--> FAILED!: [reported from test()] Expected value '3', Actual value 'undefined'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section "SyntaxError" of test -<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type undefined<br>
+--> FAILED!: [reported from test()] Expected value '3', Actual value 'undefined'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section "TypeError" of test -<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type undefined<br>
+--> FAILED!: [reported from test()] Expected value '3', Actual value 'undefined'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section "URIError" of test -<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type undefined<br>
+--> FAILED!: [reported from test()] Expected value '3', Actual value 'undefined'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure199'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Exceptions/regress-50447.js'>js1_5/Exceptions/regress-50447.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=50447' target='other_window'>Bug Number 50447</a><br>
+ [ <a href='#failure198'>Previous Failure</a> | <a href='#failure200'>Next Failure</a> | <a href='#tippy_top'>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>
+Exception: TypeError - Undefined value<br>
+</tt><br>
+<a name='failure200'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/GetSet/getset-001.js'>js1_5/GetSet/getset-001.js</a> failed</b> <br>
+ [ <a href='#failure199'>Previous Failure</a> | <a href='#failure201'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 33: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure201'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/GetSet/getset-002.js'>js1_5/GetSet/getset-002.js</a> failed</b> <br>
+ [ <a href='#failure200'>Previous Failure</a> | <a href='#failure202'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 29: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure202'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/GetSet/getset-003.js'>js1_5/GetSet/getset-003.js</a> failed</b> <br>
+ [ <a href='#failure201'>Previous Failure</a> | <a href='#failure203'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 48: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure203'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/GetSet/getset-004.js'>js1_5/GetSet/getset-004.js</a> failed</b> <br>
+ [ <a href='#failure202'>Previous Failure</a> | <a href='#failure204'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 48: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.<br>
+</tt><br>
+<a name='failure204'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/GetSet/getset-005.js'>js1_5/GetSet/getset-005.js</a> failed</b> <br>
+ [ <a href='#failure203'>Previous Failure</a> | <a href='#failure205'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 57: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.<br>
+</tt><br>
+<a name='failure205'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/GetSet/getset-006.js'>js1_5/GetSet/getset-006.js</a> failed</b> <br>
+ [ <a href='#failure204'>Previous Failure</a> | <a href='#failure206'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 62: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.<br>
+</tt><br>
+<a name='failure206'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Object/regress-90596-001.js'>js1_5/Object/regress-90596-001.js</a> failed</b> <br>
+ [ <a href='#failure205'>Previous Failure</a> | <a href='#failure207'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 49: TypeError - Value undefined (result of expression obj.toSource) is not object.<br>
+</tt><br>
+<a name='failure207'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Object/regress-90596-002.js'>js1_5/Object/regress-90596-002.js</a> failed</b> <br>
+ [ <a href='#failure206'>Previous Failure</a> | <a href='#failure208'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 49: TypeError - Object  (result of expression uneval) does not allow calls.<br>
+</tt><br>
+<a name='failure208'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Object/regress-96284-001.js'>js1_5/Object/regress-96284-001.js</a> failed</b> <br>
+ [ <a href='#failure207'>Previous Failure</a> | <a href='#failure209'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 50: TypeError - Value undefined (result of expression obj1.toSource) is not object.<br>
+</tt><br>
+<a name='failure209'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Object/regress-96284-002.js'>js1_5/Object/regress-96284-002.js</a> failed</b> <br>
+ [ <a href='#failure208'>Previous Failure</a> | <a href='#failure210'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 50: TypeError - Object  (result of expression uneval) does not allow calls.<br>
+</tt><br>
+<a name='failure210'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-103602.js'>js1_5/Regress/regress-103602.js</a> failed</b> <br>
+ [ <a href='#failure209'>Previous Failure</a> | <a href='#failure211'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 78: TypeError - Object  (result of expression quit) does not allow calls.<br>
+</tt><br>
+<a name='failure211'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-104077.js'>js1_5/Regress/regress-104077.js</a> failed</b> <br>
+ [ <a href='#failure210'>Previous Failure</a> | <a href='#failure212'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 351: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure212'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-111557.js'>js1_5/Regress/regress-111557.js</a> failed</b> <br>
+ [ <a href='#failure211'>Previous Failure</a> | <a href='#failure213'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Warning: File may have been too long.<br>
+yylex: ERROR.<br>
+Exception, line 6612: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure213'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-127557.js'>js1_5/Regress/regress-127557.js</a> failed</b> <br>
+ [ <a href='#failure212'>Previous Failure</a> | <a href='#failure214'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 76: TypeError - Object  (result of expression clone) does not allow calls.<br>
+</tt><br>
+<a name='failure214'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-140974.js'>js1_5/Regress/regress-140974.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=140974' target='other_window'>Bug Number 140974</a><br>
+ [ <a href='#failure213'>Previous Failure</a> | <a href='#failure215'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: |if (false) {var x;}| should create the variable x<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 1 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'variable was created', Actual value 'variable was NOT created'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 3 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'variable was created', Actual value 'variable was NOT created'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 4 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'variable was created', Actual value 'variable was NOT created'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 5 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'variable was created', Actual value 'variable was NOT created'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 6 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'variable was created', Actual value 'variable was NOT created'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure215'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-156354.js'>js1_5/Regress/regress-156354.js</a> failed</b> <br>
+ [ <a href='#failure214'>Previous Failure</a> | <a href='#failure216'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 56: TypeError - Value undefined (result of expression this.propertyIsEnumerable) is not object.<br>
+</tt><br>
+<a name='failure216'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-168347.js'>js1_5/Regress/regress-168347.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=168347' target='other_window'>Bug Number 168347</a><br>
+ [ <a href='#failure215'>Previous Failure</a> | <a href='#failure217'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing F.toString()<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] Expected value '"i=i+1failedwith"+e+"i="+f.i);}try{++f.i;print("++isucceededi="+f.i);}catch(e){print("++ifailedwith"', Actual value '"i=i+1failedwith"+e+"i="+f.i);}try{f.i++;print("++isucceededi="+f.i);}catch(e){print("++ifailedwith"'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 4 of test -<br>
+--> FAILED!: [reported from test()] Expected value '{--f.i;print("--isucceededi="+f.i);}catch(e){print("--ifailedwith"+e+"i="+f.i);}try{f.i--;print("i--', Actual value '{f.i--;print("--isucceededi="+f.i);}catch(e){print("--ifailedwith"+e+"i="+f.i);}try{f.i--;print("i--'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure217'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-172699.js'>js1_5/Regress/regress-172699.js</a> failed</b> <br>
+ [ <a href='#failure216'>Previous Failure</a> | <a href='#failure218'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception: URIError - URI error<br>
+</tt><br>
+<a name='failure218'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-179524.js'>js1_5/Regress/regress-179524.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=179524' target='other_window'>Bug Number 179524</a><br>
+ [ <a href='#failure217'>Previous Failure</a> | <a href='#failure219'>Next Failure</a> | <a href='#tippy_top'>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>
+--> FAILED!: [reported from test()] Expected value 'A', Actual value 'a'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 15 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'A,a', Actual value 'a'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 17 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'A', Actual value 'a'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 18 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'A,a', Actual value 'a'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 20 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'SHOULD HAVE FALLEN INTO CATCH-BLOCK!', Actual value 'a'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 22 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '4'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 23 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '4'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 25 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '4'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 26 of test -<br>
+--> FAILED!: [reported from test()] Expected value '0', Actual value '4'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 28 of test -<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type string, actual type number<br>
+--> FAILED!: [reported from test()] Expected value 'SHOULD HAVE FALLEN INTO CATCH-BLOCK!', Actual value '4'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 30 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'ZBC abc', Actual value 'ABC Zbc'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 31 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'ZBC Zbc', Actual value 'ABC Zbc'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 33 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'ZBC abc', Actual value 'ABC Zbc'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 34 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'ZBC Zbc', Actual value 'ABC Zbc'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 36 of test -<br>
+--> 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='failure219'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-185165.js'>js1_5/Regress/regress-185165.js</a> failed</b> <br>
+ [ <a href='#failure218'>Previous Failure</a> | <a href='#failure220'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+yylex: ERROR.<br>
+Exception, line 3: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure220'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-44009.js'>js1_5/Regress/regress-44009.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=44009' target='other_window'>Bug Number 44009</a><br>
+ [ <a href='#failure219'>Previous Failure</a> | <a href='#failure221'>Next Failure</a> | <a href='#tippy_top'>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>
+Exception, line 61: TypeError - Value undefined (result of expression obj.toSource) is not object.<br>
+</tt><br>
+<a name='failure221'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-68498-002.js'>js1_5/Regress/regress-68498-002.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=68498' target='other_window'>Bug Number 68498</a><br>
+ [ <a href='#failure220'>Previous Failure</a> | <a href='#failure222'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Creating a Deletable local variable using eval<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Creating a Deletable local variable using eval; currently at expect[1] within test -<br>
+--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure222'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-68498-003.js'>js1_5/Regress/regress-68498-003.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=68498' target='other_window'>Bug Number 68498</a><br>
+ [ <a href='#failure221'>Previous Failure</a> | <a href='#failure223'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing calling obj.eval(str)<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Testing calling obj.eval(str); currently at expect[1] within test -<br>
+--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type boolean<br>
+--> FAILED!: [reported from test()] Expected value '43', Actual value 'false'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure223'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-76054.js'>js1_5/Regress/regress-76054.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=76054' target='other_window'>Bug Number 76054</a><br>
+ [ <a href='#failure222'>Previous Failure</a> | <a href='#failure224'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing that String HTML methods produce all lower-case<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Currently testing String.big()<br>
+--> FAILED!: [reported from test()] Expected value '<big>xyz</big>', Actual value '<BIG>xyz</BIG>'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Currently testing String.blink()<br>
+--> FAILED!: [reported from test()] Expected value '<blink>xyz</blink>', Actual value '<BLINK>xyz</BLINK>'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Currently testing String.bold()<br>
+--> FAILED!: [reported from test()] Expected value '<b>xyz</b>', Actual value '<B>xyz</B>'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Currently testing String.italics()<br>
+--> FAILED!: [reported from test()] Expected value '<i>xyz</i>', Actual value '<I>xyz</I>'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Currently testing String.fixed()<br>
+--> FAILED!: [reported from test()] Expected value '<tt>xyz</tt>', Actual value '<TT>xyz</TT>'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Currently testing String.fontcolor()<br>
+--> FAILED!: [reported from test()] Expected value '<font color=undefined>xyz</font>', Actual value '<FONT COLOR=undefined>xyz</FONT>'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Currently testing String.fontsize()<br>
+--> FAILED!: [reported from test()] Expected value '<font size=undefined>xyz</font>', Actual value '<FONT SIZE=undefined>xyz</FONT>'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Currently testing String.small()<br>
+--> FAILED!: [reported from test()] Expected value '<small>xyz</small>', Actual value '<SMALL>xyz</SMALL>'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Currently testing String.strike()<br>
+--> FAILED!: [reported from test()] Expected value '<strike>xyz</strike>', Actual value '<STRIKE>xyz</STRIKE>'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Currently testing String.sub()<br>
+--> FAILED!: [reported from test()] Expected value '<sub>xyz</sub>', Actual value '<SUB>xyz</SUB>'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Currently testing String.sup()<br>
+--> FAILED!: [reported from test()] Expected value '<sup>xyz</sup>', Actual value '<SUP>xyz</SUP>'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure224'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-80981.js'>js1_5/Regress/regress-80981.js</a> failed</b> <br>
+ [ <a href='#failure223'>Previous Failure</a> | <a href='#failure225'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Warning: File may have been too long.<br>
+Exception, line 2949: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure225'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-96128-n.js'>js1_5/Regress/regress-96128-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=96128' target='other_window'>Bug Number 96128</a><br>
+ [ <a href='#failure224'>Previous Failure</a> | <a href='#failure226'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 3, got 0<br>
+Testcase terminated with signal 11<br>
+Complete testcase output was:<br>
+--> BUGNUMBER: 96128<br>
+--> STATUS: Testing that JS infinite recursion protection works<br>
+</tt><br>
+<a name='failure226'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Regress/regress-96526-003.js'>js1_5/Regress/regress-96526-003.js</a> failed</b> <br>
+ [ <a href='#failure225'>Previous Failure</a> | <a href='#failure227'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Warning: File may have been too long.<br>
+Exception, line 4403: SyntaxError - Parse error<br>
+</tt><br>
+<a name='failure227'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Scope/regress-185485.js'>js1_5/Scope/regress-185485.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=185485' target='other_window'>Bug Number 185485</a><br>
+ [ <a href='#failure226'>Previous Failure</a> | <a href='#failure228'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>--> STATUS: Testing |with (x) {function f() {}}| when |x.f| already exists<br>
+Failure messages were:<br>
+--> FAILED!: [reported from test()] Section 2 of test -<br>
+--> FAILED!: [reported from test()] Expected value '2', Actual value '1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 3 of test -<br>
+--> FAILED!: [reported from test()] Expected value '2', Actual value '1'<br>
+--> FAILED!: [reported from test()] <br>
+--> FAILED!: [reported from test()] Section 5 of test -<br>
+--> FAILED!: [reported from test()] Expected value 'function () <br>
+--> FAILED!: [reported from test()] {<br>
+--> FAILED!: [reported from test()] }', Actual value '0'<br>
+--> FAILED!: [reported from test()] <br>
+</tt><br>
+<a name='failure228'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Scope/regress-220584.js'>js1_5/Scope/regress-220584.js</a> failed</b> <br>
+ [ <a href='#failure227'>Previous Failure</a> | <a href='#failure229'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 57: TypeError - Object  (result of expression Script) does not allow calls.<br>
+</tt><br>
+<a name='failure229'></a><dd><b>Testcase <a target='other_window' href='http://lxr.mozilla.org/mozilla/source/js/tests/js1_5/Scope/scope-001.js'>js1_5/Scope/scope-001.js</a> failed</b> <br>
+ [ <a href='#failure228'>Previous Failure</a> | <a href='#failure230'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
+<tt>Expected exit code 0, got 3<br>
+Testcase terminated with signal 0<br>
+Complete testcase output was:<br>
+Exception, line 40: SyntaxError - Parse error<br>
+</tt><br>
+</dl>
+[ <a href='#tippy_top'>Top of Page</a> | <a href='#fail_detail'>Top of Failures</a> ]<br>
+<hr>
+<pre>
+<a name='retest_list'></a>
+<h2>Retest List</h2><br>
+# Retest List, kjs, generated Tue Jul 13 22:13:45 2004.
+# Original test base was: All tests.
+# 962 of 967 test(s) were completed, 229 failures reported.
+ecma/Array/15.4.4.3-1.js
+ecma/Boolean/15.6.3.1-2.js
+ecma/Boolean/15.6.3.1-3.js
+ecma/ExecutionContexts/10.1.4-7.js
+ecma/ExecutionContexts/10.1.6.js
+ecma/Expressions/11.2.1-1.js
+ecma/Expressions/11.4.1.js
+ecma/Expressions/11.7.3.js
+ecma/Expressions/11.8.1.js
+ecma/Expressions/11.8.2.js
+ecma/Expressions/11.8.3.js
+ecma/Expressions/11.8.4.js
+ecma/FunctionObjects/15.3.1.1-1.js
+ecma/FunctionObjects/15.3.1.1-2.js
+ecma/FunctionObjects/15.3.2.1-1.js
+ecma/FunctionObjects/15.3.2.1-2.js
+ecma/FunctionObjects/15.3.5-2.js
+ecma/FunctionObjects/15.3.5.3.js
+ecma/GlobalObject/15.1.2.2-1.js
+ecma/GlobalObject/15.1.2.2-2.js
+ecma/GlobalObject/15.1.2.3-1.js
+ecma/GlobalObject/15.1.2.3-2.js
+ecma/GlobalObject/15.1.2.4.js
+ecma/GlobalObject/15.1.2.5-1.js
+ecma/GlobalObject/15.1.2.5-3.js
+ecma/LexicalConventions/7.7.3-1.js
+ecma/Math/15.8.1.2-2.js
+ecma/Math/15.8.1.3-2.js
+ecma/Math/15.8.1.4-2.js
+ecma/Math/15.8.2.12.js
+ecma/Math/15.8.2.13.js
+ecma/Math/15.8.2.15.js
+ecma/Number/15.7.3.1-1.js
+ecma/Number/15.7.3.2-2.js
+ecma/Number/15.7.3.3-2.js
+ecma/Number/15.7.3.4-2.js
+ecma/Number/15.7.3.5-2.js
+ecma/Number/15.7.3.6-2.js
+ecma/ObjectObjects/15.2.3.1-2.js
+ecma/ObjectObjects/15.2.3.1-4.js
+ecma/Statements/12.7-1-n.js
+ecma/Statements/12.8-1-n.js
+ecma/Statements/12.9-1-n.js
+ecma/String/15.5.1.js
+ecma/String/15.5.3.1-3.js
+ecma/String/15.5.3.1-4.js
+ecma/String/15.5.4.11-1.js
+ecma/String/15.5.4.11-2.js
+ecma/String/15.5.4.11-3.js
+ecma/String/15.5.4.11-5.js
+ecma/String/15.5.4.11-6.js
+ecma/String/15.5.4.12-1.js
+ecma/String/15.5.4.12-3.js
+ecma/String/15.5.4.12-4.js
+ecma/String/15.5.4.12-5.js
+ecma/String/15.5.4.6-2.js
+ecma/String/15.5.4.7-2.js
+ecma/String/15.5.4.8-2.js
+ecma/TypeConversion/9.3.1-3.js
+ecma/TypeConversion/9.4-1.js
+ecma/TypeConversion/9.4-2.js
+ecma/TypeConversion/9.6.js
+ecma/TypeConversion/9.8.1.js
+ecma_2/Exceptions/exception-008.js
+ecma_2/Exceptions/function-001.js
+ecma_2/Exceptions/lexical-052.js
+ecma_2/Exceptions/statement-007.js
+ecma_2/Exceptions/statement-008.js
+ecma_2/Exceptions/statement-009.js
+ecma_2/RegExp/constructor-001.js
+ecma_2/RegExp/function-001.js
+ecma_2/RegExp/properties-001.js
+ecma_2/RegExp/properties-002.js
+ecma_2/RegExp/regexp-enumerate-001.js
+ecma_2/RegExp/regress-001.js
+ecma_2/RegExp/unicode-001.js
+ecma_2/Statements/try-003.js
+ecma_2/String/match-002.js
+ecma_2/String/split-002.js
+ecma_2/String/split-003.js
+ecma_3/Array/15.4.4.3-1.js
+ecma_3/Date/15.9.5.5.js
+ecma_3/Date/15.9.5.7.js
+ecma_3/Exceptions/15.11.1.1.js
+ecma_3/Exceptions/15.11.4.4-1.js
+ecma_3/Exceptions/15.11.7.6-001.js
+ecma_3/Exceptions/15.11.7.6-002.js
+ecma_3/Exceptions/15.11.7.6-003.js
+ecma_3/Exceptions/regress-181654.js
+ecma_3/Exceptions/regress-181914.js
+ecma_3/Exceptions/regress-95101.js
+ecma_3/ExecutionContexts/10.1.3-1.js
+ecma_3/ExecutionContexts/10.1.3-2.js
+ecma_3/ExecutionContexts/10.1.4-1.js
+ecma_3/Function/arguments-001.js
+ecma_3/Function/regress-104584.js
+ecma_3/Function/regress-131964.js
+ecma_3/Function/regress-193555.js
+ecma_3/Function/regress-58274.js
+ecma_3/Function/regress-94506.js
+ecma_3/Function/scope-001.js
+ecma_3/Function/scope-002.js
+ecma_3/FunExpr/fe-001.js
+ecma_3/Number/15.7.4.5-1.js
+ecma_3/Number/15.7.4.6-1.js
+ecma_3/Number/15.7.4.7-1.js
+ecma_3/Object/class-001.js
+ecma_3/Object/class-002.js
+ecma_3/Object/class-003.js
+ecma_3/Object/class-004.js
+ecma_3/Object/regress-72773.js
+ecma_3/RegExp/15.10.2-1.js
+ecma_3/RegExp/15.10.3.1-1.js
+ecma_3/RegExp/15.10.3.1-2.js
+ecma_3/RegExp/15.10.4.1-1.js
+ecma_3/RegExp/15.10.4.1-2.js
+ecma_3/RegExp/15.10.4.1-3.js
+ecma_3/RegExp/15.10.4.1-4.js
+ecma_3/RegExp/15.10.4.1-5-n.js
+ecma_3/RegExp/15.10.6.2-2.js
+ecma_3/RegExp/octal-002.js
+ecma_3/RegExp/perlstress-001.js
+ecma_3/RegExp/perlstress-002.js
+ecma_3/RegExp/regress-100199.js
+ecma_3/RegExp/regress-123437.js
+ecma_3/RegExp/regress-165353.js
+ecma_3/RegExp/regress-188206.js
+ecma_3/RegExp/regress-202564.js
+ecma_3/RegExp/regress-209067.js
+ecma_3/RegExp/regress-209919.js
+ecma_3/RegExp/regress-220367-001.js
+ecma_3/RegExp/regress-31316.js
+ecma_3/RegExp/regress-72964.js
+ecma_3/RegExp/regress-78156.js
+ecma_3/RegExp/regress-85721.js
+ecma_3/RegExp/regress-87231.js
+ecma_3/Statements/regress-121744.js
+ecma_3/Statements/regress-157509.js
+ecma_3/Statements/regress-194364.js
+ecma_3/Unicode/uc-001-n.js
+ecma_3/Unicode/uc-001.js
+ecma_3/Unicode/uc-002.js
+ecma_3/Unicode/uc-003.js
+ecma_3/Unicode/uc-005.js
+js1_2/Array/array_split_1.js
+js1_2/Array/tostring_1.js
+js1_2/Array/tostring_2.js
+js1_2/function/function-001-n.js
+js1_2/function/Function_object.js
+js1_2/function/Number.js
+js1_2/function/regexparg-1.js
+js1_2/function/String.js
+js1_2/function/tostring-1.js
+js1_2/function/tostring-2.js
+js1_2/Objects/toString-001.js
+js1_2/operator/equality.js
+js1_2/regexp/beginLine.js
+js1_2/regexp/compile.js
+js1_2/regexp/endLine.js
+js1_2/regexp/hexadecimal.js
+js1_2/regexp/ignoreCase.js
+js1_2/regexp/octal.js
+js1_2/regexp/RegExp_input.js
+js1_2/regexp/RegExp_input_as_array.js
+js1_2/regexp/RegExp_lastIndex.js
+js1_2/regexp/RegExp_lastMatch.js
+js1_2/regexp/RegExp_lastMatch_as_array.js
+js1_2/regexp/RegExp_lastParen.js
+js1_2/regexp/RegExp_lastParen_as_array.js
+js1_2/regexp/RegExp_leftContext.js
+js1_2/regexp/RegExp_leftContext_as_array.js
+js1_2/regexp/RegExp_multiline.js
+js1_2/regexp/RegExp_multiline_as_array.js
+js1_2/regexp/RegExp_rightContext.js
+js1_2/regexp/RegExp_rightContext_as_array.js
+js1_2/regexp/regress-6359.js
+js1_2/regexp/regress-9141.js
+js1_2/regexp/simple_form.js
+js1_2/regexp/special_characters.js
+js1_2/regexp/string_split.js
+js1_2/regexp/toString.js
+js1_2/String/concat.js
+js1_2/String/slice.js
+js1_2/version120/boolean-001.js
+js1_2/version120/regress-99663.js
+js1_3/inherit/proto_12.js
+js1_3/regress/function-001-n.js
+js1_3/Script/function-001-n.js
+js1_3/Script/script-001.js
+js1_4/Functions/function-001.js
+js1_4/Regress/function-002.js
+js1_4/Regress/function-003.js
+js1_5/Array/regress-157652.js
+js1_5/Exceptions/catchguard-001.js
+js1_5/Exceptions/catchguard-002.js
+js1_5/Exceptions/catchguard-003.js
+js1_5/Exceptions/errstack-001.js
+js1_5/Exceptions/regress-123002.js
+js1_5/Exceptions/regress-50447.js
+js1_5/GetSet/getset-001.js
+js1_5/GetSet/getset-002.js
+js1_5/GetSet/getset-003.js
+js1_5/GetSet/getset-004.js
+js1_5/GetSet/getset-005.js
+js1_5/GetSet/getset-006.js
+js1_5/Object/regress-90596-001.js
+js1_5/Object/regress-90596-002.js
+js1_5/Object/regress-96284-001.js
+js1_5/Object/regress-96284-002.js
+js1_5/Regress/regress-103602.js
+js1_5/Regress/regress-104077.js
+js1_5/Regress/regress-111557.js
+js1_5/Regress/regress-127557.js
+js1_5/Regress/regress-140974.js
+js1_5/Regress/regress-156354.js
+js1_5/Regress/regress-168347.js
+js1_5/Regress/regress-172699.js
+js1_5/Regress/regress-179524.js
+js1_5/Regress/regress-185165.js
+js1_5/Regress/regress-44009.js
+js1_5/Regress/regress-68498-002.js
+js1_5/Regress/regress-68498-003.js
+js1_5/Regress/regress-76054.js
+js1_5/Regress/regress-80981.js
+js1_5/Regress/regress-96128-n.js
+js1_5/Regress/regress-96526-003.js
+js1_5/Scope/regress-185485.js
+js1_5/Scope/regress-220584.js
+js1_5/Scope/scope-001.js
\ No newline at end of file
diff --git a/JavaScriptCore/tests/mozilla/jsDriver.pl b/JavaScriptCore/tests/mozilla/jsDriver.pl
index 053b1ac..9d8e3b9 100644
--- a/JavaScriptCore/tests/mozilla/jsDriver.pl
+++ b/JavaScriptCore/tests/mozilla/jsDriver.pl
@@ -155,7 +155,6 @@ sub execute_tests {
     @test_list = grep (!/shell\.js$/, @test_list);
     
     &status ("Executing " . ($#test_list + 1) . " test(s).");
-    
     foreach $test (@test_list) {
         my ($suite, $test_dir, $test_file) = split($path_sep, $test);
 # *-n.js is a negative test, expect exit code 3 (runtime error)
@@ -192,7 +191,7 @@ sub execute_tests {
         }
         
         $path = &xp_path($opt_suite_path . $test);
-# &status ("executing: " . $shell_command . $file_param . $path);
+        &status ("executing: " . $shell_command . $file_param . $path);
         &dd ("executing: " . $shell_command . $file_param . $path);
         
         open (OUTPUT, $shell_command . $file_param . $path .
diff --git a/JavaScriptCore/tests/mozilla/run-mozilla-tests b/JavaScriptCore/tests/mozilla/run-mozilla-tests
new file mode 100755
index 0000000..0222506
--- /dev/null
+++ b/JavaScriptCore/tests/mozilla/run-mozilla-tests
@@ -0,0 +1,2 @@
+./jsDriver.pl -e kjs -L ecma/Date -f actual.html
+jst expected.html actual.html

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list