jackxiao / jslibs

Automatically exported from code.google.com/p/jslibs
0 stars 0 forks source link

QA tests errors #53

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
jslibs>jshost qa.js -r

- src/jsio/qa.js:265 content,
(obj)"123456789ABC\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0
\0\0\0\0\0\0\0"...
!= (str)"123456789ABC"...
- src/jsio/qa.js:266 used memory length, (num)"100"... != (num)"12"...
- src/jsio/qa.js:267 content,
(obj)"123456789ABC\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0
\0\0\0\0\0\0\0"...
!= (str)"123456789ABC"...
- src/jsz/qa.js:EofMethods TypeError: res[1].Read(10) is undefined

Original issue reported on code.google.com by sou...@gmail.com on 5 Aug 2008 at 7:48

GoogleCodeExporter commented 9 years ago
src/jsio/qa.js:265
- a Close() method has been added to close the SharedMemory object manually 
before
the GC close it.

src/jsz/qa.js:EofMethods
- ???

Original comment by sou...@gmail.com on 7 Aug 2008 at 8:26

GoogleCodeExporter commented 9 years ago
The error do not appears anymore. 

Original comment by sou...@gmail.com on 27 Nov 2008 at 10:34