8214947: Assertion error in test: StringCompressInflateTest
Reviewed-by: kvn, neliasso
This commit is contained in:
parent
7d6d661328
commit
0e29b78bd1
@ -299,7 +299,7 @@ public final class StringCompressInflateTest extends MethodSubstitutionTest {
|
||||
TestMethods(String testmname, Class<?> javaclass, Class<?> intrinsicClass, String javamname, Class<?>... params) {
|
||||
javamethod = getResolvedJavaMethod(javaclass, javamname, params);
|
||||
testmethod = getResolvedJavaMethod(testmname);
|
||||
testgraph = testGraph(testmname, javamname);
|
||||
testgraph = getReplacements().getIntrinsicGraph(javamethod, CompilationIdentifier.INVALID_COMPILATION_ID, getDebugContext());
|
||||
assertInGraph(testgraph, intrinsicClass);
|
||||
|
||||
assert javamethod != null;
|
||||
|
@ -226,6 +226,4 @@ org.graalvm.compiler.core.test.deopt.CompiledMethodTest 8202955
|
||||
|
||||
org.graalvm.compiler.hotspot.test.ReservedStackAccessTest 8213567 windows-all
|
||||
|
||||
org.graalvm.compiler.replacements.test.StringCompressInflateTest 8214947
|
||||
|
||||
org.graalvm.compiler.hotspot.test.CheckGraalIntrinsics 8218698
|
||||
|
Loading…
x
Reference in New Issue
Block a user