In LightAnalysisModeTestGenerated skip tests ignored in JVM

When a test is marked as ignored in JVM BE (i.e. IGNORE_BACKEND: JVM)
it's ignored in LightAnalysisModeTestGenerated. This means that
this tests is expected to fail. However, often tests that fail
in JVM blackbox tests, don't fail in LAMTG, therefore it's reasonable
to skip these tests in LAMTG at all.
This commit is contained in:
Alexey Andreev
2017-05-26 14:58:29 +03:00
parent 2c98bd053a
commit 383e273fed
11 changed files with 196 additions and 35 deletions
@@ -1,6 +1,4 @@
// TARGET_BACKEND: JS
// This test causes JVM to generate incorrect bytecode
// Could not use IGNORE_BACKEND directive, since it makes LightAnalysisModeCodegenTestsGenerated fail on this test
// IGNORE_BACKEND: JVM
interface I<T> {
val prop: T