Commit Graph

99 Commits

Author SHA1 Message Date
Alexander Udalov 704de8992e Support mapping between Java and Kotlin reflection objects 2014-07-02 01:55:55 +04:00
Alexander Udalov 1ad037f621 Fix KClassOrigin for non-Kotlin classes
Check against presence of KotlinClass annotation
2014-07-02 01:55:21 +04:00
Natalia Ukhorskaya 261ba0e364 Fix Android tests after renaming codegen tests with Java 2014-06-30 13:03:05 +04:00
Natalia Ukhorskaya 57fc2c8301 Android tests: exclude reflection tests 2014-06-05 10:10:30 +04:00
Natalia Ukhorskaya 0045edbebe Android tests: revert sdk version to 4.1 2014-03-17 14:00:20 +04:00
Mikhael Bogdanov 1fdd3bd615 Android test fix 2014-03-07 16:29:08 +04:00
Natalia Ukhorskaya 1836c4c560 Add environment property for timeout in android tests 2014-01-28 18:21:47 +04:00
Natalia Ukhorskaya 72dc8ff41b Update Android version in tests (api 19) 2014-01-28 18:21:47 +04:00
Evgeny Gerashchenko 958f7c862d Got rid of "namespace" word in test data. 2014-01-14 18:06:50 +04:00
Evgeny Gerashchenko b41a3f8558 Got rid of "namespace" word in compiler code. 2014-01-14 18:06:50 +04:00
Natalia Ukhorskaya 292e825fac Increase timeout for android tests 2013-12-26 13:50:27 +04:00
Natalia Ukhorskaya f2f1a1313d Add jdk jars to kotlin classpath
#KT-4214 Fixed
2013-12-26 13:50:10 +04:00
Natalia Ukhorskaya 8b9fbdf911 Make Android test load files with diagnostics 2013-12-12 17:11:41 +04:00
Natalia Ukhorskaya 7e9b1c5c38 Fix Android tests 2013-12-12 17:11:40 +04:00
Natalia Ukhorskaya 0302c591f2 Fix android tests: classObjectToString test should be excluded 2013-11-19 12:05:27 +04:00
Zalim Bashorov 637c6635bd Just rename some variables like: *factory -> outputFiles 2013-11-08 18:14:21 +04:00
Zalim Bashorov e041e950c8 Extracted OutputDirector and output utils to common place 2013-11-08 18:14:20 +04:00
Andrey Breslav f91e6b8d38 Reorder class path to deliver cli-parser-1.1.1 instead of cli-parser-1.1 2013-10-24 11:35:23 +04:00
Evgeny Gerashchenko 3bb1d3854c Removed hack. 2013-10-02 18:29:14 +04:00
Evgeny Gerashchenko eebe605771 Fixed tests on android (file names escaping). 2013-10-01 22:18:03 +04:00
Evgeny Gerashchenko eb5455e89f Got rid of "jet" file extension. 2013-10-01 19:32:38 +04:00
Alexander Udalov 8e59e789dc Extract util.runtime module out of util
Cleanup module dependencies: a lot of modules depended on 'frontend.java' just
to use something from 'util' module, exported by 'frontend.java', whereas they
really need nothing from 'frontend.java'. Also 'frontend.java' just exported
'util', not using anything from it.

Create a new 'util.runtime' module, which will be available at runtime. Make
'util' export 'util.runtime' and make all modules who needed these utils depend
on 'util' directly instead of 'frontend.java'
2013-09-18 17:21:11 +04:00
Natalia.Ukhorskaya b76980266d Fix tests on android 2013-07-05 20:23:25 +04:00
Mikhael Bogdanov d953919110 Android test fix 2013-06-28 10:16:07 +04:00
Alexander Udalov db41329e67 Exclude KT-3574 from Android tests due to jet.Nothing bug 2013-06-25 18:48:27 +04:00
Zalim Bashorov a665fa2049 Rewrote nonLiteralFilenameFilter and filenameFilter tests without working with FS.
Removed filenameFilter test from excludes for AndroidTests.
2013-04-02 22:11:57 +04:00
Natalia.Ukhorskaya 73bbda5b93 AndroidTests: do not run test which use file system 2013-03-29 11:47:05 +04:00
Mikhael Bogdanov 771bce99fa Android test update to support new Idea 2013-03-27 12:24:32 +04:00
Mikhael Bogdanov c1a8f27b99 Process waiting time increased x2 2013-03-21 19:17:34 +04:00
Evgeny Gerashchenko ec5331057a Removed unnecessary final on local variables. 2013-03-13 14:12:50 +04:00
Natalia.Ukhorskaya 871caaaa2d Fix android tests 2013-03-07 12:27:02 +04:00
Natalia.Ukhorskaya bd4d939089 Android tests: refactor RunUtils 2013-02-27 17:23:05 +04:00
Natalia.Ukhorskaya efe74a3b88 Android tests: start adb server before emulator start, print emulator log to console 2013-02-27 17:23:04 +04:00
Natalia.Ukhorskaya ab792a587c Android tests: do not call adb emu kill (throws exception if there are more than 1 emulator) 2013-02-27 17:23:02 +04:00
Natalia.Ukhorskaya 4ba4ac7e4e Android tests: print all exceptions 2013-02-27 17:23:01 +04:00
Natalia.Ukhorskaya 39e5115102 Update android sdk in Android Tests to API 16 2013-02-27 17:22:59 +04:00
Alexander Udalov c7e512a38a Correct Android SpecialFiles
Replace all multi-file tests and tests with java with an exclusion of
these directories. Delete obsolete exclusions, add a new one
2013-02-11 03:32:56 +04:00
Alexander Udalov b311255d96 Extract junit testcase, delete unneeded code 2013-02-11 02:01:40 +04:00
Natalia.Ukhorskaya 091399aa4b Android: add tests with java to excluded tests 2013-02-07 14:33:23 +04:00
Alexander Udalov bb5c65a7db Fix Android tests 2013-01-29 17:54:52 +04:00
Alexander Udalov 1eae609a35 Fix Android tests 2013-01-28 22:47:08 +04:00
Evgeny Gerashchenko 52b7ee6447 Happy new year 2013! 2013-01-28 18:58:08 +04:00
Alexander Udalov 69ae014da3 Revert excluding kt344 in SpecialFiles 2013-01-24 23:01:35 +04:00
Alexander Udalov aa4e69de11 Remove obsolete special files from android tests 2013-01-24 21:12:28 +04:00
Alexander Udalov 0090ce3322 Refactor codegen tests: no special box() result
box() shall always return "OK"
2013-01-24 21:12:28 +04:00
Alexander Udalov de37f73c8d Remove tests on RTTI
It was never implemented
2013-01-24 21:12:27 +04:00
Alexander Udalov 0df71bd696 Refactor codegen tests
- initialize environment only once in setUp()
- add comments on why some tests are disabled
- modify and rename some tests
- re-enable now working tests
- extract some tests into files with box()
- remove useless 'throws' declarations and commented code
2013-01-24 21:12:27 +04:00
Alexander Udalov 99827d10a8 Rename *.jet -> *.kt in codegen tests 2013-01-24 21:12:27 +04:00
Natalia.Ukhorskaya e37cb461f6 Support visibility for protected static members
#KT-2999 Fixed
2013-01-24 18:43:37 +04:00
Natalia.Ukhorskaya db81672d23 Refactoring in android tests 2013-01-22 20:52:03 +04:00