Nice/testsuite/compiler/methods boolean.testsuite,1.3,1.4 optionalParameters.testsuite,1.9,1.10
Arjan Boeijink <[email protected]> Sat, 12 Mar 2005 15:06:14 +0000
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/nice/Nice/testsuite/compiler/methods
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11641/F:/nice/testsuite/compiler/methods
Modified Files:
boolean.testsuite optionalParameters.testsuite
Log Message:
Added some missing failure positions.
Index: optionalParameters.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/optionalParameters.testsuite,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** optionalParameters.testsuite 23 Jun 2004 19:38:09 -0000 1.9
--- optionalParameters.testsuite 12 Mar 2005 15:06:10 -0000 1.10
***************
*** 6,14 ****
/// FAIL
/// Toplevel
! int test(int x = x) = x;
/// FAIL
/// Toplevel
! int test(int x = y, int y = x) = y;
/// PASS
--- 6,14 ----
/// FAIL
/// Toplevel
! int test(int x = /* /// FAIL HERE */ x) = x;
/// FAIL
/// Toplevel
! int test(int x = /* /// FAIL HERE */ y, int y = x) = y;
/// PASS
Index: boolean.testsuite
===================================================================
RCS file: /cvsroot/nice/Nice/testsuite/compiler/methods/boolean.testsuite,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** boolean.testsuite 1 Mar 2005 18:56:21 -0000 1.3
--- boolean.testsuite 12 Mar 2005 15:06:10 -0000 1.4
***************
*** 28,32 ****
/// FAIL
/// Toplevel
! boolean or(a, b);
// Ambiguity for the case (@true, @true)
or(true, boolean b) = true;
--- 28,32 ----
/// FAIL
/// Toplevel
! boolean /* /// FAIL HERE */ or(boolean a, boolean b);
// Ambiguity for the case (@true, @true)
or(true, boolean b) = true;
***************
*** 36,40 ****
/// FAIL
/// Toplevel
! boolean nor(boolean, boolean);
nor(true, true) = false;
nor(true, false) = false;
--- 36,40 ----
/// FAIL
/// Toplevel
! boolean /* /// FAIL HERE */ nor(boolean, boolean);
nor(true, true) = false;
nor(true, false) = false;
-------------------------------------------------------
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