Commit Graph

2960 Commits

Author SHA1 Message Date
Alexey Andreev
5d630ae551 java.time: get rid of serialization code 2021-03-18 00:13:49 +03:00
Alexey Andreev
051c3bb227 java.time: remove jdk7 hacks 2021-03-18 00:13:09 +03:00
Alexey Andreev
3513bacc2e java.time: remove usages of concurrent classes 2021-03-18 00:12:42 +03:00
Alexey Andreev
f12d33a032 java.time: add files from threeten 2021-03-18 00:12:42 +03:00
Alexey Andreev
b5ad203631 JUnit: don't kill test runner after timeout 2021-03-18 00:12:42 +03:00
Alexey Andreev
a8eebd7e1a JUnit: support ignoring all tests in a class 2021-03-18 00:12:42 +03:00
Alexey Andreev
53e65b2d79 html4j: temporarily ignore all tests 2021-03-18 00:12:42 +03:00
Alexey Andreev
195f4c8426 Fix checkstyle error 2021-03-18 00:12:42 +03:00
Alexey Andreev
67c639b875 JS: fix stack trace decoder with new CCE support 2021-03-17 21:49:06 +03:00
Alexey Andreev
4c0c7872a1 JS: add support for CCE in strict mode 2021-03-17 21:11:18 +03:00
Alexey Andreev
02e8955abc JS: fix overflow behaviour of unary minus 2021-03-17 10:16:07 +03:00
Alexey Andreev
0064d399be Fix bug in Arrays.binarySearch 2021-03-17 10:15:25 +03:00
Alexey Andreev
a3eaa1fc18 Add EnumSet.range 2021-03-17 10:14:32 +03:00
Alexey Andreev
26db1acc96 Fix how weeks are represented in DateFormatSymbols
Add missing methods to DateFormatSymbols
2021-03-17 10:13:38 +03:00
Alexey Andreev
6c75ce7f68 Fix bug in TestNG annotation support 2021-03-16 23:10:18 +03:00
Alexey Andreev
0a08e5458e Build HEAD branch in build script 2021-03-16 22:23:15 +03:00
Alexey Andreev
3cfe4644cd Stdlib: save tzdb as set of rules instead of set of transitions
Generate transitions at run time
2021-03-16 21:47:05 +03:00
Alexey Andreev
71f87d79a5 JUnit: add support for TestNG annotations 2021-03-16 21:47:05 +03:00
Alexey Andreev
e5c3d144e8 Bump versions of dependencies 2021-03-12 20:12:30 +03:00
Alexey Andreev
9a83bfe4e9 Fix new Kotlin hacks 2021-03-12 19:51:58 +03:00
Alexey Andreev
40ecb0938d Fix issue with BigInt64Array in Safari 2021-03-12 19:13:29 +03:00
Alexey Andreev
4f9346e4e3 Update Kotlin hacks 2021-03-12 18:39:23 +03:00
Alexey Andreev
2765a6344f Shade teavm-junit dependencies to avoid conflicts with project's jetty and jackson versions 2021-03-10 16:37:55 +03:00
Alexey Andreev
35f025d7da JS: fix bug in fallback long implementation 2021-03-10 16:22:19 +03:00
Alexey Andreev
daef74e7f1 Fix updating version number in deploy script 2021-03-10 13:46:51 +03:00
Alexey Andreev
e1582499ee Update reference to development maven repository 2021-03-10 12:48:25 +03:00
Alexey Andreev
ee3cd2d640 Remove unnecessary file 2021-03-10 12:46:34 +03:00
Alexey Andreev
29c3c3c717 Fix version generation in deployment script 2021-03-10 12:45:40 +03:00
Alexey Andreev
7598a3c1f6 Add deployment scripts 2021-03-10 12:27:07 +03:00
Alexey Andreev
431e9f0c81 Update links to teavm.org with https protocol 2021-03-09 16:49:24 +03:00
Alexey Andreev
67045b068e Fix infinite loop in Deflater 2021-03-09 16:09:09 +03:00
Alexey Andreev
707d11d9d8 JS: remove old node-based test runner, use new JUnit browser runner in travis 2021-03-09 11:04:21 +03:00
Alexey Andreev
bc9ad315ff Fix time-based test for worse timer resolution 2021-03-09 11:00:24 +03:00
Alexey Andreev
fb81153ad2 JS: allow running tests in multiple browser tabs 2021-03-09 10:59:56 +03:00
Alexey Andreev
4ab706f128 Set HTML indent size in IDEA project config 2021-03-09 10:55:28 +03:00
Alexey Andreev
ca23da939a JS: represent long as BigInt if available 2021-03-08 22:59:45 +03:00
Alexey Andreev
1eab7e41b1 Fix tests. Add headless firefox test runner 2021-03-08 12:00:13 +03:00
Alexey Andreev
61db54e848 Add JS test runner that runs tests right in the browser 2021-03-07 15:56:48 +03:00
Alexey Andreev
8b4f401bcb Fix TreeMap iterator
Fix #519
2021-03-06 21:08:51 +03:00
Alexey Andreev
ddf194af31 JS: reset file size to 0 when creating FileOutputStream
Fix #558
2021-03-06 19:38:49 +03:00
Ivan Hetman
6ef841a560
Fix generic collection toString (#559) 2021-03-06 19:28:06 +03:00
Alexey Andreev
d1606ea2a5 Display more readable stack trace in HTML file that runs single test 2021-02-27 22:07:34 +03:00
Alexey Andreev
0ade0313ce Fix issue in DecimalFormat rounding.
When value near 1 (0.999...) is rounded to 1, exponent should be increased.
This fixes #557. Also reuse exponent/mantissa/sign analyzer
written for StringBuilder.append(double)
2021-02-27 22:07:00 +03:00
Alexey Andreev
e4c808c324 Add switch to log devirtualization process 2021-02-26 12:26:13 +03:00
Alexey Andreev
0eca9d95e1 Fix missing virtual call detector 2021-02-26 11:52:10 +03:00
Alexey Andreev
d1fa57210e Copy parameter annotations when renaming a class 2021-02-01 14:41:18 +03:00
Alexey Andreev
ae1ec8ffe5 Make IDEA plugin work with recent IDEA versions, remove some deprecated API usages 2021-01-28 17:57:35 +03:00
Alexey Andreev
f435d43996 Revert "JS: fix for creation of typed arrays from view method (#532)"
This reverts commit dfef5ffd
2021-01-28 17:57:35 +03:00
Ivan Hetman
8122095193
Fix circular reference support in toString of collection classes (#552) 2021-01-11 21:32:44 +03:00
Ivan Hetman
66ce993019
JS: add getter for Element.classList (#553) 2021-01-11 12:12:20 +03:00