From 99ae9ae1f7c66dee3d9f860e9b9eb07c530a25a0 Mon Sep 17 00:00:00 2001 From: Theresa Mammarella Date: Fri, 14 Jun 2024 13:38:39 -0400 Subject: [PATCH] in progress --- test/functional/Valhalla/playlist.xml | 5 +++++ .../src/org/openj9/test/lworld/ValhallaAttributeTests.java | 3 ++- .../src_qtypes/org/openj9/test/lworld/ValueTypeTests.java | 6 ++++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/test/functional/Valhalla/playlist.xml b/test/functional/Valhalla/playlist.xml index 8e879b30281..98ebc922526 100644 --- a/test/functional/Valhalla/playlist.xml +++ b/test/functional/Valhalla/playlist.xml @@ -139,6 +139,11 @@ ValueTypeArrayTestsJIT + + + https://github.com/eclipse-openj9/openj9/issues/19460 + + -Xjit:count=0 -Xjit:count=1,disableAsyncCompilation -Xgcpolicy:optthruput diff --git a/test/functional/Valhalla/src/org/openj9/test/lworld/ValhallaAttributeTests.java b/test/functional/Valhalla/src/org/openj9/test/lworld/ValhallaAttributeTests.java index 67c7cbf1bf4..b65d3340319 100644 --- a/test/functional/Valhalla/src/org/openj9/test/lworld/ValhallaAttributeTests.java +++ b/test/functional/Valhalla/src/org/openj9/test/lworld/ValhallaAttributeTests.java @@ -161,7 +161,8 @@ static public void testCreateTestPutFieldNullToNullRestrictedField() throws Thro } /* Instance field with NullRestricted attribute cannot be set to null. */ - @Test(priority=2, invocationCount=2, expectedExceptions = java.lang.NullPointerException.class) + /* https://github.com/eclipse-openj9/openj9/issues/19692 tracks excluded tests */ + @Test(priority=2, invocationCount=2, expectedExceptions = java.lang.NullPointerException.class, enabled = false) static public void testPutFieldNullToNullRestrictedField() throws Throwable { testPutFieldNullToNullRestrictedFieldClass.newInstance(); } diff --git a/test/functional/Valhalla/src_qtypes/org/openj9/test/lworld/ValueTypeTests.java b/test/functional/Valhalla/src_qtypes/org/openj9/test/lworld/ValueTypeTests.java index fc12393810a..5d802ebc4a7 100644 --- a/test/functional/Valhalla/src_qtypes/org/openj9/test/lworld/ValueTypeTests.java +++ b/test/functional/Valhalla/src_qtypes/org/openj9/test/lworld/ValueTypeTests.java @@ -1791,7 +1791,8 @@ static public void testAssortedRefWithSingleAlignment() throws Throwable { * flattened LargeObject val16; * } */ - @Test(priority=2) + /* https://github.com/eclipse-openj9/openj9/issues/19692 tracks excluded tests */ + @Test(priority=2, enabled = false) static public void testCreateLargeObjectAndMegaValue() throws Throwable { String largeFields[] = { "val1:LValueObject;:NR", @@ -1883,7 +1884,8 @@ static public void testCreateLargeObjectAndMegaValue() throws Throwable { * flattened LargeObject val16; * } */ - @Test(priority=3) + /* https://github.com/eclipse-openj9/openj9/issues/19692 tracks excluded tests */ + @Test(priority=3, enabled = false) static public void testCreateLargeObjectAndMegaRef() throws Throwable { String largeFields[] = { "val1:LValueObject;:NR",