Marco
|
7c7e300323
|
Merge pull request #458 from PinZhang/pzhang/security-classes
Pzhang/security classes
|
2014-10-17 01:17:52 -07:00 |
Marco Castelluccio
|
9cda028539
|
Catch only IOException in socket tests
|
2014-10-16 23:49:36 -07:00 |
Pin Zhang
|
c3610f4794
|
Fix IN slots counting bug
long[] and double[] is a reference, should only take 1 slots.
|
2014-10-17 11:46:52 +08:00 |
Pin Zhang
|
eff8503ee4
|
Add missing security classes
|
2014-10-17 09:08:23 +08:00 |
Myk Melez
|
108c398cc2
|
Merge pull request #457 from marco-c/port_other_natives
Port other natives to Native.create
|
2014-10-16 11:25:13 -07:00 |
Marco Castelluccio
|
139c038dff
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into port_other_natives
|
2014-10-16 10:43:06 -07:00 |
Marco Castelluccio
|
4da7d6755d
|
Port other midp/socket.js natives to Native.create
|
2014-10-16 10:42:53 -07:00 |
Myk Melez
|
8b550d3a82
|
Merge pull request #455 from marco-c/test_socket
Add a test that sends/receives data multiple times from a socket and from multiple sockets
|
2014-10-16 10:38:51 -07:00 |
Marco Castelluccio
|
4f7f79d985
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into port_other_natives
Conflicts:
tests/native.js
|
2014-10-16 10:34:45 -07:00 |
Marco Castelluccio
|
95d414da45
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into test_socket
Conflicts:
tests/automation.js
|
2014-10-16 10:25:55 -07:00 |
Marco
|
d50dccfa01
|
Merge pull request #436 from mykmelez/allow-scripts
enable script evaluation using mozbrowser
|
2014-10-16 10:19:53 -07:00 |
Marco Castelluccio
|
b9e42a0abe
|
Port other natives to use Native.create
|
2014-10-15 19:48:17 -07:00 |
Marco
|
c2ee871860
|
Merge pull request #453 from brendandahl/benchmarks
Add benchmarks for the various method type invocations.
|
2014-10-15 18:29:19 -07:00 |
Marco Castelluccio
|
d12d7702e3
|
Merge branch 'master' of https://github.com/andreasgal/j2me.js into port_other_natives
|
2014-10-15 16:38:38 -07:00 |
Myk Melez
|
e15c69722f
|
cache mobile info on startup
|
2014-10-15 16:11:41 -07:00 |
Myk Melez
|
e6c09d34c2
|
use setZeroTimeout
|
2014-10-15 15:14:13 -07:00 |
Myk Melez
|
197e2ee859
|
rewind hash in mozbrowser mode
|
2014-10-15 15:11:33 -07:00 |
Myk Melez
|
015b621d5c
|
remove test file logging
|
2014-10-15 15:06:38 -07:00 |
Myk Melez
|
3926f02369
|
only send to the parent the data being sent to the TCP socket
|
2014-10-15 15:04:50 -07:00 |
Marco Castelluccio
|
3a0723d7df
|
Run the echo server before running tests
|
2014-10-15 15:02:32 -07:00 |
Marco Castelluccio
|
2f13c22838
|
Simple Python echo server
|
2014-10-15 15:02:32 -07:00 |
Marco Castelluccio
|
191d988906
|
Update number of known failures
|
2014-10-15 15:02:32 -07:00 |
Marco Castelluccio
|
4954057571
|
Store URL as a constant
|
2014-10-15 15:02:32 -07:00 |
Marco Castelluccio
|
be17fb52ff
|
Add test that sends/receives data multiple times from a socket and from multiple sockets. Fixes #452.
|
2014-10-15 15:02:19 -07:00 |
Marco Castelluccio
|
6e05b8262e
|
Port a few other natives in midp/midp.js to Native.create
|
2014-10-15 14:11:30 -07:00 |
Brendan Dahl
|
9c660a604b
|
Add benchmarks for the various method type invocations.
|
2014-10-15 13:42:34 -07:00 |
Marco Castelluccio
|
a4f7399cc5
|
Fix getSockOpt0 native (it should use this instead of _this)
|
2014-10-15 11:45:59 -07:00 |
Marco Castelluccio
|
d31622cdaf
|
Port some midp/midp.js natives to Native.create
|
2014-10-15 11:44:58 -07:00 |
Myk Melez
|
77220371d0
|
fix automated tests
|
2014-10-15 02:06:25 -07:00 |
Myk Melez
|
7e76d45fae
|
Merge branch 'master' into allow-scripts
Conflicts:
native.js
tests/automation.js
|
2014-10-15 01:28:01 -07:00 |
Myk Melez
|
5a837af056
|
Merge pull request #450 from marco-c/gnu_testlet
Add other gnu/testlet tests
|
2014-10-15 01:24:06 -07:00 |
Myk Melez
|
3a737e934b
|
Merge pull request #448 from marco-c/automatic_static
Remove opts parameter from Override.create/Native.create and use the Met...
|
2014-10-15 01:15:37 -07:00 |
Myk Melez
|
8f4441a421
|
Merge pull request #447 from marco-c/what
Enlarge buffer only if requested size is > than current size
|
2014-10-15 01:13:06 -07:00 |
Myk Melez
|
d6dfc59cca
|
close pipes after we're done using them
|
2014-10-15 01:12:15 -07:00 |
Myk Melez
|
7947ebbaf2
|
ensure we don't fill up browser history over time
|
2014-10-15 01:04:32 -07:00 |
Myk Melez
|
b3c65bf3c2
|
only register echo pipe when running tests
|
2014-10-15 00:37:35 -07:00 |
Myk Melez
|
4737421d94
|
make senders register themselves
|
2014-10-15 00:34:07 -07:00 |
Myk Melez
|
056beb7e65
|
improve terminology
|
2014-10-15 00:10:59 -07:00 |
Myk Melez
|
669aac8ed7
|
no need to wrap pipe call in another timeout
|
2014-10-14 23:11:17 -07:00 |
Myk Melez
|
322253888c
|
simplify message handler
|
2014-10-14 23:09:35 -07:00 |
Myk Melez
|
4706d36658
|
print stack on exception in pipe
|
2014-10-14 23:09:17 -07:00 |
Myk Melez
|
7cd47bdede
|
fix merge horkage
|
2014-10-14 23:09:05 -07:00 |
Marco Castelluccio
|
67252b6915
|
Remove acos,asin,atan,cos,sin tests because they're unreliable
|
2014-10-14 22:51:45 -07:00 |
Myk Melez
|
643bc5821a
|
Merge branch 'master' into allow-scripts
Conflicts:
midp/socket.js
tests/automation.js
|
2014-10-14 22:38:28 -07:00 |
Marco Castelluccio
|
9cd6a7e41e
|
Disable one of the sin tests because it fails on Travis
|
2014-10-14 22:15:09 -07:00 |
Marco Castelluccio
|
93fc6cdfbb
|
Print debug information when tests fail
|
2014-10-14 21:47:51 -07:00 |
Marco Castelluccio
|
403de932c6
|
Update number of passing tests and known failures
|
2014-10-14 21:12:25 -07:00 |
Marco Castelluccio
|
b7be6de92f
|
Fix Object.wait tests
|
2014-10-14 21:10:33 -07:00 |
Marco Castelluccio
|
7ebbc77fb5
|
Add Object.wait tests
|
2014-10-14 21:10:23 -07:00 |
Marco Castelluccio
|
13d0e3b16c
|
Enable other getProperty tests
|
2014-10-14 21:04:22 -07:00 |