From 84e67da2af1852f18065505761503485b414b809 Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Fri, 30 Apr 2021 18:24:10 +0200 Subject: [PATCH] Mute test on JDK 6 --- compiler/testData/codegen/boxInline/reified/kt44770.kt | 1 + compiler/testData/codegen/boxInline/reified/kt44770_2.kt | 1 + 2 files changed, 2 insertions(+) diff --git a/compiler/testData/codegen/boxInline/reified/kt44770.kt b/compiler/testData/codegen/boxInline/reified/kt44770.kt index 951e557d1a1..0bea3844e0e 100644 --- a/compiler/testData/codegen/boxInline/reified/kt44770.kt +++ b/compiler/testData/codegen/boxInline/reified/kt44770.kt @@ -2,6 +2,7 @@ // FULL_JDK // WITH_RUNTIME // IGNORE_BACKEND: ANDROID +// SKIP_JDK6 // FILE: 1.kt package test diff --git a/compiler/testData/codegen/boxInline/reified/kt44770_2.kt b/compiler/testData/codegen/boxInline/reified/kt44770_2.kt index cc1f0b33e7d..62e1d850d6f 100644 --- a/compiler/testData/codegen/boxInline/reified/kt44770_2.kt +++ b/compiler/testData/codegen/boxInline/reified/kt44770_2.kt @@ -2,6 +2,7 @@ // FULL_JDK // WITH_RUNTIME // IGNORE_BACKEND: ANDROID +// SKIP_JDK6 // FILE: 1.kt package test