Anton Bannykh
|
81699299f5
|
JS_IR: DCE
Could be enabled by toggling `-Xir-dce`
Box test output in js/js.translator/testData/out-min
|
2019-11-26 12:20:39 +03:00 |
|
Svyatoslav Kuzmich
|
e52ae38cf5
|
[JS IR BE] Minor: Use proper trow in js compiler test runtime
|
2019-04-13 14:17:59 +03:00 |
|
Svyatoslav Kuzmich
|
569187a751
|
[JS IR BE] Use Char boxing rules of current backend
|
2019-02-25 15:09:26 +03:00 |
|
Anton Bannykh
|
2e709a81fa
|
[JS IR BE] Arrays, varargs
|
2018-09-18 14:36:20 +03:00 |
|
Zalim Bashorov
|
8d97512179
|
[JS IR BE] Improve diagnostics in tests
|
2018-07-31 11:28:39 +03:00 |
|
Zalim Bashorov
|
3f0b31dc23
|
Speed up JS IR BE tests compiling the common parts (runtime + test common utils) once (on demand) and sharing the result between tests
It's a temporary hack until we implement IR based library format.
It relies on the fact that currently, IR BE generates stable (enough) names.
|
2018-07-13 23:42:41 +03:00 |
|
Roman Artemev
|
02628e8de3
|
[JS IR BE] Support exceptions in IR BE runtime
|
2018-06-19 17:09:24 +03:00 |
|
Zalim Bashorov
|
27988cd2f4
|
Remove the version of fail.kt that was "hacked" for JS IR BE tests
|
2018-04-25 22:21:22 +03:00 |
|
Roman Artemev
|
ec57a335f7
|
Temporally hacked js assert to make depending tests work
|
2018-04-24 13:52:16 +03:00 |
|
Alexey Andreev
|
e54138b74f
|
JS: use temporary names while translation, replace with fixed name during post-processing pass
|
2016-12-12 14:30:42 +03:00 |
|
Zalim Bashorov
|
5f2ba70745
|
KJS: use cached KClass instead create new each time when getting it from JsClass
|
2016-10-18 13:26:05 +03:00 |
|
Alexey Andreev
|
a9330057cc
|
KT-8283: fix Kotlin.equals method to compare arrays by reference
|
2016-09-14 16:37:53 +03:00 |
|
Alexey Andreev
|
d83f926658
|
[KT-4124] Refactor super calls and fix calls to Any::equals
|
2016-02-20 15:19:31 +03:00 |
|
Yan Zhulanow
|
a3ff3ffc45
|
Fix tests: "Placing function type parameters after the function name" error
|
2015-11-27 15:51:11 +03:00 |
|
Mikhail Glukhikh
|
64543e3f52
|
Implicit Nothing return type is now deprecated
|
2015-10-12 13:30:16 +03:00 |
|
Ilya Gorbunov
|
4f9e2c24d1
|
Exclude common file asserts.kt from tests using StdLib, as its methods conflict with kotlin.test.* methods.
|
2015-09-08 10:26:54 +03:00 |
|
Zalim Bashorov
|
430a3c121d
|
Minor in JS backend: move testFalse and testTrue to common place
|
2015-06-03 23:09:16 +03:00 |
|
Zalim Bashorov
|
af82e69214
|
JS tests: added tests for dynamic.
|
2014-12-11 13:17:49 +03:00 |
|
Zalim Bashorov
|
5a5c4145f2
|
JS backend: added tests for reserved words.
|
2014-09-26 00:57:09 +04:00 |
|
Alexey Tsvetkov
|
dd3dbe5b10
|
JS backend: _commonFiles/ for common kotlin files in testData/ and every test dir
|
2014-07-11 22:36:20 +04:00 |
|