[JS IR Tests] FIR invalidation tests re-generation
This commit is contained in:
@@ -26,7 +26,7 @@ abstract class FirAbstractInvalidationTest(
|
||||
targetBackend: TargetBackend,
|
||||
workingDirPath: String
|
||||
) : AbstractInvalidationTest(targetBackend, workingDirPath) {
|
||||
private val mutedTests = setOf("constVals", "enum")
|
||||
private val mutedTests = setOf("constVals", "enum", "jsCodeWithConstString")
|
||||
|
||||
override fun isIgnoredTest(projectInfo: ProjectInfo): Boolean {
|
||||
return super.isIgnoredTest(projectInfo) || projectInfo.name in mutedTests
|
||||
|
||||
Generated
+5
@@ -250,6 +250,11 @@ public class JsFirInvalidationTestGenerated extends AbstractJsFirInvalidationTes
|
||||
runTest("js/js.translator/testData/incremental/invalidation/jsCode/");
|
||||
}
|
||||
|
||||
@TestMetadata("jsCodeWithConstString")
|
||||
public void testJsCodeWithConstString() throws Exception {
|
||||
runTest("js/js.translator/testData/incremental/invalidation/jsCodeWithConstString/");
|
||||
}
|
||||
|
||||
@TestMetadata("jsExport")
|
||||
public void testJsExport() throws Exception {
|
||||
runTest("js/js.translator/testData/incremental/invalidation/jsExport/");
|
||||
|
||||
Reference in New Issue
Block a user