[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

[NodeJS] test results with JX8-desktop-win

'test[nodeJS] index'
Evaluating first chunk of the nodeJS test set
// evaluating... test[nodeJS] index
'test[nodeJS] 000 salutation'
In prologue
Starting nodeJS tests...
'test[nodeJS] 020 Accessing to global agent'
020 Accessing to global agent with #globalAgent
020 Ok
'test[nodeJS] 040 File System (setup)'
040 setup
040 - about to setup (SwikiCodeRobot)
Implementing #outputToFile: support
040 - ready (SwikiCodeRobot)
040 - Creating Samples files
'test[nodeJS] 041 Folder operations (async)'
041-5 Creating folders with #mkdir:with:
OK-> 041-5 Succesfull creating folder TestFOLDER1
041-6 Creating folders with #mkdir:mode:with:
OK-> 041-6 Succesfull creating folder TestFOLDER2
041-7 Reading folder with #readdir:with:
041-8 Deleting folders with #rmdir:with:
OK-> 041-8 Succesfull deleting folder TestFOLDER1, TestFOLDER2
OK-> 041-7 Reading folder ./ #( 'assets' 'bin' 'build' 'build.sh' 'console64' 'd
efault.snapshot.js' 'iOS' 'JX8' 'JX8.exe' 'jx8.framework.json' 'JX8.jxp' 'JX8_de
fault.snapshot.js' 'Lab_default.snapshot.js' 'License.txt' 'node_modules' 'Notes
.txt' 'ReadMe.txt' 'rebuildAll.bat' 'Sample.txt' 'TestFOLDER1' 'TestFOLDER2' 'u8
' '_help.bat' '_pack.bat' '_packTest.bat' '_Sample.txt' )
'test[nodeJS] 041 Folder operations (sync)'
041-1 Reading folder with #readdirSync:
OK-> 041-1 Reading folder ./ #( 'assets' 'bin' 'build' 'build.sh' 'console64' 'd
efault.snapshot.js' 'iOS' 'JX8' 'JX8.exe' 'jx8.framework.json' 'JX8.jxp' 'JX8_de
fault.snapshot.js' 'Lab_default.snapshot.js' 'License.txt' 'node_modules' 'Notes
.txt' 'ReadMe.txt' 'rebuildAll.bat' 'Sample.txt' 'u8' '_help.bat' '_pack.bat' '_
packTest.bat' '_Sample.txt' )
041-2 Creating folders with #mkdirSync:mode:
OK-> 041-2 Succesfull creating folder TestFOLDER3
041-3 Creating folders with #mkdirSync:
OK-> 041-3 Succesfull creating folder TestFOLDER4
041-4 Deleting folders with #rmdirSync:
OK-> 041-4 Succesfull deleting folders TestFOLDER2,TestFOLDER3,TestFOLDER4
'test[nodeJS] 042 File open/close (async)'
042-3 Opening & closing files with #open:flags:mode:with: #close:with:
OK-> 042-3 Succesfull opening & closing file sample.txt
042-4 Opening & closing files with #open:flags:with: #close:with:
OK-> 042-4 Succesfull opening & closing file sample.txt
042-3 Async close executed
042-4 Async close executed
'test[nodeJS] 042 File open/close (sync)'
042-1 Opening,closing files with #openSync:flags: #closeSync:
OK-> 042-1 Succesfull opening & closing file sample.txt
042-2 Opening,closing files with #openSync:flags:mode: #closeSync:
OK-> 042-2 Succesfull opening & closing file sample.txt
'test[nodeJS] 043 File Write (async)'
043-6 Writing files with #write:buffer:offset:length:position:with:
OK-> 043-6 Succesfull writing file Sample.txt
043-7 Writing files with #write:data:position:encoding:with:
OK-> 043-7 Succesfull writing file Sample.txt
043-8 Writing files with #writeFile:data:options:with:
OK-> 043-8 Succesfull writing file Sample.txt
'test[nodeJS] 043 File Write (sync)'
043-1 Writing files with #writeSync:buffer:offset:length:position:
OK-> 043-1 Succesfull writing file Sample.txt
043-2 Writing files with #writeSync:buffer:offset:length:
OK-> 043-2 Succesfull writing file Sample.txt
043-3 Writing files with #writeSync:data:position:encoding:
OK-> 043-3 Succesfull writing file Sample.txt
043-4 Writing files with #writeSync:data:position:
OK-> 043-4 Succesfull writing file Sample.txt
043-5 Writing files with #writeSync:data:
OK-> 043-5 Succesfull writing file Sample.txt
043-6 Writing files with #writeFileSync:data:
OK-> 043-6 Successful writing file sample.txt
043-7 Writing files with #writeFileSync:data:options:
OK-> 043-7 Succesfull writing file Sample.txt
'test[nodeJS] 044 File Read (async)'
044-4 Reading files with #read:buffer:offset:length:position:with: and #fstat:wi
th:
OK-> 044-4 Reading 0 characters
044-5 Reading files with #readFile:options:with:
044-6 Version 2: Reading files with #readFile:options:with:
044-7 Reading files with #readFile:with:
OK-> 040-1 Reading 13 characters
OK-> 044-6 Reading 13 characters
OK-> 040-3 Reading 13 characters
'test[nodeJS] 044 File Read (sync)'
044-1 Reading files with #readFileSync:
OK-> 044-1 Reading 13 characters
044-2 Reading filess with #readFileSync:options
OK-> 044-2 Reading 13 characters
OK-> 044-3 Reading 0 characters
'test[nodeJS] 045 File Stat (async)'
045-3 Reading device info with #stat:with:
OK-> 045-3 Succesfull reading Sample.txt stats
045-4 Reading device info with #fstat:with:
OK-> 045-4 Succesfull reading sample.txt stats
045-5 Reading device info with #lstat:with:
OK-> 045-5 Succesfull reading Sample.txt stats
045-3 Sample.txt has 13 bytes
045-5 Sample.txt has 13 bytes
045-4 sample.txt has 13 bytes
'test[nodeJS] 045 File Stat (sync)'
045-1 Reading device info with #fstatSync:
OK-> 045-1 Succesfull reading sample.txt stats
045-2 Reading device info with #lstatSync:
045-2 sample.txt has 13 bytes
OK-> 045-2 Succesfull reading sample.txt stats
045-3 Reading device info with #statSync:
045-3 sample.txt has 13 bytes
OK-> 045-3 Succesfull reading sample.txt stats
045-7 sample.txt has 13 bytes
'test[nodeJS] 046 File Append (async)'
046-5 Writing files with #appendFile:data:options:with:
OK-> 046-5 Writing file Sample.txt
046-6 Writing files with #appendFile:data:options:with: v2
OK-> 046-6 Writing file Sample.txt
046-7 Writing files with #appendFile:data:with:
OK-> 046-7 Writing file sample.txt
046-8 Writing files with #appendFile:data:with: v2
OK-> 046-8 Writing file sample.txt
'test[nodeJS] 046 File Append (sync)'
046-1 Writing files with #appendFileSync:data:options:
OK-> 046-1 Writing file Sample.txt
046-2 Writing files with #appendFileSync:data:options: v2
OK-> 046-2 Writing file Sample.txt
046-3 Writing files with #appendFileSync:data:
OK-> 046-3 Writing file Sample.txt
046-4 Writing files with #appendFileSync:data: v2
OK-> 046-4 Writing file Sample.txt
'test[nodeJS] 047 File flush (async)'
047-2 Flushing data with #fsync:with:
OK-> 047-2 Succesfull flushing data for file Sample.txt
'test[nodeJS] 047 File flush (sync)'
047-1 Flushing data with #fsyncSync:
OK-> 047-1 Succesfull flushing data for file Sample.txt
'test[nodeJS] 047 File rename (async)'
047-3 Renaming files with #rename:to:with:
OK-> 047-3 Succesfull Renaming file Sample.txt to _Sample.txt
'test[nodeJS] 200 Creating a server'
200-1 Creating a server with #createServer
200-2 Creating a server with #createServer:
OK-> 200-1 Succesfull creating http server on port 8081
OK-> 200-2 Succesfull creating http server on port 8082
'test[nodeJS] 300 Request'
300-1 Simple request with #request:with:
OK->300-1 Simple request with #request:with:
300-2 Simple request with #get:with:
OK->300-2 Simple request with #get:with:
300-3 Simple request with #get:. Only for testing purpose.
OK->300-3 Simple request with #get:
300-4 Posting data with #end:
OK->300-4 Posting data with #end:
300-5 Posting data with #end:encoding:
OK->300-5 Posting data with #end:encoding:
300-6 Posting data with #end:encoding:with:
OK->300-6 Posting data with #end:encoding:with:
300-7 Posting data with #write: #end
OK->300-7 Posting data with #write: #end
300-8 Posting data with #write:encoding: #end
OK->300-8 Posting data with #write:encoding: #end
300-9 Posting data with #write:encoding:with: #end
OK->300-9 Posting data with #write:encoding:with: #end
300-10 Aborting a request
OK->300-10 Aborting a request
300-11 Doing request with #setNoDelay
OK->300-11 Doing request with #setNoDelay
300-12 Doing request with #setNoDelay:
OK->300-12 Doing request with #setNoDelay:
300-13 Doing request with #setSocketKeepAlive:
OK->300-13 Doing request with #setSocketKeepAlive:
300-14 Doing request with #setSocketKeepAlive:initialDelay:
OK->300-14 Doing request with #setSocketKeepAlive:initialDelay:
300-15 Doing request with #setTimeout:
OK->300-15 Doing request with #setTimeout:
300-16 Doing request with #setTimeout:with:
OK->300-16 Doing request with #setTimeout:with:
OK 300-16 Time out reached