[Nice-commit] Nice/testsuite/compiler/native implementation.testsuite,1.1,1.2
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2005-03-21 21:46:17
|
Update of /cvsroot/nice/Nice/testsuite/compiler/native In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30712/testsuite/compiler/native Modified Files: implementation.testsuite Log Message: Marked testcases that don't have an obvious error location with no-location. Index: implementation.testsuite =================================================================== RCS file: /cvsroot/nice/Nice/testsuite/compiler/native/implementation.testsuite,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** implementation.testsuite 24 Feb 2004 14:25:03 -0000 1.1 --- implementation.testsuite 21 Mar 2005 21:46:06 -0000 1.2 *************** *** 1,3 **** ! /// FAIL new A().run(); /// Toplevel --- 1,3 ---- ! /// FAIL no-location new A().run(); /// Toplevel *************** *** 6,10 **** } ! /// FAIL new A().getValueAt(0, 0); /// Toplevel --- 6,10 ---- } ! /// FAIL no-location new A().getValueAt(0, 0); /// Toplevel *************** *** 13,17 **** } ! /// FAIL bug new A().getValueAt(0, 0); /// Toplevel --- 13,17 ---- } ! /// FAIL no-location bug new A().getValueAt(0, 0); /// Toplevel |