Test results, kjs


Test List: All tests
Skip List: (none)
1135 test(s) selected, 1127 test(s) completed, 63 failures reported (5.59% failed)
Engine command line: /Users/darin/Build/Debug/testkjs
OS type: Darwin Darin-Adlers-Mac-Pro.local 8.10.1 Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386 i386 i386
Testcase execution time: 1 minutes, 22 seconds.
Tests completed on Sun Aug 12 16:45:34 2007.

[ Failure Details | Retest List | Test Selection Page ]


Failure Details


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

Failure messages were:
--> - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880
--> - "-0x123456789abcde8" = NaN FAILED! expected: 81985529216486880
--> -"\u20001234\u2001" = NaN FAILED! expected: -1234

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/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
[4434] ./ecma_2/RegExp/regress-001.js line 18: 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 )
[4435] ./ecma_2/RegExp/unicode-001.js line 33: TypeError: Null value

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 (PST)).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00
--> (Wed Dec 31 1969 08:00:00 GMT-0800 (PST)).toLocaleTimeString() = 8:00:00 AM PST FAILED! expected: 08:00:00
--> (Sun Dec 31 1899 16:00:00 GMT-0800 (PST)).toLocaleTimeString() = 5:00:00 PM PDT FAILED! expected: 16:00:00
--> (Mon Jan 01 1900 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 1:00:00 AM PDT FAILED! expected: 00:00:00
--> (Fri Dec 31 1999 16:00:00 GMT-0800 (PST)).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00
--> (Sat Jan 01 2000 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00
--> (Mon Feb 28 2000 16:00:00 GMT-0800 (PST)).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00
--> (Mon Feb 28 2000 15:59:59 GMT-0800 (PST)).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59
--> (Tue Feb 29 2000 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00
--> (Sun Aug 12 2007 16:45:19 GMT-0700 (PDT)).toLocaleTimeString() = 4:45:19 PM PDT FAILED! expected: 16:45:19
--> (Mon Aug 13 2007 00:45:19 GMT-0700 (PDT)).toLocaleTimeString() = 12:45:19 AM PDT FAILED! expected: 00:45:19
--> (Fri Dec 31 2004 16:00:00 GMT-0800 (PST)).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00
--> (Fri Dec 31 2004 15:59:59 GMT-0800 (PST)).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59
--> (Sat Jan 01 2005 00:00:00 GMT-0800 (PST)).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00

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:
Testcase produced no output!

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 give expected match array:
--> FAILED!: [reported from test()] Expect: ["baaabaac", "ba", , "abaac"]
--> FAILED!: [reported from test()] Actual: ["baaabaac", "ba", "aa", "abaac"]
--> 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 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 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/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-100199.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
[4562] ./ecma_3/RegExp/regress-100199.js line 48: SyntaxError: Invalid regular expression: missing terminating ] for character class

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 3 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-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/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:
[4588] ./ecma_3/Statements/regress-194364.js 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 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()
[4609] ./js1_2/Objects/toString-001.js line 103: TypeError: Object /^\{(.*)\}$/ (result of expression /^\{(.*)\}$/) does not allow calls.

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/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:
OK.
--> function-001.js functions not separated by semicolons are errors in version 120 and higher
--> eval("function f(){}function g(){}") = undefined FAILED! expected: error

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
[4622] ./js1_2/function/regexparg-1.js line 80: TypeError: Object /abc/ (result of expression x) does not allow calls.

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/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/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_multiline.js failed
[ Previous Failure | Next Failure | Top of Page ]

Failure messages were:
--> (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:
--> (['$*'] == 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/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
[4649] ./js1_2/regexp/compile.js line 43: 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/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
[4665] ./js1_2/regexp/regress-6359.js line 56: 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
[4666] ./js1_2/regexp/regress-9141.js line 73: 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
[4667] ./js1_2/regexp/simple_form.js line 43: TypeError: Object /[0-9]{3}/ (result of expression /[0-9]{3}/) does not allow calls.

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/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/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:
OK.
--> 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

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
[4693] ./js1_3/Script/script-001.js line 133: ReferenceError: Can't find variable: Script

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:
OK.
--> 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

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:
Testcase produced no output!

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:
Testcase produced no output!

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:
Testcase produced no output!

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:
[4738] ./js1_5/Exceptions/errstack-001.js line 247: TypeError: Undefined value

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
[4739] ./js1_5/Exceptions/regress-50447.js line 65: 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:
Testcase produced no output!

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:
Testcase produced no output!

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:
Testcase produced no output!

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:
[4754] ./js1_5/Object/regress-90596-001.js line 48: 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:
[4755] ./js1_5/Object/regress-90596-002.js line 48: ReferenceError: Can't find variable: uneval

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:
[4757] ./js1_5/Object/regress-96284-001.js line 49: 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:
[4758] ./js1_5/Object/regress-96284-002.js line 49: ReferenceError: Can't find variable: uneval

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()
[4763] ./js1_5/Regress/regress-44009.js line 60: TypeError: Value undefined (result of expression obj.toSource) is not object.

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-103602.js failed Bug Number 103602
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Reassignment to a const is NOT an error per ECMA
Failure messages were:
--> FAILED!: [reported from test()] Section 1 of test -
--> FAILED!: [reported from test()] Expected value '', Actual value 'Redeclaration of a const FAILED to cause an error'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Section 3 of test -
--> FAILED!: [reported from test()] Expected value '1', Actual value '2'
--> FAILED!: [reported from test()]

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:
Testcase produced no output!

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:
[4789] ./js1_5/Regress/regress-127557.js line 75: ReferenceError: Can't find variable: clone

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:
[4798] ./js1_5/Regress/regress-172699.js line 61: 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/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:
[4823] ./js1_5/Scope/regress-220584.js line 56: ReferenceError: Can't find variable: Script

Testcase js1_5/Scope/scope-001.js failed Bug Number 53268
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: Testing scope after changing obj.__proto__
Failure messages were:
--> FAILED!: [reported from test()] Step 1: setting obj.__proto__ = global object
--> FAILED!: [reported from test()] Expected value '5', Actual value '1'
--> FAILED!: [reported from test()]
--> FAILED!: [reported from test()] Step 2: setting obj.__proto__ = null
--> FAILED!: [reported from test()] Type mismatch, expected type undefined, actual type number
--> FAILED!: [reported from test()] Expected value 'undefined', Actual value '1'
--> FAILED!: [reported from test()]

Testcase js1_6/Regress/regress-301574.js failed Bug Number 301574
[ Previous Failure | Next Failure | Top of Page ]
--> STATUS: E4X should be enabled even when e4x=1 not specified
Failure messages were:
--> FAILED!: E4X should be enabled even when e4x=1 not specified: XML()
--> FAILED!: Expected value 'No error', Actual value 'error: ReferenceError: Can't find variable: XML'
--> FAILED!:
--> FAILED!: E4X should be enabled even when e4x=1 not specified: XMLList()
--> FAILED!: Expected value 'No error', Actual value 'error: ReferenceError: Can't find variable: XML'
--> FAILED!:

Testcase js1_6/Regress/regress-309242.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Testcase produced no output!

Testcase js1_6/Regress/regress-314887.js failed
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
Testcase produced no output!

Testcase js1_6/String/regress-306591.js failed Bug Number 306591
[ Previous Failure | Next Failure | Top of Page ]
Expected exit code 0, got 3
Testcase terminated with signal 0
Complete testcase output was:
--> BUGNUMBER: 306591
--> STATUS: String static methods
--> STATUS: See https://bugzilla.mozilla.org/show_bug.cgi?id=304828
[4845] ./js1_6/String/regress-306591.js line 48: TypeError: Value undefined (result of expression String.split) is not object.

[ Top of Page | Top of Failures ]


Retest List


# Retest List, kjs, generated Sun Aug 12 16:45:34 2007. # Original test base was: All tests. # 1127 of 1135 test(s) were completed, 63 failures reported. ecma/TypeConversion/9.3.1-3.js ecma_2/Exceptions/function-001.js ecma_2/RegExp/regress-001.js ecma_2/RegExp/unicode-001.js ecma_3/Date/15.9.5.7.js ecma_3/FunExpr/fe-001.js ecma_3/RegExp/15.10.2-1.js ecma_3/RegExp/perlstress-001.js ecma_3/RegExp/regress-72964.js ecma_3/RegExp/regress-78156.js ecma_3/RegExp/regress-100199.js ecma_3/RegExp/regress-188206.js ecma_3/RegExp/regress-209919.js ecma_3/Statements/regress-194364.js ecma_3/Unicode/uc-001.js ecma_3/Unicode/uc-002.js js1_2/Objects/toString-001.js js1_2/function/Function_object.js js1_2/function/function-001-n.js js1_2/function/regexparg-1.js js1_2/function/tostring-1.js js1_2/function/tostring-2.js js1_2/operator/equality.js js1_2/regexp/RegExp_lastIndex.js js1_2/regexp/RegExp_multiline.js js1_2/regexp/RegExp_multiline_as_array.js js1_2/regexp/beginLine.js js1_2/regexp/compile.js js1_2/regexp/endLine.js js1_2/regexp/regress-6359.js js1_2/regexp/regress-9141.js js1_2/regexp/simple_form.js js1_2/regexp/string_split.js js1_2/version120/boolean-001.js js1_2/version120/regress-99663.js js1_3/Script/function-001-n.js js1_3/Script/script-001.js js1_3/regress/function-001-n.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-50447.js js1_5/GetSet/getset-001.js js1_5/GetSet/getset-002.js js1_5/GetSet/getset-003.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-44009.js js1_5/Regress/regress-68498-003.js js1_5/Regress/regress-103602.js js1_5/Regress/regress-104077.js js1_5/Regress/regress-127557.js js1_5/Regress/regress-172699.js js1_5/Regress/regress-179524.js js1_5/Scope/regress-220584.js js1_5/Scope/scope-001.js js1_6/Regress/regress-301574.js js1_6/Regress/regress-309242.js js1_6/Regress/regress-314887.js js1_6/String/regress-306591.js