Native: enable some of ObjCExport tests with new GC
This commit is contained in:
committed by
Space
parent
fa36ccedeb
commit
e4b723fe4a
@@ -1403,7 +1403,10 @@ class ValuesTests : SimpleTestProvider {
|
||||
test("TestInvalidIdentifiers", testInvalidIdentifiers)
|
||||
test("TestDeprecation", testDeprecation)
|
||||
test("TestWeakRefs", testWeakRefs)
|
||||
test("TestSharedRefs", TestSharedRefs().test)
|
||||
if !ValuesKt.isExperimentalMM {
|
||||
// Experimental MM doesn't support multiple mutators yet.
|
||||
test("TestSharedRefs", TestSharedRefs().test)
|
||||
}
|
||||
test("TestClassTypeCheck", testClassTypeCheck)
|
||||
test("TestInterfaceTypeCheck", testInterfaceTypeCheck)
|
||||
test("TestGH3503_1", testGH3503_1)
|
||||
@@ -1416,6 +1419,9 @@ class ValuesTests : SimpleTestProvider {
|
||||
test("TestFakeOverrideInInterface", testFakeOverrideInInterface)
|
||||
|
||||
// Stress test, must remain the last one:
|
||||
test("TestGH2931", testGH2931)
|
||||
if !ValuesKt.isExperimentalMM {
|
||||
// Experimental MM doesn't support multiple mutators yet.
|
||||
test("TestGH2931", testGH2931)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user