Ticket #2756 (new defect)

Opened 2 years ago

Last modified 2 years ago

js:Divmod.Test.TestDeferred.TestFailure.test_smartParse fails in trunk

Reported by: mithrandi Assigned to: exarkun
Priority: normal Milestone:
Component: Nevow Severity: normal
Keywords: Cc:
Estimated Completion (YYYY/MM/DD): Branch:
Author:

Description (Last modified by mithrandi)

[FAIL]: subunit.RemotedTestCase.TestFailure.test_smartParse

Traceback (most recent call last):
Failure: subunit.RemoteException: Traceback (most recent call last):
  Function "":
    nevow.test.test_javascript/JSUnitTests/test_deferred/5DtScq/temp:29
  Function "runRemote([object Object])":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/UnitTest.js:573
  Function "([object Object])":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js:249
  Function "run([object Object],[object Object])":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/UnitTest.js:269
  Function "((function (test) {test.run(result);}))":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js:249
  Function "visit([object Object],(function (test) {test.run(result);}))":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/UnitTest.js:260
  Function "((function (test) {test.run(result);}))":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js:249
  Function "visit([object Object],(function (test) {test.run(result);}))":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/UnitTest.js:260
  Function "((function (test) {test.run(result);}))":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js:249
  Function "visit([object Object],(function (test) {test.run(result);}))":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/UnitTest.js:314
  Function "([object Object])":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/UnitTest.js:269
  Function "([object Object])":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js:249
  Function "run([object Object],[object Object])":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/UnitTest.js:468
  Function "()":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js:249
  Function "test_smartParse([object Object])":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/Test/TestDeferred.js:83
  Function "(false,"Found /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js")":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js:249
  Function "assert([object Object],false,"Found /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js")":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/UnitTest.js:342
  Function "("Found /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js")":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js:249
  Function "fail([object Object],"Found /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js")":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/UnitTest.js:326
  Function "("Found /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js")":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js:179
  Function "("Found /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js")":
    /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js:249
AssertionError: Found /home/mithrandi/code/Divmod/trunk/Nevow/nevow/js/Divmod/__init__.js

Change History

10/17/08 08:53:57 changed by mithrandi

  • description changed.

Okay, apparently this is a SpiderMonkey? version thing or something, since it's not happening everywhere. Including a stack trace.

jethro@divmod.org