[LC] IDE LightClasses testdata update

Unfortunately, the same testdata is used in IDE, so we should change
testdata in compiler repo and this will affect IDE repo.
This commit is the cherry-pick of commits from IDE repo:
- 4310d730795a53a Fix UltraLightClassLoadingTestGenerated.testEnums():
       check by Java file as ULC produces a different but better result
       Yan Zhulanow 3/17/21, 8:57 AM
- fbe3c8ba0841f2d4 Disable comparison test for
       UltraLightClassSanityTestGenerated.
       testAnnotatedPropertyWithSites() Yan Zhulanow 3/18/21, 1:33 PM
- 8fc53027343b5b53 Ignore known (for ages) broken behaviour
       of LC Vladimir Dolzhenko 3/19/21, 11:17 PM
This commit is contained in:
Stanislav Erokhin
2021-10-30 04:04:53 +02:00
committed by Space
parent f455141ade
commit c591601274
7 changed files with 36 additions and 26 deletions
@@ -16,4 +16,6 @@ class Test(@get:MyAnnotation @set:MyAnnotation2 @setparam:MyAnnotation3 @propert
set(value) {}
}
// FIR_COMPARISON
// FIR_COMPARISON
// SKIP_SANITY_TEST
// SKIP_IDE_TEST
@@ -5,4 +5,5 @@ package p
actual typealias B = List<Int>
// FIR_COMPARISON
// FIR_COMPARISON
// SKIP_IDE_TEST
@@ -7,4 +7,5 @@ fun f() {
}
// FIR_COMPARISON
// FIR_COMPARISON
// SKIP_IDE_TEST
@@ -6,4 +6,5 @@ fun foo() {
}
// FIR_COMPARISON
// FIR_COMPARISON
// SKIP_IDE_TEST
@@ -23,4 +23,5 @@ class C {
}
}
// LAZINESS:NoLaziness
// LAZINESS:NoLaziness
// SKIP_SANITY_TEST