History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-5288
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: P0 P0
Assignee: Unassigned
Reporter: Benjamin Shine
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

failing lztest-node-initsequence and lztest-node-options

Created: 18/Dec/07 12:15 PM   Updated: 08/Jan/08 03:55 PM
Component/s: LFC - Object System
Affects Version/s: RingDing (4.1), Eskimo Pie (4.0.8)
Fix Version/s: RingDing (4.1), Eskimo Pie (4.0.8)

Time Tracking:
Not Specified

Severity: Minor
Fixed in Change#: 7,620
Runtime: N/A
Fix in hand: False


 Description  « Hide
As of r7595, "ant runlztest" fails with these errors:

lztest:
     [exec] Entering runlztest.sh with LPS_HOME=/Users/ben/src/svn/openlaszlo/trunk tags=smoketest
     [exec] skipping test/lztest/lztest-textstyle.lzx, does not match tags smoketest
     [exec] covers-tags: lzview smoketest
     [exec] testing test/lztest/lztest-align.lzx...........
     [exec] Compiling: test/lztest/lztest-align.lzx to test/lztest/lztest-align.js
     [exec] covers-tags: class smoketest
     [exec] testing test/lztest/lztest-class-impl.lzx...........
     [exec] Compiling: test/lztest/lztest-class-impl.lzx to test/lztest/lztest-class-impl.js
     [exec] covers-tags : lzevent lzdelegate smoketest
     [exec] testing test/lztest/lztest-events.lzx...........
     [exec] Compiling: test/lztest/lztest-events.lzx to test/lztest/lztest-events.js
     [exec] covers-tags : lznode lzcanvas smoketest
     [exec] testing test/lztest/lztest-ids.lzx...........
     [exec] Compiling: test/lztest/lztest-ids.lzx to test/lztest/lztest-ids.js
     [exec] skipping test/lztest/lztest-lzbrowser.lzx, does not match tags smoketest
     [exec] skipping test/lztest/lztest-lzdataelement.lzx, does not match tags smoketest
     [exec] covers-tags : lznode smoketest
     [exec] testing test/lztest/lztest-node-initsequence.lzx...........
     [exec] Compiling: test/lztest/lztest-node-initsequence.lzx to test/lztest/lztest-node-initsequence.js
     [exec] js: "lps/includes/lfc/LFCdhtml-debug.js", line 1230: uncaught JavaScript runtime exception: TypeError: Cannot read property "LaszloDebugger" from undefined
     [exec] js: "tmp/test_lztest_lztest-node-initsequence.js", line 88: uncaught JavaScript runtime exception: ReferenceError: "LzTestManager" is not defined.
     [exec] FAILED a test in runlztest.sh: test/lztest/lztest-node-initsequence.lzx
     [exec] ERRORS in tests: 0,test/lztest/lztest-node-initsequence.lzx
     [exec] covers-tags : lznode smoketest
     [exec] testing test/lztest/lztest-node-options.lzx...........
     [exec] Compiling: test/lztest/lztest-node-options.lzx to test/lztest/lztest-node-options.js
     [exec] js: "lps/includes/lfc/LFCdhtml-debug.js", line 1230: uncaught JavaScript runtime exception: TypeError: Cannot read property "LaszloDebugger" from undefined
     [exec] js: "tmp/test_lztest_lztest-node-options.js", line 88: uncaught JavaScript runtime exception: ReferenceError: "LzTestManager" is not defined.
     [exec] FAILED a test in runlztest.sh: test/lztest/lztest-node-options.lzx
     [exec] ERRORS in tests: 0,test/lztest/lztest-node-initsequence.lzx,test/lztest/lztest-node-options.lzx


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
P T Withington - 19/Dec/07 12:16 PM
r7620 | ptw | 2007-12-19 15:15:19 -0500 (Wed, 19 Dec 2007) | 19 lines
Changed paths:
   M /openlaszlo/trunk/WEB-INF/lps/lfc/debugger/platform/dhtml/kernel.js

Change 20071218-ptw-f by ptw@dueling-banjos.local on 2007-12-18 16:53:38 EST
    in /Users/ptw/OpenLaszlo/ringding-2
    for http://svn.openlaszlo.org/openlaszlo/trunk

Summary: Deal with rhino

Bugs Fixed:
LPP-5288: 'failing lztest-node-initsequence and lztest-node-options'

Technical Reviewer: ben@openlaszlo.org (message://<F59F9AE8-C18A-417E-843A-131108E77065@laszlosystems.com>)
QA Reviewer: mamye (pending)

Details:
    Ignore errors setting up debug console in rhino

Tests:
    ant runlztest


P T Withington - 06/Jan/08 10:53 AM
Also affects Eskimo Pie

P T Withington - 06/Jan/08 11:59 AM
Fixed in branch:

r7747 | ptw | 2008-01-06 14:58:37 -0500 (Sun, 06 Jan 2008) | 36 lines
Changed paths:
   M /openlaszlo/branches/wafflecone
   M /openlaszlo/branches/wafflecone/WEB-INF/lps/lfc/debugger/platform/dhtml/kernel.js

Change 20080106-ptw-U by ptw@dueling-banjos.local on 2008-01-06 14:50:39 EST
    in /Users/ptw/OpenLaszlo/wafflecone
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Merged revisions 7620 via svnmerge from
http://svn.openlaszlo.org/openlaszlo/trunk

QA Reviewer: mamye (pending)

Details:
........
  r7620 | ptw | 2007-12-19 15:15:19 -0500 (Wed, 19 Dec 2007) | 19 lines
  
  Change 20071218-ptw-f by ptw@dueling-banjos.local on 2007-12-18 16:53:38 EST
      in /Users/ptw/OpenLaszlo/ringding-2
      for http://svn.openlaszlo.org/openlaszlo/trunk
  
  Summary: Deal with rhino
  
  Bugs Fixed:
  LPP-5288: 'failing lztest-node-initsequence and lztest-node-options'
  
  Technical Reviewer: ben@openlaszlo.org (message://<F59F9AE8-C18A-417E-843A-131108E77065@laszlosystems.com>)
  QA Reviewer: mamye (pending)
  
  Details:
      Ignore errors setting up debug console in rhino
  
  Tests:
      ant runlztest
........

Tests:
    megatest sill pass again


Mamye Kratt - 08/Jan/08 03:53 PM
(trunk 4 build r7751)
megatest is successful

Mamye Kratt - 08/Jan/08 03:54 PM
Need to test wafflecone branch for 4.0.8/eskimo pie.

Mamye Kratt - 08/Jan/08 03:55 PM
(wafflecone build r7734 - eskimo pie/4.0.8)
megatest is successful