Test results, kjs


Test List: All tests
Skip List: ecma/Date
967 test(s) selected, 962 test(s) completed, 131 failures reported (13.61% failed)
Engine command line: /Users/darin/symroots/testkjs
OS type: Darwin darin-adlers-power-mac-g4.local 8.0.0 Darwin Kernel Version 8.0.0: Sat Mar 26 14:15:22 PST 2005; root:xnu-792.obj~1/RELEASE_PPC Power Macintosh powerpc
Testcase execution time: 1 minutes, 28 seconds.
Tests completed on Wed Apr 20 02:42:18 2005.

[ Failure Details | Retest List | Test Selection Page ]


Failure Details


Testcase ecma/ExecutionContexts/10.1.6.js failed
[ Next Failure | Top of Page ]

Failure messages were:
--> TestFunction(1,2,3) = [object Arguments] FAILED! expected: value of the argument property

Testcase ecma/GlobalObject/15.1.2.2-2.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> parseInt("0000001000000001001000110100010101100111100010011010101111011",2) = 18054430506169720 FAILED! expected: 18054430506169724
--> parseInt("123456789012345678") = 123456789012345700 FAILED! expected: 123456789012345680
--> parseInt("0x1000000000000081") = 1152921504606847000 FAILED! expected: 1152921504606847200
--> s = 0xFFFFFFFFFFFFF800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308
--> s = 0xFFFFFFFFFFFFF800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001; -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308
--> s = 0xFFFFFFFFFFFFFC00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000; -s = -1.7976931348623157e+308 FAILED! expected: -Infinity

Testcase ecma/LexicalConventions/7.7.3-1.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> 0x1000000000000081 = 1152921504606847000 FAILED! expected: 1152921504606847200
--> 0x1000000000000281 = 1152921504606847500 FAILED! expected: 1152921504606847700

Testcase ecma/Statements/12.7-1-n.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 3, got 0
Testcase terminated with signal 0
Complete testcase output was:
--> 12.7.1-n The continue statment
--> continue = undefined FAILED! expected: error
OK.

Testcase ecma/Statements/12.8-1-n.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 3, got 0
Testcase terminated with signal 0
Complete testcase output was:
--> 12.8-1-n The break in statment
--> break = undefined FAILED! expected: error
OK.

Testcase ecma/Statements/12.9-1-n.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 3, got 0
Testcase terminated with signal 0
Complete testcase output was:
--> 12.9-1-n The return statement
--> return = undefined FAILED! expected: error
OK.

Testcase ecma/TypeConversion/9.3.1-3.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880
--> -"1e2000" = NaN FAILED! expected: -Infinity
--> -"-1e2000" +'' = NaN FAILED! expected: Infinity
--> parseFloat("1e2000") = NaN FAILED! expected: Infinity
--> -s2 == -Infinity || -s2 == -1.7976931348623157e+308 = false FAILED! expected: true
--> -s3 == -Infinity || -s3 == -1.7976931348623157e+308 = false FAILED! expected: true
--> 0x1000000000000081 = 1152921504606847000 FAILED! expected: 1152921504606847200
--> 0x1000000000000281 = 1152921504606847500 FAILED! expected: 1152921504606847700
--> parseInt("0000001000000001001000110100010101100111100010011010101111011",2) = 18054430506169720 FAILED! expected: 18054430506169724
--> parseInt("123456789012345678") = 123456789012345700 FAILED! expected: 123456789012345680
--> parseInt("0x1000000000000081") = 1152921504606847000 FAILED! expected: 1152921504606847200
--> -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308
--> -s = -1.7976931348623155e+308 FAILED! expected: -1.7976931348623157e+308
--> -s = -1.7976931348623157e+308 FAILED! expected: -Infinity
--> - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880
--> -"\u20001234\u2001" = NaN FAILED! expected: -1234

Testcase ecma/TypeConversion/9.4-1.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> td = new Date(true); td.valueOf() = NaN FAILED! expected: 1
--> td = new Date(true); td.valueOf() = NaN FAILED! expected: 1
--> td = new Date(false); td.valueOf() = NaN FAILED! expected: 0
--> td = new Date(false); td.valueOf() = NaN FAILED! expected: 0

Testcase ecma/TypeConversion/9.4-2.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> td = new Date(true); td.valueOf() = NaN FAILED! expected: 1
--> td = new Date(true); td.valueOf() = NaN FAILED! expected: 1
--> td = new Date(false); td.valueOf() = NaN FAILED! expected: 0
--> td = new Date(false); td.valueOf() = NaN FAILED! expected: 0

Testcase ecma_2/Exceptions/exception-008.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> eval("continue") [ exception is null ] = undefined FAILED! expected: passed: threw exception

Testcase ecma_2/Exceptions/function-001.js failed Bug Number 10278
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> eval("function f(){}function g(){}") (threw no exception thrown = fail FAILED! expected: pass

Testcase ecma_2/Exceptions/lexical-052.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> calling return indirectly (threw No exception thrown) = Failed FAILED! expected: Passed

Testcase ecma_2/Exceptions/statement-007.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> continue outside of an iteration statement (threw No exception thrown) = Failed FAILED! expected: Passed

Testcase ecma_2/Exceptions/statement-008.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> break outside of an iteration statement (threw No exception thrown) = Failed FAILED! expected: Passed

Testcase ecma_2/Exceptions/statement-009.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> return outside of a function (threw No exception thrown) = Failed FAILED! expected: Passed

Testcase ecma_2/RegExp/regress-001.js failed Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=2157
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> RegExp/hex-001.js JS regexp anchoring on empty match bug
--> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=2157
Exception, line 19: TypeError - Object /a||b/ (result of expression a||b) does not allow calls.

Testcase ecma_2/RegExp/unicode-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> RegExp/unicode-001.js new RegExp( pattern, flags )
Exception: TypeError - Null value

Testcase ecma_2/Statements/try-003.js failed Bug Number http://scopus.mcom.com/bugsplat/show_bug.cgi?id=313585
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> eval( throw "boo" ) = FAILED: NO EXCEPTION CAUGHT FAILED! expected: PASS
--> eval( throw 3 ) = FAILED: NO EXCEPTION CAUGHT FAILED! expected: PASS

Testcase ecma_3/Array/15.4.4.3-1.js failed Bug Number 56883
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing Array.prototype.toLocaleString() -
Failure messages were:
--> FAILED!: [reported from test()] Testing Array.prototype.toLocaleString() -
--> FAILED!: [reported from test()] Expected value '3', Actual value '0'
--> FAILED!: [reported from test()]

Testcase ecma_3/Date/15.9.5.5.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> Date.parse(Fri Dec 13 1901 12:45:52 GMT-0800).toLocaleString()) = -2147483648000 FAILED! expected: -2208988800000
--> Date.parse(Fri Dec 13 1901 12:45:52 GMT-0800).toLocaleString()) = -2147483648000 FAILED! expected: -2208960000000

Testcase ecma_3/Date/15.9.5.7.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> (Wed Dec 31 1969 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00
--> (Wed Dec 31 1969 08:00:00 GMT-0800).toLocaleTimeString() = 8:00:00 AM PST FAILED! expected: 08:00:00
--> (Fri Dec 13 1901 12:45:52 GMT-0800).toLocaleTimeString() = 1:45:52 PM PDT FAILED! expected: 12:45:52
--> (Fri Dec 13 1901 12:45:52 GMT-0800).toLocaleTimeString() = 1:45:52 PM PDT FAILED! expected: 12:45:52
--> (Fri Dec 31 1999 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00
--> (Sat Jan 01 2000 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00
--> (Mon Feb 28 2000 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00
--> (Mon Feb 28 2000 15:59:59 GMT-0800).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59
--> (Tue Feb 29 2000 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00
--> (Wed Apr 20 2005 02:41:53 GMT-0700).toLocaleTimeString() = 2:41:53 AM PDT FAILED! expected: 02:41:53
--> (Wed Apr 20 2005 10:41:53 GMT-0700).toLocaleTimeString() = 10:41:53 AM PDT FAILED! expected: 10:41:53
--> (Fri Dec 31 2004 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00
--> (Fri Dec 31 2004 15:59:59 GMT-0800).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59
--> (Sat Jan 01 2005 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00

Testcase ecma_3/Exceptions/15.11.1.1.js failed
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Ensuring normal function call of Error (ECMA-262 Ed.3 15.11.1.1)
Failure messages were:
--> FAILED!: [reported from test()] Section 1 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 2 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 4 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]

Testcase ecma_3/Exceptions/15.11.4.4-1.js failed Bug Number (none)
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing Error.prototype.toString()
Failure messages were:
--> FAILED!: [reported from test()] Section 1 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 2 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]

Testcase ecma_3/Exceptions/regress-181654.js failed Bug Number 181654
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Calling toString for an object derived from the Error class should be possible.
Failure messages were:
--> FAILED!: [reported from test()] Section 1 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 2 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 5 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]

Testcase ecma_3/Exceptions/regress-181914.js failed Bug Number 181914
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Calling a user-defined superconstructor
Failure messages were:
--> FAILED!: [reported from test()] Section 1 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 2 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 3 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 4 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 5 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 7 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 8 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]

Testcase ecma_3/Exceptions/regress-95101.js failed Bug Number 95101
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Invoking an undefined function should produce a ReferenceError
Failure messages were:
--> FAILED!: [reported from test()] Section 1 of test
--> FAILED!: [reported from test()] Expected value 'ReferenceError', Actual value 'did NOT generate a ReferenceError'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 2 of test
--> FAILED!: [reported from test()] Expected value 'ReferenceError', Actual value 'did NOT generate a ReferenceError'
--> FAILED!: [reported from test()]

Testcase ecma_3/ExecutionContexts/10.1.3-1.js failed Bug Number 124900
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing functions having duplicate formal parameter names
Failure messages were:
--> FAILED!: [reported from test()] Section 7 of test -
--> FAILED!: [reported from test()] Expected value '1,2,3,999', Actual value '1,2,3,4'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 8 of test -
--> FAILED!: [reported from test()] Expected value '1,2,3,999', Actual value '1,2,3,4'
--> FAILED!: [reported from test()]

Testcase ecma_3/ExecutionContexts/10.1.4-1.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> FAILED!: [reported from test()] Expected to be able to delete x

Testcase ecma_3/Function/arguments-001.js failed Bug Number 72884
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing the arguments object
Failure messages were:
--> FAILED!: [reported from test()] Section 1 of test -
--> FAILED!: [reported from test()] Type mismatch, expected type undefined, actual type number
--> FAILED!: [reported from test()] Expected value 'undefined', Actual value '0'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 2 of test -
--> FAILED!: [reported from test()] Type mismatch, expected type undefined, actual type number
--> FAILED!: [reported from test()] Expected value 'undefined', Actual value '3'
--> FAILED!: [reported from test()]

Testcase ecma_3/Function/regress-104584.js failed Bug Number 104584
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> BUGNUMBER: 104584
--> STATUS: Testing that we don't crash on this code -
Exception, line 45: TypeError - Object (result of expression gc) does not allow calls.

Testcase ecma_3/Function/regress-131964.js failed Bug Number 131964
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Functions defined in global or function scope are {DontDelete}
Failure messages were:
--> FAILED!: [reported from test()] Section 1 of test -
--> FAILED!: [reported from test()] Expected value 'f lives!', Actual value 'f was deleted'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 2 of test -
--> FAILED!: [reported from test()] Expected value 'f lives!', Actual value 'f was deleted'
--> FAILED!: [reported from test()]

Testcase ecma_3/Function/regress-193555.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception: ReferenceError - Can't find variable: g

Testcase ecma_3/Function/regress-58274.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
yylex: ERROR.
Exception, line 83: SyntaxError - Parse error

Testcase ecma_3/Function/regress-94506.js failed Bug Number 94506
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing functions employing identifiers named "arguments"
Failure messages were:
--> FAILED!: [reported from test()] Section 1 of test
--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type object
--> FAILED!: [reported from test()] Expected value '5', Actual value '[object Arguments]'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 2 of test
--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type object
--> FAILED!: [reported from test()] Expected value '55', Actual value '[object Arguments]'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 5 of test
--> FAILED!: [reported from test()] Type mismatch, expected type undefined, actual type object
--> FAILED!: [reported from test()] Expected value 'undefined', Actual value '[object Arguments]'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 6 of test
--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type object
--> FAILED!: [reported from test()] Expected value '3', Actual value '[object Arguments]'
--> FAILED!: [reported from test()]

Testcase ecma_3/Function/scope-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 185: TypeError - Value undefined (result of expression obj.hasOwnProperty) is not object.

Testcase ecma_3/Function/scope-002.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 168: TypeError - Value undefined (result of expression obj.hasOwnProperty) is not object.

Testcase ecma_3/FunExpr/fe-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 26: SyntaxError - Parse error

Testcase ecma_3/Object/class-001.js failed Bug Number (none)
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing the internal [[Class]] property of objects
Failure messages were:
--> FAILED!: [reported from test()] Current object is: new Error()
--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'
--> FAILED!: [reported from test()]

Testcase ecma_3/Object/class-002.js failed Bug Number (none)
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing the internal [[Class]] property of native constructors
Failure messages were:
--> FAILED!: [reported from test()] Current constructor is: Number
--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Number'
--> FAILED!: [reported from test()]

Testcase ecma_3/Object/class-003.js failed Bug Number 56868
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing the internal [[Class]] property of native error types
Failure messages were:
--> FAILED!: [reported from test()] Current object is: new Error()
--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Current object is: new EvalError()
--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Current object is: new RangeError()
--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Current object is: new ReferenceError()
--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Current object is: new SyntaxError()
--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Current object is: new TypeError()
--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Current object is: new URIError()
--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'
--> FAILED!: [reported from test()]

Testcase ecma_3/Object/class-004.js failed Bug Number 56868
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing the internal [[Class]] property of native error constructors
Failure messages were:
--> FAILED!: [reported from test()] Current constructor is: EvalError
--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Current constructor is: RangeError
--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Current constructor is: ReferenceError
--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Current constructor is: SyntaxError
--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Current constructor is: TypeError
--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Current constructor is: URIError
--> FAILED!: [reported from test()] Expected value 'Function', Actual value 'Error'
--> FAILED!: [reported from test()]

Testcase ecma_3/Object/regress-72773.js failed Bug Number 72773
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Regression test: we shouldn't crash on this code
Failure messages were:
--> FAILED!: [reported from test()] Trying to catch an expected error
--> FAILED!: [reported from test()] Expected value 'Error', Actual value 'Object'
--> FAILED!: [reported from test()]

Testcase ecma_3/RegExp/15.10.2-1.js failed Bug Number (none)
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: RegExp conformance test
Failure messages were:
--> FAILED!: [reported from test()] Section 7 of test -
--> FAILED!: [reported from test()] regexp = /(z)((a+)?(b+)?(c))*/
--> FAILED!: [reported from test()] string = 'zaacbbbcac'
--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:
--> FAILED!: [reported from test()] Expect: ["zaacbbbcac", "z", "ac", "a", , "c"]
--> FAILED!: [reported from test()] Actual: ["zaacbbbcac", "z", "ac", "a", "bbb", "c"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 8 of test -
--> FAILED!: [reported from test()] regexp = /(a*)*/
--> FAILED!: [reported from test()] string = 'b'
--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:
--> FAILED!: [reported from test()] Expect: ["", , ]
--> FAILED!: [reported from test()] Actual: ["", ""]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 12 of test -
--> FAILED!: [reported from test()] regexp = /(.*?)a(?!(a+)b\2c)\2(.*)/
--> FAILED!: [reported from test()] string = 'baaabaac'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["baaabaac", "ba", , "abaac"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]

Testcase ecma_3/RegExp/15.10.6.2-2.js failed Bug Number 76717
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing re.exec(str) when re.lastIndex is < 0 or > str.length
Failure messages were:
--> FAILED!: [reported from test()] Section 6 of test -
--> FAILED!: [reported from test()] regexp = /abc/gi
--> FAILED!: [reported from test()] string = 'AbcaBcabC'
--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!
--> FAILED!: [reported from test()] Expect: null
--> FAILED!: [reported from test()] Actual: ["Abc"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 7 of test -
--> FAILED!: [reported from test()] regexp = /abc/gi
--> FAILED!: [reported from test()] string = 'AbcaBcabC'
--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!
--> FAILED!: [reported from test()] Expect: null
--> FAILED!: [reported from test()] Actual: ["Abc"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 8 of test -
--> FAILED!: [reported from test()] regexp = /abc/gi
--> FAILED!: [reported from test()] string = 'AbcaBcabC'
--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!
--> FAILED!: [reported from test()] Expect: null
--> FAILED!: [reported from test()] Actual: ["aBc"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 10 of test -
--> FAILED!: [reported from test()] regexp = /abc/gi
--> FAILED!: [reported from test()] string = 'AbcaBcabC'
--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!
--> FAILED!: [reported from test()] Expect: null
--> FAILED!: [reported from test()] Actual: ["Abc"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 11 of test -
--> FAILED!: [reported from test()] regexp = /abc/gi
--> FAILED!: [reported from test()] string = 'AbcaBcabC'
--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!
--> FAILED!: [reported from test()] Expect: null
--> FAILED!: [reported from test()] Actual: ["Abc"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 12 of test -
--> FAILED!: [reported from test()] regexp = /abc/gi
--> FAILED!: [reported from test()] string = 'AbcaBcabC'
--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!
--> FAILED!: [reported from test()] Expect: null
--> FAILED!: [reported from test()] Actual: ["Abc"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 13 of test -
--> FAILED!: [reported from test()] regexp = /abc/gi
--> FAILED!: [reported from test()] string = 'AbcaBcabC'
--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!
--> FAILED!: [reported from test()] Expect: null
--> FAILED!: [reported from test()] Actual: ["Abc"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 14 of test -
--> FAILED!: [reported from test()] regexp = /abc/gi
--> FAILED!: [reported from test()] string = 'AbcaBcabC'
--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!
--> FAILED!: [reported from test()] Expect: null
--> FAILED!: [reported from test()] Actual: ["Abc"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 15 of test -
--> FAILED!: [reported from test()] regexp = /abc/gi
--> FAILED!: [reported from test()] string = 'AbcaBcabC'
--> FAILED!: [reported from test()] ERROR !!! regexp MATCHED when we expected it to fail !!!
--> FAILED!: [reported from test()] Expect: null
--> FAILED!: [reported from test()] Actual: ["Abc"]
--> FAILED!: [reported from test()]

Testcase ecma_3/RegExp/perlstress-001.js failed Bug Number 85721
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing regular expression edge cases
Failure messages were:
--> FAILED!: [reported from test()] Section 14 of test -
--> FAILED!: [reported from test()] regexp = /ab{1,3}bc/
--> FAILED!: [reported from test()] string = 'abbbbc'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["abbbbc"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 15 of test -
--> FAILED!: [reported from test()] regexp = /ab{3,4}bc/
--> FAILED!: [reported from test()] string = 'abbbbc'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["abbbbc"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 124 of test -
--> FAILED!: [reported from test()] regexp = /ab{1,3}?bc/i
--> FAILED!: [reported from test()] string = 'ABBBBC'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["ABBBBC"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 125 of test -
--> FAILED!: [reported from test()] regexp = /ab{3,4}?bc/i
--> FAILED!: [reported from test()] string = 'ABBBBC'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["ABBBBC"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 218 of test -
--> FAILED!: [reported from test()] regexp = /((foo)|(bar))*/
--> FAILED!: [reported from test()] string = 'foobar'
--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:
--> FAILED!: [reported from test()] Expect: ["foobar", "bar", , "bar"]
--> FAILED!: [reported from test()] Actual: ["foobar", "bar", "foo", "bar"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 234 of test -
--> FAILED!: [reported from test()] regexp = /(?:(f)(o)(o)|(b)(a)(r))*/
--> FAILED!: [reported from test()] string = 'foobar'
--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:
--> FAILED!: [reported from test()] Expect: ["foobar", , , , "b", "a", "r"]
--> FAILED!: [reported from test()] Actual: ["foobar", "f", "o", "o", "b", "a", "r"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 241 of test -
--> FAILED!: [reported from test()] regexp = /^(?:b|a(?=(.)))*\1/
--> FAILED!: [reported from test()] string = 'abc'
--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:
--> FAILED!: [reported from test()] Expect: ["ab", , ]
--> FAILED!: [reported from test()] Actual: ["ab", "b"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 402 of test -
--> FAILED!: [reported from test()] regexp = /^([^,]{1,3},){3}d/i
--> FAILED!: [reported from test()] string = 'aaa,b,c,d'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["aaa,b,c,d", "c,"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 403 of test -
--> FAILED!: [reported from test()] regexp = /^([^,]{1,3},){3,}d/
--> FAILED!: [reported from test()] string = 'aaa,b,c,d'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["aaa,b,c,d", "c,"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 404 of test -
--> FAILED!: [reported from test()] regexp = /^([^,]{1,3},){0,3}d/
--> FAILED!: [reported from test()] string = 'aaa,b,c,d'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["aaa,b,c,d", "c,"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 412 of test -
--> FAILED!: [reported from test()] regexp = /^(a(b)?)+$/
--> FAILED!: [reported from test()] string = 'aba'
--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:
--> FAILED!: [reported from test()] Expect: ["aba", "a", , ]
--> FAILED!: [reported from test()] Actual: ["aba", "a", "b"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 413 of test -
--> FAILED!: [reported from test()] regexp = /^(aa(bb)?)+$/
--> FAILED!: [reported from test()] string = 'aabbaa'
--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:
--> FAILED!: [reported from test()] Expect: ["aabbaa", "aa", , ]
--> FAILED!: [reported from test()] Actual: ["aabbaa", "aa", "bb"]
--> FAILED!: [reported from test()]

Testcase ecma_3/RegExp/perlstress-002.js failed Bug Number 85721
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing regular expression edge cases
Failure messages were:
--> FAILED!: [reported from test()] Section 40 of test -
--> FAILED!: [reported from test()] regexp = /(a)|\1/
--> FAILED!: [reported from test()] string = 'x'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["", , ]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 41 of test -
--> FAILED!: [reported from test()] regexp = /((\3|b)\2(a)x)+/
--> FAILED!: [reported from test()] string = 'aaxabxbaxbbx'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["ax", "ax", "", "a"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]

Testcase ecma_3/RegExp/regress-100199.js failed Bug Number 100199
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: [], [^] are valid RegExp conditions. Should not cause errors -
Failure messages were:
--> FAILED!: [reported from test()] Section 19 of test -
--> FAILED!: [reported from test()] regexp = /[^]/
--> FAILED!: [reported from test()] string = 'abc'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["a"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 21 of test -
--> FAILED!: [reported from test()] regexp = /[^]/
--> FAILED!: [reported from test()] string = '/'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["/"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 22 of test -
--> FAILED!: [reported from test()] regexp = /[^]/
--> FAILED!: [reported from test()] string = '['
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["["]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 23 of test -
--> FAILED!: [reported from test()] regexp = /[^]/
--> FAILED!: [reported from test()] string = '['
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["["]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 24 of test -
--> FAILED!: [reported from test()] regexp = /[^]/
--> FAILED!: [reported from test()] string = ']'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["]"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 25 of test -
--> FAILED!: [reported from test()] regexp = /[^]/
--> FAILED!: [reported from test()] string = '[]'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["["]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 26 of test -
--> FAILED!: [reported from test()] regexp = /[^]/
--> FAILED!: [reported from test()] string = '[ ]'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["["]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 27 of test -
--> FAILED!: [reported from test()] regexp = /[^]/
--> FAILED!: [reported from test()] string = ']['
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["]"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 28 of test -
--> FAILED!: [reported from test()] regexp = /a[^]/
--> FAILED!: [reported from test()] string = 'abc'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["ab"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 30 of test -
--> FAILED!: [reported from test()] regexp = /a[^]/
--> FAILED!: [reported from test()] string = 'a['
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["a["]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 31 of test -
--> FAILED!: [reported from test()] regexp = /a[^]/
--> FAILED!: [reported from test()] string = 'a]'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["a]"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 32 of test -
--> FAILED!: [reported from test()] regexp = /a[^]/
--> FAILED!: [reported from test()] string = 'a[]'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["a["]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 33 of test -
--> FAILED!: [reported from test()] regexp = /a[^]/
--> FAILED!: [reported from test()] string = 'a[ ]'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["a["]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 34 of test -
--> FAILED!: [reported from test()] regexp = /a[^]/
--> FAILED!: [reported from test()] string = 'a]['
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["a]"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]

Testcase ecma_3/RegExp/regress-188206.js failed Bug Number 188206
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Invalid use of regexp quantifiers should generate SyntaxErrors
Failure messages were:
--> FAILED!: [reported from test()] Section 1 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 2 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 3 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 4 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 5 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 6 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 9 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 10 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 11 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 12 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 28 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 29 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 30 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 31 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 32 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 33 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 34 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 35 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 36 of test -
--> FAILED!: [reported from test()] Expected value 'SyntaxError', Actual value 'Did not generate ANY error!!!'
--> FAILED!: [reported from test()]

Testcase ecma_3/RegExp/regress-209067.js failed Bug Number 209067
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing complicated str.replace()
Failure messages were:
--> FAILED!: [reported from test()] Section 1 of test -
--> FAILED!: [reported from test()] Expected value '1. abc
--> FAILED!: [reported from test()]
', Actual value 'function (s, p)
--> FAILED!: [reported from test()] {
--> FAILED!: [reported from test()] return numer+++". "+p;
--> FAILED!: [reported from test()] }
'
--> FAILED!: [reported from test()]

Testcase ecma_3/RegExp/regress-209919.js failed Bug Number 209919
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing regexp submatches with quantifiers
Failure messages were:
--> FAILED!: [reported from test()] Section 1 of test -
--> FAILED!: [reported from test()] regexp = /(a|b*)*/
--> FAILED!: [reported from test()] string = 'a'
--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:
--> FAILED!: [reported from test()] Expect: ["a", "a"]
--> FAILED!: [reported from test()] Actual: ["a", ""]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 3 of test -
--> FAILED!: [reported from test()] regexp = /(b*)*/
--> FAILED!: [reported from test()] string = 'a'
--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:
--> FAILED!: [reported from test()] Expect: ["", , ]
--> FAILED!: [reported from test()] Actual: ["", ""]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 5 of test -
--> FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/
--> FAILED!: [reported from test()] string = '100.00'
--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:
--> FAILED!: [reported from test()] Expect: ["100.00", "00", , ]
--> FAILED!: [reported from test()] Actual: ["100.00", "", , ]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 6 of test -
--> FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/
--> FAILED!: [reported from test()] string = '100,00'
--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:
--> FAILED!: [reported from test()] Expect: ["100,00", "100", ",00"]
--> FAILED!: [reported from test()] Actual: ["100,00", "", ",00"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 7 of test -
--> FAILED!: [reported from test()] regexp = /^\-?(\d{1,}|\.{0,})*(\,\d{1,})?$/
--> FAILED!: [reported from test()] string = '1.000,00'
--> FAILED!: [reported from test()] ERROR !!! regexp failed to give expected match array:
--> FAILED!: [reported from test()] Expect: ["1.000,00", "000", ",00"]
--> FAILED!: [reported from test()] Actual: ["1.000,00", "", ",00"]
--> FAILED!: [reported from test()]

Testcase ecma_3/RegExp/regress-72964.js failed Bug Number 72964
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing regular expressions containing non-Latin1 characters
Failure messages were:
--> FAILED!: [reported from test()] Section 3 of test -
--> FAILED!: [reported from test()] regexp = /[\S]+/
--> FAILED!: [reported from test()] string = '
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 4 of test -
--> FAILED!: [reported from test()] regexp = /[\S]+/
--> FAILED!: [reported from test()] string = '
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]

Testcase ecma_3/RegExp/regress-78156.js failed Bug Number 78156
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing regular expressions with ^, $, and the m flag -
Failure messages were:
--> FAILED!: [reported from test()] Section 2 of test -
--> FAILED!: [reported from test()] regexp = /\d$/gm
--> FAILED!: [reported from test()] string = 'aaa\n789\r\nccc\r\n345'
--> FAILED!: [reported from test()] ERROR !!! match arrays have different lengths:
--> FAILED!: [reported from test()] Expect: ["9", "5"]
--> FAILED!: [reported from test()] Actual: ["5"]
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 4 of test -
--> FAILED!: [reported from test()] regexp = /\d$/gm
--> FAILED!: [reported from test()] string = 'aaa\n789\r\nccc\r\nddd'
--> FAILED!: [reported from test()] ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: [reported from test()] Expect: ["9"]
--> FAILED!: [reported from test()] Actual: null
--> FAILED!: [reported from test()]

Testcase ecma_3/RegExp/regress-85721.js failed Bug Number 85721
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Performance: execution of regular expression
Failure messages were:
--> FAILED!: Section 4 of test -
--> FAILED!: regexp = /[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:(?:[^( <>@,;:".\\\[\]
--> FAILED!: "]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: "]*)*")[^()<>@,;:".\\\[\]€-ÿ
--> FAILED!: -]*(?:(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)|"[^\\€-ÿ
--> FAILED!: "]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: "]*)*")[^()<>@,;:".\\\[\]€-ÿ
--> FAILED!: -]*)*<[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:@[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]
--> FAILED!: \[\]]|\\[^€-ÿ])*\])[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:.[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]
--> FAILED!: \[\]]|\\[^€-ÿ])*\])[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*)*(?:,[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*@[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]
--> FAILED!: \[\]]|\\[^€-ÿ])*\])[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:.[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]
--> FAILED!: \[\]]|\\[^€-ÿ])*\])[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*)*)*:[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*)?(?:[^( <>@,;:".\\\[\]
--> FAILED!: "]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: "]*)*")[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*@[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]
--> FAILED!: \[\]]|\\[^€-ÿ])*\])[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:.[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]
--> FAILED!: \[\]]|\\[^€-ÿ])*\])[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*)*>|(?:[^( <>@,;:".\\\[\]
--> FAILED!: "]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: "]*)*")[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*@[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]
--> FAILED!: \[\]]|\\[^€-ÿ])*\])[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:.[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*(?:[^( <>@,;:".\\\[\]
--> FAILED!: \[\]]|\\[^€-ÿ])*\])[ ]*(?:\([^\\€-ÿ
--> FAILED!: ()]*(?:(?:\\[^€-ÿ]|\([^\\€-ÿ
--> FAILED!: ()]*(?:\\[^€-ÿ][^\\€-ÿ
--> FAILED!: ()]*)*\))[^\\€-ÿ
--> FAILED!: ()]*)*\)[ ]*)*)*)/g
--> FAILED!: string = 'Jeffy<"That Tall Guy"@ora.com (this address is no longer acti\ve)>'
--> FAILED!: ERROR !!! regexp FAILED to match anything !!!
--> FAILED!: Expect: ["Jeffy<"That Tall Guy"@ora.com (this address is no longer active)>"]
--> FAILED!: Actual: null
--> FAILED!:

Testcase ecma_3/Statements/regress-194364.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 1: SyntaxError - Parse error

Testcase ecma_3/Unicode/uc-001.js failed Bug Number 23610
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Unicode format-control character (Category Cf) test.
Failure messages were:
--> FAILED!: [reported from test()] Unicode format-control character test (Category Cf.)
--> FAILED!: [reported from test()] Expected value 'no error', Actual value 'no error'
--> FAILED!: [reported from test()]

Testcase ecma_3/Unicode/uc-002.js failed Bug Number 23613
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Unicode non-breaking space character test.
Failure messages were:
--> FAILED!: [reported from test()] Unicode non-breaking space character regexp test.
--> FAILED!: [reported from test()] Expected value '0', Actual value '-1'
--> FAILED!: [reported from test()]

Testcase ecma_3/Unicode/uc-003.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
yylex: ERROR.
Exception, line 32: SyntaxError - Parse error

Testcase ecma_3/Unicode/uc-005.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
yylex: ERROR.
Exception, line 118: SyntaxError - Parse error

Testcase js1_2/Array/tostring_1.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> var a = new Array(); a.toString() = FAILED! expected: []
--> a[0] = void 0; a.toString() = FAILED! expected: [, ]
--> a[1] = void 0; a.toString() = , FAILED! expected: [, , ]
--> a[1] = "hi"; a.toString() = ,hi FAILED! expected: [, "hi"]
--> a[2] = void 0; a.toString() = ,hi, FAILED! expected: [, "hi", , ]
--> var b = new Array(1000); b.toString() = ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, FAILED! expected: [1000]
--> b.length = 1000 FAILED! expected: 1

Testcase js1_2/Array/tostring_2.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> a.toString() = FAILED! expected: []
--> String( a ) = FAILED! expected: []
--> a +'' = FAILED! expected: []

Testcase js1_2/function/function-001-n.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 3, got 0
Testcase terminated with signal 0
Complete testcase output was:
--> function-001.js functions not separated by semicolons are errors in version 120 and higher
--> eval("function f(){}function g(){}") = undefined FAILED! expected: error
OK.

Testcase js1_2/function/Function_object.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> f.name = undefined FAILED! expected: a_test_function
--> f.arity = undefined FAILED! expected: 3
--> (new Function()).name = undefined FAILED! expected: anonymous
} FAILED! expected:

Testcase js1_2/function/Number.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> Number([1,2,3]) = NaN FAILED! expected: 3

Testcase js1_2/function/regexparg-1.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> JS_1.2 The variable statment
Exception, line 81: TypeError - Object /abc/ (result of expression x) does not allow calls.

Testcase js1_2/function/String.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> String({p:1}) = [object Object] FAILED! expected: {p:1}
--> String([1,2,3]) = 1,2,3 FAILED! expected: [1, 2, 3]

Testcase js1_2/function/tostring-1.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
} FAILED! expected:
} FAILED! expected:
} FAILED! expected:
} FAILED! expected:
} FAILED! expected:

Testcase js1_2/function/tostring-2.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
} FAILED! expected:
} FAILED! expected:
} FAILED! expected:
} FAILED! expected:
} FAILED! expected:
} FAILED! expected:
} FAILED! expected:
} FAILED! expected:
} FAILED! expected:

Testcase js1_2/Objects/toString-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> JS1_2 Object.toString()
Exception, line 104: TypeError - Object /^\{(.*)\}$/ (result of expression ^\{(.*)\}$) does not allow calls.

Testcase js1_2/operator/equality.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> (new String('x') == 'x') = true FAILED! expected: false
--> ('x' == new String('x')) = true FAILED! expected: false

Testcase js1_2/regexp/beginLine.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
123xyz'.match(new RegExp('^\d+')) = null FAILED! expected: 123

Testcase js1_2/regexp/compile.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> Executing script: compile.js
--> As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: compile
Exception, line 44: TypeError - Value undefined (result of expression regularExpression.compile) is not object.

Testcase js1_2/regexp/endLine.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
xyz'.match(new RegExp('\d+$')) = null FAILED! expected: 890

Testcase js1_2/regexp/RegExp_input.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> RegExp.input = 'abcd12357efg'; /\d+/.exec() = null FAILED! expected: 12357
--> RegExp.input = 'abcd12357efg'; /[h-z]+/.exec() = un FAILED! expected: null
--> RegExp.input = 'abcd12357efg'; /\d+/.test() = false FAILED! expected: true
--> RegExp.input = 'abcd12357efg'; /[h-z]+/.test() = true FAILED! expected: false
--> RegExp.input = 'abcd12357efg'; (new RegExp('[h-z]+')).test() = true FAILED! expected: false

Testcase js1_2/regexp/RegExp_input_as_array.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> RegExp['$_'] = 'abcd12357efg'; /\d+/.exec() = null FAILED! expected: 12357
--> RegExp['$_'] = 'abcd12357efg'; /[h-z]+/.exec() = un FAILED! expected: null
--> RegExp['$_'] = 'abcd12357efg'; /\d+/.test() = false FAILED! expected: true
--> RegExp['$_'] = 'abcd12357efg'; /[h-z]+/.test() = true FAILED! expected: false
--> RegExp['$_'] = 'abcd12357efg'; (new RegExp('[h-z]+')).test() = true FAILED! expected: false

Testcase js1_2/regexp/RegExp_lastIndex.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> re=/x./g; re.lastIndex=4; re.exec('xyabcdxa') = xa FAILED! expected: ["xa"]
--> re.exec('xyabcdef') = xy FAILED! expected: ["xy"]

Testcase js1_2/regexp/RegExp_lastMatch.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> 'foo'.match(/foo/); RegExp.lastMatch = undefined FAILED! expected: foo
--> 'foo'.match(new RegExp('foo')); RegExp.lastMatch = undefined FAILED! expected: foo
--> 'xxx'.match(/bar/); RegExp.lastMatch = undefined FAILED! expected: foo
--> 'xxx'.match(/$/); RegExp.lastMatch = undefined FAILED! expected:
--> 'abcdefg'.match(/^..(cd)[a-z]+/); RegExp.lastMatch = undefined FAILED! expected: abcdefg
--> 'abcdefgabcdefg'.match(/(a(b(c(d)e)f)g)\1/); RegExp.lastMatch = undefined FAILED! expected: abcdefgabcdefg

Testcase js1_2/regexp/RegExp_lastMatch_as_array.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> 'foo'.match(/foo/); RegExp['$&'] = undefined FAILED! expected: foo
--> 'foo'.match(new RegExp('foo')); RegExp['$&'] = undefined FAILED! expected: foo
--> 'xxx'.match(/bar/); RegExp['$&'] = undefined FAILED! expected: foo
--> 'xxx'.match(/$/); RegExp['$&'] = undefined FAILED! expected:
--> 'abcdefg'.match(/^..(cd)[a-z]+/); RegExp['$&'] = undefined FAILED! expected: abcdefg
--> 'abcdefgabcdefg'.match(/(a(b(c(d)e)f)g)\1/); RegExp['$&'] = undefined FAILED! expected: abcdefgabcdefg

Testcase js1_2/regexp/RegExp_lastParen.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> 'abcd'.match(/(abc)d/); RegExp.lastParen = undefined FAILED! expected: abc
--> 'abcd'.match(new RegExp('(abc)d')); RegExp.lastParen = undefined FAILED! expected: abc
--> 'abcd'.match(/(bcd)e/); RegExp.lastParen = undefined FAILED! expected: abc
--> 'abcdefg'.match(/(a(b(c(d)e)f)g)/); RegExp.lastParen = undefined FAILED! expected: d
--> 'abcdefg'.match(/(a(b)c)(d(e)f)/); RegExp.lastParen = undefined FAILED! expected: e
--> 'abcdefg'.match(/(^)abc/); RegExp.lastParen = undefined FAILED! expected:
--> 'abcdefg'.match(/(^a)bc/); RegExp.lastParen = undefined FAILED! expected: a
--> 'abcdefg'.match(new RegExp('(^a)bc')); RegExp.lastParen = undefined FAILED! expected: a
--> 'abcdefg'.match(/bc/); RegExp.lastParen = undefined FAILED! expected:

Testcase js1_2/regexp/RegExp_lastParen_as_array.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> 'abcd'.match(/(abc)d/); RegExp['$+'] = undefined FAILED! expected: abc
--> 'abcd'.match(/(bcd)e/); RegExp['$+'] = undefined FAILED! expected: abc
--> 'abcdefg'.match(/(a(b(c(d)e)f)g)/); RegExp['$+'] = undefined FAILED! expected: d
--> 'abcdefg'.match(new RegExp('(a(b(c(d)e)f)g)')); RegExp['$+'] = undefined FAILED! expected: d
--> 'abcdefg'.match(/(a(b)c)(d(e)f)/); RegExp['$+'] = undefined FAILED! expected: e
--> 'abcdefg'.match(/(^)abc/); RegExp['$+'] = undefined FAILED! expected:
--> 'abcdefg'.match(/(^a)bc/); RegExp['$+'] = undefined FAILED! expected: a
--> 'abcdefg'.match(new RegExp('(^a)bc')); RegExp['$+'] = undefined FAILED! expected: a
--> 'abcdefg'.match(/bc/); RegExp['$+'] = undefined FAILED! expected:

Testcase js1_2/regexp/RegExp_leftContext.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> 'abc123xyz'.match(/123/); RegExp.leftContext = undefined FAILED! expected: abc
--> 'abc123xyz'.match(/456/); RegExp.leftContext = undefined FAILED! expected: abc
--> 'abc123xyz'.match(/abc123xyz/); RegExp.leftContext = undefined FAILED! expected:
--> 'xxxx'.match(/$/); RegExp.leftContext = undefined FAILED! expected: xxxx
--> 'test'.match(/^/); RegExp.leftContext = undefined FAILED! expected:
--> 'xxxx'.match(new RegExp('$')); RegExp.leftContext = undefined FAILED! expected: xxxx
--> 'test'.match(new RegExp('^')); RegExp.leftContext = undefined FAILED! expected:

Testcase js1_2/regexp/RegExp_leftContext_as_array.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> 'abc123xyz'.match(/123/); RegExp['$`'] = undefined FAILED! expected: abc
--> 'abc123xyz'.match(/456/); RegExp['$`'] = undefined FAILED! expected: abc
--> 'abc123xyz'.match(/abc123xyz/); RegExp['$`'] = undefined FAILED! expected:
--> 'xxxx'.match(/$/); RegExp['$`'] = undefined FAILED! expected: xxxx
--> 'test'.match(/^/); RegExp['$`'] = undefined FAILED! expected:
--> 'xxxx'.match(new RegExp('$')); RegExp['$`'] = undefined FAILED! expected: xxxx
--> 'test'.match(new RegExp('^')); RegExp['$`'] = undefined FAILED! expected:

Testcase js1_2/regexp/RegExp_multiline.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> RegExp.multiline = undefined FAILED! expected: false
--> (multiline == true) '123\n456'.match(/^4../) = null FAILED! expected: 456
--> (multiline == true) 'a11\na22\na23\na24'.match(/^a../g) = a11 FAILED! expected: a11,a22,a23,a24
--> (multiline == true) '123\n456'.match(/.3$/) = null FAILED! expected: 23
--> (multiline == true) 'a11\na22\na23\na24'.match(/a..$/g) = a24 FAILED! expected: a11,a22,a23,a24
--> (multiline == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24

Testcase js1_2/regexp/RegExp_multiline_as_array.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> RegExp['$*'] = undefined FAILED! expected: false
--> (['$*'] == true) '123\n456'.match(/^4../) = null FAILED! expected: 456
--> (['$*'] == true) 'a11\na22\na23\na24'.match(/^a../g) = a11 FAILED! expected: a11,a22,a23,a24
--> (['$*'] == true) '123\n456'.match(/.3$/) = null FAILED! expected: 23
--> (['$*'] == true) 'a11\na22\na23\na24'.match(/a..$/g) = a24 FAILED! expected: a11,a22,a23,a24
--> (['$*'] == true) 'a11\na22\na23\na24'.match(new RegExp('a..$','g')) = a24 FAILED! expected: a11,a22,a23,a24

Testcase js1_2/regexp/RegExp_rightContext.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> 'abc123xyz'.match(/123/); RegExp.rightContext = undefined FAILED! expected: xyz
--> 'abc123xyz'.match(/456/); RegExp.rightContext = undefined FAILED! expected: xyz
--> 'abc123xyz'.match(/abc123xyz/); RegExp.rightContext = undefined FAILED! expected:
--> 'xxxx'.match(/$/); RegExp.rightContext = undefined FAILED! expected:
--> 'test'.match(/^/); RegExp.rightContext = undefined FAILED! expected: test
--> 'xxxx'.match(new RegExp('$')); RegExp.rightContext = undefined FAILED! expected:
--> 'test'.match(new RegExp('^')); RegExp.rightContext = undefined FAILED! expected: test

Testcase js1_2/regexp/RegExp_rightContext_as_array.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> 'abc123xyz'.match(/123/); RegExp['$''] = undefined FAILED! expected: xyz
--> 'abc123xyz'.match(/456/); RegExp['$''] = undefined FAILED! expected: xyz
--> 'abc123xyz'.match(/abc123xyz/); RegExp['$''] = undefined FAILED! expected:
--> 'xxxx'.match(/$/); RegExp['$''] = undefined FAILED! expected:
--> 'test'.match(/^/); RegExp['$''] = undefined FAILED! expected: test
--> 'xxxx'.match(new RegExp('$')); RegExp['$''] = undefined FAILED! expected:
--> 'test'.match(new RegExp('^')); RegExp['$''] = undefined FAILED! expected: test

Testcase js1_2/regexp/regress-6359.js failed Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=6359
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=6359
Exception, line 57: TypeError - Object /(a*)b\1+/ (result of expression (a*)b\1+) does not allow calls.

Testcase js1_2/regexp/regress-9141.js failed Bug Number http://bugzilla.mozilla.org/show_bug.cgi?id=9141
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> BUGNUMBER: http://bugzilla.mozilla.org/show_bug.cgi?id=9141
Exception, line 74: TypeError - Object /(?:xx|x)*/ (result of expression (?:xx|x)*) does not allow calls.

Testcase js1_2/regexp/simple_form.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> Executing script: simple_form.js
--> As described in Netscape doc "Whats new in JavaScript 1.2" RegExp: simple form
Exception, line 44: TypeError - Object /[0-9]{3}/ (result of expression [0-9]{3}) does not allow calls.

Testcase js1_2/regexp/special_characters.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> 'a b a b'.match(/a {2}/) = null FAILED! expected: a

Testcase js1_2/regexp/string_split.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> 'abc'.split(/[a-z]/) = ,,, FAILED! expected: ,,
--> 'abc'.split(/[a-z]/) = ,,, FAILED! expected: ,,
--> 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,
--> 'abc'.split(new RegExp('[a-z]')) = ,,, FAILED! expected: ,,

Testcase js1_2/String/concat.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> aString.concat([]) = test string FAILED! expected: test string[]
--> aString.concat([1,2,3]) = test string1,2,3 FAILED! expected: test string[1, 2, 3]
--> 'abcde'.concat([]) = abcde FAILED! expected: abcde[]
--> 'abcde'.concat([1,2,3]) = abcde1,2,3 FAILED! expected: abcde[1, 2, 3]

Testcase js1_2/String/slice.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> exhaustive String.slice test 1 = false FAILED! expected: true
--> exhaustive String.slice test 2 = false FAILED! expected: true

Testcase js1_2/version120/boolean-001.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> new Boolean(false) = true FAILED! expected: false

Testcase js1_2/version120/regress-99663.js failed
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Regression test for Bugzilla bug 99663
Failure messages were:
--> Section 1 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error
--> Section 2 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error
--> Section 3 of test - got Error: Can't find variable: it FAILED! expected: a "read-only" error

Testcase js1_3/regress/function-001-n.js failed Bug Number 10278
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 3, got 0
Testcase terminated with signal 0
Complete testcase output was:
--> BUGNUMBER: 10278
--> function-001.js functions not separated by semicolons are errors in version 120 and higher
--> eval("function f(){}function g(){}") = undefined FAILED! expected: error
OK.

Testcase js1_3/Script/function-001-n.js failed Bug Number 10278
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 3, got 0
Testcase terminated with signal 0
Complete testcase output was:
--> BUGNUMBER: 10278
--> function-001.js functions not separated by semicolons are errors in version 120 and higher
--> eval("function f(){}function g(){}") = undefined FAILED! expected: error
OK.

Testcase js1_3/Script/script-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> script-001 NativeScript
Exception: ReferenceError - Can't find variable: Script

Testcase js1_4/Functions/function-001.js failed Bug Number 324455
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> return arguments when function contains an arguments property = [object Arguments] FAILED! expected: PASS
--> return function.arguments when function contains an arguments property = [object Arguments] FAILED! expected: PASS

Testcase js1_4/Regress/function-002.js failed Bug Number 330462
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> f1.toString() == dec1 = false FAILED! expected: true

Testcase js1_4/Regress/function-003.js failed Bug Number 310514
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> StripSpaces(Array.prototype.concat.toString()).substring(0,17) = (InternalFunction FAILED! expected: functionconcat(){

Testcase js1_5/Array/regress-157652.js failed Bug Number 157652
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 3, got 0
Testcase terminated with signal 0
Complete testcase output was:
--> BUGNUMBER: 157652
--> STATUS: Testing that Array.sort() doesn't crash on very large arrays
--> --- NOTE: IN THIS TESTCASE, WE EXPECT EXIT CODE 3 ---
OK.

Testcase js1_5/Exceptions/catchguard-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 42: SyntaxError - Parse error

Testcase js1_5/Exceptions/catchguard-002.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 42: SyntaxError - Parse error

Testcase js1_5/Exceptions/catchguard-003.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 42: SyntaxError - Parse error

Testcase js1_5/Exceptions/errstack-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception: TypeError - Undefined value

Testcase js1_5/Exceptions/regress-123002.js failed Bug Number 123002
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing Error.length
Failure messages were:
--> FAILED!: [reported from test()] Section "Error" of test -
--> FAILED!: [reported from test()] Expected value '3', Actual value '0'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section "EvalError" of test -
--> FAILED!: [reported from test()] Expected value '3', Actual value '0'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section "RangeError" of test -
--> FAILED!: [reported from test()] Expected value '3', Actual value '0'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section "ReferenceError" of test -
--> FAILED!: [reported from test()] Expected value '3', Actual value '0'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section "SyntaxError" of test -
--> FAILED!: [reported from test()] Expected value '3', Actual value '0'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section "TypeError" of test -
--> FAILED!: [reported from test()] Expected value '3', Actual value '0'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section "URIError" of test -
--> FAILED!: [reported from test()] Expected value '3', Actual value '0'
--> FAILED!: [reported from test()]

Testcase js1_5/Exceptions/regress-50447.js failed Bug Number 50447
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> BUGNUMBER: 50447
--> STATUS: Test (non-ECMA) Error object properties fileName, lineNumber
Exception: TypeError - Undefined value

Testcase js1_5/GetSet/getset-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 33: SyntaxError - Parse error

Testcase js1_5/GetSet/getset-002.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 29: SyntaxError - Parse error

Testcase js1_5/GetSet/getset-003.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 48: SyntaxError - Parse error

Testcase js1_5/GetSet/getset-004.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 48: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.

Testcase js1_5/GetSet/getset-005.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 57: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.

Testcase js1_5/GetSet/getset-006.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 62: TypeError - Value undefined (result of expression obj.__defineSetter__) is not object.

Testcase js1_5/Object/regress-90596-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 49: TypeError - Value undefined (result of expression obj.toSource) is not object.

Testcase js1_5/Object/regress-90596-002.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 49: TypeError - Object (result of expression uneval) does not allow calls.

Testcase js1_5/Object/regress-96284-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 50: TypeError - Value undefined (result of expression obj1.toSource) is not object.

Testcase js1_5/Object/regress-96284-002.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 50: TypeError - Object (result of expression uneval) does not allow calls.

Testcase js1_5/Regress/regress-104077.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 351: SyntaxError - Parse error

Testcase js1_5/Regress/regress-127557.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 76: TypeError - Object (result of expression clone) does not allow calls.

Testcase js1_5/Regress/regress-156354.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 56: TypeError - Value undefined (result of expression this.propertyIsEnumerable) is not object.

Testcase js1_5/Regress/regress-168347.js failed Bug Number 168347
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing F.toString()
Failure messages were:
--> FAILED!: [reported from test()] Section 2 of test -
--> 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"'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 4 of test -
--> 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--'
--> FAILED!: [reported from test()]

Testcase js1_5/Regress/regress-172699.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception: URIError - URI error

Testcase js1_5/Regress/regress-179524.js failed Bug Number 179524
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Don't crash on extraneous arguments to str.match(), etc.
Failure messages were:
--> FAILED!: [reported from test()] Section 14 of test -
--> FAILED!: [reported from test()] Expected value 'A', Actual value 'a'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 15 of test -
--> FAILED!: [reported from test()] Expected value 'A,a', Actual value 'a'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 17 of test -
--> FAILED!: [reported from test()] Expected value 'A', Actual value 'a'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 18 of test -
--> FAILED!: [reported from test()] Expected value 'A,a', Actual value 'a'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 20 of test -
--> FAILED!: [reported from test()] Expected value 'SHOULD HAVE FALLEN INTO CATCH-BLOCK!', Actual value 'a'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 22 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '4'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 23 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '4'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 25 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '4'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 26 of test -
--> FAILED!: [reported from test()] Expected value '0', Actual value '4'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 28 of test -
--> FAILED!: [reported from test()] Type mismatch, expected type string, actual type number
--> FAILED!: [reported from test()] Expected value 'SHOULD HAVE FALLEN INTO CATCH-BLOCK!', Actual value '4'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 30 of test -
--> FAILED!: [reported from test()] Expected value 'ZBC abc', Actual value 'ABC Zbc'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 31 of test -
--> FAILED!: [reported from test()] Expected value 'ZBC Zbc', Actual value 'ABC Zbc'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 33 of test -
--> FAILED!: [reported from test()] Expected value 'ZBC abc', Actual value 'ABC Zbc'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 34 of test -
--> FAILED!: [reported from test()] Expected value 'ZBC Zbc', Actual value 'ABC Zbc'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 36 of test -
--> FAILED!: [reported from test()] Expected value 'SHOULD HAVE FALLEN INTO CATCH-BLOCK!', Actual value 'ABC Zbc'
--> FAILED!: [reported from test()]

Testcase js1_5/Regress/regress-185165.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
yylex: ERROR.
Exception, line 3: SyntaxError - Parse error

Testcase js1_5/Regress/regress-44009.js failed Bug Number 44009
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> BUGNUMBER: 44009
--> STATUS: Testing that we don't crash on obj.toSource()
Exception, line 61: TypeError - Value undefined (result of expression obj.toSource) is not object.

Testcase js1_5/Regress/regress-68498-002.js failed Bug Number 68498
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Creating a Deletable local variable using eval
Failure messages were:
--> FAILED!: [reported from test()] Creating a Deletable local variable using eval; currently at expect[1] within test -
--> FAILED!: [reported from test()] Expected value 'true', Actual value 'false'
--> FAILED!: [reported from test()]

Testcase js1_5/Regress/regress-68498-003.js failed Bug Number 68498
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing calling obj.eval(str)
Failure messages were:
--> FAILED!: [reported from test()] Testing calling obj.eval(str); currently at expect[1] within test -
--> FAILED!: [reported from test()] Type mismatch, expected type number, actual type boolean
--> FAILED!: [reported from test()] Expected value '43', Actual value 'false'
--> FAILED!: [reported from test()]

Testcase js1_5/Regress/regress-96128-n.js failed Bug Number 96128
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 3, got 0
Testcase terminated with signal 11
Complete testcase output was:
--> BUGNUMBER: 96128
--> STATUS: Testing that JS infinite recursion protection works

Testcase js1_5/Scope/regress-185485.js failed Bug Number 185485
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing |with (x) {function f() {}}| when |x.f| already exists
Failure messages were:
--> FAILED!: [reported from test()] Section 2 of test -
--> FAILED!: [reported from test()] Expected value '2', Actual value '1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 3 of test -
--> FAILED!: [reported from test()] Expected value '2', Actual value '1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 5 of test -
--> FAILED!: [reported from test()] Expected value 'function ()
--> FAILED!: [reported from test()] {
--> FAILED!: [reported from test()] }', Actual value '0'
--> FAILED!: [reported from test()]

Testcase js1_5/Scope/regress-220584.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 57: TypeError - Object (result of expression Script) does not allow calls.

Testcase js1_5/Scope/scope-001.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Exception, line 40: SyntaxError - Parse error

[ Top of Page | Top of Failures ]


Retest List


# Retest List, kjs, generated Wed Apr 20 02:42:18 2005. # Original test base was: All tests. # 962 of 967 test(s) were completed, 131 failures reported. ecma/ExecutionContexts/10.1.6.js ecma/GlobalObject/15.1.2.2-2.js ecma/LexicalConventions/7.7.3-1.js ecma/Statements/12.7-1-n.js ecma/Statements/12.8-1-n.js ecma/Statements/12.9-1-n.js ecma/TypeConversion/9.3.1-3.js ecma/TypeConversion/9.4-1.js ecma/TypeConversion/9.4-2.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/regress-001.js ecma_2/RegExp/unicode-001.js ecma_2/Statements/try-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/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.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/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.6.2-2.js ecma_3/RegExp/perlstress-001.js ecma_3/RegExp/perlstress-002.js ecma_3/RegExp/regress-100199.js ecma_3/RegExp/regress-188206.js ecma_3/RegExp/regress-209067.js ecma_3/RegExp/regress-209919.js ecma_3/RegExp/regress-72964.js ecma_3/RegExp/regress-78156.js ecma_3/RegExp/regress-85721.js ecma_3/Statements/regress-194364.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/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/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/String/concat.js js1_2/String/slice.js js1_2/version120/boolean-001.js js1_2/version120/regress-99663.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-104077.js js1_5/Regress/regress-127557.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-96128-n.js js1_5/Scope/regress-185485.js js1_5/Scope/regress-220584.js js1_5/Scope/scope-001.js