I did the build. From readme it said that doing python Libtest.py may cause a few tests to fail, and I just ran this through Python and it was okay...
CompileTest: Passed 0 / 5 tests (5 failed) ListTest: Passed 162 / 163 tests (1 failed) FunctionTest: Passed 64 / 67 tests (3 failed) ExceptionTest: Passed 50 / 51 tests (1 failed) ClassTest: Passed 255 / 294 tests (39 failed) StringTest: Passed 128 / 129 tests (1 failed) SetTest: Passed 1985 / 2000 tests (15 failed) FrozenSetTest: Passed 1610 / 1621 tests (11 failed) ArgsTest: Passed 374 / 376 tests (2 failed) # VarsTest: Passed 47 / 50 tests (3 failed) AttributeTest: Passed 51 / 54 tests (3 failed) BuiltinTest: Passed 837 / 845 tests (8 failed) LongTest: Passed 22 / 25 tests (3 failed) TimeModuleTest: Passed 39 / 42 tests (3 failed) ReModuleTest: Passed 127 / 128 tests (1 failed) HashableTest: Passed 1 / 2 tests (1 failed) Syntax27Test: Passed 8 / 10 tests (2 failed) WithTest: Passed 11 / 12 tests (1 failed) Those stated in README are no surprise if they fail. In the report, many of them are reported with "bug #", or "issue#" so I know some of them are known. But with so many of them failed, it's kinda scary - maybe it's my system. Thanks. -- John On Sun, Feb 26, 2012 at 1:00 AM, lkcl luke <[email protected]> wrote: > On Sun, Feb 26, 2012 at 5:10 AM, John Wong <[email protected]> wrote: > > Hey guys, > > > > Is that normal? I followed the tutorial here to setup Pyjamas Desktop and > > Pyjamas, and when I ran libtest, I failed many tests. > > > > For example > > > > CompileTest: Passed 0 / 5 tests (5 failed) > > ListTest: Passed 162 / 163 tests (1 failed) > > FunctionTest: Passed 64 / 67 tests (3 failed) > > ExceptionTest Test failed (test_exc_info_traceback/29) : > uncaught > > exception: 'None' has no attribute 'tb_next' > > and many more... > > did you do this: > $ cd pyjamas/examples/libtest > $ python LibTest.py > > or did you do this: > > $ cd pyjamas/examples/libtest > $ ./build.sh > $ firefox output/LibTest.html > > l.

