From 4893e466ace13537846c866b22dcd6f644b7ef3b Mon Sep 17 00:00:00 2001 From: Mikhail Zarechenskiy Date: Tue, 5 Jun 2018 10:36:47 +0300 Subject: [PATCH] Skip test for javac diagnostics There are problems with sharing the same `txt` file when using custom declarations from `kotlin` package --- .../constructorOfUnsignedType.kt | 1 + .../constructorOfUnsignedType.txt | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/compiler/testData/diagnostics/tests/evaluate/inlineClasses/constructorOfUnsignedType.kt b/compiler/testData/diagnostics/tests/evaluate/inlineClasses/constructorOfUnsignedType.kt index ab7ee9e637f..58aced46d5b 100644 --- a/compiler/testData/diagnostics/tests/evaluate/inlineClasses/constructorOfUnsignedType.kt +++ b/compiler/testData/diagnostics/tests/evaluate/inlineClasses/constructorOfUnsignedType.kt @@ -1,4 +1,5 @@ // !LANGUAGE: +InlineClasses +// JAVAC_SKIP // FILE: uint.kt diff --git a/compiler/testData/diagnostics/tests/evaluate/inlineClasses/constructorOfUnsignedType.txt b/compiler/testData/diagnostics/tests/evaluate/inlineClasses/constructorOfUnsignedType.txt index 5022539beba..30953e1574d 100644 --- a/compiler/testData/diagnostics/tests/evaluate/inlineClasses/constructorOfUnsignedType.txt +++ b/compiler/testData/diagnostics/tests/evaluate/inlineClasses/constructorOfUnsignedType.txt @@ -100,6 +100,9 @@ package kotlin { } package kotlin.internal { + + package kotlin.internal.contracts { + } } package kotlin.ranges { @@ -108,6 +111,30 @@ package kotlin { package kotlin.reflect { } + package kotlin.script { + + package kotlin.script.dependencies { + } + + package kotlin.script.experimental { + + package kotlin.script.experimental.dependencies { + } + + package kotlin.script.experimental.location { + } + } + + package kotlin.script.extensions { + } + + package kotlin.script.templates { + + package kotlin.script.templates.standard { + } + } + } + package kotlin.text { } }