Stepan Koltsov
2c4094f4d4
proper environment when compiling special things
...
* do not include anything when compiling builtins
* do not include kotlin-runtime and jdk-headers when compiling jdk-headers
2012-03-30 03:54:58 +04:00
Alex Tkachman
4f67177aa2
Revert "ability to compile text and small refactoring"
...
This reverts commit 4ddf101397 .
2012-02-23 17:01:33 +02:00
Alex Tkachman
4ddf101397
ability to compile text and small refactoring
2012-02-23 14:12:28 +02:00
Maxim Shafirov
a03922d467
Copyrights set to Apache, reflecting it's now open source
2012-02-14 19:25:06 +04:00
Maxim Shafirov
00667b14e7
Simplify rt.jar discovery
2012-01-24 17:18:33 +04:00
Maxim Shafirov
59e688f9ff
Move module scripting out of jvm backend
2012-01-13 14:23:48 +04:00
Stepan Koltsov
c76463256b
refactor tests
2011-12-07 22:27:42 +04:00
Stepan Koltsov
a16874be6f
Revert "refactor tests". I've broken tests again.
...
This reverts commit 8db2617701 .
2011-12-07 22:06:35 +04:00
Stepan Koltsov
8db2617701
refactor tests
2011-12-07 21:01:51 +04:00
Andrey Breslav
8cee193f47
Multifile tests supported
...
Example of a multifile test: you create a single file under the "quick" directory and put text of all your test files into it, prepending each file with a comment as follows:
// FILE: foo
class foo
// FILE: bar
class <!FOO!>bar<!>
2011-12-01 14:38:10 +03:00
Alex Tkachman
cb37f7b56f
ability to test stdlib
2011-11-23 09:56:20 +02:00
Alex Tkachman
abb15a85d6
KT-434 test and ability to supply full JDK for compiler tests
2011-11-19 07:01:58 +02:00
Dmitry Jemerov
0b0aacc9e4
since JetTestCase is no longer a base class for any tests, remove code which is now redundant and rename it to JetTestCaseBuilder
2011-10-27 19:27:18 +02:00
Dmitry Jemerov
655d2bd632
FullJetPsiCheckerTest -> JetLiteFixture
2011-10-27 18:12:24 +02:00
Dmitry Jemerov
e52cfef3a9
JetControlFlowTest -> JetLiteFixture
2011-10-27 17:59:45 +02:00
Dmitry Jemerov
6bdf86cd06
JetOverridingTest -> JetLiteFixture
2011-10-21 16:38:03 +02:00
Dmitry Jemerov
a615ee2687
JetLiteFixture based on JetCoreEnvironment
2011-10-21 16:33:56 +02:00
Dmitry Jemerov
ec6dec0d37
separate compiler and plugin tests
2011-10-20 16:21:18 +02:00