1. 11 12月, 2020 2 次提交
  2. 10 12月, 2020 1 次提交
  3. 09 12月, 2020 7 次提交
    • D
      Minor. Specify targetBackend for new IR tests · 5a006a36
      Denis.Zharkov 提交于
      5a006a36
    • D
      Support cross-module usages of @JvmRecord classes · dc1a1c58
      Denis.Zharkov 提交于
      The problem is that JvmRecord has SOURCE retention
      Probably, increasing its retention might be a more reliable solution
      (or in some other way serializing that the class is a record)
      
      Just checking supertypes seems like a reasonable approximation:
      only records kotlin are allowed to extend j.l.Record.
      But the relevant diagnostic has been added only since 1.4.30,
      so potentially there could have been exist a non-record class with
      such supertype compiled by 1.4.20, but this case seems to be ill-formed
      and marginal anyway.
      
      For Java classes, it's irrelevant since they don't have member properties
      (only synthetic extensions)
      
      ^KT-43677 In Progress
      dc1a1c58
    • D
      Support @JvmRecord for JVM_IR · a4bf36ae
      Denis.Zharkov 提交于
      ^KT-43677 In Progress
      a4bf36ae
    • D
      Make BlackBox tests for Java 9 generated · 059e2aab
      Denis.Zharkov 提交于
      059e2aab
    • D
      Add simple JDK15 BlackBox test · 5d054190
      Denis.Zharkov 提交于
      ^KT-43677 In Progress
      5d054190
    • D
      Support loading Java records · 513f7177
      Denis.Zharkov 提交于
      ^KT-43677 In Progress
      513f7177
    • N
      Dependency of js tests generation on compiler test data generation (KTI-404) · df9ecb0f
      Nikolay Krasko 提交于
      There was an error during "Generate Compiler Tests" execution:
      
      Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: compiler\testData\codegen\box\ranges\expression\inexactDownToMinValue.kt
      
      The error was probable caused by parallel execution of tasks:compiler:generateTests and :js:js.tests:generateTests.
      
      Exception could occur when GenerateRangesCodegenTestData.main(args) has
      just removed directory with test data for regeneration but
      :js:js.tests:generateTests had already seen files present.
      
       #KTI-404 Fixed
      df9ecb0f
  4. 27 11月, 2020 3 次提交
  5. 04 11月, 2020 2 次提交
  6. 03 11月, 2020 1 次提交
  7. 30 10月, 2020 1 次提交
  8. 15 10月, 2020 3 次提交
  9. 07 10月, 2020 1 次提交
  10. 02 10月, 2020 1 次提交
  11. 29 9月, 2020 3 次提交
  12. 08 9月, 2020 1 次提交
  13. 25 8月, 2020 1 次提交
  14. 09 8月, 2020 1 次提交
  15. 11 7月, 2020 1 次提交
  16. 29 6月, 2020 1 次提交
  17. 09 6月, 2020 1 次提交
  18. 29 5月, 2020 1 次提交
    • M
      [JVM] Port remaining line number tests to stepping infrastructure. · 7d7b9262
      Mads Ager 提交于
      These line number tests only tested that a set of line numbers where
      present in the java bytecode. Not that they would be hit in the
      right order by the debugger. Moving them to stepping tests fixes that.
      
      This exposes a couple of issues (in particular around try-catch-finally)
      that should be fixed.
      
      A number of tests are marked as failing now. Will investigate and
      work on fixes next.
      7d7b9262
  19. 28 5月, 2020 1 次提交
  20. 08 5月, 2020 2 次提交
  21. 25 3月, 2020 1 次提交
  22. 19 3月, 2020 1 次提交
  23. 03 3月, 2020 1 次提交
  24. 20 2月, 2020 1 次提交
  25. 14 2月, 2020 1 次提交