Update of /cvsroot/nice/Nice/testsuite/compiler/methods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30712/testsuite/compiler/methods
Modified Files:
nativeOverride.testsuite coverage.testsuite
Log Message:
Marked testcases that don't have an obvious error location with no-location.
Index: coverage.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/coverage.testsuite,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** coverage.testsuite 13 Mar 2005 15:27:41 -0000 1.7
--- coverage.testsuite 21 Mar 2005 21:46:08 -0000 1.8
***************
*** 1,6 ****
! /// FAIL
/// Toplevel
class B implements nice.lang.Comparable {
! // `<` not implemented
}
--- 1,6 ----
! /// FAIL no-location
/// Toplevel
class B implements nice.lang.Comparable {
! // `<` not implemented
}
Index: nativeOverride.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/nativeOverride.testsuite,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** nativeOverride.testsuite 13 Mar 2005 15:27:42 -0000 1.11
--- nativeOverride.testsuite 21 Mar 2005 21:46:08 -0000 1.12
***************
*** 149,153 ****
/*/// FAIL HERE */ toString(String s) = "";
! /// FAIL
/// COMMENT Ambiguity for equals(B,B)
/// Toplevel
--- 149,153 ----
/*/// FAIL HERE */ toString(String s) = "";
! /// FAIL no-location
/// COMMENT Ambiguity for equals(B,B)
/// Toplevel
***************
*** 162,166 ****
}
! /// FAIL
/// Toplevel
class A implements Runnable
--- 162,166 ----
}
! /// FAIL no-location
/// Toplevel
class A implements Runnable
***************
*** 173,177 ****
}
! /// FAIL
/// Toplevel
class A extends java.lang.Number
--- 173,177 ----
}
! /// FAIL no-location
/// Toplevel
class A extends java.lang.Number
|