Brendan Dahl
|
ed79925e66
|
Track expected pass/fail per class file.
|
2015-02-04 16:14:14 -08:00 |
Yuan Xulei
|
addefd1a91
|
Allow a higher priorty thread to reempt current thread.
|
2015-01-27 11:43:51 +08:00 |
Yuan Xulei
|
6aef50a3e8
|
Test thread priority
|
2015-01-27 11:43:51 +08:00 |
Brendan Dahl
|
83618a2cd7
|
Fix exception handling location.
|
2015-01-07 15:08:56 -08:00 |
Marco Castelluccio
|
e76dfde9c7
|
Add test for interned constant strings. Fixes #502
|
2014-12-20 18:45:46 +01:00 |
Yuan Xulei
|
b90a554938
|
Fix #718 to prevent a sub class to reinitialize the static members of its super class.
|
2014-12-12 18:42:41 +08:00 |
Yuan Xulei
|
2788b2d072
|
Handle nested try-catch-finally block correctly. Fix #396
|
2014-11-18 11:09:15 +08:00 |
Pin Zhang
|
0c3cf74a2e
|
VM stops if RuntimeException is not handled in a thread.
An error is thrown in context.js:
TypeError: caller is undefined
|
2014-10-30 09:31:31 +08: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 |
Myk Melez
|
dbc93161d2
|
retrieve mobileInfo in wrapper
|
2014-10-07 14:20:27 -07:00 |
Marcus Cavanaugh
|
7df69d7d3e
|
Add a few tests for lastIndexOf and endsWith.
|
2014-09-29 14:33:51 -07:00 |
Marco Castelluccio
|
c2217c0138
|
Fix indentation in TestStringIntern
|
2014-09-12 15:53:09 -07:00 |
Marco Castelluccio
|
96e44db73b
|
Add String::intern test
|
2014-09-12 13:53:04 -07:00 |