Nice/testsuite/compiler/syntax localvariable.testsuite,1.6,1.7 locations.testsuite,1.4,1.5 loops.testsuite,1.5,1.6
Arjan Boeijink <[email protected]> Sat, 12 Mar 2005 15:06:19 +0000
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/nice/Nice/testsuite/compiler/syntax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11641/F:/nice/testsuite/compiler/syntax
Modified Files:
localvariable.testsuite locations.testsuite loops.testsuite
Log Message:
Added some missing failure positions.
Index: localvariable.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/syntax/localvariable.testsuite,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** localvariable.testsuite 14 Jun 2003 12:05:07 -0000 1.6
--- localvariable.testsuite 12 Mar 2005 15:06:16 -0000 1.7
***************
*** 35,43 ****
let int i;
i = 0;
! i = 1;
/// FAIL
let int i = 0;
! i = 1;
/// PASS
--- 35,43 ----
let int i;
i = 0;
! /* /// FAIL HERE */ i = 1;
/// FAIL
let int i = 0;
! /* /// FAIL HERE */ i = 1;
/// PASS
***************
*** 63,67 ****
/// FAIL
let i = 0;
! i = 1;
/// PASS
--- 63,67 ----
/// FAIL
let i = 0;
! /* /// FAIL HERE */ i = 1;
/// PASS
Index: loops.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/syntax/loops.testsuite,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** loops.testsuite 22 Feb 2005 10:26:32 -0000 1.5
--- loops.testsuite 12 Mar 2005 15:06:16 -0000 1.6
***************
*** 13,17 ****
let int x;
for (int i = 0; i < 5; i++)
! x = 7;
/// PASS
--- 13,17 ----
let int x;
for (int i = 0; i < 5; i++)
! /* /// FAIL HERE */ x = 7;
/// PASS
***************
*** 25,29 ****
let int x;
for (int i = 0; i < 5; i++)
! x = 7;
}
--- 25,29 ----
let int x;
for (int i = 0; i < 5; i++)
! /* /// FAIL HERE */ x = 7;
}
Index: locations.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/syntax/locations.testsuite,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** locations.testsuite 9 Oct 2002 15:31:07 -0000 1.4
--- locations.testsuite 12 Mar 2005 15:06:16 -0000 1.5
***************
*** 10,14 ****
/// FAIL
/// Toplevel
! <Any T> void ignore(T x) {}
! void f() = ignore([ "0" ].map(String s => println(s)));
--- 10,14 ----
/// FAIL
/// Toplevel
! <T> void ignore(T x) {}
! void f() = /* /// FAIL HERE */ ignore([ "0" ].map(String s => println(s)));
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click