[Test] Regenerate tests after two previous commits

This commit is contained in:
Dmitriy Novozhilov
2024-02-16 13:04:43 +02:00
committed by Space Team
parent d9beae0556
commit acf2296590
822 changed files with 1698183 additions and 1698183 deletions
@@ -20,158 +20,158 @@ import java.util.regex.Pattern;
@TestMetadata("compiler/testData/klib/dump-abi/content")
@TestDataPath("$PROJECT_ROOT")
public class ClassicJsLibraryAbiReaderTestGenerated extends AbstractClassicJsLibraryAbiReaderTest {
@Test
public void testAllFilesPresentInContent() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/klib/dump-abi/content"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
}
@Test
public void testAllFilesPresentInContent() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/klib/dump-abi/content"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
}
@Test
@TestMetadata("callables.kt")
public void testCallables() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/callables.kt");
}
@Test
@TestMetadata("callables.kt")
public void testCallables() {
runTest("compiler/testData/klib/dump-abi/content/callables.kt");
}
@Test
@TestMetadata("classifiers.kt")
public void testClassifiers() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/classifiers.kt");
}
@Test
@TestMetadata("classifiers.kt")
public void testClassifiers() {
runTest("compiler/testData/klib/dump-abi/content/classifiers.kt");
}
@Test
@TestMetadata("excluded_classes_1.kt")
public void testExcluded_classes_1() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_classes_1.kt");
}
@Test
@TestMetadata("excluded_classes_1.kt")
public void testExcluded_classes_1() {
runTest("compiler/testData/klib/dump-abi/content/excluded_classes_1.kt");
}
@Test
@TestMetadata("excluded_classes_2.kt")
public void testExcluded_classes_2() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_classes_2.kt");
}
@Test
@TestMetadata("excluded_classes_2.kt")
public void testExcluded_classes_2() {
runTest("compiler/testData/klib/dump-abi/content/excluded_classes_2.kt");
}
@Test
@TestMetadata("excluded_classes_3.kt")
public void testExcluded_classes_3() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_classes_3.kt");
}
@Test
@TestMetadata("excluded_classes_3.kt")
public void testExcluded_classes_3() {
runTest("compiler/testData/klib/dump-abi/content/excluded_classes_3.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_1.kt")
public void testExcluded_packages_non_root_1() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_1.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_1.kt")
public void testExcluded_packages_non_root_1() {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_1.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_2.kt")
public void testExcluded_packages_non_root_2() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_2.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_2.kt")
public void testExcluded_packages_non_root_2() {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_2.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_3.kt")
public void testExcluded_packages_non_root_3() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_3.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_3.kt")
public void testExcluded_packages_non_root_3() {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_3.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_4.kt")
public void testExcluded_packages_non_root_4() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_4.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_4.kt")
public void testExcluded_packages_non_root_4() {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_4.kt");
}
@Test
@TestMetadata("excluded_packages_root_1.kt")
public void testExcluded_packages_root_1() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_root_1.kt");
}
@Test
@TestMetadata("excluded_packages_root_1.kt")
public void testExcluded_packages_root_1() {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_root_1.kt");
}
@Test
@TestMetadata("excluded_packages_root_2.kt")
public void testExcluded_packages_root_2() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_root_2.kt");
}
@Test
@TestMetadata("excluded_packages_root_2.kt")
public void testExcluded_packages_root_2() {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_root_2.kt");
}
@Test
@TestMetadata("inheritance.kt")
public void testInheritance() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/inheritance.kt");
}
@Test
@TestMetadata("inheritance.kt")
public void testInheritance() {
runTest("compiler/testData/klib/dump-abi/content/inheritance.kt");
}
@Test
@TestMetadata("kt64082-kt64085.kt")
public void testKt64082_kt64085() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/kt64082-kt64085.kt");
}
@Test
@TestMetadata("kt64082-kt64085.kt")
public void testKt64082_kt64085() {
runTest("compiler/testData/klib/dump-abi/content/kt64082-kt64085.kt");
}
@Test
@TestMetadata("root_package.kt")
public void testRoot_package() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/root_package.kt");
}
@Test
@TestMetadata("root_package.kt")
public void testRoot_package() {
runTest("compiler/testData/klib/dump-abi/content/root_package.kt");
}
@Test
@TestMetadata("specific_types_dnn.kt")
public void testSpecific_types_dnn() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/specific_types_dnn.kt");
}
@Test
@TestMetadata("specific_types_dnn.kt")
public void testSpecific_types_dnn() {
runTest("compiler/testData/klib/dump-abi/content/specific_types_dnn.kt");
}
@Test
@TestMetadata("specific_types_dynamic.kt")
public void testSpecific_types_dynamic() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/specific_types_dynamic.kt");
}
@Test
@TestMetadata("specific_types_dynamic.kt")
public void testSpecific_types_dynamic() {
runTest("compiler/testData/klib/dump-abi/content/specific_types_dynamic.kt");
}
@Test
@TestMetadata("type_parameters.kt")
public void testType_parameters() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/type_parameters.kt");
}
@Test
@TestMetadata("type_parameters.kt")
public void testType_parameters() {
runTest("compiler/testData/klib/dump-abi/content/type_parameters.kt");
}
@Test
@TestMetadata("value_parameters.kt")
public void testValue_parameters() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/value_parameters.kt");
}
@Test
@TestMetadata("value_parameters.kt")
public void testValue_parameters() {
runTest("compiler/testData/klib/dump-abi/content/value_parameters.kt");
}
@Test
@TestMetadata("visibilities.kt")
public void testVisibilities() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/visibilities.kt");
}
@Test
@TestMetadata("visibilities.kt")
public void testVisibilities() {
runTest("compiler/testData/klib/dump-abi/content/visibilities.kt");
}
@Test
@TestMetadata("with_non_public_markers_1.kt")
public void testWith_non_public_markers_1() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_1.kt");
}
@Test
@TestMetadata("with_non_public_markers_1.kt")
public void testWith_non_public_markers_1() {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_1.kt");
}
@Test
@TestMetadata("with_non_public_markers_2.kt")
public void testWith_non_public_markers_2() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_2.kt");
}
@Test
@TestMetadata("with_non_public_markers_2.kt")
public void testWith_non_public_markers_2() {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_2.kt");
}
@Test
@TestMetadata("with_non_public_markers_3.kt")
public void testWith_non_public_markers_3() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_3.kt");
}
@Test
@TestMetadata("with_non_public_markers_3.kt")
public void testWith_non_public_markers_3() {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_3.kt");
}
@Test
@TestMetadata("with_non_public_markers_4.kt")
public void testWith_non_public_markers_4() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_4.kt");
}
@Test
@TestMetadata("with_non_public_markers_4.kt")
public void testWith_non_public_markers_4() {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_4.kt");
}
@Test
@TestMetadata("with_non_public_markers_5.kt")
public void testWith_non_public_markers_5() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_5.kt");
}
@Test
@TestMetadata("with_non_public_markers_5.kt")
public void testWith_non_public_markers_5() {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_5.kt");
}
@Test
@TestMetadata("with_non_public_markers_private_annotations.kt")
public void testWith_non_public_markers_private_annotations() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_private_annotations.kt");
}
@Test
@TestMetadata("with_non_public_markers_private_annotations.kt")
public void testWith_non_public_markers_private_annotations() {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_private_annotations.kt");
}
}
@@ -20,158 +20,158 @@ import java.util.regex.Pattern;
@TestMetadata("compiler/testData/klib/dump-abi/content")
@TestDataPath("$PROJECT_ROOT")
public class FirJsLibraryAbiReaderTestGenerated extends AbstractFirJsLibraryAbiReaderTest {
@Test
public void testAllFilesPresentInContent() throws Exception {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/klib/dump-abi/content"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
}
@Test
public void testAllFilesPresentInContent() {
KtTestUtil.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/klib/dump-abi/content"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JS_IR, true);
}
@Test
@TestMetadata("callables.kt")
public void testCallables() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/callables.kt");
}
@Test
@TestMetadata("callables.kt")
public void testCallables() {
runTest("compiler/testData/klib/dump-abi/content/callables.kt");
}
@Test
@TestMetadata("classifiers.kt")
public void testClassifiers() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/classifiers.kt");
}
@Test
@TestMetadata("classifiers.kt")
public void testClassifiers() {
runTest("compiler/testData/klib/dump-abi/content/classifiers.kt");
}
@Test
@TestMetadata("excluded_classes_1.kt")
public void testExcluded_classes_1() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_classes_1.kt");
}
@Test
@TestMetadata("excluded_classes_1.kt")
public void testExcluded_classes_1() {
runTest("compiler/testData/klib/dump-abi/content/excluded_classes_1.kt");
}
@Test
@TestMetadata("excluded_classes_2.kt")
public void testExcluded_classes_2() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_classes_2.kt");
}
@Test
@TestMetadata("excluded_classes_2.kt")
public void testExcluded_classes_2() {
runTest("compiler/testData/klib/dump-abi/content/excluded_classes_2.kt");
}
@Test
@TestMetadata("excluded_classes_3.kt")
public void testExcluded_classes_3() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_classes_3.kt");
}
@Test
@TestMetadata("excluded_classes_3.kt")
public void testExcluded_classes_3() {
runTest("compiler/testData/klib/dump-abi/content/excluded_classes_3.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_1.kt")
public void testExcluded_packages_non_root_1() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_1.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_1.kt")
public void testExcluded_packages_non_root_1() {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_1.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_2.kt")
public void testExcluded_packages_non_root_2() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_2.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_2.kt")
public void testExcluded_packages_non_root_2() {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_2.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_3.kt")
public void testExcluded_packages_non_root_3() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_3.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_3.kt")
public void testExcluded_packages_non_root_3() {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_3.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_4.kt")
public void testExcluded_packages_non_root_4() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_4.kt");
}
@Test
@TestMetadata("excluded_packages_non_root_4.kt")
public void testExcluded_packages_non_root_4() {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_non_root_4.kt");
}
@Test
@TestMetadata("excluded_packages_root_1.kt")
public void testExcluded_packages_root_1() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_root_1.kt");
}
@Test
@TestMetadata("excluded_packages_root_1.kt")
public void testExcluded_packages_root_1() {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_root_1.kt");
}
@Test
@TestMetadata("excluded_packages_root_2.kt")
public void testExcluded_packages_root_2() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_root_2.kt");
}
@Test
@TestMetadata("excluded_packages_root_2.kt")
public void testExcluded_packages_root_2() {
runTest("compiler/testData/klib/dump-abi/content/excluded_packages_root_2.kt");
}
@Test
@TestMetadata("inheritance.kt")
public void testInheritance() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/inheritance.kt");
}
@Test
@TestMetadata("inheritance.kt")
public void testInheritance() {
runTest("compiler/testData/klib/dump-abi/content/inheritance.kt");
}
@Test
@TestMetadata("kt64082-kt64085.kt")
public void testKt64082_kt64085() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/kt64082-kt64085.kt");
}
@Test
@TestMetadata("kt64082-kt64085.kt")
public void testKt64082_kt64085() {
runTest("compiler/testData/klib/dump-abi/content/kt64082-kt64085.kt");
}
@Test
@TestMetadata("root_package.kt")
public void testRoot_package() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/root_package.kt");
}
@Test
@TestMetadata("root_package.kt")
public void testRoot_package() {
runTest("compiler/testData/klib/dump-abi/content/root_package.kt");
}
@Test
@TestMetadata("specific_types_dnn.kt")
public void testSpecific_types_dnn() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/specific_types_dnn.kt");
}
@Test
@TestMetadata("specific_types_dnn.kt")
public void testSpecific_types_dnn() {
runTest("compiler/testData/klib/dump-abi/content/specific_types_dnn.kt");
}
@Test
@TestMetadata("specific_types_dynamic.kt")
public void testSpecific_types_dynamic() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/specific_types_dynamic.kt");
}
@Test
@TestMetadata("specific_types_dynamic.kt")
public void testSpecific_types_dynamic() {
runTest("compiler/testData/klib/dump-abi/content/specific_types_dynamic.kt");
}
@Test
@TestMetadata("type_parameters.kt")
public void testType_parameters() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/type_parameters.kt");
}
@Test
@TestMetadata("type_parameters.kt")
public void testType_parameters() {
runTest("compiler/testData/klib/dump-abi/content/type_parameters.kt");
}
@Test
@TestMetadata("value_parameters.kt")
public void testValue_parameters() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/value_parameters.kt");
}
@Test
@TestMetadata("value_parameters.kt")
public void testValue_parameters() {
runTest("compiler/testData/klib/dump-abi/content/value_parameters.kt");
}
@Test
@TestMetadata("visibilities.kt")
public void testVisibilities() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/visibilities.kt");
}
@Test
@TestMetadata("visibilities.kt")
public void testVisibilities() {
runTest("compiler/testData/klib/dump-abi/content/visibilities.kt");
}
@Test
@TestMetadata("with_non_public_markers_1.kt")
public void testWith_non_public_markers_1() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_1.kt");
}
@Test
@TestMetadata("with_non_public_markers_1.kt")
public void testWith_non_public_markers_1() {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_1.kt");
}
@Test
@TestMetadata("with_non_public_markers_2.kt")
public void testWith_non_public_markers_2() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_2.kt");
}
@Test
@TestMetadata("with_non_public_markers_2.kt")
public void testWith_non_public_markers_2() {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_2.kt");
}
@Test
@TestMetadata("with_non_public_markers_3.kt")
public void testWith_non_public_markers_3() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_3.kt");
}
@Test
@TestMetadata("with_non_public_markers_3.kt")
public void testWith_non_public_markers_3() {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_3.kt");
}
@Test
@TestMetadata("with_non_public_markers_4.kt")
public void testWith_non_public_markers_4() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_4.kt");
}
@Test
@TestMetadata("with_non_public_markers_4.kt")
public void testWith_non_public_markers_4() {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_4.kt");
}
@Test
@TestMetadata("with_non_public_markers_5.kt")
public void testWith_non_public_markers_5() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_5.kt");
}
@Test
@TestMetadata("with_non_public_markers_5.kt")
public void testWith_non_public_markers_5() {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_5.kt");
}
@Test
@TestMetadata("with_non_public_markers_private_annotations.kt")
public void testWith_non_public_markers_private_annotations() throws Exception {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_private_annotations.kt");
}
@Test
@TestMetadata("with_non_public_markers_private_annotations.kt")
public void testWith_non_public_markers_private_annotations() {
runTest("compiler/testData/klib/dump-abi/content/with_non_public_markers_private_annotations.kt");
}
}