update tests for r253.
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
index 486ae3e..6acf962 100644
--- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
+++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/CompilerInvocationTests.java
@@ -874,6 +874,7 @@
expectedProblemAttributes.put("OTJ_RELATED", new ProblemAttributes(CategorizedProblem.CAT_INTERNAL));
expectedProblemAttributes.put("BaseImportFromSplitPackage", new ProblemAttributes(CategorizedProblem.CAT_POTENTIAL_PROGRAMMING_PROBLEM));
expectedProblemAttributes.put("BaseImportFromSplitPackagePlural", new ProblemAttributes(CategorizedProblem.CAT_POTENTIAL_PROGRAMMING_PROBLEM));
+ expectedProblemAttributes.put("IgnoringRoleMethodReturn", new ProblemAttributes(CategorizedProblem.CAT_POTENTIAL_PROGRAMMING_PROBLEM));
expectedProblemAttributes.put("CallinToDeprecated", new ProblemAttributes(CategorizedProblem.CAT_DEPRECATION));
expectedProblemAttributes.put("DeprecatedBaseclass", new ProblemAttributes(CategorizedProblem.CAT_DEPRECATION));
expectedProblemAttributes.put("DeprecatedPathSyntax", new ProblemAttributes(CategorizedProblem.CAT_CODE_STYLE));
@@ -1812,6 +1813,7 @@
expectedProblemAttributes.put("DuplicateCallinParamMapping", SKIP);
expectedProblemAttributes.put("ResultNotDefinedForVoidMethodCallin", SKIP);
expectedProblemAttributes.put("UnmappedRoleParameter", SKIP);
+ expectedProblemAttributes.put("IgnoringRoleMethodReturn", SKIP);
expectedProblemAttributes.put("NonReplaceExpressionInReplaceResult", SKIP);
expectedProblemAttributes.put("CallinIllegalRoleReturn", SKIP);
expectedProblemAttributes.put("CallinIncompatibleReturnType", SKIP);