Commit Graph

12 Commits

Author SHA1 Message Date
Alexander Gorshenev b93188a056 Added a regression test for Char constant serialization. 2018-06-26 17:08:02 +03:00
Sergey Bogolepov 5ad749d56b Added switch (enum-only when) lowering
Added enum ordinal to serialization
2018-06-07 14:29:17 +07:00
Igor Chevdar 2faf7908ee Implemented equal in IR 2018-06-06 14:55:33 +03:00
Alexander Gorshenev 0a911ed5bb Moved from typeMaps to typeArgument list in IrMemberAccessCommon serialization
to reflect changes in IR.
2018-04-09 12:13:05 +03:00
Alexander Gorshenev 095cad4145 A test for a default arg skip bug during the serialization. 2018-02-28 13:24:07 +03:00
Alexander Gorshenev baaee2b816 A test for IrVarargElement and IrSpreadElement serializations. 2018-02-26 14:15:48 +03:00
Alexander Gorshenev 5c1a414347 A do-while loop serialization test. 2017-11-15 12:49:42 +03:00
Alexander Gorshenev 3e0b50ef6b A test for catch serialization. 2017-11-15 12:49:42 +03:00
Pavel Punegov 35505007d2 TestRunner support in test's build.gradle
* Fixes to tests
 * RunKonanTest runs tests build with TestRunner
 * Standalone tests
2017-10-20 18:25:05 +03:00
Pavel Punegov 9d077d7f4f BC native tests port to Konan's TestRunner 2017-10-20 18:25:05 +03:00
Alexander Gorshenev 2a246a9a3a Some tests for inline members. 2017-05-17 22:04:32 +03:00
Alexander Gorshenev ff8acd21e6 This is initial implementation of serializer/deserializer for inline IR bodies.
The deserialization is disabled by default.

Use `-enable deserializer` to enable it.
Use `-verbose deserializer` to watch it crunch.
2017-03-24 01:03:59 +04:00