Svyatoslav Kuzmich
|
736519c506
|
[JS] Rename JsLibraryProvider to LibraryProvider
This class is not JS-specific and can be used in Wasm test services
|
2023-06-25 10:18:50 +02:00 |
|
Zalim Bashorov
|
bd852e87ab
|
[Wasm] Add an option to dump declaration IR sizes to file
|
2023-04-25 19:44:03 +02:00 |
|
Zalim Bashorov
|
1697a28bf0
|
[Wasm] introduce a directive to check output size in some wasm tests
Syntax:
// WASM_DCE_EXPECTED_OUTPUT_SIZE: <file extension> <expected size in bytes>
Example:
// WASM_DCE_EXPECTED_OUTPUT_SIZE: wasm 10_000
|
2023-04-05 20:46:13 +02:00 |
|
Igor Yakovlev
|
49beec33b4
|
[Wasm] Replace ClassId and InterfaceId with single TypeId
|
2023-04-04 18:39:18 +00:00 |
|
Vladimir Sukharev
|
65276e5960
|
[Testsystem] Insert missing opt-in
Merge-request: KT-MR-9158
Merged-by: Vladimir Sukharev <Vladimir.Sukharev@jetbrains.com>
|
2023-03-10 13:17:37 +00:00 |
|
Zalim Bashorov
|
4d7cf81ed0
|
[Wasm] Stop supporting "_export.js" in test infra, use import/export capability in relevant tests
* It works slightly differently in SpiderMonkey.
* It was a hack.
|
2023-03-06 23:19:02 +01:00 |
|
Svyatoslav Kuzmich
|
c9e71985da
|
[Wasm] Stop dumping declarations in diagnostic tests
These tests are meant to check diagnostics, but
having to update .txt dumps adds some friction to development process.
|
2023-02-24 11:35:14 +00:00 |
|
Svyatoslav Kuzmich
|
54a45c49f8
|
[Wasm] Add Wasm platform and K1 FE infrastructure
|
2023-02-24 01:05:23 +01:00 |
|
Svyatoslav Kuzmich
|
bebb9b1392
|
[Wasm] Move compiler tests to :wasm:wasm.tests module
They don't belong in K/JS test module.
|
2023-01-31 13:12:12 +00:00 |
|