Rename *.jet -> *.kt in codegen tests
This commit is contained in:
committed by
Alexander Udalov
parent
b0aa094cf8
commit
99827d10a8
@@ -64,13 +64,13 @@ public class SpecialFiles {
|
||||
private static void fillFilesCompiledWithoutStdLib() {
|
||||
filesCompiledWithoutStdLib.add("kt1980.kt");
|
||||
filesCompiledWithoutStdLib.add("kt1953_class.kt"); // Exception in code
|
||||
filesCompiledWithoutStdLib.add("basicmethodSuperClass.jet"); // Exception in code
|
||||
filesCompiledWithoutStdLib.add("kt503.jet"); // OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
filesCompiledWithoutStdLib.add("kt504.jet"); // OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
filesCompiledWithoutStdLib.add("kt772.jet"); // OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
filesCompiledWithoutStdLib.add("kt773.jet"); // OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
filesCompiledWithoutStdLib.add("kt796_797.jet"); // OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
filesCompiledWithoutStdLib.add("kt950.jet"); // OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
filesCompiledWithoutStdLib.add("basicmethodSuperClass.kt"); // Exception in code
|
||||
filesCompiledWithoutStdLib.add("kt503.kt"); // OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
filesCompiledWithoutStdLib.add("kt504.kt"); // OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
filesCompiledWithoutStdLib.add("kt772.kt"); // OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
filesCompiledWithoutStdLib.add("kt773.kt"); // OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
filesCompiledWithoutStdLib.add("kt796_797.kt"); // OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
filesCompiledWithoutStdLib.add("kt950.kt"); // OVERLOAD_RESOLUTION_AMBIGUITY
|
||||
filesCompiledWithoutStdLib.add("kt2395.kt"); // With MOCK_JDK
|
||||
}
|
||||
|
||||
@@ -84,26 +84,25 @@ public class SpecialFiles {
|
||||
excludedFiles.add("simpleJavaEnumWithStaticImport.kt"); // Must compile Java files before
|
||||
excludedFiles.add("removeInIterator.kt"); // Must compile Java files before
|
||||
excludedFiles.add("kt3238.kt"); // Reflection
|
||||
excludedFiles.add("namespaceQualifiedMethod.jet"); // Cannot change package name
|
||||
excludedFiles.add("namespaceQualifiedMethod.kt"); // Cannot change package name
|
||||
excludedFiles.add("kt1482_2279.kt"); // Cannot change package name
|
||||
excludedFiles.add("kt1482.kt"); // Cannot change package name
|
||||
excludedFiles.add("importFromClassObject.jet"); // Cannot find usages in Codegen tests
|
||||
excludedFiles.add("withtypeparams.jet"); // Cannot find usages in Codegen tests
|
||||
excludedFiles.add("importFromClassObject.kt"); // Cannot find usages in Codegen tests
|
||||
excludedFiles.add("withtypeparams.kt"); // Cannot find usages in Codegen tests
|
||||
excludedFiles.add("kt1113.kt"); // Commented
|
||||
excludedFiles.add("kt326.jet"); // Commented
|
||||
excludedFiles.add("kt326.kt"); // Commented
|
||||
excludedFiles.add("kt1213.kt"); // Commented
|
||||
excludedFiles.add("kt882.jet"); // Commented
|
||||
excludedFiles.add("kt789.jet"); // Commented
|
||||
excludedFiles.add("kt882.kt"); // Commented
|
||||
excludedFiles.add("kt789.kt"); // Commented
|
||||
excludedFiles.add("enum.kt"); // Commented
|
||||
excludedFiles.add("withclosure.kt"); // Commented
|
||||
excludedFiles.add("isTypeParameter.jet"); // Commented
|
||||
excludedFiles.add("nullability.jet"); // Commented
|
||||
excludedFiles.add("genericFunction.jet"); // Commented
|
||||
excludedFiles.add("forwardTypeParameter.jet"); // Commented
|
||||
excludedFiles.add("kt259.jet"); // Commented
|
||||
excludedFiles.add("classObjectMethod.jet"); // Commented
|
||||
excludedFiles.add("isTypeParameter.kt"); // Commented
|
||||
excludedFiles.add("nullability.kt"); // Commented
|
||||
excludedFiles.add("genericFunction.kt"); // Commented
|
||||
excludedFiles.add("forwardTypeParameter.kt"); // Commented
|
||||
excludedFiles.add("classObjectMethod.kt"); // Commented
|
||||
|
||||
excludedFiles.add("inRangeConditionsInWhen.jet"); // Commented
|
||||
excludedFiles.add("inRangeConditionsInWhen.kt"); // Commented
|
||||
excludedFiles.add("kt1592.kt"); // Codegen don't execute blackBoxFile() on it
|
||||
|
||||
excludedFiles.add("box.kt"); // MultiFileTest not supported yet
|
||||
@@ -112,9 +111,10 @@ public class SpecialFiles {
|
||||
excludedFiles.add("kt1528_1.kt"); // MultiFileTest not supported yet
|
||||
excludedFiles.add("thisPackage.kt"); // MultiFileTest not supported yet
|
||||
|
||||
excludedFiles.add("kt684.jet"); // StackOverflow with StringBuilder (escape())
|
||||
excludedFiles.add("kt684.kt"); // StackOverflow with StringBuilder (escape())
|
||||
|
||||
excludedFiles.add("kt344.jet"); // Bug KT-2251
|
||||
excludedFiles.add("kt344.kt"); // Bug KT-2251
|
||||
excludedFiles.add("kt529.kt"); // Bug
|
||||
|
||||
excludedFiles.add("noClassObjectForJavaClass.kt");
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user