Commit Graph

262 Commits

Author SHA1 Message Date
Maxim Shafirov 59e688f9ff Move module scripting out of jvm backend 2012-01-13 14:23:48 +04:00
Stepan Koltsov de3ba203a6 test TypeParameterDescriptor index in ReadClassDataTest
(and fix index parsing)
2012-01-13 03:55:12 +04:00
Stepan Koltsov a8ff7e5aaf assert ReadClassDataTest works with non-empty set 2012-01-13 03:55:11 +04:00
Stepan Koltsov de337df53e better output in ReaderClassDataTest.compareNamespaces 2012-01-13 03:55:11 +04:00
Stepan Koltsov b0dcbad365 fix ReadClassDataTest type parameters output 2012-01-13 03:55:10 +04:00
Stepan Koltsov 200fd78574 ReadClassDataTest: extension properties 2012-01-12 01:25:47 +04:00
Stepan Koltsov f4bf59ff32 NamedFunctionDescriptor 2012-01-12 01:25:42 +04:00
Stepan Koltsov 6198fb90f3 fix ValueParameterDescriptor.index read from class files
(ReadClassDataTest now also checks for indices)
2012-01-12 01:25:39 +04:00
Alex Tkachman c318191f5d KT-935 resolved call used on += 2012-01-10 21:14:22 +02:00
Alex Tkachman 2e0b1863cd KT-940 proper calculation of bridge methods 2012-01-10 19:50:13 +02:00
Alex Tkachman ba6c9be53a KT-958 wrong compilation of 'in' with complex expression under test 2012-01-10 17:05:21 +02:00
Alex Tkachman 5633f71edc KT-950 wrong call to array-like setter with non-void return type 2012-01-10 15:36:33 +02:00
Alex Tkachman 85ff44676a KT-945 functional parameters used properly on array creation 2012-01-10 14:58:16 +02:00
Andrey Breslav 81a3dcf78b _1 and such work for Tuples 2012-01-10 12:21:37 +04:00
Alex Tkachman a0134fb0f2 KT-944 iterations over empty ranges 2012-01-10 09:33:54 +02:00
Alex Tkachman 472ec42b19 testing stdlib as part of the build. separate class 2012-01-08 22:32:38 +02:00
Stepan Koltsov 6d7e4cd030 reading constructors from binary classes 2012-01-08 23:21:59 +04:00
Stepan Koltsov 6f04e7c3b0 fix stdout of ReadClassDataTest 2012-01-08 23:21:54 +04:00
Alex Tkachman 5bb56a8abd testing stdlib as part of the build 2012-01-08 16:47:26 +02:00
Alex Tkachman 33f145a83a KT-930 upto/downto for numbers 2012-01-07 21:27:20 +02:00
Stepan Koltsov 7ebf1ad433 properly read/write int? 2012-01-06 23:21:35 +04:00
Alex Tkachman dba41c2e88 float/double ranges 2012-01-06 15:55:27 +02:00
Alex Tkachman 1d2e237312 KT-925 step methods for integral ranges 2012-01-06 13:11:44 +02:00
Alex Tkachman 9fbf27eb11 KT-821 and other improvements for ranges 2012-01-05 18:34:32 +02:00
Alex Tkachman ebe2c375cd KT-274 stdlib part and commented test. Still require frontend test 2012-01-05 00:16:25 +02:00
Alex Tkachman 3fd825d1a0 KT-873 fixing wrong register calculations 2012-01-04 14:29:21 +02:00
Alex Tkachman 629cdfc822 KT-865 extension function as unary operation 2012-01-04 12:54:10 +02:00
Alex Tkachman 15fde646c1 KT-864 wrong namespace class name generation 2012-01-04 12:12:02 +02:00
Alex Tkachman b2593b268e KT-715. T.javaClass & TypeInfo.javaClassForType 2012-01-04 10:17:40 +02:00
Stepan Koltsov 3cd0939530 fix tests
(I don't understand why tests passed before)
2012-01-03 22:02:42 +04:00
Stepan Koltsov 526df9ca80 fix copy-paste in tests
WriteSignatureTest
CompileJavaAgainstKotlinTest
ReadClassDataTest
2012-01-03 21:15:15 +04:00
Stepan Koltsov 52400dbd1e explicit test for java signature writing
(partially replaces CompileJavaAgainstKotlinTest)
2012-01-03 21:15:12 +04:00
Stepan Koltsov f4b7c0b081 fix blinking ReadClassDataTest 2012-01-03 18:46:31 +04:00
Stepan Koltsov 7325285813 read properties from binary classes
(intermediate version)
2012-01-03 17:16:50 +04:00
Alex Tkachman 2ec54436c5 KT_887 fix. jet.Comparable mapped to j.l.Comparable 2012-01-03 12:34:12 +02:00
Alex Tkachman e576423c8e KT-903 test. unreproducable 2012-01-02 14:47:58 +02:00
Alex Tkachman cde54d59bd KT-877 - wrong codegen for unary plus 2012-01-02 09:49:04 +02:00
Alex Tkachman c3725054eb test for obsolete KT-889 2012-01-02 09:36:13 +02:00
Alex Tkachman a25416e5cf KT-894 wrong string concatenation 2012-01-02 09:27:32 +02:00
Alex Tkachman 12af19e991 KT-881 overoptimized + in string templates 2012-01-02 08:35:54 +02:00
Stepan Koltsov 07281691b5 fix error reporting in CodegenTestCase 2011-12-31 00:53:32 +04:00
Stepan Koltsov b644e53725 catch error of string comparison in JetDiagnosticTest 2011-12-31 00:53:22 +04:00
Maxim Shafirov 28d4715db2 Don't depend on project file layout, disable compileEnvironmentTest for now because it messes with stdlib heavily. 2011-12-30 19:58:08 +04:00
Maxim Shafirov b8590ada4f Move close to other stdlib tests 2011-12-30 19:29:29 +04:00
Maxim Shafirov 87748bb0c7 Make sure we write output for the files even if they're in std.* package 2011-12-30 14:28:59 +04:00
Stepan Koltsov 1bb5828613 reading properties info from binary classes
Add final modifier to val backing field
2011-12-30 00:05:32 +04:00
Stepan Koltsov 855142e35d move test output to one level down
for ReadClassDataTest and CompileJavaAgainstKotlinTest
2011-12-30 00:05:25 +04:00
Andrey Breslav 939f9ac279 Merge remote branch 'origin/master' 2011-12-27 21:29:48 +04:00
Andrey Breslav 4579c9826f Reverting problematic commits:
fa500f453d	Alex Tkachman	Today 19:47
725bebc23f	Alex Tkachman	Today 19:36
2011-12-27 21:26:20 +04:00
Stepan Koltsov 617b3b5db5 ReadClassDataTest: type variable resolver 2011-12-27 20:46:43 +04:00